@snabcentr/client-ui 0.26.0 → 0.27.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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

@@ -27,10 +27,6 @@ export declare class ScOrderItemMobileComponent {
27
27
  * Событие нажатия на дополнительные действия.
28
28
  */
29
29
  clickActionsEvent: EventEmitter<void>;
30
- /**
31
- * Продукт элемента заказа.
32
- */
33
- get product(): ScProduct | undefined;
34
30
  /**
35
31
  * Инициирует экземпляр класса {@link ScOrderItemMobileComponent}.
36
32
  *
@@ -40,6 +36,10 @@ export declare class ScOrderItemMobileComponent {
40
36
  * @param pathImageNotFound Путь до изображения 'Товар не найден'.
41
37
  */
42
38
  constructor(unitsHelper: UnitsHelper, previewDialogService: TuiPreviewDialogService, urls: ScIUrls, pathImageNotFound: string);
39
+ /**
40
+ * Продукт элемента заказа.
41
+ */
42
+ get product(): ScProduct | undefined;
43
43
  /**
44
44
  * Отобразить спецификацию.
45
45
  */
@@ -4,12 +4,14 @@ import * as i2 from "./sc-payment-status/sc-payment-status.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@taiga-ui/core";
6
6
  import * as i5 from "@taiga-ui/layout";
7
- import * as i6 from "../catalog/sc-catalog.module";
7
+ import * as i6 from "@taiga-ui/addon-preview";
8
+ import * as i7 from "../catalog/sc-catalog.module";
9
+ import * as i8 from "@tinkoff/ng-polymorpheus";
8
10
  /**
9
11
  * Модуль заказов.
10
12
  */
11
13
  export declare class ScOrderModule {
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ScOrderModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<ScOrderModule, [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent], [typeof i3.CommonModule, typeof i4.TuiLinkModule, typeof i4.TuiButtonModule, typeof i4.TuiModeModule, typeof i4.TuiSvgModule, typeof i5.TuiBlockStatusModule, typeof i6.ScCatalogModule], [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScOrderModule, [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent], [typeof i3.CommonModule, typeof i4.TuiLinkModule, typeof i4.TuiButtonModule, typeof i4.TuiModeModule, typeof i4.TuiSvgModule, typeof i5.TuiBlockStatusModule, typeof i6.TuiPreviewModule, typeof i7.ScCatalogModule, typeof i8.PolymorpheusModule], [typeof i1.ScOrderItemMobileComponent, typeof i2.ScPaymentStatusComponent]>;
14
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ScOrderModule>;
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.26.0",
3
+ "version": "0.27.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -777,6 +777,11 @@ video {
777
777
  display: none;
778
778
  }
779
779
 
780
+ .size-20 {
781
+ width: 5rem;
782
+ height: 5rem;
783
+ }
784
+
780
785
  .size-6 {
781
786
  width: 1.5rem;
782
787
  height: 1.5rem;