@getflip/swirl-components-angular 0.66.0 → 0.67.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.
@@ -4436,14 +4436,15 @@ let SwirlResourceList = class SwirlResourceList {
4436
4436
  this.z = z;
4437
4437
  c.detach();
4438
4438
  this.el = r.nativeElement;
4439
+ proxyOutputs(this, this.el, ['itemDrop']);
4439
4440
  }
4440
4441
  };
4441
4442
  SwirlResourceList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlResourceList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4442
- SwirlResourceList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4443
+ SwirlResourceList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlResourceList, selector: "swirl-resource-list", inputs: { allowDrag: "allowDrag", assistiveTextItemGrabbed: "assistiveTextItemGrabbed", assistiveTextItemMoved: "assistiveTextItemMoved", assistiveTextItemMoving: "assistiveTextItemMoving", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4443
4444
  SwirlResourceList = __decorate([
4444
4445
  ProxyCmp({
4445
4446
  defineCustomElementFn: undefined,
4446
- inputs: ['label']
4447
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'label']
4447
4448
  })
4448
4449
  ], SwirlResourceList);
4449
4450
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlResourceList, decorators: [{
@@ -4452,7 +4453,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4452
4453
  selector: 'swirl-resource-list',
4453
4454
  changeDetection: ChangeDetectionStrategy.OnPush,
4454
4455
  template: '<ng-content></ng-content>',
4455
- inputs: ['label']
4456
+ inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'label']
4456
4457
  }]
4457
4458
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4458
4459
  let SwirlResourceListFileItem = class SwirlResourceListFileItem {
@@ -4485,15 +4486,15 @@ let SwirlResourceListItem = class SwirlResourceListItem {
4485
4486
  this.z = z;
4486
4487
  c.detach();
4487
4488
  this.el = r.nativeElement;
4488
- proxyOutputs(this, this.el, ['valueChange']);
4489
+ proxyOutputs(this, this.el, ['toggleDrag', 'valueChange']);
4489
4490
  }
4490
4491
  };
4491
4492
  SwirlResourceListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlResourceListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4492
- SwirlResourceListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlResourceListItem, selector: "swirl-resource-list-item", inputs: { checked: "checked", description: "description", disabled: "disabled", hideDivider: "hideDivider", href: "href", label: "label", labelWeight: "labelWeight", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4493
+ SwirlResourceListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlResourceListItem, selector: "swirl-resource-list-item", inputs: { allowDrag: "allowDrag", checked: "checked", description: "description", disabled: "disabled", dragHandleDescription: "dragHandleDescription", dragHandleLabel: "dragHandleLabel", dragging: "dragging", hideDivider: "hideDivider", href: "href", label: "label", labelWeight: "labelWeight", menuTriggerId: "menuTriggerId", menuTriggerLabel: "menuTriggerLabel", meta: "meta", selectable: "selectable", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4493
4494
  SwirlResourceListItem = __decorate([
4494
4495
  ProxyCmp({
4495
4496
  defineCustomElementFn: undefined,
4496
- inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'labelWeight', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
4497
+ inputs: ['allowDrag', 'checked', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'label', 'labelWeight', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
4497
4498
  })
4498
4499
  ], SwirlResourceListItem);
4499
4500
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlResourceListItem, decorators: [{
@@ -4502,7 +4503,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4502
4503
  selector: 'swirl-resource-list-item',
4503
4504
  changeDetection: ChangeDetectionStrategy.OnPush,
4504
4505
  template: '<ng-content></ng-content>',
4505
- inputs: ['checked', 'description', 'disabled', 'hideDivider', 'href', 'label', 'labelWeight', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
4506
+ inputs: ['allowDrag', 'checked', 'description', 'disabled', 'dragHandleDescription', 'dragHandleLabel', 'dragging', 'hideDivider', 'href', 'label', 'labelWeight', 'menuTriggerId', 'menuTriggerLabel', 'meta', 'selectable', 'value']
4506
4507
  }]
4507
4508
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4508
4509
  let SwirlSearch = class SwirlSearch {