@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-28
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/CHANGELOG.md +7 -3
- package/dist/_component-variables-labs.sass +1 -5
- package/dist/_component-variables.sass +4 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +14 -50
- package/dist/json/importMap.json +98 -62
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +695 -694
- package/dist/vuetify-labs.d.ts +41561 -36837
- package/dist/vuetify-labs.esm.js +3188 -3166
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3187 -3165
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +505 -108
- package/dist/vuetify.d.ts +20359 -13201
- package/dist/vuetify.esm.js +995 -175
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +994 -174
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1306 -1256
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +114 -106
- package/lib/components/VApp/index.d.mts +24 -47
- package/lib/components/VAppBar/index.d.mts +219 -175
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1203 -551
- package/lib/components/VAvatar/index.d.mts +45 -53
- package/lib/components/VBadge/index.d.mts +66 -58
- package/lib/components/VBanner/index.d.mts +106 -146
- package/lib/components/VBottomNavigation/index.d.mts +72 -63
- package/lib/{labs → components}/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/{labs → components}/VBottomSheet/index.d.mts +153 -83
- package/lib/components/VBottomSheet/index.mjs.map +1 -0
- package/lib/components/VBreadcrumbs/index.d.mts +89 -147
- package/lib/components/VBtn/index.d.mts +107 -66
- package/lib/components/VBtnGroup/index.d.mts +38 -51
- package/lib/components/VBtnToggle/index.d.mts +53 -55
- package/lib/components/VCard/index.d.mts +238 -298
- package/lib/components/VCarousel/index.d.mts +251 -131
- package/lib/components/VCheckbox/index.d.mts +259 -146
- package/lib/components/VChip/index.d.mts +157 -76
- package/lib/components/VChipGroup/index.d.mts +76 -55
- package/lib/components/VCode/index.d.mts +21 -46
- package/lib/components/VColorPicker/index.d.mts +112 -61
- package/lib/components/VCombobox/VCombobox.mjs +13 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1203 -551
- package/lib/components/VCounter/index.d.mts +45 -57
- package/lib/components/VDefaultsProvider/index.d.mts +24 -49
- package/lib/components/VDialog/index.d.mts +583 -329
- package/lib/components/VDivider/index.d.mts +30 -49
- package/lib/components/VExpansionPanel/index.d.mts +188 -212
- package/lib/components/VField/index.d.mts +88 -105
- package/lib/components/VFileInput/index.d.mts +472 -287
- package/lib/components/VFooter/index.d.mts +42 -52
- package/lib/components/VForm/index.d.mts +149 -51
- package/lib/components/VGrid/index.d.mts +146 -196
- package/lib/components/VHover/index.d.mts +37 -49
- package/lib/components/VIcon/index.d.mts +79 -234
- package/lib/components/VImg/index.d.mts +80 -61
- package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.mjs +2 -2
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/{labs → components}/VInfiniteScroll/index.d.mts +59 -54
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/components/VInput/index.d.mts +90 -66
- package/lib/components/VItemGroup/index.d.mts +115 -99
- package/lib/components/VKbd/index.d.mts +21 -46
- package/lib/components/VLabel/index.d.mts +24 -47
- package/lib/components/VLayout/index.d.mts +55 -96
- package/lib/components/VLazy/index.d.mts +43 -50
- package/lib/components/VList/index.d.mts +403 -468
- package/lib/components/VLocaleProvider/index.d.mts +24 -46
- package/lib/components/VMain/index.d.mts +24 -47
- package/lib/components/VMenu/index.d.mts +573 -324
- package/lib/components/VMessages/index.d.mts +41 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
- package/lib/components/VNavigationDrawer/index.d.mts +95 -67
- package/lib/components/VOverlay/index.d.mts +138 -76
- package/lib/components/VPagination/index.d.mts +114 -73
- package/lib/components/VParallax/index.d.mts +31 -47
- package/lib/components/VProgressCircular/index.d.mts +48 -53
- package/lib/components/VProgressLinear/index.d.mts +84 -63
- package/lib/components/VRadio/index.d.mts +93 -61
- package/lib/components/VRadioGroup/index.d.mts +130 -77
- package/lib/components/VRangeSlider/index.d.mts +169 -86
- package/lib/components/VRating/index.d.mts +75 -62
- package/lib/components/VResponsive/index.d.mts +33 -47
- package/lib/components/VSelect/VSelect.mjs +13 -10
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1191 -546
- package/lib/components/VSelectionControl/index.d.mts +48 -53
- package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
- package/lib/components/VSheet/index.d.mts +37 -48
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/{labs → components}/VSkeletonLoader/index.d.mts +36 -51
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.d.mts +106 -105
- package/lib/components/VSlider/index.d.mts +166 -85
- package/lib/components/VSnackbar/index.d.mts +572 -324
- package/lib/components/VStepper/VStepper.mjs +137 -98
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +38 -198
- package/lib/{labs → components}/VStepper/VStepperActions.mjs +2 -2
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperItem.mjs +2 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/components/VStepper/_variables.scss +21 -31
- package/lib/{labs → components}/VStepper/index.d.mts +368 -340
- package/lib/components/VStepper/index.mjs +6 -17
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +168 -86
- package/lib/components/VSystemBar/index.d.mts +39 -51
- package/lib/components/VTable/index.d.mts +45 -51
- package/lib/components/VTabs/index.d.mts +177 -132
- package/lib/components/VTextField/index.d.mts +665 -470
- package/lib/components/VTextarea/index.d.mts +469 -297
- package/lib/components/VThemeProvider/index.d.mts +26 -48
- package/lib/components/VTimeline/index.d.mts +98 -106
- package/lib/components/VToolbar/index.d.mts +119 -150
- package/lib/components/VTooltip/index.d.mts +565 -321
- package/lib/components/VValidation/index.d.mts +108 -62
- package/lib/components/VVirtualScroll/index.d.mts +18 -46
- package/lib/components/VWindow/index.d.mts +130 -110
- package/lib/components/index.d.mts +19973 -12833
- package/lib/components/index.mjs +5 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +455 -819
- package/lib/composables/color.mjs +2 -2
- package/lib/composables/color.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VDataIterator/index.d.mts +112 -75
- package/lib/labs/VDataTable/index.d.mts +1456 -530
- package/lib/labs/VDateInput/index.d.mts +260 -157
- package/lib/labs/VDatePicker/index.d.mts +1100 -889
- package/lib/labs/VDateRangePicker/index.d.mts +207 -129
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7514 -10029
- package/lib/labs/components.mjs +0 -4
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -3
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/fr.mjs +19 -19
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VStepper/VStepperContent.mjs +0 -114
- package/lib/components/VStepper/VStepperContent.mjs.map +0 -1
- package/lib/components/VStepper/VStepperStep.mjs +0 -134
- package/lib/components/VStepper/VStepperStep.mjs.map +0 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/labs/VBottomSheet/index.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/index.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.mjs +0 -149
- package/lib/labs/VStepper/VStepper.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.sass +0 -53
- package/lib/labs/VStepper/VStepperActions.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperHeader.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindow.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +0 -1
- package/lib/labs/VStepper/_variables.scss +0 -27
- package/lib/labs/VStepper/index.mjs +0 -7
- package/lib/labs/VStepper/index.mjs.map +0 -1
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.css +0 -0
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.sass +0 -0
- /package/lib/{labs → components}/VBottomSheet/_variables.scss +0 -0
- /package/lib/{labs → components}/VBottomSheet/index.mjs +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.css +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.sass +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/_variables.scss +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/index.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.css +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.sass +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/_variables.scss +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/index.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepper.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperHeader.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.sass +0 -0
|
@@ -54,35 +54,70 @@ declare const VCheckbox: {
|
|
|
54
54
|
new (...args: any[]): {
|
|
55
55
|
$: vue.ComponentInternalInstance;
|
|
56
56
|
$data: {};
|
|
57
|
-
$props: {
|
|
58
|
-
error
|
|
59
|
-
direction
|
|
60
|
-
style
|
|
61
|
-
disabled
|
|
62
|
-
multiple
|
|
63
|
-
readonly
|
|
64
|
-
indeterminate
|
|
65
|
-
messages
|
|
66
|
-
density
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
centerAffix
|
|
77
|
-
persistentHint
|
|
57
|
+
$props: Partial<{
|
|
58
|
+
error: boolean;
|
|
59
|
+
direction: "horizontal" | "vertical";
|
|
60
|
+
style: vue.StyleValue;
|
|
61
|
+
disabled: boolean | null;
|
|
62
|
+
multiple: boolean | null;
|
|
63
|
+
readonly: boolean;
|
|
64
|
+
indeterminate: boolean;
|
|
65
|
+
messages: string | readonly string[];
|
|
66
|
+
density: Density;
|
|
67
|
+
rules: readonly ValidationRule[];
|
|
68
|
+
ripple: boolean;
|
|
69
|
+
falseIcon: NonNullable<IconValue>;
|
|
70
|
+
trueIcon: NonNullable<IconValue>;
|
|
71
|
+
valueComparator: typeof deepEqual;
|
|
72
|
+
indeterminateIcon: IconValue;
|
|
73
|
+
focused: boolean;
|
|
74
|
+
errorMessages: string | readonly string[] | null;
|
|
75
|
+
maxErrors: string | number;
|
|
76
|
+
centerAffix: boolean;
|
|
77
|
+
persistentHint: boolean;
|
|
78
|
+
}> & Omit<{
|
|
79
|
+
error: boolean;
|
|
80
|
+
direction: "horizontal" | "vertical";
|
|
81
|
+
style: vue.StyleValue;
|
|
82
|
+
disabled: boolean | null;
|
|
83
|
+
multiple: boolean | null;
|
|
84
|
+
readonly: boolean;
|
|
85
|
+
indeterminate: boolean;
|
|
86
|
+
messages: string | readonly string[];
|
|
87
|
+
density: Density;
|
|
88
|
+
rules: readonly ValidationRule[];
|
|
89
|
+
ripple: boolean;
|
|
90
|
+
falseIcon: NonNullable<IconValue>;
|
|
91
|
+
trueIcon: NonNullable<IconValue>;
|
|
92
|
+
valueComparator: typeof deepEqual;
|
|
93
|
+
indeterminateIcon: IconValue;
|
|
94
|
+
focused: boolean;
|
|
95
|
+
errorMessages: string | readonly string[] | null;
|
|
96
|
+
maxErrors: string | number;
|
|
97
|
+
centerAffix: boolean;
|
|
98
|
+
persistentHint: boolean;
|
|
78
99
|
type?: string | undefined;
|
|
79
|
-
key?: string | number | symbol | undefined;
|
|
80
100
|
id?: string | undefined;
|
|
81
101
|
name?: string | undefined;
|
|
82
102
|
color?: string | undefined;
|
|
83
103
|
value?: any;
|
|
84
104
|
label?: string | undefined;
|
|
85
105
|
class?: any;
|
|
106
|
+
theme?: string | undefined;
|
|
107
|
+
modelValue?: any;
|
|
108
|
+
prependIcon?: IconValue | undefined;
|
|
109
|
+
appendIcon?: IconValue | undefined;
|
|
110
|
+
defaultsTarget?: string | undefined;
|
|
111
|
+
baseColor?: string | undefined;
|
|
112
|
+
trueValue?: any;
|
|
113
|
+
falseValue?: any;
|
|
114
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
115
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
116
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
117
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
118
|
+
validationValue?: any;
|
|
119
|
+
hint?: string | undefined;
|
|
120
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
86
121
|
$children?: vue.VNodeChild | ((arg: {
|
|
87
122
|
backgroundColorClasses: vue.Ref<string[]>;
|
|
88
123
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
@@ -101,14 +136,6 @@ declare const VCheckbox: {
|
|
|
101
136
|
}) => vue.VNodeChild) | undefined;
|
|
102
137
|
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
103
138
|
};
|
|
104
|
-
ref?: vue.VNodeRef | undefined;
|
|
105
|
-
ref_for?: boolean | undefined;
|
|
106
|
-
ref_key?: string | undefined;
|
|
107
|
-
theme?: string | undefined;
|
|
108
|
-
"v-slot:default"?: false | ((arg: {
|
|
109
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
110
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
111
|
-
}) => vue.VNodeChild) | undefined;
|
|
112
139
|
'v-slots'?: {
|
|
113
140
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
114
141
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -124,69 +151,116 @@ declare const VCheckbox: {
|
|
|
124
151
|
}) => vue.VNodeChild) | undefined;
|
|
125
152
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
126
153
|
} | undefined;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
130
|
-
[key: string]: any;
|
|
131
|
-
}>) => void)[] | undefined;
|
|
132
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
133
|
-
[key: string]: any;
|
|
134
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
135
|
-
[key: string]: any;
|
|
136
|
-
}>) => void)[] | undefined;
|
|
137
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
138
|
-
[key: string]: any;
|
|
139
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
140
|
-
[key: string]: any;
|
|
141
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
142
|
-
[key: string]: any;
|
|
143
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
144
|
-
[key: string]: any;
|
|
145
|
-
}>) => void)[] | undefined;
|
|
146
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
147
|
-
[key: string]: any;
|
|
148
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
}>) => void)[] | undefined;
|
|
155
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
}>) => void)[] | undefined;
|
|
160
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
161
|
-
[key: string]: any;
|
|
162
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
163
|
-
[key: string]: any;
|
|
164
|
-
}>) => void)[] | undefined;
|
|
154
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
155
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
165
156
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
166
157
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
167
|
-
|
|
158
|
+
"v-slot:default"?: false | ((arg: {
|
|
159
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
160
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
161
|
+
}) => vue.VNodeChild) | undefined;
|
|
162
|
+
"v-slot:label"?: false | ((arg: {
|
|
163
|
+
label: string | undefined;
|
|
164
|
+
props: Record<string, unknown>;
|
|
165
|
+
}) => vue.VNodeChild) | undefined;
|
|
166
|
+
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
168
167
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
168
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
169
|
+
error: boolean;
|
|
170
|
+
direction: "horizontal" | "vertical";
|
|
171
|
+
style: vue.StyleValue;
|
|
172
|
+
disabled: boolean | null;
|
|
173
|
+
multiple: boolean | null;
|
|
174
|
+
readonly: boolean;
|
|
175
|
+
indeterminate: boolean;
|
|
176
|
+
messages: string | readonly string[];
|
|
177
|
+
density: Density;
|
|
178
|
+
rules: readonly ValidationRule[];
|
|
179
|
+
ripple: boolean;
|
|
180
|
+
falseIcon: NonNullable<IconValue>;
|
|
181
|
+
trueIcon: NonNullable<IconValue>;
|
|
182
|
+
valueComparator: typeof deepEqual;
|
|
183
|
+
indeterminateIcon: IconValue;
|
|
184
|
+
focused: boolean;
|
|
185
|
+
errorMessages: string | readonly string[] | null;
|
|
186
|
+
maxErrors: string | number;
|
|
187
|
+
centerAffix: boolean;
|
|
188
|
+
persistentHint: boolean;
|
|
189
|
+
} & {
|
|
190
|
+
type?: string | undefined;
|
|
191
|
+
id?: string | undefined;
|
|
192
|
+
name?: string | undefined;
|
|
193
|
+
color?: string | undefined;
|
|
194
|
+
value?: any;
|
|
195
|
+
label?: string | undefined;
|
|
196
|
+
class?: any;
|
|
197
|
+
theme?: string | undefined;
|
|
198
|
+
modelValue?: any;
|
|
169
199
|
prependIcon?: IconValue | undefined;
|
|
170
200
|
appendIcon?: IconValue | undefined;
|
|
171
201
|
defaultsTarget?: string | undefined;
|
|
172
202
|
baseColor?: string | undefined;
|
|
173
203
|
trueValue?: any;
|
|
174
204
|
falseValue?: any;
|
|
175
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
176
|
-
"v-slot:label"?: false | ((arg: {
|
|
177
|
-
label: string | undefined;
|
|
178
|
-
props: Record<string, unknown>;
|
|
179
|
-
}) => vue.VNodeChild) | undefined;
|
|
180
205
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
181
206
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
182
|
-
|
|
183
|
-
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
207
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
184
208
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
185
209
|
validationValue?: any;
|
|
186
210
|
hint?: string | undefined;
|
|
187
211
|
hideDetails?: boolean | "auto" | undefined;
|
|
212
|
+
} & {
|
|
213
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
214
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
215
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
216
|
+
}) => vue.VNodeChild) | {
|
|
217
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
218
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
219
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
220
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
221
|
+
default?: ((arg: {
|
|
222
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
223
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
224
|
+
}) => vue.VNodeChild) | undefined;
|
|
225
|
+
label?: ((arg: {
|
|
226
|
+
label: string | undefined;
|
|
227
|
+
props: Record<string, unknown>;
|
|
228
|
+
}) => vue.VNodeChild) | undefined;
|
|
229
|
+
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
230
|
+
};
|
|
231
|
+
'v-slots'?: {
|
|
232
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
233
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
234
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
235
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
236
|
+
default?: false | ((arg: {
|
|
237
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
238
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
239
|
+
}) => vue.VNodeChild) | undefined;
|
|
240
|
+
label?: false | ((arg: {
|
|
241
|
+
label: string | undefined;
|
|
242
|
+
props: Record<string, unknown>;
|
|
243
|
+
}) => vue.VNodeChild) | undefined;
|
|
244
|
+
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
245
|
+
} | undefined;
|
|
246
|
+
} & {
|
|
247
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
188
248
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
189
|
-
|
|
249
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
250
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
251
|
+
"v-slot:default"?: false | ((arg: {
|
|
252
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
253
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
254
|
+
}) => vue.VNodeChild) | undefined;
|
|
255
|
+
"v-slot:label"?: false | ((arg: {
|
|
256
|
+
label: string | undefined;
|
|
257
|
+
props: Record<string, unknown>;
|
|
258
|
+
}) => vue.VNodeChild) | undefined;
|
|
259
|
+
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
260
|
+
} & {
|
|
261
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
262
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
263
|
+
}, "error" | "direction" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "rules" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
190
264
|
$attrs: {
|
|
191
265
|
[x: string]: unknown;
|
|
192
266
|
};
|
|
@@ -236,6 +310,7 @@ declare const VCheckbox: {
|
|
|
236
310
|
indeterminate: boolean;
|
|
237
311
|
messages: string | readonly string[];
|
|
238
312
|
density: Density;
|
|
313
|
+
rules: readonly ValidationRule[];
|
|
239
314
|
ripple: boolean;
|
|
240
315
|
falseIcon: NonNullable<IconValue>;
|
|
241
316
|
trueIcon: NonNullable<IconValue>;
|
|
@@ -244,7 +319,6 @@ declare const VCheckbox: {
|
|
|
244
319
|
focused: boolean;
|
|
245
320
|
errorMessages: string | readonly string[] | null;
|
|
246
321
|
maxErrors: string | number;
|
|
247
|
-
rules: readonly ValidationRule[];
|
|
248
322
|
centerAffix: boolean;
|
|
249
323
|
persistentHint: boolean;
|
|
250
324
|
} & {
|
|
@@ -334,6 +408,7 @@ declare const VCheckbox: {
|
|
|
334
408
|
indeterminate: boolean;
|
|
335
409
|
messages: string | readonly string[];
|
|
336
410
|
density: Density;
|
|
411
|
+
rules: readonly ValidationRule[];
|
|
337
412
|
ripple: boolean;
|
|
338
413
|
falseIcon: NonNullable<IconValue>;
|
|
339
414
|
trueIcon: NonNullable<IconValue>;
|
|
@@ -342,7 +417,6 @@ declare const VCheckbox: {
|
|
|
342
417
|
focused: boolean;
|
|
343
418
|
errorMessages: string | readonly string[] | null;
|
|
344
419
|
maxErrors: string | number;
|
|
345
|
-
rules: readonly ValidationRule[];
|
|
346
420
|
centerAffix: boolean;
|
|
347
421
|
persistentHint: boolean;
|
|
348
422
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -403,6 +477,7 @@ declare const VCheckbox: {
|
|
|
403
477
|
indeterminate: boolean;
|
|
404
478
|
messages: string | readonly string[];
|
|
405
479
|
density: Density;
|
|
480
|
+
rules: readonly ValidationRule[];
|
|
406
481
|
ripple: boolean;
|
|
407
482
|
falseIcon: NonNullable<IconValue>;
|
|
408
483
|
trueIcon: NonNullable<IconValue>;
|
|
@@ -411,7 +486,6 @@ declare const VCheckbox: {
|
|
|
411
486
|
focused: boolean;
|
|
412
487
|
errorMessages: string | readonly string[] | null;
|
|
413
488
|
maxErrors: string | number;
|
|
414
|
-
rules: readonly ValidationRule[];
|
|
415
489
|
centerAffix: boolean;
|
|
416
490
|
persistentHint: boolean;
|
|
417
491
|
} & {
|
|
@@ -502,6 +576,7 @@ declare const VCheckbox: {
|
|
|
502
576
|
indeterminate: boolean;
|
|
503
577
|
messages: string | readonly string[];
|
|
504
578
|
density: Density;
|
|
579
|
+
rules: readonly ValidationRule[];
|
|
505
580
|
ripple: boolean;
|
|
506
581
|
falseIcon: NonNullable<IconValue>;
|
|
507
582
|
trueIcon: NonNullable<IconValue>;
|
|
@@ -510,7 +585,6 @@ declare const VCheckbox: {
|
|
|
510
585
|
focused: boolean;
|
|
511
586
|
errorMessages: string | readonly string[] | null;
|
|
512
587
|
maxErrors: string | number;
|
|
513
|
-
rules: readonly ValidationRule[];
|
|
514
588
|
centerAffix: boolean;
|
|
515
589
|
persistentHint: boolean;
|
|
516
590
|
} & {
|
|
@@ -600,6 +674,7 @@ declare const VCheckbox: {
|
|
|
600
674
|
indeterminate: boolean;
|
|
601
675
|
messages: string | readonly string[];
|
|
602
676
|
density: Density;
|
|
677
|
+
rules: readonly ValidationRule[];
|
|
603
678
|
ripple: boolean;
|
|
604
679
|
falseIcon: NonNullable<IconValue>;
|
|
605
680
|
trueIcon: NonNullable<IconValue>;
|
|
@@ -608,7 +683,6 @@ declare const VCheckbox: {
|
|
|
608
683
|
focused: boolean;
|
|
609
684
|
errorMessages: string | readonly string[] | null;
|
|
610
685
|
maxErrors: string | number;
|
|
611
|
-
rules: readonly ValidationRule[];
|
|
612
686
|
centerAffix: boolean;
|
|
613
687
|
persistentHint: boolean;
|
|
614
688
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -826,28 +900,47 @@ declare const VCheckboxBtn: {
|
|
|
826
900
|
new (...args: any[]): {
|
|
827
901
|
$: vue.ComponentInternalInstance;
|
|
828
902
|
$data: {};
|
|
829
|
-
$props: {
|
|
830
|
-
inline
|
|
831
|
-
error
|
|
832
|
-
style
|
|
833
|
-
disabled
|
|
834
|
-
multiple
|
|
835
|
-
readonly
|
|
836
|
-
indeterminate
|
|
837
|
-
density
|
|
838
|
-
ripple
|
|
839
|
-
falseIcon
|
|
840
|
-
trueIcon
|
|
841
|
-
valueComparator
|
|
842
|
-
indeterminateIcon
|
|
903
|
+
$props: Partial<{
|
|
904
|
+
inline: boolean;
|
|
905
|
+
error: boolean;
|
|
906
|
+
style: vue.StyleValue;
|
|
907
|
+
disabled: boolean | null;
|
|
908
|
+
multiple: boolean | null;
|
|
909
|
+
readonly: boolean;
|
|
910
|
+
indeterminate: boolean;
|
|
911
|
+
density: Density;
|
|
912
|
+
ripple: boolean;
|
|
913
|
+
falseIcon: NonNullable<IconValue>;
|
|
914
|
+
trueIcon: NonNullable<IconValue>;
|
|
915
|
+
valueComparator: typeof deepEqual;
|
|
916
|
+
indeterminateIcon: IconValue;
|
|
917
|
+
}> & Omit<{
|
|
918
|
+
inline: boolean;
|
|
919
|
+
error: boolean;
|
|
920
|
+
style: vue.StyleValue;
|
|
921
|
+
disabled: boolean | null;
|
|
922
|
+
multiple: boolean | null;
|
|
923
|
+
readonly: boolean;
|
|
924
|
+
indeterminate: boolean;
|
|
925
|
+
density: Density;
|
|
926
|
+
ripple: boolean;
|
|
927
|
+
falseIcon: NonNullable<IconValue>;
|
|
928
|
+
trueIcon: NonNullable<IconValue>;
|
|
929
|
+
valueComparator: typeof deepEqual;
|
|
930
|
+
indeterminateIcon: IconValue;
|
|
843
931
|
type?: string | undefined;
|
|
844
|
-
key?: string | number | symbol | undefined;
|
|
845
932
|
id?: string | undefined;
|
|
846
933
|
name?: string | undefined;
|
|
847
934
|
color?: string | undefined;
|
|
848
935
|
value?: any;
|
|
849
936
|
label?: string | undefined;
|
|
850
937
|
class?: any;
|
|
938
|
+
theme?: string | undefined;
|
|
939
|
+
modelValue?: any;
|
|
940
|
+
defaultsTarget?: string | undefined;
|
|
941
|
+
baseColor?: string | undefined;
|
|
942
|
+
trueValue?: any;
|
|
943
|
+
falseValue?: any;
|
|
851
944
|
$children?: vue.VNodeChild | {
|
|
852
945
|
default?: ((arg: {
|
|
853
946
|
backgroundColorClasses: vue.Ref<string[]>;
|
|
@@ -862,14 +955,6 @@ declare const VCheckboxBtn: {
|
|
|
862
955
|
backgroundColorClasses: vue.Ref<string[]>;
|
|
863
956
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
864
957
|
}) => vue.VNodeChild);
|
|
865
|
-
ref?: vue.VNodeRef | undefined;
|
|
866
|
-
ref_for?: boolean | undefined;
|
|
867
|
-
ref_key?: string | undefined;
|
|
868
|
-
theme?: string | undefined;
|
|
869
|
-
"v-slot:default"?: false | ((arg: {
|
|
870
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
871
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
872
|
-
}) => vue.VNodeChild) | undefined;
|
|
873
958
|
'v-slots'?: {
|
|
874
959
|
default?: false | ((arg: {
|
|
875
960
|
backgroundColorClasses: vue.Ref<string[]>;
|
|
@@ -881,57 +966,85 @@ declare const VCheckboxBtn: {
|
|
|
881
966
|
}) => vue.VNodeChild) | undefined;
|
|
882
967
|
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
883
968
|
} | undefined;
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
}>) => void)[] | undefined;
|
|
894
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
895
|
-
[key: string]: any;
|
|
896
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
897
|
-
[key: string]: any;
|
|
898
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
899
|
-
[key: string]: any;
|
|
900
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
901
|
-
[key: string]: any;
|
|
902
|
-
}>) => void)[] | undefined;
|
|
903
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
904
|
-
[key: string]: any;
|
|
905
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
906
|
-
[key: string]: any;
|
|
907
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
908
|
-
[key: string]: any;
|
|
909
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
910
|
-
[key: string]: any;
|
|
911
|
-
}>) => void)[] | undefined;
|
|
912
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
913
|
-
[key: string]: any;
|
|
914
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
915
|
-
[key: string]: any;
|
|
916
|
-
}>) => void)[] | undefined;
|
|
917
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
918
|
-
[key: string]: any;
|
|
919
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
920
|
-
[key: string]: any;
|
|
921
|
-
}>) => void)[] | undefined;
|
|
922
|
-
modelValue?: any;
|
|
969
|
+
"v-slot:default"?: false | ((arg: {
|
|
970
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
971
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
972
|
+
}) => vue.VNodeChild) | undefined;
|
|
973
|
+
"v-slot:label"?: false | ((arg: {
|
|
974
|
+
label: string | undefined;
|
|
975
|
+
props: Record<string, unknown>;
|
|
976
|
+
}) => vue.VNodeChild) | undefined;
|
|
977
|
+
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
923
978
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
979
|
+
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
980
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
981
|
+
inline: boolean;
|
|
982
|
+
error: boolean;
|
|
983
|
+
style: vue.StyleValue;
|
|
984
|
+
disabled: boolean | null;
|
|
985
|
+
multiple: boolean | null;
|
|
986
|
+
readonly: boolean;
|
|
987
|
+
indeterminate: boolean;
|
|
988
|
+
density: Density;
|
|
989
|
+
ripple: boolean;
|
|
990
|
+
falseIcon: NonNullable<IconValue>;
|
|
991
|
+
trueIcon: NonNullable<IconValue>;
|
|
992
|
+
valueComparator: typeof deepEqual;
|
|
993
|
+
indeterminateIcon: IconValue;
|
|
994
|
+
} & {
|
|
995
|
+
type?: string | undefined;
|
|
996
|
+
id?: string | undefined;
|
|
997
|
+
name?: string | undefined;
|
|
998
|
+
color?: string | undefined;
|
|
999
|
+
value?: any;
|
|
1000
|
+
label?: string | undefined;
|
|
1001
|
+
class?: any;
|
|
1002
|
+
theme?: string | undefined;
|
|
1003
|
+
modelValue?: any;
|
|
924
1004
|
defaultsTarget?: string | undefined;
|
|
925
1005
|
baseColor?: string | undefined;
|
|
926
1006
|
trueValue?: any;
|
|
927
1007
|
falseValue?: any;
|
|
928
|
-
|
|
1008
|
+
} & {
|
|
1009
|
+
$children?: vue.VNodeChild | {
|
|
1010
|
+
default?: ((arg: {
|
|
1011
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
1012
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1013
|
+
}) => vue.VNodeChild) | undefined;
|
|
1014
|
+
label?: ((arg: {
|
|
1015
|
+
label: string | undefined;
|
|
1016
|
+
props: Record<string, unknown>;
|
|
1017
|
+
}) => vue.VNodeChild) | undefined;
|
|
1018
|
+
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1019
|
+
} | ((arg: {
|
|
1020
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
1021
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1022
|
+
}) => vue.VNodeChild);
|
|
1023
|
+
'v-slots'?: {
|
|
1024
|
+
default?: false | ((arg: {
|
|
1025
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
1026
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1027
|
+
}) => vue.VNodeChild) | undefined;
|
|
1028
|
+
label?: false | ((arg: {
|
|
1029
|
+
label: string | undefined;
|
|
1030
|
+
props: Record<string, unknown>;
|
|
1031
|
+
}) => vue.VNodeChild) | undefined;
|
|
1032
|
+
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1033
|
+
} | undefined;
|
|
1034
|
+
} & {
|
|
1035
|
+
"v-slot:default"?: false | ((arg: {
|
|
1036
|
+
backgroundColorClasses: vue.Ref<string[]>;
|
|
1037
|
+
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1038
|
+
}) => vue.VNodeChild) | undefined;
|
|
929
1039
|
"v-slot:label"?: false | ((arg: {
|
|
930
1040
|
label: string | undefined;
|
|
931
1041
|
props: Record<string, unknown>;
|
|
932
1042
|
}) => vue.VNodeChild) | undefined;
|
|
1043
|
+
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1044
|
+
} & {
|
|
1045
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
933
1046
|
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
934
|
-
}
|
|
1047
|
+
}, "inline" | "error" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
|
|
935
1048
|
$attrs: {
|
|
936
1049
|
[x: string]: unknown;
|
|
937
1050
|
};
|