@getflip/swirl-components-angular 0.490.0 → 0.491.0-beta-20260513071111
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 +8 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
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-05-
|
|
23
|
+
Build at: 2026-05-13T07:11:03.595Z - Time: 12165ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.491.0-beta-20260513071111
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`e57557d27`](https://github.com/getflip/swirl/commit/e57557d27d47dcba31f1a7dab53540cb1b1b0fc5)]:
|
|
9
|
+
- @getflip/swirl-components@0.491.0-beta-20260513071111
|
|
10
|
+
|
|
3
11
|
## 0.490.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -8894,11 +8894,11 @@ let SwirlOptionListItem = class SwirlOptionListItem {
|
|
|
8894
8894
|
proxyOutputs(this, this.el, ['toggleDrag']);
|
|
8895
8895
|
}
|
|
8896
8896
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlOptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8897
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlOptionListItem, isStandalone: false, selector: "swirl-option-list-item", inputs: { allowDrag: "allowDrag", context: "context", description: "description", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", icon: "icon", iconBadge: "iconBadge", indeterminate: "indeterminate", label: "label", selected: "selected", swirlAriaRole: "swirlAriaRole", truncateLabel: "truncateLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8897
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlOptionListItem, isStandalone: false, selector: "swirl-option-list-item", inputs: { allowDrag: "allowDrag", context: "context", description: "description", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", icon: "icon", iconBadge: "iconBadge", indeterminate: "indeterminate", label: "label", minWidth: "minWidth", selected: "selected", swirlAriaRole: "swirlAriaRole", truncateLabel: "truncateLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8898
8898
|
};
|
|
8899
8899
|
SwirlOptionListItem = __decorate([
|
|
8900
8900
|
ProxyCmp({
|
|
8901
|
-
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', 'label', 'selected', 'swirlAriaRole', 'truncateLabel', 'value']
|
|
8901
|
+
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', 'label', 'minWidth', 'selected', 'swirlAriaRole', 'truncateLabel', 'value']
|
|
8902
8902
|
})
|
|
8903
8903
|
], SwirlOptionListItem);
|
|
8904
8904
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlOptionListItem, decorators: [{
|
|
@@ -8908,7 +8908,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8908
8908
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8909
8909
|
template: '<ng-content></ng-content>',
|
|
8910
8910
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8911
|
-
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', { name: 'label', required: true }, 'selected', 'swirlAriaRole', 'truncateLabel', { name: 'value', required: true }],
|
|
8911
|
+
inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', { name: 'label', required: true }, 'minWidth', 'selected', 'swirlAriaRole', 'truncateLabel', { name: 'value', required: true }],
|
|
8912
8912
|
standalone: false
|
|
8913
8913
|
}]
|
|
8914
8914
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|