mapa-library-ui 0.20.0 → 0.20.2
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/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/capability/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/capability/lib/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/chart/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/chart/lib/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/dropdown/lib/components/dropdown/src/dropdown.component.mjs +3 -3
- package/esm2020/src/lib/components/dropdown/lib/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/form/lib/components/input/src/input.component.mjs +3 -3
- package/esm2020/src/lib/components/form/lib/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/input/src/input.component.mjs +3 -3
- package/esm2020/src/lib/components/radio-button/lib/core/elements/element-base.mjs +3 -1
- package/esm2020/src/lib/components/textarea/lib/core/elements/element-base.mjs +3 -1
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs +4 -2
- package/fesm2015/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/fesm2015/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2015/mapa-library-ui.mjs +2 -0
- package/fesm2015/mapa-library-ui.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs +4 -2
- package/fesm2020/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs +2 -2
- package/fesm2020/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2020/mapa-library-ui.mjs +2 -0
- package/fesm2020/mapa-library-ui.mjs.map +1 -1
- package/lib/core/elements/element-base.d.ts +4 -0
- package/mapa-library-ui-0.20.2.tgz +0 -0
- package/package.json +1 -1
- package/src/lib/components/capability/lib/core/elements/element-base.d.ts +4 -0
- package/src/lib/components/chart/lib/core/elements/element-base.d.ts +4 -0
- package/src/lib/components/dropdown/lib/core/elements/element-base.d.ts +4 -0
- package/src/lib/components/form/lib/core/elements/element-base.d.ts +4 -0
- package/src/lib/components/radio-button/lib/core/elements/element-base.d.ts +4 -0
- package/src/lib/components/textarea/lib/core/elements/element-base.d.ts +4 -0
- package/mapa-library-ui-0.20.0.tgz +0 -0
|
@@ -27,6 +27,8 @@ export declare class ElementBase {
|
|
|
27
27
|
errors?: Errors;
|
|
28
28
|
actionButton?: ActionButton;
|
|
29
29
|
mask?: string;
|
|
30
|
+
autocomplete?: string;
|
|
31
|
+
clearValue?: boolean;
|
|
30
32
|
constructor(options?: {
|
|
31
33
|
value?: string;
|
|
32
34
|
key?: string;
|
|
@@ -51,5 +53,7 @@ export declare class ElementBase {
|
|
|
51
53
|
errors?: Errors;
|
|
52
54
|
actionButton?: ActionButton;
|
|
53
55
|
mask?: string;
|
|
56
|
+
autocomplete?: string;
|
|
57
|
+
clearValue?: boolean;
|
|
54
58
|
});
|
|
55
59
|
}
|
|
@@ -27,6 +27,8 @@ export declare class ElementBase {
|
|
|
27
27
|
errors?: Errors;
|
|
28
28
|
actionButton?: ActionButton;
|
|
29
29
|
mask?: string;
|
|
30
|
+
autocomplete?: string;
|
|
31
|
+
clearValue?: boolean;
|
|
30
32
|
constructor(options?: {
|
|
31
33
|
value?: string;
|
|
32
34
|
key?: string;
|
|
@@ -51,5 +53,7 @@ export declare class ElementBase {
|
|
|
51
53
|
errors?: Errors;
|
|
52
54
|
actionButton?: ActionButton;
|
|
53
55
|
mask?: string;
|
|
56
|
+
autocomplete?: string;
|
|
57
|
+
clearValue?: boolean;
|
|
54
58
|
});
|
|
55
59
|
}
|
|
@@ -27,6 +27,8 @@ export declare class ElementBase {
|
|
|
27
27
|
errors?: Errors;
|
|
28
28
|
actionButton?: ActionButton;
|
|
29
29
|
mask?: string;
|
|
30
|
+
autocomplete?: string;
|
|
31
|
+
clearValue?: boolean;
|
|
30
32
|
constructor(options?: {
|
|
31
33
|
value?: string;
|
|
32
34
|
key?: string;
|
|
@@ -51,5 +53,7 @@ export declare class ElementBase {
|
|
|
51
53
|
errors?: Errors;
|
|
52
54
|
actionButton?: ActionButton;
|
|
53
55
|
mask?: string;
|
|
56
|
+
autocomplete?: string;
|
|
57
|
+
clearValue?: boolean;
|
|
54
58
|
});
|
|
55
59
|
}
|
|
@@ -27,6 +27,8 @@ export declare class ElementBase {
|
|
|
27
27
|
errors?: Errors;
|
|
28
28
|
actionButton?: ActionButton;
|
|
29
29
|
mask?: string;
|
|
30
|
+
autocomplete?: string;
|
|
31
|
+
clearValue?: boolean;
|
|
30
32
|
constructor(options?: {
|
|
31
33
|
value?: string;
|
|
32
34
|
key?: string;
|
|
@@ -51,5 +53,7 @@ export declare class ElementBase {
|
|
|
51
53
|
errors?: Errors;
|
|
52
54
|
actionButton?: ActionButton;
|
|
53
55
|
mask?: string;
|
|
56
|
+
autocomplete?: string;
|
|
57
|
+
clearValue?: boolean;
|
|
54
58
|
});
|
|
55
59
|
}
|
|
Binary file
|