This commit is contained in:
Park Byung Eun 2020-05-29 07:25:46 +09:00
parent 176eb2bbd6
commit 5733157489
4 changed files with 20 additions and 10 deletions

16
package-lock.json generated
View File

@ -3532,6 +3532,11 @@
"integrity": "sha512-/KgMR8JHcnOm+XwMQVhHGud61Hivi/fX0NucxUglsOguYiWL6Ms61FdRezB3wuKs5h/5+zI4QIWLdWdT8GT/Dg==", "integrity": "sha512-/KgMR8JHcnOm+XwMQVhHGud61Hivi/fX0NucxUglsOguYiWL6Ms61FdRezB3wuKs5h/5+zI4QIWLdWdT8GT/Dg==",
"dev": true "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": { "@ucap/ng-ui-group": {
"version": "file:pack/ucap-ng-ui-group-0.0.33.tgz", "version": "file:pack/ucap-ng-ui-group-0.0.33.tgz",
"integrity": "sha512-c//Jq00drbMGE3Cgwlh19ScXllGERX2eMVWkVjm311Y8HN9oBBT6Aq2uCM23/76P866oNrhecVDfDHgGYzPRjA==", "integrity": "sha512-c//Jq00drbMGE3Cgwlh19ScXllGERX2eMVWkVjm311Y8HN9oBBT6Aq2uCM23/76P866oNrhecVDfDHgGYzPRjA==",
@ -3539,12 +3544,17 @@
}, },
"@ucap/ng-ui-material": { "@ucap/ng-ui-material": {
"version": "file:pack/ucap-ng-ui-material-0.0.4.tgz", "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": { "@ucap/ng-ui-skin-default": {
"version": "file:pack/ucap-ng-ui-skin-default-0.0.1.tgz", "version": "file:pack/ucap-ng-ui-skin-default-0.0.1.tgz",
"integrity": "sha512-+lHYAzbnyyWh6hf+Ui7vP/ibyGJXuDUO++82jOiOsnPMCl17hkCCag8vQcB/aVgl0iHmebiPshnsL3CptJfeAg==", "integrity": "sha512-+lHYAzbnyyWh6hf+Ui7vP/ibyGJXuDUO++82jOiOsnPMCl17hkCCag8vQcB/aVgl0iHmebiPshnsL3CptJfeAg=="
"dev": true
}, },
"@ucap/ng-web-socket": { "@ucap/ng-web-socket": {
"version": "file:pack/ucap-ng-web-socket-0.0.2.tgz", "version": "file:pack/ucap-ng-web-socket-0.0.2.tgz",

View File

@ -45,7 +45,7 @@
height: 22px; height: 22px;
.user-name { .user-name {
@include ellipsis-column(1); // @include ellipsis-column(1);
height: 22px; height: 22px;
font: { font: {
size: 14px; size: 14px;
@ -57,7 +57,7 @@
} }
.user-grade { .user-grade {
@include ellipsis(1); // @include ellipsis(1);
align-self: stretch; align-self: stretch;
font: { font: {
size: 13px; size: 13px;
@ -70,7 +70,7 @@
} }
.dept-name { .dept-name {
@include ellipsis(1); // @include ellipsis(1);
font: { font: {
size: 12px; size: 12px;
} }

View File

@ -45,7 +45,7 @@
height: 22px; height: 22px;
.user-name { .user-name {
@include ellipsis-column(1); // @include ellipsis-column(1);
height: 22px; height: 22px;
font: { font: {
size: 14px; size: 14px;
@ -57,7 +57,7 @@
} }
.user-grade { .user-grade {
@include ellipsis(1); // @include ellipsis(1);
align-self: stretch; align-self: stretch;
font: { font: {
size: 13px; size: 13px;
@ -70,7 +70,7 @@
} }
.dept-name { .dept-name {
@include ellipsis(1); // @include ellipsis(1);
font: { font: {
size: 12px; size: 12px;
} }

View File

@ -163,7 +163,7 @@ export class PresenceUtil {
return statusBulkInfo.phoneStatus; return statusBulkInfo.phoneStatus;
case PresenceType.CONFERENCE: case PresenceType.CONFERENCE:
return statusBulkInfo.conferenceStatus; return statusBulkInfo.conferenceStatus;
case PresenceType.IMESSENGER: case PresenceType.IMESSENER:
return statusBulkInfo.imessengerStatus; return statusBulkInfo.imessengerStatus;
default: default:
return undefined; return undefined;