@bizy/core 19.8.2 → 19.9.1
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 +69 -6
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/lib/modules/section/index.d.ts +3 -0
- package/lib/modules/section/section-center/section-center.component.d.ts +7 -0
- package/lib/modules/section/section-end/section-end.component.d.ts +7 -0
- package/lib/modules/section/section-start/section-start.component.d.ts +7 -0
- package/lib/modules/section/section.component.d.ts +1 -1
- package/lib/modules/section/section.module.d.ts +4 -1
- package/package.json +1 -1
- package/styles/variables.css +7 -0
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
export { BizySectionModule } from './section.module';
|
|
2
2
|
export { BizySectionComponent } from './section.component';
|
|
3
|
+
export { BizySectionStartComponent } from './section-start/section-start.component';
|
|
4
|
+
export { BizySectionCenterComponent } from './section-center/section-center.component';
|
|
5
|
+
export { BizySectionEndComponent } from './section-end/section-end.component';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizySectionCenterComponent {
|
|
3
|
+
id: string;
|
|
4
|
+
customClass: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionCenterComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionCenterComponent, "bizy-section-center", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizySectionEndComponent {
|
|
3
|
+
id: string;
|
|
4
|
+
customClass: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionEndComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionEndComponent, "bizy-section-end", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BizySectionStartComponent {
|
|
3
|
+
id: string;
|
|
4
|
+
customClass: string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionStartComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionStartComponent, "bizy-section-start", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
+
}
|
|
@@ -3,5 +3,5 @@ export declare class BizySectionComponent {
|
|
|
3
3
|
id: string;
|
|
4
4
|
customClass: string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionComponent, "bizy-section", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizySectionComponent, "bizy-section", never, { "id": { "alias": "id"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, ["bizy-section-start", "bizy-section-center", "bizy-section-end"], true, never>;
|
|
7
7
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./section.component";
|
|
3
|
+
import * as i2 from "./section-start/section-start.component";
|
|
4
|
+
import * as i3 from "./section-center/section-center.component";
|
|
5
|
+
import * as i4 from "./section-end/section-end.component";
|
|
3
6
|
export declare class BizySectionModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizySectionModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BizySectionModule, never, [typeof i1.BizySectionComponent], [typeof i1.BizySectionComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BizySectionModule, never, [typeof i1.BizySectionComponent, typeof i2.BizySectionStartComponent, typeof i3.BizySectionCenterComponent, typeof i4.BizySectionEndComponent], [typeof i1.BizySectionComponent, typeof i2.BizySectionStartComponent, typeof i3.BizySectionCenterComponent, typeof i4.BizySectionEndComponent]>;
|
|
6
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<BizySectionModule>;
|
|
7
10
|
}
|
package/package.json
CHANGED
package/styles/variables.css
CHANGED
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
--bizy-popup-min-width: 20rem;
|
|
152
152
|
--bizy-popup-width: fit-content;
|
|
153
153
|
--bizy-popup-max-width: 90vw;
|
|
154
|
+
--bizy-popup-padding: 0.5rem;
|
|
154
155
|
--bizy-popup-drag-button-color: #666;
|
|
155
156
|
--bizy-popup-drag-button-border-color: #ccc;
|
|
156
157
|
--bizy-popup-drag-button-background-color: #fff;
|
|
@@ -172,6 +173,8 @@
|
|
|
172
173
|
--bizy-section-margin-bottom: center;
|
|
173
174
|
--bizy-section-flex-wrap: wrap;
|
|
174
175
|
|
|
176
|
+
--bizy-section-start-height: fit-content;
|
|
177
|
+
--bizy-section-start-width: 100%;
|
|
175
178
|
--bizy-section-start-flex: 1;
|
|
176
179
|
--bizy-section-start-background-color: transparent;
|
|
177
180
|
--bizy-section-start-justify-content: flex-start;
|
|
@@ -180,6 +183,8 @@
|
|
|
180
183
|
--bizy-section-start-row-gap: 1rem;
|
|
181
184
|
|
|
182
185
|
--bizy-section-center-flex: 1;
|
|
186
|
+
--bizy-section-center-height: fit-content;
|
|
187
|
+
--bizy-section-center-width: 100%;
|
|
183
188
|
--bizy-section-center-background-color: transparent;
|
|
184
189
|
--bizy-section-center-justify-content: center;
|
|
185
190
|
--bizy-section-center-align-items: center;
|
|
@@ -187,6 +192,8 @@
|
|
|
187
192
|
--bizy-section-center-row-gap: 1rem;
|
|
188
193
|
|
|
189
194
|
--bizy-section-end-flex: 1;
|
|
195
|
+
--bizy-section-end-height: fit-content;
|
|
196
|
+
--bizy-section-end-width: 100%;
|
|
190
197
|
--bizy-section-end-background-color: transparent;
|
|
191
198
|
--bizy-section-end-justify-content: flex-end;
|
|
192
199
|
--bizy-section-end-align-items: center;
|