@vonage/vivid-vue 3.59.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.
Files changed (44) hide show
  1. package/generated/components/VBanner.vue2.d.ts +3 -3
  2. package/generated/components/VBanner.vue3.d.ts +3 -3
  3. package/generated/components/VButton.vue2.d.ts +8 -8
  4. package/generated/components/VButton.vue3.d.ts +8 -8
  5. package/generated/components/VCheckbox.vue2.d.ts +10 -10
  6. package/generated/components/VCheckbox.vue3.d.ts +10 -10
  7. package/generated/components/VCombobox.vue2.d.ts +5 -5
  8. package/generated/components/VCombobox.vue3.d.ts +5 -5
  9. package/generated/components/VDataGridCell.vue2.d.ts +3 -3
  10. package/generated/components/VDataGridCell.vue3.d.ts +3 -3
  11. package/generated/components/VDatePicker.vue2.d.ts +9 -9
  12. package/generated/components/VDatePicker.vue3.d.ts +9 -9
  13. package/generated/components/VDateRangePicker.vue2.d.ts +25 -37
  14. package/generated/components/VDateRangePicker.vue3.d.ts +25 -37
  15. package/generated/components/VFab.vue2.d.ts +5 -5
  16. package/generated/components/VFab.vue3.d.ts +5 -5
  17. package/generated/components/VFilePicker.vue2.d.ts +5 -5
  18. package/generated/components/VFilePicker.vue3.d.ts +5 -5
  19. package/generated/components/VNumberField.vue2.d.ts +5 -5
  20. package/generated/components/VNumberField.vue3.d.ts +5 -5
  21. package/generated/components/VOption.vue2.d.ts +3 -3
  22. package/generated/components/VOption.vue3.d.ts +3 -3
  23. package/generated/components/VRadio.vue2.d.ts +10 -10
  24. package/generated/components/VRadio.vue3.d.ts +10 -10
  25. package/generated/components/VRangeSlider.vue2.d.ts +19 -31
  26. package/generated/components/VRangeSlider.vue3.d.ts +19 -31
  27. package/generated/components/VSelect.vue2.d.ts +6 -5
  28. package/generated/components/VSelect.vue3.d.ts +6 -5
  29. package/generated/components/VSlider.vue2.d.ts +5 -5
  30. package/generated/components/VSlider.vue3.d.ts +5 -5
  31. package/generated/components/VSwitch.vue2.d.ts +10 -10
  32. package/generated/components/VSwitch.vue3.d.ts +10 -10
  33. package/generated/components/VTab.vue2.d.ts +3 -3
  34. package/generated/components/VTab.vue3.d.ts +3 -3
  35. package/generated/components/VTextArea.vue2.d.ts +5 -5
  36. package/generated/components/VTextArea.vue3.d.ts +5 -5
  37. package/generated/components/VTextField.vue2.d.ts +5 -5
  38. package/generated/components/VTextField.vue3.d.ts +5 -5
  39. package/generated/components/VTimePicker.vue2.d.ts +5 -5
  40. package/generated/components/VTimePicker.vue3.d.ts +5 -5
  41. package/index.cjs +717 -719
  42. package/index.js +717 -719
  43. package/package.json +2 -2
  44. package/web-types.json +52 -52
@@ -37,7 +37,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
37
37
  default: undefined;
38
38
  };
39
39
  ariaLive: {
40
- type: PropType<any>;
40
+ type: PropType<string>;
41
41
  default: undefined;
42
42
  };
43
43
  text: {
@@ -90,7 +90,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
90
90
  default: undefined;
91
91
  };
92
92
  ariaLive: {
93
- type: PropType<any>;
93
+ type: PropType<string>;
94
94
  default: undefined;
95
95
  };
96
96
  text: {
@@ -111,6 +111,6 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
111
111
  dismissAriaLabel: string;
112
112
  actionHref: string;
113
113
  actionText: string;
114
- ariaLive: any;
114
+ ariaLive: string;
115
115
  }>;
116
116
  export default _default;
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
38
38
  default: undefined;
39
39
  };
40
40
  ariaLive: {
41
- type: PropType<any>;
41
+ type: PropType<string>;
42
42
  default: undefined;
43
43
  };
44
44
  text: {
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<{
122
122
  default: undefined;
123
123
  };
124
124
  ariaLive: {
125
- type: PropType<any>;
125
+ type: PropType<string>;
126
126
  default: undefined;
127
127
  };
128
128
  text: {
@@ -150,7 +150,7 @@ declare const _default: import("vue").DefineComponent<{
150
150
  dismissAriaLabel: string;
151
151
  actionHref: string;
152
152
  actionText: string;
153
- ariaLive: any;
153
+ ariaLive: string;
154
154
  }, SlotsType<{
155
155
  /**
156
156
  * Add action items to banner using this slot.
@@ -34,7 +34,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
34
34
  * The initial value of the form. This value sets the `value` property
35
35
  * only when the `value` property has not been explicitly set.
36
36
  */
37
- value: {
37
+ initialValue: {
38
38
  type: PropType<string>;
39
39
  default: undefined;
40
40
  };
@@ -45,7 +45,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
45
45
  * in UI libraries that bind data through the .setAttribute() API
46
46
  * and don't support IDL attribute binding.
47
47
  */
48
- currentValue: {
48
+ value: {
49
49
  type: PropType<string>;
50
50
  default: undefined;
51
51
  };
@@ -141,7 +141,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
141
141
  * The appearance the button should have.
142
142
  */
143
143
  appearance: {
144
- type: PropType<"ghost" | "filled" | "outlined" | "ghost-light">;
144
+ type: PropType<"ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light">;
145
145
  default: undefined;
146
146
  };
147
147
  /**
@@ -270,7 +270,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
270
270
  * The initial value of the form. This value sets the `value` property
271
271
  * only when the `value` property has not been explicitly set.
272
272
  */
273
- value: {
273
+ initialValue: {
274
274
  type: PropType<string>;
275
275
  default: undefined;
276
276
  };
@@ -281,7 +281,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
281
281
  * in UI libraries that bind data through the .setAttribute() API
282
282
  * and don't support IDL attribute binding.
283
283
  */
284
- currentValue: {
284
+ value: {
285
285
  type: PropType<string>;
286
286
  default: undefined;
287
287
  };
@@ -377,7 +377,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
377
377
  * The appearance the button should have.
378
378
  */
379
379
  appearance: {
380
- type: PropType<"ghost" | "filled" | "outlined" | "ghost-light">;
380
+ type: PropType<"ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light">;
381
381
  default: undefined;
382
382
  };
383
383
  /**
@@ -473,7 +473,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
473
473
  iconTrailing: boolean;
474
474
  size: "expanded" | "condensed" | "normal" | "super-condensed";
475
475
  shape: "rounded" | "pill";
476
- appearance: "ghost" | "filled" | "outlined" | "ghost-light";
476
+ appearance: "ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light";
477
477
  connotation: "accent" | "success" | "alert" | "cta";
478
478
  disabled: boolean;
479
479
  download: string;
@@ -483,7 +483,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
483
483
  referrerpolicy: string;
484
484
  rel: string;
485
485
  target: "_self" | "_blank" | "_parent" | "_top";
486
- currentValue: string;
486
+ initialValue: string;
487
487
  required: boolean;
488
488
  autofocus: boolean;
489
489
  form: string;
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
35
35
  * The initial value of the form. This value sets the `value` property
36
36
  * only when the `value` property has not been explicitly set.
37
37
  */
38
- value: {
38
+ initialValue: {
39
39
  type: PropType<string>;
40
40
  default: undefined;
41
41
  };
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  * in UI libraries that bind data through the .setAttribute() API
47
47
  * and don't support IDL attribute binding.
48
48
  */
49
- currentValue: {
49
+ value: {
50
50
  type: PropType<string>;
51
51
  default: undefined;
52
52
  };
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<{
142
142
  * The appearance the button should have.
143
143
  */
144
144
  appearance: {
145
- type: PropType<"ghost" | "filled" | "outlined" | "ghost-light">;
145
+ type: PropType<"ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light">;
146
146
  default: undefined;
147
147
  };
148
148
  /**
@@ -302,7 +302,7 @@ declare const _default: import("vue").DefineComponent<{
302
302
  * The initial value of the form. This value sets the `value` property
303
303
  * only when the `value` property has not been explicitly set.
304
304
  */
305
- value: {
305
+ initialValue: {
306
306
  type: PropType<string>;
307
307
  default: undefined;
308
308
  };
@@ -313,7 +313,7 @@ declare const _default: import("vue").DefineComponent<{
313
313
  * in UI libraries that bind data through the .setAttribute() API
314
314
  * and don't support IDL attribute binding.
315
315
  */
316
- currentValue: {
316
+ value: {
317
317
  type: PropType<string>;
318
318
  default: undefined;
319
319
  };
@@ -409,7 +409,7 @@ declare const _default: import("vue").DefineComponent<{
409
409
  * The appearance the button should have.
410
410
  */
411
411
  appearance: {
412
- type: PropType<"ghost" | "filled" | "outlined" | "ghost-light">;
412
+ type: PropType<"ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light">;
413
413
  default: undefined;
414
414
  };
415
415
  /**
@@ -512,7 +512,7 @@ declare const _default: import("vue").DefineComponent<{
512
512
  iconTrailing: boolean;
513
513
  size: "expanded" | "condensed" | "normal" | "super-condensed";
514
514
  shape: "rounded" | "pill";
515
- appearance: "ghost" | "filled" | "outlined" | "ghost-light";
515
+ appearance: "ghost" | "filled" | "outlined" | "ghost-light" | "outlined-light";
516
516
  connotation: "accent" | "success" | "alert" | "cta";
517
517
  disabled: boolean;
518
518
  download: string;
@@ -522,7 +522,7 @@ declare const _default: import("vue").DefineComponent<{
522
522
  referrerpolicy: string;
523
523
  rel: string;
524
524
  target: "_self" | "_blank" | "_parent" | "_top";
525
- currentValue: string;
525
+ initialValue: string;
526
526
  required: boolean;
527
527
  autofocus: boolean;
528
528
  form: string;
@@ -47,7 +47,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
47
47
  * The initial value of the form. This value sets the `value` property
48
48
  * only when the `value` property has not been explicitly set.
49
49
  */
50
- value: {
50
+ initialValue: {
51
51
  type: PropType<string>;
52
52
  default: undefined;
53
53
  };
@@ -58,7 +58,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
58
58
  * in UI libraries that bind data through the .setAttribute() API
59
59
  * and don't support IDL attribute binding.
60
60
  */
61
- currentValue: {
61
+ value: {
62
62
  type: PropType<string>;
63
63
  default: undefined;
64
64
  };
@@ -79,7 +79,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
79
79
  /**
80
80
  * Provides the default checkedness of the input element
81
81
  */
82
- checked: {
82
+ defaultChecked: {
83
83
  type: PropType<boolean>;
84
84
  default: undefined;
85
85
  };
@@ -90,7 +90,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
90
90
  * in UI libraries that bind data through the .setAttribute() API
91
91
  * and don't support IDL attribute binding.
92
92
  */
93
- currentChecked: {
93
+ checked: {
94
94
  type: PropType<boolean>;
95
95
  default: undefined;
96
96
  };
@@ -177,7 +177,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
177
177
  * The initial value of the form. This value sets the `value` property
178
178
  * only when the `value` property has not been explicitly set.
179
179
  */
180
- value: {
180
+ initialValue: {
181
181
  type: PropType<string>;
182
182
  default: undefined;
183
183
  };
@@ -188,7 +188,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
188
188
  * in UI libraries that bind data through the .setAttribute() API
189
189
  * and don't support IDL attribute binding.
190
190
  */
191
- currentValue: {
191
+ value: {
192
192
  type: PropType<string>;
193
193
  default: undefined;
194
194
  };
@@ -209,7 +209,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
209
209
  /**
210
210
  * Provides the default checkedness of the input element
211
211
  */
212
- checked: {
212
+ defaultChecked: {
213
213
  type: PropType<boolean>;
214
214
  default: undefined;
215
215
  };
@@ -220,7 +220,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
220
220
  * in UI libraries that bind data through the .setAttribute() API
221
221
  * and don't support IDL attribute binding.
222
222
  */
223
- currentChecked: {
223
+ checked: {
224
224
  type: PropType<boolean>;
225
225
  default: undefined;
226
226
  };
@@ -264,15 +264,15 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
264
264
  ariaLabel: string;
265
265
  connotation: "accent" | "cta";
266
266
  disabled: boolean;
267
- currentValue: string;
267
+ initialValue: string;
268
268
  required: boolean;
269
269
  label: string;
270
270
  modelValue: boolean;
271
271
  successText: string;
272
272
  errorText: string;
273
273
  helperText: string;
274
+ defaultChecked: boolean;
274
275
  checked: boolean;
275
- currentChecked: boolean;
276
276
  readonly: boolean;
277
277
  tabindex: string;
278
278
  }>;
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
48
48
  * The initial value of the form. This value sets the `value` property
49
49
  * only when the `value` property has not been explicitly set.
50
50
  */
51
- value: {
51
+ initialValue: {
52
52
  type: PropType<string>;
53
53
  default: undefined;
54
54
  };
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
59
59
  * in UI libraries that bind data through the .setAttribute() API
60
60
  * and don't support IDL attribute binding.
61
61
  */
62
- currentValue: {
62
+ value: {
63
63
  type: PropType<string>;
64
64
  default: undefined;
65
65
  };
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
80
80
  /**
81
81
  * Provides the default checkedness of the input element
82
82
  */
83
- checked: {
83
+ defaultChecked: {
84
84
  type: PropType<boolean>;
85
85
  default: undefined;
86
86
  };
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<{
91
91
  * in UI libraries that bind data through the .setAttribute() API
92
92
  * and don't support IDL attribute binding.
93
93
  */
94
- currentChecked: {
94
+ checked: {
95
95
  type: PropType<boolean>;
96
96
  default: undefined;
97
97
  };
@@ -219,7 +219,7 @@ declare const _default: import("vue").DefineComponent<{
219
219
  * The initial value of the form. This value sets the `value` property
220
220
  * only when the `value` property has not been explicitly set.
221
221
  */
222
- value: {
222
+ initialValue: {
223
223
  type: PropType<string>;
224
224
  default: undefined;
225
225
  };
@@ -230,7 +230,7 @@ declare const _default: import("vue").DefineComponent<{
230
230
  * in UI libraries that bind data through the .setAttribute() API
231
231
  * and don't support IDL attribute binding.
232
232
  */
233
- currentValue: {
233
+ value: {
234
234
  type: PropType<string>;
235
235
  default: undefined;
236
236
  };
@@ -251,7 +251,7 @@ declare const _default: import("vue").DefineComponent<{
251
251
  /**
252
252
  * Provides the default checkedness of the input element
253
253
  */
254
- checked: {
254
+ defaultChecked: {
255
255
  type: PropType<boolean>;
256
256
  default: undefined;
257
257
  };
@@ -262,7 +262,7 @@ declare const _default: import("vue").DefineComponent<{
262
262
  * in UI libraries that bind data through the .setAttribute() API
263
263
  * and don't support IDL attribute binding.
264
264
  */
265
- currentChecked: {
265
+ checked: {
266
266
  type: PropType<boolean>;
267
267
  default: undefined;
268
268
  };
@@ -315,15 +315,15 @@ declare const _default: import("vue").DefineComponent<{
315
315
  ariaLabel: string;
316
316
  connotation: "accent" | "cta";
317
317
  disabled: boolean;
318
- currentValue: string;
318
+ initialValue: string;
319
319
  required: boolean;
320
320
  label: string;
321
321
  modelValue: boolean;
322
322
  successText: string;
323
323
  errorText: string;
324
324
  helperText: string;
325
+ defaultChecked: boolean;
325
326
  checked: boolean;
326
- currentChecked: boolean;
327
327
  readonly: boolean;
328
328
  tabindex: string;
329
329
  }, SlotsType<{
@@ -27,7 +27,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
27
27
  * The initial value of the form. This value sets the `value` property
28
28
  * only when the `value` property has not been explicitly set.
29
29
  */
30
- value: {
30
+ initialValue: {
31
31
  type: PropType<string>;
32
32
  default: undefined;
33
33
  };
@@ -38,7 +38,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
38
38
  * in UI libraries that bind data through the .setAttribute() API
39
39
  * and don't support IDL attribute binding.
40
40
  */
41
- currentValue: {
41
+ value: {
42
42
  type: PropType<string>;
43
43
  default: undefined;
44
44
  };
@@ -176,7 +176,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
176
176
  * The initial value of the form. This value sets the `value` property
177
177
  * only when the `value` property has not been explicitly set.
178
178
  */
179
- value: {
179
+ initialValue: {
180
180
  type: PropType<string>;
181
181
  default: undefined;
182
182
  };
@@ -187,7 +187,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
187
187
  * in UI libraries that bind data through the .setAttribute() API
188
188
  * and don't support IDL attribute binding.
189
189
  */
190
- currentValue: {
190
+ value: {
191
191
  type: PropType<string>;
192
192
  default: undefined;
193
193
  };
@@ -283,7 +283,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
283
283
  placement: "top" | "bottom";
284
284
  open: boolean;
285
285
  disabled: boolean;
286
- currentValue: string;
286
+ initialValue: string;
287
287
  required: boolean;
288
288
  label: string;
289
289
  modelValue: string;
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  * The initial value of the form. This value sets the `value` property
29
29
  * only when the `value` property has not been explicitly set.
30
30
  */
31
- value: {
31
+ initialValue: {
32
32
  type: PropType<string>;
33
33
  default: undefined;
34
34
  };
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  * in UI libraries that bind data through the .setAttribute() API
40
40
  * and don't support IDL attribute binding.
41
41
  */
42
- currentValue: {
42
+ value: {
43
43
  type: PropType<string>;
44
44
  default: undefined;
45
45
  };
@@ -218,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
218
218
  * The initial value of the form. This value sets the `value` property
219
219
  * only when the `value` property has not been explicitly set.
220
220
  */
221
- value: {
221
+ initialValue: {
222
222
  type: PropType<string>;
223
223
  default: undefined;
224
224
  };
@@ -229,7 +229,7 @@ declare const _default: import("vue").DefineComponent<{
229
229
  * in UI libraries that bind data through the .setAttribute() API
230
230
  * and don't support IDL attribute binding.
231
231
  */
232
- currentValue: {
232
+ value: {
233
233
  type: PropType<string>;
234
234
  default: undefined;
235
235
  };
@@ -334,7 +334,7 @@ declare const _default: import("vue").DefineComponent<{
334
334
  placement: "top" | "bottom";
335
335
  open: boolean;
336
336
  disabled: boolean;
337
- currentValue: string;
337
+ initialValue: string;
338
338
  required: boolean;
339
339
  label: string;
340
340
  modelValue: string;
@@ -5,7 +5,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
5
5
  * Extends the data grid cell definition to hold more options.
6
6
  */
7
7
  columnDefinition: {
8
- type: PropType<any>;
8
+ type: PropType<object>;
9
9
  default: undefined;
10
10
  };
11
11
  /**
@@ -58,7 +58,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
58
58
  * Extends the data grid cell definition to hold more options.
59
59
  */
60
60
  columnDefinition: {
61
- type: PropType<any>;
61
+ type: PropType<object>;
62
62
  default: undefined;
63
63
  };
64
64
  /**
@@ -100,7 +100,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
100
100
  };
101
101
  }>>, {
102
102
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
103
- columnDefinition: any;
103
+ columnDefinition: object;
104
104
  cellType: "default" | "columnheader" | "rowheader";
105
105
  gridColumn: string;
106
106
  ariaSelected: string;
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
6
6
  * Extends the data grid cell definition to hold more options.
7
7
  */
8
8
  columnDefinition: {
9
- type: PropType<any>;
9
+ type: PropType<object>;
10
10
  default: undefined;
11
11
  };
12
12
  /**
@@ -113,7 +113,7 @@ declare const _default: import("vue").DefineComponent<{
113
113
  * Extends the data grid cell definition to hold more options.
114
114
  */
115
115
  columnDefinition: {
116
- type: PropType<any>;
116
+ type: PropType<object>;
117
117
  default: undefined;
118
118
  };
119
119
  /**
@@ -173,7 +173,7 @@ declare const _default: import("vue").DefineComponent<{
173
173
  "onCell-focused"?: ((event: CustomEvent<HTMLElement>) => any) | undefined;
174
174
  }, {
175
175
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
176
- columnDefinition: any;
176
+ columnDefinition: object;
177
177
  cellType: "default" | "columnheader" | "rowheader";
178
178
  gridColumn: string;
179
179
  ariaSelected: string;
@@ -63,21 +63,21 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
63
63
  /**
64
64
  * The initial value of the date-picker.
65
65
  */
66
- value: {
66
+ initialValue: {
67
67
  type: PropType<string>;
68
68
  default: undefined;
69
69
  };
70
70
  /**
71
- * The initial value of the date-picker.
71
+ * The current value of the date-picker.
72
72
  */
73
- modelValue: {
73
+ value: {
74
74
  type: PropType<string>;
75
75
  default: undefined;
76
76
  };
77
77
  /**
78
78
  * The current value of the date-picker.
79
79
  */
80
- currentValue: {
80
+ modelValue: {
81
81
  type: PropType<string>;
82
82
  default: undefined;
83
83
  };
@@ -151,21 +151,21 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
151
151
  /**
152
152
  * The initial value of the date-picker.
153
153
  */
154
- value: {
154
+ initialValue: {
155
155
  type: PropType<string>;
156
156
  default: undefined;
157
157
  };
158
158
  /**
159
- * The initial value of the date-picker.
159
+ * The current value of the date-picker.
160
160
  */
161
- modelValue: {
161
+ value: {
162
162
  type: PropType<string>;
163
163
  default: undefined;
164
164
  };
165
165
  /**
166
166
  * The current value of the date-picker.
167
167
  */
168
- currentValue: {
168
+ modelValue: {
169
169
  type: PropType<string>;
170
170
  default: undefined;
171
171
  };
@@ -181,7 +181,7 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
181
181
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
182
182
  value: string;
183
183
  disabled: boolean;
184
- currentValue: string;
184
+ initialValue: string;
185
185
  required: boolean;
186
186
  label: string;
187
187
  modelValue: string;
@@ -64,21 +64,21 @@ declare const _default: import("vue").DefineComponent<{
64
64
  /**
65
65
  * The initial value of the date-picker.
66
66
  */
67
- value: {
67
+ initialValue: {
68
68
  type: PropType<string>;
69
69
  default: undefined;
70
70
  };
71
71
  /**
72
- * The initial value of the date-picker.
72
+ * The current value of the date-picker.
73
73
  */
74
- modelValue: {
74
+ value: {
75
75
  type: PropType<string>;
76
76
  default: undefined;
77
77
  };
78
78
  /**
79
79
  * The current value of the date-picker.
80
80
  */
81
- currentValue: {
81
+ modelValue: {
82
82
  type: PropType<string>;
83
83
  default: undefined;
84
84
  };
@@ -198,21 +198,21 @@ declare const _default: import("vue").DefineComponent<{
198
198
  /**
199
199
  * The initial value of the date-picker.
200
200
  */
201
- value: {
201
+ initialValue: {
202
202
  type: PropType<string>;
203
203
  default: undefined;
204
204
  };
205
205
  /**
206
- * The initial value of the date-picker.
206
+ * The current value of the date-picker.
207
207
  */
208
- modelValue: {
208
+ value: {
209
209
  type: PropType<string>;
210
210
  default: undefined;
211
211
  };
212
212
  /**
213
213
  * The current value of the date-picker.
214
214
  */
215
- currentValue: {
215
+ modelValue: {
216
216
  type: PropType<string>;
217
217
  default: undefined;
218
218
  };
@@ -238,7 +238,7 @@ declare const _default: import("vue").DefineComponent<{
238
238
  ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
239
239
  value: string;
240
240
  disabled: boolean;
241
- currentValue: string;
241
+ initialValue: string;
242
242
  required: boolean;
243
243
  label: string;
244
244
  modelValue: string;