vuetify 3.6.13 → 3.6.14
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 +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -64,36 +64,36 @@ type VInputSlots = {
|
|
|
64
64
|
};
|
|
65
65
|
declare const VInput: {
|
|
66
66
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
67
|
-
style: vue.StyleValue;
|
|
68
67
|
error: boolean;
|
|
68
|
+
direction: "horizontal" | "vertical";
|
|
69
|
+
style: vue.StyleValue;
|
|
69
70
|
disabled: boolean | null;
|
|
71
|
+
readonly: boolean | null;
|
|
70
72
|
messages: string | readonly string[];
|
|
71
73
|
focused: boolean;
|
|
72
74
|
errorMessages: string | readonly string[] | null;
|
|
73
75
|
maxErrors: string | number;
|
|
74
|
-
readonly: boolean | null;
|
|
75
76
|
rules: readonly ValidationRule[];
|
|
76
77
|
density: Density;
|
|
77
|
-
direction: "horizontal" | "vertical";
|
|
78
78
|
centerAffix: boolean;
|
|
79
79
|
hideSpinButtons: boolean;
|
|
80
80
|
persistentHint: boolean;
|
|
81
81
|
} & {
|
|
82
|
-
class?: any;
|
|
83
82
|
id?: string | undefined;
|
|
84
|
-
label?: string | undefined;
|
|
85
83
|
width?: string | number | undefined;
|
|
86
|
-
theme?: string | undefined;
|
|
87
84
|
name?: string | undefined;
|
|
88
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
89
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
90
|
-
validationValue?: any;
|
|
91
85
|
maxWidth?: string | number | undefined;
|
|
92
86
|
minWidth?: string | number | undefined;
|
|
87
|
+
label?: string | undefined;
|
|
88
|
+
class?: any;
|
|
89
|
+
theme?: string | undefined;
|
|
90
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
91
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
92
|
+
validationValue?: any;
|
|
93
93
|
prependIcon?: IconValue | undefined;
|
|
94
94
|
appendIcon?: IconValue | undefined;
|
|
95
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
96
95
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
96
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
97
97
|
hint?: string | undefined;
|
|
98
98
|
hideDetails?: boolean | "auto" | undefined;
|
|
99
99
|
} & {}, {
|
|
@@ -104,51 +104,51 @@ declare const VInput: {
|
|
|
104
104
|
errorMessages: ComputedRef<string[]>;
|
|
105
105
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
106
106
|
'update:modelValue': (value: any) => true;
|
|
107
|
-
}, "v-slot:default" | "
|
|
108
|
-
style: vue.StyleValue;
|
|
107
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
109
108
|
error: boolean;
|
|
109
|
+
direction: "horizontal" | "vertical";
|
|
110
|
+
style: vue.StyleValue;
|
|
110
111
|
disabled: boolean | null;
|
|
112
|
+
readonly: boolean | null;
|
|
111
113
|
messages: string | readonly string[];
|
|
112
114
|
focused: boolean;
|
|
113
115
|
errorMessages: string | readonly string[] | null;
|
|
114
116
|
maxErrors: string | number;
|
|
115
|
-
readonly: boolean | null;
|
|
116
117
|
rules: readonly ValidationRule[];
|
|
117
118
|
density: Density;
|
|
118
|
-
direction: "horizontal" | "vertical";
|
|
119
119
|
centerAffix: boolean;
|
|
120
120
|
hideSpinButtons: boolean;
|
|
121
121
|
persistentHint: boolean;
|
|
122
122
|
} & {
|
|
123
|
-
class?: any;
|
|
124
123
|
id?: string | undefined;
|
|
125
|
-
label?: string | undefined;
|
|
126
124
|
width?: string | number | undefined;
|
|
127
|
-
theme?: string | undefined;
|
|
128
125
|
name?: string | undefined;
|
|
129
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
130
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
131
|
-
validationValue?: any;
|
|
132
126
|
maxWidth?: string | number | undefined;
|
|
133
127
|
minWidth?: string | number | undefined;
|
|
128
|
+
label?: string | undefined;
|
|
129
|
+
class?: any;
|
|
130
|
+
theme?: string | undefined;
|
|
131
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
132
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
133
|
+
validationValue?: any;
|
|
134
134
|
prependIcon?: IconValue | undefined;
|
|
135
135
|
appendIcon?: IconValue | undefined;
|
|
136
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
137
136
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
137
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
138
138
|
hint?: string | undefined;
|
|
139
139
|
hideDetails?: boolean | "auto" | undefined;
|
|
140
140
|
} & {}, {
|
|
141
|
-
style: vue.StyleValue;
|
|
142
141
|
error: boolean;
|
|
142
|
+
direction: "horizontal" | "vertical";
|
|
143
|
+
style: vue.StyleValue;
|
|
143
144
|
disabled: boolean | null;
|
|
145
|
+
readonly: boolean | null;
|
|
144
146
|
messages: string | readonly string[];
|
|
145
147
|
focused: boolean;
|
|
146
148
|
errorMessages: string | readonly string[] | null;
|
|
147
149
|
maxErrors: string | number;
|
|
148
|
-
readonly: boolean | null;
|
|
149
150
|
rules: readonly ValidationRule[];
|
|
150
151
|
density: Density;
|
|
151
|
-
direction: "horizontal" | "vertical";
|
|
152
152
|
centerAffix: boolean;
|
|
153
153
|
hideSpinButtons: boolean;
|
|
154
154
|
persistentHint: boolean;
|
|
@@ -176,36 +176,36 @@ declare const VInput: {
|
|
|
176
176
|
M: {};
|
|
177
177
|
Defaults: {};
|
|
178
178
|
}, {
|
|
179
|
-
style: vue.StyleValue;
|
|
180
179
|
error: boolean;
|
|
180
|
+
direction: "horizontal" | "vertical";
|
|
181
|
+
style: vue.StyleValue;
|
|
181
182
|
disabled: boolean | null;
|
|
183
|
+
readonly: boolean | null;
|
|
182
184
|
messages: string | readonly string[];
|
|
183
185
|
focused: boolean;
|
|
184
186
|
errorMessages: string | readonly string[] | null;
|
|
185
187
|
maxErrors: string | number;
|
|
186
|
-
readonly: boolean | null;
|
|
187
188
|
rules: readonly ValidationRule[];
|
|
188
189
|
density: Density;
|
|
189
|
-
direction: "horizontal" | "vertical";
|
|
190
190
|
centerAffix: boolean;
|
|
191
191
|
hideSpinButtons: boolean;
|
|
192
192
|
persistentHint: boolean;
|
|
193
193
|
} & {
|
|
194
|
-
class?: any;
|
|
195
194
|
id?: string | undefined;
|
|
196
|
-
label?: string | undefined;
|
|
197
195
|
width?: string | number | undefined;
|
|
198
|
-
theme?: string | undefined;
|
|
199
196
|
name?: string | undefined;
|
|
200
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
201
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
202
|
-
validationValue?: any;
|
|
203
197
|
maxWidth?: string | number | undefined;
|
|
204
198
|
minWidth?: string | number | undefined;
|
|
199
|
+
label?: string | undefined;
|
|
200
|
+
class?: any;
|
|
201
|
+
theme?: string | undefined;
|
|
202
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
203
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
204
|
+
validationValue?: any;
|
|
205
205
|
prependIcon?: IconValue | undefined;
|
|
206
206
|
appendIcon?: IconValue | undefined;
|
|
207
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
208
207
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
208
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
209
209
|
hint?: string | undefined;
|
|
210
210
|
hideDetails?: boolean | "auto" | undefined;
|
|
211
211
|
} & {}, {
|
|
@@ -215,17 +215,17 @@ declare const VInput: {
|
|
|
215
215
|
isValid: ComputedRef<boolean | null>;
|
|
216
216
|
errorMessages: ComputedRef<string[]>;
|
|
217
217
|
}, {}, {}, {}, {
|
|
218
|
-
style: vue.StyleValue;
|
|
219
218
|
error: boolean;
|
|
219
|
+
direction: "horizontal" | "vertical";
|
|
220
|
+
style: vue.StyleValue;
|
|
220
221
|
disabled: boolean | null;
|
|
222
|
+
readonly: boolean | null;
|
|
221
223
|
messages: string | readonly string[];
|
|
222
224
|
focused: boolean;
|
|
223
225
|
errorMessages: string | readonly string[] | null;
|
|
224
226
|
maxErrors: string | number;
|
|
225
|
-
readonly: boolean | null;
|
|
226
227
|
rules: readonly ValidationRule[];
|
|
227
228
|
density: Density;
|
|
228
|
-
direction: "horizontal" | "vertical";
|
|
229
229
|
centerAffix: boolean;
|
|
230
230
|
hideSpinButtons: boolean;
|
|
231
231
|
persistentHint: boolean;
|
|
@@ -234,36 +234,36 @@ declare const VInput: {
|
|
|
234
234
|
__isTeleport?: undefined;
|
|
235
235
|
__isSuspense?: undefined;
|
|
236
236
|
} & vue.ComponentOptionsBase<{
|
|
237
|
-
style: vue.StyleValue;
|
|
238
237
|
error: boolean;
|
|
238
|
+
direction: "horizontal" | "vertical";
|
|
239
|
+
style: vue.StyleValue;
|
|
239
240
|
disabled: boolean | null;
|
|
241
|
+
readonly: boolean | null;
|
|
240
242
|
messages: string | readonly string[];
|
|
241
243
|
focused: boolean;
|
|
242
244
|
errorMessages: string | readonly string[] | null;
|
|
243
245
|
maxErrors: string | number;
|
|
244
|
-
readonly: boolean | null;
|
|
245
246
|
rules: readonly ValidationRule[];
|
|
246
247
|
density: Density;
|
|
247
|
-
direction: "horizontal" | "vertical";
|
|
248
248
|
centerAffix: boolean;
|
|
249
249
|
hideSpinButtons: boolean;
|
|
250
250
|
persistentHint: boolean;
|
|
251
251
|
} & {
|
|
252
|
-
class?: any;
|
|
253
252
|
id?: string | undefined;
|
|
254
|
-
label?: string | undefined;
|
|
255
253
|
width?: string | number | undefined;
|
|
256
|
-
theme?: string | undefined;
|
|
257
254
|
name?: string | undefined;
|
|
258
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
259
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
|
260
|
-
validationValue?: any;
|
|
261
255
|
maxWidth?: string | number | undefined;
|
|
262
256
|
minWidth?: string | number | undefined;
|
|
257
|
+
label?: string | undefined;
|
|
258
|
+
class?: any;
|
|
259
|
+
theme?: string | undefined;
|
|
260
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
261
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
262
|
+
validationValue?: any;
|
|
263
263
|
prependIcon?: IconValue | undefined;
|
|
264
264
|
appendIcon?: IconValue | undefined;
|
|
265
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
266
265
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
266
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
267
267
|
hint?: string | undefined;
|
|
268
268
|
hideDetails?: boolean | "auto" | undefined;
|
|
269
269
|
} & {}, {
|
|
@@ -274,18 +274,18 @@ declare const VInput: {
|
|
|
274
274
|
errorMessages: ComputedRef<string[]>;
|
|
275
275
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
276
276
|
'update:modelValue': (value: any) => true;
|
|
277
|
-
}, "v-slot:default" | "
|
|
278
|
-
style: vue.StyleValue;
|
|
277
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
279
278
|
error: boolean;
|
|
279
|
+
direction: "horizontal" | "vertical";
|
|
280
|
+
style: vue.StyleValue;
|
|
280
281
|
disabled: boolean | null;
|
|
282
|
+
readonly: boolean | null;
|
|
281
283
|
messages: string | readonly string[];
|
|
282
284
|
focused: boolean;
|
|
283
285
|
errorMessages: string | readonly string[] | null;
|
|
284
286
|
maxErrors: string | number;
|
|
285
|
-
readonly: boolean | null;
|
|
286
287
|
rules: readonly ValidationRule[];
|
|
287
288
|
density: Density;
|
|
288
|
-
direction: "horizontal" | "vertical";
|
|
289
289
|
centerAffix: boolean;
|
|
290
290
|
hideSpinButtons: boolean;
|
|
291
291
|
persistentHint: boolean;
|
|
@@ -338,7 +338,7 @@ declare const VInput: {
|
|
|
338
338
|
default: () => never[];
|
|
339
339
|
};
|
|
340
340
|
modelValue: null;
|
|
341
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" |
|
|
341
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
342
342
|
validationValue: null;
|
|
343
343
|
theme: StringConstructor;
|
|
344
344
|
width: (StringConstructor | NumberConstructor)[];
|
|
@@ -403,7 +403,7 @@ declare const VInput: {
|
|
|
403
403
|
default: () => never[];
|
|
404
404
|
};
|
|
405
405
|
modelValue: null;
|
|
406
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" |
|
|
406
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
407
407
|
validationValue: null;
|
|
408
408
|
theme: StringConstructor;
|
|
409
409
|
width: (StringConstructor | NumberConstructor)[];
|
|
@@ -43,32 +43,32 @@ declare const VItemGroup: {
|
|
|
43
43
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
44
44
|
style: vue.StyleValue;
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
tag: string;
|
|
47
46
|
multiple: boolean;
|
|
47
|
+
tag: string;
|
|
48
48
|
selectedClass: string;
|
|
49
49
|
} & {
|
|
50
|
+
max?: number | undefined;
|
|
50
51
|
class?: any;
|
|
51
|
-
theme?: string | undefined;
|
|
52
52
|
mandatory?: boolean | "force" | undefined;
|
|
53
|
-
|
|
53
|
+
theme?: string | undefined;
|
|
54
54
|
} & {}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
55
55
|
'update:modelValue': (value: any) => boolean;
|
|
56
|
-
}, "v-slot:default" | "
|
|
56
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
57
57
|
style: vue.StyleValue;
|
|
58
58
|
disabled: boolean;
|
|
59
|
-
tag: string;
|
|
60
59
|
multiple: boolean;
|
|
60
|
+
tag: string;
|
|
61
61
|
selectedClass: string;
|
|
62
62
|
} & {
|
|
63
|
+
max?: number | undefined;
|
|
63
64
|
class?: any;
|
|
64
|
-
theme?: string | undefined;
|
|
65
65
|
mandatory?: boolean | "force" | undefined;
|
|
66
|
-
|
|
66
|
+
theme?: string | undefined;
|
|
67
67
|
} & {}, {
|
|
68
68
|
style: vue.StyleValue;
|
|
69
69
|
disabled: boolean;
|
|
70
|
-
tag: string;
|
|
71
70
|
multiple: boolean;
|
|
71
|
+
tag: string;
|
|
72
72
|
selectedClass: string;
|
|
73
73
|
}, true, {}, vue.SlotsType<Partial<{
|
|
74
74
|
default: (arg: {
|
|
@@ -90,19 +90,19 @@ declare const VItemGroup: {
|
|
|
90
90
|
}, {
|
|
91
91
|
style: vue.StyleValue;
|
|
92
92
|
disabled: boolean;
|
|
93
|
-
tag: string;
|
|
94
93
|
multiple: boolean;
|
|
94
|
+
tag: string;
|
|
95
95
|
selectedClass: string;
|
|
96
96
|
} & {
|
|
97
|
+
max?: number | undefined;
|
|
97
98
|
class?: any;
|
|
98
|
-
theme?: string | undefined;
|
|
99
99
|
mandatory?: boolean | "force" | undefined;
|
|
100
|
-
|
|
100
|
+
theme?: string | undefined;
|
|
101
101
|
} & {}, () => JSX.Element, {}, {}, {}, {
|
|
102
102
|
style: vue.StyleValue;
|
|
103
103
|
disabled: boolean;
|
|
104
|
-
tag: string;
|
|
105
104
|
multiple: boolean;
|
|
105
|
+
tag: string;
|
|
106
106
|
selectedClass: string;
|
|
107
107
|
}>;
|
|
108
108
|
__isFragment?: undefined;
|
|
@@ -111,21 +111,21 @@ declare const VItemGroup: {
|
|
|
111
111
|
} & vue.ComponentOptionsBase<{
|
|
112
112
|
style: vue.StyleValue;
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
tag: string;
|
|
115
114
|
multiple: boolean;
|
|
115
|
+
tag: string;
|
|
116
116
|
selectedClass: string;
|
|
117
117
|
} & {
|
|
118
|
+
max?: number | undefined;
|
|
118
119
|
class?: any;
|
|
119
|
-
theme?: string | undefined;
|
|
120
120
|
mandatory?: boolean | "force" | undefined;
|
|
121
|
-
|
|
121
|
+
theme?: string | undefined;
|
|
122
122
|
} & {}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
123
123
|
'update:modelValue': (value: any) => boolean;
|
|
124
|
-
}, "v-slot:default" | "
|
|
124
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
|
|
125
125
|
style: vue.StyleValue;
|
|
126
126
|
disabled: boolean;
|
|
127
|
-
tag: string;
|
|
128
127
|
multiple: boolean;
|
|
128
|
+
tag: string;
|
|
129
129
|
selectedClass: string;
|
|
130
130
|
}, {}, string, vue.SlotsType<Partial<{
|
|
131
131
|
default: (arg: {
|
|
@@ -6,5 +6,7 @@
|
|
|
6
6
|
font-size: 85%;
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
padding: 0.2em 0.4rem;
|
|
9
|
+
}
|
|
10
|
+
.v-kbd {
|
|
9
11
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
10
12
|
}
|
|
@@ -9,9 +9,9 @@ declare const VLabel: {
|
|
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
10
10
|
style: vue.StyleValue;
|
|
11
11
|
} & {
|
|
12
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
13
|
-
class?: any;
|
|
14
12
|
text?: string | undefined;
|
|
13
|
+
class?: any;
|
|
14
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
15
15
|
theme?: string | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
$children?: vue.VNodeChild | {
|
|
@@ -25,9 +25,9 @@ declare const VLabel: {
|
|
|
25
25
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
26
26
|
style: vue.StyleValue;
|
|
27
27
|
} & {
|
|
28
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
29
|
-
class?: any;
|
|
30
28
|
text?: string | undefined;
|
|
29
|
+
class?: any;
|
|
30
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
31
31
|
theme?: string | undefined;
|
|
32
32
|
} & {
|
|
33
33
|
$children?: vue.VNodeChild | {
|
|
@@ -54,9 +54,9 @@ declare const VLabel: {
|
|
|
54
54
|
}, {
|
|
55
55
|
style: vue.StyleValue;
|
|
56
56
|
} & {
|
|
57
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
58
|
-
class?: any;
|
|
59
57
|
text?: string | undefined;
|
|
58
|
+
class?: any;
|
|
59
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
60
60
|
theme?: string | undefined;
|
|
61
61
|
} & {
|
|
62
62
|
$children?: vue.VNodeChild | {
|
|
@@ -76,9 +76,9 @@ declare const VLabel: {
|
|
|
76
76
|
} & vue.ComponentOptionsBase<{
|
|
77
77
|
style: vue.StyleValue;
|
|
78
78
|
} & {
|
|
79
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
80
|
-
class?: any;
|
|
81
79
|
text?: string | undefined;
|
|
80
|
+
class?: any;
|
|
81
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
82
82
|
theme?: string | undefined;
|
|
83
83
|
} & {
|
|
84
84
|
$children?: vue.VNodeChild | {
|
|
@@ -12,14 +12,14 @@ declare const VLayout: {
|
|
|
12
12
|
style: vue.StyleValue;
|
|
13
13
|
fullHeight: boolean;
|
|
14
14
|
} & {
|
|
15
|
-
class?: any;
|
|
16
|
-
width?: string | number | undefined;
|
|
17
15
|
height?: string | number | undefined;
|
|
18
|
-
|
|
16
|
+
width?: string | number | undefined;
|
|
19
17
|
maxHeight?: string | number | undefined;
|
|
20
18
|
maxWidth?: string | number | undefined;
|
|
21
19
|
minHeight?: string | number | undefined;
|
|
22
20
|
minWidth?: string | number | undefined;
|
|
21
|
+
class?: any;
|
|
22
|
+
overlaps?: string[] | undefined;
|
|
23
23
|
} & {
|
|
24
24
|
$children?: vue.VNodeChild | {
|
|
25
25
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -52,14 +52,14 @@ declare const VLayout: {
|
|
|
52
52
|
style: vue.StyleValue;
|
|
53
53
|
fullHeight: boolean;
|
|
54
54
|
} & {
|
|
55
|
-
class?: any;
|
|
56
|
-
width?: string | number | undefined;
|
|
57
55
|
height?: string | number | undefined;
|
|
58
|
-
|
|
56
|
+
width?: string | number | undefined;
|
|
59
57
|
maxHeight?: string | number | undefined;
|
|
60
58
|
maxWidth?: string | number | undefined;
|
|
61
59
|
minHeight?: string | number | undefined;
|
|
62
60
|
minWidth?: string | number | undefined;
|
|
61
|
+
class?: any;
|
|
62
|
+
overlaps?: string[] | undefined;
|
|
63
63
|
} & {
|
|
64
64
|
$children?: vue.VNodeChild | {
|
|
65
65
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -87,14 +87,14 @@ declare const VLayout: {
|
|
|
87
87
|
style: vue.StyleValue;
|
|
88
88
|
fullHeight: boolean;
|
|
89
89
|
} & {
|
|
90
|
-
class?: any;
|
|
91
|
-
width?: string | number | undefined;
|
|
92
90
|
height?: string | number | undefined;
|
|
93
|
-
|
|
91
|
+
width?: string | number | undefined;
|
|
94
92
|
maxHeight?: string | number | undefined;
|
|
95
93
|
maxWidth?: string | number | undefined;
|
|
96
94
|
minHeight?: string | number | undefined;
|
|
97
95
|
minWidth?: string | number | undefined;
|
|
96
|
+
class?: any;
|
|
97
|
+
overlaps?: string[] | undefined;
|
|
98
98
|
} & {
|
|
99
99
|
$children?: vue.VNodeChild | {
|
|
100
100
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -134,14 +134,14 @@ declare const VLayout: {
|
|
|
134
134
|
style: vue.StyleValue;
|
|
135
135
|
fullHeight: boolean;
|
|
136
136
|
} & {
|
|
137
|
-
class?: any;
|
|
138
|
-
width?: string | number | undefined;
|
|
139
137
|
height?: string | number | undefined;
|
|
140
|
-
|
|
138
|
+
width?: string | number | undefined;
|
|
141
139
|
maxHeight?: string | number | undefined;
|
|
142
140
|
maxWidth?: string | number | undefined;
|
|
143
141
|
minHeight?: string | number | undefined;
|
|
144
142
|
minWidth?: string | number | undefined;
|
|
143
|
+
class?: any;
|
|
144
|
+
overlaps?: string[] | undefined;
|
|
145
145
|
} & {
|
|
146
146
|
$children?: vue.VNodeChild | {
|
|
147
147
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -210,15 +210,15 @@ type VLayout = InstanceType<typeof VLayout>;
|
|
|
210
210
|
|
|
211
211
|
declare const VLayoutItem: {
|
|
212
212
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
213
|
+
absolute: boolean;
|
|
214
|
+
order: string | number;
|
|
215
|
+
position: "left" | "top" | "bottom" | "right";
|
|
213
216
|
style: vue.StyleValue;
|
|
214
217
|
size: string | number;
|
|
215
|
-
order: string | number;
|
|
216
|
-
absolute: boolean;
|
|
217
|
-
position: "left" | "right" | "top" | "bottom";
|
|
218
218
|
modelValue: boolean;
|
|
219
219
|
} & {
|
|
220
|
-
class?: any;
|
|
221
220
|
name?: string | undefined;
|
|
221
|
+
class?: any;
|
|
222
222
|
} & {
|
|
223
223
|
$children?: vue.VNodeChild | {
|
|
224
224
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -229,15 +229,15 @@ declare const VLayoutItem: {
|
|
|
229
229
|
} & {
|
|
230
230
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
231
231
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
232
|
+
absolute: boolean;
|
|
233
|
+
order: string | number;
|
|
234
|
+
position: "left" | "top" | "bottom" | "right";
|
|
232
235
|
style: vue.StyleValue;
|
|
233
236
|
size: string | number;
|
|
234
|
-
order: string | number;
|
|
235
|
-
absolute: boolean;
|
|
236
|
-
position: "left" | "right" | "top" | "bottom";
|
|
237
237
|
modelValue: boolean;
|
|
238
238
|
} & {
|
|
239
|
-
class?: any;
|
|
240
239
|
name?: string | undefined;
|
|
240
|
+
class?: any;
|
|
241
241
|
} & {
|
|
242
242
|
$children?: vue.VNodeChild | {
|
|
243
243
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -248,10 +248,10 @@ declare const VLayoutItem: {
|
|
|
248
248
|
} & {
|
|
249
249
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
250
250
|
}, {
|
|
251
|
+
absolute: boolean;
|
|
252
|
+
order: string | number;
|
|
251
253
|
style: vue.StyleValue;
|
|
252
254
|
size: string | number;
|
|
253
|
-
order: string | number;
|
|
254
|
-
absolute: boolean;
|
|
255
255
|
modelValue: boolean;
|
|
256
256
|
}, true, {}, vue.SlotsType<Partial<{
|
|
257
257
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -265,15 +265,15 @@ declare const VLayoutItem: {
|
|
|
265
265
|
M: {};
|
|
266
266
|
Defaults: {};
|
|
267
267
|
}, {
|
|
268
|
+
absolute: boolean;
|
|
269
|
+
order: string | number;
|
|
270
|
+
position: "left" | "top" | "bottom" | "right";
|
|
268
271
|
style: vue.StyleValue;
|
|
269
272
|
size: string | number;
|
|
270
|
-
order: string | number;
|
|
271
|
-
absolute: boolean;
|
|
272
|
-
position: "left" | "right" | "top" | "bottom";
|
|
273
273
|
modelValue: boolean;
|
|
274
274
|
} & {
|
|
275
|
-
class?: any;
|
|
276
275
|
name?: string | undefined;
|
|
276
|
+
class?: any;
|
|
277
277
|
} & {
|
|
278
278
|
$children?: vue.VNodeChild | {
|
|
279
279
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -284,25 +284,25 @@ declare const VLayoutItem: {
|
|
|
284
284
|
} & {
|
|
285
285
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
286
286
|
}, {}, {}, {}, {}, {
|
|
287
|
+
absolute: boolean;
|
|
288
|
+
order: string | number;
|
|
287
289
|
style: vue.StyleValue;
|
|
288
290
|
size: string | number;
|
|
289
|
-
order: string | number;
|
|
290
|
-
absolute: boolean;
|
|
291
291
|
modelValue: boolean;
|
|
292
292
|
}>;
|
|
293
293
|
__isFragment?: undefined;
|
|
294
294
|
__isTeleport?: undefined;
|
|
295
295
|
__isSuspense?: undefined;
|
|
296
296
|
} & vue.ComponentOptionsBase<{
|
|
297
|
+
absolute: boolean;
|
|
298
|
+
order: string | number;
|
|
299
|
+
position: "left" | "top" | "bottom" | "right";
|
|
297
300
|
style: vue.StyleValue;
|
|
298
301
|
size: string | number;
|
|
299
|
-
order: string | number;
|
|
300
|
-
absolute: boolean;
|
|
301
|
-
position: "left" | "right" | "top" | "bottom";
|
|
302
302
|
modelValue: boolean;
|
|
303
303
|
} & {
|
|
304
|
-
class?: any;
|
|
305
304
|
name?: string | undefined;
|
|
305
|
+
class?: any;
|
|
306
306
|
} & {
|
|
307
307
|
$children?: vue.VNodeChild | {
|
|
308
308
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -313,10 +313,10 @@ declare const VLayoutItem: {
|
|
|
313
313
|
} & {
|
|
314
314
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
315
315
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
316
|
+
absolute: boolean;
|
|
317
|
+
order: string | number;
|
|
316
318
|
style: vue.StyleValue;
|
|
317
319
|
size: string | number;
|
|
318
|
-
order: string | number;
|
|
319
|
-
absolute: boolean;
|
|
320
320
|
modelValue: boolean;
|
|
321
321
|
}, {}, string, vue.SlotsType<Partial<{
|
|
322
322
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -337,7 +337,7 @@ declare const VLayoutItem: {
|
|
|
337
337
|
default: null;
|
|
338
338
|
};
|
|
339
339
|
position: {
|
|
340
|
-
type: PropType<"left" | "
|
|
340
|
+
type: PropType<"left" | "top" | "bottom" | "right">;
|
|
341
341
|
required: true;
|
|
342
342
|
};
|
|
343
343
|
size: {
|
|
@@ -360,7 +360,7 @@ declare const VLayoutItem: {
|
|
|
360
360
|
default: null;
|
|
361
361
|
};
|
|
362
362
|
position: {
|
|
363
|
-
type: PropType<"left" | "
|
|
363
|
+
type: PropType<"left" | "top" | "bottom" | "right">;
|
|
364
364
|
required: true;
|
|
365
365
|
};
|
|
366
366
|
size: {
|