@snabcentr/client-ui 4.11.7 → 4.15.0
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.
- package/auth/sc-auth.module.d.ts +2 -1
- package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +19 -8
- package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +6 -7
- package/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.d.ts +9 -2
- package/auth/sign-up-form/sc-sign-up-form.component.d.ts +14 -9
- package/cart/cart-item/sc-cart-item.component.d.ts +1 -1
- package/catalog/catalog-filters/index.d.ts +3 -0
- package/catalog/catalog-filters/sc-catalog-filters.component.d.ts +99 -0
- package/catalog/catalog-filters/tokens/sc-catalog-products-filters.d.ts +7 -0
- package/catalog/catalog-filters/tokens/sc-catalog-show-products-recursively.d.ts +5 -0
- package/catalog/index.d.ts +2 -0
- package/catalog/input-quantity/sc-input-quantity.component.d.ts +2 -2
- package/catalog/price-card/sc-price-card.component.d.ts +1 -1
- package/catalog/sc-catalog.module.d.ts +13 -13
- package/configurators/index.d.ts +2 -0
- package/configurators/models/index.d.ts +2 -0
- package/configurators/models/sandwich/sc-i-configurator-search-product-sandwich.d.ts +22 -0
- package/configurators/models/sandwich/sc-i-sandwich-settings.d.ts +18 -0
- package/configurators/sandwich/index.d.ts +3 -0
- package/configurators/sandwich/sandwich-skeleton/sc-sandwich-skeleton.component.d.ts +8 -0
- package/configurators/sandwich/sc-i-new-cart-item-sandwich.d.ts +14 -0
- package/configurators/sandwich/sc-sandwich.component.d.ts +146 -0
- package/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.d.ts +21 -24
- package/contragents/new-contragent-form/sc-new-contragent-form.component.d.ts +12 -18
- package/directives/index.d.ts +3 -3
- package/directives/links/sc-links.d.ts +1 -1
- package/directives/select-on-focusin/sc-select-on-focusin.directive.d.ts +1 -1
- package/esm2022/accordion/sc-accordion-content.directive.mjs +3 -3
- package/esm2022/accordion/sc-accordion.component.mjs +3 -3
- package/esm2022/accordion/sc-accordion.module.mjs +4 -4
- package/esm2022/auth/sc-auth.module.mjs +15 -9
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +38 -19
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +21 -19
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +3 -3
- package/esm2022/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.mjs +22 -7
- package/esm2022/auth/sign-up-form/sc-sign-up-form.component.mjs +38 -37
- package/esm2022/banner/sc-banner.component.mjs +3 -3
- package/esm2022/banner/sc-banner.module.mjs +4 -4
- package/esm2022/brands-list/sc-brands-list.component.mjs +3 -3
- package/esm2022/brands-list/sc-brands-list.module.mjs +4 -4
- package/esm2022/cart/add-or-editing-cart-item-dialog/add-or-editing-cart-item-form/sc-add-or-editing-cart-item-form.component.mjs +6 -6
- package/esm2022/cart/add-or-editing-cart-item-dialog/sc-add-or-editing-cart-item-dialog.component.mjs +3 -3
- package/esm2022/cart/cart-item/sc-cart-item.component.mjs +9 -12
- package/esm2022/cart/sc-cart-add-products-from-csv-dialog/sc-cart-add-products-from-csv-dialog.component.mjs +3 -3
- package/esm2022/catalog/catalog-filters/index.mjs +4 -0
- package/esm2022/catalog/catalog-filters/sc-catalog-filters.component.mjs +202 -0
- package/esm2022/catalog/catalog-filters/tokens/sc-catalog-products-filters.mjs +10 -0
- package/esm2022/catalog/catalog-filters/tokens/sc-catalog-show-products-recursively.mjs +6 -0
- package/esm2022/catalog/category-card/sc-category-card.component.mjs +5 -5
- package/esm2022/catalog/cost-with-discount/cost-with-discount.component.mjs +6 -5
- package/esm2022/catalog/download-price-list/sc-download-price-list.component.mjs +3 -3
- package/esm2022/catalog/hover-image-carousel/sc-hover-image-carousel.component.mjs +3 -3
- package/esm2022/catalog/index.mjs +3 -1
- package/esm2022/catalog/input-quantity/sc-input-quantity.component.mjs +21 -9
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.mjs +3 -3
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-product-in-all-warehouses.pipe.mjs +3 -3
- package/esm2022/catalog/price-card/sc-price-card.component.mjs +34 -13
- package/esm2022/catalog/price-card-inline/sc-price-card-inline.component.mjs +7 -7
- package/esm2022/catalog/price-history/sc-price-history.component.mjs +3 -3
- package/esm2022/catalog/price-list-pagination/sc-price-list-pagination.component.mjs +3 -3
- package/esm2022/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +5 -5
- package/esm2022/catalog/sc-catalog.module.mjs +10 -7
- package/esm2022/catalog/sc-favorite-button/sc-favorite-button.component.mjs +3 -3
- package/esm2022/configurators/index.mjs +3 -0
- package/esm2022/configurators/models/index.mjs +3 -0
- package/esm2022/configurators/models/sandwich/sc-i-configurator-search-product-sandwich.mjs +2 -0
- package/esm2022/configurators/models/sandwich/sc-i-sandwich-settings.mjs +2 -0
- package/esm2022/configurators/sandwich/index.mjs +4 -0
- package/esm2022/configurators/sandwich/sandwich-skeleton/sc-sandwich-skeleton.component.mjs +14 -0
- package/esm2022/configurators/sandwich/sc-i-new-cart-item-sandwich.mjs +2 -0
- package/esm2022/configurators/sandwich/sc-sandwich.component.mjs +322 -0
- package/esm2022/contacts/add-contact-dialog/sc-add-contact-dialog.component.mjs +3 -3
- package/esm2022/contacts/contacts-accordion/sc-contacts-accordion.component.mjs +3 -3
- package/esm2022/contacts/manager-card/sc-manager-card.component.mjs +3 -3
- package/esm2022/contacts/manager-card-push/sc-manager-card-push.component.mjs +3 -3
- package/esm2022/contacts/new-contact-form/sc-new-contact-form.component.mjs +3 -3
- package/esm2022/contacts/sc-contacts.module.mjs +4 -4
- package/esm2022/contragents/add-contragent-bank-account-dialog/sc-add-contragent-bank-account-dialog.component.mjs +3 -3
- package/esm2022/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +39 -51
- package/esm2022/contragents/contragents-accordion/contragents-accordion-item/sc-contragents-accordion-item.component.mjs +3 -3
- package/esm2022/contragents/contragents-accordion/sc-contragents-accordion.component.mjs +3 -3
- package/esm2022/contragents/new-contragent-bank-account-form/sc-new-contragent-bank-account-form.component.mjs +3 -3
- package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +29 -47
- package/esm2022/contragents/sc-contragents.module.mjs +4 -4
- package/esm2022/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +3 -3
- package/esm2022/delivery-address/delivery-address-accordion/delivery-address-accordion-item/sc-delivery-address-accordion-item.component.mjs +3 -3
- package/esm2022/delivery-address/delivery-address-accordion/sc-delivery-address-accordion.component.mjs +3 -3
- package/esm2022/delivery-address/sc-delivery-address.module.mjs +4 -4
- package/esm2022/dialogs/sc-resource-preview/sc-resource-preview.component.mjs +3 -3
- package/esm2022/directives/abstract-price-card/abstract-sc-price-card.directive.mjs +3 -3
- package/esm2022/directives/index.mjs +4 -4
- package/esm2022/directives/links/sc-email-link.directive.mjs +3 -3
- package/esm2022/directives/links/sc-links.mjs +2 -2
- package/esm2022/directives/links/sc-tel-link.directive.mjs +3 -3
- package/esm2022/directives/next-input-focus/sc-next-input-focus.directive.mjs +3 -3
- package/esm2022/directives/next-input-focus/sc-next-input-focus.module.mjs +4 -4
- package/esm2022/directives/sc-date-value-transformer.directive.mjs +3 -3
- package/esm2022/directives/sc-focus-first-invalid-field.directive.mjs +3 -3
- package/esm2022/directives/select-on-focusin/sc-select-on-focusin.directive.mjs +5 -5
- package/esm2022/directives/terminal-link/sc-terminal-link.directive.mjs +3 -3
- package/esm2022/error-handler/error-block-status/error-block-status.component.mjs +3 -3
- package/esm2022/error-handler/sc-error-handler.component.mjs +3 -3
- package/esm2022/feedback/feedback-form/sc-feedback-form.component.mjs +3 -3
- package/esm2022/feedback/gratitude/sc-gratitude.component.mjs +3 -3
- package/esm2022/files/directives/tree-top.directive.mjs +3 -3
- package/esm2022/files/directives/tree.directive.mjs +3 -3
- package/esm2022/files/file-tree-item/file-tree-item.component.mjs +3 -3
- package/esm2022/files/files-and-documents/files-and-documents.component.mjs +3 -3
- package/esm2022/files/files-and-documents.module.mjs +4 -4
- package/esm2022/files/services/tree-icon.service.mjs +3 -3
- package/esm2022/files/services/tree-loader.service.mjs +3 -3
- package/esm2022/form-fields/addresses-selection-field/sc-addresses-selection-field.component.mjs +3 -3
- package/esm2022/form-fields/form-fields.module.mjs +4 -4
- package/esm2022/form-fields/suggestion-field/sc-suggestion-field.component.mjs +3 -3
- package/esm2022/helpers/sc-px-converter.mjs +3 -3
- package/esm2022/methods/index.mjs +2 -0
- package/esm2022/methods/sc-get-current-route.mjs +14 -0
- package/esm2022/news/news-card/sc-news-card.component.mjs +3 -3
- package/esm2022/news/news-card-skeleton/sc-news-card-skeleton.component.mjs +3 -3
- package/esm2022/news/sc-news.module.mjs +4 -4
- package/esm2022/noindex-wrapper/directives/index.mjs +2 -0
- package/esm2022/noindex-wrapper/directives/sc-noindex.directive.mjs +58 -0
- package/esm2022/noindex-wrapper/index.mjs +3 -0
- package/esm2022/noindex-wrapper/sc-noindex-wrapper.component.mjs +18 -0
- package/esm2022/order/order-item-mobile/sc-order-item-mobile.component.mjs +3 -3
- package/esm2022/order/sc-order.module.mjs +4 -4
- package/esm2022/order/sc-payment-status/sc-payment-status.component.mjs +3 -3
- package/esm2022/pages/frequently-asked-questions/sc-frequently-asked-questions.component.mjs +3 -3
- package/esm2022/pages/frequently-asked-questions-group-selector/sc-frequently-asked-questions-group-selector.component.mjs +3 -3
- package/esm2022/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.mjs +6 -5
- package/esm2022/pages/personal-data-processing-policy/sc-personal-data-processing-policy.component.mjs +3 -3
- package/esm2022/pages/privacy-policy/sc-privacy-policy.component.mjs +3 -3
- package/esm2022/pages/public-offer/sc-public-offer.component.mjs +3 -3
- package/esm2022/pipes/sc-format-date.mjs +3 -3
- package/esm2022/pipes/sc-phone-format.mjs +3 -3
- package/esm2022/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.mjs +3 -3
- package/esm2022/profile/sc-profile.module.mjs +4 -4
- package/esm2022/providers/date-value-transformer/sc-date-value-transformer-with-end-time.mjs +3 -3
- package/esm2022/providers/date-value-transformer/sc-date-value-transformer-with-start-time.mjs +3 -3
- package/esm2022/providers/index.mjs +3 -1
- package/esm2022/providers/sc-category.providers.mjs +43 -0
- package/esm2022/providers/sc-debounce-time-default.mjs +9 -0
- package/esm2022/public-api.mjs +4 -1
- package/esm2022/qrcode/qrcode-dialog/sc-qrcode-dialog.component.mjs +3 -3
- package/esm2022/qrcode/sc-qrcode.module.mjs +4 -4
- package/esm2022/samples/preview-sample/sc-preview-sample.component.mjs +5 -5
- package/esm2022/samples/sc-preview-samples-mosquito/sc-preview-samples-mosquito.component.mjs +3 -3
- package/esm2022/samples/sc-sample.module.mjs +4 -4
- package/esm2022/schemas/sc-json-ld-category/sc-json-ld-category.component.mjs +3 -3
- package/esm2022/services/sc-help-notification.service.mjs +3 -3
- package/esm2022/share-button/sc-share-button.component.mjs +3 -3
- package/esm2022/share-button/sc-share-button.module.mjs +4 -4
- package/esm2022/user/reset-user-password/sc-reset-user-password.component.mjs +3 -3
- package/esm2022/user/sc-user.module.mjs +4 -4
- package/esm2022/user/update-user-info-dialog/sc-update-user-info-dialog.component.mjs +3 -3
- package/esm2022/user/user-managers/sc-user-managers.component.mjs +23 -25
- package/esm2022/user/user-phone-approve-dialog/sc-user-phone-approve-dialog.component.mjs +3 -3
- package/esm2022/verification/sc-verification.module.mjs +4 -4
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +16 -16
- package/fesm2022/snabcentr-client-ui.mjs +2574 -1896
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/methods/index.d.ts +1 -0
- package/methods/sc-get-current-route.d.ts +8 -0
- package/noindex-wrapper/directives/index.d.ts +1 -0
- package/noindex-wrapper/directives/sc-noindex.directive.d.ts +29 -0
- package/noindex-wrapper/index.d.ts +2 -0
- package/noindex-wrapper/sc-noindex-wrapper.component.d.ts +9 -0
- package/package.json +19 -19
- package/providers/index.d.ts +2 -0
- package/providers/sc-category.providers.d.ts +11 -0
- package/providers/sc-debounce-time-default.d.ts +5 -0
- package/public-api.d.ts +3 -0
- package/styles/tailwind/tailwind.scss +77 -173
- package/user/user-managers/sc-user-managers.component.d.ts +7 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './sc-get-current-route';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ActivatedRoute } from '@angular/router';
|
|
2
|
+
/**
|
|
3
|
+
* Возвращает текущий маршрут.
|
|
4
|
+
* Функция проходит по дереву маршрутов начиная с переданного route и возвращает самый вложенный активный маршрут.
|
|
5
|
+
*
|
|
6
|
+
* @param route Данные маршрута, от которого ищем текущий маршрут в приложении.
|
|
7
|
+
*/
|
|
8
|
+
export declare const scGetCurrentRoute: (route: ActivatedRoute) => ActivatedRoute;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './sc-noindex.directive';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Директива для замены элемента на HTML-комментарий `<!-- noindex -->` или `<!-- /noindex -->` в runtime.
|
|
5
|
+
* Применяется к элементам с атрибутом `data-noindex="true"` или `data-noindex="false"`.
|
|
6
|
+
* Выполняется только в браузере, не выполняется на сервере (SSR).
|
|
7
|
+
* Используется для SEO оптимизации (преимущественно в Yandex).
|
|
8
|
+
*/
|
|
9
|
+
export declare class ScNoindexDirective implements OnInit {
|
|
10
|
+
/**
|
|
11
|
+
* Ссылка на HTML элемент.
|
|
12
|
+
*/
|
|
13
|
+
private readonly elementRef;
|
|
14
|
+
/**
|
|
15
|
+
* Renderer для безопасной работы с DOM.
|
|
16
|
+
*/
|
|
17
|
+
private readonly renderer;
|
|
18
|
+
/**
|
|
19
|
+
* Признак, что приложение запущено на сервере.
|
|
20
|
+
*/
|
|
21
|
+
private readonly isServer;
|
|
22
|
+
/**
|
|
23
|
+
* Инициализация директивы - замена элемента на комментарий.
|
|
24
|
+
* Выполняется только в браузере.
|
|
25
|
+
*/
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScNoindexDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ScNoindexDirective, "[data-noindex]", never, {}, {}, never, never, true, never>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
/**
|
|
3
|
+
* Компонент-обертка для автоматического добавления тегов noindex вокруг контента.
|
|
4
|
+
* Автоматически добавляет открывающий `<!-- noindex -->` и закрывающий `<!-- /noindex -->` комментарии.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ScNoindexWrapperComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScNoindexWrapperComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScNoindexWrapperComponent, "sc-noindex-wrapper", never, {}, {}, never, ["*"], true, never>;
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snabcentr/client-ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.15.0",
|
|
4
4
|
"author": "Snabcentr Ltd.",
|
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
|
6
6
|
"license": "Commercial",
|
|
@@ -11,27 +11,27 @@
|
|
|
11
11
|
"@angular/core": "^18.2.12",
|
|
12
12
|
"@angular/forms": "^18.2.12",
|
|
13
13
|
"@angular/router": "^18.2.12",
|
|
14
|
-
"@maskito/angular": "^3.
|
|
15
|
-
"@maskito/core": "^3.
|
|
16
|
-
"@ng-web-apis/intersection-observer": "^4.
|
|
17
|
-
"@ng-web-apis/common": "^4.
|
|
18
|
-
"@snabcentr/client-core": "^3.
|
|
19
|
-
"@taiga-ui/addon-charts": "^4.
|
|
20
|
-
"@taiga-ui/addon-commerce": "^4.
|
|
21
|
-
"@taiga-ui/cdk": "^4.
|
|
22
|
-
"@taiga-ui/core": "^4.
|
|
23
|
-
"@taiga-ui/event-plugins": "^4.
|
|
24
|
-
"@taiga-ui/icons": "^4.
|
|
25
|
-
"@taiga-ui/kit": "^4.
|
|
26
|
-
"@taiga-ui/layout": "^4.
|
|
27
|
-
"@taiga-ui/legacy": "^4.
|
|
28
|
-
"@taiga-ui/i18n": "^4.
|
|
14
|
+
"@maskito/angular": "^3.11.1",
|
|
15
|
+
"@maskito/core": "^3.11.1",
|
|
16
|
+
"@ng-web-apis/intersection-observer": "^4.14.0",
|
|
17
|
+
"@ng-web-apis/common": "^4.14.0",
|
|
18
|
+
"@snabcentr/client-core": "^3.9.0",
|
|
19
|
+
"@taiga-ui/addon-charts": "^4.66.0",
|
|
20
|
+
"@taiga-ui/addon-commerce": "^4.66.0",
|
|
21
|
+
"@taiga-ui/cdk": "^4.66.0",
|
|
22
|
+
"@taiga-ui/core": "^4.66.0",
|
|
23
|
+
"@taiga-ui/event-plugins": "^4.7.0",
|
|
24
|
+
"@taiga-ui/icons": "^4.66.0",
|
|
25
|
+
"@taiga-ui/kit": "^4.66.0",
|
|
26
|
+
"@taiga-ui/layout": "^4.66.0",
|
|
27
|
+
"@taiga-ui/legacy": "^4.66.0",
|
|
28
|
+
"@taiga-ui/i18n": "^4.66.0",
|
|
29
29
|
"@taiga-ui/polymorpheus": "^4.7.4",
|
|
30
|
-
"@taiga-ui/experimental": "^4.
|
|
31
|
-
"@taiga-ui/styles": "^4.
|
|
30
|
+
"@taiga-ui/experimental": "^4.66.0",
|
|
31
|
+
"@taiga-ui/styles": "^4.66.0",
|
|
32
32
|
"ng-recaptcha-2": "^14.0.0",
|
|
33
33
|
"angular8-yandex-maps": "^18.2.0",
|
|
34
|
-
"libphonenumber-js": "^1.
|
|
34
|
+
"libphonenumber-js": "^1.12.7",
|
|
35
35
|
"angularx-qrcode": "^18.0.2",
|
|
36
36
|
"lodash-es": "^4.17.21",
|
|
37
37
|
"rxjs": "^7.8.1",
|
package/providers/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './sc-verification-code-timeout';
|
|
2
|
+
export * from './sc-category.providers';
|
|
2
3
|
export * from './sc-allow-select-terminated';
|
|
3
4
|
export * from './sc-help-notification-limit';
|
|
4
5
|
export * from './sc-help-notification-close';
|
|
@@ -10,3 +11,4 @@ export * from './sc-date-formatter';
|
|
|
10
11
|
export * from './sc-date-value-transformer';
|
|
11
12
|
export * from './sc-notify-when-in-stock-required-fields';
|
|
12
13
|
export * from './sc-banner-duration';
|
|
14
|
+
export * from './sc-debounce-time-default';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { InjectionToken, Provider } from '@angular/core';
|
|
2
|
+
import { ScCategory } from '@snabcentr/client-core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
/**
|
|
5
|
+
* Токен потока данных о категории.
|
|
6
|
+
*/
|
|
7
|
+
export declare const SC_CATEGORY_INFO: InjectionToken<Observable<ScCategory | null>>;
|
|
8
|
+
/**
|
|
9
|
+
* Провайдеры потока данных о категории.
|
|
10
|
+
*/
|
|
11
|
+
export declare const SC_CATEGORY_PROVIDERS: Provider[];
|
package/public-api.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from './accordion';
|
|
|
5
5
|
export * from './banner';
|
|
6
6
|
export * from './cart';
|
|
7
7
|
export * from './catalog';
|
|
8
|
+
export * from './configurators';
|
|
8
9
|
export * from './contragents';
|
|
9
10
|
export * from './contacts';
|
|
10
11
|
export * from './delivery-address';
|
|
@@ -17,10 +18,12 @@ export * from './icons';
|
|
|
17
18
|
export * from './loader';
|
|
18
19
|
export * from './brands-list';
|
|
19
20
|
export * from './news';
|
|
21
|
+
export * from './noindex-wrapper';
|
|
20
22
|
export * from './order';
|
|
21
23
|
export * from './pages';
|
|
22
24
|
export * from './pipes';
|
|
23
25
|
export * from './samples';
|
|
26
|
+
export * from './methods';
|
|
24
27
|
export * from './providers';
|
|
25
28
|
export * from './feedback';
|
|
26
29
|
export * from './qrcode';
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/*
|
|
110
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
|
|
111
111
|
*/
|
|
112
112
|
|
|
113
113
|
/*
|
|
@@ -554,72 +554,10 @@ video {
|
|
|
554
554
|
display: none;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
.container {
|
|
558
|
-
width: 100%;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
@media (min-width: 640px) {
|
|
562
|
-
.container {
|
|
563
|
-
max-width: 640px;
|
|
564
|
-
}
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
@media (min-width: 768px) {
|
|
568
|
-
.container {
|
|
569
|
-
max-width: 768px;
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
@media (min-width: 1024px) {
|
|
574
|
-
.container {
|
|
575
|
-
max-width: 1024px;
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
@media (min-width: 1280px) {
|
|
580
|
-
.container {
|
|
581
|
-
max-width: 1280px;
|
|
582
|
-
}
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
@media (min-width: 1536px) {
|
|
586
|
-
.container {
|
|
587
|
-
max-width: 1536px;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.sr-only {
|
|
592
|
-
position: absolute;
|
|
593
|
-
width: 1px;
|
|
594
|
-
height: 1px;
|
|
595
|
-
padding: 0;
|
|
596
|
-
margin: -1px;
|
|
597
|
-
overflow: hidden;
|
|
598
|
-
clip: rect(0, 0, 0, 0);
|
|
599
|
-
white-space: nowrap;
|
|
600
|
-
border-width: 0;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
557
|
.pointer-events-none {
|
|
604
558
|
pointer-events: none;
|
|
605
559
|
}
|
|
606
560
|
|
|
607
|
-
.\!visible {
|
|
608
|
-
visibility: visible !important;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.visible {
|
|
612
|
-
visibility: visible;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
.invisible {
|
|
616
|
-
visibility: hidden;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
.collapse {
|
|
620
|
-
visibility: collapse;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
561
|
.static {
|
|
624
562
|
position: static;
|
|
625
563
|
}
|
|
@@ -640,10 +578,6 @@ video {
|
|
|
640
578
|
position: relative;
|
|
641
579
|
}
|
|
642
580
|
|
|
643
|
-
.sticky {
|
|
644
|
-
position: sticky;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
581
|
.-left-1 {
|
|
648
582
|
left: -0.25rem;
|
|
649
583
|
}
|
|
@@ -684,10 +618,6 @@ video {
|
|
|
684
618
|
top: 50%;
|
|
685
619
|
}
|
|
686
620
|
|
|
687
|
-
.isolate {
|
|
688
|
-
isolation: isolate;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
621
|
.-z-10 {
|
|
692
622
|
z-index: -10;
|
|
693
623
|
}
|
|
@@ -717,11 +647,26 @@ video {
|
|
|
717
647
|
margin-right: 0.5rem;
|
|
718
648
|
}
|
|
719
649
|
|
|
650
|
+
.my-1 {
|
|
651
|
+
margin-top: 0.25rem;
|
|
652
|
+
margin-bottom: 0.25rem;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.my-1\.5 {
|
|
656
|
+
margin-top: 0.375rem;
|
|
657
|
+
margin-bottom: 0.375rem;
|
|
658
|
+
}
|
|
659
|
+
|
|
720
660
|
.my-2 {
|
|
721
661
|
margin-top: 0.5rem;
|
|
722
662
|
margin-bottom: 0.5rem;
|
|
723
663
|
}
|
|
724
664
|
|
|
665
|
+
.my-2\.5 {
|
|
666
|
+
margin-top: 0.625rem;
|
|
667
|
+
margin-bottom: 0.625rem;
|
|
668
|
+
}
|
|
669
|
+
|
|
725
670
|
.my-4 {
|
|
726
671
|
margin-top: 1rem;
|
|
727
672
|
margin-bottom: 1rem;
|
|
@@ -751,6 +696,10 @@ video {
|
|
|
751
696
|
margin-bottom: 1rem;
|
|
752
697
|
}
|
|
753
698
|
|
|
699
|
+
.mb-5 {
|
|
700
|
+
margin-bottom: 1.25rem;
|
|
701
|
+
}
|
|
702
|
+
|
|
754
703
|
.mb-8 {
|
|
755
704
|
margin-bottom: 2rem;
|
|
756
705
|
}
|
|
@@ -787,6 +736,10 @@ video {
|
|
|
787
736
|
margin-top: 1rem;
|
|
788
737
|
}
|
|
789
738
|
|
|
739
|
+
.mt-6 {
|
|
740
|
+
margin-top: 1.5rem;
|
|
741
|
+
}
|
|
742
|
+
|
|
790
743
|
.mt-8 {
|
|
791
744
|
margin-top: 2rem;
|
|
792
745
|
}
|
|
@@ -802,10 +755,6 @@ video {
|
|
|
802
755
|
display: block;
|
|
803
756
|
}
|
|
804
757
|
|
|
805
|
-
.inline {
|
|
806
|
-
display: inline;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
758
|
.flex {
|
|
810
759
|
display: flex;
|
|
811
760
|
}
|
|
@@ -890,6 +839,10 @@ video {
|
|
|
890
839
|
height: 3rem;
|
|
891
840
|
}
|
|
892
841
|
|
|
842
|
+
.h-2 {
|
|
843
|
+
height: 0.5rem;
|
|
844
|
+
}
|
|
845
|
+
|
|
893
846
|
.h-3 {
|
|
894
847
|
height: 0.75rem;
|
|
895
848
|
}
|
|
@@ -898,10 +851,18 @@ video {
|
|
|
898
851
|
height: 1rem;
|
|
899
852
|
}
|
|
900
853
|
|
|
854
|
+
.h-5 {
|
|
855
|
+
height: 1.25rem;
|
|
856
|
+
}
|
|
857
|
+
|
|
901
858
|
.h-56 {
|
|
902
859
|
height: 14rem;
|
|
903
860
|
}
|
|
904
861
|
|
|
862
|
+
.h-6 {
|
|
863
|
+
height: 1.5rem;
|
|
864
|
+
}
|
|
865
|
+
|
|
905
866
|
.h-\[19em\] {
|
|
906
867
|
height: 19em;
|
|
907
868
|
}
|
|
@@ -934,6 +895,14 @@ video {
|
|
|
934
895
|
width: auto !important;
|
|
935
896
|
}
|
|
936
897
|
|
|
898
|
+
.w-1\/2 {
|
|
899
|
+
width: 50%;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.w-1\/3 {
|
|
903
|
+
width: 33.333333%;
|
|
904
|
+
}
|
|
905
|
+
|
|
937
906
|
.w-1\/4 {
|
|
938
907
|
width: 25%;
|
|
939
908
|
}
|
|
@@ -946,6 +915,10 @@ video {
|
|
|
946
915
|
width: 3rem;
|
|
947
916
|
}
|
|
948
917
|
|
|
918
|
+
.w-2\/3 {
|
|
919
|
+
width: 66.666667%;
|
|
920
|
+
}
|
|
921
|
+
|
|
949
922
|
.w-24 {
|
|
950
923
|
width: 6rem;
|
|
951
924
|
}
|
|
@@ -1023,10 +996,6 @@ video {
|
|
|
1023
996
|
flex-shrink: 1;
|
|
1024
997
|
}
|
|
1025
998
|
|
|
1026
|
-
.shrink {
|
|
1027
|
-
flex-shrink: 1;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
999
|
.shrink-0 {
|
|
1031
1000
|
flex-shrink: 0;
|
|
1032
1001
|
}
|
|
@@ -1080,10 +1049,6 @@ video {
|
|
|
1080
1049
|
user-select: none;
|
|
1081
1050
|
}
|
|
1082
1051
|
|
|
1083
|
-
.resize {
|
|
1084
|
-
resize: both;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
1052
|
.list-decimal {
|
|
1088
1053
|
list-style-type: decimal;
|
|
1089
1054
|
}
|
|
@@ -1096,6 +1061,10 @@ video {
|
|
|
1096
1061
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1097
1062
|
}
|
|
1098
1063
|
|
|
1064
|
+
.grid-cols-3 {
|
|
1065
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1099
1068
|
.flex-col {
|
|
1100
1069
|
flex-direction: column;
|
|
1101
1070
|
}
|
|
@@ -1120,6 +1089,10 @@ video {
|
|
|
1120
1089
|
align-items: flex-start;
|
|
1121
1090
|
}
|
|
1122
1091
|
|
|
1092
|
+
.items-end {
|
|
1093
|
+
align-items: flex-end;
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1123
1096
|
.\!items-center {
|
|
1124
1097
|
align-items: center !important;
|
|
1125
1098
|
}
|
|
@@ -1247,12 +1220,6 @@ video {
|
|
|
1247
1220
|
overflow: hidden;
|
|
1248
1221
|
}
|
|
1249
1222
|
|
|
1250
|
-
.truncate {
|
|
1251
|
-
overflow: hidden;
|
|
1252
|
-
text-overflow: ellipsis;
|
|
1253
|
-
white-space: nowrap;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1223
|
.\!whitespace-normal {
|
|
1257
1224
|
white-space: normal !important;
|
|
1258
1225
|
}
|
|
@@ -1261,10 +1228,6 @@ video {
|
|
|
1261
1228
|
white-space: nowrap;
|
|
1262
1229
|
}
|
|
1263
1230
|
|
|
1264
|
-
.break-all {
|
|
1265
|
-
word-break: break-all;
|
|
1266
|
-
}
|
|
1267
|
-
|
|
1268
1231
|
.\!rounded-xl {
|
|
1269
1232
|
border-radius: 0.75rem !important;
|
|
1270
1233
|
}
|
|
@@ -1277,6 +1240,10 @@ video {
|
|
|
1277
1240
|
border-radius: 9999px;
|
|
1278
1241
|
}
|
|
1279
1242
|
|
|
1243
|
+
.rounded-sm {
|
|
1244
|
+
border-radius: 0.125rem;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1280
1247
|
.rounded-tui-radius-m {
|
|
1281
1248
|
border-radius: var(--tui-radius-m);
|
|
1282
1249
|
}
|
|
@@ -1344,6 +1311,10 @@ video {
|
|
|
1344
1311
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1345
1312
|
}
|
|
1346
1313
|
|
|
1314
|
+
.bg-tui-base-01 {
|
|
1315
|
+
background-color: var(--tui-background-base);
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1347
1318
|
.bg-tui-base-02 {
|
|
1348
1319
|
background-color: var(--tui-background-base-alt);
|
|
1349
1320
|
}
|
|
@@ -1630,6 +1601,11 @@ video {
|
|
|
1630
1601
|
line-height: 1.25rem;
|
|
1631
1602
|
}
|
|
1632
1603
|
|
|
1604
|
+
.text-xl {
|
|
1605
|
+
font-size: 1.25rem;
|
|
1606
|
+
line-height: 1.75rem;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1633
1609
|
.text-xs {
|
|
1634
1610
|
font-size: 0.75rem;
|
|
1635
1611
|
line-height: 1rem;
|
|
@@ -1659,27 +1635,6 @@ video {
|
|
|
1659
1635
|
font-weight: 500;
|
|
1660
1636
|
}
|
|
1661
1637
|
|
|
1662
|
-
.uppercase {
|
|
1663
|
-
text-transform: uppercase;
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
.lowercase {
|
|
1667
|
-
text-transform: lowercase;
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
.capitalize {
|
|
1671
|
-
text-transform: capitalize;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
.italic {
|
|
1675
|
-
font-style: italic;
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
.ordinal {
|
|
1679
|
-
--tw-ordinal: ordinal;
|
|
1680
|
-
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
1638
|
.leading-1\.15 {
|
|
1684
1639
|
line-height: 1.15;
|
|
1685
1640
|
}
|
|
@@ -1744,6 +1699,10 @@ video {
|
|
|
1744
1699
|
color: var(--tui-text-primary);
|
|
1745
1700
|
}
|
|
1746
1701
|
|
|
1702
|
+
.text-tui-text-secondary {
|
|
1703
|
+
color: var(--tui-text-secondary);
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1747
1706
|
.text-tui-text-tertiary {
|
|
1748
1707
|
color: var(--tui-text-tertiary);
|
|
1749
1708
|
}
|
|
@@ -1752,14 +1711,6 @@ video {
|
|
|
1752
1711
|
text-decoration-line: underline !important;
|
|
1753
1712
|
}
|
|
1754
1713
|
|
|
1755
|
-
.underline {
|
|
1756
|
-
text-decoration-line: underline;
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
|
-
.overline {
|
|
1760
|
-
text-decoration-line: overline;
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
1714
|
.line-through {
|
|
1764
1715
|
text-decoration-line: line-through;
|
|
1765
1716
|
}
|
|
@@ -1772,12 +1723,6 @@ video {
|
|
|
1772
1723
|
opacity: 0.9;
|
|
1773
1724
|
}
|
|
1774
1725
|
|
|
1775
|
-
.shadow {
|
|
1776
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1777
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1778
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
1726
|
.shadow-sc {
|
|
1782
1727
|
--tw-shadow: 2px 7px 20px 1px rgba(0, 0, 0, 0.1);
|
|
1783
1728
|
--tw-shadow-colored: 2px 7px 20px 1px var(--tw-shadow-color);
|
|
@@ -1800,12 +1745,6 @@ video {
|
|
|
1800
1745
|
outline-style: solid;
|
|
1801
1746
|
}
|
|
1802
1747
|
|
|
1803
|
-
.ring {
|
|
1804
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1805
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1806
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
1748
|
.blur {
|
|
1810
1749
|
--tw-blur: blur(8px);
|
|
1811
1750
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
@@ -1821,58 +1760,19 @@ video {
|
|
|
1821
1760
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1822
1761
|
}
|
|
1823
1762
|
|
|
1824
|
-
.invert {
|
|
1825
|
-
--tw-invert: invert(100%);
|
|
1826
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
1763
|
.saturate-0 {
|
|
1830
1764
|
--tw-saturate: saturate(0);
|
|
1831
1765
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1832
1766
|
}
|
|
1833
1767
|
|
|
1834
|
-
.sepia {
|
|
1835
|
-
--tw-sepia: sepia(100%);
|
|
1836
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
1768
|
.filter {
|
|
1840
1769
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1841
1770
|
}
|
|
1842
1771
|
|
|
1843
|
-
.backdrop-filter {
|
|
1844
|
-
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1845
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.transition {
|
|
1849
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1850
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1851
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1852
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1853
|
-
transition-duration: 150ms;
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
1772
|
.duration-500 {
|
|
1857
1773
|
transition-duration: 500ms;
|
|
1858
1774
|
}
|
|
1859
1775
|
|
|
1860
|
-
.ease-in {
|
|
1861
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.ease-in-out {
|
|
1865
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
.ease-out {
|
|
1869
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1870
|
-
}
|
|
1871
|
-
|
|
1872
|
-
.\[k\:string\] {
|
|
1873
|
-
k: string;
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
1776
|
.hover\:bg-tui-background-neutral-1:hover {
|
|
1877
1777
|
background-color: var(--tui-background-neutral-1);
|
|
1878
1778
|
}
|
|
@@ -1929,6 +1829,10 @@ video {
|
|
|
1929
1829
|
max-width: none;
|
|
1930
1830
|
}
|
|
1931
1831
|
|
|
1832
|
+
.md\:grid-cols-2 {
|
|
1833
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1932
1836
|
.md\:flex-row {
|
|
1933
1837
|
flex-direction: row;
|
|
1934
1838
|
}
|
|
@@ -1,26 +1,23 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ScIManager
|
|
2
|
+
import { ScIManager } from '@snabcentr/client-core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* Компонент персональных менеджеров пользователя.
|
|
7
7
|
*/
|
|
8
8
|
export declare class ScUserManagersComponent {
|
|
9
|
-
private readonly userService;
|
|
10
|
-
/**
|
|
11
|
-
* Персональные менеджеры пользователя.
|
|
12
|
-
*/
|
|
13
|
-
readonly managers$: Observable<ScIManager[] | undefined>;
|
|
14
9
|
/**
|
|
15
10
|
* Событие нажатия на кнопку QR кода.
|
|
16
11
|
*/
|
|
17
12
|
readonly qrClickEvent: EventEmitter<ScIManager>;
|
|
18
13
|
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @param userService Сервис данных о пользователе.
|
|
14
|
+
* Сервис данных о пользователе.
|
|
22
15
|
*/
|
|
23
|
-
|
|
16
|
+
private readonly userService;
|
|
17
|
+
/**
|
|
18
|
+
* Персональные менеджеры пользователя.
|
|
19
|
+
*/
|
|
20
|
+
readonly managers$: Observable<ScIManager[] | undefined>;
|
|
24
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScUserManagersComponent, never>;
|
|
25
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<ScUserManagersComponent, "sc-user-managers", never, {}, { "qrClickEvent": "qrClickEvent"; }, never, never, false, never>;
|
|
26
23
|
}
|