@six-group/ui-library-angular 0.0.0-insider.a358260 → 0.0.0-insider.d16ec8e
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/esm2020/lib/stencil-generated/components.mjs +3 -3
- package/fesm2015/six-group-ui-library-angular.mjs +2 -2
- package/fesm2015/six-group-ui-library-angular.mjs.map +1 -1
- package/fesm2020/six-group-ui-library-angular.mjs +2 -2
- package/fesm2020/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +0 -16
- package/package.json +1 -1
|
@@ -603,7 +603,7 @@ let SixInput = class SixInput {
|
|
|
603
603
|
this.z = z;
|
|
604
604
|
c.detach();
|
|
605
605
|
this.el = r.nativeElement;
|
|
606
|
-
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur'
|
|
606
|
+
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
609
|
SixInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SixInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1271,7 +1271,7 @@ let SixTextarea = class SixTextarea {
|
|
|
1271
1271
|
this.z = z;
|
|
1272
1272
|
c.detach();
|
|
1273
1273
|
this.el = r.nativeElement;
|
|
1274
|
-
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur'
|
|
1274
|
+
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1275
1275
|
}
|
|
1276
1276
|
};
|
|
1277
1277
|
SixTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SixTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|