@getflip/swirl-components-angular 0.52.0 → 0.53.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 +35 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- 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 +2 -2
|
@@ -4025,11 +4025,11 @@ let SwirlPopover = class SwirlPopover {
|
|
|
4025
4025
|
}
|
|
4026
4026
|
};
|
|
4027
4027
|
SwirlPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4028
|
-
SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", label: "label", maxHeight: "maxHeight", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4028
|
+
SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4029
4029
|
SwirlPopover = __decorate([
|
|
4030
4030
|
ProxyCmp({
|
|
4031
4031
|
defineCustomElementFn: undefined,
|
|
4032
|
-
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth'],
|
|
4032
|
+
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth'],
|
|
4033
4033
|
methods: ['close', 'open']
|
|
4034
4034
|
})
|
|
4035
4035
|
], SwirlPopover);
|
|
@@ -4039,7 +4039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4039
4039
|
selector: 'swirl-popover',
|
|
4040
4040
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4041
4041
|
template: '<ng-content></ng-content>',
|
|
4042
|
-
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
|
|
4042
|
+
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
|
|
4043
4043
|
}]
|
|
4044
4044
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4045
4045
|
let SwirlProgressIndicator = class SwirlProgressIndicator {
|