@getflip/swirl-components-angular 0.42.2 → 0.43.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +32 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +6 -5
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +5 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +5 -4
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -3
|
@@ -3563,11 +3563,11 @@ let SwirlModal = class SwirlModal {
|
|
|
3563
3563
|
}
|
|
3564
3564
|
};
|
|
3565
3565
|
SwirlModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3566
|
-
SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closeButtonLabel: "closeButtonLabel", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3566
|
+
SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closeButtonLabel: "closeButtonLabel", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3567
3567
|
SwirlModal = __decorate([
|
|
3568
3568
|
ProxyCmp({
|
|
3569
3569
|
defineCustomElementFn: undefined,
|
|
3570
|
-
inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel'],
|
|
3570
|
+
inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
|
|
3571
3571
|
methods: ['open', 'close']
|
|
3572
3572
|
})
|
|
3573
3573
|
], SwirlModal);
|
|
@@ -3577,7 +3577,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3577
3577
|
selector: 'swirl-modal',
|
|
3578
3578
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3579
3579
|
template: '<ng-content></ng-content>',
|
|
3580
|
-
inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel']
|
|
3580
|
+
inputs: ['closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant']
|
|
3581
3581
|
}]
|
|
3582
3582
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3583
3583
|
let SwirlOptionList = class SwirlOptionList {
|
|
@@ -4183,7 +4183,8 @@ SwirlTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "1
|
|
|
4183
4183
|
SwirlTable = __decorate([
|
|
4184
4184
|
ProxyCmp({
|
|
4185
4185
|
defineCustomElementFn: undefined,
|
|
4186
|
-
inputs: ['caption', 'emptyStateLabel', 'label']
|
|
4186
|
+
inputs: ['caption', 'emptyStateLabel', 'label'],
|
|
4187
|
+
methods: ['rerender']
|
|
4187
4188
|
})
|
|
4188
4189
|
], SwirlTable);
|
|
4189
4190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTable, decorators: [{
|