@snabcentr/client-ui 3.33.0 → 3.34.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/contacts/sc-contacts.module.d.ts +3 -2
- package/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.d.ts +9 -3
- package/contragents/sc-contragents.module.d.ts +1 -1
- package/delivery-address/sc-delivery-address.module.d.ts +3 -2
- package/esm2022/auth/sign-up-form/sc-sign-up-form.component.mjs +2 -2
- 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
- package/esm2022/cart/cart-item/sc-cart-item.component.mjs +3 -3
- package/esm2022/catalog/price-card/sc-price-card.component.mjs +3 -3
- package/esm2022/catalog/price-card-inline/sc-price-card-inline.component.mjs +3 -3
- package/esm2022/contacts/new-contact-form/sc-new-contact-form.component.mjs +1 -1
- package/esm2022/contacts/sc-contacts.module.mjs +5 -4
- package/esm2022/contragents/add-contragent-dialog/sc-add-contragent-dialog.component.mjs +27 -14
- package/esm2022/contragents/new-contragent-form/sc-new-contragent-form.component.mjs +3 -3
- package/esm2022/contragents/sc-contragents.module.mjs +7 -5
- package/esm2022/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +1 -1
- package/esm2022/delivery-address/sc-delivery-address.module.mjs +5 -4
- package/esm2022/feedback/feedback-form/sc-feedback-form.component.mjs +2 -2
- package/esm2022/order/order-item-mobile/sc-order-item-mobile.component.mjs +8 -5
- package/esm2022/verification/sc-verification.module.mjs +6 -5
- package/esm2022/verification/verification-phone-check-form/sc-verification-phone-check-form.component.mjs +1 -1
- package/fesm2022/snabcentr-client-ui.mjs +60 -43
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/order/order-item-mobile/sc-order-item-mobile.component.d.ts +3 -3
- package/package.json +1 -1
- package/release_notes.tmp +3 -7
- package/verification/sc-verification.module.d.ts +3 -2
@@ -15,7 +15,7 @@ export declare class ScOrderItemMobileComponent extends AbstractScPriceCard {
|
|
15
15
|
/**
|
16
16
|
* Элемент заказа.
|
17
17
|
*/
|
18
|
-
readonly orderItem: InputSignal<ScCartItem>;
|
18
|
+
readonly orderItem: InputSignal<ScCartItem | undefined>;
|
19
19
|
/**
|
20
20
|
* Событие нажатия на дополнительные действия.
|
21
21
|
*/
|
@@ -23,7 +23,7 @@ export declare class ScOrderItemMobileComponent extends AbstractScPriceCard {
|
|
23
23
|
/**
|
24
24
|
* Изображение товара в заказе.
|
25
25
|
*/
|
26
|
-
readonly cartImage: Signal<ScIImage>;
|
26
|
+
readonly cartImage: Signal<ScIImage | undefined>;
|
27
27
|
/**
|
28
28
|
* Инициирует экземпляр класса {@link ScOrderItemMobileComponent}.
|
29
29
|
*
|
@@ -35,5 +35,5 @@ export declare class ScOrderItemMobileComponent extends AbstractScPriceCard {
|
|
35
35
|
*/
|
36
36
|
showSpecification(): void;
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScOrderItemMobileComponent, never>;
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScOrderItemMobileComponent, "sc-order-item-mobile", never, { "orderItem": { "alias": "orderItem"; "required":
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScOrderItemMobileComponent, "sc-order-item-mobile", never, { "orderItem": { "alias": "orderItem"; "required": false; "isSignal": true; }; }, { "clickActionsEvent": "clickActionsEvent"; }, never, never, false, never>;
|
39
39
|
}
|
package/package.json
CHANGED
package/release_notes.tmp
CHANGED
@@ -1,10 +1,6 @@
|
|
1
|
-
## 3.
|
1
|
+
## 3.34.0 (2025-07-15)
|
2
2
|
|
3
|
-
###
|
3
|
+
### changed (1 change)
|
4
4
|
|
5
|
-
- [#
|
6
|
-
|
7
|
-
### fixed (1 change)
|
8
|
-
|
9
|
-
- [#11775: Исправлена ошибка добавления измеряемого товара в корзину.](web_soft/libs/angular/snabcentr-client-ui-lib@2e94b690a62736a481c061745ead0eebb6cacc2d) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!294))
|
5
|
+
- [#11623: Доработана валидация регистрации и создания контрагента.](web_soft/libs/angular/snabcentr-client-ui-lib@8f2e199de129379386e3a409daf564a75f1c2134) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!299))
|
10
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/
|
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
|
}
|