simpo-component-library 1.5.46 → 1.5.47
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +4 -4
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.5.47.tgz +0 -0
- package/simpo-component-library-1.5.46.tgz +0 -0
@@ -1,4 +1,5 @@
|
|
1
1
|
import { InputTextModel, StylesModel } from "../../../styles/style.model";
|
2
|
+
import { Display } from "../featured-products/featured-products.modal";
|
2
3
|
export interface FeaturedCategoryModal {
|
3
4
|
id: string;
|
4
5
|
sectionType: string;
|
@@ -10,6 +11,7 @@ export interface FeaturedCategoryContentModal {
|
|
10
11
|
inputText: InputTextModel[];
|
11
12
|
collectionId?: string;
|
12
13
|
collectionIds?: string[];
|
14
|
+
display: Display;
|
13
15
|
}
|
14
16
|
export interface FeaturedCategoryStylesModel extends StylesModel {
|
15
17
|
maximumProduct: number;
|
package/package.json
CHANGED
Binary file
|
Binary file
|