@getflip/swirl-components-angular 0.237.0 → 0.239.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 +36 -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
|
@@ -9263,11 +9263,11 @@ let SwirlTreeViewItem = class SwirlTreeViewItem {
|
|
|
9263
9263
|
proxyOutputs(this, this.el, ['expandedChange', 'itemSelected']);
|
|
9264
9264
|
}
|
|
9265
9265
|
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 });
|
|
9266
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTreeViewItem, selector: "swirl-tree-view-item", inputs: { active: "active", href: "href", icon: "icon", itemId: "itemId", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9266
|
+
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 });
|
|
9267
9267
|
};
|
|
9268
9268
|
SwirlTreeViewItem = __decorate([
|
|
9269
9269
|
ProxyCmp({
|
|
9270
|
-
inputs: ['active', 'href', 'icon', 'itemId', 'label'],
|
|
9270
|
+
inputs: ['active', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
|
|
9271
9271
|
methods: ['expand', 'collapse', 'select', 'unselect']
|
|
9272
9272
|
})
|
|
9273
9273
|
], SwirlTreeViewItem);
|
|
@@ -9278,7 +9278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9278
9278
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9279
9279
|
template: '<ng-content></ng-content>',
|
|
9280
9280
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
9281
|
-
inputs: ['active', 'href', 'icon', 'itemId', 'label'],
|
|
9281
|
+
inputs: ['active', 'expandable', 'href', 'icon', 'iconColor', 'itemId', 'label'],
|
|
9282
9282
|
}]
|
|
9283
9283
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
9284
9284
|
let SwirlVideoThumbnail = class SwirlVideoThumbnail {
|