simpo-component-library 2.0.65 → 2.0.67
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.
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +9 -5
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +8 -5
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -4
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
- package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
- package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
- package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
- package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
- package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
- package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
- package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
- package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
- package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
- package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
- package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
- package/fesm2022/simpo-component-library.mjs +261 -178
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
- package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
- package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
- package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
- package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
- package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
- package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
- package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
- package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
- package/lib/sections/features-section/features-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
- package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
- package/lib/sections/header-text/header-text.component.d.ts +3 -2
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
- package/lib/sections/image-section/image-section.component.d.ts +3 -1
- package/lib/sections/location-section/location-section.component.d.ts +3 -1
- package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +4 -3
- package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
- package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
- package/lib/sections/process-section/process-section.component.d.ts +3 -2
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
- package/lib/sections/service-section/service-section.component.d.ts +3 -2
- package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
- package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
- package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
- package/lib/sections/text-section/text-section.component.d.ts +3 -2
- package/lib/sections/video-section/video-section.component.d.ts +3 -1
- package/package.json +1 -1
- package/simpo-component-library-2.0.67.tgz +0 -0
- package/simpo-component-library-2.0.65.tgz +0 -0
@@ -5,7 +5,7 @@ import { RestService } from '../../../services/rest.service';
|
|
5
5
|
import { Router } from '@angular/router';
|
6
6
|
import { StorageServiceService } from '../../../services/storage.service';
|
7
7
|
import { EventsService } from '../../../services/events.service';
|
8
|
-
import { InputTextModel, StylesModel } from '../../../styles/style.model';
|
8
|
+
import { BackgroundModel, InputTextModel, StylesModel } from '../../../styles/style.model';
|
9
9
|
import { ActionModel } from "../../../styles/style.model";
|
10
10
|
import BaseSection from '../../../sections/BaseSection';
|
11
11
|
import { MessageService } from 'primeng/api';
|
@@ -38,6 +38,7 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
|
|
38
38
|
edit?: boolean;
|
39
39
|
delete?: boolean;
|
40
40
|
customClass?: string;
|
41
|
+
nextComponentColor?: BackgroundModel;
|
41
42
|
isLoading: boolean;
|
42
43
|
otpData: undefined[];
|
43
44
|
otpString: string;
|
@@ -90,6 +91,6 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
|
|
90
91
|
get isMobileValid(): boolean;
|
91
92
|
get isMobile(): boolean;
|
92
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticateUserComponent, [{ optional: true; }, { optional: true; }, null, null, null, null, { optional: true; }, { optional: true; }, null, null, null]>;
|
93
|
-
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>;
|
94
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
94
95
|
}
|
95
96
|
export {};
|
@@ -7,7 +7,7 @@ import { ItemVariant, Product } from '../../styles/product.modal';
|
|
7
7
|
import { FeaturedProductModal } from '../featured-products/featured-products.modal';
|
8
8
|
import { CartService } from '../../../services/cart.service';
|
9
9
|
import BaseSection from '../../../sections/BaseSection';
|
10
|
-
import { LayOutModel } from '../../../styles/style.model';
|
10
|
+
import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
export declare class CategoryProductComponent extends BaseSection implements OnInit {
|
13
13
|
private readonly restService;
|
@@ -18,6 +18,7 @@ export declare class CategoryProductComponent extends BaseSection implements OnI
|
|
18
18
|
edit?: boolean;
|
19
19
|
delete?: boolean;
|
20
20
|
customClass?: string;
|
21
|
+
nextComponentColor?: BackgroundModel;
|
21
22
|
apiLoading: boolean;
|
22
23
|
containerRef: ElementRef<HTMLDivElement> | undefined;
|
23
24
|
styles?: CategoryProductStylesModel;
|
@@ -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; }; "customClass": { "alias": "customClass"; "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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
49
50
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { CheckoutContentModal, CheckoutModal, CheckoutStylesModal } from './checkout.modal';
|
2
2
|
import BaseSection from '../../../sections/BaseSection';
|
3
|
-
import { ButtonModel } from '../../../styles/style.model';
|
3
|
+
import { BackgroundModel, BannerStylesModel, ButtonModel } from '../../../styles/style.model';
|
4
4
|
import { EventsService } from '.././../../services/events.service';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class CheckoutComponent extends BaseSection {
|
@@ -11,6 +11,8 @@ export declare class CheckoutComponent extends BaseSection {
|
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean;
|
13
13
|
customClass?: string;
|
14
|
+
nextComponentColor?: BackgroundModel;
|
15
|
+
style?: BannerStylesModel;
|
14
16
|
isLoading: boolean;
|
15
17
|
constructor(_eventService: EventsService);
|
16
18
|
editDeliveryAddress: boolean;
|
@@ -22,5 +24,5 @@ export declare class CheckoutComponent extends BaseSection {
|
|
22
24
|
editSection(): void;
|
23
25
|
get currency(): string;
|
24
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckoutComponent, 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>;
|
27
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
26
28
|
}
|
@@ -3,6 +3,7 @@ import { ActivatedRoute } from '@angular/router';
|
|
3
3
|
import { RestService } from '../../../services/rest.service';
|
4
4
|
import { Review } from '../../styles/review.modal';
|
5
5
|
import { ProductDescModal } from '../product-desc/product-desc.modal';
|
6
|
+
import { BackgroundModel } from '../../../styles/style.model';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class CustomerReviewComponent implements OnInit {
|
8
9
|
private readonly activatedRoute;
|
@@ -11,6 +12,7 @@ export declare class CustomerReviewComponent implements OnInit {
|
|
11
12
|
index?: number;
|
12
13
|
edit?: boolean;
|
13
14
|
delete?: boolean;
|
15
|
+
nextComponentColor?: BackgroundModel;
|
14
16
|
productId: string | null;
|
15
17
|
customerReviews: Review[];
|
16
18
|
totalRating: number;
|
@@ -22,5 +24,5 @@ export declare class CustomerReviewComponent implements OnInit {
|
|
22
24
|
getKeys(object: Map<string, string> | null): string[];
|
23
25
|
getPercentage(value: string | number | undefined): number;
|
24
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomerReviewComponent, never>;
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomerReviewComponent, "simpo-customer-review", 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>;
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomerReviewComponent, "simpo-customer-review", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
26
28
|
}
|
@@ -4,7 +4,7 @@ import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategorySt
|
|
4
4
|
import { Category } from '../../styles/category.modal';
|
5
5
|
import { RestService } from '../../../services/rest.service';
|
6
6
|
import { Router } from '@angular/router';
|
7
|
-
import { LayOutModel } from '../../../styles/style.model';
|
7
|
+
import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class FeaturedCategoryComponent extends BaseSection {
|
10
10
|
private platformId;
|
@@ -18,6 +18,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
18
18
|
delete?: boolean;
|
19
19
|
customClass?: string;
|
20
20
|
isLoading: boolean;
|
21
|
+
nextComponentColor?: BackgroundModel;
|
21
22
|
content?: FeaturedCategoryContentModal;
|
22
23
|
styles?: FeaturedCategoryStylesModel;
|
23
24
|
constructor(platformId: Object, router: Router, restService: RestService, _eventService: EventsService);
|
@@ -30,5 +31,5 @@ export declare class FeaturedCategoryComponent extends BaseSection {
|
|
30
31
|
get stylesLayout(): LayOutModel;
|
31
32
|
get isMobile(): boolean;
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, 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>;
|
34
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
34
35
|
}
|
@@ -4,7 +4,7 @@ import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategorySt
|
|
4
4
|
import { Category } from '../../styles/category.modal';
|
5
5
|
import { RestService } from '../../../services/rest.service';
|
6
6
|
import { Router } from '@angular/router';
|
7
|
-
import { LayOutModel } from '../../../styles/style.model';
|
7
|
+
import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class FeaturedCollectionComponent extends BaseSection {
|
10
10
|
private readonly router;
|
@@ -16,6 +16,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
16
16
|
edit?: boolean;
|
17
17
|
delete?: boolean;
|
18
18
|
customClass?: string;
|
19
|
+
nextComponentColor?: BackgroundModel;
|
19
20
|
isLoading: boolean;
|
20
21
|
content?: FeaturedCategoryContentModal;
|
21
22
|
styles?: FeaturedCategoryStylesModel;
|
@@ -30,5 +31,5 @@ export declare class FeaturedCollectionComponent extends BaseSection {
|
|
30
31
|
get isMobile(): boolean;
|
31
32
|
editSection(): void;
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
|
33
|
-
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>;
|
34
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
34
35
|
}
|
@@ -3,7 +3,7 @@ import { FeaturedProductContentModal, FeaturedProductModal, FeaturedProductStyle
|
|
3
3
|
import { Product, ItemVariant } from '../../styles/product.modal';
|
4
4
|
import { EventsService } from '.././../../services/events.service';
|
5
5
|
import BaseSection from '../../../sections/BaseSection';
|
6
|
-
import { ButtonModel, LayOutModel } from '../../../styles/style.model';
|
6
|
+
import { BackgroundModel, ButtonModel, LayOutModel } from '../../../styles/style.model';
|
7
7
|
import { RestService } from '../../../services/rest.service';
|
8
8
|
import { Router } from '@angular/router';
|
9
9
|
import { CartService } from '../../../services/cart.service';
|
@@ -28,6 +28,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
28
28
|
edit?: boolean;
|
29
29
|
customClass?: string;
|
30
30
|
delete?: boolean;
|
31
|
+
nextComponentColor?: BackgroundModel;
|
31
32
|
changeDetailProduct: EventEmitter<Product>;
|
32
33
|
content?: FeaturedProductContentModal;
|
33
34
|
styles?: FeaturedProductStylesModel;
|
@@ -68,5 +69,5 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
|
|
68
69
|
proceedToProductList(): void;
|
69
70
|
editSection(): void;
|
70
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedProductsComponent, never>;
|
71
|
-
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>;
|
72
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, { "changeDetailProduct": "changeDetailProduct"; }, never, never, true, never>;
|
72
73
|
}
|
@@ -8,7 +8,7 @@ import { CartService } from '../../../services/cart.service';
|
|
8
8
|
import { ActivatedRoute } from '@angular/router';
|
9
9
|
import { ProductCategoryListModal, ProductCategoryListStylesModal } from './product-category-list.model';
|
10
10
|
import { SPACING } from '../../../styles/index';
|
11
|
-
import { LayOutModel } from '../../../styles/style.model';
|
11
|
+
import { BackgroundModel, LayOutModel } from '../../../styles/style.model';
|
12
12
|
import { EventsService } from '../../../services/events.service';
|
13
13
|
import * as i0 from "@angular/core";
|
14
14
|
export declare class ProductCategoryListComponent extends BaseSection implements OnInit, OnDestroy {
|
@@ -22,6 +22,7 @@ export declare class ProductCategoryListComponent extends BaseSection implements
|
|
22
22
|
edit?: boolean;
|
23
23
|
delete?: boolean;
|
24
24
|
customClass?: string;
|
25
|
+
nextComponentColor?: BackgroundModel;
|
25
26
|
styles?: ProductCategoryListStylesModal;
|
26
27
|
productListContainer: ElementRef<HTMLDivElement> | undefined;
|
27
28
|
productCategoryListSection: ElementRef<HTMLDivElement> | undefined;
|
@@ -47,5 +48,5 @@ export declare class ProductCategoryListComponent extends BaseSection implements
|
|
47
48
|
get isMobile(): boolean;
|
48
49
|
get currency(): string;
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductCategoryListComponent, never>;
|
50
|
-
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>;
|
51
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
51
52
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ActionModel, AnimationModel, BackgroundModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
1
|
+
import { ActionModel, AnimationModel, BackgroundModel, DeviderModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
2
2
|
import { ImageModel } from "../cart/cart.modal";
|
3
3
|
export interface ProductCategoryListModal {
|
4
4
|
id: string;
|
@@ -12,6 +12,7 @@ export interface ProductCategoryListStylesModal {
|
|
12
12
|
layout: LayOutModel;
|
13
13
|
background: BackgroundModel;
|
14
14
|
animation: AnimationModel;
|
15
|
+
devider: DeviderModel;
|
15
16
|
}
|
16
17
|
export interface ProductCategoryListContentModal {
|
17
18
|
inputText: InputTextModel[];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ProductDescModal, ProductDescStylesModal } from './product-desc.modal';
|
2
2
|
import { ItemImage, ItemVariant, Product } from '../../styles/product.modal';
|
3
|
-
import { ButtonModel } from '../../../styles/style.model';
|
3
|
+
import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
|
4
4
|
import BaseSection from '../../../sections/BaseSection';
|
5
5
|
import { EventsService } from '.././../../services/events.service';
|
6
6
|
import { ActivatedRoute, Router } from '@angular/router';
|
@@ -32,6 +32,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
32
32
|
edit?: boolean;
|
33
33
|
delete?: boolean;
|
34
34
|
customClass?: string;
|
35
|
+
nextComponentColor?: BackgroundModel;
|
35
36
|
isLoading: boolean;
|
36
37
|
featureProductData: FeaturedProductModal | null;
|
37
38
|
recentViewedData: FeaturedProductModal | null;
|
@@ -84,5 +85,5 @@ export declare class ProductDescComponent extends BaseSection {
|
|
84
85
|
get isItemLowStock(): boolean;
|
85
86
|
get isMobile(): boolean;
|
86
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", 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>;
|
88
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", 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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
88
89
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FooterSocialLinkModel } from "../../../sections/footer-section/footer-section.modal";
|
2
|
-
import { AnimationModel, BackgroundModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
2
|
+
import { AnimationModel, BackgroundModel, DeviderModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
3
3
|
import { ActionModel } from '../../../styles/style.model';
|
4
4
|
export interface ProductDescModal {
|
5
5
|
id: string;
|
@@ -15,6 +15,7 @@ export interface ProductDescStylesModal {
|
|
15
15
|
animation: AnimationModel;
|
16
16
|
maximumProduct: number;
|
17
17
|
direction: "ROW" | "COLUMN";
|
18
|
+
devider: DeviderModel;
|
18
19
|
}
|
19
20
|
export interface ProductDescContentModal {
|
20
21
|
button: string;
|
@@ -3,7 +3,7 @@ import BaseSection from '../../../sections/BaseSection';
|
|
3
3
|
import { ProductListContentModal, ProductListModal, ProductListStylesModal } from './product-list.modal';
|
4
4
|
import { EventsService } from '.././../../services/events.service';
|
5
5
|
import { RestService } from '.././../../services/rest.service';
|
6
|
-
import { ButtonModel } from '../../../styles/style.model';
|
6
|
+
import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
|
7
7
|
import { ActivatedRoute, Router } from '@angular/router';
|
8
8
|
import { StorageServiceService } from '../../../services/storage.service';
|
9
9
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
@@ -35,6 +35,7 @@ export declare class ProductListComponent extends BaseSection {
|
|
35
35
|
edit?: boolean;
|
36
36
|
delete?: boolean;
|
37
37
|
customClass?: string;
|
38
|
+
nextComponentColor?: BackgroundModel;
|
38
39
|
isLoading: boolean;
|
39
40
|
apiLoading: boolean;
|
40
41
|
content?: ProductListContentModal;
|
@@ -99,6 +100,6 @@ export declare class ProductListComponent extends BaseSection {
|
|
99
100
|
get currency(): string;
|
100
101
|
get minSize(): number;
|
101
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListComponent, never>;
|
102
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-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>;
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
103
104
|
}
|
104
105
|
export {};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
2
|
-
import { BannerStylesModel, LayOutModel, PositionLayoutModal } from '../../styles/style.model';
|
2
|
+
import { BackgroundModel, BannerStylesModel, LayOutModel, PositionLayoutModal } from '../../styles/style.model';
|
3
3
|
import { EventsService } from './../../services/events.service';
|
4
4
|
import BaseSection from '../BaseSection';
|
5
5
|
import { BannerContentModel, BannerSectionModel } from './appointment-form.model';
|
@@ -18,6 +18,7 @@ export declare class AppointmentFormComponent extends BaseSection implements OnI
|
|
18
18
|
edit?: boolean;
|
19
19
|
delete?: boolean;
|
20
20
|
customClass?: string;
|
21
|
+
nextComponentColor?: BackgroundModel;
|
21
22
|
styles?: BannerStylesModel;
|
22
23
|
constructor(_eventService: EventsService, matDialog: MatDialog, appointmentService: RestService, snackbar: MatSnackBar);
|
23
24
|
screenWidth: number;
|
@@ -80,5 +81,5 @@ export declare class AppointmentFormComponent extends BaseSection implements OnI
|
|
80
81
|
reFilterData(): void;
|
81
82
|
isFormValid(): boolean;
|
82
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppointmentFormComponent, never>;
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentFormComponent, "simpo-appointment-form", 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>;
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppointmentFormComponent, "simpo-appointment-form", 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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
84
85
|
}
|
@@ -12,6 +12,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
14
|
customClass?: string;
|
15
|
+
nextComponentColor?: BackgroundModel;
|
15
16
|
id: string;
|
16
17
|
action: ActionModel;
|
17
18
|
content?: BannerCarouselContentModel;
|
@@ -22,11 +23,11 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
|
|
22
23
|
constructor(_eventService: EventsService);
|
23
24
|
ngOnInit(): void;
|
24
25
|
get stylesLayout(): LayOutModel;
|
25
|
-
get getBlurValue(): "
|
26
|
+
get getBlurValue(): "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | "NONE" | undefined;
|
26
27
|
get getBackgroundColor(): BackgroundModel;
|
27
|
-
get getBackgroundOpacity(): "0" | "0.
|
28
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
28
|
+
get getBackgroundOpacity(): "0.7" | "0.5" | "0.3" | "0.2" | "0";
|
29
|
+
opacityValue(value: OverlayValue): "0.7" | "0.5" | "0.3" | "0.2" | "0";
|
29
30
|
editSection(): void;
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, 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>;
|
32
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
32
33
|
}
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
2
2
|
import { BannerGridSectionModel, BannerGridContentModel, BannerGridStylesModel } from './banner-grid-section.model';
|
3
3
|
import { EventsService } from '../../services/events.service';
|
4
4
|
import BaseSection from '../BaseSection';
|
5
|
+
import { BackgroundModel } from '../../styles/style.model';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class BannerGridSectionComponent extends BaseSection implements OnInit {
|
7
8
|
private _eventService;
|
@@ -12,6 +13,7 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
|
|
12
13
|
delete?: boolean;
|
13
14
|
customClass?: string;
|
14
15
|
index?: number;
|
16
|
+
nextComponentColor?: BackgroundModel;
|
15
17
|
listItems: any;
|
16
18
|
constructor(_eventService: EventsService);
|
17
19
|
ngOnInit(): void;
|
@@ -19,5 +21,5 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
|
|
19
21
|
get isBorderlessImage(): boolean | undefined;
|
20
22
|
editSection(): void;
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<BannerGridSectionComponent, 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>;
|
24
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
23
25
|
}
|
@@ -2,6 +2,7 @@ import { EventsService } from '../../services/events.service';
|
|
2
2
|
import { BlogListContentModel, BlogListSectionModel, BlogListStylesModel } from './blog-list.model';
|
3
3
|
import { SPACING } from '../../directive/content-title-spacing.directive';
|
4
4
|
import BaseSection from '../BaseSection';
|
5
|
+
import { BackgroundModel } from '../../styles/style.model';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class BlogListComponent extends BaseSection {
|
7
8
|
private _eventService;
|
@@ -10,6 +11,7 @@ export declare class BlogListComponent extends BaseSection {
|
|
10
11
|
edit?: boolean;
|
11
12
|
customClass?: string;
|
12
13
|
data?: BlogListSectionModel;
|
14
|
+
nextComponentColor?: BackgroundModel;
|
13
15
|
constructor(_eventService: EventsService);
|
14
16
|
style?: BlogListStylesModel;
|
15
17
|
blogContent?: BlogListContentModel;
|
@@ -18,5 +20,5 @@ export declare class BlogListComponent extends BaseSection {
|
|
18
20
|
getBlogById(blogId: any): void;
|
19
21
|
editSection(): void;
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<BlogListComponent, 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>;
|
23
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
22
24
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnInit, ElementRef } from '@angular/core';
|
2
|
-
import { LayOutModel, PositionLayoutModal } from '../../styles/style.model';
|
2
|
+
import { BackgroundModel, LayOutModel, PositionLayoutModal } from '../../styles/style.model';
|
3
3
|
import BaseSection from '../BaseSection';
|
4
4
|
import { EventsService } from './../../services/events.service';
|
5
5
|
import { BannerSectionModel, CarouselBannerContentModel, CarouselBannerStyelsModel } from './carousel-banner.model';
|
@@ -14,6 +14,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
|
|
14
14
|
edit?: boolean;
|
15
15
|
delete?: boolean;
|
16
16
|
customClass?: string;
|
17
|
+
nextComponentColor?: BackgroundModel;
|
17
18
|
styles?: CarouselBannerStyelsModel;
|
18
19
|
currentIndex: number;
|
19
20
|
selectSlide(index: number): void;
|
@@ -24,8 +25,8 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
|
|
24
25
|
get canMergeNavbar(): boolean | undefined;
|
25
26
|
get isBorderlessImage(): boolean | undefined;
|
26
27
|
get getPositionLayout(): PositionLayoutModal;
|
27
|
-
opacityValue(value: OverlayValue): "0" | "0.
|
28
|
+
opacityValue(value: OverlayValue): "0.7" | "0.5" | "0.3" | "0.2" | "0";
|
28
29
|
editSection(): void;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, 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>;
|
31
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
31
32
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ActionModel, AnimationModel, BackgroundModel, BorderModel, Image, ImageStyle, InputTextModel, ListItemModal, PositionLayoutModal, TextSize } from './../../styles/style.model';
|
1
|
+
import { ActionModel, AnimationModel, BackgroundModel, BorderModel, DeviderModel, Image, ImageStyle, InputTextModel, ListItemModal, PositionLayoutModal, TextSize } from './../../styles/style.model';
|
2
2
|
import { Corners, AlignContent } from "./../../styles/index";
|
3
3
|
import { ALIGN, FIT, SPACING_TYPE, BANNER_TRANSITION } from './../../styles/types';
|
4
4
|
export interface BannerSectionModel {
|
@@ -40,6 +40,7 @@ export interface CarouselBannerStyelsModel {
|
|
40
40
|
textSize: TextSize;
|
41
41
|
merge?: boolean;
|
42
42
|
transition: BANNER_TRANSITION;
|
43
|
+
devider: DeviderModel;
|
43
44
|
}
|
44
45
|
export interface CarouselBannerLayoutModel {
|
45
46
|
fit: FIT;
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
2
2
|
import BaseSection from '../BaseSection';
|
3
3
|
import { EventsService } from './../../services/events.service';
|
4
4
|
import { ChooseUsContentModal, ChooseUsStylesModel, ContactUsSectionModal } from './choose-us-section.model';
|
5
|
+
import { BackgroundModel } from '../../styles/style.model';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class ChooseUsSectionComponent extends BaseSection implements OnInit {
|
7
8
|
private _eventService;
|
@@ -11,10 +12,11 @@ export declare class ChooseUsSectionComponent extends BaseSection implements OnI
|
|
11
12
|
edit?: boolean;
|
12
13
|
delete?: boolean;
|
13
14
|
customClass?: string;
|
15
|
+
nextComponentColor?: BackgroundModel;
|
14
16
|
styles?: ChooseUsStylesModel;
|
15
17
|
constructor(_eventService: EventsService);
|
16
18
|
ngOnInit(): void;
|
17
19
|
editSection(): void;
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChooseUsSectionComponent, 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>;
|
21
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
20
22
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnInit } from '@angular/core';
|
2
|
-
import { ButtonModel } from '../../styles/style.model';
|
2
|
+
import { BackgroundModel, ButtonModel } from '../../styles/style.model';
|
3
3
|
import { EventsService } from './../../services/events.service';
|
4
4
|
import { ContactUsContentModel, ContactUsModel, ContactUsStylesModel } from './contact-us.modal';
|
5
5
|
import BaseSection from '../BaseSection';
|
@@ -15,6 +15,7 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
|
|
15
15
|
edit?: boolean;
|
16
16
|
delete?: boolean;
|
17
17
|
customClass?: string;
|
18
|
+
nextComponentColor?: BackgroundModel;
|
18
19
|
styles?: ContactUsStylesModel;
|
19
20
|
button?: ButtonModel;
|
20
21
|
buttonId: string;
|
@@ -27,5 +28,5 @@ export declare class ContactUsComponent extends BaseSection implements OnInit {
|
|
27
28
|
editSection(): void;
|
28
29
|
canShowContactField(field: any): any;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContactUsComponent, 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>;
|
31
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
31
32
|
}
|
@@ -2,7 +2,7 @@ import { FAQContentModal, FAQSectionModal, FAQStylesModel } from './faq-section.
|
|
2
2
|
import { EventsService } from './../../services/events.service';
|
3
3
|
import BaseSection from '../BaseSection';
|
4
4
|
import { SPACING } from '../../styles/index';
|
5
|
-
import { LayOutModel } from '../../styles/style.model';
|
5
|
+
import { BackgroundModel, LayOutModel } from '../../styles/style.model';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare class FaqSectionComponent extends BaseSection {
|
8
8
|
private _eventService;
|
@@ -11,6 +11,7 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
11
11
|
edit?: boolean;
|
12
12
|
delete?: boolean;
|
13
13
|
customClass?: string;
|
14
|
+
nextComponentColor?: BackgroundModel;
|
14
15
|
content?: FAQContentModal;
|
15
16
|
style?: FAQStylesModel;
|
16
17
|
unCollapsedList: number[];
|
@@ -23,5 +24,5 @@ export declare class FaqSectionComponent extends BaseSection {
|
|
23
24
|
editSection(): void;
|
24
25
|
getScreenSize(): void;
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<FaqSectionComponent, never>;
|
26
|
-
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>;
|
27
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
27
28
|
}
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
2
2
|
import BaseSection from '../BaseSection';
|
3
3
|
import { EventsService } from '../../services/events.service';
|
4
4
|
import { FeatureContentModel, FeatureStylesModel, FeatureSectionModel, FeatureItemModel } from './features-section.model';
|
5
|
+
import { BackgroundModel } from '../../styles/style.model';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class FeaturesSectionComponent extends BaseSection implements OnInit {
|
7
8
|
private readonly _eventService;
|
@@ -12,6 +13,7 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
|
|
12
13
|
styles?: FeatureStylesModel;
|
13
14
|
delete?: boolean;
|
14
15
|
index?: number;
|
16
|
+
nextComponentColor?: BackgroundModel;
|
15
17
|
listItems: any;
|
16
18
|
constructor(_eventService: EventsService);
|
17
19
|
ngOnInit(): void;
|
@@ -22,5 +24,5 @@ export declare class FeaturesSectionComponent extends BaseSection implements OnI
|
|
22
24
|
changetab(index: number): void;
|
23
25
|
editSection(): void;
|
24
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeaturesSectionComponent, 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>;
|
27
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
26
28
|
}
|
@@ -3,6 +3,7 @@ import { FooterContentModel, FooterSectionModel, FooterStylesModel } from './foo
|
|
3
3
|
import { FooterTypes } from '../../styles/index';
|
4
4
|
import { EventsService } from './../../services/events.service';
|
5
5
|
import BaseSection from '../BaseSection';
|
6
|
+
import { BackgroundModel } from '../../styles/style.model';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class FooterSectionComponent extends BaseSection implements OnInit {
|
8
9
|
private _eventService;
|
@@ -11,6 +12,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
|
|
11
12
|
edit?: boolean;
|
12
13
|
delete?: boolean | undefined;
|
13
14
|
customClass?: string;
|
15
|
+
nextComponentColor?: BackgroundModel;
|
14
16
|
content?: FooterContentModel;
|
15
17
|
style?: FooterStylesModel;
|
16
18
|
color: any;
|
@@ -21,5 +23,5 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
|
|
21
23
|
changePage(pageData?: any): void;
|
22
24
|
get checkFooter(): boolean;
|
23
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
|
24
|
-
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>;
|
26
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
25
27
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ChannelType, FooterTypes } from "./../../styles/index";
|
2
|
-
import { ActionModel, BackgroundModel, InputTextModel, NavbarButton, SpacingModel } from "./../../styles/style.model";
|
2
|
+
import { ActionModel, BackgroundModel, DeviderModel, InputTextModel, NavbarButton, SpacingModel } from "./../../styles/style.model";
|
3
3
|
import { FOOTER_IMAGE_SOURCE, SOCIAL_ICON_SHAPE, SOCIAL_ICON_SIZE, SOCIAL_ICON_TYPE } from "./../../styles/types";
|
4
4
|
export interface FooterSectionModel {
|
5
5
|
id: string;
|
@@ -14,6 +14,7 @@ export interface FooterStylesModel {
|
|
14
14
|
background: BackgroundModel;
|
15
15
|
footerType: FooterTypes;
|
16
16
|
socialIcon: FooterSocialIconSizeModel;
|
17
|
+
devider: DeviderModel;
|
17
18
|
}
|
18
19
|
export interface FooterLayoutModel {
|
19
20
|
spacing: SpacingModel;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OnInit } from '@angular/core';
|
2
|
-
import { ActionModel } from '../../styles/style.model';
|
2
|
+
import { ActionModel, BackgroundModel } from '../../styles/style.model';
|
3
3
|
import { HeaderTextStylesModel } from './header-text.model';
|
4
4
|
import BaseSection from '../BaseSection';
|
5
5
|
import { EventsService } from './../../services/events.service';
|
@@ -12,6 +12,7 @@ export declare class HeaderTextComponent extends BaseSection implements OnInit {
|
|
12
12
|
edit?: boolean;
|
13
13
|
delete?: boolean;
|
14
14
|
customClass?: string;
|
15
|
+
nextComponentColor?: BackgroundModel;
|
15
16
|
id: string;
|
16
17
|
action: ActionModel;
|
17
18
|
content?: HeaderTextContentModel;
|
@@ -19,5 +20,5 @@ export declare class HeaderTextComponent extends BaseSection implements OnInit {
|
|
19
20
|
constructor(_eventService: EventsService);
|
20
21
|
ngOnInit(): void;
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, 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>;
|
23
|
+
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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
23
24
|
}
|