@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
package/fesm2022/bizy-core.mjs
CHANGED
|
@@ -3130,20 +3130,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
3130
3130
|
|
|
3131
3131
|
class BizyListComponent {
|
|
3132
3132
|
id = `bizy-list-${Math.random()}`;
|
|
3133
|
-
customClass = '';
|
|
3134
3133
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizyListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3135
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizyListComponent, isStandalone: true, selector: "bizy-list", inputs: { id: "id"
|
|
3134
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizyListComponent, isStandalone: true, selector: "bizy-list", inputs: { id: "id" }, host: { properties: { "id": "id" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;height:var(--bizy-list-height);overflow:auto;width:var(--bizy-list-width);display:flex;flex-direction:var(--bizy-list-flex-direction);column-gap:var(--bizy-list-column-gap);row-gap:var(--bizy-list-row-gap);justify-content:var(--bizy-list-justify-content);align-items:var(--bizy-list-align-items)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3136
3135
|
}
|
|
3137
3136
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizyListComponent, decorators: [{
|
|
3138
3137
|
type: Component,
|
|
3139
3138
|
args: [{ selector: 'bizy-list', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
3140
|
-
'[id]': 'id'
|
|
3141
|
-
'[class]': 'customClass'
|
|
3139
|
+
'[id]': 'id'
|
|
3142
3140
|
}, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;height:var(--bizy-list-height);overflow:auto;width:var(--bizy-list-width);display:flex;flex-direction:var(--bizy-list-flex-direction);column-gap:var(--bizy-list-column-gap);row-gap:var(--bizy-list-row-gap);justify-content:var(--bizy-list-justify-content);align-items:var(--bizy-list-align-items)}\n"] }]
|
|
3143
3141
|
}], propDecorators: { id: [{
|
|
3144
3142
|
type: Input
|
|
3145
|
-
}], customClass: [{
|
|
3146
|
-
type: Input
|
|
3147
3143
|
}] } });
|
|
3148
3144
|
|
|
3149
3145
|
const COMPONENTS$e = [
|
|
@@ -4760,74 +4756,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImpor
|
|
|
4760
4756
|
|
|
4761
4757
|
class BizySectionComponent {
|
|
4762
4758
|
id = `bizy-section-${Math.random()}`;
|
|
4763
|
-
customClass = '';
|
|
4764
4759
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4765
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionComponent, isStandalone: true, selector: "bizy-section", inputs: { id: "id"
|
|
4760
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionComponent, isStandalone: true, selector: "bizy-section", inputs: { id: "id" }, host: { properties: { "id": "id" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;height:var(--bizy-section-height);width:var(--bizy-section-width);background-color:var(--bizy-section-background-color);flex-direction:var(--bizy-section-flex-direction);column-gap:var(--bizy-section-column-gap);row-gap:var(--bizy-section-row-gap);justify-content:var(--bizy-section-justify-content);align-items:var(--bizy-section-align-items);flex-wrap:var(--bizy-section-flex-wrap)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4766
4761
|
}
|
|
4767
4762
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionComponent, decorators: [{
|
|
4768
4763
|
type: Component,
|
|
4769
4764
|
args: [{ selector: 'bizy-section', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
4770
|
-
'[id]': 'id'
|
|
4771
|
-
|
|
4772
|
-
}, template: "<ng-content select=\"bizy-section-start\"></ng-content>\n\n\n<ng-content select=\"bizy-section-center\"></ng-content>\n\n\n<ng-content select=\"bizy-section-end\"></ng-content>\n", styles: [":host{font-size:1rem;display:flex;height:var(--bizy-section-height);width:var(--bizy-section-width);background-color:var(--bizy-section-background-color);flex-direction:var(--bizy-section-flex-direction);column-gap:var(--bizy-section-column-gap);row-gap:var(--bizy-section-row-gap);justify-content:var(--bizy-section-justify-content);align-items:var(--bizy-section-align-items);flex-wrap:var(--bizy-section-flex-wrap)}\n"] }]
|
|
4765
|
+
'[id]': 'id'
|
|
4766
|
+
}, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;height:var(--bizy-section-height);width:var(--bizy-section-width);background-color:var(--bizy-section-background-color);flex-direction:var(--bizy-section-flex-direction);column-gap:var(--bizy-section-column-gap);row-gap:var(--bizy-section-row-gap);justify-content:var(--bizy-section-justify-content);align-items:var(--bizy-section-align-items);flex-wrap:var(--bizy-section-flex-wrap)}\n"] }]
|
|
4773
4767
|
}], propDecorators: { id: [{
|
|
4774
4768
|
type: Input
|
|
4775
|
-
}], customClass: [{
|
|
4776
|
-
type: Input
|
|
4777
4769
|
}] } });
|
|
4778
4770
|
|
|
4779
4771
|
class BizySectionStartComponent {
|
|
4780
4772
|
id = `bizy-section-start-${Math.random()}`;
|
|
4781
|
-
customClass = '';
|
|
4782
4773
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionStartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4783
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionStartComponent, isStandalone: true, selector: "bizy-section-start", inputs: { id: "id"
|
|
4774
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionStartComponent, isStandalone: true, selector: "bizy-section-start", inputs: { id: "id" }, host: { properties: { "id": "id" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-start-flex);height:var(--bizy-section-start-height);width:var(--bizy-section-start-width);background-color:var(--bizy-section-start-background-color);justify-content:var(--bizy-section-start-justify-content);align-items:var(--bizy-section-start-align-items);column-gap:var(--bizy-section-start-column-gap);row-gap:var(--bizy-section-start-row-gap)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4784
4775
|
}
|
|
4785
4776
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionStartComponent, decorators: [{
|
|
4786
4777
|
type: Component,
|
|
4787
4778
|
args: [{ selector: 'bizy-section-start', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
4788
|
-
'[id]': 'id'
|
|
4789
|
-
'[class]': 'customClass'
|
|
4779
|
+
'[id]': 'id'
|
|
4790
4780
|
}, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-start-flex);height:var(--bizy-section-start-height);width:var(--bizy-section-start-width);background-color:var(--bizy-section-start-background-color);justify-content:var(--bizy-section-start-justify-content);align-items:var(--bizy-section-start-align-items);column-gap:var(--bizy-section-start-column-gap);row-gap:var(--bizy-section-start-row-gap)}\n"] }]
|
|
4791
4781
|
}], propDecorators: { id: [{
|
|
4792
4782
|
type: Input
|
|
4793
|
-
}], customClass: [{
|
|
4794
|
-
type: Input
|
|
4795
4783
|
}] } });
|
|
4796
4784
|
|
|
4797
4785
|
class BizySectionCenterComponent {
|
|
4798
4786
|
id = `bizy-center-start-${Math.random()}`;
|
|
4799
|
-
customClass = '';
|
|
4800
4787
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionCenterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4801
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionCenterComponent, isStandalone: true, selector: "bizy-section-center", inputs: { id: "id"
|
|
4788
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionCenterComponent, isStandalone: true, selector: "bizy-section-center", inputs: { id: "id" }, host: { properties: { "id": "id" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-center-flex);height:var(--bizy-section-center-height);width:var(--bizy-section-center-width);background-color:var(--bizy-section-center-background-color);justify-content:var(--bizy-section-center-justify-content);align-items:var(--bizy-section-center-align-items);column-gap:var(--bizy-section-center-column-gap);row-gap:var(--bizy-section-center-row-gap)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4802
4789
|
}
|
|
4803
4790
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionCenterComponent, decorators: [{
|
|
4804
4791
|
type: Component,
|
|
4805
4792
|
args: [{ selector: 'bizy-section-center', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
4806
|
-
'[id]': 'id'
|
|
4807
|
-
'[class]': 'customClass'
|
|
4793
|
+
'[id]': 'id'
|
|
4808
4794
|
}, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-center-flex);height:var(--bizy-section-center-height);width:var(--bizy-section-center-width);background-color:var(--bizy-section-center-background-color);justify-content:var(--bizy-section-center-justify-content);align-items:var(--bizy-section-center-align-items);column-gap:var(--bizy-section-center-column-gap);row-gap:var(--bizy-section-center-row-gap)}\n"] }]
|
|
4809
4795
|
}], propDecorators: { id: [{
|
|
4810
4796
|
type: Input
|
|
4811
|
-
}], customClass: [{
|
|
4812
|
-
type: Input
|
|
4813
4797
|
}] } });
|
|
4814
4798
|
|
|
4815
4799
|
class BizySectionEndComponent {
|
|
4816
4800
|
id = `bizy-section-end-${Math.random()}`;
|
|
4817
|
-
customClass = '';
|
|
4818
4801
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionEndComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4819
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionEndComponent, isStandalone: true, selector: "bizy-section-end", inputs: { id: "id"
|
|
4802
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySectionEndComponent, isStandalone: true, selector: "bizy-section-end", inputs: { id: "id" }, host: { properties: { "id": "id" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-end-flex);height:var(--bizy-section-end-height);width:var(--bizy-section-end-width);background-color:var(--bizy-section-end-background-color);justify-content:var(--bizy-section-end-justify-content);align-items:var(--bizy-section-end-align-items);column-gap:var(--bizy-section-end-column-gap);row-gap:var(--bizy-section-end-row-gap)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4820
4803
|
}
|
|
4821
4804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySectionEndComponent, decorators: [{
|
|
4822
4805
|
type: Component,
|
|
4823
4806
|
args: [{ selector: 'bizy-section-end', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
4824
|
-
'[id]': 'id'
|
|
4825
|
-
'[class]': 'customClass'
|
|
4807
|
+
'[id]': 'id'
|
|
4826
4808
|
}, template: "<ng-content></ng-content>", styles: [":host{font-size:1rem;display:flex;flex:var(--bizy-section-end-flex);height:var(--bizy-section-end-height);width:var(--bizy-section-end-width);background-color:var(--bizy-section-end-background-color);justify-content:var(--bizy-section-end-justify-content);align-items:var(--bizy-section-end-align-items);column-gap:var(--bizy-section-end-column-gap);row-gap:var(--bizy-section-end-row-gap)}\n"] }]
|
|
4827
4809
|
}], propDecorators: { id: [{
|
|
4828
4810
|
type: Input
|
|
4829
|
-
}], customClass: [{
|
|
4830
|
-
type: Input
|
|
4831
4811
|
}] } });
|
|
4832
4812
|
|
|
4833
4813
|
const COMPONENTS$9 = [
|
|
@@ -5268,11 +5248,15 @@ class BizySkeletonComponent {
|
|
|
5268
5248
|
customClass = '';
|
|
5269
5249
|
BIZY_SKELETON_SHAPE = BIZY_SKELETON_SHAPE;
|
|
5270
5250
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySkeletonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5271
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySkeletonComponent, isStandalone: true, selector: "bizy-skeleton", inputs: { id: "id", shape: "shape", height: "height", width: "width", customClass: "customClass" }, ngImport: i0, template: "<span \n
|
|
5251
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.7", type: BizySkeletonComponent, isStandalone: true, selector: "bizy-skeleton", inputs: { id: "id", shape: "shape", height: "height", width: "width", customClass: "customClass" }, host: { properties: { "id": "id", "style.width": "width", "style.height": "height" } }, ngImport: i0, template: "<span \n class=\"bizy-skeleton {{customClass}}\"\n [ngClass]=\"{'bizy-skeleton--circle': shape === BIZY_SKELETON_SHAPE.CIRCLE}\">\n</span>", styles: [":host{font-size:1rem;height:var(--bizy-skeleton-height);width:var(--bizy-skeleton-width)}.bizy-skeleton{height:inherit;width:inherit;display:inline-block;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:bizy-skeleton-animation 1.5s infinite linear}.bizy-skeleton--circle{border-radius:50%}@keyframes bizy-skeleton-animation{0%{background-position:-200% 0}to{background-position:200% 0}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5272
5252
|
}
|
|
5273
5253
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: BizySkeletonComponent, decorators: [{
|
|
5274
5254
|
type: Component,
|
|
5275
|
-
args: [{ selector: 'bizy-skeleton', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5255
|
+
args: [{ selector: 'bizy-skeleton', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
5256
|
+
'[id]': 'id',
|
|
5257
|
+
'[style.width]': 'width',
|
|
5258
|
+
'[style.height]': 'height'
|
|
5259
|
+
}, template: "<span \n class=\"bizy-skeleton {{customClass}}\"\n [ngClass]=\"{'bizy-skeleton--circle': shape === BIZY_SKELETON_SHAPE.CIRCLE}\">\n</span>", styles: [":host{font-size:1rem;height:var(--bizy-skeleton-height);width:var(--bizy-skeleton-width)}.bizy-skeleton{height:inherit;width:inherit;display:inline-block;background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%);background-size:200% 100%;animation:bizy-skeleton-animation 1.5s infinite linear}.bizy-skeleton--circle{border-radius:50%}@keyframes bizy-skeleton-animation{0%{background-position:-200% 0}to{background-position:200% 0}}\n"] }]
|
|
5276
5260
|
}], propDecorators: { id: [{
|
|
5277
5261
|
type: Input
|
|
5278
5262
|
}], shape: [{
|