@snabcentr/client-ui 3.33.0 → 3.33.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.
@@ -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": true; "isSignal": true; }; }, { "clickActionsEvent": "clickActionsEvent"; }, never, never, false, never>;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.33.0",
3
+ "version": "3.33.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,10 +1,6 @@
1
- ## 3.33.0 (2025-07-03)
2
-
3
- ### added (1 change)
4
-
5
- - [#11909: Добавлена поддержка WebP изображений в компонентах товаров, новостей, баннеров и категорий](web_soft/libs/angular/snabcentr-client-ui-lib@973979a00de3a2b1509dee5343ebc97abdc1220c) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!295))
1
+ ## 3.33.1 (2025-07-03)
6
2
 
7
3
  ### fixed (1 change)
8
4
 
9
- - [#11775: Исправлена ошибка добавления измеряемого товара в корзину.](web_soft/libs/angular/snabcentr-client-ui-lib@2e94b690a62736a481c061745ead0eebb6cacc2d) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!294))
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))
10
6