simpo-component-library 0.4.4 → 0.4.6
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/components/delete-hover-element/delete-hover-element.component.mjs +2 -2
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +7 -3
- package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -3
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +2 -2
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -3
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
- package/esm2022/lib/styles/types.mjs +1 -1
- package/fesm2022/simpo-component-library.mjs +21 -17
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/elements/simpo-button/simpo-button.component.d.ts +2 -1
- package/lib/styles/types.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-0.4.6.tgz +0 -0
- package/simpo-component-library-0.4.4.tgz +0 -0
|
@@ -5,11 +5,12 @@ export declare class SimpoButtonComponent {
|
|
|
5
5
|
private _eventService;
|
|
6
6
|
buttonContent?: Button;
|
|
7
7
|
buttonStyle?: ButtonStyleModel;
|
|
8
|
+
buttonId: string;
|
|
8
9
|
color?: string;
|
|
9
10
|
sectionId?: string;
|
|
10
11
|
constructor(_eventService: EventsService);
|
|
11
12
|
ngOnInit(): void;
|
|
12
13
|
redirectTo(): void;
|
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpoButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SimpoButtonComponent, "app-button-element", never, { "buttonContent": { "alias": "buttonContent"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SimpoButtonComponent, "app-button-element", never, { "buttonContent": { "alias": "buttonContent"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "buttonId": { "alias": "buttonId"; "required": false; }; "color": { "alias": "color"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
16
|
}
|
package/lib/styles/types.d.ts
CHANGED
|
@@ -14,3 +14,4 @@ export type SOCIAL_ICON_SIZE = 'large' | 'medium' | 'small';
|
|
|
14
14
|
export type SOCIAL_ICON_SHAPE = 'circle' | 'square' | 'rounded';
|
|
15
15
|
export type SOCIAL_ICON_TYPE = 'solid' | 'outline';
|
|
16
16
|
export type SITE_NAME_LOGo = 'custom' | 'same as header';
|
|
17
|
+
export type INPUT_FIELDS_TYPE = "text" | "number" | "desc" | "password" | "checkbox" | "option" | "money" | "rating" | "dropdown";
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|