@vonage/vivid-vue 3.60.0 → 4.0.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/generated/components/VBanner.vue2.d.ts +3 -3
- package/generated/components/VBanner.vue3.d.ts +3 -3
- package/generated/components/VButton.vue2.d.ts +2 -19
- package/generated/components/VButton.vue3.d.ts +2 -19
- package/generated/components/VCheckbox.vue2.d.ts +4 -36
- package/generated/components/VCheckbox.vue3.d.ts +4 -36
- package/generated/components/VCombobox.vue2.d.ts +2 -19
- package/generated/components/VCombobox.vue3.d.ts +2 -19
- package/generated/components/VDataGridCell.vue2.d.ts +3 -3
- package/generated/components/VDataGridCell.vue3.d.ts +3 -3
- package/generated/components/VDatePicker.vue2.d.ts +4 -19
- package/generated/components/VDatePicker.vue3.d.ts +4 -19
- package/generated/components/VDateRangePicker.vue2.d.ts +2 -63
- package/generated/components/VDateRangePicker.vue3.d.ts +2 -63
- package/generated/components/VFab.vue2.d.ts +2 -19
- package/generated/components/VFab.vue3.d.ts +2 -19
- package/generated/components/VFilePicker.vue2.d.ts +2 -19
- package/generated/components/VFilePicker.vue3.d.ts +2 -19
- package/generated/components/VNumberField.vue2.d.ts +2 -19
- package/generated/components/VNumberField.vue3.d.ts +2 -19
- package/generated/components/VOption.vue2.d.ts +0 -17
- package/generated/components/VOption.vue3.d.ts +0 -17
- package/generated/components/VRadio.vue2.d.ts +4 -36
- package/generated/components/VRadio.vue3.d.ts +4 -36
- package/generated/components/VRangeSlider.vue2.d.ts +2 -65
- package/generated/components/VRangeSlider.vue3.d.ts +2 -65
- package/generated/components/VSelect.vue2.d.ts +2 -19
- package/generated/components/VSelect.vue3.d.ts +2 -19
- package/generated/components/VSlider.vue2.d.ts +2 -19
- package/generated/components/VSlider.vue3.d.ts +2 -19
- package/generated/components/VSwitch.vue2.d.ts +4 -36
- package/generated/components/VSwitch.vue3.d.ts +4 -36
- package/generated/components/VTab.vue2.d.ts +3 -3
- package/generated/components/VTab.vue3.d.ts +3 -3
- package/generated/components/VTextArea.vue2.d.ts +2 -19
- package/generated/components/VTextArea.vue3.d.ts +2 -19
- package/generated/components/VTextField.vue2.d.ts +2 -19
- package/generated/components/VTextField.vue3.d.ts +2 -19
- package/generated/components/VTimePicker.vue2.d.ts +2 -19
- package/generated/components/VTimePicker.vue3.d.ts +2 -19
- package/index.cjs +679 -881
- package/index.js +679 -881
- package/package.json +2 -2
- package/web-types.json +6 -198
|
@@ -66,17 +66,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
66
66
|
type: PropType<string>;
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
|
-
/**
|
|
70
|
-
* The current start value of the element. This property serves as a mechanism
|
|
71
|
-
* to set the `start` property through both property assignment and the
|
|
72
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
73
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
74
|
-
* and don't support IDL attribute binding.
|
|
75
|
-
*/
|
|
76
|
-
currentStart: {
|
|
77
|
-
type: PropType<string>;
|
|
78
|
-
default: undefined;
|
|
79
|
-
};
|
|
80
69
|
/**
|
|
81
70
|
* The current start value of the element. This property serves as a mechanism
|
|
82
71
|
* to set the `start` property through both property assignment and the
|
|
@@ -88,17 +77,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
88
77
|
type: PropType<string>;
|
|
89
78
|
default: undefined;
|
|
90
79
|
};
|
|
91
|
-
/**
|
|
92
|
-
* The current end value of the element. This property serves as a mechanism
|
|
93
|
-
* to set the `end` property through both property assignment and the
|
|
94
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
95
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
96
|
-
* and don't support IDL attribute binding.
|
|
97
|
-
*/
|
|
98
|
-
currentEnd: {
|
|
99
|
-
type: PropType<string>;
|
|
100
|
-
default: undefined;
|
|
101
|
-
};
|
|
102
80
|
/**
|
|
103
81
|
* The current end value of the element. This property serves as a mechanism
|
|
104
82
|
* to set the `end` property through both property assignment and the
|
|
@@ -124,17 +102,10 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
124
102
|
type: PropType<string>;
|
|
125
103
|
default: undefined;
|
|
126
104
|
};
|
|
127
|
-
/**
|
|
128
|
-
* The initial value of the date-picker.
|
|
129
|
-
*/
|
|
130
|
-
value: {
|
|
131
|
-
type: PropType<string>;
|
|
132
|
-
default: undefined;
|
|
133
|
-
};
|
|
134
105
|
/**
|
|
135
106
|
* The current value of the date-picker.
|
|
136
107
|
*/
|
|
137
|
-
|
|
108
|
+
value: {
|
|
138
109
|
type: PropType<string>;
|
|
139
110
|
default: undefined;
|
|
140
111
|
};
|
|
@@ -214,17 +185,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
214
185
|
type: PropType<string>;
|
|
215
186
|
default: undefined;
|
|
216
187
|
};
|
|
217
|
-
/**
|
|
218
|
-
* The current start value of the element. This property serves as a mechanism
|
|
219
|
-
* to set the `start` property through both property assignment and the
|
|
220
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
221
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
222
|
-
* and don't support IDL attribute binding.
|
|
223
|
-
*/
|
|
224
|
-
currentStart: {
|
|
225
|
-
type: PropType<string>;
|
|
226
|
-
default: undefined;
|
|
227
|
-
};
|
|
228
188
|
/**
|
|
229
189
|
* The current start value of the element. This property serves as a mechanism
|
|
230
190
|
* to set the `start` property through both property assignment and the
|
|
@@ -236,17 +196,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
236
196
|
type: PropType<string>;
|
|
237
197
|
default: undefined;
|
|
238
198
|
};
|
|
239
|
-
/**
|
|
240
|
-
* The current end value of the element. This property serves as a mechanism
|
|
241
|
-
* to set the `end` property through both property assignment and the
|
|
242
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
243
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
244
|
-
* and don't support IDL attribute binding.
|
|
245
|
-
*/
|
|
246
|
-
currentEnd: {
|
|
247
|
-
type: PropType<string>;
|
|
248
|
-
default: undefined;
|
|
249
|
-
};
|
|
250
199
|
/**
|
|
251
200
|
* The current end value of the element. This property serves as a mechanism
|
|
252
201
|
* to set the `end` property through both property assignment and the
|
|
@@ -272,17 +221,10 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
272
221
|
type: PropType<string>;
|
|
273
222
|
default: undefined;
|
|
274
223
|
};
|
|
275
|
-
/**
|
|
276
|
-
* The initial value of the date-picker.
|
|
277
|
-
*/
|
|
278
|
-
value: {
|
|
279
|
-
type: PropType<string>;
|
|
280
|
-
default: undefined;
|
|
281
|
-
};
|
|
282
224
|
/**
|
|
283
225
|
* The current value of the date-picker.
|
|
284
226
|
*/
|
|
285
|
-
|
|
227
|
+
value: {
|
|
286
228
|
type: PropType<string>;
|
|
287
229
|
default: undefined;
|
|
288
230
|
};
|
|
@@ -299,7 +241,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
299
241
|
value: string;
|
|
300
242
|
disabled: boolean;
|
|
301
243
|
initialValue: string;
|
|
302
|
-
currentValue: string;
|
|
303
244
|
required: boolean;
|
|
304
245
|
label: string;
|
|
305
246
|
start: string;
|
|
@@ -309,8 +250,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
309
250
|
min: string;
|
|
310
251
|
initialStart: string;
|
|
311
252
|
initialEnd: string;
|
|
312
|
-
currentStart: string;
|
|
313
|
-
currentEnd: string;
|
|
314
253
|
end: string;
|
|
315
254
|
}>;
|
|
316
255
|
export default _default;
|
|
@@ -67,17 +67,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
type: PropType<string>;
|
|
68
68
|
default: undefined;
|
|
69
69
|
};
|
|
70
|
-
/**
|
|
71
|
-
* The current start value of the element. This property serves as a mechanism
|
|
72
|
-
* to set the `start` property through both property assignment and the
|
|
73
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
74
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
75
|
-
* and don't support IDL attribute binding.
|
|
76
|
-
*/
|
|
77
|
-
currentStart: {
|
|
78
|
-
type: PropType<string>;
|
|
79
|
-
default: undefined;
|
|
80
|
-
};
|
|
81
70
|
/**
|
|
82
71
|
* The current start value of the element. This property serves as a mechanism
|
|
83
72
|
* to set the `start` property through both property assignment and the
|
|
@@ -89,17 +78,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
78
|
type: PropType<string>;
|
|
90
79
|
default: undefined;
|
|
91
80
|
};
|
|
92
|
-
/**
|
|
93
|
-
* The current end value of the element. This property serves as a mechanism
|
|
94
|
-
* to set the `end` property through both property assignment and the
|
|
95
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
96
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
97
|
-
* and don't support IDL attribute binding.
|
|
98
|
-
*/
|
|
99
|
-
currentEnd: {
|
|
100
|
-
type: PropType<string>;
|
|
101
|
-
default: undefined;
|
|
102
|
-
};
|
|
103
81
|
/**
|
|
104
82
|
* The current end value of the element. This property serves as a mechanism
|
|
105
83
|
* to set the `end` property through both property assignment and the
|
|
@@ -125,17 +103,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
103
|
type: PropType<string>;
|
|
126
104
|
default: undefined;
|
|
127
105
|
};
|
|
128
|
-
/**
|
|
129
|
-
* The initial value of the date-picker.
|
|
130
|
-
*/
|
|
131
|
-
value: {
|
|
132
|
-
type: PropType<string>;
|
|
133
|
-
default: undefined;
|
|
134
|
-
};
|
|
135
106
|
/**
|
|
136
107
|
* The current value of the date-picker.
|
|
137
108
|
*/
|
|
138
|
-
|
|
109
|
+
value: {
|
|
139
110
|
type: PropType<string>;
|
|
140
111
|
default: undefined;
|
|
141
112
|
};
|
|
@@ -276,17 +247,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
276
247
|
type: PropType<string>;
|
|
277
248
|
default: undefined;
|
|
278
249
|
};
|
|
279
|
-
/**
|
|
280
|
-
* The current start value of the element. This property serves as a mechanism
|
|
281
|
-
* to set the `start` property through both property assignment and the
|
|
282
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
283
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
284
|
-
* and don't support IDL attribute binding.
|
|
285
|
-
*/
|
|
286
|
-
currentStart: {
|
|
287
|
-
type: PropType<string>;
|
|
288
|
-
default: undefined;
|
|
289
|
-
};
|
|
290
250
|
/**
|
|
291
251
|
* The current start value of the element. This property serves as a mechanism
|
|
292
252
|
* to set the `start` property through both property assignment and the
|
|
@@ -298,17 +258,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
298
258
|
type: PropType<string>;
|
|
299
259
|
default: undefined;
|
|
300
260
|
};
|
|
301
|
-
/**
|
|
302
|
-
* The current end value of the element. This property serves as a mechanism
|
|
303
|
-
* to set the `end` property through both property assignment and the
|
|
304
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
305
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
306
|
-
* and don't support IDL attribute binding.
|
|
307
|
-
*/
|
|
308
|
-
currentEnd: {
|
|
309
|
-
type: PropType<string>;
|
|
310
|
-
default: undefined;
|
|
311
|
-
};
|
|
312
261
|
/**
|
|
313
262
|
* The current end value of the element. This property serves as a mechanism
|
|
314
263
|
* to set the `end` property through both property assignment and the
|
|
@@ -334,17 +283,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
334
283
|
type: PropType<string>;
|
|
335
284
|
default: undefined;
|
|
336
285
|
};
|
|
337
|
-
/**
|
|
338
|
-
* The initial value of the date-picker.
|
|
339
|
-
*/
|
|
340
|
-
value: {
|
|
341
|
-
type: PropType<string>;
|
|
342
|
-
default: undefined;
|
|
343
|
-
};
|
|
344
286
|
/**
|
|
345
287
|
* The current value of the date-picker.
|
|
346
288
|
*/
|
|
347
|
-
|
|
289
|
+
value: {
|
|
348
290
|
type: PropType<string>;
|
|
349
291
|
default: undefined;
|
|
350
292
|
};
|
|
@@ -374,7 +316,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
374
316
|
value: string;
|
|
375
317
|
disabled: boolean;
|
|
376
318
|
initialValue: string;
|
|
377
|
-
currentValue: string;
|
|
378
319
|
required: boolean;
|
|
379
320
|
label: string;
|
|
380
321
|
start: string;
|
|
@@ -384,8 +325,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
384
325
|
min: string;
|
|
385
326
|
initialStart: string;
|
|
386
327
|
initialEnd: string;
|
|
387
|
-
currentStart: string;
|
|
388
|
-
currentEnd: string;
|
|
389
328
|
end: string;
|
|
390
329
|
}, SlotsType<{
|
|
391
330
|
/**
|
|
@@ -38,14 +38,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
38
38
|
type: PropType<string>;
|
|
39
39
|
default: undefined;
|
|
40
40
|
};
|
|
41
|
-
/**
|
|
42
|
-
* The initial value of the form. This value sets the `value` property
|
|
43
|
-
* only when the `value` property has not been explicitly set.
|
|
44
|
-
*/
|
|
45
|
-
value: {
|
|
46
|
-
type: PropType<string>;
|
|
47
|
-
default: undefined;
|
|
48
|
-
};
|
|
49
41
|
/**
|
|
50
42
|
* The current value of the element. This property serves as a mechanism
|
|
51
43
|
* to set the `value` property through both property assignment and the
|
|
@@ -53,7 +45,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
53
45
|
* in UI libraries that bind data through the .setAttribute() API
|
|
54
46
|
* and don't support IDL attribute binding.
|
|
55
47
|
*/
|
|
56
|
-
|
|
48
|
+
value: {
|
|
57
49
|
type: PropType<string>;
|
|
58
50
|
default: undefined;
|
|
59
51
|
};
|
|
@@ -194,14 +186,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
194
186
|
type: PropType<string>;
|
|
195
187
|
default: undefined;
|
|
196
188
|
};
|
|
197
|
-
/**
|
|
198
|
-
* The initial value of the form. This value sets the `value` property
|
|
199
|
-
* only when the `value` property has not been explicitly set.
|
|
200
|
-
*/
|
|
201
|
-
value: {
|
|
202
|
-
type: PropType<string>;
|
|
203
|
-
default: undefined;
|
|
204
|
-
};
|
|
205
189
|
/**
|
|
206
190
|
* The current value of the element. This property serves as a mechanism
|
|
207
191
|
* to set the `value` property through both property assignment and the
|
|
@@ -209,7 +193,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
209
193
|
* in UI libraries that bind data through the .setAttribute() API
|
|
210
194
|
* and don't support IDL attribute binding.
|
|
211
195
|
*/
|
|
212
|
-
|
|
196
|
+
value: {
|
|
213
197
|
type: PropType<string>;
|
|
214
198
|
default: undefined;
|
|
215
199
|
};
|
|
@@ -315,7 +299,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
315
299
|
connotation: "accent" | "cta" | "announcement";
|
|
316
300
|
disabled: boolean;
|
|
317
301
|
initialValue: string;
|
|
318
|
-
currentValue: string;
|
|
319
302
|
required: boolean;
|
|
320
303
|
autofocus: boolean;
|
|
321
304
|
form: string;
|
|
@@ -39,14 +39,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: PropType<string>;
|
|
40
40
|
default: undefined;
|
|
41
41
|
};
|
|
42
|
-
/**
|
|
43
|
-
* The initial value of the form. This value sets the `value` property
|
|
44
|
-
* only when the `value` property has not been explicitly set.
|
|
45
|
-
*/
|
|
46
|
-
value: {
|
|
47
|
-
type: PropType<string>;
|
|
48
|
-
default: undefined;
|
|
49
|
-
};
|
|
50
42
|
/**
|
|
51
43
|
* The current value of the element. This property serves as a mechanism
|
|
52
44
|
* to set the `value` property through both property assignment and the
|
|
@@ -54,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
46
|
* in UI libraries that bind data through the .setAttribute() API
|
|
55
47
|
* and don't support IDL attribute binding.
|
|
56
48
|
*/
|
|
57
|
-
|
|
49
|
+
value: {
|
|
58
50
|
type: PropType<string>;
|
|
59
51
|
default: undefined;
|
|
60
52
|
};
|
|
@@ -226,14 +218,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
218
|
type: PropType<string>;
|
|
227
219
|
default: undefined;
|
|
228
220
|
};
|
|
229
|
-
/**
|
|
230
|
-
* The initial value of the form. This value sets the `value` property
|
|
231
|
-
* only when the `value` property has not been explicitly set.
|
|
232
|
-
*/
|
|
233
|
-
value: {
|
|
234
|
-
type: PropType<string>;
|
|
235
|
-
default: undefined;
|
|
236
|
-
};
|
|
237
221
|
/**
|
|
238
222
|
* The current value of the element. This property serves as a mechanism
|
|
239
223
|
* to set the `value` property through both property assignment and the
|
|
@@ -241,7 +225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
241
225
|
* in UI libraries that bind data through the .setAttribute() API
|
|
242
226
|
* and don't support IDL attribute binding.
|
|
243
227
|
*/
|
|
244
|
-
|
|
228
|
+
value: {
|
|
245
229
|
type: PropType<string>;
|
|
246
230
|
default: undefined;
|
|
247
231
|
};
|
|
@@ -354,7 +338,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
354
338
|
connotation: "accent" | "cta" | "announcement";
|
|
355
339
|
disabled: boolean;
|
|
356
340
|
initialValue: string;
|
|
357
|
-
currentValue: string;
|
|
358
341
|
required: boolean;
|
|
359
342
|
autofocus: boolean;
|
|
360
343
|
form: string;
|
|
@@ -44,14 +44,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
44
44
|
type: PropType<string>;
|
|
45
45
|
default: undefined;
|
|
46
46
|
};
|
|
47
|
-
/**
|
|
48
|
-
* The initial value of the form. This value sets the `value` property
|
|
49
|
-
* only when the `value` property has not been explicitly set.
|
|
50
|
-
*/
|
|
51
|
-
value: {
|
|
52
|
-
type: PropType<string>;
|
|
53
|
-
default: undefined;
|
|
54
|
-
};
|
|
55
47
|
/**
|
|
56
48
|
* The current value of the element. This property serves as a mechanism
|
|
57
49
|
* to set the `value` property through both property assignment and the
|
|
@@ -59,7 +51,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
59
51
|
* in UI libraries that bind data through the .setAttribute() API
|
|
60
52
|
* and don't support IDL attribute binding.
|
|
61
53
|
*/
|
|
62
|
-
|
|
54
|
+
value: {
|
|
63
55
|
type: PropType<string>;
|
|
64
56
|
default: undefined;
|
|
65
57
|
};
|
|
@@ -159,14 +151,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
159
151
|
type: PropType<string>;
|
|
160
152
|
default: undefined;
|
|
161
153
|
};
|
|
162
|
-
/**
|
|
163
|
-
* The initial value of the form. This value sets the `value` property
|
|
164
|
-
* only when the `value` property has not been explicitly set.
|
|
165
|
-
*/
|
|
166
|
-
value: {
|
|
167
|
-
type: PropType<string>;
|
|
168
|
-
default: undefined;
|
|
169
|
-
};
|
|
170
154
|
/**
|
|
171
155
|
* The current value of the element. This property serves as a mechanism
|
|
172
156
|
* to set the `value` property through both property assignment and the
|
|
@@ -174,7 +158,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
174
158
|
* in UI libraries that bind data through the .setAttribute() API
|
|
175
159
|
* and don't support IDL attribute binding.
|
|
176
160
|
*/
|
|
177
|
-
|
|
161
|
+
value: {
|
|
178
162
|
type: PropType<string>;
|
|
179
163
|
default: undefined;
|
|
180
164
|
};
|
|
@@ -227,7 +211,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
227
211
|
size: "expanded" | "normal";
|
|
228
212
|
disabled: boolean;
|
|
229
213
|
initialValue: string;
|
|
230
|
-
currentValue: string;
|
|
231
214
|
required: boolean;
|
|
232
215
|
label: string;
|
|
233
216
|
errorText: string;
|
|
@@ -45,14 +45,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
type: PropType<string>;
|
|
46
46
|
default: undefined;
|
|
47
47
|
};
|
|
48
|
-
/**
|
|
49
|
-
* The initial value of the form. This value sets the `value` property
|
|
50
|
-
* only when the `value` property has not been explicitly set.
|
|
51
|
-
*/
|
|
52
|
-
value: {
|
|
53
|
-
type: PropType<string>;
|
|
54
|
-
default: undefined;
|
|
55
|
-
};
|
|
56
48
|
/**
|
|
57
49
|
* The current value of the element. This property serves as a mechanism
|
|
58
50
|
* to set the `value` property through both property assignment and the
|
|
@@ -60,7 +52,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
52
|
* in UI libraries that bind data through the .setAttribute() API
|
|
61
53
|
* and don't support IDL attribute binding.
|
|
62
54
|
*/
|
|
63
|
-
|
|
55
|
+
value: {
|
|
64
56
|
type: PropType<string>;
|
|
65
57
|
default: undefined;
|
|
66
58
|
};
|
|
@@ -196,14 +188,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
196
188
|
type: PropType<string>;
|
|
197
189
|
default: undefined;
|
|
198
190
|
};
|
|
199
|
-
/**
|
|
200
|
-
* The initial value of the form. This value sets the `value` property
|
|
201
|
-
* only when the `value` property has not been explicitly set.
|
|
202
|
-
*/
|
|
203
|
-
value: {
|
|
204
|
-
type: PropType<string>;
|
|
205
|
-
default: undefined;
|
|
206
|
-
};
|
|
207
191
|
/**
|
|
208
192
|
* The current value of the element. This property serves as a mechanism
|
|
209
193
|
* to set the `value` property through both property assignment and the
|
|
@@ -211,7 +195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
211
195
|
* in UI libraries that bind data through the .setAttribute() API
|
|
212
196
|
* and don't support IDL attribute binding.
|
|
213
197
|
*/
|
|
214
|
-
|
|
198
|
+
value: {
|
|
215
199
|
type: PropType<string>;
|
|
216
200
|
default: undefined;
|
|
217
201
|
};
|
|
@@ -272,7 +256,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
256
|
size: "expanded" | "normal";
|
|
273
257
|
disabled: boolean;
|
|
274
258
|
initialValue: string;
|
|
275
|
-
currentValue: string;
|
|
276
259
|
required: boolean;
|
|
277
260
|
label: string;
|
|
278
261
|
errorText: string;
|
|
@@ -66,14 +66,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
66
66
|
type: PropType<string>;
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
|
-
/**
|
|
70
|
-
* The initial value of the form. This value sets the `value` property
|
|
71
|
-
* only when the `value` property has not been explicitly set.
|
|
72
|
-
*/
|
|
73
|
-
value: {
|
|
74
|
-
type: PropType<string>;
|
|
75
|
-
default: undefined;
|
|
76
|
-
};
|
|
77
69
|
/**
|
|
78
70
|
* The current value of the element. This property serves as a mechanism
|
|
79
71
|
* to set the `value` property through both property assignment and the
|
|
@@ -81,7 +73,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
81
73
|
* in UI libraries that bind data through the .setAttribute() API
|
|
82
74
|
* and don't support IDL attribute binding.
|
|
83
75
|
*/
|
|
84
|
-
|
|
76
|
+
value: {
|
|
85
77
|
type: PropType<string>;
|
|
86
78
|
default: undefined;
|
|
87
79
|
};
|
|
@@ -287,14 +279,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
287
279
|
type: PropType<string>;
|
|
288
280
|
default: undefined;
|
|
289
281
|
};
|
|
290
|
-
/**
|
|
291
|
-
* The initial value of the form. This value sets the `value` property
|
|
292
|
-
* only when the `value` property has not been explicitly set.
|
|
293
|
-
*/
|
|
294
|
-
value: {
|
|
295
|
-
type: PropType<string>;
|
|
296
|
-
default: undefined;
|
|
297
|
-
};
|
|
298
282
|
/**
|
|
299
283
|
* The current value of the element. This property serves as a mechanism
|
|
300
284
|
* to set the `value` property through both property assignment and the
|
|
@@ -302,7 +286,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
302
286
|
* in UI libraries that bind data through the .setAttribute() API
|
|
303
287
|
* and don't support IDL attribute binding.
|
|
304
288
|
*/
|
|
305
|
-
|
|
289
|
+
value: {
|
|
306
290
|
type: PropType<string>;
|
|
307
291
|
default: undefined;
|
|
308
292
|
};
|
|
@@ -432,7 +416,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
432
416
|
appearance: "fieldset" | "ghost";
|
|
433
417
|
disabled: boolean;
|
|
434
418
|
initialValue: string;
|
|
435
|
-
currentValue: string;
|
|
436
419
|
required: boolean;
|
|
437
420
|
autofocus: boolean;
|
|
438
421
|
label: string;
|
|
@@ -67,14 +67,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
type: PropType<string>;
|
|
68
68
|
default: undefined;
|
|
69
69
|
};
|
|
70
|
-
/**
|
|
71
|
-
* The initial value of the form. This value sets the `value` property
|
|
72
|
-
* only when the `value` property has not been explicitly set.
|
|
73
|
-
*/
|
|
74
|
-
value: {
|
|
75
|
-
type: PropType<string>;
|
|
76
|
-
default: undefined;
|
|
77
|
-
};
|
|
78
70
|
/**
|
|
79
71
|
* The current value of the element. This property serves as a mechanism
|
|
80
72
|
* to set the `value` property through both property assignment and the
|
|
@@ -82,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
74
|
* in UI libraries that bind data through the .setAttribute() API
|
|
83
75
|
* and don't support IDL attribute binding.
|
|
84
76
|
*/
|
|
85
|
-
|
|
77
|
+
value: {
|
|
86
78
|
type: PropType<string>;
|
|
87
79
|
default: undefined;
|
|
88
80
|
};
|
|
@@ -329,14 +321,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
321
|
type: PropType<string>;
|
|
330
322
|
default: undefined;
|
|
331
323
|
};
|
|
332
|
-
/**
|
|
333
|
-
* The initial value of the form. This value sets the `value` property
|
|
334
|
-
* only when the `value` property has not been explicitly set.
|
|
335
|
-
*/
|
|
336
|
-
value: {
|
|
337
|
-
type: PropType<string>;
|
|
338
|
-
default: undefined;
|
|
339
|
-
};
|
|
340
324
|
/**
|
|
341
325
|
* The current value of the element. This property serves as a mechanism
|
|
342
326
|
* to set the `value` property through both property assignment and the
|
|
@@ -344,7 +328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
344
328
|
* in UI libraries that bind data through the .setAttribute() API
|
|
345
329
|
* and don't support IDL attribute binding.
|
|
346
330
|
*/
|
|
347
|
-
|
|
331
|
+
value: {
|
|
348
332
|
type: PropType<string>;
|
|
349
333
|
default: undefined;
|
|
350
334
|
};
|
|
@@ -483,7 +467,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
483
467
|
appearance: "fieldset" | "ghost";
|
|
484
468
|
disabled: boolean;
|
|
485
469
|
initialValue: string;
|
|
486
|
-
currentValue: string;
|
|
487
470
|
required: boolean;
|
|
488
471
|
autofocus: boolean;
|
|
489
472
|
label: string;
|