@snabcentr/client-ui 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/esm2020/user/user-managers/sc-user-managers.component.mjs +2 -2
- package/fesm2015/snabcentr-client-ui.mjs +1 -1
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +1 -1
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +109 -109
@@ -5388,7 +5388,7 @@ class ScUserManagersComponent {
|
|
5388
5388
|
* Персональные менеджеры пользователя.
|
5389
5389
|
*/
|
5390
5390
|
this.managers$ = this.userService
|
5391
|
-
.
|
5391
|
+
.getUserChange$()
|
5392
5392
|
.pipe(map((user) => user.managers?.sort((a, b) => Number(Boolean(b.isPrimary)) - Number(Boolean(a.isPrimary)))));
|
5393
5393
|
/**
|
5394
5394
|
* Событие нажатия на кнопку QR кода.
|