@getflip/swirl-components-angular 0.8.1 → 0.9.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 +2 -2
- package/CHANGELOG.md +14 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +2 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +1 -0
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +1 -0
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +5 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -1
|
@@ -3454,6 +3454,7 @@ let FlipThemeProvider = class FlipThemeProvider {
|
|
|
3454
3454
|
this.z = z;
|
|
3455
3455
|
c.detach();
|
|
3456
3456
|
this.el = r.nativeElement;
|
|
3457
|
+
proxyOutputs(this, this.el, ['themeChange']);
|
|
3457
3458
|
}
|
|
3458
3459
|
};
|
|
3459
3460
|
FlipThemeProvider.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|