@snabcentr/client-ui 3.33.1 → 3.34.1

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.
Files changed (25) hide show
  1. package/contacts/sc-contacts.module.d.ts +3 -2
  2. package/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.d.ts +9 -3
  3. package/contragents/sc-contragents.module.d.ts +1 -1
  4. package/delivery-address/sc-delivery-address.module.d.ts +3 -2
  5. package/esm2022/auth/sign-up-form/sc-sign-up-form.component.mjs +2 -2
  6. package/esm2022/cart/add-or-editing-cart-item-dialog/add-or-editing-cart-item-form/sc-add-or-editing-cart-item-form.component.mjs +2 -2
  7. package/esm2022/cart/cart-item/sc-cart-item.component.mjs +3 -3
  8. package/esm2022/catalog/price-card/sc-price-card.component.mjs +3 -3
  9. package/esm2022/catalog/price-card-inline/sc-price-card-inline.component.mjs +3 -3
  10. package/esm2022/contacts/new-contact-form/sc-new-contact-form.component.mjs +1 -1
  11. package/esm2022/contacts/sc-contacts.module.mjs +5 -4
  12. package/esm2022/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +24 -12
  13. package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +3 -3
  14. package/esm2022/contragents/sc-contragents.module.mjs +5 -4
  15. package/esm2022/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +1 -1
  16. package/esm2022/delivery-address/sc-delivery-address.module.mjs +5 -4
  17. package/esm2022/feedback/feedback-form/sc-feedback-form.component.mjs +2 -2
  18. package/esm2022/order/order-item-mobile/sc-order-item-mobile.component.mjs +3 -3
  19. package/esm2022/verification/sc-verification.module.mjs +6 -5
  20. package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +1 -1
  21. package/fesm2022/snabcentr-client-ui.mjs +53 -40
  22. package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
  23. package/package.json +1 -1
  24. package/release_notes.tmp +2 -2
  25. package/verification/sc-verification.module.d.ts +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.33.1",
3
+ "version": "3.34.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.33.1 (2025-07-03)
1
+ ## 3.34.1 (2025-07-15)
2
2
 
3
3
  ### fixed (1 change)
4
4
 
5
- - [#11909: Доработан компонент sc-order-item-mobile для отображения skeleton](web_soft/libs/angular/snabcentr-client-ui-lib@8918193b7b5183117a286ea046592eabbd34e7cc) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!296))
5
+ - [#11623: Доработано отображение шагов при создании контрагента ИП](web_soft/libs/angular/snabcentr-client-ui-lib@1176ef0b213fc7116f524858a20c0c7d99e8e439) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!300))
6
6
 
@@ -9,12 +9,13 @@ import * as i7 from "@taiga-ui/cdk";
9
9
  import * as i8 from "@maskito/angular";
10
10
  import * as i9 from "../contacts/manager-card/sc-manager-card.component";
11
11
  import * as i10 from "@taiga-ui/experimental";
12
- import * as i11 from "@taiga-ui/core/components/label";
12
+ import * as i11 from "@taiga-ui/cdk/directives/item";
13
+ import * as i12 from "@taiga-ui/core/components/label";
13
14
  /**
14
15
  * Модуль отправки кодов подтверждения (номера телефона, адреса эл. почты и т.д.).
15
16
  */
16
17
  export declare class ScVerificationModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ScVerificationModule, never>;
18
- 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.TuiLabel, typeof i5.TuiSelect, typeof i5.TuiTextfieldComponent, typeof i5.TuiTextfieldDirective, typeof i5.TuiTextfieldOptionsDirective, typeof i5.TuiTextfieldDropdownDirective, typeof i6.TuiSortCountriesPipe, typeof i7.TuiAutoFocus], [typeof i1.ScVerificationPhoneCheckFormComponent]>;
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]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<ScVerificationModule>;
20
21
  }