@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
|
@@ -5,59 +5,59 @@ import type { RangeSlider } from '@vonage/vivid/lib/range-slider/range-slider';
|
|
|
5
5
|
*/
|
|
6
6
|
declare const _default: import("vue/types/v3-define-component").DefineComponent<{
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
ariaCurrent: {
|
|
11
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Aria label for the end thumb
|
|
16
|
+
*/
|
|
17
|
+
ariaEndLabel: {
|
|
11
18
|
type: PropType<string>;
|
|
12
19
|
default: undefined;
|
|
13
20
|
};
|
|
14
21
|
/**
|
|
15
|
-
*
|
|
22
|
+
* Aria label for the start thumb
|
|
16
23
|
*/
|
|
17
|
-
|
|
18
|
-
type: PropType<
|
|
24
|
+
ariaStartLabel: {
|
|
25
|
+
type: PropType<string>;
|
|
19
26
|
default: undefined;
|
|
20
27
|
};
|
|
21
28
|
/**
|
|
22
|
-
*
|
|
29
|
+
* The connotation of the component
|
|
23
30
|
*/
|
|
24
|
-
|
|
25
|
-
type: PropType<
|
|
31
|
+
connotation: {
|
|
32
|
+
type: PropType<"accent" | "cta">;
|
|
26
33
|
default: undefined;
|
|
27
34
|
};
|
|
28
35
|
/**
|
|
29
|
-
*
|
|
30
|
-
* only when the `value` property has not been explicitly set.
|
|
36
|
+
* Sets the element's disabled state. A disabled element will not be included during form submission.
|
|
31
37
|
*/
|
|
32
|
-
|
|
33
|
-
type: PropType<
|
|
38
|
+
disabled: {
|
|
39
|
+
type: PropType<boolean>;
|
|
34
40
|
default: undefined;
|
|
35
41
|
};
|
|
36
42
|
/**
|
|
37
|
-
* The current value of the element. This property serves as a mechanism
|
|
38
|
-
* to set the `
|
|
43
|
+
* The current end value of the element. This property serves as a mechanism
|
|
44
|
+
* to set the `end` property through both property assignment and the
|
|
39
45
|
* .setAttribute() method. This is useful for setting the field's value
|
|
40
46
|
* in UI libraries that bind data through the .setAttribute() API
|
|
41
47
|
* and don't support IDL attribute binding.
|
|
42
48
|
*/
|
|
43
|
-
|
|
49
|
+
end: {
|
|
44
50
|
type: PropType<string>;
|
|
45
51
|
default: undefined;
|
|
46
52
|
};
|
|
47
53
|
/**
|
|
48
|
-
* The
|
|
54
|
+
* The initial end value. This value sets the `end` property
|
|
55
|
+
* only when the `end` property has not been explicitly set.
|
|
49
56
|
*/
|
|
50
|
-
|
|
57
|
+
initialEnd: {
|
|
51
58
|
type: PropType<string>;
|
|
52
59
|
default: undefined;
|
|
53
60
|
};
|
|
54
|
-
/**
|
|
55
|
-
* Require the field to be completed prior to form submission.
|
|
56
|
-
*/
|
|
57
|
-
required: {
|
|
58
|
-
type: PropType<boolean>;
|
|
59
|
-
default: undefined;
|
|
60
|
-
};
|
|
61
61
|
/**
|
|
62
62
|
* The initial start value. This value sets the `start` property
|
|
63
63
|
* only when the `start` property has not been explicitly set.
|
|
@@ -67,54 +67,46 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
67
67
|
default: undefined;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
|
-
* The
|
|
71
|
-
*
|
|
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.
|
|
70
|
+
* The initial value of the form. This value sets the `value` property
|
|
71
|
+
* only when the `value` property has not been explicitly set.
|
|
75
72
|
*/
|
|
76
|
-
|
|
73
|
+
initialValue: {
|
|
77
74
|
type: PropType<string>;
|
|
78
75
|
default: undefined;
|
|
79
76
|
};
|
|
80
77
|
/**
|
|
81
|
-
* The
|
|
82
|
-
* only when the `end` property has not been explicitly set.
|
|
78
|
+
* The label for the form element.
|
|
83
79
|
*/
|
|
84
|
-
|
|
80
|
+
label: {
|
|
85
81
|
type: PropType<string>;
|
|
86
82
|
default: undefined;
|
|
87
83
|
};
|
|
88
84
|
/**
|
|
89
|
-
*
|
|
90
|
-
* to set the `end` property through both property assignment and the
|
|
91
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
92
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
93
|
-
* and don't support IDL attribute binding.
|
|
85
|
+
* Display markers on/off
|
|
94
86
|
*/
|
|
95
|
-
|
|
96
|
-
type: PropType<
|
|
87
|
+
markers: {
|
|
88
|
+
type: PropType<boolean>;
|
|
97
89
|
default: undefined;
|
|
98
90
|
};
|
|
99
91
|
/**
|
|
100
|
-
* The
|
|
92
|
+
* The maximum value of the range.
|
|
101
93
|
*/
|
|
102
|
-
|
|
94
|
+
max: {
|
|
103
95
|
type: PropType<number>;
|
|
104
96
|
default: undefined;
|
|
105
97
|
};
|
|
106
98
|
/**
|
|
107
|
-
* The
|
|
99
|
+
* The minimum value of the range.
|
|
108
100
|
*/
|
|
109
|
-
|
|
101
|
+
min: {
|
|
110
102
|
type: PropType<number>;
|
|
111
103
|
default: undefined;
|
|
112
104
|
};
|
|
113
105
|
/**
|
|
114
|
-
*
|
|
106
|
+
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
115
107
|
*/
|
|
116
|
-
|
|
117
|
-
type: PropType<
|
|
108
|
+
name: {
|
|
109
|
+
type: PropType<string>;
|
|
118
110
|
default: undefined;
|
|
119
111
|
};
|
|
120
112
|
/**
|
|
@@ -125,38 +117,46 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
125
117
|
default: undefined;
|
|
126
118
|
};
|
|
127
119
|
/**
|
|
128
|
-
*
|
|
120
|
+
* Show current values on the thumbs.
|
|
129
121
|
*/
|
|
130
|
-
|
|
131
|
-
type: PropType<
|
|
122
|
+
pin: {
|
|
123
|
+
type: PropType<boolean>;
|
|
132
124
|
default: undefined;
|
|
133
125
|
};
|
|
134
126
|
/**
|
|
135
|
-
*
|
|
127
|
+
* Require the field to be completed prior to form submission.
|
|
136
128
|
*/
|
|
137
|
-
|
|
138
|
-
type: PropType<
|
|
129
|
+
required: {
|
|
130
|
+
type: PropType<boolean>;
|
|
139
131
|
default: undefined;
|
|
140
132
|
};
|
|
141
133
|
/**
|
|
142
|
-
*
|
|
134
|
+
* The current start value of the element. This property serves as a mechanism
|
|
135
|
+
* to set the `start` property through both property assignment and the
|
|
136
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
137
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
138
|
+
* and don't support IDL attribute binding.
|
|
143
139
|
*/
|
|
144
|
-
|
|
145
|
-
type: PropType<
|
|
140
|
+
start: {
|
|
141
|
+
type: PropType<string>;
|
|
146
142
|
default: undefined;
|
|
147
143
|
};
|
|
148
144
|
/**
|
|
149
|
-
*
|
|
145
|
+
* Value to increment or decrement via arrow keys, mouse click or drag.
|
|
150
146
|
*/
|
|
151
|
-
|
|
152
|
-
type: PropType<
|
|
147
|
+
step: {
|
|
148
|
+
type: PropType<number>;
|
|
153
149
|
default: undefined;
|
|
154
150
|
};
|
|
155
151
|
/**
|
|
156
|
-
*
|
|
152
|
+
* The current value of the element. This property serves as a mechanism
|
|
153
|
+
* to set the `value` property through both property assignment and the
|
|
154
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
155
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
156
|
+
* and don't support IDL attribute binding.
|
|
157
157
|
*/
|
|
158
|
-
|
|
159
|
-
type: PropType<
|
|
158
|
+
value: {
|
|
159
|
+
type: PropType<string>;
|
|
160
160
|
default: undefined;
|
|
161
161
|
};
|
|
162
162
|
}, {
|
|
@@ -164,61 +164,61 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
164
164
|
element: import("vue").Ref<RangeSlider | null>;
|
|
165
165
|
}, import("vue").Data, {}, {
|
|
166
166
|
formResetCallback(): unknown;
|
|
167
|
-
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("
|
|
167
|
+
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("blur" | "change" | "click" | "focus" | "input" | "keydown" | "keyup" | "input:end" | "input:start" | "update:end" | "update:start")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* Indicates the element that represents the current item within a container or set of related elements.
|
|
170
170
|
*/
|
|
171
|
-
|
|
171
|
+
ariaCurrent: {
|
|
172
|
+
type: PropType<"page" | "step" | "location" | "date" | "time" | "true" | "false">;
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Aria label for the end thumb
|
|
177
|
+
*/
|
|
178
|
+
ariaEndLabel: {
|
|
172
179
|
type: PropType<string>;
|
|
173
180
|
default: undefined;
|
|
174
181
|
};
|
|
175
182
|
/**
|
|
176
|
-
*
|
|
183
|
+
* Aria label for the start thumb
|
|
177
184
|
*/
|
|
178
|
-
|
|
179
|
-
type: PropType<
|
|
185
|
+
ariaStartLabel: {
|
|
186
|
+
type: PropType<string>;
|
|
180
187
|
default: undefined;
|
|
181
188
|
};
|
|
182
189
|
/**
|
|
183
|
-
*
|
|
190
|
+
* The connotation of the component
|
|
184
191
|
*/
|
|
185
|
-
|
|
186
|
-
type: PropType<
|
|
192
|
+
connotation: {
|
|
193
|
+
type: PropType<"accent" | "cta">;
|
|
187
194
|
default: undefined;
|
|
188
195
|
};
|
|
189
196
|
/**
|
|
190
|
-
*
|
|
191
|
-
* only when the `value` property has not been explicitly set.
|
|
197
|
+
* Sets the element's disabled state. A disabled element will not be included during form submission.
|
|
192
198
|
*/
|
|
193
|
-
|
|
194
|
-
type: PropType<
|
|
199
|
+
disabled: {
|
|
200
|
+
type: PropType<boolean>;
|
|
195
201
|
default: undefined;
|
|
196
202
|
};
|
|
197
203
|
/**
|
|
198
|
-
* The current value of the element. This property serves as a mechanism
|
|
199
|
-
* to set the `
|
|
204
|
+
* The current end value of the element. This property serves as a mechanism
|
|
205
|
+
* to set the `end` property through both property assignment and the
|
|
200
206
|
* .setAttribute() method. This is useful for setting the field's value
|
|
201
207
|
* in UI libraries that bind data through the .setAttribute() API
|
|
202
208
|
* and don't support IDL attribute binding.
|
|
203
209
|
*/
|
|
204
|
-
|
|
210
|
+
end: {
|
|
205
211
|
type: PropType<string>;
|
|
206
212
|
default: undefined;
|
|
207
213
|
};
|
|
208
214
|
/**
|
|
209
|
-
* The
|
|
215
|
+
* The initial end value. This value sets the `end` property
|
|
216
|
+
* only when the `end` property has not been explicitly set.
|
|
210
217
|
*/
|
|
211
|
-
|
|
218
|
+
initialEnd: {
|
|
212
219
|
type: PropType<string>;
|
|
213
220
|
default: undefined;
|
|
214
221
|
};
|
|
215
|
-
/**
|
|
216
|
-
* Require the field to be completed prior to form submission.
|
|
217
|
-
*/
|
|
218
|
-
required: {
|
|
219
|
-
type: PropType<boolean>;
|
|
220
|
-
default: undefined;
|
|
221
|
-
};
|
|
222
222
|
/**
|
|
223
223
|
* The initial start value. This value sets the `start` property
|
|
224
224
|
* only when the `start` property has not been explicitly set.
|
|
@@ -228,54 +228,46 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
228
228
|
default: undefined;
|
|
229
229
|
};
|
|
230
230
|
/**
|
|
231
|
-
* The
|
|
232
|
-
*
|
|
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.
|
|
231
|
+
* The initial value of the form. This value sets the `value` property
|
|
232
|
+
* only when the `value` property has not been explicitly set.
|
|
236
233
|
*/
|
|
237
|
-
|
|
234
|
+
initialValue: {
|
|
238
235
|
type: PropType<string>;
|
|
239
236
|
default: undefined;
|
|
240
237
|
};
|
|
241
238
|
/**
|
|
242
|
-
* The
|
|
243
|
-
* only when the `end` property has not been explicitly set.
|
|
239
|
+
* The label for the form element.
|
|
244
240
|
*/
|
|
245
|
-
|
|
241
|
+
label: {
|
|
246
242
|
type: PropType<string>;
|
|
247
243
|
default: undefined;
|
|
248
244
|
};
|
|
249
245
|
/**
|
|
250
|
-
*
|
|
251
|
-
* to set the `end` property through both property assignment and the
|
|
252
|
-
* .setAttribute() method. This is useful for setting the field's value
|
|
253
|
-
* in UI libraries that bind data through the .setAttribute() API
|
|
254
|
-
* and don't support IDL attribute binding.
|
|
246
|
+
* Display markers on/off
|
|
255
247
|
*/
|
|
256
|
-
|
|
257
|
-
type: PropType<
|
|
248
|
+
markers: {
|
|
249
|
+
type: PropType<boolean>;
|
|
258
250
|
default: undefined;
|
|
259
251
|
};
|
|
260
252
|
/**
|
|
261
|
-
* The
|
|
253
|
+
* The maximum value of the range.
|
|
262
254
|
*/
|
|
263
|
-
|
|
255
|
+
max: {
|
|
264
256
|
type: PropType<number>;
|
|
265
257
|
default: undefined;
|
|
266
258
|
};
|
|
267
259
|
/**
|
|
268
|
-
* The
|
|
260
|
+
* The minimum value of the range.
|
|
269
261
|
*/
|
|
270
|
-
|
|
262
|
+
min: {
|
|
271
263
|
type: PropType<number>;
|
|
272
264
|
default: undefined;
|
|
273
265
|
};
|
|
274
266
|
/**
|
|
275
|
-
*
|
|
267
|
+
* The name of the element. This element's value will be surfaced during form submission under the provided name.
|
|
276
268
|
*/
|
|
277
|
-
|
|
278
|
-
type: PropType<
|
|
269
|
+
name: {
|
|
270
|
+
type: PropType<string>;
|
|
279
271
|
default: undefined;
|
|
280
272
|
};
|
|
281
273
|
/**
|
|
@@ -286,38 +278,46 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
286
278
|
default: undefined;
|
|
287
279
|
};
|
|
288
280
|
/**
|
|
289
|
-
*
|
|
281
|
+
* Show current values on the thumbs.
|
|
290
282
|
*/
|
|
291
|
-
|
|
292
|
-
type: PropType<
|
|
283
|
+
pin: {
|
|
284
|
+
type: PropType<boolean>;
|
|
293
285
|
default: undefined;
|
|
294
286
|
};
|
|
295
287
|
/**
|
|
296
|
-
*
|
|
288
|
+
* Require the field to be completed prior to form submission.
|
|
297
289
|
*/
|
|
298
|
-
|
|
299
|
-
type: PropType<
|
|
290
|
+
required: {
|
|
291
|
+
type: PropType<boolean>;
|
|
300
292
|
default: undefined;
|
|
301
293
|
};
|
|
302
294
|
/**
|
|
303
|
-
*
|
|
295
|
+
* The current start value of the element. This property serves as a mechanism
|
|
296
|
+
* to set the `start` property through both property assignment and the
|
|
297
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
298
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
299
|
+
* and don't support IDL attribute binding.
|
|
304
300
|
*/
|
|
305
|
-
|
|
306
|
-
type: PropType<
|
|
301
|
+
start: {
|
|
302
|
+
type: PropType<string>;
|
|
307
303
|
default: undefined;
|
|
308
304
|
};
|
|
309
305
|
/**
|
|
310
|
-
*
|
|
306
|
+
* Value to increment or decrement via arrow keys, mouse click or drag.
|
|
311
307
|
*/
|
|
312
|
-
|
|
313
|
-
type: PropType<
|
|
308
|
+
step: {
|
|
309
|
+
type: PropType<number>;
|
|
314
310
|
default: undefined;
|
|
315
311
|
};
|
|
316
312
|
/**
|
|
317
|
-
*
|
|
313
|
+
* The current value of the element. This property serves as a mechanism
|
|
314
|
+
* to set the `value` property through both property assignment and the
|
|
315
|
+
* .setAttribute() method. This is useful for setting the field's value
|
|
316
|
+
* in UI libraries that bind data through the .setAttribute() API
|
|
317
|
+
* and don't support IDL attribute binding.
|
|
318
318
|
*/
|
|
319
|
-
|
|
320
|
-
type: PropType<
|
|
319
|
+
value: {
|
|
320
|
+
type: PropType<string>;
|
|
321
321
|
default: undefined;
|
|
322
322
|
};
|
|
323
323
|
}>>, {
|
|
@@ -328,17 +328,17 @@ declare const _default: import("vue/types/v3-define-component").DefineComponent<
|
|
|
328
328
|
connotation: "accent" | "cta";
|
|
329
329
|
disabled: boolean;
|
|
330
330
|
initialValue: string;
|
|
331
|
-
required: boolean;
|
|
332
331
|
label: string;
|
|
332
|
+
required: boolean;
|
|
333
333
|
start: string;
|
|
334
334
|
max: number;
|
|
335
335
|
min: number;
|
|
336
|
-
initialStart: string;
|
|
337
|
-
initialEnd: string;
|
|
338
336
|
end: string;
|
|
337
|
+
initialEnd: string;
|
|
338
|
+
initialStart: string;
|
|
339
339
|
orientation: "horizontal" | "vertical";
|
|
340
|
-
ariaStartLabel: string;
|
|
341
340
|
ariaEndLabel: string;
|
|
341
|
+
ariaStartLabel: string;
|
|
342
342
|
markers: boolean;
|
|
343
343
|
pin: boolean;
|
|
344
344
|
}>;
|