@snabcentr/client-ui 0.26.1 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/order/order-item-mobile/order-item-mobile.component.mjs +8 -7
- package/esm2020/order/sc-order.module.mjs +10 -8
- package/fesm2015/snabcentr-client-ui.mjs +7 -6
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +6 -6
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/order/order-item-mobile/order-item-mobile.component.d.ts +4 -4
- package/order/sc-order.module.d.ts +4 -2
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +6 -1
@@ -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 "
|
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,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
! tailwindcss v3.4.
|
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;
|