simpo-component-library 3.6.202 → 3.6.204
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/directive/sticky-directive.mjs +6 -3
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
- package/esm2022/lib/sections/header-section/header-section.component.mjs +9 -21
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +17 -26
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/sticky-directive.d.ts +2 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.204.tgz +0 -0
- package/simpo-component-library-3.6.202.tgz +0 -0
@@ -3,11 +3,12 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SimpoStickyDirective {
|
4
4
|
private el;
|
5
5
|
simpoSticky?: boolean;
|
6
|
+
categoryHeader?: boolean;
|
6
7
|
constructor(el: ElementRef);
|
7
8
|
ngOnChanges(): void;
|
8
9
|
private addParentMargin;
|
9
10
|
private removeParentMargin;
|
10
11
|
ngOnDestroy(): void;
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoStickyDirective, never>;
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpoStickyDirective, "[simpoSticky]", never, { "simpoSticky": { "alias": "simpoSticky"; "required": false; }; }, {}, never, never, true, never>;
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SimpoStickyDirective, "[simpoSticky]", never, { "simpoSticky": { "alias": "simpoSticky"; "required": false; }; "categoryHeader": { "alias": "categoryHeader"; "required": false; }; }, {}, never, never, true, never>;
|
13
14
|
}
|
@@ -111,7 +111,7 @@ export declare class ProductDescComponent extends BaseSection {
|
|
111
111
|
getTextColor(color: any): "#000000" | "#ffffff";
|
112
112
|
languages: string[];
|
113
113
|
selectedLang: string;
|
114
|
-
getClass(map: any): "col-
|
114
|
+
getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
|
115
115
|
onFindInStore(id: string): void;
|
116
116
|
onBookAppointment(): void;
|
117
117
|
isDetails: boolean;
|
@@ -15,7 +15,7 @@ export declare class PricingS1Component extends BaseSection {
|
|
15
15
|
editSection(): void;
|
16
16
|
getButtonId(): string;
|
17
17
|
redirectTo(): void;
|
18
|
-
getClass(): "col-4" | "col-
|
18
|
+
getClass(): "col-4" | "col-12" | "col-5" | "col-3";
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingS1Component, never>;
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingS1Component, "simpo-pricing-s1", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
|
21
21
|
}
|
@@ -49,7 +49,7 @@ export declare class HeaderSectionComponent implements OnInit {
|
|
49
49
|
isNavbarOpen: boolean;
|
50
50
|
screenWidth: number;
|
51
51
|
getScreenSize(event?: number): void;
|
52
|
-
|
52
|
+
getParentHeight(): void;
|
53
53
|
get getDropdownLinks(): string[];
|
54
54
|
get isEcommerceWebsite(): boolean;
|
55
55
|
close(): void;
|
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
23
23
|
getButtonId(): string;
|
24
24
|
editSection(): void;
|
25
25
|
redirectTo(): void;
|
26
|
-
getClass(): "col-
|
26
|
+
getClass(): "col-4" | "col-12" | "col-6" | "col-3";
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
|
28
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-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; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
29
29
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|