@vonage/vivid-vue 4.16.2 → 4.18.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/VAccordion.vue2.d.ts +1 -1
- package/generated/components/VAccordion.vue3.d.ts +22 -22
- package/generated/components/VAccordionItem.vue2.d.ts +41 -41
- package/generated/components/VAccordionItem.vue3.d.ts +62 -62
- package/generated/components/VActionGroup.vue2.d.ts +16 -34
- package/generated/components/VActionGroup.vue3.d.ts +28 -46
- package/generated/components/VAlert.vue2.d.ts +64 -64
- package/generated/components/VAlert.vue3.d.ts +88 -88
- package/generated/components/VAudioPlayer.vue2.d.ts +64 -64
- package/generated/components/VAudioPlayer.vue3.d.ts +77 -77
- package/generated/components/VAvatar.vue2.d.ts +41 -41
- package/generated/components/VAvatar.vue3.d.ts +54 -54
- package/generated/components/VBadge.vue2.d.ts +37 -37
- package/generated/components/VBadge.vue3.d.ts +50 -50
- package/generated/components/VBanner.vue2.d.ts +33 -51
- package/generated/components/VBanner.vue3.d.ts +46 -64
- package/generated/components/VBreadcrumb.vue2.d.ts +1 -1
- package/generated/components/VBreadcrumb.vue3.d.ts +14 -14
- package/generated/components/VBreadcrumbItem.vue2.d.ts +31 -31
- package/generated/components/VBreadcrumbItem.vue3.d.ts +48 -48
- package/generated/components/VButton.vue2.d.ts +178 -178
- package/generated/components/VButton.vue3.d.ts +191 -191
- package/generated/components/VCalendar.vue2.d.ts +40 -25
- package/generated/components/VCalendar.vue3.d.ts +57 -42
- package/generated/components/VCalendarEvent.vue2.d.ts +33 -33
- package/generated/components/VCalendarEvent.vue3.d.ts +46 -46
- package/generated/components/VCard.vue2.d.ts +37 -37
- package/generated/components/VCard.vue3.d.ts +58 -58
- package/generated/components/VCheckbox.vue2.d.ts +102 -126
- package/generated/components/VCheckbox.vue3.d.ts +129 -153
- package/generated/components/VCombobox.vue2.d.ts +140 -140
- package/generated/components/VCombobox.vue3.d.ts +165 -165
- package/generated/components/VDataGrid.vue2.d.ts +25 -25
- package/generated/components/VDataGrid.vue3.d.ts +50 -50
- package/generated/components/VDataGridCell.vue2.d.ts +35 -35
- package/generated/components/VDataGridCell.vue3.d.ts +67 -67
- package/generated/components/VDataGridRow.vue2.d.ts +16 -16
- package/generated/components/VDataGridRow.vue3.d.ts +41 -41
- package/generated/components/VDatePicker.vue2.d.ts +57 -57
- package/generated/components/VDatePicker.vue3.d.ts +81 -91
- package/generated/components/VDateRangePicker.vue2.d.ts +85 -85
- package/generated/components/VDateRangePicker.vue3.d.ts +123 -133
- package/generated/components/VDateTimePicker.d.ts +7 -0
- package/generated/components/VDateTimePicker.vue2.d.ts +298 -0
- package/generated/components/VDateTimePicker.vue3.d.ts +386 -0
- package/generated/components/VDialPad.vue2.d.ts +64 -64
- package/generated/components/VDialPad.vue3.d.ts +97 -97
- package/generated/components/VDialog.vue2.d.ts +51 -60
- package/generated/components/VDialog.vue3.d.ts +83 -92
- package/generated/components/VDivider.vue2.d.ts +13 -13
- package/generated/components/VDivider.vue3.d.ts +26 -26
- package/generated/components/VEmptyState.vue2.d.ts +2 -2
- package/generated/components/VEmptyState.vue3.d.ts +19 -19
- package/generated/components/VFab.vue2.d.ts +105 -105
- package/generated/components/VFab.vue3.d.ts +118 -118
- package/generated/components/VFilePicker.vue2.d.ts +106 -106
- package/generated/components/VFilePicker.vue3.d.ts +126 -126
- package/generated/components/VHeader.vue2.d.ts +12 -12
- package/generated/components/VHeader.vue3.d.ts +32 -32
- package/generated/components/VIcon.vue2.d.ts +9 -9
- package/generated/components/VIcon.vue3.d.ts +22 -22
- package/generated/components/VLayout.vue2.d.ts +19 -19
- package/generated/components/VLayout.vue3.d.ts +32 -32
- package/generated/components/VMenu.vue2.d.ts +31 -40
- package/generated/components/VMenu.vue3.d.ts +57 -66
- package/generated/components/VMenuItem.vue2.d.ts +74 -74
- package/generated/components/VMenuItem.vue3.d.ts +103 -103
- package/generated/components/VNav.vue2.d.ts +1 -1
- package/generated/components/VNav.vue3.d.ts +14 -14
- package/generated/components/VNavDisclosure.vue2.d.ts +37 -31
- package/generated/components/VNavDisclosure.vue3.d.ts +55 -49
- package/generated/components/VNavItem.vue2.d.ts +66 -66
- package/generated/components/VNavItem.vue3.d.ts +97 -97
- package/generated/components/VNote.vue2.d.ts +19 -19
- package/generated/components/VNote.vue3.d.ts +35 -35
- package/generated/components/VNumberField.vue2.d.ts +179 -179
- package/generated/components/VNumberField.vue3.d.ts +199 -199
- package/generated/components/VOption.vue2.d.ts +35 -39
- package/generated/components/VOption.vue3.d.ts +48 -52
- package/generated/components/VPagination.vue2.d.ts +26 -26
- package/generated/components/VPagination.vue3.d.ts +39 -39
- package/generated/components/VProgress.vue2.d.ts +31 -40
- package/generated/components/VProgress.vue3.d.ts +44 -53
- package/generated/components/VProgressRing.vue2.d.ts +17 -26
- package/generated/components/VProgressRing.vue3.d.ts +30 -39
- package/generated/components/VRadio.vue2.d.ts +68 -68
- package/generated/components/VRadio.vue3.d.ts +89 -89
- package/generated/components/VRadioGroup.vue2.d.ts +35 -35
- package/generated/components/VRadioGroup.vue3.d.ts +56 -56
- package/generated/components/VRangeSlider.vue2.d.ts +129 -129
- package/generated/components/VRangeSlider.vue3.d.ts +165 -165
- package/generated/components/VRichTextEditor.d.ts +7 -0
- package/generated/components/VRichTextEditor.vue2.d.ts +46 -0
- package/generated/components/VRichTextEditor.vue3.d.ts +109 -0
- package/generated/components/VSearchableSelect.vue2.d.ts +135 -135
- package/generated/components/VSearchableSelect.vue3.d.ts +163 -163
- package/generated/components/VSelect.vue2.d.ts +108 -124
- package/generated/components/VSelect.vue3.d.ts +134 -150
- package/generated/components/VSelectableBox.vue2.d.ts +1 -10
- package/generated/components/VSelectableBox.vue3.d.ts +22 -31
- package/generated/components/VSideDrawer.vue2.d.ts +13 -13
- package/generated/components/VSideDrawer.vue3.d.ts +43 -43
- package/generated/components/VSlider.vue2.d.ts +101 -119
- package/generated/components/VSlider.vue3.d.ts +122 -140
- package/generated/components/VSplitButton.vue2.d.ts +56 -74
- package/generated/components/VSplitButton.vue3.d.ts +80 -98
- package/generated/components/VSwitch.vue2.d.ts +77 -86
- package/generated/components/VSwitch.vue3.d.ts +104 -113
- package/generated/components/VTab.vue2.d.ts +46 -46
- package/generated/components/VTab.vue3.d.ts +59 -59
- package/generated/components/VTabPanel.vue2.d.ts +1 -1
- package/generated/components/VTabPanel.vue3.d.ts +14 -14
- package/generated/components/VTabs.vue2.d.ts +29 -29
- package/generated/components/VTabs.vue3.d.ts +50 -50
- package/generated/components/VTag.vue2.d.ts +39 -39
- package/generated/components/VTag.vue3.d.ts +56 -56
- package/generated/components/VTagGroup.vue2.d.ts +1 -10
- package/generated/components/VTagGroup.vue3.d.ts +14 -23
- package/generated/components/VTextArea.vue2.d.ts +141 -141
- package/generated/components/VTextArea.vue3.d.ts +162 -162
- package/generated/components/VTextField.vue2.d.ts +164 -164
- package/generated/components/VTextField.vue3.d.ts +189 -189
- package/generated/components/VTimePicker.vue2.d.ts +71 -104
- package/generated/components/VTimePicker.vue3.d.ts +92 -125
- package/generated/components/VToggletip.vue2.d.ts +20 -20
- package/generated/components/VToggletip.vue3.d.ts +36 -36
- package/generated/components/VTooltip.vue2.d.ts +18 -18
- package/generated/components/VTooltip.vue3.d.ts +31 -31
- package/generated/components/VTreeItem.vue2.d.ts +31 -31
- package/generated/components/VTreeItem.vue3.d.ts +55 -55
- package/generated/components/VTreeView.vue2.d.ts +1 -1
- package/generated/components/VTreeView.vue3.d.ts +14 -14
- package/generated/components/VVideoPlayer.vue2.d.ts +32 -32
- package/generated/components/VVideoPlayer.vue3.d.ts +55 -55
- package/generated/components/index.d.ts +2 -0
- package/index.cjs +4827 -4524
- package/index.js +4827 -4526
- package/package.json +2 -2
- package/web-types.json +1654 -1584
|
@@ -9,6 +9,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
10
10
|
default: undefined;
|
|
11
11
|
};
|
|
12
|
+
/**
|
|
13
|
+
* slider connotation
|
|
14
|
+
*/
|
|
15
|
+
connotation: {
|
|
16
|
+
type: PropType<"accent" | "cta">;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
12
19
|
/**
|
|
13
20
|
* Sets the element's disabled state. A disabled element will not be included during form submission.
|
|
14
21
|
*/
|
|
@@ -25,46 +32,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
32
|
default: undefined;
|
|
26
33
|
};
|
|
27
34
|
/**
|
|
28
|
-
*
|
|
29
|
-
* to set the `value` property through both property assignment and the
|
|
30
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
31
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
32
|
-
* and don't support IDL attribute binding.
|
|
33
|
-
*/
|
|
34
|
-
value: {
|
|
35
|
-
type: PropType<string>;
|
|
36
|
-
default: undefined;
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* The current value of the element. This property serves as a mechanism
|
|
40
|
-
* to set the `value` property through both property assignment and the
|
|
41
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
42
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
43
|
-
* and don't support IDL attribute binding.
|
|
44
|
-
*/
|
|
45
|
-
modelValue: {
|
|
46
|
-
type: PropType<string>;
|
|
47
|
-
default: undefined;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
51
|
-
*/
|
|
52
|
-
name: {
|
|
53
|
-
type: PropType<string>;
|
|
54
|
-
default: undefined;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Require the field to be completed prior to form submission.
|
|
35
|
+
* Display markers on/off
|
|
58
36
|
*/
|
|
59
|
-
|
|
37
|
+
markers: {
|
|
60
38
|
type: PropType<boolean>;
|
|
61
39
|
default: undefined;
|
|
62
40
|
};
|
|
63
41
|
/**
|
|
64
|
-
*
|
|
42
|
+
* The maximum allowed value.
|
|
65
43
|
*/
|
|
66
|
-
|
|
67
|
-
type: PropType<
|
|
44
|
+
max: {
|
|
45
|
+
type: PropType<number>;
|
|
68
46
|
default: undefined;
|
|
69
47
|
};
|
|
70
48
|
/**
|
|
@@ -75,17 +53,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
53
|
default: undefined;
|
|
76
54
|
};
|
|
77
55
|
/**
|
|
78
|
-
* The
|
|
56
|
+
* The selection mode.
|
|
79
57
|
*/
|
|
80
|
-
|
|
81
|
-
type: PropType<
|
|
58
|
+
mode: {
|
|
59
|
+
type: PropType<"single-value">;
|
|
82
60
|
default: undefined;
|
|
83
61
|
};
|
|
84
62
|
/**
|
|
85
|
-
*
|
|
63
|
+
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
86
64
|
*/
|
|
87
|
-
|
|
88
|
-
type: PropType<
|
|
65
|
+
name: {
|
|
66
|
+
type: PropType<string>;
|
|
89
67
|
default: undefined;
|
|
90
68
|
};
|
|
91
69
|
/**
|
|
@@ -96,58 +74,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
96
74
|
default: undefined;
|
|
97
75
|
};
|
|
98
76
|
/**
|
|
99
|
-
*
|
|
77
|
+
* Show current value on the thumb.
|
|
100
78
|
*/
|
|
101
|
-
|
|
102
|
-
type: PropType<
|
|
79
|
+
pin: {
|
|
80
|
+
type: PropType<boolean>;
|
|
103
81
|
default: undefined;
|
|
104
82
|
};
|
|
105
|
-
|
|
106
|
-
|
|
83
|
+
/**
|
|
84
|
+
* When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.
|
|
85
|
+
*/
|
|
86
|
+
readonly: {
|
|
87
|
+
type: PropType<boolean>;
|
|
107
88
|
default: undefined;
|
|
108
89
|
};
|
|
109
|
-
|
|
110
|
-
|
|
90
|
+
/**
|
|
91
|
+
* Require the field to be completed prior to form submission.
|
|
92
|
+
*/
|
|
93
|
+
required: {
|
|
94
|
+
type: PropType<boolean>;
|
|
111
95
|
default: undefined;
|
|
112
96
|
};
|
|
113
97
|
/**
|
|
114
|
-
*
|
|
98
|
+
* Value to increment or decrement via arrow keys, mouse click or drag.
|
|
115
99
|
*/
|
|
116
|
-
|
|
117
|
-
type: PropType<
|
|
100
|
+
step: {
|
|
101
|
+
type: PropType<number>;
|
|
118
102
|
default: undefined;
|
|
119
103
|
};
|
|
120
104
|
/**
|
|
121
|
-
*
|
|
105
|
+
* The current value of the element. This property serves as a mechanism
|
|
106
|
+
* to set the `value` property through both property assignment and the
|
|
107
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
108
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
109
|
+
* and don't support IDL attribute binding.
|
|
122
110
|
*/
|
|
123
|
-
|
|
124
|
-
type: PropType<
|
|
111
|
+
value: {
|
|
112
|
+
type: PropType<string>;
|
|
125
113
|
default: undefined;
|
|
126
114
|
};
|
|
127
115
|
/**
|
|
128
|
-
*
|
|
116
|
+
* The current value of the element. This property serves as a mechanism
|
|
117
|
+
* to set the `value` property through both property assignment and the
|
|
118
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
119
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
120
|
+
* and don't support IDL attribute binding.
|
|
129
121
|
*/
|
|
130
|
-
|
|
131
|
-
type: PropType<
|
|
122
|
+
modelValue: {
|
|
123
|
+
type: PropType<string>;
|
|
132
124
|
default: undefined;
|
|
133
125
|
};
|
|
134
126
|
}, {
|
|
135
127
|
componentName: import("vue").Ref<string>;
|
|
136
128
|
element: import("vue").Ref<Slider | null>;
|
|
137
129
|
}, unknown, {}, {
|
|
138
|
-
/**
|
|
139
|
-
* Increment the value by the step
|
|
140
|
-
*/
|
|
141
|
-
increment(): void;
|
|
142
130
|
/**
|
|
143
131
|
* Decrement the value by the step
|
|
144
132
|
*/
|
|
145
133
|
decrement(): void;
|
|
134
|
+
/**
|
|
135
|
+
* Increment the value by the step
|
|
136
|
+
*/
|
|
137
|
+
increment(): void;
|
|
146
138
|
/**
|
|
147
139
|
* Places the thumb based on the current value
|
|
148
140
|
*/
|
|
149
141
|
setThumbPositionForOrientation(_: "ltr" | "rtl", direction: unknown): void;
|
|
150
142
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
143
|
+
/**
|
|
144
|
+
* Fires when the element loses focus.
|
|
145
|
+
* @type {FocusEvent}
|
|
146
|
+
*/
|
|
147
|
+
blur(event: FocusEvent & {
|
|
148
|
+
target: Slider;
|
|
149
|
+
}): true;
|
|
150
|
+
/**
|
|
151
|
+
* Fires a custom 'change' event when the slider value changes
|
|
152
|
+
* @type {CustomEvent<undefined>}
|
|
153
|
+
*/
|
|
154
|
+
change(event: CustomEvent<undefined> & {
|
|
155
|
+
target: Slider;
|
|
156
|
+
}): true;
|
|
151
157
|
/**
|
|
152
158
|
* Fires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
|
|
153
159
|
* @type {MouseEvent}
|
|
@@ -163,10 +169,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
169
|
target: Slider;
|
|
164
170
|
}): true;
|
|
165
171
|
/**
|
|
166
|
-
* Fires when the element
|
|
167
|
-
* @type {
|
|
172
|
+
* Fires when the value of an element has been changed.
|
|
173
|
+
* @type {Event}
|
|
168
174
|
*/
|
|
169
|
-
|
|
175
|
+
input(event: Event & {
|
|
170
176
|
target: Slider;
|
|
171
177
|
}): true;
|
|
172
178
|
/**
|
|
@@ -183,20 +189,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
189
|
keyup(event: KeyboardEvent & {
|
|
184
190
|
target: Slider;
|
|
185
191
|
}): true;
|
|
186
|
-
/**
|
|
187
|
-
* Fires when the value of an element has been changed.
|
|
188
|
-
* @type {Event}
|
|
189
|
-
*/
|
|
190
|
-
input(event: Event & {
|
|
191
|
-
target: Slider;
|
|
192
|
-
}): true;
|
|
193
|
-
/**
|
|
194
|
-
* Fires a custom 'change' event when the slider value changes
|
|
195
|
-
* @type {CustomEvent<undefined>}
|
|
196
|
-
*/
|
|
197
|
-
change(event: CustomEvent<undefined> & {
|
|
198
|
-
target: Slider;
|
|
199
|
-
}): true;
|
|
200
192
|
/**
|
|
201
193
|
* Fires when the modelValue value changes
|
|
202
194
|
* @type {string}
|
|
@@ -212,6 +204,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
204
|
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
213
205
|
default: undefined;
|
|
214
206
|
};
|
|
207
|
+
/**
|
|
208
|
+
* slider connotation
|
|
209
|
+
*/
|
|
210
|
+
connotation: {
|
|
211
|
+
type: PropType<"accent" | "cta">;
|
|
212
|
+
default: undefined;
|
|
213
|
+
};
|
|
215
214
|
/**
|
|
216
215
|
* Sets the element's disabled state. A disabled element will not be included during form submission.
|
|
217
216
|
*/
|
|
@@ -228,46 +227,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
227
|
default: undefined;
|
|
229
228
|
};
|
|
230
229
|
/**
|
|
231
|
-
*
|
|
232
|
-
* to set the `value` property through both property assignment and the
|
|
233
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
234
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
235
|
-
* and don't support IDL attribute binding.
|
|
236
|
-
*/
|
|
237
|
-
value: {
|
|
238
|
-
type: PropType<string>;
|
|
239
|
-
default: undefined;
|
|
240
|
-
};
|
|
241
|
-
/**
|
|
242
|
-
* The current value of the element. This property serves as a mechanism
|
|
243
|
-
* to set the `value` property through both property assignment and the
|
|
244
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
245
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
246
|
-
* and don't support IDL attribute binding.
|
|
247
|
-
*/
|
|
248
|
-
modelValue: {
|
|
249
|
-
type: PropType<string>;
|
|
250
|
-
default: undefined;
|
|
251
|
-
};
|
|
252
|
-
/**
|
|
253
|
-
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
254
|
-
*/
|
|
255
|
-
name: {
|
|
256
|
-
type: PropType<string>;
|
|
257
|
-
default: undefined;
|
|
258
|
-
};
|
|
259
|
-
/**
|
|
260
|
-
* Require the field to be completed prior to form submission.
|
|
230
|
+
* Display markers on/off
|
|
261
231
|
*/
|
|
262
|
-
|
|
232
|
+
markers: {
|
|
263
233
|
type: PropType<boolean>;
|
|
264
234
|
default: undefined;
|
|
265
235
|
};
|
|
266
236
|
/**
|
|
267
|
-
*
|
|
237
|
+
* The maximum allowed value.
|
|
268
238
|
*/
|
|
269
|
-
|
|
270
|
-
type: PropType<
|
|
239
|
+
max: {
|
|
240
|
+
type: PropType<number>;
|
|
271
241
|
default: undefined;
|
|
272
242
|
};
|
|
273
243
|
/**
|
|
@@ -278,17 +248,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
278
248
|
default: undefined;
|
|
279
249
|
};
|
|
280
250
|
/**
|
|
281
|
-
* The
|
|
251
|
+
* The selection mode.
|
|
282
252
|
*/
|
|
283
|
-
|
|
284
|
-
type: PropType<
|
|
253
|
+
mode: {
|
|
254
|
+
type: PropType<"single-value">;
|
|
285
255
|
default: undefined;
|
|
286
256
|
};
|
|
287
257
|
/**
|
|
288
|
-
*
|
|
258
|
+
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
289
259
|
*/
|
|
290
|
-
|
|
291
|
-
type: PropType<
|
|
260
|
+
name: {
|
|
261
|
+
type: PropType<string>;
|
|
292
262
|
default: undefined;
|
|
293
263
|
};
|
|
294
264
|
/**
|
|
@@ -299,61 +269,75 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
299
269
|
default: undefined;
|
|
300
270
|
};
|
|
301
271
|
/**
|
|
302
|
-
*
|
|
272
|
+
* Show current value on the thumb.
|
|
303
273
|
*/
|
|
304
|
-
|
|
305
|
-
type: PropType<
|
|
274
|
+
pin: {
|
|
275
|
+
type: PropType<boolean>;
|
|
306
276
|
default: undefined;
|
|
307
277
|
};
|
|
308
|
-
|
|
309
|
-
|
|
278
|
+
/**
|
|
279
|
+
* When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.
|
|
280
|
+
*/
|
|
281
|
+
readonly: {
|
|
282
|
+
type: PropType<boolean>;
|
|
310
283
|
default: undefined;
|
|
311
284
|
};
|
|
312
|
-
|
|
313
|
-
|
|
285
|
+
/**
|
|
286
|
+
* Require the field to be completed prior to form submission.
|
|
287
|
+
*/
|
|
288
|
+
required: {
|
|
289
|
+
type: PropType<boolean>;
|
|
314
290
|
default: undefined;
|
|
315
291
|
};
|
|
316
292
|
/**
|
|
317
|
-
*
|
|
293
|
+
* Value to increment or decrement via arrow keys, mouse click or drag.
|
|
318
294
|
*/
|
|
319
|
-
|
|
320
|
-
type: PropType<
|
|
295
|
+
step: {
|
|
296
|
+
type: PropType<number>;
|
|
321
297
|
default: undefined;
|
|
322
298
|
};
|
|
323
299
|
/**
|
|
324
|
-
*
|
|
300
|
+
* The current value of the element. This property serves as a mechanism
|
|
301
|
+
* to set the `value` property through both property assignment and the
|
|
302
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
303
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
304
|
+
* and don't support IDL attribute binding.
|
|
325
305
|
*/
|
|
326
|
-
|
|
327
|
-
type: PropType<
|
|
306
|
+
value: {
|
|
307
|
+
type: PropType<string>;
|
|
328
308
|
default: undefined;
|
|
329
309
|
};
|
|
330
310
|
/**
|
|
331
|
-
*
|
|
311
|
+
* The current value of the element. This property serves as a mechanism
|
|
312
|
+
* to set the `value` property through both property assignment and the
|
|
313
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
314
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
315
|
+
* and don't support IDL attribute binding.
|
|
332
316
|
*/
|
|
333
|
-
|
|
334
|
-
type: PropType<
|
|
317
|
+
modelValue: {
|
|
318
|
+
type: PropType<string>;
|
|
335
319
|
default: undefined;
|
|
336
320
|
};
|
|
337
321
|
}>> & {
|
|
338
322
|
onKeydown?: ((event: KeyboardEvent & {
|
|
339
323
|
target: Slider;
|
|
340
324
|
}) => any) | undefined;
|
|
341
|
-
|
|
325
|
+
onBlur?: ((event: FocusEvent & {
|
|
342
326
|
target: Slider;
|
|
343
327
|
}) => any) | undefined;
|
|
344
|
-
|
|
328
|
+
onChange?: ((event: CustomEvent<undefined> & {
|
|
345
329
|
target: Slider;
|
|
346
330
|
}) => any) | undefined;
|
|
347
|
-
|
|
331
|
+
onClick?: ((event: MouseEvent & {
|
|
348
332
|
target: Slider;
|
|
349
333
|
}) => any) | undefined;
|
|
350
|
-
|
|
334
|
+
onFocus?: ((event: FocusEvent & {
|
|
351
335
|
target: Slider;
|
|
352
336
|
}) => any) | undefined;
|
|
353
337
|
onInput?: ((event: Event & {
|
|
354
338
|
target: Slider;
|
|
355
339
|
}) => any) | undefined;
|
|
356
|
-
|
|
340
|
+
onKeyup?: ((event: KeyboardEvent & {
|
|
357
341
|
target: Slider;
|
|
358
342
|
}) => any) | undefined;
|
|
359
343
|
"onUpdate:modelValue"?: ((event: string & {
|
|
@@ -364,7 +348,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
364
348
|
ariaCurrent: "page" | "step" | "location" | "date" | "time" | "true" | "false";
|
|
365
349
|
step: number;
|
|
366
350
|
value: string;
|
|
367
|
-
ariaLabel: string;
|
|
368
351
|
connotation: "accent" | "cta";
|
|
369
352
|
disabled: boolean;
|
|
370
353
|
initialValue: string;
|
|
@@ -377,6 +360,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
377
360
|
markers: boolean;
|
|
378
361
|
pin: boolean;
|
|
379
362
|
mode: "single-value";
|
|
380
|
-
ariaValuetext: string;
|
|
381
363
|
}, SlotsType<Record<string, never>>>;
|
|
382
364
|
export default _default;
|