@getflip/swirl-components-angular 0.338.2 → 0.339.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 +3 -3
- package/CHANGELOG.md +15 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +8 -8
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +7 -5
|
@@ -1160,11 +1160,11 @@ let SwirlFileViewerAudio = class SwirlFileViewerAudio {
|
|
|
1160
1160
|
proxyOutputs(this, this.el, ['activate']);
|
|
1161
1161
|
}
|
|
1162
1162
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1163
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerAudio, selector: "swirl-file-viewer-audio", inputs: { autoplay: "autoplay", file: "file"
|
|
1163
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerAudio, selector: "swirl-file-viewer-audio", inputs: { autoplay: "autoplay", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1164
1164
|
};
|
|
1165
1165
|
SwirlFileViewerAudio = __decorate([
|
|
1166
1166
|
ProxyCmp({
|
|
1167
|
-
inputs: ['autoplay', 'file'
|
|
1167
|
+
inputs: ['autoplay', 'file']
|
|
1168
1168
|
})
|
|
1169
1169
|
], SwirlFileViewerAudio);
|
|
1170
1170
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerAudio, decorators: [{
|
|
@@ -1174,7 +1174,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1174
1174
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1175
1175
|
template: '<ng-content></ng-content>',
|
|
1176
1176
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1177
|
-
inputs: ['autoplay', 'file'
|
|
1177
|
+
inputs: ['autoplay', 'file'],
|
|
1178
1178
|
}]
|
|
1179
1179
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1180
1180
|
let SwirlFileViewerCsv = class SwirlFileViewerCsv {
|
|
@@ -1324,11 +1324,11 @@ let SwirlFileViewerVideo = class SwirlFileViewerVideo {
|
|
|
1324
1324
|
proxyOutputs(this, this.el, ['activate']);
|
|
1325
1325
|
}
|
|
1326
1326
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1327
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerVideo, selector: "swirl-file-viewer-video", inputs: { autoplay: "autoplay", disableDownload: "disableDownload", file: "file"
|
|
1327
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerVideo, selector: "swirl-file-viewer-video", inputs: { autoplay: "autoplay", disableDownload: "disableDownload", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1328
1328
|
};
|
|
1329
1329
|
SwirlFileViewerVideo = __decorate([
|
|
1330
1330
|
ProxyCmp({
|
|
1331
|
-
inputs: ['autoplay', 'disableDownload', 'file'
|
|
1331
|
+
inputs: ['autoplay', 'disableDownload', 'file']
|
|
1332
1332
|
})
|
|
1333
1333
|
], SwirlFileViewerVideo);
|
|
1334
1334
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerVideo, decorators: [{
|
|
@@ -1338,7 +1338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1338
1338
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1339
1339
|
template: '<ng-content></ng-content>',
|
|
1340
1340
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1341
|
-
inputs: ['autoplay', 'disableDownload', 'file'
|
|
1341
|
+
inputs: ['autoplay', 'disableDownload', 'file'],
|
|
1342
1342
|
}]
|
|
1343
1343
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1344
1344
|
let SwirlFormControl = class SwirlFormControl {
|
|
@@ -7382,7 +7382,7 @@ let SwirlLightbox = class SwirlLightbox {
|
|
|
7382
7382
|
this.z = z;
|
|
7383
7383
|
c.detach();
|
|
7384
7384
|
this.el = r.nativeElement;
|
|
7385
|
-
proxyOutputs(this, this.el, ['activeSlideChange']);
|
|
7385
|
+
proxyOutputs(this, this.el, ['activeSlideChange', 'lightboxClose']);
|
|
7386
7386
|
}
|
|
7387
7387
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlLightbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7388
7388
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlLightbox, selector: "swirl-lightbox", inputs: { closeButtonLabel: "closeButtonLabel", downloadButtonEnabled: "downloadButtonEnabled", downloadButtonLabel: "downloadButtonLabel", hideMenu: "hideMenu", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", nextSlideButtonLabel: "nextSlideButtonLabel", previousSlideButtonLabel: "previousSlideButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|