vuetify 3.3.14 → 3.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +427 -403
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +1002 -924
- package/dist/vuetify-labs.css +159 -134
- package/dist/vuetify-labs.d.ts +609 -370
- package/dist/vuetify-labs.esm.js +165 -150
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +165 -150
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +129 -105
- package/dist/vuetify.d.ts +547 -308
- package/dist/vuetify.esm.js +157 -144
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +157 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +234 -234
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -26
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +40 -38
- package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
- package/lib/components/VBtnToggle/_variables.scss +2 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +203 -87
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +28 -34
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +15 -25
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +40 -38
- package/lib/components/VField/VField.css +16 -12
- package/lib/components/VField/VField.sass +16 -8
- package/lib/components/VField/_variables.scss +0 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VLabel/VLabel.css +1 -0
- package/lib/components/VLabel/VLabel.sass +1 -0
- package/lib/components/VLabel/_variables.scss +1 -1
- package/lib/components/VList/index.d.mts +21 -3
- package/lib/components/VOverlay/useActivator.mjs +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +82 -23
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +75 -109
- package/lib/components/VSelect/VSelect.mjs +9 -23
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +14 -11
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +19 -5
- package/lib/components/VSwitch/VSwitch.css +7 -5
- package/lib/components/VSwitch/VSwitch.mjs +18 -8
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -4
- package/lib/components/VSwitch/_variables.scss +5 -3
- package/lib/components/VSwitch/index.d.mts +82 -23
- package/lib/components/VTable/VTable.css +3 -0
- package/lib/components/VTable/VTable.sass +4 -0
- package/lib/components/VTable/_variables.scss +3 -0
- package/lib/components/VTabs/VTab.css +1 -0
- package/lib/components/VTabs/VTab.mjs +4 -5
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +1 -0
- package/lib/components/VTabs/_variables.scss +1 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.mts +544 -307
- package/lib/composables/filter.mjs +4 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/list-items.mjs +26 -15
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/theme.mjs +6 -2
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +4 -2
- package/lib/labs/VBottomSheet/VBottomSheet.css +1 -0
- package/lib/labs/VBottomSheet/VBottomSheet.sass +2 -0
- package/lib/labs/VBottomSheet/_variables.scss +1 -0
- package/lib/labs/VDataIterator/index.d.mts +30 -26
- package/lib/labs/VDataTable/index.d.mts +43 -39
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs +4 -2
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +4 -4
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.sass +1 -1
- package/lib/labs/VDatePicker/index.d.mts +24 -24
- package/lib/labs/VDateRangePicker/index.d.mts +8 -8
- package/lib/labs/components.d.mts +80 -76
- package/lib/labs/date/DateAdapter.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.d.mts +4 -0
- package/lib/labs/date/adapters/vuetify.mjs +13 -0
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +4 -0
- package/lib/locale/bg.mjs +23 -23
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/fa.mjs +16 -16
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/styles/tools/_states.sass +5 -5
- package/package.json +2 -2
|
@@ -16,6 +16,8 @@ type SelectionControlSlot = {
|
|
|
16
16
|
model: WritableComputedRef<any>;
|
|
17
17
|
textColorClasses: Ref<string[]>;
|
|
18
18
|
textColorStyles: Ref<CSSProperties>;
|
|
19
|
+
backgroundColorClasses: Ref<string[]>;
|
|
20
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
19
21
|
inputNode: VNode;
|
|
20
22
|
icon: IconValue | undefined;
|
|
21
23
|
props: {
|
|
@@ -49,21 +51,33 @@ declare const VRadio: {
|
|
|
49
51
|
value?: any;
|
|
50
52
|
label?: string | undefined;
|
|
51
53
|
class?: any;
|
|
52
|
-
$children?: vue.VNodeChild |
|
|
53
|
-
default?: ((
|
|
54
|
+
$children?: vue.VNodeChild | {
|
|
55
|
+
default?: ((arg: {
|
|
56
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
57
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
58
|
+
}) => vue.VNodeChild) | undefined;
|
|
54
59
|
label?: ((arg: {
|
|
55
60
|
label: string | undefined;
|
|
56
61
|
props: Record<string, unknown>;
|
|
57
62
|
}) => vue.VNodeChild) | undefined;
|
|
58
63
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
59
|
-
}
|
|
64
|
+
} | ((arg: {
|
|
65
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
66
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
67
|
+
}) => vue.VNodeChild);
|
|
60
68
|
ref?: vue.VNodeRef | undefined;
|
|
61
69
|
ref_for?: boolean | undefined;
|
|
62
70
|
ref_key?: string | undefined;
|
|
63
71
|
theme?: string | undefined;
|
|
64
|
-
"v-slot:default"?: false | ((
|
|
72
|
+
"v-slot:default"?: false | ((arg: {
|
|
73
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
74
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
75
|
+
}) => vue.VNodeChild) | undefined;
|
|
65
76
|
'v-slots'?: {
|
|
66
|
-
default?: false | ((
|
|
77
|
+
default?: false | ((arg: {
|
|
78
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
79
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
80
|
+
}) => vue.VNodeChild) | undefined;
|
|
67
81
|
label?: false | ((arg: {
|
|
68
82
|
label: string | undefined;
|
|
69
83
|
props: Record<string, unknown>;
|
|
@@ -125,7 +139,10 @@ declare const VRadio: {
|
|
|
125
139
|
[x: string]: unknown;
|
|
126
140
|
};
|
|
127
141
|
$slots: Readonly<{
|
|
128
|
-
default?: ((
|
|
142
|
+
default?: ((arg: {
|
|
143
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
144
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
145
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
129
146
|
[key: string]: any;
|
|
130
147
|
}>[]) | undefined;
|
|
131
148
|
label?: ((arg: {
|
|
@@ -168,16 +185,25 @@ declare const VRadio: {
|
|
|
168
185
|
trueValue?: any;
|
|
169
186
|
falseValue?: any;
|
|
170
187
|
} & {
|
|
171
|
-
$children?: vue.VNodeChild |
|
|
172
|
-
default?: ((
|
|
188
|
+
$children?: vue.VNodeChild | {
|
|
189
|
+
default?: ((arg: {
|
|
190
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
191
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
192
|
+
}) => vue.VNodeChild) | undefined;
|
|
173
193
|
label?: ((arg: {
|
|
174
194
|
label: string | undefined;
|
|
175
195
|
props: Record<string, unknown>;
|
|
176
196
|
}) => vue.VNodeChild) | undefined;
|
|
177
197
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
178
|
-
}
|
|
198
|
+
} | ((arg: {
|
|
199
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
200
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
201
|
+
}) => vue.VNodeChild);
|
|
179
202
|
'v-slots'?: {
|
|
180
|
-
default?: false | ((
|
|
203
|
+
default?: false | ((arg: {
|
|
204
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
205
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
206
|
+
}) => vue.VNodeChild) | undefined;
|
|
181
207
|
label?: false | ((arg: {
|
|
182
208
|
label: string | undefined;
|
|
183
209
|
props: Record<string, unknown>;
|
|
@@ -185,7 +211,10 @@ declare const VRadio: {
|
|
|
185
211
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
186
212
|
} | undefined;
|
|
187
213
|
} & {
|
|
188
|
-
"v-slot:default"?: false | ((
|
|
214
|
+
"v-slot:default"?: false | ((arg: {
|
|
215
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
216
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
217
|
+
}) => vue.VNodeChild) | undefined;
|
|
189
218
|
"v-slot:label"?: false | ((arg: {
|
|
190
219
|
label: string | undefined;
|
|
191
220
|
props: Record<string, unknown>;
|
|
@@ -204,7 +233,10 @@ declare const VRadio: {
|
|
|
204
233
|
trueIcon: NonNullable<IconValue>;
|
|
205
234
|
valueComparator: typeof deepEqual;
|
|
206
235
|
}, {}, string, vue.SlotsType<Partial<{
|
|
207
|
-
default: (
|
|
236
|
+
default: (arg: {
|
|
237
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
238
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
239
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
208
240
|
[key: string]: any;
|
|
209
241
|
}>[];
|
|
210
242
|
label: (arg: {
|
|
@@ -262,16 +294,25 @@ declare const VRadio: {
|
|
|
262
294
|
trueValue?: any;
|
|
263
295
|
falseValue?: any;
|
|
264
296
|
} & {
|
|
265
|
-
$children?: vue.VNodeChild |
|
|
266
|
-
default?: ((
|
|
297
|
+
$children?: vue.VNodeChild | {
|
|
298
|
+
default?: ((arg: {
|
|
299
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
300
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
301
|
+
}) => vue.VNodeChild) | undefined;
|
|
267
302
|
label?: ((arg: {
|
|
268
303
|
label: string | undefined;
|
|
269
304
|
props: Record<string, unknown>;
|
|
270
305
|
}) => vue.VNodeChild) | undefined;
|
|
271
306
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
272
|
-
}
|
|
307
|
+
} | ((arg: {
|
|
308
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
309
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
310
|
+
}) => vue.VNodeChild);
|
|
273
311
|
'v-slots'?: {
|
|
274
|
-
default?: false | ((
|
|
312
|
+
default?: false | ((arg: {
|
|
313
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
314
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
315
|
+
}) => vue.VNodeChild) | undefined;
|
|
275
316
|
label?: false | ((arg: {
|
|
276
317
|
label: string | undefined;
|
|
277
318
|
props: Record<string, unknown>;
|
|
@@ -279,7 +320,10 @@ declare const VRadio: {
|
|
|
279
320
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
280
321
|
} | undefined;
|
|
281
322
|
} & {
|
|
282
|
-
"v-slot:default"?: false | ((
|
|
323
|
+
"v-slot:default"?: false | ((arg: {
|
|
324
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
325
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
326
|
+
}) => vue.VNodeChild) | undefined;
|
|
283
327
|
"v-slot:label"?: false | ((arg: {
|
|
284
328
|
label: string | undefined;
|
|
285
329
|
props: Record<string, unknown>;
|
|
@@ -315,16 +359,25 @@ declare const VRadio: {
|
|
|
315
359
|
trueValue?: any;
|
|
316
360
|
falseValue?: any;
|
|
317
361
|
} & {
|
|
318
|
-
$children?: vue.VNodeChild |
|
|
319
|
-
default?: ((
|
|
362
|
+
$children?: vue.VNodeChild | {
|
|
363
|
+
default?: ((arg: {
|
|
364
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
365
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
366
|
+
}) => vue.VNodeChild) | undefined;
|
|
320
367
|
label?: ((arg: {
|
|
321
368
|
label: string | undefined;
|
|
322
369
|
props: Record<string, unknown>;
|
|
323
370
|
}) => vue.VNodeChild) | undefined;
|
|
324
371
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
325
|
-
}
|
|
372
|
+
} | ((arg: {
|
|
373
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
374
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
375
|
+
}) => vue.VNodeChild);
|
|
326
376
|
'v-slots'?: {
|
|
327
|
-
default?: false | ((
|
|
377
|
+
default?: false | ((arg: {
|
|
378
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
379
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
380
|
+
}) => vue.VNodeChild) | undefined;
|
|
328
381
|
label?: false | ((arg: {
|
|
329
382
|
label: string | undefined;
|
|
330
383
|
props: Record<string, unknown>;
|
|
@@ -332,7 +385,10 @@ declare const VRadio: {
|
|
|
332
385
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
333
386
|
} | undefined;
|
|
334
387
|
} & {
|
|
335
|
-
"v-slot:default"?: false | ((
|
|
388
|
+
"v-slot:default"?: false | ((arg: {
|
|
389
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
390
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
391
|
+
}) => vue.VNodeChild) | undefined;
|
|
336
392
|
"v-slot:label"?: false | ((arg: {
|
|
337
393
|
label: string | undefined;
|
|
338
394
|
props: Record<string, unknown>;
|
|
@@ -351,7 +407,10 @@ declare const VRadio: {
|
|
|
351
407
|
trueIcon: NonNullable<IconValue>;
|
|
352
408
|
valueComparator: typeof deepEqual;
|
|
353
409
|
}, {}, string, vue.SlotsType<Partial<{
|
|
354
|
-
default: (
|
|
410
|
+
default: (arg: {
|
|
411
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
412
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
413
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
355
414
|
[key: string]: any;
|
|
356
415
|
}>[];
|
|
357
416
|
label: (arg: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VRadioGroup.mjs","names":["makeVInputProps","VInput","VLabel","VSelectionControl","makeSelectionControlGroupProps","VSelectionControlGroup","IconValue","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","propsFactory","useRender","makeVRadioGroupProps","height","type","Number","String","default","trueIcon","falseIcon","VRadioGroup","name","inheritAttrs","props","emits","val","setup","_ref","attrs","slots","uid","id","model","rootAttrs","controlAttrs","inputProps","_1","filterProps","controlProps","_2","label","for","value","_createVNode","_mergeProps","class","style","$event","_ref2","messagesId","isDisabled","isReadonly","_Fragment","undefined"],"sources":["../../../src/components/VRadioGroup/VRadioGroup.tsx"],"sourcesContent":["// Styles\nimport './VRadioGroup.sass'\n\n// Components\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\nimport { VLabel } from '@/components/VLabel'\nimport { VSelectionControl } from '@/components/VSelectionControl'\nimport { makeSelectionControlGroupProps, VSelectionControlGroup } from '@/components/VSelectionControlGroup/VSelectionControlGroup'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VInputSlots } from '@/components/VInput/VInput'\
|
|
1
|
+
{"version":3,"file":"VRadioGroup.mjs","names":["makeVInputProps","VInput","VLabel","VSelectionControl","makeSelectionControlGroupProps","VSelectionControlGroup","IconValue","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","propsFactory","useRender","makeVRadioGroupProps","height","type","Number","String","default","trueIcon","falseIcon","VRadioGroup","name","inheritAttrs","props","emits","val","setup","_ref","attrs","slots","uid","id","model","rootAttrs","controlAttrs","inputProps","_1","filterProps","controlProps","_2","label","for","value","_createVNode","_mergeProps","class","style","$event","_ref2","messagesId","isDisabled","isReadonly","_Fragment","undefined"],"sources":["../../../src/components/VRadioGroup/VRadioGroup.tsx"],"sourcesContent":["// Styles\nimport './VRadioGroup.sass'\n\n// Components\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\nimport { VLabel } from '@/components/VLabel'\nimport { VSelectionControl } from '@/components/VSelectionControl'\nimport { makeSelectionControlGroupProps, VSelectionControlGroup } from '@/components/VSelectionControlGroup/VSelectionControlGroup'\n\n// Composables\nimport { IconValue } from '@/composables/icons'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VInputSlots } from '@/components/VInput/VInput'\n\nexport type VRadioGroupSlots = Omit<VInputSlots, 'default'> & {\n default: never\n label: {\n label: string | undefined\n props: Record<string, any>\n }\n}\n\nexport const makeVRadioGroupProps = propsFactory({\n height: {\n type: [Number, String],\n default: 'auto',\n },\n\n ...makeVInputProps(),\n ...omit(makeSelectionControlGroupProps(), ['multiple']),\n\n trueIcon: {\n type: IconValue,\n default: '$radioOn',\n },\n falseIcon: {\n type: IconValue,\n default: '$radioOff',\n },\n type: {\n type: String,\n default: 'radio',\n },\n}, 'VRadioGroup')\n\nexport const VRadioGroup = genericComponent<VRadioGroupSlots>()({\n name: 'VRadioGroup',\n\n inheritAttrs: false,\n\n props: makeVRadioGroupProps(),\n\n emits: {\n 'update:modelValue': (val: any) => true,\n },\n\n setup (props, { attrs, slots }) {\n const uid = getUid()\n const id = computed(() => props.id || `radio-group-${uid}`)\n const model = useProxiedModel(props, 'modelValue')\n\n useRender(() => {\n const [rootAttrs, controlAttrs] = filterInputAttrs(attrs)\n const [inputProps, _1] = VInput.filterProps(props)\n const [controlProps, _2] = VSelectionControl.filterProps(props)\n const label = slots.label\n ? slots.label({\n label: props.label,\n props: { for: id.value },\n })\n : props.label\n\n return (\n <VInput\n class={[\n 'v-radio-group',\n props.class,\n ]}\n style={ props.style }\n { ...rootAttrs }\n { ...inputProps }\n v-model={ model.value }\n id={ id.value }\n >\n {{\n ...slots,\n default: ({\n id,\n messagesId,\n isDisabled,\n isReadonly,\n }) => (\n <>\n { label && (\n <VLabel id={ id.value }>\n { label }\n </VLabel>\n )}\n\n <VSelectionControlGroup\n { ...controlProps }\n id={ id.value }\n aria-describedby={ messagesId.value }\n defaultsTarget=\"VRadio\"\n trueIcon={ props.trueIcon }\n falseIcon={ props.falseIcon }\n type={ props.type }\n disabled={ isDisabled.value }\n readonly={ isReadonly.value }\n aria-labelledby={ label ? id.value : undefined }\n multiple={ false }\n { ...controlAttrs }\n v-model={ model.value }\n v-slots={ slots }\n />\n </>\n ),\n }}\n </VInput>\n )\n })\n\n return {}\n },\n})\n\nexport type VRadioGroup = InstanceType<typeof VRadioGroup>\n"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
@@ -11,29 +11,16 @@ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (.
|
|
|
11
11
|
|
|
12
12
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
13
13
|
|
|
14
|
+
type ValidationResult = string | boolean;
|
|
15
|
+
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
16
|
+
|
|
14
17
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
15
18
|
declare const IconValue: PropType<IconValue>;
|
|
16
19
|
|
|
17
|
-
type SelectionControlSlot = {
|
|
18
|
-
model: WritableComputedRef<any>;
|
|
19
|
-
textColorClasses: Ref<string[]>;
|
|
20
|
-
textColorStyles: Ref<CSSProperties>;
|
|
21
|
-
inputNode: VNode;
|
|
22
|
-
icon: IconValue | undefined;
|
|
23
|
-
props: {
|
|
24
|
-
onBlur: (e: Event) => void;
|
|
25
|
-
onFocus: (e: FocusEvent) => void;
|
|
26
|
-
id: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
|
|
30
20
|
type VMessageSlot = {
|
|
31
21
|
message: string;
|
|
32
22
|
};
|
|
33
23
|
|
|
34
|
-
type ValidationResult = string | boolean;
|
|
35
|
-
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
36
|
-
|
|
37
24
|
interface VInputSlot {
|
|
38
25
|
id: ComputedRef<string>;
|
|
39
26
|
messagesId: ComputedRef<string>;
|
|
@@ -80,16 +67,15 @@ declare const VRadioGroup: {
|
|
|
80
67
|
label?: string | undefined;
|
|
81
68
|
class?: any;
|
|
82
69
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
83
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
84
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
85
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
86
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
87
70
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
72
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
73
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
74
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
88
75
|
label?: ((arg: {
|
|
89
76
|
label: string | undefined;
|
|
90
|
-
props: Record<string,
|
|
77
|
+
props: Record<string, any>;
|
|
91
78
|
}) => vue.VNodeChild) | undefined;
|
|
92
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
93
79
|
};
|
|
94
80
|
ref?: vue.VNodeRef | undefined;
|
|
95
81
|
ref_for?: boolean | undefined;
|
|
@@ -97,16 +83,15 @@ declare const VRadioGroup: {
|
|
|
97
83
|
theme?: string | undefined;
|
|
98
84
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
99
85
|
'v-slots'?: {
|
|
100
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
101
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
102
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
103
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
104
86
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
87
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
88
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
89
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
90
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
105
91
|
label?: false | ((arg: {
|
|
106
92
|
label: string | undefined;
|
|
107
|
-
props: Record<string,
|
|
93
|
+
props: Record<string, any>;
|
|
108
94
|
}) => vue.VNodeChild) | undefined;
|
|
109
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
110
95
|
} | undefined;
|
|
111
96
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
112
97
|
[key: string]: any;
|
|
@@ -153,10 +138,9 @@ declare const VRadioGroup: {
|
|
|
153
138
|
prependIcon?: IconValue | undefined;
|
|
154
139
|
appendIcon?: IconValue | undefined;
|
|
155
140
|
defaultsTarget?: string | undefined;
|
|
156
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
157
141
|
"v-slot:label"?: false | ((arg: {
|
|
158
142
|
label: string | undefined;
|
|
159
|
-
props: Record<string,
|
|
143
|
+
props: Record<string, any>;
|
|
160
144
|
}) => vue.VNodeChild) | undefined;
|
|
161
145
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
162
146
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -175,30 +159,27 @@ declare const VRadioGroup: {
|
|
|
175
159
|
[x: string]: unknown;
|
|
176
160
|
};
|
|
177
161
|
$slots: Readonly<{
|
|
178
|
-
|
|
162
|
+
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
179
163
|
[key: string]: any;
|
|
180
164
|
}>[]) | undefined;
|
|
181
|
-
|
|
165
|
+
details?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
182
166
|
[key: string]: any;
|
|
183
167
|
}>[]) | undefined;
|
|
184
168
|
append?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
185
169
|
[key: string]: any;
|
|
186
170
|
}>[]) | undefined;
|
|
187
|
-
|
|
171
|
+
prepend?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
188
172
|
[key: string]: any;
|
|
189
173
|
}>[]) | undefined;
|
|
190
|
-
|
|
174
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
191
175
|
[key: string]: any;
|
|
192
176
|
}>[]) | undefined;
|
|
193
177
|
label?: ((arg: {
|
|
194
178
|
label: string | undefined;
|
|
195
|
-
props: Record<string,
|
|
179
|
+
props: Record<string, any>;
|
|
196
180
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
197
181
|
[key: string]: any;
|
|
198
182
|
}>[]) | undefined;
|
|
199
|
-
input?: ((arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
200
|
-
[key: string]: any;
|
|
201
|
-
}>[]) | undefined;
|
|
202
183
|
}>;
|
|
203
184
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
204
185
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
@@ -245,40 +226,37 @@ declare const VRadioGroup: {
|
|
|
245
226
|
hideDetails?: boolean | "auto" | undefined;
|
|
246
227
|
} & {
|
|
247
228
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
248
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
249
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
250
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
251
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
252
229
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
230
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
231
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
232
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
233
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
253
234
|
label?: ((arg: {
|
|
254
235
|
label: string | undefined;
|
|
255
|
-
props: Record<string,
|
|
236
|
+
props: Record<string, any>;
|
|
256
237
|
}) => vue.VNodeChild) | undefined;
|
|
257
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
258
238
|
};
|
|
259
239
|
'v-slots'?: {
|
|
260
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
261
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
262
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
263
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
264
240
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
241
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
242
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
243
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
244
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
265
245
|
label?: false | ((arg: {
|
|
266
246
|
label: string | undefined;
|
|
267
|
-
props: Record<string,
|
|
247
|
+
props: Record<string, any>;
|
|
268
248
|
}) => vue.VNodeChild) | undefined;
|
|
269
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
270
249
|
} | undefined;
|
|
271
250
|
} & {
|
|
272
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
273
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
274
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
275
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
276
251
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
252
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
253
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
254
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
255
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
277
256
|
"v-slot:label"?: false | ((arg: {
|
|
278
257
|
label: string | undefined;
|
|
279
|
-
props: Record<string,
|
|
258
|
+
props: Record<string, any>;
|
|
280
259
|
}) => vue.VNodeChild) | undefined;
|
|
281
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
282
260
|
} & {
|
|
283
261
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
284
262
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -305,30 +283,27 @@ declare const VRadioGroup: {
|
|
|
305
283
|
centerAffix: boolean;
|
|
306
284
|
persistentHint: boolean;
|
|
307
285
|
}, {}, string, vue.SlotsType<Partial<{
|
|
308
|
-
|
|
286
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
309
287
|
[key: string]: any;
|
|
310
288
|
}>[];
|
|
311
|
-
|
|
289
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
312
290
|
[key: string]: any;
|
|
313
291
|
}>[];
|
|
314
292
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
315
293
|
[key: string]: any;
|
|
316
294
|
}>[];
|
|
317
|
-
|
|
295
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
318
296
|
[key: string]: any;
|
|
319
297
|
}>[];
|
|
320
|
-
|
|
298
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
321
299
|
[key: string]: any;
|
|
322
300
|
}>[];
|
|
323
301
|
label: (arg: {
|
|
324
302
|
label: string | undefined;
|
|
325
|
-
props: Record<string,
|
|
303
|
+
props: Record<string, any>;
|
|
326
304
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
327
305
|
[key: string]: any;
|
|
328
306
|
}>[];
|
|
329
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
330
|
-
[key: string]: any;
|
|
331
|
-
}>[];
|
|
332
307
|
}>>> & {
|
|
333
308
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
334
309
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -390,40 +365,37 @@ declare const VRadioGroup: {
|
|
|
390
365
|
hideDetails?: boolean | "auto" | undefined;
|
|
391
366
|
} & {
|
|
392
367
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
393
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
394
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
395
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
396
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
397
368
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
369
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
370
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
371
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
372
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
398
373
|
label?: ((arg: {
|
|
399
374
|
label: string | undefined;
|
|
400
|
-
props: Record<string,
|
|
375
|
+
props: Record<string, any>;
|
|
401
376
|
}) => vue.VNodeChild) | undefined;
|
|
402
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
403
377
|
};
|
|
404
378
|
'v-slots'?: {
|
|
405
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
406
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
407
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
408
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
409
379
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
380
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
381
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
382
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
383
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
410
384
|
label?: false | ((arg: {
|
|
411
385
|
label: string | undefined;
|
|
412
|
-
props: Record<string,
|
|
386
|
+
props: Record<string, any>;
|
|
413
387
|
}) => vue.VNodeChild) | undefined;
|
|
414
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
415
388
|
} | undefined;
|
|
416
389
|
} & {
|
|
417
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
418
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
419
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
420
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
421
390
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
391
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
392
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
393
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
394
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
422
395
|
"v-slot:label"?: false | ((arg: {
|
|
423
396
|
label: string | undefined;
|
|
424
|
-
props: Record<string,
|
|
397
|
+
props: Record<string, any>;
|
|
425
398
|
}) => vue.VNodeChild) | undefined;
|
|
426
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
427
399
|
} & {
|
|
428
400
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
429
401
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -471,40 +443,37 @@ declare const VRadioGroup: {
|
|
|
471
443
|
hideDetails?: boolean | "auto" | undefined;
|
|
472
444
|
} & {
|
|
473
445
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
474
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
475
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
476
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
477
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
478
446
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
447
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
448
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
449
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
450
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
479
451
|
label?: ((arg: {
|
|
480
452
|
label: string | undefined;
|
|
481
|
-
props: Record<string,
|
|
453
|
+
props: Record<string, any>;
|
|
482
454
|
}) => vue.VNodeChild) | undefined;
|
|
483
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
484
455
|
};
|
|
485
456
|
'v-slots'?: {
|
|
486
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
487
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
488
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
489
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
490
457
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
458
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
459
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
460
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
461
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
491
462
|
label?: false | ((arg: {
|
|
492
463
|
label: string | undefined;
|
|
493
|
-
props: Record<string,
|
|
464
|
+
props: Record<string, any>;
|
|
494
465
|
}) => vue.VNodeChild) | undefined;
|
|
495
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
496
466
|
} | undefined;
|
|
497
467
|
} & {
|
|
498
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
499
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
500
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
501
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
502
468
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
469
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
470
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
471
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
472
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
503
473
|
"v-slot:label"?: false | ((arg: {
|
|
504
474
|
label: string | undefined;
|
|
505
|
-
props: Record<string,
|
|
475
|
+
props: Record<string, any>;
|
|
506
476
|
}) => vue.VNodeChild) | undefined;
|
|
507
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
508
477
|
} & {
|
|
509
478
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
510
479
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -531,30 +500,27 @@ declare const VRadioGroup: {
|
|
|
531
500
|
centerAffix: boolean;
|
|
532
501
|
persistentHint: boolean;
|
|
533
502
|
}, {}, string, vue.SlotsType<Partial<{
|
|
534
|
-
|
|
503
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
535
504
|
[key: string]: any;
|
|
536
505
|
}>[];
|
|
537
|
-
|
|
506
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
538
507
|
[key: string]: any;
|
|
539
508
|
}>[];
|
|
540
509
|
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
541
510
|
[key: string]: any;
|
|
542
511
|
}>[];
|
|
543
|
-
|
|
512
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
544
513
|
[key: string]: any;
|
|
545
514
|
}>[];
|
|
546
|
-
|
|
515
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
547
516
|
[key: string]: any;
|
|
548
517
|
}>[];
|
|
549
518
|
label: (arg: {
|
|
550
519
|
label: string | undefined;
|
|
551
|
-
props: Record<string,
|
|
520
|
+
props: Record<string, any>;
|
|
552
521
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
553
522
|
[key: string]: any;
|
|
554
523
|
}>[];
|
|
555
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
556
|
-
[key: string]: any;
|
|
557
|
-
}>[];
|
|
558
524
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
559
525
|
trueIcon: {
|
|
560
526
|
type: vue.PropType<IconValue>;
|