diff --git a/package-lock.json b/package-lock.json index 3f22159..10fd1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3532,6 +3532,11 @@ "integrity": "sha512-/KgMR8JHcnOm+XwMQVhHGud61Hivi/fX0NucxUglsOguYiWL6Ms61FdRezB3wuKs5h/5+zI4QIWLdWdT8GT/Dg==", "dev": true }, + "@ucap/ng-ui-chat": { + "version": "file:pack/ucap-ng-ui-chat-0.0.12.tgz", + "integrity": "sha512-uXtqUm3O0l/7jIh9KAXrxFxma/EAtnwpr1c30gOSxDcsMgp/Tuuqb/7YjI2AOIYHaq9iWX0yNNab1ijH5Pcj+g==", + "dev": true + }, "@ucap/ng-ui-group": { "version": "file:pack/ucap-ng-ui-group-0.0.33.tgz", "integrity": "sha512-c//Jq00drbMGE3Cgwlh19ScXllGERX2eMVWkVjm311Y8HN9oBBT6Aq2uCM23/76P866oNrhecVDfDHgGYzPRjA==", @@ -3539,12 +3544,17 @@ }, "@ucap/ng-ui-material": { "version": "file:pack/ucap-ng-ui-material-0.0.4.tgz", - "integrity": "sha512-ySPULAbP+nQ65hBG2VWZ2H5Hr7muuTGGNXs6A+S3lsxLaW452wM3GNyUBhvUopr8LaSsoOPpp4nK1JeC0fG6pA==" + "integrity": "sha512-ySPULAbP+nQ65hBG2VWZ2H5Hr7muuTGGNXs6A+S3lsxLaW452wM3GNyUBhvUopr8LaSsoOPpp4nK1JeC0fG6pA==", + "dev": true + }, + "@ucap/ng-ui-organization": { + "version": "file:pack/ucap-ng-ui-organization-0.0.83.tgz", + "integrity": "sha512-ls2xfMNbceUecR0Vrhm/qzbKDJmBENtA4Y0ODVKVgjui8IQnS/EXGXSeNS+rFrnASTlI2XHWiaVHFqdZi/4ipQ==", + "dev": true }, "@ucap/ng-ui-skin-default": { "version": "file:pack/ucap-ng-ui-skin-default-0.0.1.tgz", - "integrity": "sha512-+lHYAzbnyyWh6hf+Ui7vP/ibyGJXuDUO++82jOiOsnPMCl17hkCCag8vQcB/aVgl0iHmebiPshnsL3CptJfeAg==", - "dev": true + "integrity": "sha512-+lHYAzbnyyWh6hf+Ui7vP/ibyGJXuDUO++82jOiOsnPMCl17hkCCag8vQcB/aVgl0iHmebiPshnsL3CptJfeAg==" }, "@ucap/ng-web-socket": { "version": "file:pack/ucap-ng-web-socket-0.0.2.tgz", diff --git a/projects/ui-organization/src/lib/components/profile-list-item-01.component.scss b/projects/ui-organization/src/lib/components/profile-list-item-01.component.scss index eb0f484..e53111a 100644 --- a/projects/ui-organization/src/lib/components/profile-list-item-01.component.scss +++ b/projects/ui-organization/src/lib/components/profile-list-item-01.component.scss @@ -45,7 +45,7 @@ height: 22px; .user-name { - @include ellipsis-column(1); + // @include ellipsis-column(1); height: 22px; font: { size: 14px; @@ -57,7 +57,7 @@ } .user-grade { - @include ellipsis(1); + // @include ellipsis(1); align-self: stretch; font: { size: 13px; @@ -70,7 +70,7 @@ } .dept-name { - @include ellipsis(1); + // @include ellipsis(1); font: { size: 12px; } diff --git a/projects/ui-organization/src/lib/components/profile-list-item-02.component.scss b/projects/ui-organization/src/lib/components/profile-list-item-02.component.scss index eb0f484..e53111a 100644 --- a/projects/ui-organization/src/lib/components/profile-list-item-02.component.scss +++ b/projects/ui-organization/src/lib/components/profile-list-item-02.component.scss @@ -45,7 +45,7 @@ height: 22px; .user-name { - @include ellipsis-column(1); + // @include ellipsis-column(1); height: 22px; font: { size: 14px; @@ -57,7 +57,7 @@ } .user-grade { - @include ellipsis(1); + // @include ellipsis(1); align-self: stretch; font: { size: 13px; @@ -70,7 +70,7 @@ } .dept-name { - @include ellipsis(1); + // @include ellipsis(1); font: { size: 12px; } diff --git a/projects/ui-organization/src/lib/utils/presence.util.ts b/projects/ui-organization/src/lib/utils/presence.util.ts index 3a79851..4a7581a 100644 --- a/projects/ui-organization/src/lib/utils/presence.util.ts +++ b/projects/ui-organization/src/lib/utils/presence.util.ts @@ -163,7 +163,7 @@ export class PresenceUtil { return statusBulkInfo.phoneStatus; case PresenceType.CONFERENCE: return statusBulkInfo.conferenceStatus; - case PresenceType.IMESSENGER: + case PresenceType.IMESSENER: return statusBulkInfo.imessengerStatus; default: return undefined;