@cobre-npm/ds-v3 0.66.1 → 0.66.3
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/dist/cobre-ds-v3-lib.es.js +4 -1
- package/dist/style.css +1 -1
- package/dist/types/components/molecules/CobreFormOtp/CobreFormOtp.vue.d.ts +16 -16
- package/dist/types/components/molecules/CobreRowTable/CobreRowTable.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreTextArea/CobreTextArea.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -27,6 +27,10 @@ declare function __VLS_template(): {
|
|
|
27
27
|
isDisabled: {
|
|
28
28
|
type: import("vue").PropType<boolean>;
|
|
29
29
|
};
|
|
30
|
+
inputmode: {
|
|
31
|
+
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
30
34
|
numInputs: {
|
|
31
35
|
type: import("vue").PropType<number>;
|
|
32
36
|
default: number;
|
|
@@ -45,10 +49,6 @@ declare function __VLS_template(): {
|
|
|
45
49
|
inputType: {
|
|
46
50
|
type: import("vue").PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
47
51
|
};
|
|
48
|
-
inputmode: {
|
|
49
|
-
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
52
|
shouldAutoFocus: {
|
|
53
53
|
type: import("vue").PropType<boolean>;
|
|
54
54
|
default: boolean;
|
|
@@ -93,6 +93,10 @@ declare function __VLS_template(): {
|
|
|
93
93
|
isDisabled: {
|
|
94
94
|
type: import("vue").PropType<boolean>;
|
|
95
95
|
};
|
|
96
|
+
inputmode: {
|
|
97
|
+
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
96
100
|
numInputs: {
|
|
97
101
|
type: import("vue").PropType<number>;
|
|
98
102
|
default: number;
|
|
@@ -111,10 +115,6 @@ declare function __VLS_template(): {
|
|
|
111
115
|
inputType: {
|
|
112
116
|
type: import("vue").PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
113
117
|
};
|
|
114
|
-
inputmode: {
|
|
115
|
-
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
118
|
shouldAutoFocus: {
|
|
119
119
|
type: import("vue").PropType<boolean>;
|
|
120
120
|
default: boolean;
|
|
@@ -173,6 +173,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
173
173
|
isDisabled: {
|
|
174
174
|
type: import("vue").PropType<boolean>;
|
|
175
175
|
};
|
|
176
|
+
inputmode: {
|
|
177
|
+
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
176
180
|
numInputs: {
|
|
177
181
|
type: import("vue").PropType<number>;
|
|
178
182
|
default: number;
|
|
@@ -191,10 +195,6 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
191
195
|
inputType: {
|
|
192
196
|
type: import("vue").PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
193
197
|
};
|
|
194
|
-
inputmode: {
|
|
195
|
-
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
196
|
-
default: string;
|
|
197
|
-
};
|
|
198
198
|
shouldAutoFocus: {
|
|
199
199
|
type: import("vue").PropType<boolean>;
|
|
200
200
|
default: boolean;
|
|
@@ -239,6 +239,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
239
239
|
isDisabled: {
|
|
240
240
|
type: import("vue").PropType<boolean>;
|
|
241
241
|
};
|
|
242
|
+
inputmode: {
|
|
243
|
+
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
244
|
+
default: string;
|
|
245
|
+
};
|
|
242
246
|
numInputs: {
|
|
243
247
|
type: import("vue").PropType<number>;
|
|
244
248
|
default: number;
|
|
@@ -257,10 +261,6 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
257
261
|
inputType: {
|
|
258
262
|
type: import("vue").PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
259
263
|
};
|
|
260
|
-
inputmode: {
|
|
261
|
-
type: import("vue").PropType<"text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
262
|
-
default: string;
|
|
263
|
-
};
|
|
264
264
|
shouldAutoFocus: {
|
|
265
265
|
type: import("vue").PropType<boolean>;
|
|
266
266
|
default: boolean;
|
|
@@ -61,10 +61,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
61
61
|
onSelectItem?: ((...args: any[]) => any) | undefined;
|
|
62
62
|
onClickKebabOption?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
+
height: string;
|
|
64
65
|
dataKey: string;
|
|
65
66
|
emptyResultTitle: string;
|
|
66
67
|
emptyResultMsg: string;
|
|
67
|
-
height: string;
|
|
68
68
|
isResponsive: boolean;
|
|
69
69
|
allowNavigation: boolean;
|
|
70
70
|
isColumnCheckboxEnabled: boolean;
|
|
@@ -29,8 +29,8 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
29
29
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
30
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
|
-
theme: "white" | "cloudy";
|
|
33
32
|
height: string;
|
|
33
|
+
theme: "white" | "cloudy";
|
|
34
34
|
isRequired: boolean;
|
|
35
35
|
isDisabled: boolean;
|
|
36
36
|
minlength: string;
|