@getflip/swirl-components-angular 0.257.0 → 0.258.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 +22 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/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 +2 -2
|
@@ -6527,11 +6527,11 @@ let SwirlModal = class SwirlModal {
|
|
|
6527
6527
|
proxyOutputs(this, this.el, ['modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction']);
|
|
6528
6528
|
}
|
|
6529
6529
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6530
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlModal, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6530
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlModal, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6531
6531
|
};
|
|
6532
6532
|
SwirlModal = __decorate([
|
|
6533
6533
|
ProxyCmp({
|
|
6534
|
-
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
|
|
6534
|
+
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
6535
6535
|
methods: ['open', 'close']
|
|
6536
6536
|
})
|
|
6537
6537
|
], SwirlModal);
|
|
@@ -6542,7 +6542,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6542
6542
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6543
6543
|
template: '<ng-content></ng-content>',
|
|
6544
6544
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6545
|
-
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
|
|
6545
|
+
inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'variant'],
|
|
6546
6546
|
}]
|
|
6547
6547
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6548
6548
|
let SwirlOptionList = class SwirlOptionList {
|