@getflip/swirl-components-angular 0.490.0 → 0.491.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.
@@ -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-12T13:46:06.355Z - Time: 13288ms
23
+ Build at: 2026-05-13T07:56:40.699Z - Time: 13019ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.491.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`b1ff7e0d2`](https://github.com/getflip/swirl/commit/b1ff7e0d24eb1cad0c8bf1789eecf5785a65ecf1),
9
+ [`ef0f20b08`](https://github.com/getflip/swirl/commit/ef0f20b08c6b2de46d64fe42895b0b0c81032e4a)]:
10
+ - @getflip/swirl-components@0.491.0
11
+
3
12
  ## 0.490.0
4
13
 
5
14
  ### 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 }] });
@@ -13271,11 +13271,11 @@ let SwirlToolbar = class SwirlToolbar {
13271
13271
  this.el = r.nativeElement;
13272
13272
  }
13273
13273
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
13274
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToolbar, isStandalone: false, selector: "swirl-toolbar", inputs: { label: "label", orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13274
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlToolbar, isStandalone: false, selector: "swirl-toolbar", inputs: { label: "label", orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
13275
13275
  };
13276
13276
  SwirlToolbar = __decorate([
13277
13277
  ProxyCmp({
13278
- inputs: ['label', 'orientation']
13278
+ inputs: ['label', 'orientation', 'spacing']
13279
13279
  })
13280
13280
  ], SwirlToolbar);
13281
13281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlToolbar, decorators: [{
@@ -13285,7 +13285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
13285
13285
  changeDetection: ChangeDetectionStrategy.OnPush,
13286
13286
  template: '<ng-content></ng-content>',
13287
13287
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
13288
- inputs: ['label', 'orientation'],
13288
+ inputs: ['label', 'orientation', 'spacing'],
13289
13289
  standalone: false
13290
13290
  }]
13291
13291
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });