@getflip/swirl-components-angular 0.446.0-beta-20260218151036 → 0.446.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.
@@ -1,11 +1,11 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Generating FESM bundles
11
11
  - Copying assets
@@ -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-02-18T15:10:27.188Z - Time: 12254ms
23
+ Build at: 2026-02-19T13:42:11.938Z - Time: 13222ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,19 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
- ## 0.446.0-beta-20260218151036
3
+ ## 0.446.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#1460](https://github.com/getflip/swirl/pull/1460)
8
- [`cb409690e`](https://github.com/getflip/swirl/commit/cb409690e899ab9641cd70b47f75ec42c2ced36f)
9
- Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add translucent
10
- variant to swirl-popover
7
+ - [#1462](https://github.com/getflip/swirl/pull/1462)
8
+ [`9a981c69e`](https://github.com/getflip/swirl/commit/9a981c69e7273e2e7918d4e8d0dfccc214743b73)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Control for
10
+ label truncation of swirl-menu-item, swirl-option-list-item,
11
+ swirl-action-list-item
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ [[`9a981c69e`](https://github.com/getflip/swirl/commit/9a981c69e7273e2e7918d4e8d0dfccc214743b73)]:
17
+ - @getflip/swirl-components@0.446.0
18
+
19
+ ## 0.445.1
11
20
 
12
21
  ### Patch Changes
13
22
 
23
+ - [#1459](https://github.com/getflip/swirl/pull/1459)
24
+ [`f7656f42d`](https://github.com/getflip/swirl/commit/f7656f42dbcefb2b6cca9fff8b8a9cac29ec5df6)
25
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Fix
26
+ swirl-tooltip position while dragging
27
+
14
28
  - Updated dependencies
15
- [[`cb409690e`](https://github.com/getflip/swirl/commit/cb409690e899ab9641cd70b47f75ec42c2ced36f)]:
16
- - @getflip/swirl-components@0.446.0-beta-20260218151036
29
+ [[`f7656f42d`](https://github.com/getflip/swirl/commit/f7656f42dbcefb2b6cca9fff8b8a9cac29ec5df6)]:
30
+ - @getflip/swirl-components@0.445.1
17
31
 
18
32
  ## 0.445.0
19
33
 
@@ -179,11 +179,11 @@ let SwirlActionListItem = class SwirlActionListItem {
179
179
  this.el = r.nativeElement;
180
180
  }
181
181
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
182
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlActionListItem, isStandalone: false, selector: "swirl-action-list-item", inputs: { badge: "badge", description: "description", disabled: "disabled", icon: "icon", iconBadge: "iconBadge", intent: "intent", label: "label", size: "size", suffix: "suffix", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
182
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlActionListItem, isStandalone: false, selector: "swirl-action-list-item", inputs: { badge: "badge", description: "description", disabled: "disabled", icon: "icon", iconBadge: "iconBadge", intent: "intent", label: "label", size: "size", suffix: "suffix", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", truncateLabel: "truncateLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
183
183
  };
184
184
  SwirlActionListItem = __decorate([
185
185
  ProxyCmp({
186
- inputs: ['badge', 'description', 'disabled', 'icon', 'iconBadge', 'intent', 'label', 'size', 'suffix', 'swirlAriaExpanded', 'swirlAriaHaspopup']
186
+ inputs: ['badge', 'description', 'disabled', 'icon', 'iconBadge', 'intent', 'label', 'size', 'suffix', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'truncateLabel']
187
187
  })
188
188
  ], SwirlActionListItem);
189
189
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlActionListItem, decorators: [{
@@ -193,7 +193,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
193
193
  changeDetection: ChangeDetectionStrategy.OnPush,
194
194
  template: '<ng-content></ng-content>',
195
195
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
196
- inputs: ['badge', 'description', 'disabled', 'icon', 'iconBadge', 'intent', { name: 'label', required: true }, 'size', 'suffix', 'swirlAriaExpanded', 'swirlAriaHaspopup'],
196
+ inputs: ['badge', 'description', 'disabled', 'icon', 'iconBadge', 'intent', { name: 'label', required: true }, 'size', 'suffix', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'truncateLabel'],
197
197
  standalone: false
198
198
  }]
199
199
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -8236,11 +8236,11 @@ let SwirlMenuItem = class SwirlMenuItem {
8236
8236
  this.el = r.nativeElement;
8237
8237
  }
8238
8238
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8239
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenuItem, isStandalone: false, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", iconBadge: "iconBadge", intent: "intent", label: "label", suffix: "suffix", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8239
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenuItem, isStandalone: false, selector: "swirl-menu-item", inputs: { description: "description", disabled: "disabled", expanded: "expanded", icon: "icon", iconBadge: "iconBadge", intent: "intent", label: "label", suffix: "suffix", truncateLabel: "truncateLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8240
8240
  };
8241
8241
  SwirlMenuItem = __decorate([
8242
8242
  ProxyCmp({
8243
- inputs: ['description', 'disabled', 'expanded', 'icon', 'iconBadge', 'intent', 'label', 'suffix', 'value'],
8243
+ inputs: ['description', 'disabled', 'expanded', 'icon', 'iconBadge', 'intent', 'label', 'suffix', 'truncateLabel', 'value'],
8244
8244
  methods: ['getSubMenu', 'updateValue', 'getParentMenu']
8245
8245
  })
8246
8246
  ], SwirlMenuItem);
@@ -8251,7 +8251,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8251
8251
  changeDetection: ChangeDetectionStrategy.OnPush,
8252
8252
  template: '<ng-content></ng-content>',
8253
8253
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8254
- inputs: ['description', 'disabled', 'expanded', 'icon', 'iconBadge', 'intent', { name: 'label', required: true }, 'suffix', 'value'],
8254
+ inputs: ['description', 'disabled', 'expanded', 'icon', 'iconBadge', 'intent', { name: 'label', required: true }, 'suffix', 'truncateLabel', 'value'],
8255
8255
  standalone: false
8256
8256
  }]
8257
8257
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -8351,11 +8351,11 @@ let SwirlOptionListItem = class SwirlOptionListItem {
8351
8351
  proxyOutputs(this, this.el, ['toggleDrag']);
8352
8352
  }
8353
8353
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlOptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8354
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8354
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 });
8355
8355
  };
8356
8356
  SwirlOptionListItem = __decorate([
8357
8357
  ProxyCmp({
8358
- inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', 'label', 'selected', 'swirlAriaRole', 'value']
8358
+ inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', 'label', 'selected', 'swirlAriaRole', 'truncateLabel', 'value']
8359
8359
  })
8360
8360
  ], SwirlOptionListItem);
8361
8361
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlOptionListItem, decorators: [{
@@ -8365,7 +8365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8365
8365
  changeDetection: ChangeDetectionStrategy.OnPush,
8366
8366
  template: '<ng-content></ng-content>',
8367
8367
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8368
- inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', { name: 'label', required: true }, 'selected', 'swirlAriaRole', { name: 'value', required: true }],
8368
+ inputs: ['allowDrag', 'context', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'icon', 'iconBadge', 'indeterminate', { name: 'label', required: true }, 'selected', 'swirlAriaRole', 'truncateLabel', { name: 'value', required: true }],
8369
8369
  standalone: false
8370
8370
  }]
8371
8371
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -8463,11 +8463,11 @@ let SwirlPopover = class SwirlPopover {
8463
8463
  proxyOutputs(this, this.el, ['popoverClose', 'popoverOpen']);
8464
8464
  }
8465
8465
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8466
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", translucent: "translucent", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8466
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8467
8467
  };
8468
8468
  SwirlPopover = __decorate([
8469
8469
  ProxyCmp({
8470
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8470
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8471
8471
  methods: ['close', 'open', 'isOpen', 'toggle']
8472
8472
  })
8473
8473
  ], SwirlPopover);
@@ -8478,7 +8478,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
8478
8478
  changeDetection: ChangeDetectionStrategy.OnPush,
8479
8479
  template: '<ng-content></ng-content>',
8480
8480
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8481
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8481
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
8482
8482
  standalone: false
8483
8483
  }]
8484
8484
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });