@bizy/core 19.11.5 → 19.11.7
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/fesm2022/bizy-core.mjs +17 -33
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/lib/modules/list/list.component.d.ts +1 -2
- package/lib/modules/section/section-center/section-center.component.d.ts +1 -2
- package/lib/modules/section/section-end/section-end.component.d.ts +1 -2
- package/lib/modules/section/section-start/section-start.component.d.ts +1 -2
- package/lib/modules/section/section.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BizyListComponent {
|
|
3
3
|
id: string;
|
|
4
|
-
customClass: string;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizyListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizyListComponent, "bizy-list", never, { "id": { "alias": "id"; "required": false; };
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyListComponent, "bizy-list", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BizySectionCenterComponent {
|
|
3
3
|
id: string;
|
|
4
|
-
customClass: string;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionCenterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionCenterComponent, "bizy-section-center", never, { "id": { "alias": "id"; "required": false; };
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionCenterComponent, "bizy-section-center", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BizySectionEndComponent {
|
|
3
3
|
id: string;
|
|
4
|
-
customClass: string;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionEndComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionEndComponent, "bizy-section-end", never, { "id": { "alias": "id"; "required": false; };
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionEndComponent, "bizy-section-end", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BizySectionStartComponent {
|
|
3
3
|
id: string;
|
|
4
|
-
customClass: string;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionStartComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionStartComponent, "bizy-section-start", never, { "id": { "alias": "id"; "required": false; };
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionStartComponent, "bizy-section-start", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BizySectionComponent {
|
|
3
3
|
id: string;
|
|
4
|
-
customClass: string;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionComponent, "bizy-section", never, { "id": { "alias": "id"; "required": false; };
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionComponent, "bizy-section", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
6
|
}
|