@getflip/swirl-components-angular 0.294.0 → 0.296.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.
@@ -6577,11 +6577,11 @@ let SwirlInlineNotification = class SwirlInlineNotification {
6577
6577
  this.el = r.nativeElement;
6578
6578
  }
6579
6579
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6580
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlInlineNotification, selector: "swirl-inline-notification", inputs: { heading: "heading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6580
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlInlineNotification, selector: "swirl-inline-notification", inputs: { heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6581
6581
  };
6582
6582
  SwirlInlineNotification = __decorate([
6583
6583
  ProxyCmp({
6584
- inputs: ['heading', 'importance', 'intent']
6584
+ inputs: ['heading', 'hideHeading', 'importance', 'intent']
6585
6585
  })
6586
6586
  ], SwirlInlineNotification);
6587
6587
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlInlineNotification, decorators: [{
@@ -6591,7 +6591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6591
6591
  changeDetection: ChangeDetectionStrategy.OnPush,
6592
6592
  template: '<ng-content></ng-content>',
6593
6593
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6594
- inputs: ['heading', 'importance', 'intent'],
6594
+ inputs: ['heading', 'hideHeading', 'importance', 'intent'],
6595
6595
  }]
6596
6596
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6597
6597
  let SwirlInlineStatus = class SwirlInlineStatus {
@@ -9602,14 +9602,14 @@ let SwirlTreeView = class SwirlTreeView {
9602
9602
  this.z = z;
9603
9603
  c.detach();
9604
9604
  this.el = r.nativeElement;
9605
- proxyOutputs(this, this.el, ['itemExpansionChanged']);
9605
+ proxyOutputs(this, this.el, ['dropItem', 'itemExpansionChanged']);
9606
9606
  }
9607
9607
  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 });
9608
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeView, selector: "swirl-tree-view", inputs: { initiallyExpandedItemIds: "initiallyExpandedItemIds", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
9608
+ 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 });
9609
9609
  };
9610
9610
  SwirlTreeView = __decorate([
9611
9611
  ProxyCmp({
9612
- inputs: ['initiallyExpandedItemIds', 'label'],
9612
+ inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label'],
9613
9613
  methods: ['expandItems']
9614
9614
  })
9615
9615
  ], SwirlTreeView);
@@ -9620,7 +9620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
9620
9620
  changeDetection: ChangeDetectionStrategy.OnPush,
9621
9621
  template: '<ng-content></ng-content>',
9622
9622
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
9623
- inputs: ['initiallyExpandedItemIds', 'label'],
9623
+ inputs: ['canDrop', 'dragDropInstructions', 'dragDropItemSelector', 'enableDragDrop', 'initiallyExpandedItemIds', 'label'],
9624
9624
  }]
9625
9625
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
9626
9626
  let SwirlTreeViewItem = class SwirlTreeViewItem {
@@ -9630,14 +9630,14 @@ let SwirlTreeViewItem = class SwirlTreeViewItem {
9630
9630
  this.z = z;
9631
9631
  c.detach();
9632
9632
  this.el = r.nativeElement;
9633
- proxyOutputs(this, this.el, ['expandedChange', 'itemSelected']);
9633
+ proxyOutputs(this, this.el, ['dropTreeViewItem', 'expandedChange', 'itemSelected', 'startKeyboardMove', 'endKeyboardMove', 'keyboardMove']);
9634
9634
  }
9635
9635
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTreeViewItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
9636
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeViewItem, selector: "swirl-tree-view-item", inputs: { active: "active", expandable: "expandable", href: "href", icon: "icon", iconColor: "iconColor", itemId: "itemId", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
9636
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeViewItem, selector: "swirl-tree-view-item", inputs: { active: "active", disableDrag: "disableDrag", expandable: "expandable", href: "href", icon: "icon", iconColor: "iconColor", itemId: "itemId", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
9637
9637
  };
9638
9638
  SwirlTreeViewItem = __decorate([
9639
9639
  ProxyCmp({
9640
- inputs: ['active', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
9640
+ inputs: ['active', 'disableDrag', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
9641
9641
  methods: ['expand', 'collapse', 'select', 'unselect']
9642
9642
  })
9643
9643
  ], SwirlTreeViewItem);
@@ -9648,7 +9648,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
9648
9648
  changeDetection: ChangeDetectionStrategy.OnPush,
9649
9649
  template: '<ng-content></ng-content>',
9650
9650
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
9651
- inputs: ['active', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
9651
+ inputs: ['active', 'disableDrag', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
9652
9652
  }]
9653
9653
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
9654
9654
  let SwirlVideoThumbnail = class SwirlVideoThumbnail {