vuetify 3.7.0 → 3.7.2
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 +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, DirectiveBinding,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, DirectiveBinding, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -64,6 +64,9 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
|
|
|
64
64
|
|
|
65
65
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
66
66
|
|
|
67
|
+
type JSXComponent<Props = any> = {
|
|
68
|
+
new (): ComponentPublicInstance<Props>;
|
|
69
|
+
} | FunctionalComponent<Props>;
|
|
67
70
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
68
71
|
declare const IconValue: PropType<IconValue>;
|
|
69
72
|
|
|
@@ -104,11 +107,11 @@ declare const VTab: {
|
|
|
104
107
|
loading?: string | boolean | undefined;
|
|
105
108
|
text?: string | undefined;
|
|
106
109
|
class?: any;
|
|
110
|
+
theme?: string | undefined;
|
|
111
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
107
112
|
icon?: boolean | IconValue | undefined;
|
|
108
113
|
href?: string | undefined;
|
|
109
114
|
elevation?: string | number | undefined;
|
|
110
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
111
|
-
theme?: string | undefined;
|
|
112
115
|
rounded?: string | number | boolean | undefined;
|
|
113
116
|
baseColor?: string | undefined;
|
|
114
117
|
activeColor?: string | undefined;
|
|
@@ -186,16 +189,16 @@ declare const VTab: {
|
|
|
186
189
|
maxWidth?: string | number | undefined;
|
|
187
190
|
minHeight?: string | number | undefined;
|
|
188
191
|
minWidth?: string | number | undefined;
|
|
189
|
-
position?: "fixed" | "absolute" | "
|
|
192
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
190
193
|
value?: any;
|
|
191
194
|
loading?: string | boolean | undefined;
|
|
192
195
|
text?: string | undefined;
|
|
193
196
|
class?: any;
|
|
197
|
+
theme?: string | undefined;
|
|
198
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
194
199
|
icon?: boolean | IconValue | undefined;
|
|
195
200
|
href?: string | undefined;
|
|
196
201
|
elevation?: string | number | undefined;
|
|
197
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
198
|
-
theme?: string | undefined;
|
|
199
202
|
rounded?: string | number | boolean | undefined;
|
|
200
203
|
baseColor?: string | undefined;
|
|
201
204
|
selectedClass?: string | undefined;
|
|
@@ -251,16 +254,16 @@ declare const VTab: {
|
|
|
251
254
|
maxWidth?: string | number | undefined;
|
|
252
255
|
minHeight?: string | number | undefined;
|
|
253
256
|
minWidth?: string | number | undefined;
|
|
254
|
-
position?: "fixed" | "absolute" | "
|
|
257
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
255
258
|
value?: any;
|
|
256
259
|
loading?: string | boolean | undefined;
|
|
257
260
|
text?: string | undefined;
|
|
258
261
|
class?: any;
|
|
262
|
+
theme?: string | undefined;
|
|
263
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
259
264
|
icon?: boolean | IconValue | undefined;
|
|
260
265
|
href?: string | undefined;
|
|
261
266
|
elevation?: string | number | undefined;
|
|
262
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
263
|
-
theme?: string | undefined;
|
|
264
267
|
rounded?: string | number | boolean | undefined;
|
|
265
268
|
baseColor?: string | undefined;
|
|
266
269
|
selectedClass?: string | undefined;
|
|
@@ -338,16 +341,16 @@ declare const VTab: {
|
|
|
338
341
|
maxWidth?: string | number | undefined;
|
|
339
342
|
minHeight?: string | number | undefined;
|
|
340
343
|
minWidth?: string | number | undefined;
|
|
341
|
-
position?: "fixed" | "absolute" | "
|
|
344
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
342
345
|
value?: any;
|
|
343
346
|
loading?: string | boolean | undefined;
|
|
344
347
|
text?: string | undefined;
|
|
345
348
|
class?: any;
|
|
349
|
+
theme?: string | undefined;
|
|
350
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
346
351
|
icon?: boolean | IconValue | undefined;
|
|
347
352
|
href?: string | undefined;
|
|
348
353
|
elevation?: string | number | undefined;
|
|
349
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
350
|
-
theme?: string | undefined;
|
|
351
354
|
rounded?: string | number | boolean | undefined;
|
|
352
355
|
baseColor?: string | undefined;
|
|
353
356
|
selectedClass?: string | undefined;
|
|
@@ -458,16 +461,16 @@ declare const VTab: {
|
|
|
458
461
|
maxWidth?: string | number | undefined;
|
|
459
462
|
minHeight?: string | number | undefined;
|
|
460
463
|
minWidth?: string | number | undefined;
|
|
461
|
-
position?: "fixed" | "absolute" | "
|
|
464
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
462
465
|
value?: any;
|
|
463
466
|
loading?: string | boolean | undefined;
|
|
464
467
|
text?: string | undefined;
|
|
465
468
|
class?: any;
|
|
469
|
+
theme?: string | undefined;
|
|
470
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
466
471
|
icon?: boolean | IconValue | undefined;
|
|
467
472
|
href?: string | undefined;
|
|
468
473
|
elevation?: string | number | undefined;
|
|
469
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
470
|
-
theme?: string | undefined;
|
|
471
474
|
rounded?: string | number | boolean | undefined;
|
|
472
475
|
baseColor?: string | undefined;
|
|
473
476
|
selectedClass?: string | undefined;
|
|
@@ -498,7 +501,11 @@ declare const VTab: {
|
|
|
498
501
|
}) => any) | undefined;
|
|
499
502
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
500
503
|
group: GroupItemProvide | null;
|
|
501
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "
|
|
504
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
505
|
+
_allExposed: {
|
|
506
|
+
group: GroupItemProvide | null;
|
|
507
|
+
} | {};
|
|
508
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
502
509
|
replace: boolean;
|
|
503
510
|
fixed: boolean;
|
|
504
511
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -531,11 +538,11 @@ declare const VTab: {
|
|
|
531
538
|
loading?: string | boolean | undefined;
|
|
532
539
|
text?: string | undefined;
|
|
533
540
|
class?: any;
|
|
541
|
+
theme?: string | undefined;
|
|
542
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
534
543
|
icon?: boolean | IconValue | undefined;
|
|
535
544
|
href?: string | undefined;
|
|
536
545
|
elevation?: string | number | undefined;
|
|
537
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
538
|
-
theme?: string | undefined;
|
|
539
546
|
rounded?: string | number | boolean | undefined;
|
|
540
547
|
baseColor?: string | undefined;
|
|
541
548
|
activeColor?: string | undefined;
|
|
@@ -626,11 +633,11 @@ declare const VTab: {
|
|
|
626
633
|
loading?: string | boolean | undefined;
|
|
627
634
|
text?: string | undefined;
|
|
628
635
|
class?: any;
|
|
636
|
+
theme?: string | undefined;
|
|
637
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
629
638
|
icon?: boolean | IconValue | undefined;
|
|
630
639
|
href?: string | undefined;
|
|
631
640
|
elevation?: string | number | undefined;
|
|
632
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
633
|
-
theme?: string | undefined;
|
|
634
641
|
rounded?: string | number | boolean | undefined;
|
|
635
642
|
baseColor?: string | undefined;
|
|
636
643
|
activeColor?: string | undefined;
|
|
@@ -708,16 +715,16 @@ declare const VTab: {
|
|
|
708
715
|
maxWidth?: string | number | undefined;
|
|
709
716
|
minHeight?: string | number | undefined;
|
|
710
717
|
minWidth?: string | number | undefined;
|
|
711
|
-
position?: "fixed" | "absolute" | "
|
|
718
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
712
719
|
value?: any;
|
|
713
720
|
loading?: string | boolean | undefined;
|
|
714
721
|
text?: string | undefined;
|
|
715
722
|
class?: any;
|
|
723
|
+
theme?: string | undefined;
|
|
724
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
716
725
|
icon?: boolean | IconValue | undefined;
|
|
717
726
|
href?: string | undefined;
|
|
718
727
|
elevation?: string | number | undefined;
|
|
719
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
720
|
-
theme?: string | undefined;
|
|
721
728
|
rounded?: string | number | boolean | undefined;
|
|
722
729
|
baseColor?: string | undefined;
|
|
723
730
|
selectedClass?: string | undefined;
|
|
@@ -773,16 +780,16 @@ declare const VTab: {
|
|
|
773
780
|
maxWidth?: string | number | undefined;
|
|
774
781
|
minHeight?: string | number | undefined;
|
|
775
782
|
minWidth?: string | number | undefined;
|
|
776
|
-
position?: "fixed" | "absolute" | "
|
|
783
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
777
784
|
value?: any;
|
|
778
785
|
loading?: string | boolean | undefined;
|
|
779
786
|
text?: string | undefined;
|
|
780
787
|
class?: any;
|
|
788
|
+
theme?: string | undefined;
|
|
789
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
781
790
|
icon?: boolean | IconValue | undefined;
|
|
782
791
|
href?: string | undefined;
|
|
783
792
|
elevation?: string | number | undefined;
|
|
784
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
785
|
-
theme?: string | undefined;
|
|
786
793
|
rounded?: string | number | boolean | undefined;
|
|
787
794
|
baseColor?: string | undefined;
|
|
788
795
|
selectedClass?: string | undefined;
|
|
@@ -860,16 +867,16 @@ declare const VTab: {
|
|
|
860
867
|
maxWidth?: string | number | undefined;
|
|
861
868
|
minHeight?: string | number | undefined;
|
|
862
869
|
minWidth?: string | number | undefined;
|
|
863
|
-
position?: "fixed" | "absolute" | "
|
|
870
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
864
871
|
value?: any;
|
|
865
872
|
loading?: string | boolean | undefined;
|
|
866
873
|
text?: string | undefined;
|
|
867
874
|
class?: any;
|
|
875
|
+
theme?: string | undefined;
|
|
876
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
868
877
|
icon?: boolean | IconValue | undefined;
|
|
869
878
|
href?: string | undefined;
|
|
870
879
|
elevation?: string | number | undefined;
|
|
871
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
872
|
-
theme?: string | undefined;
|
|
873
880
|
rounded?: string | number | boolean | undefined;
|
|
874
881
|
baseColor?: string | undefined;
|
|
875
882
|
selectedClass?: string | undefined;
|
|
@@ -980,16 +987,16 @@ declare const VTab: {
|
|
|
980
987
|
maxWidth?: string | number | undefined;
|
|
981
988
|
minHeight?: string | number | undefined;
|
|
982
989
|
minWidth?: string | number | undefined;
|
|
983
|
-
position?: "fixed" | "absolute" | "
|
|
990
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
984
991
|
value?: any;
|
|
985
992
|
loading?: string | boolean | undefined;
|
|
986
993
|
text?: string | undefined;
|
|
987
994
|
class?: any;
|
|
995
|
+
theme?: string | undefined;
|
|
996
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
988
997
|
icon?: boolean | IconValue | undefined;
|
|
989
998
|
href?: string | undefined;
|
|
990
999
|
elevation?: string | number | undefined;
|
|
991
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
992
|
-
theme?: string | undefined;
|
|
993
1000
|
rounded?: string | number | boolean | undefined;
|
|
994
1001
|
baseColor?: string | undefined;
|
|
995
1002
|
selectedClass?: string | undefined;
|
|
@@ -1020,7 +1027,11 @@ declare const VTab: {
|
|
|
1020
1027
|
}) => any) | undefined;
|
|
1021
1028
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1022
1029
|
group: GroupItemProvide | null;
|
|
1023
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "
|
|
1030
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
1031
|
+
_allExposed: {
|
|
1032
|
+
group: GroupItemProvide | null;
|
|
1033
|
+
} | {};
|
|
1034
|
+
}, {}, {}, {}, {
|
|
1024
1035
|
replace: boolean;
|
|
1025
1036
|
fixed: boolean;
|
|
1026
1037
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1078,11 +1089,11 @@ declare const VTab: {
|
|
|
1078
1089
|
loading?: string | boolean | undefined;
|
|
1079
1090
|
text?: string | undefined;
|
|
1080
1091
|
class?: any;
|
|
1092
|
+
theme?: string | undefined;
|
|
1093
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1081
1094
|
icon?: boolean | IconValue | undefined;
|
|
1082
1095
|
href?: string | undefined;
|
|
1083
1096
|
elevation?: string | number | undefined;
|
|
1084
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1085
|
-
theme?: string | undefined;
|
|
1086
1097
|
rounded?: string | number | boolean | undefined;
|
|
1087
1098
|
baseColor?: string | undefined;
|
|
1088
1099
|
activeColor?: string | undefined;
|
|
@@ -1160,16 +1171,16 @@ declare const VTab: {
|
|
|
1160
1171
|
maxWidth?: string | number | undefined;
|
|
1161
1172
|
minHeight?: string | number | undefined;
|
|
1162
1173
|
minWidth?: string | number | undefined;
|
|
1163
|
-
position?: "fixed" | "absolute" | "
|
|
1174
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1164
1175
|
value?: any;
|
|
1165
1176
|
loading?: string | boolean | undefined;
|
|
1166
1177
|
text?: string | undefined;
|
|
1167
1178
|
class?: any;
|
|
1179
|
+
theme?: string | undefined;
|
|
1180
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1168
1181
|
icon?: boolean | IconValue | undefined;
|
|
1169
1182
|
href?: string | undefined;
|
|
1170
1183
|
elevation?: string | number | undefined;
|
|
1171
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1172
|
-
theme?: string | undefined;
|
|
1173
1184
|
rounded?: string | number | boolean | undefined;
|
|
1174
1185
|
baseColor?: string | undefined;
|
|
1175
1186
|
selectedClass?: string | undefined;
|
|
@@ -1225,16 +1236,16 @@ declare const VTab: {
|
|
|
1225
1236
|
maxWidth?: string | number | undefined;
|
|
1226
1237
|
minHeight?: string | number | undefined;
|
|
1227
1238
|
minWidth?: string | number | undefined;
|
|
1228
|
-
position?: "fixed" | "absolute" | "
|
|
1239
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1229
1240
|
value?: any;
|
|
1230
1241
|
loading?: string | boolean | undefined;
|
|
1231
1242
|
text?: string | undefined;
|
|
1232
1243
|
class?: any;
|
|
1244
|
+
theme?: string | undefined;
|
|
1245
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1233
1246
|
icon?: boolean | IconValue | undefined;
|
|
1234
1247
|
href?: string | undefined;
|
|
1235
1248
|
elevation?: string | number | undefined;
|
|
1236
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1237
|
-
theme?: string | undefined;
|
|
1238
1249
|
rounded?: string | number | boolean | undefined;
|
|
1239
1250
|
baseColor?: string | undefined;
|
|
1240
1251
|
selectedClass?: string | undefined;
|
|
@@ -1312,16 +1323,16 @@ declare const VTab: {
|
|
|
1312
1323
|
maxWidth?: string | number | undefined;
|
|
1313
1324
|
minHeight?: string | number | undefined;
|
|
1314
1325
|
minWidth?: string | number | undefined;
|
|
1315
|
-
position?: "fixed" | "absolute" | "
|
|
1326
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1316
1327
|
value?: any;
|
|
1317
1328
|
loading?: string | boolean | undefined;
|
|
1318
1329
|
text?: string | undefined;
|
|
1319
1330
|
class?: any;
|
|
1331
|
+
theme?: string | undefined;
|
|
1332
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1320
1333
|
icon?: boolean | IconValue | undefined;
|
|
1321
1334
|
href?: string | undefined;
|
|
1322
1335
|
elevation?: string | number | undefined;
|
|
1323
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1324
|
-
theme?: string | undefined;
|
|
1325
1336
|
rounded?: string | number | boolean | undefined;
|
|
1326
1337
|
baseColor?: string | undefined;
|
|
1327
1338
|
selectedClass?: string | undefined;
|
|
@@ -1432,16 +1443,16 @@ declare const VTab: {
|
|
|
1432
1443
|
maxWidth?: string | number | undefined;
|
|
1433
1444
|
minHeight?: string | number | undefined;
|
|
1434
1445
|
minWidth?: string | number | undefined;
|
|
1435
|
-
position?: "fixed" | "absolute" | "
|
|
1446
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1436
1447
|
value?: any;
|
|
1437
1448
|
loading?: string | boolean | undefined;
|
|
1438
1449
|
text?: string | undefined;
|
|
1439
1450
|
class?: any;
|
|
1451
|
+
theme?: string | undefined;
|
|
1452
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1440
1453
|
icon?: boolean | IconValue | undefined;
|
|
1441
1454
|
href?: string | undefined;
|
|
1442
1455
|
elevation?: string | number | undefined;
|
|
1443
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1444
|
-
theme?: string | undefined;
|
|
1445
1456
|
rounded?: string | number | boolean | undefined;
|
|
1446
1457
|
baseColor?: string | undefined;
|
|
1447
1458
|
selectedClass?: string | undefined;
|
|
@@ -1472,7 +1483,11 @@ declare const VTab: {
|
|
|
1472
1483
|
}) => any) | undefined;
|
|
1473
1484
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1474
1485
|
group: GroupItemProvide | null;
|
|
1475
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "
|
|
1486
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
|
1487
|
+
_allExposed: {
|
|
1488
|
+
group: GroupItemProvide | null;
|
|
1489
|
+
} | {};
|
|
1490
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1476
1491
|
replace: boolean;
|
|
1477
1492
|
fixed: boolean;
|
|
1478
1493
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1534,6 +1549,7 @@ declare const VTab: {
|
|
|
1534
1549
|
};
|
|
1535
1550
|
readonly: BooleanConstructor;
|
|
1536
1551
|
class: PropType<ClassValue>;
|
|
1552
|
+
theme: StringConstructor;
|
|
1537
1553
|
tag: Omit<{
|
|
1538
1554
|
type: StringConstructor;
|
|
1539
1555
|
default: string;
|
|
@@ -1541,14 +1557,13 @@ declare const VTab: {
|
|
|
1541
1557
|
type: PropType<string>;
|
|
1542
1558
|
default: string;
|
|
1543
1559
|
};
|
|
1560
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
1544
1561
|
icon: PropType<boolean | IconValue>;
|
|
1545
1562
|
href: StringConstructor;
|
|
1546
1563
|
elevation: {
|
|
1547
1564
|
type: (StringConstructor | NumberConstructor)[];
|
|
1548
1565
|
validator(v: any): boolean;
|
|
1549
1566
|
};
|
|
1550
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
1551
|
-
theme: StringConstructor;
|
|
1552
1567
|
rounded: {
|
|
1553
1568
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1554
1569
|
default: undefined;
|
|
@@ -1616,6 +1631,7 @@ declare const VTab: {
|
|
|
1616
1631
|
};
|
|
1617
1632
|
readonly: BooleanConstructor;
|
|
1618
1633
|
class: PropType<ClassValue>;
|
|
1634
|
+
theme: StringConstructor;
|
|
1619
1635
|
tag: Omit<{
|
|
1620
1636
|
type: StringConstructor;
|
|
1621
1637
|
default: string;
|
|
@@ -1623,14 +1639,13 @@ declare const VTab: {
|
|
|
1623
1639
|
type: PropType<string>;
|
|
1624
1640
|
default: string;
|
|
1625
1641
|
};
|
|
1642
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
1626
1643
|
icon: PropType<boolean | IconValue>;
|
|
1627
1644
|
href: StringConstructor;
|
|
1628
1645
|
elevation: {
|
|
1629
1646
|
type: (StringConstructor | NumberConstructor)[];
|
|
1630
1647
|
validator(v: any): boolean;
|
|
1631
1648
|
};
|
|
1632
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
|
1633
|
-
theme: StringConstructor;
|
|
1634
1649
|
rounded: {
|
|
1635
1650
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1636
1651
|
default: undefined;
|
|
@@ -2299,11 +2314,11 @@ declare const VTabsWindow: {
|
|
|
2299
2314
|
};
|
|
2300
2315
|
disabled: BooleanConstructor;
|
|
2301
2316
|
class: vue.PropType<ClassValue>;
|
|
2317
|
+
theme: StringConstructor;
|
|
2302
2318
|
tag: {
|
|
2303
2319
|
type: StringConstructor;
|
|
2304
2320
|
default: string;
|
|
2305
2321
|
};
|
|
2306
|
-
theme: StringConstructor;
|
|
2307
2322
|
modelValue: null;
|
|
2308
2323
|
selectedClass: {
|
|
2309
2324
|
type: StringConstructor;
|
|
@@ -2321,11 +2336,11 @@ declare const VTabsWindow: {
|
|
|
2321
2336
|
};
|
|
2322
2337
|
disabled: BooleanConstructor;
|
|
2323
2338
|
class: vue.PropType<ClassValue>;
|
|
2339
|
+
theme: StringConstructor;
|
|
2324
2340
|
tag: {
|
|
2325
2341
|
type: StringConstructor;
|
|
2326
2342
|
default: string;
|
|
2327
2343
|
};
|
|
2328
|
-
theme: StringConstructor;
|
|
2329
2344
|
modelValue: null;
|
|
2330
2345
|
selectedClass: {
|
|
2331
2346
|
type: StringConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
type ClassValue = any;
|
|
5
5
|
|
|
@@ -62,6 +62,9 @@ interface ValidationProps {
|
|
|
62
62
|
validationValue: any;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
type JSXComponent<Props = any> = {
|
|
66
|
+
new (): ComponentPublicInstance<Props>;
|
|
67
|
+
} | FunctionalComponent<Props>;
|
|
65
68
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
66
69
|
declare const IconValue: PropType<IconValue>;
|
|
67
70
|
|
|
@@ -161,8 +164,8 @@ declare const VTextField: {
|
|
|
161
164
|
prefix?: string | undefined;
|
|
162
165
|
role?: string | undefined;
|
|
163
166
|
class?: any;
|
|
164
|
-
placeholder?: string | undefined;
|
|
165
167
|
theme?: string | undefined;
|
|
168
|
+
placeholder?: string | undefined;
|
|
166
169
|
counter?: string | number | boolean | undefined;
|
|
167
170
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
168
171
|
modelValue?: any;
|
|
@@ -387,7 +390,7 @@ declare const VTextField: {
|
|
|
387
390
|
errorMessages: vue.ComputedRef<string[]>;
|
|
388
391
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
389
392
|
'update:modelValue': (value: any) => true;
|
|
390
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
393
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
391
394
|
error: boolean;
|
|
392
395
|
direction: "horizontal" | "vertical";
|
|
393
396
|
style: vue.StyleValue;
|
|
@@ -470,7 +473,7 @@ declare const VTextField: {
|
|
|
470
473
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
471
474
|
modelValue?: unknown;
|
|
472
475
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
473
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
476
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
474
477
|
$: vue.ComponentInternalInstance;
|
|
475
478
|
$data: {};
|
|
476
479
|
$props: Partial<{
|
|
@@ -706,7 +709,17 @@ declare const VTextField: {
|
|
|
706
709
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
707
710
|
modelValue?: unknown;
|
|
708
711
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
709
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
712
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
|
713
|
+
_allExposed: {
|
|
714
|
+
reset: () => Promise<void>;
|
|
715
|
+
resetValidation: () => Promise<void>;
|
|
716
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
717
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
718
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
719
|
+
} | {
|
|
720
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
721
|
+
} | {};
|
|
722
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
710
723
|
'click:control': (e: MouseEvent) => true;
|
|
711
724
|
'mousedown:control': (e: MouseEvent) => true;
|
|
712
725
|
'update:focused': (focused: boolean) => true;
|
|
@@ -751,8 +764,8 @@ declare const VTextField: {
|
|
|
751
764
|
prefix?: string | undefined;
|
|
752
765
|
role?: string | undefined;
|
|
753
766
|
class?: any;
|
|
754
|
-
placeholder?: string | undefined;
|
|
755
767
|
theme?: string | undefined;
|
|
768
|
+
placeholder?: string | undefined;
|
|
756
769
|
counter?: string | number | boolean | undefined;
|
|
757
770
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
758
771
|
modelValue?: any;
|
|
@@ -929,8 +942,8 @@ declare const VTextField: {
|
|
|
929
942
|
prefix?: string | undefined;
|
|
930
943
|
role?: string | undefined;
|
|
931
944
|
class?: any;
|
|
932
|
-
placeholder?: string | undefined;
|
|
933
945
|
theme?: string | undefined;
|
|
946
|
+
placeholder?: string | undefined;
|
|
934
947
|
counter?: string | number | boolean | undefined;
|
|
935
948
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
936
949
|
modelValue?: any;
|
|
@@ -1155,7 +1168,7 @@ declare const VTextField: {
|
|
|
1155
1168
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1156
1169
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1157
1170
|
'update:modelValue': (value: any) => true;
|
|
1158
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1171
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
1159
1172
|
error: boolean;
|
|
1160
1173
|
direction: "horizontal" | "vertical";
|
|
1161
1174
|
style: vue.StyleValue;
|
|
@@ -1238,7 +1251,7 @@ declare const VTextField: {
|
|
|
1238
1251
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1239
1252
|
modelValue?: unknown;
|
|
1240
1253
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1241
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
1254
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1242
1255
|
$: vue.ComponentInternalInstance;
|
|
1243
1256
|
$data: {};
|
|
1244
1257
|
$props: Partial<{
|
|
@@ -1474,7 +1487,17 @@ declare const VTextField: {
|
|
|
1474
1487
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1475
1488
|
modelValue?: unknown;
|
|
1476
1489
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1477
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
1490
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
|
1491
|
+
_allExposed: {
|
|
1492
|
+
reset: () => Promise<void>;
|
|
1493
|
+
resetValidation: () => Promise<void>;
|
|
1494
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1495
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
1496
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
1497
|
+
} | {
|
|
1498
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
1499
|
+
} | {};
|
|
1500
|
+
}, {}, {}, {}, {
|
|
1478
1501
|
flat: boolean;
|
|
1479
1502
|
reverse: boolean;
|
|
1480
1503
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -1548,8 +1571,8 @@ declare const VTextField: {
|
|
|
1548
1571
|
prefix?: string | undefined;
|
|
1549
1572
|
role?: string | undefined;
|
|
1550
1573
|
class?: any;
|
|
1551
|
-
placeholder?: string | undefined;
|
|
1552
1574
|
theme?: string | undefined;
|
|
1575
|
+
placeholder?: string | undefined;
|
|
1553
1576
|
counter?: string | number | boolean | undefined;
|
|
1554
1577
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1555
1578
|
modelValue?: any;
|
|
@@ -1774,7 +1797,7 @@ declare const VTextField: {
|
|
|
1774
1797
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1775
1798
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1776
1799
|
'update:modelValue': (value: any) => true;
|
|
1777
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1800
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
1778
1801
|
error: boolean;
|
|
1779
1802
|
direction: "horizontal" | "vertical";
|
|
1780
1803
|
style: vue.StyleValue;
|
|
@@ -1857,7 +1880,7 @@ declare const VTextField: {
|
|
|
1857
1880
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1858
1881
|
modelValue?: unknown;
|
|
1859
1882
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1860
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
1883
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1861
1884
|
$: vue.ComponentInternalInstance;
|
|
1862
1885
|
$data: {};
|
|
1863
1886
|
$props: Partial<{
|
|
@@ -2093,7 +2116,17 @@ declare const VTextField: {
|
|
|
2093
2116
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2094
2117
|
modelValue?: unknown;
|
|
2095
2118
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2096
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "
|
|
2119
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
|
|
2120
|
+
_allExposed: {
|
|
2121
|
+
reset: () => Promise<void>;
|
|
2122
|
+
resetValidation: () => Promise<void>;
|
|
2123
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
2124
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
2125
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
2126
|
+
} | {
|
|
2127
|
+
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
2128
|
+
} | {};
|
|
2129
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2097
2130
|
'click:control': (e: MouseEvent) => true;
|
|
2098
2131
|
'mousedown:control': (e: MouseEvent) => true;
|
|
2099
2132
|
'update:focused': (focused: boolean) => true;
|