@getflip/swirl-components-angular 0.233.0 → 0.233.1
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 +12 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +2 -2
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -9102,7 +9102,7 @@ let SwirlTreeView = class SwirlTreeView {
|
|
|
9102
9102
|
this.z = z;
|
|
9103
9103
|
c.detach();
|
|
9104
9104
|
this.el = r.nativeElement;
|
|
9105
|
-
proxyOutputs(this, this.el, ['
|
|
9105
|
+
proxyOutputs(this, this.el, ['itemExpansionChanged']);
|
|
9106
9106
|
}
|
|
9107
9107
|
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 });
|
|
9108
9108
|
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 });
|