@getflip/swirl-components-angular 0.417.0 → 0.418.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 +27 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -5
- 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 -3
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: 2025-12-
|
|
23
|
+
Build at: 2025-12-08T14:35:20.563Z - Time: 13273ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.418.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1339](https://github.com/getflip/swirl/pull/1339)
|
|
8
|
+
[`6bd7798c2`](https://github.com/getflip/swirl/commit/6bd7798c2efefc6c49062710f2d65a6cc09f88bf)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - ADd
|
|
10
|
+
additional Accordion functionality
|
|
11
|
+
|
|
12
|
+
* [#1344](https://github.com/getflip/swirl/pull/1344)
|
|
13
|
+
[`9d113fd65`](https://github.com/getflip/swirl/commit/9d113fd65f88b945126874b0f62a6ccf8e6bd846)
|
|
14
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "swirl-aria-current" prop to
|
|
15
|
+
swirl-resource-list-item
|
|
16
|
+
|
|
17
|
+
- [#1338](https://github.com/getflip/swirl/pull/1338)
|
|
18
|
+
[`3935cdf22`](https://github.com/getflip/swirl/commit/3935cdf22cb6ed871d407117e7f8f2780dc3575c)
|
|
19
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix am/pm
|
|
20
|
+
Input
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
[[`6bd7798c2`](https://github.com/getflip/swirl/commit/6bd7798c2efefc6c49062710f2d65a6cc09f88bf),
|
|
26
|
+
[`9d113fd65`](https://github.com/getflip/swirl/commit/9d113fd65f88b945126874b0f62a6ccf8e6bd846),
|
|
27
|
+
[`3935cdf22`](https://github.com/getflip/swirl/commit/3935cdf22cb6ed871d407117e7f8f2780dc3575c)]:
|
|
28
|
+
- @getflip/swirl-components@0.418.0
|
|
29
|
+
|
|
3
30
|
## 0.417.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -97,10 +97,11 @@ let SwirlAccordion = class SwirlAccordion {
|
|
|
97
97
|
proxyOutputs(this, this.el, ['expandedItemChange']);
|
|
98
98
|
}
|
|
99
99
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
100
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAccordion, isStandalone: false, selector: "swirl-accordion", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
100
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAccordion, isStandalone: false, selector: "swirl-accordion", inputs: { multiExpand: "multiExpand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
101
101
|
};
|
|
102
102
|
SwirlAccordion = __decorate([
|
|
103
103
|
ProxyCmp({
|
|
104
|
+
inputs: ['multiExpand'],
|
|
104
105
|
methods: ['collapseItem', 'expandItem']
|
|
105
106
|
})
|
|
106
107
|
], SwirlAccordion);
|
|
@@ -111,7 +112,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
111
112
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
112
113
|
template: '<ng-content></ng-content>',
|
|
113
114
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
114
|
-
inputs: [],
|
|
115
|
+
inputs: ['multiExpand'],
|
|
115
116
|
standalone: false
|
|
116
117
|
}]
|
|
117
118
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -8521,11 +8522,11 @@ let SwirlResourceListItem = class SwirlResourceListItem {
|
|
|
8521
8522
|
proxyOutputs(this, this.el, ['toggleDrag', 'valueChange']);
|
|
8522
8523
|
}
|
|
8523
8524
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlResourceListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8524
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", 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", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8525
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", 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 });
|
|
8525
8526
|
};
|
|
8526
8527
|
SwirlResourceListItem = __decorate([
|
|
8527
8528
|
ProxyCmp({
|
|
8528
|
-
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', 'swirlAriaLabel', 'value']
|
|
8529
|
+
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']
|
|
8529
8530
|
})
|
|
8530
8531
|
], SwirlResourceListItem);
|
|
8531
8532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlResourceListItem, decorators: [{
|
|
@@ -8535,7 +8536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
8535
8536
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8536
8537
|
template: '<ng-content></ng-content>',
|
|
8537
8538
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8538
|
-
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', 'swirlAriaLabel', 'value'],
|
|
8539
|
+
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'],
|
|
8539
8540
|
standalone: false
|
|
8540
8541
|
}]
|
|
8541
8542
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|