@getflip/swirl-components-angular 0.98.1 → 0.100.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +34 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +10 -8
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +9 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +9 -7
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +6 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +14 -6
|
@@ -82,13 +82,15 @@ let SwirlAccordion = class SwirlAccordion {
|
|
|
82
82
|
this.z = z;
|
|
83
83
|
c.detach();
|
|
84
84
|
this.el = r.nativeElement;
|
|
85
|
+
proxyOutputs(this, this.el, ['expandedItemChange']);
|
|
85
86
|
}
|
|
86
87
|
};
|
|
87
88
|
SwirlAccordion.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
88
89
|
SwirlAccordion.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlAccordion, selector: "swirl-accordion", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
89
90
|
SwirlAccordion = __decorate([
|
|
90
91
|
ProxyCmp({
|
|
91
|
-
defineCustomElementFn: undefined
|
|
92
|
+
defineCustomElementFn: undefined,
|
|
93
|
+
methods: ['collapseItem', 'expandItem']
|
|
92
94
|
})
|
|
93
95
|
], SwirlAccordion);
|
|
94
96
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlAccordion, decorators: [{
|
|
@@ -108,11 +110,11 @@ let SwirlAccordionItem = class SwirlAccordionItem {
|
|
|
108
110
|
}
|
|
109
111
|
};
|
|
110
112
|
SwirlAccordionItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
111
|
-
SwirlAccordionItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlAccordionItem, selector: "swirl-accordion-item", inputs: { description: "description", disabled: "disabled", heading: "heading", headingLevel: "headingLevel", initiallyOpen: "initiallyOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
113
|
+
SwirlAccordionItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlAccordionItem, selector: "swirl-accordion-item", inputs: { description: "description", disabled: "disabled", heading: "heading", headingLevel: "headingLevel", initiallyOpen: "initiallyOpen", itemId: "itemId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
112
114
|
SwirlAccordionItem = __decorate([
|
|
113
115
|
ProxyCmp({
|
|
114
116
|
defineCustomElementFn: undefined,
|
|
115
|
-
inputs: ['description', 'disabled', 'heading', 'headingLevel', 'initiallyOpen'],
|
|
117
|
+
inputs: ['description', 'disabled', 'heading', 'headingLevel', 'initiallyOpen', 'itemId'],
|
|
116
118
|
methods: ['collapse', 'expand', 'toggle']
|
|
117
119
|
})
|
|
118
120
|
], SwirlAccordionItem);
|
|
@@ -122,7 +124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
122
124
|
selector: 'swirl-accordion-item',
|
|
123
125
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
124
126
|
template: '<ng-content></ng-content>',
|
|
125
|
-
inputs: ['description', 'disabled', 'heading', 'headingLevel', 'initiallyOpen']
|
|
127
|
+
inputs: ['description', 'disabled', 'heading', 'headingLevel', 'initiallyOpen', 'itemId']
|
|
126
128
|
}]
|
|
127
129
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
128
130
|
let SwirlActionList = class SwirlActionList {
|
|
@@ -597,11 +599,11 @@ let SwirlColorInput = class SwirlColorInput {
|
|
|
597
599
|
}
|
|
598
600
|
};
|
|
599
601
|
SwirlColorInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlColorInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
600
|
-
SwirlColorInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlColorInput, selector: "swirl-color-input", inputs: { autoFocus: "autoFocus", autoSelect: "autoSelect", disabled: "disabled", inline: "inline", invalid: "invalid", placeholder: "placeholder", required: "required", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
602
|
+
SwirlColorInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlColorInput, selector: "swirl-color-input", inputs: { autoFocus: "autoFocus", autoSelect: "autoSelect", disabled: "disabled", inline: "inline", invalid: "invalid", pickerButtonLabel: "pickerButtonLabel", pickerLabel: "pickerLabel", placeholder: "placeholder", required: "required", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
601
603
|
SwirlColorInput = __decorate([
|
|
602
604
|
ProxyCmp({
|
|
603
605
|
defineCustomElementFn: undefined,
|
|
604
|
-
inputs: ['autoFocus', 'autoSelect', 'disabled', 'inline', 'invalid', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
|
|
606
|
+
inputs: ['autoFocus', 'autoSelect', 'disabled', 'inline', 'invalid', 'pickerButtonLabel', 'pickerLabel', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
|
|
605
607
|
})
|
|
606
608
|
], SwirlColorInput);
|
|
607
609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlColorInput, decorators: [{
|
|
@@ -610,7 +612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
610
612
|
selector: 'swirl-color-input',
|
|
611
613
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
612
614
|
template: '<ng-content></ng-content>',
|
|
613
|
-
inputs: ['autoFocus', 'autoSelect', 'disabled', 'inline', 'invalid', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
|
|
615
|
+
inputs: ['autoFocus', 'autoSelect', 'disabled', 'inline', 'invalid', 'pickerButtonLabel', 'pickerLabel', 'placeholder', 'required', 'swirlAriaDescribedby', 'value']
|
|
614
616
|
}]
|
|
615
617
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
616
618
|
let SwirlColumns = class SwirlColumns {
|