@getflip/swirl-components-angular 0.460.0-beta-20260313142921 → 0.460.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 +33 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -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-03-
|
|
23
|
+
Build at: 2026-03-16T13:19:58.474Z - Time: 14415ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,45 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
-
## 0.460.0
|
|
3
|
+
## 0.460.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
8
|
-
[`
|
|
9
|
-
Thanks [@
|
|
10
|
-
|
|
7
|
+
- [#1538](https://github.com/getflip/swirl/pull/1538)
|
|
8
|
+
[`e5a7335c5`](https://github.com/getflip/swirl/commit/e5a7335c542dbbb46cf2ce09961f502e946048db)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "multiLineLabel" prop to
|
|
10
|
+
swirl-resource-list-item
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`e5a7335c5`](https://github.com/getflip/swirl/commit/e5a7335c542dbbb46cf2ce09961f502e946048db)]:
|
|
16
|
+
- @getflip/swirl-components@0.460.0
|
|
17
|
+
|
|
18
|
+
## 0.459.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#1536](https://github.com/getflip/swirl/pull/1536)
|
|
23
|
+
[`2a73e2429`](https://github.com/getflip/swirl/commit/2a73e24293073a973b003ca336030ba938b48522)
|
|
24
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Ensure event
|
|
25
|
+
listeners are re-added when components are reattached to the DOM
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`2a73e2429`](https://github.com/getflip/swirl/commit/2a73e24293073a973b003ca336030ba938b48522)]:
|
|
29
|
+
- @getflip/swirl-components@0.459.2
|
|
30
|
+
|
|
31
|
+
## 0.459.1
|
|
11
32
|
|
|
12
33
|
### Patch Changes
|
|
13
34
|
|
|
35
|
+
- [#1528](https://github.com/getflip/swirl/pull/1528)
|
|
36
|
+
[`279a5136a`](https://github.com/getflip/swirl/commit/279a5136aa391056c63b7dc635be2b0b18268802)
|
|
37
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix rendering
|
|
38
|
+
of images in swirl-file-viewer-pdf
|
|
39
|
+
|
|
14
40
|
- Updated dependencies
|
|
15
|
-
[[`
|
|
16
|
-
- @getflip/swirl-components@0.
|
|
41
|
+
[[`279a5136a`](https://github.com/getflip/swirl/commit/279a5136aa391056c63b7dc635be2b0b18268802)]:
|
|
42
|
+
- @getflip/swirl-components@0.459.1
|
|
17
43
|
|
|
18
44
|
## 0.459.0
|
|
19
45
|
|
|
@@ -1346,11 +1346,11 @@ let SwirlFileViewerPdf = class SwirlFileViewerPdf {
|
|
|
1346
1346
|
proxyOutputs(this, this.el, ['activate', 'visiblePagesChange']);
|
|
1347
1347
|
}
|
|
1348
1348
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlFileViewerPdf, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1349
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileViewerPdf, isStandalone: false, selector: "swirl-file-viewer-pdf", inputs: { errorMessage: "errorMessage", file: "file", singlePageMode: "singlePageMode", viewMode: "viewMode", workerSrc: "workerSrc", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1349
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlFileViewerPdf, isStandalone: false, selector: "swirl-file-viewer-pdf", inputs: { errorMessage: "errorMessage", file: "file", singlePageMode: "singlePageMode", viewMode: "viewMode", wasmUrl: "wasmUrl", workerSrc: "workerSrc", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1350
1350
|
};
|
|
1351
1351
|
SwirlFileViewerPdf = __decorate([
|
|
1352
1352
|
ProxyCmp({
|
|
1353
|
-
inputs: ['errorMessage', 'file', 'singlePageMode', 'viewMode', 'workerSrc', 'zoom'],
|
|
1353
|
+
inputs: ['errorMessage', 'file', 'singlePageMode', 'viewMode', 'wasmUrl', 'workerSrc', 'zoom'],
|
|
1354
1354
|
methods: ['getThumbnails', 'print', 'nextPage', 'previousPage', 'setPage']
|
|
1355
1355
|
})
|
|
1356
1356
|
], SwirlFileViewerPdf);
|
|
@@ -1361,7 +1361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1361
1361
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1362
1362
|
template: '<ng-content></ng-content>',
|
|
1363
1363
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1364
|
-
inputs: ['errorMessage', { name: 'file', required: true }, 'singlePageMode', 'viewMode', 'workerSrc', 'zoom'],
|
|
1364
|
+
inputs: ['errorMessage', { name: 'file', required: true }, 'singlePageMode', 'viewMode', 'wasmUrl', 'workerSrc', 'zoom'],
|
|
1365
1365
|
standalone: false
|
|
1366
1366
|
}]
|
|
1367
1367
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -8689,11 +8689,11 @@ let SwirlResourceListItem = class SwirlResourceListItem {
|
|
|
8689
8689
|
proxyOutputs(this, this.el, ['toggleDrag', 'valueChange']);
|
|
8690
8690
|
}
|
|
8691
8691
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlResourceListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8692
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlResourceListItem, isStandalone: false, selector: "swirl-resource-list-item", inputs: { active: "active", alignItems: "alignItems", allowDrag: "allowDrag", allowHtml: "allowHtml", checked: "checked", compact: "compact", description: "description", descriptionWrap: "descriptionWrap", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", hideDivider: "hideDivider", href: "href", interactive: "interactive", label: "label", labelMinHeight: "labelMinHeight", labelTooltip: "labelTooltip", labelTooltipPosition: "labelTooltipPosition", labelWeight: "labelWeight", labelWrap: "labelWrap", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8692
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlResourceListItem, isStandalone: false, selector: "swirl-resource-list-item", inputs: { active: "active", alignItems: "alignItems", allowDrag: "allowDrag", allowHtml: "allowHtml", checked: "checked", compact: "compact", description: "description", descriptionWrap: "descriptionWrap", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", hideDivider: "hideDivider", href: "href", interactive: "interactive", label: "label", labelMinHeight: "labelMinHeight", labelTooltip: "labelTooltip", labelTooltipPosition: "labelTooltipPosition", labelWeight: "labelWeight", labelWrap: "labelWrap", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", multiLineLabel: "multiLineLabel", selectable: "selectable", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8693
8693
|
};
|
|
8694
8694
|
SwirlResourceListItem = __decorate([
|
|
8695
8695
|
ProxyCmp({
|
|
8696
|
-
inputs: ['active', 'alignItems', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelMinHeight', 'labelTooltip', 'labelTooltipPosition', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaCurrent', 'swirlAriaLabel', 'value']
|
|
8696
|
+
inputs: ['active', 'alignItems', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', 'label', 'labelMinHeight', 'labelTooltip', 'labelTooltipPosition', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'multiLineLabel', 'selectable', 'swirlAriaCurrent', 'swirlAriaLabel', 'value']
|
|
8697
8697
|
})
|
|
8698
8698
|
], SwirlResourceListItem);
|
|
8699
8699
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlResourceListItem, decorators: [{
|
|
@@ -8703,7 +8703,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8703
8703
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8704
8704
|
template: '<ng-content></ng-content>',
|
|
8705
8705
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8706
|
-
inputs: ['active', 'alignItems', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', { name: 'label', required: true }, 'labelMinHeight', 'labelTooltip', 'labelTooltipPosition', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'swirlAriaCurrent', 'swirlAriaLabel', 'value'],
|
|
8706
|
+
inputs: ['active', 'alignItems', 'allowDrag', 'allowHtml', 'checked', 'compact', 'description', 'descriptionWrap', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'interactive', { name: 'label', required: true }, 'labelMinHeight', 'labelTooltip', 'labelTooltipPosition', 'labelWeight', 'labelWrap', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'multiLineLabel', 'selectable', 'swirlAriaCurrent', 'swirlAriaLabel', 'value'],
|
|
8707
8707
|
standalone: false
|
|
8708
8708
|
}]
|
|
8709
8709
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|