simpo-component-library 1.6.81 → 1.6.82
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +1 -2
- package/fesm2022/simpo-component-library.mjs +2 -3
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +5 -2
- package/package.json +1 -1
- package/simpo-component-library-1.6.82.tgz +0 -0
- package/simpo-component-library-1.6.81.tgz +0 -0
@@ -1,9 +1,10 @@
|
|
1
|
-
import { ActionModel, AnimationModel, BackgroundModel, LayOutModel } from "../../../styles/style.model";
|
1
|
+
import { ActionModel, AnimationModel, BackgroundModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
2
|
+
import { ImageModel } from "../cart/cart.modal";
|
2
3
|
export interface ProductCategoryListModal {
|
3
4
|
id: string;
|
4
5
|
sectionType: string;
|
5
6
|
sectionName: string;
|
6
|
-
content:
|
7
|
+
content: ProductCategoryListContentModal;
|
7
8
|
styles: ProductCategoryListStylesModal;
|
8
9
|
action: ActionModel;
|
9
10
|
}
|
@@ -13,6 +14,8 @@ export interface ProductCategoryListStylesModal {
|
|
13
14
|
animation: AnimationModel;
|
14
15
|
}
|
15
16
|
export interface ProductCategoryListContentModal {
|
17
|
+
inputText: InputTextModel[];
|
18
|
+
image: ImageModel;
|
16
19
|
display: Display;
|
17
20
|
button: string;
|
18
21
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|