@getflip/swirl-components-angular 0.228.0 → 0.229.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +19 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -6615,11 +6615,11 @@ let SwirlResourceList = class SwirlResourceList {
|
|
|
6615
6615
|
proxyOutputs(this, this.el, ['itemDrop']);
|
|
6616
6616
|
}
|
|
6617
6617
|
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 });
|
|
6618
|
-
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6618
|
+
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", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6619
6619
|
};
|
|
6620
6620
|
SwirlResourceList = __decorate([
|
|
6621
6621
|
ProxyCmp({
|
|
6622
|
-
inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label']
|
|
6622
|
+
inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'spacing']
|
|
6623
6623
|
})
|
|
6624
6624
|
], SwirlResourceList);
|
|
6625
6625
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceList, decorators: [{
|
|
@@ -6629,7 +6629,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6629
6629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6630
6630
|
template: '<ng-content></ng-content>',
|
|
6631
6631
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6632
|
-
inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label'],
|
|
6632
|
+
inputs: ['allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'controllingElement', 'label', 'spacing'],
|
|
6633
6633
|
}]
|
|
6634
6634
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6635
6635
|
let SwirlResourceListFileItem = class SwirlResourceListFileItem {
|