@getflip/swirl-components-angular 0.480.0 → 0.481.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 +9 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +4 -4
- 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 +6 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,5 +20,5 @@ Built Angular Package
|
|
|
20
20
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-04-
|
|
23
|
+
Build at: 2026-04-23T10:15:42.102Z - Time: 12719ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.481.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`ebf49f0ab`](https://github.com/getflip/swirl/commit/ebf49f0abbcc1df0dfb4398ad4b55536c4cc1ca6),
|
|
9
|
+
[`ebf49f0ab`](https://github.com/getflip/swirl/commit/ebf49f0abbcc1df0dfb4398ad4b55536c4cc1ca6)]:
|
|
10
|
+
- @getflip/swirl-components@0.481.0
|
|
11
|
+
|
|
3
12
|
## 0.480.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1144,14 +1144,14 @@ let SwirlFileChip = class SwirlFileChip {
|
|
|
1144
1144
|
this.z = z;
|
|
1145
1145
|
c.detach();
|
|
1146
1146
|
this.el = r.nativeElement;
|
|
1147
|
-
proxyOutputs(this, this.el, ['
|
|
1147
|
+
proxyOutputs(this, this.el, ['delete', 'download', 'preview']);
|
|
1148
1148
|
}
|
|
1149
1149
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1150
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileChip, isStandalone: false, selector: "swirl-file-chip", inputs: { description: "description", downloadButtonLabel: "downloadButtonLabel", loading: "loading", loadingLabel: "loadingLabel", name: "name", previewButtonLabel: "previewButtonLabel", showDownloadButton: "showDownloadButton", showPreviewButton: "showPreviewButton", skipNativeDownload: "skipNativeDownload", type: "type", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1150
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileChip, isStandalone: false, selector: "swirl-file-chip", inputs: { deleteButtonLabel: "deleteButtonLabel", description: "description", downloadButtonLabel: "downloadButtonLabel", loading: "loading", loadingLabel: "loadingLabel", name: "name", previewButtonLabel: "previewButtonLabel", showDeleteButton: "showDeleteButton", showDownloadButton: "showDownloadButton", showPreviewButton: "showPreviewButton", skipNativeDownload: "skipNativeDownload", type: "type", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1151
1151
|
};
|
|
1152
1152
|
SwirlFileChip = __decorate([
|
|
1153
1153
|
ProxyCmp({
|
|
1154
|
-
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', 'type', 'url']
|
|
1154
|
+
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', 'type', 'url']
|
|
1155
1155
|
})
|
|
1156
1156
|
], SwirlFileChip);
|
|
1157
1157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileChip, decorators: [{
|
|
@@ -1161,7 +1161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1161
1161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1162
1162
|
template: '<ng-content></ng-content>',
|
|
1163
1163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1164
|
-
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1164
|
+
inputs: ['deleteButtonLabel', 'description', 'downloadButtonLabel', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'showDeleteButton', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1165
1165
|
standalone: false
|
|
1166
1166
|
}]
|
|
1167
1167
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|