@getflip/swirl-components-angular 0.342.1 → 0.343.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.
@@ -7841,11 +7841,11 @@ let SwirlResourceList = class SwirlResourceList {
7841
7841
  proxyOutputs(this, this.el, ['itemDrop']);
7842
7842
  }
7843
7843
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
7844
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { allowDrag: "allowDrag", assistiveTextItemGrabbed: "assistiveTextItemGrabbed", assistiveTextItemMoved: "assistiveTextItemMoved", assistiveTextItemMoving: "assistiveTextItemMoving", controllingElement: "controllingElement", label: "label", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7844
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { allowDrag: "allowDrag", assistiveTextItemGrabbed: "assistiveTextItemGrabbed", assistiveTextItemMoved: "assistiveTextItemMoved", assistiveTextItemMoving: "assistiveTextItemMoving", controllingElement: "controllingElement", label: "label", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", semantics: "semantics", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
7845
7845
  };
7846
7846
  SwirlResourceList = __decorate([
7847
7847
  ProxyCmp({
7848
- inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'spacing']
7848
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'semantics', 'spacing']
7849
7849
  })
7850
7850
  ], SwirlResourceList);
7851
7851
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceList, decorators: [{
@@ -7855,7 +7855,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
7855
7855
  changeDetection: ChangeDetectionStrategy.OnPush,
7856
7856
  template: '<ng-content></ng-content>',
7857
7857
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7858
- inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'spacing'],
7858
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'semantics', 'spacing'],
7859
7859
  }]
7860
7860
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
7861
7861
  let SwirlResourceListFileItem = class SwirlResourceListFileItem {
@@ -8159,11 +8159,11 @@ let SwirlStack = class SwirlStack {
8159
8159
  this.el = r.nativeElement;
8160
8160
  }
8161
8161
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlStack, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8162
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", columnSpacing: "columnSpacing", height: "height", justify: "justify", orientation: "orientation", rowSpacing: "rowSpacing", spacing: "spacing", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8162
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlStack, selector: "swirl-stack", inputs: { align: "align", as: "as", columnSpacing: "columnSpacing", height: "height", justify: "justify", orientation: "orientation", rowSpacing: "rowSpacing", spacing: "spacing", swirlAriaRole: "swirlAriaRole", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8163
8163
  };
8164
8164
  SwirlStack = __decorate([
8165
8165
  ProxyCmp({
8166
- inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'wrap']
8166
+ inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'swirlAriaRole', 'wrap']
8167
8167
  })
8168
8168
  ], SwirlStack);
8169
8169
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlStack, decorators: [{
@@ -8173,7 +8173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
8173
8173
  changeDetection: ChangeDetectionStrategy.OnPush,
8174
8174
  template: '<ng-content></ng-content>',
8175
8175
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8176
- inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'wrap'],
8176
+ inputs: ['align', 'as', 'columnSpacing', 'height', 'justify', 'orientation', 'rowSpacing', 'spacing', 'swirlAriaRole', 'wrap'],
8177
8177
  }]
8178
8178
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
8179
8179
  let SwirlStatusIndicator = class SwirlStatusIndicator {
@@ -10387,11 +10387,11 @@ let SwirlTreeView = class SwirlTreeView {
10387
10387
  proxyOutputs(this, this.el, ['dropItem', 'itemExpansionChanged']);
10388
10388
  }
10389
10389
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
10390
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeView, selector: "swirl-tree-view", inputs: { canDrop: "canDrop", dragDropInstructions: "dragDropInstructions", dragDropItemSelector: "dragDropItemSelector", enableDragDrop: "enableDragDrop", initiallyExpandedItemIds: "initiallyExpandedItemIds", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
10390
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeView, selector: "swirl-tree-view", inputs: { canDrop: "canDrop", dragDropInstructions: "dragDropInstructions", dragDropItemSelector: "dragDropItemSelector", enableDragDrop: "enableDragDrop", initiallyExpandedItemIds: "initiallyExpandedItemIds", label: "label", semantics: "semantics" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
10391
10391
  };
10392
10392
  SwirlTreeView = __decorate([
10393
10393
  ProxyCmp({
10394
- inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label'],
10394
+ inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label', 'semantics'],
10395
10395
  methods: ['expandItems']
10396
10396
  })
10397
10397
  ], SwirlTreeView);
@@ -10402,7 +10402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
10402
10402
  changeDetection: ChangeDetectionStrategy.OnPush,
10403
10403
  template: '<ng-content></ng-content>',
10404
10404
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
10405
- inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label'],
10405
+ inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label', 'semantics'],
10406
10406
  }]
10407
10407
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
10408
10408
  let SwirlTreeViewItem = class SwirlTreeViewItem {