@getflip/swirl-components-angular 0.478.0 → 0.480.0-beta-20260416102931
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 +29 -0
- 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 +4 -3
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -6
|
@@ -404,11 +404,12 @@ export declare class SwirlFileChip {
|
|
|
404
404
|
protected el: HTMLSwirlFileChipElement;
|
|
405
405
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
406
406
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileChip, never>;
|
|
407
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileChip, "swirl-file-chip", never, { "description": { "alias": "description"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "name": { "alias": "name"; "required": true; }; "previewButtonLabel": { "alias": "previewButtonLabel"; "required": false; }; "showDownloadButton": { "alias": "showDownloadButton"; "required": false; }; "showPreviewButton": { "alias": "showPreviewButton"; "required": false; }; "skipNativeDownload": { "alias": "skipNativeDownload"; "required": false; }; "type": { "alias": "type"; "required": true; }; "url": { "alias": "url"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
407
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileChip, "swirl-file-chip", never, { "description": { "alias": "description"; "required": false; }; "downloadButtonLabel": { "alias": "downloadButtonLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingLabel": { "alias": "loadingLabel"; "required": false; }; "name": { "alias": "name"; "required": true; }; "previewButtonLabel": { "alias": "previewButtonLabel"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "showDownloadButton": { "alias": "showDownloadButton"; "required": false; }; "showPreviewButton": { "alias": "showPreviewButton"; "required": false; }; "showRemoveButton": { "alias": "showRemoveButton"; "required": false; }; "skipNativeDownload": { "alias": "skipNativeDownload"; "required": false; }; "type": { "alias": "type"; "required": true; }; "url": { "alias": "url"; "required": true; }; }, {}, never, ["*"], false, never>;
|
|
408
408
|
}
|
|
409
409
|
export declare interface SwirlFileChip extends Components.SwirlFileChip {
|
|
410
|
-
preview: EventEmitter<CustomEvent<void>>;
|
|
411
410
|
download: EventEmitter<CustomEvent<void>>;
|
|
411
|
+
preview: EventEmitter<CustomEvent<void>>;
|
|
412
|
+
remove: EventEmitter<CustomEvent<void>>;
|
|
412
413
|
}
|
|
413
414
|
export declare class SwirlFileUploader {
|
|
414
415
|
protected z: NgZone;
|
|
@@ -4480,7 +4481,7 @@ export declare class SwirlTooltip {
|
|
|
4480
4481
|
protected el: HTMLSwirlTooltipElement;
|
|
4481
4482
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4482
4483
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTooltip, never>;
|
|
4483
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "active": { "alias": "active"; "required": false; }; "content": { "alias": "content"; "required": true; }; "delay": { "alias": "delay"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4484
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTooltip, "swirl-tooltip", never, { "active": { "alias": "active"; "required": false; }; "content": { "alias": "content"; "required": true; }; "delay": { "alias": "delay"; "required": false; }; "enableFlip": { "alias": "enableFlip"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "position": { "alias": "position"; "required": false; }; "positioning": { "alias": "positioning"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4484
4485
|
}
|
|
4485
4486
|
export declare interface SwirlTooltip extends Components.SwirlTooltip {
|
|
4486
4487
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.480.0-beta-20260416102931",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@angular/platform-browser": "19.2.19",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.19",
|
|
28
28
|
"@angular/router": "19.2.19",
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
29
|
+
"@getflip/swirl-components": "0.480.0-beta-20260416102931",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -1026,14 +1026,14 @@ export declare interface SwirlEmptyState extends Components.SwirlEmptyState {}
|
|
|
1026
1026
|
|
|
1027
1027
|
|
|
1028
1028
|
@ProxyCmp({
|
|
1029
|
-
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', 'type', 'url']
|
|
1029
|
+
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', 'name', 'previewButtonLabel', 'removeButtonLabel', 'showDownloadButton', 'showPreviewButton', 'showRemoveButton', 'skipNativeDownload', 'type', 'url']
|
|
1030
1030
|
})
|
|
1031
1031
|
@Component({
|
|
1032
1032
|
selector: 'swirl-file-chip',
|
|
1033
1033
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1034
1034
|
template: '<ng-content></ng-content>',
|
|
1035
1035
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1036
|
-
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'showDownloadButton', 'showPreviewButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1036
|
+
inputs: ['description', 'downloadButtonLabel', 'loading', 'loadingLabel', { name: 'name', required: true }, 'previewButtonLabel', 'removeButtonLabel', 'showDownloadButton', 'showPreviewButton', 'showRemoveButton', 'skipNativeDownload', { name: 'type', required: true }, { name: 'url', required: true }],
|
|
1037
1037
|
standalone: false
|
|
1038
1038
|
})
|
|
1039
1039
|
export class SwirlFileChip {
|
|
@@ -1041,16 +1041,18 @@ export class SwirlFileChip {
|
|
|
1041
1041
|
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
1042
1042
|
c.detach();
|
|
1043
1043
|
this.el = r.nativeElement;
|
|
1044
|
-
proxyOutputs(this, this.el, ['preview', '
|
|
1044
|
+
proxyOutputs(this, this.el, ['download', 'preview', 'remove']);
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
1048
|
|
|
1049
1049
|
export declare interface SwirlFileChip extends Components.SwirlFileChip {
|
|
1050
1050
|
|
|
1051
|
+
download: EventEmitter<CustomEvent<void>>;
|
|
1052
|
+
|
|
1051
1053
|
preview: EventEmitter<CustomEvent<void>>;
|
|
1052
1054
|
|
|
1053
|
-
|
|
1055
|
+
remove: EventEmitter<CustomEvent<void>>;
|
|
1054
1056
|
}
|
|
1055
1057
|
|
|
1056
1058
|
|
|
@@ -11478,7 +11480,7 @@ export declare interface SwirlToolbar extends Components.SwirlToolbar {}
|
|
|
11478
11480
|
|
|
11479
11481
|
|
|
11480
11482
|
@ProxyCmp({
|
|
11481
|
-
inputs: ['active', 'content', 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11483
|
+
inputs: ['active', 'content', 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11482
11484
|
methods: ['show', 'hide']
|
|
11483
11485
|
})
|
|
11484
11486
|
@Component({
|
|
@@ -11486,7 +11488,7 @@ export declare interface SwirlToolbar extends Components.SwirlToolbar {}
|
|
|
11486
11488
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11487
11489
|
template: '<ng-content></ng-content>',
|
|
11488
11490
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11489
|
-
inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11491
|
+
inputs: ['active', { name: 'content', required: true }, 'delay', 'enableFlip', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
|
|
11490
11492
|
standalone: false
|
|
11491
11493
|
})
|
|
11492
11494
|
export class SwirlTooltip {
|