@getflip/swirl-components-angular 0.417.0 → 0.419.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 +42 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +12 -11
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -7
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-09T08:49:54.685Z - Time: 13631ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.419.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1345](https://github.com/getflip/swirl/pull/1345)
|
|
8
|
+
[`826b61977`](https://github.com/getflip/swirl/commit/826b619773a37a0e95ebdc92f2f5be292b78cfdb)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-aria-current prop to
|
|
10
|
+
swirl-card and swirl-shell-navigation-item
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`826b61977`](https://github.com/getflip/swirl/commit/826b619773a37a0e95ebdc92f2f5be292b78cfdb)]:
|
|
16
|
+
- @getflip/swirl-components@0.419.0
|
|
17
|
+
|
|
18
|
+
## 0.418.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [#1339](https://github.com/getflip/swirl/pull/1339)
|
|
23
|
+
[`6bd7798c2`](https://github.com/getflip/swirl/commit/6bd7798c2efefc6c49062710f2d65a6cc09f88bf)
|
|
24
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - ADd
|
|
25
|
+
additional Accordion functionality
|
|
26
|
+
|
|
27
|
+
* [#1344](https://github.com/getflip/swirl/pull/1344)
|
|
28
|
+
[`9d113fd65`](https://github.com/getflip/swirl/commit/9d113fd65f88b945126874b0f62a6ccf8e6bd846)
|
|
29
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "swirl-aria-current" prop to
|
|
30
|
+
swirl-resource-list-item
|
|
31
|
+
|
|
32
|
+
- [#1338](https://github.com/getflip/swirl/pull/1338)
|
|
33
|
+
[`3935cdf22`](https://github.com/getflip/swirl/commit/3935cdf22cb6ed871d407117e7f8f2780dc3575c)
|
|
34
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix am/pm
|
|
35
|
+
Input
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
[[`6bd7798c2`](https://github.com/getflip/swirl/commit/6bd7798c2efefc6c49062710f2d65a6cc09f88bf),
|
|
41
|
+
[`9d113fd65`](https://github.com/getflip/swirl/commit/9d113fd65f88b945126874b0f62a6ccf8e6bd846),
|
|
42
|
+
[`3935cdf22`](https://github.com/getflip/swirl/commit/3935cdf22cb6ed871d407117e7f8f2780dc3575c)]:
|
|
43
|
+
- @getflip/swirl-components@0.418.0
|
|
44
|
+
|
|
3
45
|
## 0.417.0
|
|
4
46
|
|
|
5
47
|
### 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 }] });
|
|
@@ -537,11 +538,11 @@ let SwirlCard = class SwirlCard {
|
|
|
537
538
|
proxyOutputs(this, this.el, ['componentLoad']);
|
|
538
539
|
}
|
|
539
540
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
540
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
541
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
541
542
|
};
|
|
542
543
|
SwirlCard = __decorate([
|
|
543
544
|
ProxyCmp({
|
|
544
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
545
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
545
546
|
methods: ['flash']
|
|
546
547
|
})
|
|
547
548
|
], SwirlCard);
|
|
@@ -552,7 +553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
552
553
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
553
554
|
template: '<ng-content></ng-content>',
|
|
554
555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
555
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
556
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
556
557
|
standalone: false
|
|
557
558
|
}]
|
|
558
559
|
}], 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 }] });
|
|
@@ -8687,11 +8688,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
|
|
|
8687
8688
|
this.el = r.nativeElement;
|
|
8688
8689
|
}
|
|
8689
8690
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8690
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", target: "target", useCustomIconSize: "useCustomIconSize", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8691
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", swirlAriaCurrent: "swirlAriaCurrent", target: "target", useCustomIconSize: "useCustomIconSize", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8691
8692
|
};
|
|
8692
8693
|
SwirlShellNavigationItem = __decorate([
|
|
8693
8694
|
ProxyCmp({
|
|
8694
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient']
|
|
8695
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient']
|
|
8695
8696
|
})
|
|
8696
8697
|
], SwirlShellNavigationItem);
|
|
8697
8698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
|
|
@@ -8701,7 +8702,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
|
|
|
8701
8702
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8702
8703
|
template: '<ng-content></ng-content>',
|
|
8703
8704
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8704
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
|
|
8705
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
|
|
8705
8706
|
standalone: false
|
|
8706
8707
|
}]
|
|
8707
8708
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|