@snabcentr/client-ui 4.1.0 → 4.3.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/accordion/index.d.ts +3 -0
- package/accordion/sc-accordion-content.directive.d.ts +9 -0
- package/accordion/sc-accordion.component.d.ts +56 -0
- package/accordion/sc-accordion.module.d.ts +15 -0
- package/auth/enums/auth-method.d.ts +13 -0
- package/auth/index.d.ts +8 -0
- package/auth/interfaces/api-error-response.d.ts +13 -0
- package/auth/interfaces/index.d.ts +3 -0
- package/auth/interfaces/sc-bank-account-form-group.d.ts +11 -0
- package/auth/interfaces/sc-contact-form-group.d.ts +10 -0
- package/auth/sc-auth.module.d.ts +26 -0
- package/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.d.ts +39 -0
- package/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.d.ts +41 -0
- package/auth/sc-sign-in-form/sc-sign-in-form.component.d.ts +53 -0
- package/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.d.ts +106 -0
- package/auth/sign-up-form/sc-sign-up-form.component.d.ts +161 -0
- package/banner/index.d.ts +2 -0
- package/banner/sc-banner.component.d.ts +88 -0
- package/banner/sc-banner.module.d.ts +18 -0
- package/brands-list/index.d.ts +2 -0
- package/brands-list/sc-brands-list.component.d.ts +15 -0
- package/brands-list/sc-brands-list.module.d.ts +12 -0
- package/cart/add-or-editing-cart-item-dialog/add-or-editing-cart-item-form/sc-add-or-editing-cart-item-form.component.d.ts +102 -0
- package/cart/add-or-editing-cart-item-dialog/index.d.ts +2 -0
- package/cart/add-or-editing-cart-item-dialog/sc-add-or-editing-cart-item-dialog.component.d.ts +48 -0
- package/cart/cart-item/sc-cart-item.component.d.ts +25 -0
- package/cart/index.d.ts +3 -0
- package/cart/sc-cart-add-products-from-csv-dialog/sc-cart-add-products-from-csv-dialog.component.d.ts +62 -0
- package/catalog/category-card/sc-category-card.component.d.ts +76 -0
- package/catalog/cost-with-discount/cost-with-discount.component.d.ts +23 -0
- package/catalog/download-price-list/sc-download-price-list.component.d.ts +38 -0
- package/catalog/hover-image-carousel/sc-hover-image-carousel.component.d.ts +48 -0
- package/catalog/index.d.ts +12 -0
- package/catalog/input-quantity/sc-input-quantity.component.d.ts +82 -0
- package/catalog/notify-when-in-stock-dialog/index.d.ts +2 -0
- package/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.d.ts +90 -0
- package/catalog/notify-when-in-stock-dialog/sc-product-in-all-warehouses.pipe.d.ts +22 -0
- package/catalog/price-card/sc-price-card.component.d.ts +18 -0
- package/catalog/price-card-inline/sc-price-card-inline.component.d.ts +10 -0
- package/catalog/price-history/sc-price-history.component.d.ts +88 -0
- package/catalog/price-list-pagination/sc-price-list-pagination.component.d.ts +40 -0
- package/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.d.ts +47 -0
- package/catalog/sc-catalog.module.d.ts +29 -0
- package/catalog/sc-favorite-button/sc-favorite-button.component.d.ts +25 -0
- package/contacts/add-contact-dialog/sc-add-contact-dialog.component.d.ts +49 -0
- package/contacts/contacts-accordion/sc-contacts-accordion.component.d.ts +23 -0
- package/contacts/index.d.ts +7 -0
- package/contacts/manager-card/sc-manager-card.component.d.ts +22 -0
- package/contacts/manager-card-push/sc-manager-card-push.component.d.ts +18 -0
- package/contacts/new-contact-form/sc-new-contact-form.component.d.ts +28 -0
- package/contacts/sc-contacts.module.d.ts +28 -0
- package/contacts/tokens/index.d.ts +2 -0
- package/contacts/tokens/sc-manager-qr-handler.token.d.ts +6 -0
- package/contacts/tokens/sc-show-help-notification-in-phone-input.token.d.ts +5 -0
- package/contragents/add-contragent-bank-account-dialog/sc-add-contragent-bank-account-dialog.component.d.ts +49 -0
- package/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.d.ts +161 -0
- package/contragents/contragents-accordion/contragents-accordion-item/sc-contragents-accordion-item.component.d.ts +62 -0
- package/contragents/contragents-accordion/sc-contragents-accordion.component.d.ts +49 -0
- package/contragents/index.d.ts +7 -0
- package/contragents/new-contragent-bank-account-form/sc-new-contragent-bank-account-form.component.d.ts +64 -0
- package/contragents/new-contragent-form/sc-new-contragent-form.component.d.ts +125 -0
- package/contragents/sc-contragents.module.d.ts +27 -0
- package/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.d.ts +141 -0
- package/delivery-address/delivery-address-accordion/delivery-address-accordion-item/sc-delivery-address-accordion-item.component.d.ts +50 -0
- package/delivery-address/delivery-address-accordion/sc-delivery-address-accordion.component.d.ts +49 -0
- package/delivery-address/index.d.ts +4 -0
- package/delivery-address/sc-delivery-address.module.d.ts +26 -0
- package/dialogs/index.d.ts +1 -0
- package/dialogs/sc-resource-preview/sc-resource-preview.component.d.ts +42 -0
- package/directives/abstract-price-card/abstract-sc-price-card.directive.d.ts +136 -0
- package/directives/index.d.ts +7 -0
- package/directives/links/index.d.ts +4 -0
- package/directives/links/sc-email-link.directive.d.ts +25 -0
- package/directives/links/sc-link-location.d.ts +5 -0
- package/directives/links/sc-links.d.ts +7 -0
- package/directives/links/sc-tel-link.directive.d.ts +40 -0
- package/directives/next-input-focus/sc-next-input-focus.directive.d.ts +18 -0
- package/directives/next-input-focus/sc-next-input-focus.module.d.ts +10 -0
- package/directives/sc-date-value-transformer.directive.d.ts +8 -0
- package/directives/select-on-focusin/sc-select-on-focusin.directive.d.ts +14 -0
- package/directives/terminal-link/sc-terminal-link.directive.d.ts +34 -0
- package/error-handler/consts/error-change-handler.providers.d.ts +5 -0
- package/error-handler/error-block-status/error-block-status.component.d.ts +37 -0
- package/error-handler/index.d.ts +4 -0
- package/error-handler/interfaces/i-block-error.d.ts +17 -0
- package/error-handler/sc-error-handler.component.d.ts +40 -0
- package/esm2022/accordion/index.mjs +4 -0
- package/esm2022/accordion/sc-accordion-content.directive.mjs +17 -0
- package/esm2022/accordion/sc-accordion.component.mjs +92 -0
- package/esm2022/accordion/sc-accordion.module.mjs +26 -0
- package/esm2022/auth/enums/auth-method.mjs +15 -0
- package/esm2022/auth/index.mjs +9 -0
- package/esm2022/auth/interfaces/api-error-response.mjs +2 -0
- package/esm2022/auth/interfaces/index.mjs +4 -0
- package/esm2022/auth/interfaces/sc-bank-account-form-group.mjs +2 -0
- package/esm2022/auth/interfaces/sc-contact-form-group.mjs +2 -0
- package/esm2022/auth/sc-auth.module.mjs +99 -0
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-email/sc-sign-in-form-by-email.component.mjs +87 -0
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form-by-phone/sc-sign-in-form-by-phone.component.mjs +86 -0
- package/esm2022/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +89 -0
- package/esm2022/auth/sc-simple-sign-up-form/sc-simple-sign-up-form.component.mjs +187 -0
- package/esm2022/auth/sign-up-form/sc-sign-up-form.component.mjs +333 -0
- package/esm2022/banner/index.mjs +3 -0
- package/esm2022/banner/sc-banner.component.mjs +143 -0
- package/esm2022/banner/sc-banner.module.mjs +30 -0
- package/esm2022/brands-list/index.mjs +3 -0
- package/esm2022/brands-list/sc-brands-list.component.mjs +24 -0
- package/esm2022/brands-list/sc-brands-list.module.mjs +22 -0
- package/esm2022/cart/add-or-editing-cart-item-dialog/add-or-editing-cart-item-form/sc-add-or-editing-cart-item-form.component.mjs +233 -0
- package/esm2022/cart/add-or-editing-cart-item-dialog/index.mjs +3 -0
- package/esm2022/cart/add-or-editing-cart-item-dialog/sc-add-or-editing-cart-item-dialog.component.mjs +74 -0
- package/esm2022/cart/cart-item/sc-cart-item.component.mjs +74 -0
- package/esm2022/cart/index.mjs +4 -0
- package/esm2022/cart/sc-cart-add-products-from-csv-dialog/sc-cart-add-products-from-csv-dialog.component.mjs +110 -0
- package/esm2022/catalog/category-card/sc-category-card.component.mjs +102 -0
- package/esm2022/catalog/cost-with-discount/cost-with-discount.component.mjs +38 -0
- package/esm2022/catalog/download-price-list/sc-download-price-list.component.mjs +56 -0
- package/esm2022/catalog/hover-image-carousel/sc-hover-image-carousel.component.mjs +76 -0
- package/esm2022/catalog/index.mjs +13 -0
- package/esm2022/catalog/input-quantity/sc-input-quantity.component.mjs +177 -0
- package/esm2022/catalog/notify-when-in-stock-dialog/index.mjs +3 -0
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-notify-when-in-stock-dialog.component.mjs +173 -0
- package/esm2022/catalog/notify-when-in-stock-dialog/sc-product-in-all-warehouses.pipe.mjs +35 -0
- package/esm2022/catalog/price-card/sc-price-card.component.mjs +52 -0
- package/esm2022/catalog/price-card-inline/sc-price-card-inline.component.mjs +56 -0
- package/esm2022/catalog/price-history/sc-price-history.component.mjs +140 -0
- package/esm2022/catalog/price-list-pagination/sc-price-list-pagination.component.mjs +65 -0
- package/esm2022/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +54 -0
- package/esm2022/catalog/sc-catalog.module.mjs +125 -0
- package/esm2022/catalog/sc-favorite-button/sc-favorite-button.component.mjs +42 -0
- package/esm2022/contacts/add-contact-dialog/sc-add-contact-dialog.component.mjs +91 -0
- package/esm2022/contacts/contacts-accordion/sc-contacts-accordion.component.mjs +38 -0
- package/esm2022/contacts/index.mjs +8 -0
- package/esm2022/contacts/manager-card/sc-manager-card.component.mjs +58 -0
- package/esm2022/contacts/manager-card-push/sc-manager-card-push.component.mjs +28 -0
- package/esm2022/contacts/new-contact-form/sc-new-contact-form.component.mjs +37 -0
- package/esm2022/contacts/sc-contacts.module.mjs +92 -0
- package/esm2022/contacts/tokens/index.mjs +3 -0
- package/esm2022/contacts/tokens/sc-manager-qr-handler.token.mjs +24 -0
- package/esm2022/contacts/tokens/sc-show-help-notification-in-phone-input.token.mjs +7 -0
- package/esm2022/contragents/add-contragent-bank-account-dialog/sc-add-contragent-bank-account-dialog.component.mjs +81 -0
- package/esm2022/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +278 -0
- package/esm2022/contragents/contragents-accordion/contragents-accordion-item/sc-contragents-accordion-item.component.mjs +75 -0
- package/esm2022/contragents/contragents-accordion/sc-contragents-accordion.component.mjs +69 -0
- package/esm2022/contragents/index.mjs +8 -0
- package/esm2022/contragents/new-contragent-bank-account-form/sc-new-contragent-bank-account-form.component.mjs +72 -0
- package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +242 -0
- package/esm2022/contragents/sc-contragents.module.mjs +118 -0
- package/esm2022/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +250 -0
- package/esm2022/delivery-address/delivery-address-accordion/delivery-address-accordion-item/sc-delivery-address-accordion-item.component.mjs +60 -0
- package/esm2022/delivery-address/delivery-address-accordion/sc-delivery-address-accordion.component.mjs +69 -0
- package/esm2022/delivery-address/index.mjs +5 -0
- package/esm2022/delivery-address/sc-delivery-address.module.mjs +99 -0
- package/esm2022/dialogs/index.mjs +2 -0
- package/esm2022/dialogs/sc-resource-preview/sc-resource-preview.component.mjs +68 -0
- package/esm2022/directives/abstract-price-card/abstract-sc-price-card.directive.mjs +170 -0
- package/esm2022/directives/index.mjs +8 -0
- package/esm2022/directives/links/index.mjs +5 -0
- package/esm2022/directives/links/sc-email-link.directive.mjs +49 -0
- package/esm2022/directives/links/sc-link-location.mjs +2 -0
- package/esm2022/directives/links/sc-links.mjs +8 -0
- package/esm2022/directives/links/sc-tel-link.directive.mjs +79 -0
- package/esm2022/directives/next-input-focus/sc-next-input-focus.directive.mjs +43 -0
- package/esm2022/directives/next-input-focus/sc-next-input-focus.module.mjs +19 -0
- package/esm2022/directives/sc-date-value-transformer.directive.mjs +30 -0
- package/esm2022/directives/select-on-focusin/sc-select-on-focusin.directive.mjs +31 -0
- package/esm2022/directives/terminal-link/sc-terminal-link.directive.mjs +69 -0
- package/esm2022/error-handler/consts/error-change-handler.providers.mjs +8 -0
- package/esm2022/error-handler/error-block-status/error-block-status.component.mjs +76 -0
- package/esm2022/error-handler/index.mjs +5 -0
- package/esm2022/error-handler/interfaces/i-block-error.mjs +2 -0
- package/esm2022/error-handler/sc-error-handler.component.mjs +58 -0
- package/esm2022/feedback/feedback-form/sc-feedback-form.component.mjs +344 -0
- package/esm2022/feedback/gratitude/sc-gratitude.component.mjs +32 -0
- package/esm2022/feedback/index.mjs +4 -0
- package/esm2022/feedback/interfaces/index.mjs +2 -0
- package/esm2022/feedback/interfaces/sc-feedback-form-config.mjs +2 -0
- package/esm2022/files/directives/index.mjs +3 -0
- package/esm2022/files/directives/tree-top.directive.mjs +63 -0
- package/esm2022/files/directives/tree.directive.mjs +47 -0
- package/esm2022/files/file-tree-item/file-tree-item.component.mjs +18 -0
- package/esm2022/files/files-and-documents/files-and-documents.component.mjs +61 -0
- package/esm2022/files/files-and-documents.module.mjs +28 -0
- package/esm2022/files/index.mjs +6 -0
- package/esm2022/files/interfaces/tree-node.mjs +2 -0
- package/esm2022/files/services/index.mjs +3 -0
- package/esm2022/files/services/tree-icon.service.mjs +49 -0
- package/esm2022/files/services/tree-loader.service.mjs +62 -0
- package/esm2022/form-fields/addresses-selection-field/sc-addresses-selection-field.component.mjs +155 -0
- package/esm2022/form-fields/form-fields.module.mjs +69 -0
- package/esm2022/form-fields/index.mjs +4 -0
- package/esm2022/form-fields/suggestion-field/sc-suggestion-field.component.mjs +175 -0
- package/esm2022/helpers/index.mjs +2 -0
- package/esm2022/helpers/sc-px-converter.mjs +27 -0
- package/esm2022/icons/index.mjs +2 -0
- package/esm2022/icons/sc-client-ui-icons-name.mjs +99 -0
- package/esm2022/loader/index.mjs +2 -0
- package/esm2022/loader/sc-i-loader.mjs +2 -0
- package/esm2022/masks/index.mjs +8 -0
- package/esm2022/masks/sc-account-number-mask.mjs +7 -0
- package/esm2022/masks/sc-bic-mask.mjs +7 -0
- package/esm2022/masks/sc-correspondent-account-mask.mjs +7 -0
- package/esm2022/masks/sc-inn-mask.mjs +13 -0
- package/esm2022/masks/sc-kpp-mask.mjs +7 -0
- package/esm2022/masks/sc-okpo-mask.mjs +13 -0
- package/esm2022/masks/sc-phone-verification-code-mask.mjs +7 -0
- package/esm2022/models/i-sc-image.mjs +2 -0
- package/esm2022/models/index.mjs +2 -0
- package/esm2022/news/index.mjs +4 -0
- package/esm2022/news/news-card/sc-news-card.component.mjs +34 -0
- package/esm2022/news/news-card-skeleton/sc-news-card-skeleton.component.mjs +31 -0
- package/esm2022/news/sc-news.module.mjs +26 -0
- package/esm2022/order/index.mjs +4 -0
- package/esm2022/order/order-item-mobile/sc-order-item-mobile.component.mjs +60 -0
- package/esm2022/order/sc-order.module.mjs +53 -0
- package/esm2022/order/sc-payment-status/sc-payment-status.component.mjs +35 -0
- package/esm2022/pages/frequently-asked-questions/sc-frequently-asked-questions.component.mjs +28 -0
- package/esm2022/pages/frequently-asked-questions/sc-page-size-options.mjs +6 -0
- package/esm2022/pages/frequently-asked-questions-group-selector/sc-frequently-asked-questions-group-selector.component.mjs +59 -0
- package/esm2022/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.mjs +106 -0
- package/esm2022/pages/index.mjs +6 -0
- package/esm2022/pages/personal-data-processing-policy/sc-personal-data-processing-policy.component.mjs +30 -0
- package/esm2022/pages/public-offer/sc-public-offer.component.mjs +32 -0
- package/esm2022/pipes/index.mjs +3 -0
- package/esm2022/pipes/sc-format-date.mjs +33 -0
- package/esm2022/pipes/sc-phone-format.mjs +44 -0
- package/esm2022/profile/index.mjs +3 -0
- package/esm2022/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.mjs +175 -0
- package/esm2022/profile/sc-profile.module.mjs +76 -0
- package/esm2022/providers/date-value-transformer/index.mjs +4 -0
- package/esm2022/providers/date-value-transformer/sc-date-value-transformer-types.mjs +2 -0
- package/esm2022/providers/date-value-transformer/sc-date-value-transformer-with-end-time.mjs +26 -0
- package/esm2022/providers/date-value-transformer/sc-date-value-transformer-with-start-time.mjs +37 -0
- package/esm2022/providers/index.mjs +12 -0
- package/esm2022/providers/sc-allow-select-terminated.mjs +6 -0
- package/esm2022/providers/sc-country-ids.mjs +6 -0
- package/esm2022/providers/sc-date-formatter.mjs +12 -0
- package/esm2022/providers/sc-date-value-transformer.mjs +12 -0
- package/esm2022/providers/sc-help-notification-close.mjs +7 -0
- package/esm2022/providers/sc-help-notification-limit.mjs +6 -0
- package/esm2022/providers/sc-max-files-in-form-input.mjs +6 -0
- package/esm2022/providers/sc-notify-when-in-stock-required-fields.mjs +6 -0
- package/esm2022/providers/sc-page-size-options.mjs +6 -0
- package/esm2022/providers/sc-user-providers.mjs +33 -0
- package/esm2022/providers/sc-verification-code-timeout.mjs +6 -0
- package/esm2022/public-api.mjs +35 -0
- package/esm2022/qrcode/index.mjs +3 -0
- package/esm2022/qrcode/qrcode-dialog/sc-qrcode-dialog.component.mjs +58 -0
- package/esm2022/qrcode/sc-qrcode.module.mjs +25 -0
- package/esm2022/samples/index.mjs +5 -0
- package/esm2022/samples/interfaces/index.mjs +3 -0
- package/esm2022/samples/interfaces/sc-i-preview-sample.mjs +2 -0
- package/esm2022/samples/interfaces/sc-preview-mosquito-config.mjs +2 -0
- package/esm2022/samples/preview-sample/sc-preview-sample.component.mjs +42 -0
- package/esm2022/samples/sc-preview-samples-mosquito/sc-preview-samples-mosquito.component.mjs +63 -0
- package/esm2022/samples/sc-sample.module.mjs +68 -0
- package/esm2022/services/index.mjs +2 -0
- package/esm2022/services/sc-help-notification.service.mjs +90 -0
- package/esm2022/share-button/index.mjs +3 -0
- package/esm2022/share-button/sc-share-button.component.mjs +35 -0
- package/esm2022/share-button/sc-share-button.module.mjs +22 -0
- package/esm2022/snabcentr-client-ui.mjs +5 -0
- package/esm2022/user/index.mjs +6 -0
- package/esm2022/user/reset-user-password/sc-reset-user-password.component.mjs +75 -0
- package/esm2022/user/sc-user.module.mjs +89 -0
- package/esm2022/user/update-user-info-dialog/sc-update-user-info-dialog.component.mjs +122 -0
- package/esm2022/user/user-managers/sc-user-managers.component.mjs +42 -0
- package/esm2022/user/user-phone-approve-dialog/sc-user-phone-approve-dialog.component.mjs +106 -0
- package/esm2022/validators/index.mjs +7 -0
- package/esm2022/validators/sc-at-least-one-required-validator.mjs +25 -0
- package/esm2022/validators/sc-bic-validator.mjs +10 -0
- package/esm2022/validators/sc-correspondent-account-validator.mjs +10 -0
- package/esm2022/validators/sc-password-confirm-matching-validator.mjs +17 -0
- package/esm2022/validators/sc-phone-validator.mjs +14 -0
- package/esm2022/validators/step-validator.mjs +18 -0
- package/esm2022/verification/index.mjs +4 -0
- package/esm2022/verification/providers/index.mjs +3 -0
- package/esm2022/verification/providers/sc-phone-approve-code-sender.provider.mjs +12 -0
- package/esm2022/verification/providers/sc-phone-approve-code-sender.token.mjs +7 -0
- package/esm2022/verification/sc-verification.module.mjs +88 -0
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +277 -0
- package/feedback/feedback-form/sc-feedback-form.component.d.ts +163 -0
- package/feedback/gratitude/sc-gratitude.component.d.ts +20 -0
- package/feedback/index.d.ts +3 -0
- package/feedback/interfaces/index.d.ts +1 -0
- package/feedback/interfaces/sc-feedback-form-config.d.ts +23 -0
- package/fesm2022/snabcentr-client-ui.mjs +3980 -3516
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/files/directives/index.d.ts +2 -0
- package/files/directives/tree-top.directive.d.ts +33 -0
- package/files/directives/tree.directive.d.ts +35 -0
- package/files/file-tree-item/file-tree-item.component.d.ts +9 -0
- package/files/files-and-documents/files-and-documents.component.d.ts +27 -0
- package/files/files-and-documents.module.d.ts +17 -0
- package/files/index.d.ts +5 -0
- package/files/interfaces/tree-node.d.ts +29 -0
- package/files/services/index.d.ts +2 -0
- package/files/services/tree-icon.service.d.ts +23 -0
- package/files/services/tree-loader.service.d.ts +43 -0
- package/form-fields/addresses-selection-field/sc-addresses-selection-field.component.d.ts +78 -0
- package/form-fields/form-fields.module.d.ts +19 -0
- package/form-fields/index.d.ts +3 -0
- package/form-fields/suggestion-field/sc-suggestion-field.component.d.ts +73 -0
- package/helpers/index.d.ts +1 -0
- package/helpers/sc-px-converter.d.ts +15 -0
- package/icons/index.d.ts +1 -0
- package/icons/sc-client-ui-icons-name.d.ts +4 -0
- package/index.d.ts +3 -4351
- package/loader/index.d.ts +1 -0
- package/loader/sc-i-loader.d.ts +9 -0
- package/masks/index.d.ts +7 -0
- package/masks/sc-account-number-mask.d.ts +5 -0
- package/masks/sc-bic-mask.d.ts +5 -0
- package/masks/sc-correspondent-account-mask.d.ts +5 -0
- package/masks/sc-inn-mask.d.ts +9 -0
- package/masks/sc-kpp-mask.d.ts +5 -0
- package/masks/sc-okpo-mask.d.ts +9 -0
- package/masks/sc-phone-verification-code-mask.d.ts +5 -0
- package/models/i-sc-image.d.ts +17 -0
- package/models/index.d.ts +1 -0
- package/news/index.d.ts +3 -0
- package/news/news-card/sc-news-card.component.d.ts +22 -0
- package/news/news-card-skeleton/sc-news-card-skeleton.component.d.ts +16 -0
- package/news/sc-news.module.d.ts +16 -0
- package/order/index.d.ts +3 -0
- package/order/order-item-mobile/sc-order-item-mobile.component.d.ts +39 -0
- package/order/sc-order.module.d.ts +19 -0
- package/order/sc-payment-status/sc-payment-status.component.d.ts +25 -0
- package/package.json +3 -1
- package/pages/frequently-asked-questions/sc-frequently-asked-questions.component.d.ts +18 -0
- package/pages/frequently-asked-questions/sc-page-size-options.d.ts +5 -0
- package/pages/frequently-asked-questions-group-selector/sc-frequently-asked-questions-group-selector.component.d.ts +28 -0
- package/pages/frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component.d.ts +79 -0
- package/pages/index.d.ts +5 -0
- package/pages/personal-data-processing-policy/sc-personal-data-processing-policy.component.d.ts +17 -0
- package/pages/public-offer/sc-public-offer.component.d.ts +22 -0
- package/pipes/index.d.ts +2 -0
- package/pipes/sc-format-date.d.ts +20 -0
- package/pipes/sc-phone-format.d.ts +21 -0
- package/profile/index.d.ts +2 -0
- package/profile/sc-profile-accordions-content/sc-profile-accordions-content.component.d.ts +126 -0
- package/profile/sc-profile.module.d.ts +24 -0
- package/providers/date-value-transformer/index.d.ts +3 -0
- package/providers/date-value-transformer/sc-date-value-transformer-types.d.ts +9 -0
- package/providers/date-value-transformer/sc-date-value-transformer-with-end-time.d.ts +16 -0
- package/providers/date-value-transformer/sc-date-value-transformer-with-start-time.d.ts +22 -0
- package/providers/index.d.ts +11 -0
- package/providers/sc-allow-select-terminated.d.ts +5 -0
- package/providers/sc-country-ids.d.ts +5 -0
- package/providers/sc-date-formatter.d.ts +6 -0
- package/providers/sc-date-value-transformer.d.ts +5 -0
- package/providers/sc-help-notification-close.d.ts +6 -0
- package/providers/sc-help-notification-limit.d.ts +5 -0
- package/providers/sc-max-files-in-form-input.d.ts +5 -0
- package/providers/sc-notify-when-in-stock-required-fields.d.ts +5 -0
- package/providers/sc-page-size-options.d.ts +5 -0
- package/providers/sc-user-providers.d.ts +21 -0
- package/providers/sc-verification-code-timeout.d.ts +5 -0
- package/public-api.d.ts +31 -0
- package/qrcode/index.d.ts +2 -0
- package/qrcode/qrcode-dialog/sc-qrcode-dialog.component.d.ts +37 -0
- package/qrcode/sc-qrcode.module.d.ts +14 -0
- package/release_notes.tmp +2 -8
- package/samples/index.d.ts +4 -0
- package/samples/interfaces/index.d.ts +2 -0
- package/samples/interfaces/sc-i-preview-sample.d.ts +56 -0
- package/samples/interfaces/sc-preview-mosquito-config.d.ts +62 -0
- package/samples/preview-sample/sc-preview-sample.component.d.ts +30 -0
- package/samples/sc-preview-samples-mosquito/sc-preview-samples-mosquito.component.d.ts +50 -0
- package/samples/sc-sample.module.d.ts +19 -0
- package/services/index.d.ts +1 -0
- package/services/sc-help-notification.service.d.ts +64 -0
- package/share-button/index.d.ts +2 -0
- package/share-button/sc-share-button.component.d.ts +22 -0
- package/share-button/sc-share-button.module.d.ts +12 -0
- package/styles/tailwind/tailwind.scss +180 -0
- package/user/index.d.ts +5 -0
- package/user/reset-user-password/sc-reset-user-password.component.d.ts +46 -0
- package/user/sc-user.module.d.ts +25 -0
- package/user/update-user-info-dialog/sc-update-user-info-dialog.component.d.ts +63 -0
- package/user/user-managers/sc-user-managers.component.d.ts +26 -0
- package/user/user-phone-approve-dialog/sc-user-phone-approve-dialog.component.d.ts +53 -0
- package/validators/index.d.ts +6 -0
- package/validators/sc-at-least-one-required-validator.d.ts +10 -0
- package/validators/sc-bic-validator.d.ts +8 -0
- package/validators/sc-correspondent-account-validator.d.ts +8 -0
- package/validators/sc-password-confirm-matching-validator.d.ts +8 -0
- package/validators/sc-phone-validator.d.ts +5 -0
- package/validators/step-validator.d.ts +8 -0
- package/verification/index.d.ts +3 -0
- package/verification/providers/index.d.ts +2 -0
- package/verification/providers/sc-phone-approve-code-sender.provider.d.ts +6 -0
- package/verification/providers/sc-phone-approve-code-sender.token.d.ts +7 -0
- package/verification/sc-verification.module.d.ts +21 -0
- package/verification/verification-phone-check-form/sc-verification-phone-check-form.component.d.ts +149 -0
@@ -554,10 +554,72 @@ 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
|
+
|
557
603
|
.pointer-events-none {
|
558
604
|
pointer-events: none;
|
559
605
|
}
|
560
606
|
|
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
|
+
|
561
623
|
.static {
|
562
624
|
position: static;
|
563
625
|
}
|
@@ -578,6 +640,10 @@ video {
|
|
578
640
|
position: relative;
|
579
641
|
}
|
580
642
|
|
643
|
+
.sticky {
|
644
|
+
position: sticky;
|
645
|
+
}
|
646
|
+
|
581
647
|
.-left-1 {
|
582
648
|
left: -0.25rem;
|
583
649
|
}
|
@@ -618,6 +684,10 @@ video {
|
|
618
684
|
top: 50%;
|
619
685
|
}
|
620
686
|
|
687
|
+
.isolate {
|
688
|
+
isolation: isolate;
|
689
|
+
}
|
690
|
+
|
621
691
|
.-z-10 {
|
622
692
|
z-index: -10;
|
623
693
|
}
|
@@ -728,6 +798,10 @@ video {
|
|
728
798
|
display: block;
|
729
799
|
}
|
730
800
|
|
801
|
+
.inline {
|
802
|
+
display: inline;
|
803
|
+
}
|
804
|
+
|
731
805
|
.flex {
|
732
806
|
display: flex;
|
733
807
|
}
|
@@ -744,6 +818,10 @@ video {
|
|
744
818
|
display: grid;
|
745
819
|
}
|
746
820
|
|
821
|
+
.contents {
|
822
|
+
display: contents;
|
823
|
+
}
|
824
|
+
|
747
825
|
.\!hidden {
|
748
826
|
display: none !important;
|
749
827
|
}
|
@@ -941,6 +1019,10 @@ video {
|
|
941
1019
|
flex-shrink: 1;
|
942
1020
|
}
|
943
1021
|
|
1022
|
+
.shrink {
|
1023
|
+
flex-shrink: 1;
|
1024
|
+
}
|
1025
|
+
|
944
1026
|
.shrink-0 {
|
945
1027
|
flex-shrink: 0;
|
946
1028
|
}
|
@@ -994,6 +1076,14 @@ video {
|
|
994
1076
|
user-select: none;
|
995
1077
|
}
|
996
1078
|
|
1079
|
+
.resize {
|
1080
|
+
resize: both;
|
1081
|
+
}
|
1082
|
+
|
1083
|
+
.list-inside {
|
1084
|
+
list-style-position: inside;
|
1085
|
+
}
|
1086
|
+
|
997
1087
|
.list-decimal {
|
998
1088
|
list-style-type: decimal;
|
999
1089
|
}
|
@@ -1157,6 +1247,12 @@ video {
|
|
1157
1247
|
overflow: hidden;
|
1158
1248
|
}
|
1159
1249
|
|
1250
|
+
.truncate {
|
1251
|
+
overflow: hidden;
|
1252
|
+
text-overflow: ellipsis;
|
1253
|
+
white-space: nowrap;
|
1254
|
+
}
|
1255
|
+
|
1160
1256
|
.\!whitespace-normal {
|
1161
1257
|
white-space: normal !important;
|
1162
1258
|
}
|
@@ -1330,6 +1426,10 @@ video {
|
|
1330
1426
|
padding: 0.25rem;
|
1331
1427
|
}
|
1332
1428
|
|
1429
|
+
.p-10 {
|
1430
|
+
padding: 2.5rem;
|
1431
|
+
}
|
1432
|
+
|
1333
1433
|
.p-2 {
|
1334
1434
|
padding: 0.5rem;
|
1335
1435
|
}
|
@@ -1559,6 +1659,27 @@ video {
|
|
1559
1659
|
font-weight: 500;
|
1560
1660
|
}
|
1561
1661
|
|
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
|
+
|
1562
1683
|
.leading-1\.15 {
|
1563
1684
|
line-height: 1.15;
|
1564
1685
|
}
|
@@ -1631,6 +1752,14 @@ video {
|
|
1631
1752
|
text-decoration-line: underline !important;
|
1632
1753
|
}
|
1633
1754
|
|
1755
|
+
.underline {
|
1756
|
+
text-decoration-line: underline;
|
1757
|
+
}
|
1758
|
+
|
1759
|
+
.overline {
|
1760
|
+
text-decoration-line: overline;
|
1761
|
+
}
|
1762
|
+
|
1634
1763
|
.line-through {
|
1635
1764
|
text-decoration-line: line-through;
|
1636
1765
|
}
|
@@ -1643,6 +1772,12 @@ video {
|
|
1643
1772
|
opacity: 0.9;
|
1644
1773
|
}
|
1645
1774
|
|
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
|
+
|
1646
1781
|
.shadow-sc {
|
1647
1782
|
--tw-shadow: 2px 7px 20px 1px rgba(0, 0, 0, 0.1);
|
1648
1783
|
--tw-shadow-colored: 2px 7px 20px 1px var(--tw-shadow-color);
|
@@ -1665,6 +1800,12 @@ video {
|
|
1665
1800
|
outline-style: solid;
|
1666
1801
|
}
|
1667
1802
|
|
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
|
+
|
1668
1809
|
.blur {
|
1669
1810
|
--tw-blur: blur(8px);
|
1670
1811
|
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);
|
@@ -1680,19 +1821,58 @@ video {
|
|
1680
1821
|
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);
|
1681
1822
|
}
|
1682
1823
|
|
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
|
+
|
1683
1829
|
.saturate-0 {
|
1684
1830
|
--tw-saturate: saturate(0);
|
1685
1831
|
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);
|
1686
1832
|
}
|
1687
1833
|
|
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
|
+
|
1688
1839
|
.filter {
|
1689
1840
|
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);
|
1690
1841
|
}
|
1691
1842
|
|
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
|
+
|
1692
1856
|
.duration-500 {
|
1693
1857
|
transition-duration: 500ms;
|
1694
1858
|
}
|
1695
1859
|
|
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
|
+
|
1696
1876
|
.hover\:bg-tui-background-neutral-1:hover {
|
1697
1877
|
background-color: var(--tui-background-neutral-1);
|
1698
1878
|
}
|
package/user/index.d.ts
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
export * from './reset-user-password/sc-reset-user-password.component';
|
2
|
+
export * from './update-user-info-dialog/sc-update-user-info-dialog.component';
|
3
|
+
export * from './user-managers/sc-user-managers.component';
|
4
|
+
export * from './user-phone-approve-dialog/sc-user-phone-approve-dialog.component';
|
5
|
+
export * from './sc-user.module';
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
2
|
+
import { ScUserService } from '@snabcentr/client-core';
|
3
|
+
import { Observable, Subject } from 'rxjs';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
* Компонент смены пароля пользователя.
|
7
|
+
*/
|
8
|
+
export declare class ScResetUserPasswordComponent {
|
9
|
+
private readonly userService;
|
10
|
+
/**
|
11
|
+
* Форма для изменения пароля пользователя.
|
12
|
+
*/
|
13
|
+
form: FormGroup<{
|
14
|
+
currentPassword: FormControl<null>;
|
15
|
+
password: FormControl<null>;
|
16
|
+
passwordConfirm: FormControl<null>;
|
17
|
+
}>;
|
18
|
+
/**
|
19
|
+
* {@link Subject} события отправки формы.
|
20
|
+
*/
|
21
|
+
readonly onSubmit: Subject<void>;
|
22
|
+
/**
|
23
|
+
* {@link Observable} запроса данных аутентификации.
|
24
|
+
*/
|
25
|
+
private readonly request$;
|
26
|
+
/**
|
27
|
+
* {@link Observable} изменения состояния загрузки данных аутентификации по email.
|
28
|
+
*/
|
29
|
+
readonly loading$: Observable<boolean>;
|
30
|
+
/**
|
31
|
+
* Сигнал события события смены пароля.
|
32
|
+
*/
|
33
|
+
readonly successResetPassword: Observable<{
|
34
|
+
success: boolean;
|
35
|
+
} | {
|
36
|
+
success: boolean;
|
37
|
+
}>;
|
38
|
+
/**
|
39
|
+
* Инициализирует экземпляр класса {@link ScResetUserPasswordComponent}.
|
40
|
+
*
|
41
|
+
* @param userService Сервис данных о пользователе.
|
42
|
+
*/
|
43
|
+
constructor(userService: ScUserService);
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScResetUserPasswordComponent, never>;
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScResetUserPasswordComponent, "sc-reset-user-password", never, {}, { "successResetPassword": "successResetPassword"; }, never, never, false, never>;
|
46
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./reset-user-password/sc-reset-user-password.component";
|
3
|
+
import * as i2 from "./update-user-info-dialog/sc-update-user-info-dialog.component";
|
4
|
+
import * as i3 from "./user-phone-approve-dialog/sc-user-phone-approve-dialog.component";
|
5
|
+
import * as i4 from "./user-managers/sc-user-managers.component";
|
6
|
+
import * as i5 from "@angular/common";
|
7
|
+
import * as i6 from "@angular/forms";
|
8
|
+
import * as i7 from "@taiga-ui/kit";
|
9
|
+
import * as i8 from "@taiga-ui/legacy";
|
10
|
+
import * as i9 from "@taiga-ui/core";
|
11
|
+
import * as i10 from "@taiga-ui/cdk";
|
12
|
+
import * as i11 from "../verification/sc-verification.module";
|
13
|
+
import * as i12 from "../form-fields/form-fields.module";
|
14
|
+
import * as i13 from "../directives/terminal-link/sc-terminal-link.directive";
|
15
|
+
import * as i14 from "../directives/links/sc-tel-link.directive";
|
16
|
+
import * as i15 from "../directives/links/sc-email-link.directive";
|
17
|
+
import * as i16 from "../pipes/sc-phone-format";
|
18
|
+
/**
|
19
|
+
* Модуль компонентов пользователя.
|
20
|
+
*/
|
21
|
+
export declare class ScUserModule {
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScUserModule, never>;
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScUserModule, [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.TuiFieldErrorPipe, typeof i8.TuiInputPasswordModule, typeof i9.TuiButton, typeof i9.TuiError, typeof i9.TuiLabel, typeof i8.TuiTextfieldControllerModule, typeof i10.TuiLet, typeof i11.ScVerificationModule, typeof i12.ScFormFieldsModule, typeof i9.TuiLoader, typeof i8.TuiInputModule, typeof i8.TuiInputPhoneModule, typeof i7.TuiCheckbox, typeof i9.TuiDataListComponent, typeof i9.TuiDataListDirective, typeof i9.TuiOption, typeof i9.TuiOptionNew, typeof i9.TuiOptionWithValue, typeof i9.TuiOptGroup, typeof i8.TuiSelectModule, typeof i9.TuiLink, typeof i13.ScTerminalLinkDirective, typeof i14.ScTelLinkDirective, typeof i15.ScEmailLinkDirective, typeof i16.ScPhoneFormatPipe, typeof i7.TuiButtonLoading], [typeof i1.ScResetUserPasswordComponent, typeof i2.ScUpdateUserInfoDialogComponent, typeof i3.ScUserPhoneApproveDialogComponent, typeof i4.ScUserManagersComponent]>;
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ScUserModule>;
|
25
|
+
}
|
@@ -0,0 +1,63 @@
|
|
1
|
+
import { AfterViewInit, EventEmitter } from '@angular/core';
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
3
|
+
import { ScISuggestionType, ScUser, ScUserMetrikaService, ScUserService } from '@snabcentr/client-core';
|
4
|
+
import { TuiDialogContext } from '@taiga-ui/core';
|
5
|
+
import { Observable, Subject } from 'rxjs';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
/**
|
8
|
+
* Диалоговое окно изменения данных пользователя.
|
9
|
+
*/
|
10
|
+
export declare class ScUpdateUserInfoDialogComponent implements AfterViewInit {
|
11
|
+
readonly user$: Observable<ScUser>;
|
12
|
+
private readonly userService;
|
13
|
+
private readonly userMetrikaService;
|
14
|
+
readonly context?: TuiDialogContext<ScUser, ScUpdateUserInfoDialogComponent> | undefined;
|
15
|
+
/**
|
16
|
+
* Перечисление типов подсказок.
|
17
|
+
*/
|
18
|
+
readonly suggestionType: typeof ScISuggestionType;
|
19
|
+
/**
|
20
|
+
* Группа полей ввода формы общих данных пользователя для их редактирования.
|
21
|
+
*/
|
22
|
+
readonly form: FormGroup<{
|
23
|
+
name: FormControl<string | null>;
|
24
|
+
email: FormControl<string | null>;
|
25
|
+
phone: FormControl<string | null>;
|
26
|
+
verificationCode: FormControl<string | null>;
|
27
|
+
cityId: FormControl<number | null>;
|
28
|
+
getNews: FormControl<boolean | null>;
|
29
|
+
}>;
|
30
|
+
/**
|
31
|
+
* Сигнал нажатия на кнопку "Отмена".
|
32
|
+
*/
|
33
|
+
readonly cancelButtonClick: EventEmitter<void>;
|
34
|
+
/**
|
35
|
+
* Сигнал события успешного обновления данных пользователя.
|
36
|
+
*/
|
37
|
+
readonly successUpdateDate: Observable<ScUser>;
|
38
|
+
/**
|
39
|
+
* {@link Subject} события отправки формы.
|
40
|
+
*/
|
41
|
+
readonly onSubmit: Subject<void>;
|
42
|
+
/**
|
43
|
+
* {@link Observable} запроса обновления данных пользователя.
|
44
|
+
*/
|
45
|
+
private readonly request$;
|
46
|
+
/**
|
47
|
+
* {@link Observable} изменения состояния загрузки данных аутентификации по email.
|
48
|
+
*/
|
49
|
+
readonly loading$: Observable<boolean>;
|
50
|
+
/**
|
51
|
+
* Инициализирует экземпляр класса {@link ScUpdateUserInfoDialogComponent}.
|
52
|
+
*
|
53
|
+
* @param user$ Поток данных о текущем пользователе.
|
54
|
+
* @param userService Сервис данных о пользователе.
|
55
|
+
* @param userMetrikaService Сервис для сбора метрик о действиях пользователей.
|
56
|
+
* @param context Контекст диалогового окна, в котором открыт компонент.
|
57
|
+
*/
|
58
|
+
constructor(user$: Observable<ScUser>, userService: ScUserService, userMetrikaService: ScUserMetrikaService, context?: TuiDialogContext<ScUser, ScUpdateUserInfoDialogComponent> | undefined);
|
59
|
+
/** @inheritdoc */
|
60
|
+
ngAfterViewInit(): void;
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScUpdateUserInfoDialogComponent, [null, null, null, { optional: true; }]>;
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScUpdateUserInfoDialogComponent, "sc-update-user-info-dialog", never, {}, { "cancelButtonClick": "cancelButtonClick"; "successUpdateDate": "successUpdateDate"; }, never, never, false, never>;
|
63
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { ScIManager, ScUserService } from '@snabcentr/client-core';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
* Компонент персональных менеджеров пользователя.
|
7
|
+
*/
|
8
|
+
export declare class ScUserManagersComponent {
|
9
|
+
private readonly userService;
|
10
|
+
/**
|
11
|
+
* Персональные менеджеры пользователя.
|
12
|
+
*/
|
13
|
+
readonly managers$: Observable<ScIManager[] | undefined>;
|
14
|
+
/**
|
15
|
+
* Событие нажатия на кнопку QR кода.
|
16
|
+
*/
|
17
|
+
readonly qrClickEvent: EventEmitter<ScIManager>;
|
18
|
+
/**
|
19
|
+
* Инициализирует экземпляр класса {@link ScUserManagersComponent}.
|
20
|
+
*
|
21
|
+
* @param userService Сервис данных о пользователе.
|
22
|
+
*/
|
23
|
+
constructor(userService: ScUserService);
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScUserManagersComponent, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScUserManagersComponent, "sc-user-managers", never, {}, { "qrClickEvent": "qrClickEvent"; }, never, never, false, never>;
|
26
|
+
}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
2
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
3
|
+
import { ScApprovedData, ScUser, ScUserMetrikaService, ScUserService, ScVerificationService } from '@snabcentr/client-core';
|
4
|
+
import { TuiDialogContext } from '@taiga-ui/core';
|
5
|
+
import { Observable, Subject } from 'rxjs';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
/**
|
8
|
+
* Диалоговое окно подтверждения номера телефона.
|
9
|
+
*/
|
10
|
+
export declare class ScUserPhoneApproveDialogComponent implements AfterViewInit {
|
11
|
+
private readonly verificationService;
|
12
|
+
private readonly userMetrikaService;
|
13
|
+
readonly user$: Observable<ScUser>;
|
14
|
+
private readonly userService;
|
15
|
+
readonly context?: TuiDialogContext<ScApprovedData, ScUserPhoneApproveDialogComponent> | undefined;
|
16
|
+
/**
|
17
|
+
* Наличие кода подтверждения у пользователя.
|
18
|
+
*/
|
19
|
+
haveCode: boolean;
|
20
|
+
/**
|
21
|
+
* Группа полей ввода для подтверждения номера телефона.
|
22
|
+
*/
|
23
|
+
readonly form: FormGroup<{
|
24
|
+
phone: FormControl<string | null>;
|
25
|
+
verificationCode: FormControl<string | null>;
|
26
|
+
}>;
|
27
|
+
/**
|
28
|
+
* {@link Subject} события отправки формы.
|
29
|
+
*/
|
30
|
+
readonly onSubmit: Subject<void>;
|
31
|
+
/**
|
32
|
+
* {@link Observable} запроса подтверждения номера телефона.
|
33
|
+
*/
|
34
|
+
private readonly request$;
|
35
|
+
/**
|
36
|
+
* {@link Observable} изменения состояния запроса подтверждения номера телефона..
|
37
|
+
*/
|
38
|
+
readonly loading$: Observable<boolean>;
|
39
|
+
/**
|
40
|
+
* Инициализирует экземпляр класса {@link ScUserPhoneApproveDialogComponent}.
|
41
|
+
*
|
42
|
+
* @param verificationService Сервис верификации.
|
43
|
+
* @param userMetrikaService Сервис для сбора метрик о действиях пользователей.
|
44
|
+
* @param user$ Поток данных о текущем пользователе.
|
45
|
+
* @param userService Сервис данных о пользователе.
|
46
|
+
* @param context Контекст диалогового окна, в котором открыт компонент.
|
47
|
+
*/
|
48
|
+
constructor(verificationService: ScVerificationService, userMetrikaService: ScUserMetrikaService, user$: Observable<ScUser>, userService: ScUserService, context?: TuiDialogContext<ScApprovedData, ScUserPhoneApproveDialogComponent> | undefined);
|
49
|
+
/** @inheritdoc */
|
50
|
+
ngAfterViewInit(): void;
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScUserPhoneApproveDialogComponent, [null, null, null, null, { optional: true; }]>;
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScUserPhoneApproveDialogComponent, "sc-user-phone-approve-dialog", never, {}, {}, never, never, false, never>;
|
53
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
export * from './sc-bic-validator';
|
2
|
+
export * from './sc-correspondent-account-validator';
|
3
|
+
export * from './sc-password-confirm-matching-validator';
|
4
|
+
export * from './sc-phone-validator';
|
5
|
+
export * from './step-validator';
|
6
|
+
export * from './sc-at-least-one-required-validator';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
2
|
+
/**
|
3
|
+
* Проверяет, что хотя бы одно поле из списка заполнено.
|
4
|
+
* Поддерживает как отдельные поля, так и группы полей.
|
5
|
+
*
|
6
|
+
* @param fields Массив полей для проверки. Каждый элемент может быть строкой или массивом строк.
|
7
|
+
* @param blockName Имя блока для идентификации ошибки
|
8
|
+
* @returns ValidatorFn
|
9
|
+
*/
|
10
|
+
export declare function scAtLeastOneRequiredValidator(fields: Array<string | string[]>, blockName?: string): ValidatorFn;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
2
|
+
/**
|
3
|
+
* Проверяет повторный ввод пароля на эквивалентность паролю.
|
4
|
+
*
|
5
|
+
* @param passwordKey Ключ поля ввода пароля.
|
6
|
+
* @param passwordConfirmKey Ключ поля повторного ввода пароля.
|
7
|
+
*/
|
8
|
+
export declare function scPasswordConfirmMatchingValidator(passwordKey: string, passwordConfirmKey: string): ValidatorFn | null;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
2
|
+
/**
|
3
|
+
* Проверяет кратность значения.
|
4
|
+
*
|
5
|
+
* @param step Шаг кратности.
|
6
|
+
* @param precision Точность, количество чисел после запятой.
|
7
|
+
*/
|
8
|
+
export declare function stepValidator(step: number, precision?: number): ValidatorFn;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
2
|
+
import { Observable } from 'rxjs';
|
3
|
+
/**
|
4
|
+
* Токен для получения кода подтверждения телефона.
|
5
|
+
* Позволяет подключать внешнюю логику получения кода подтверждения.
|
6
|
+
*/
|
7
|
+
export declare const SC_PHONE_APPROVE_CODE_SENDER: InjectionToken<(phoneNumber: string) => Observable<void>>;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./verification-phone-check-form/sc-verification-phone-check-form.component";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@angular/forms";
|
5
|
+
import * as i4 from "@taiga-ui/legacy";
|
6
|
+
import * as i5 from "@taiga-ui/core";
|
7
|
+
import * as i6 from "@taiga-ui/kit";
|
8
|
+
import * as i7 from "@taiga-ui/cdk";
|
9
|
+
import * as i8 from "@maskito/angular";
|
10
|
+
import * as i9 from "../contacts/manager-card/sc-manager-card.component";
|
11
|
+
import * as i10 from "@taiga-ui/experimental";
|
12
|
+
import * as i11 from "@taiga-ui/cdk/directives/item";
|
13
|
+
import * as i12 from "@taiga-ui/core/components/label";
|
14
|
+
/**
|
15
|
+
* Модуль отправки кодов подтверждения (номера телефона, адреса эл. почты и т.д.).
|
16
|
+
*/
|
17
|
+
export declare class ScVerificationModule {
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ScVerificationModule, never>;
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScVerificationModule, [typeof i1.ScVerificationPhoneCheckFormComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.TuiInputPasswordModule, typeof i4.TuiInputModule, typeof i4.TuiTextfieldControllerModule, typeof i5.TuiLink, typeof i5.TuiButton, typeof i5.TuiLabel, typeof i6.TuiFieldErrorPipe, typeof i5.TuiError, typeof i7.TuiLet, typeof i5.TuiLoader, typeof i4.TuiInputPhoneModule, typeof i8.MaskitoDirective, typeof i6.TuiButtonLoading, typeof i9.ScManagerCardComponent, typeof i5.TuiTitle, typeof i5.TuiIcon, typeof i6.TuiPushComponent, typeof i6.TuiPushAlert, typeof i6.TuiPushDirective, typeof i10.TuiInputPhoneInternational, typeof i11.TuiItem, typeof i12.TuiLabel, typeof i5.TuiSelect, typeof i5.TuiTextfieldComponent, typeof i5.TuiTextfieldDirective, typeof i5.TuiTextfieldOptionsDirective, typeof i5.TuiTextfieldDropdownDirective, typeof i5.TuiTextfieldMultiComponent, typeof i6.TuiSortCountriesPipe, typeof i7.TuiAutoFocus], [typeof i1.ScVerificationPhoneCheckFormComponent]>;
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ScVerificationModule>;
|
21
|
+
}
|