simpo-component-library 1.6.36 → 1.6.38
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -8
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +12 -6
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +6 -5
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +9 -7
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +6 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +8 -3
- package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +8 -3
- package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +26 -0
- package/esm2022/lib/elements/index.mjs +6 -5
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +5 -3
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +5 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +5 -3
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +5 -3
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +5 -3
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +5 -3
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +5 -3
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -3
- package/esm2022/lib/sections/features-section/features-section.component.mjs +5 -3
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +5 -3
- package/esm2022/lib/sections/header-text/header-text.component.mjs +5 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +5 -3
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +5 -3
- package/esm2022/lib/sections/image-section/image-section.component.mjs +5 -3
- package/esm2022/lib/sections/location-section/location-section.component.mjs +5 -3
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +5 -3
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +5 -3
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +5 -3
- package/esm2022/lib/sections/process-section/process-section.component.mjs +5 -3
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +5 -3
- package/esm2022/lib/sections/service-section/service-section.component.mjs +5 -3
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +5 -3
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +5 -3
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +5 -3
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +5 -3
- package/esm2022/lib/sections/text-section/text-section.component.mjs +5 -3
- package/esm2022/lib/sections/video-section/video-section.component.mjs +5 -3
- package/fesm2022/simpo-component-library.mjs +240 -122
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/address/address.component.d.ts +2 -1
- package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +2 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -1
- package/lib/ecommerce/sections/category-product/category-product.component.d.ts +2 -1
- package/lib/ecommerce/sections/checkout/checkout.component.d.ts +2 -1
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +2 -1
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +2 -1
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
- package/lib/ecommerce/sections/order-details/order-details.component.d.ts +2 -1
- package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +2 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +1 -1
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +2 -1
- package/lib/ecommerce/sections/user-basic-info/user-basic-info.component.d.ts +1 -0
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +2 -1
- package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +3 -1
- package/lib/ecommerce/sections/whislist/whislist.component.d.ts +3 -1
- package/lib/elements/card-skeleton-loader/card-skeleton-loader.component.d.ts +7 -0
- package/lib/elements/index.d.ts +2 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +4 -3
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +2 -1
- package/lib/sections/banner-section/banner-section.component.d.ts +2 -1
- package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +3 -2
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +2 -1
- package/lib/sections/faq-section/faq-section.component.d.ts +2 -1
- package/lib/sections/features-section/features-section.component.d.ts +2 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
- package/lib/sections/header-text/header-text.component.d.ts +2 -1
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +2 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -1
- package/lib/sections/location-section/location-section.component.d.ts +2 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -1
- package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -1
- package/lib/sections/process-modern/process-modern.component.d.ts +2 -1
- package/lib/sections/process-section/process-section.component.d.ts +2 -1
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
- package/lib/sections/service-section/service-section.component.d.ts +2 -1
- package/lib/sections/team-member-section/team-member-section.component.d.ts +2 -1
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +2 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +2 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +2 -1
- package/lib/sections/text-section/text-section.component.d.ts +2 -1
- package/lib/sections/video-section/video-section.component.d.ts +2 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.38.tgz +0 -0
- package/simpo-component-library-1.6.36.tgz +0 -0
@@ -21,6 +21,7 @@ export declare class AddressComponent extends BaseSection implements OnInit, OnC
|
|
21
21
|
responseData: any;
|
22
22
|
data: any;
|
23
23
|
index?: number;
|
24
|
+
customClass?: string;
|
24
25
|
edit?: boolean;
|
25
26
|
delete?: boolean;
|
26
27
|
addressList: any;
|
@@ -63,5 +64,5 @@ export declare class AddressComponent extends BaseSection implements OnInit, OnC
|
|
63
64
|
get isEmailValid(): boolean;
|
64
65
|
get isMobile(): boolean;
|
65
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, [null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "simpo-address", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "isCart": { "alias": "isCart"; "required": false; }; }, { "selectedAddress": "selectedAddress"; }, never, never, true, never>;
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "simpo-address", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "isCart": { "alias": "isCart"; "required": false; }; }, { "selectedAddress": "selectedAddress"; }, never, never, true, never>;
|
67
68
|
}
|
@@ -35,6 +35,7 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
|
|
35
35
|
index?: number;
|
36
36
|
edit?: boolean;
|
37
37
|
delete?: boolean;
|
38
|
+
customClass?: string;
|
38
39
|
isLoading: boolean;
|
39
40
|
otpData: undefined[];
|
40
41
|
otpString: string;
|
@@ -55,6 +56,6 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
|
|
55
56
|
get isMobileValid(): boolean;
|
56
57
|
get isMobile(): boolean;
|
57
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticateUserComponent, [{ optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, null, null]>;
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticateUserComponent, "simpo-authenticate-user", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticateUserComponent, "simpo-authenticate-user", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
59
60
|
}
|
60
61
|
export {};
|
@@ -27,6 +27,7 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
27
27
|
index?: number;
|
28
28
|
edit?: boolean;
|
29
29
|
delete?: boolean;
|
30
|
+
customClass?: string;
|
30
31
|
isLoading: boolean;
|
31
32
|
styles?: CartSectionStylesModel;
|
32
33
|
currentTab: 'BAG' | 'ADDRESS' | 'PAYMENT';
|
@@ -54,5 +55,5 @@ export declare class CartComponent extends BaseSection implements OnInit {
|
|
54
55
|
get isMobile(): boolean;
|
55
56
|
get currency(): string;
|
56
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
58
59
|
}
|
@@ -19,6 +19,7 @@ export declare class CategoryProductComponent extends BaseSection implements OnI
|
|
19
19
|
index?: number;
|
20
20
|
edit?: boolean;
|
21
21
|
delete?: boolean;
|
22
|
+
customClass?: string;
|
22
23
|
containerRef: ElementRef<HTMLDivElement> | undefined;
|
23
24
|
styles?: CategoryProductStylesModel;
|
24
25
|
content?: CategoryProductContentModal;
|
@@ -45,5 +46,5 @@ export declare class CategoryProductComponent extends BaseSection implements OnI
|
|
45
46
|
get isMobile(): boolean;
|
46
47
|
get getSpacingLayout(): LayOutModel;
|
47
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoryProductComponent, never>;
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CategoryProductComponent, "simpo-category-product", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CategoryProductComponent, "simpo-category-product", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
49
50
|
}
|
@@ -10,6 +10,7 @@ export declare class CheckoutComponent extends BaseSection {
|
|
10
10
|
index?: number;
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean;
|
13
|
+
customClass?: string;
|
13
14
|
isLoading: boolean;
|
14
15
|
constructor(_eventService: EventsService);
|
15
16
|
editDeliveryAddress: boolean;
|
@@ -21,5 +22,5 @@ export declare class CheckoutComponent extends BaseSection {
|
|
21
22
|
editSection(): void;
|
22
23
|
get currency(): string;
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckoutComponent, "simpo-checkout", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckoutComponent, "simpo-checkout", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
25
26
|
}
|
@@ -16,6 +16,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
16
16
|
index?: number;
|
17
17
|
edit?: boolean;
|
18
18
|
delete?: boolean;
|
19
|
+
customClass?: string;
|
19
20
|
isLoading: boolean;
|
20
21
|
content?: FeaturedCategoryContentModal;
|
21
22
|
styles?: FeaturedCategoryStylesModel;
|
@@ -29,5 +30,5 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
29
30
|
get stylesLayout(): LayOutModel;
|
30
31
|
get isMobile(): boolean;
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCategoryComponent, "simpo-featured-category", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCategoryComponent, "simpo-featured-category", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
33
34
|
}
|
@@ -15,6 +15,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
15
15
|
index?: number;
|
16
16
|
edit?: boolean;
|
17
17
|
delete?: boolean;
|
18
|
+
customClass?: string;
|
18
19
|
isLoading: boolean;
|
19
20
|
content?: FeaturedCategoryContentModal;
|
20
21
|
styles?: FeaturedCategoryStylesModel;
|
@@ -28,5 +29,5 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
28
29
|
get isMobile(): boolean;
|
29
30
|
editSection(): void;
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCollectionComponent, "simpo-featured-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCollectionComponent, "simpo-featured-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
32
33
|
}
|
@@ -26,8 +26,9 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
26
26
|
index?: number;
|
27
27
|
isRelatedProduct: boolean;
|
28
28
|
isLoading: boolean;
|
29
|
-
|
29
|
+
apiLoading: boolean;
|
30
30
|
edit?: boolean;
|
31
|
+
customClass?: string;
|
31
32
|
delete?: boolean;
|
32
33
|
changeDetailProduct: EventEmitter<Product>;
|
33
34
|
content?: FeaturedProductContentModal;
|
@@ -70,5 +71,5 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
70
71
|
proceedToProductList(): void;
|
71
72
|
editSection(): void;
|
72
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isRelatedProduct": { "alias": "isRelatedProduct"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedProductsComponent, "simpo-featured-products", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "isRelatedProduct": { "alias": "isRelatedProduct"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
|
74
75
|
}
|
@@ -9,6 +9,7 @@ export declare class OrderDetailsComponent implements OnInit {
|
|
9
9
|
index?: number;
|
10
10
|
edit?: boolean;
|
11
11
|
delete?: boolean;
|
12
|
+
customClass?: string;
|
12
13
|
orderDetailData: any;
|
13
14
|
goBackEmitter: EventEmitter<void>;
|
14
15
|
isLoading: boolean;
|
@@ -27,5 +28,5 @@ export declare class OrderDetailsComponent implements OnInit {
|
|
27
28
|
get canCancelOrder(): boolean;
|
28
29
|
get orderAddress(): string;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailsComponent, never>;
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
|
31
32
|
}
|
@@ -19,6 +19,7 @@ export declare class ProductCategoryListComponent extends BaseSection implements
|
|
19
19
|
index?: number;
|
20
20
|
edit?: boolean;
|
21
21
|
delete?: boolean;
|
22
|
+
customClass?: string;
|
22
23
|
styles?: ProductCategoryListStylesModal;
|
23
24
|
categories: Category[];
|
24
25
|
productList: Product[];
|
@@ -39,5 +40,5 @@ export declare class ProductCategoryListComponent extends BaseSection implements
|
|
39
40
|
get isMobile(): boolean;
|
40
41
|
get currency(): string;
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductCategoryListComponent, never>;
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductCategoryListComponent, "simpo-product-category-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductCategoryListComponent, "simpo-product-category-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
43
44
|
}
|
@@ -36,6 +36,7 @@ export declare class ProductListComponent extends BaseSection {
|
|
36
36
|
delete?: boolean;
|
37
37
|
customClass?: string;
|
38
38
|
isLoading: boolean;
|
39
|
+
apiLoading: boolean;
|
39
40
|
content?: ProductListContentModal;
|
40
41
|
button?: ButtonModel;
|
41
42
|
totalPages: number;
|
@@ -63,7 +64,6 @@ export declare class ProductListComponent extends BaseSection {
|
|
63
64
|
pageNo: number;
|
64
65
|
size: number;
|
65
66
|
searchTxt: string;
|
66
|
-
filterLoading: boolean;
|
67
67
|
theme: typeof ProductCardTheme;
|
68
68
|
ngOnInit(): void;
|
69
69
|
filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
|
@@ -12,6 +12,7 @@ export declare class SmallProductListingComponent implements OnInit {
|
|
12
12
|
data?: any;
|
13
13
|
isScrollable?: boolean;
|
14
14
|
isCategoryProductList: boolean;
|
15
|
+
customClass?: string;
|
15
16
|
ngOnInit(): void;
|
16
17
|
addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
|
17
18
|
removeDefault(event: PointerEvent | MouseEvent): void;
|
@@ -21,5 +22,5 @@ export declare class SmallProductListingComponent implements OnInit {
|
|
21
22
|
getSupportingColor(color: string): string;
|
22
23
|
get currency(): string;
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmallProductListingComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; }, {}, never, never, true, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
25
26
|
}
|
@@ -26,6 +26,7 @@ export declare class UserBasicInfoComponent implements OnInit {
|
|
26
26
|
close(): void;
|
27
27
|
saveProfile(): void;
|
28
28
|
validateName(event: KeyboardEvent): void;
|
29
|
+
get isMobile(): boolean;
|
29
30
|
get isEmailValid(): boolean;
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserBasicInfoComponent, never>;
|
31
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserBasicInfoComponent, "simpo-user-basic-info", never, {}, {}, never, never, true, never>;
|
@@ -28,6 +28,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
28
28
|
index?: number;
|
29
29
|
edit?: boolean;
|
30
30
|
delete?: boolean;
|
31
|
+
customClass?: string;
|
31
32
|
isLoading: boolean;
|
32
33
|
styles?: ProfileStylesModal;
|
33
34
|
content?: ProfileContentModal;
|
@@ -72,5 +73,5 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
72
73
|
private convertHEX;
|
73
74
|
get currency(): string;
|
74
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "simpo-user-profile", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "simpo-user-profile", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
76
77
|
}
|
@@ -18,6 +18,7 @@ export declare class VerifyComponent extends BaseSection implements OnInit {
|
|
18
18
|
edit?: boolean;
|
19
19
|
index?: number;
|
20
20
|
delete?: boolean;
|
21
|
+
customClass?: string;
|
21
22
|
styles?: VerifyPaymentStylesModel;
|
22
23
|
content?: VerifyPaymentContentModel;
|
23
24
|
private userDetails;
|
@@ -27,8 +28,9 @@ export declare class VerifyComponent extends BaseSection implements OnInit {
|
|
27
28
|
private MAX_API_COUNT;
|
28
29
|
ngOnInit(): void;
|
29
30
|
get getImageUrl(): string | undefined;
|
31
|
+
get isMobile(): boolean;
|
30
32
|
checkPaymentStatus(): void;
|
31
33
|
editSection(): void;
|
32
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerifyComponent, never>;
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyComponent, "simpo-verify-payment", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyComponent, "simpo-verify-payment", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
34
36
|
}
|
@@ -19,6 +19,7 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
|
|
19
19
|
index?: number;
|
20
20
|
edit?: boolean;
|
21
21
|
delete?: boolean;
|
22
|
+
customClass?: string;
|
22
23
|
isLoading: boolean;
|
23
24
|
styles: any;
|
24
25
|
constructor(cartService: CartService, _eventService: EventsService, storageService: StorageServiceService, restService: RestService, messageService: MessageService);
|
@@ -32,7 +33,8 @@ export declare class WhislistComponent extends BaseSection implements OnInit {
|
|
32
33
|
addToFav(item: OrderedItems, type: 'ADD' | 'SUBSTRACT'): void;
|
33
34
|
getKeys(object: Object): string[];
|
34
35
|
editSection(): void;
|
36
|
+
get isMobile(): boolean;
|
35
37
|
get currency(): string;
|
36
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<WhislistComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WhislistComponent, "simpo-whislist", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WhislistComponent, "simpo-whislist", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
38
40
|
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class CardSkeletonLoaderComponent {
|
3
|
+
count: number;
|
4
|
+
showTitles: boolean;
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardSkeletonLoaderComponent, never>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardSkeletonLoaderComponent, "simpo-card-skeleton-loader", never, { "count": { "alias": "count"; "required": false; }; "showTitles": { "alias": "showTitles"; "required": false; }; }, {}, never, never, true, never>;
|
7
|
+
}
|
package/lib/elements/index.d.ts
CHANGED
@@ -7,8 +7,9 @@ import * as i5 from "./covering-image-card/covering-image-card.component";
|
|
7
7
|
import * as i6 from "./heading-element/heading-element.component";
|
8
8
|
import * as i7 from "./simpo-button/simpo-button.component";
|
9
9
|
import * as i8 from "./socia-icons/socia-icons.component";
|
10
|
+
import * as i9 from "./card-skeleton-loader/card-skeleton-loader.component";
|
10
11
|
export declare class SimpoElementsModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoElementsModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent]>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SimpoElementsModule, never, [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent], [typeof i1.ButtonElementComponent, typeof i2.TextElementComponent, typeof i3.BelowImageCardComponent, typeof i4.TopOfImageCardComponent, typeof i5.CoveringImageCardComponent, typeof i6.HeadingElementComponent, typeof i7.SimpoButtonComponent, typeof i8.SociaIconsComponent, typeof i9.CardSkeletonLoaderComponent]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SimpoElementsModule>;
|
14
15
|
}
|
@@ -11,6 +11,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
11
11
|
index?: number;
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
|
+
customClass?: string;
|
14
15
|
id: string;
|
15
16
|
action: ActionModel;
|
16
17
|
content?: BannerCarouselContentModel;
|
@@ -23,9 +24,9 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
23
24
|
get stylesLayout(): LayOutModel;
|
24
25
|
get getBlurValue(): OverlayValue | undefined;
|
25
26
|
get getBackgroundColor(): BackgroundModel;
|
26
|
-
get getBackgroundOpacity(): "0" | "0.
|
27
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
27
|
+
get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "0";
|
28
|
+
opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
|
28
29
|
editSection(): void;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
31
32
|
}
|
@@ -10,6 +10,7 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
|
|
10
10
|
content?: BannerGridContentModel;
|
11
11
|
styles?: BannerGridStylesModel;
|
12
12
|
delete?: boolean;
|
13
|
+
customClass?: string;
|
13
14
|
index?: number;
|
14
15
|
listItems: any;
|
15
16
|
constructor(_eventService: EventsService);
|
@@ -18,5 +19,5 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
|
|
18
19
|
get isBorderlessImage(): boolean | undefined;
|
19
20
|
editSection(): void;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerGridSectionComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerGridSectionComponent, "simpo-banner-grid-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BannerGridSectionComponent, "simpo-banner-grid-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
22
23
|
}
|
@@ -11,6 +11,7 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
11
11
|
content?: BannerContentModel;
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
|
+
customClass?: string;
|
14
15
|
styles?: BannerStylesModel;
|
15
16
|
constructor(_eventService: EventsService);
|
16
17
|
ngOnInit(): void;
|
@@ -22,5 +23,5 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
|
|
22
23
|
editSection(): void;
|
23
24
|
stopPropagation(event: any): void;
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerSectionComponent, never>;
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BannerSectionComponent, "simpo-banner-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
26
27
|
}
|
@@ -8,6 +8,7 @@ export declare class BlogListComponent extends BaseSection {
|
|
8
8
|
responseData: any[];
|
9
9
|
index?: number;
|
10
10
|
edit?: boolean;
|
11
|
+
customClass?: string;
|
11
12
|
data?: BlogListSectionModel;
|
12
13
|
constructor(_eventService: EventsService);
|
13
14
|
style?: BlogListStylesModel;
|
@@ -17,5 +18,5 @@ export declare class BlogListComponent extends BaseSection {
|
|
17
18
|
getBlogById(blogId: any): void;
|
18
19
|
editSection(): void;
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlogListComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BlogListComponent, "simpo-blog-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BlogListComponent, "simpo-blog-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
21
22
|
}
|
@@ -13,6 +13,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
|
|
13
13
|
content?: CarouselBannerContentModel;
|
14
14
|
edit?: boolean;
|
15
15
|
delete?: boolean;
|
16
|
+
customClass?: string;
|
16
17
|
styles?: CarouselBannerStyelsModel;
|
17
18
|
currentIndex: number;
|
18
19
|
selectSlide(index: number): void;
|
@@ -23,8 +24,8 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
|
|
23
24
|
get canMergeNavbar(): boolean | undefined;
|
24
25
|
get isBorderlessImage(): boolean | undefined;
|
25
26
|
get getPositionLayout(): PositionLayoutModal;
|
26
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
27
|
+
opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
|
27
28
|
editSection(): void;
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
30
31
|
}
|
@@ -10,10 +10,11 @@ export declare class ChooseUsSectionComponent extends BaseSection implements OnI
|
|
10
10
|
content?: ChooseUsContentModal;
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean;
|
13
|
+
customClass?: string;
|
13
14
|
styles?: ChooseUsStylesModel;
|
14
15
|
constructor(_eventService: EventsService);
|
15
16
|
ngOnInit(): void;
|
16
17
|
editSection(): void;
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChooseUsSectionComponent, never>;
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChooseUsSectionComponent, "simpo-choose-us-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChooseUsSectionComponent, "simpo-choose-us-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
19
20
|
}
|
@@ -14,6 +14,7 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
|
|
14
14
|
content?: ContactUsContentModel;
|
15
15
|
edit?: boolean;
|
16
16
|
delete?: boolean;
|
17
|
+
customClass?: string;
|
17
18
|
styles?: ContactUsStylesModel;
|
18
19
|
button?: ButtonModel;
|
19
20
|
buttonId: string;
|
@@ -26,5 +27,5 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
|
|
26
27
|
editSection(): void;
|
27
28
|
canShowContactField(field: any): any;
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "simpo-contact-us", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactUsComponent, "simpo-contact-us", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
30
31
|
}
|
@@ -10,6 +10,7 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
10
10
|
index?: number;
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean;
|
13
|
+
customClass?: string;
|
13
14
|
content?: FAQContentModal;
|
14
15
|
style?: FAQStylesModel;
|
15
16
|
unCollapsedList: number[];
|
@@ -20,5 +21,5 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
20
21
|
toggleContent(idx: number): void;
|
21
22
|
editSection(): void;
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FaqSectionComponent, "simpo-faq-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
24
25
|
}
|
@@ -7,6 +7,7 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
|
|
7
7
|
private readonly _eventService;
|
8
8
|
data?: FeatureSectionModel;
|
9
9
|
edit?: boolean;
|
10
|
+
customClass?: string;
|
10
11
|
content?: FeatureContentModel;
|
11
12
|
styles?: FeatureStylesModel;
|
12
13
|
delete?: boolean;
|
@@ -21,5 +22,5 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
|
|
21
22
|
changetab(index: number): void;
|
22
23
|
editSection(): void;
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturesSectionComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesSectionComponent, "simpo-features-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeaturesSectionComponent, "simpo-features-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
25
26
|
}
|
@@ -10,6 +10,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
|
|
10
10
|
index?: number;
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean | undefined;
|
13
|
+
customClass?: string;
|
13
14
|
content?: FooterContentModel;
|
14
15
|
style?: FooterStylesModel;
|
15
16
|
color: any;
|
@@ -18,5 +19,5 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
|
|
18
19
|
ngOnInit(): void;
|
19
20
|
editSection(): void;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
22
23
|
}
|
@@ -11,6 +11,7 @@ export declare class HeaderTextComponent extends BaseSection implements OnInit {
|
|
11
11
|
index?: number;
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
|
+
customClass?: string;
|
14
15
|
id: string;
|
15
16
|
action: ActionModel;
|
16
17
|
content?: HeaderTextContentModel;
|
@@ -18,5 +19,5 @@ export declare class HeaderTextComponent extends BaseSection implements OnInit {
|
|
18
19
|
constructor(_eventService: EventsService);
|
19
20
|
ngOnInit(): void;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "simpo-header-text", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "simpo-header-text", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
22
23
|
}
|
@@ -8,6 +8,7 @@ export declare class ImageCarouselSectionComponent extends BaseSection implement
|
|
8
8
|
private _eventService;
|
9
9
|
data?: ImageCarouselSection;
|
10
10
|
index?: number;
|
11
|
+
customClass?: string;
|
11
12
|
content?: ImageCarouselSectionContentModel;
|
12
13
|
style?: ImageCarouselSectionStylesModel;
|
13
14
|
edit?: boolean;
|
@@ -21,5 +22,5 @@ export declare class ImageCarouselSectionComponent extends BaseSection implement
|
|
21
22
|
get headingSpace(): SPACING;
|
22
23
|
editSection(): void;
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselSectionComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
25
26
|
}
|
@@ -9,6 +9,7 @@ export declare class ImageGridSectionComponent extends BaseSection {
|
|
9
9
|
data?: ImageGridSectionModel;
|
10
10
|
index?: number;
|
11
11
|
edit?: boolean;
|
12
|
+
customClass?: string;
|
12
13
|
delete?: boolean;
|
13
14
|
_mainContainer: ElementRef | null;
|
14
15
|
content?: ImageGridContentModal;
|
@@ -18,5 +19,5 @@ export declare class ImageGridSectionComponent extends BaseSection {
|
|
18
19
|
get headingSpace(): SPACING;
|
19
20
|
editSection(): void;
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageGridSectionComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageGridSectionComponent, "simpo-image-grid-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
22
23
|
}
|
@@ -9,6 +9,7 @@ export declare class ImageSectionComponent extends BaseSection {
|
|
9
9
|
index?: number;
|
10
10
|
edit?: boolean;
|
11
11
|
delete?: boolean;
|
12
|
+
customClass?: string;
|
12
13
|
_mainContainer: ElementRef | null;
|
13
14
|
content?: ImageContentModal;
|
14
15
|
style?: imageSectionStylesModel;
|
@@ -16,5 +17,5 @@ export declare class ImageSectionComponent extends BaseSection {
|
|
16
17
|
ngOnInit(): void;
|
17
18
|
editSection(): void;
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
20
21
|
}
|
@@ -12,6 +12,7 @@ export declare class LocationSectionComponent extends BaseSection {
|
|
12
12
|
index?: number;
|
13
13
|
edit?: boolean;
|
14
14
|
delete?: boolean;
|
15
|
+
customClass?: string;
|
15
16
|
styles?: LocationStyleModel;
|
16
17
|
content?: LocationContentModel;
|
17
18
|
constructor(zone: NgZone, _eventService: EventsService);
|
@@ -30,5 +31,5 @@ export declare class LocationSectionComponent extends BaseSection {
|
|
30
31
|
checkMapStyleChange(): void;
|
31
32
|
editSection(): void;
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocationSectionComponent, never>;
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LocationSectionComponent, "simpo-location-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationSectionComponent, "simpo-location-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
34
35
|
}
|
@@ -11,6 +11,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
|
|
11
11
|
index?: number;
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
|
+
customClass?: string;
|
14
15
|
id: string;
|
15
16
|
action: ActionModel;
|
16
17
|
content?: LogoShowcaseContentModel;
|
@@ -26,5 +27,5 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
|
|
26
27
|
getScreenSize(event?: number): void;
|
27
28
|
editSection(): void;
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoShowcaseComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoShowcaseComponent, "simpo-logo-showcase", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoShowcaseComponent, "simpo-logo-showcase", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
30
31
|
}
|
@@ -20,6 +20,7 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
20
20
|
data?: HeaderSectionModel;
|
21
21
|
nextComponent: any;
|
22
22
|
index?: number;
|
23
|
+
customClass?: string;
|
23
24
|
edit?: boolean;
|
24
25
|
childContainer: any;
|
25
26
|
scrollValue: number;
|
@@ -62,5 +63,5 @@ export declare class NavbarSectionComponent implements OnInit {
|
|
62
63
|
getValues(object: any): unknown[];
|
63
64
|
get userGender(): import("../../ecommerce/styles/user.modal").GENDER | null;
|
64
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarSectionComponent, never>;
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarSectionComponent, "simpo-navbar-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
66
67
|
}
|