@six-group/ui-library-angular 0.0.0-insider.db2b416 → 0.0.0-insider.e148618
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/package.json +1 -1
|
@@ -215,7 +215,7 @@ SixCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
|
215
215
|
SixCheckbox = __decorate([
|
|
216
216
|
ProxyCmp({
|
|
217
217
|
inputs: ['checked', 'disabled', 'errorText', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
218
|
-
methods: ['setFocus', 'removeFocus'
|
|
218
|
+
methods: ['setFocus', 'removeFocus']
|
|
219
219
|
})
|
|
220
220
|
], SixCheckbox);
|
|
221
221
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
@@ -878,7 +878,7 @@ SixRadio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
|
|
878
878
|
SixRadio = __decorate([
|
|
879
879
|
ProxyCmp({
|
|
880
880
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
881
|
-
methods: ['setFocus', 'removeFocus'
|
|
881
|
+
methods: ['setFocus', 'removeFocus']
|
|
882
882
|
})
|
|
883
883
|
], SixRadio);
|
|
884
884
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SixRadio, decorators: [{
|