move presenceType to core lib
This commit is contained in:
parent
121883a46c
commit
a79eee3aff
@ -14,6 +14,7 @@ export * from './lib/types/file-transfer-permissions.type';
|
|||||||
export * from './lib/types/locale-code.type';
|
export * from './lib/types/locale-code.type';
|
||||||
export * from './lib/types/notification-method.type';
|
export * from './lib/types/notification-method.type';
|
||||||
export * from './lib/types/organization-chart-permissions.type';
|
export * from './lib/types/organization-chart-permissions.type';
|
||||||
|
export * from './lib/types/presence.type';
|
||||||
export * from './lib/types/push-type.type';
|
export * from './lib/types/push-type.type';
|
||||||
export * from './lib/types/status-code.type';
|
export * from './lib/types/status-code.type';
|
||||||
export * from './lib/types/status-type.type';
|
export * from './lib/types/status-type.type';
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
import { Component, OnInit, Input } from '@angular/core';
|
import { Component, OnInit, Input } from '@angular/core';
|
||||||
import { NGXLogger } from 'ngx-logger';
|
import { NGXLogger } from 'ngx-logger';
|
||||||
import { PresenceType } from '../types/presence-type.type';
|
|
||||||
import { StatusBulkInfo, StatusInfo } from '@ucap-webmessenger/protocol-status';
|
import { StatusBulkInfo, StatusInfo } from '@ucap-webmessenger/protocol-status';
|
||||||
import { StatusCode } from '@ucap-webmessenger/core';
|
import { StatusCode, PresenceType } from '@ucap-webmessenger/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ucap-profile-my-profile-widget',
|
selector: 'ucap-profile-my-profile-widget',
|
||||||
|
@ -18,9 +18,7 @@ import {
|
|||||||
WorkStatusType
|
WorkStatusType
|
||||||
} from '@ucap-webmessenger/protocol-status';
|
} from '@ucap-webmessenger/protocol-status';
|
||||||
import { NGXLogger } from 'ngx-logger';
|
import { NGXLogger } from 'ngx-logger';
|
||||||
import { StatusCode } from '@ucap-webmessenger/core';
|
import { StatusCode, PresenceType } from '@ucap-webmessenger/core';
|
||||||
|
|
||||||
import { PresenceType } from '../types/presence-type.type';
|
|
||||||
import { VersionInfo2Response } from '@ucap-webmessenger/api-public';
|
import { VersionInfo2Response } from '@ucap-webmessenger/api-public';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
@ -5,6 +5,4 @@
|
|||||||
export * from './lib/components/list-item.component';
|
export * from './lib/components/list-item.component';
|
||||||
export * from './lib/components/user-list-item.component';
|
export * from './lib/components/user-list-item.component';
|
||||||
|
|
||||||
export * from './lib/types/presence-type.type';
|
|
||||||
|
|
||||||
export * from './lib/ucap-ui-profile.module';
|
export * from './lib/ucap-ui-profile.module';
|
||||||
|
@ -15,18 +15,9 @@ import {
|
|||||||
StatusBulkInfo,
|
StatusBulkInfo,
|
||||||
WorkStatusType
|
WorkStatusType
|
||||||
} from '@ucap-webmessenger/protocol-status';
|
} from '@ucap-webmessenger/protocol-status';
|
||||||
import { StatusCode } from '@ucap-webmessenger/core';
|
import { StatusCode, PresenceType } from '@ucap-webmessenger/core';
|
||||||
import { VersionInfo2Response } from '@ucap-webmessenger/api-public';
|
import { VersionInfo2Response } from '@ucap-webmessenger/api-public';
|
||||||
|
|
||||||
export enum PresenceType {
|
|
||||||
PC = 'pc',
|
|
||||||
MOBILE = 'mobile',
|
|
||||||
CONFERENCE = 'conference',
|
|
||||||
MOBILE_CONFERENCE = 'mobileConference',
|
|
||||||
PHONE = 'phone',
|
|
||||||
IMESSENER = 'imessenger'
|
|
||||||
}
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ucap-integrated-search',
|
selector: 'ucap-integrated-search',
|
||||||
templateUrl: './integrated-search.component.html',
|
templateUrl: './integrated-search.component.html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user