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, 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
|
|
|
@@ -146,8 +149,8 @@ declare const VTextarea: {
|
|
|
146
149
|
label?: string | undefined;
|
|
147
150
|
prefix?: string | undefined;
|
|
148
151
|
class?: any;
|
|
149
|
-
placeholder?: string | undefined;
|
|
150
152
|
theme?: string | undefined;
|
|
153
|
+
placeholder?: string | undefined;
|
|
151
154
|
counter?: string | number | true | undefined;
|
|
152
155
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
153
156
|
modelValue?: any;
|
|
@@ -370,7 +373,7 @@ declare const VTextarea: {
|
|
|
370
373
|
errorMessages: vue.ComputedRef<string[]>;
|
|
371
374
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
372
375
|
'update:modelValue': (value: any) => true;
|
|
373
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
376
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
374
377
|
error: boolean;
|
|
375
378
|
direction: "horizontal" | "vertical";
|
|
376
379
|
style: vue.StyleValue;
|
|
@@ -453,7 +456,15 @@ declare const VTextarea: {
|
|
|
453
456
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
454
457
|
modelValue?: unknown;
|
|
455
458
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
456
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
459
|
+
}, 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}`> & {
|
|
460
|
+
_allExposed: {
|
|
461
|
+
reset: () => Promise<void>;
|
|
462
|
+
resetValidation: () => Promise<void>;
|
|
463
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
464
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
465
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
466
|
+
} | {};
|
|
467
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
457
468
|
'click:control': (e: MouseEvent) => true;
|
|
458
469
|
'mousedown:control': (e: MouseEvent) => true;
|
|
459
470
|
'update:focused': (focused: boolean) => true;
|
|
@@ -499,8 +510,8 @@ declare const VTextarea: {
|
|
|
499
510
|
label?: string | undefined;
|
|
500
511
|
prefix?: string | undefined;
|
|
501
512
|
class?: any;
|
|
502
|
-
placeholder?: string | undefined;
|
|
503
513
|
theme?: string | undefined;
|
|
514
|
+
placeholder?: string | undefined;
|
|
504
515
|
counter?: string | number | true | undefined;
|
|
505
516
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
506
517
|
modelValue?: any;
|
|
@@ -677,8 +688,8 @@ declare const VTextarea: {
|
|
|
677
688
|
label?: string | undefined;
|
|
678
689
|
prefix?: string | undefined;
|
|
679
690
|
class?: any;
|
|
680
|
-
placeholder?: string | undefined;
|
|
681
691
|
theme?: string | undefined;
|
|
692
|
+
placeholder?: string | undefined;
|
|
682
693
|
counter?: string | number | true | undefined;
|
|
683
694
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
684
695
|
modelValue?: any;
|
|
@@ -901,7 +912,7 @@ declare const VTextarea: {
|
|
|
901
912
|
errorMessages: vue.ComputedRef<string[]>;
|
|
902
913
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
903
914
|
'update:modelValue': (value: any) => true;
|
|
904
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
915
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
905
916
|
error: boolean;
|
|
906
917
|
direction: "horizontal" | "vertical";
|
|
907
918
|
style: vue.StyleValue;
|
|
@@ -984,7 +995,15 @@ declare const VTextarea: {
|
|
|
984
995
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
985
996
|
modelValue?: unknown;
|
|
986
997
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
987
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
998
|
+
}, 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}`> & {
|
|
999
|
+
_allExposed: {
|
|
1000
|
+
reset: () => Promise<void>;
|
|
1001
|
+
resetValidation: () => Promise<void>;
|
|
1002
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1003
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
1004
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
1005
|
+
} | {};
|
|
1006
|
+
}, {}, {}, {}, {
|
|
988
1007
|
flat: boolean;
|
|
989
1008
|
reverse: boolean;
|
|
990
1009
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -1061,8 +1080,8 @@ declare const VTextarea: {
|
|
|
1061
1080
|
label?: string | undefined;
|
|
1062
1081
|
prefix?: string | undefined;
|
|
1063
1082
|
class?: any;
|
|
1064
|
-
placeholder?: string | undefined;
|
|
1065
1083
|
theme?: string | undefined;
|
|
1084
|
+
placeholder?: string | undefined;
|
|
1066
1085
|
counter?: string | number | true | undefined;
|
|
1067
1086
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1068
1087
|
modelValue?: any;
|
|
@@ -1285,7 +1304,7 @@ declare const VTextarea: {
|
|
|
1285
1304
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1286
1305
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1287
1306
|
'update:modelValue': (value: any) => true;
|
|
1288
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1307
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
1289
1308
|
error: boolean;
|
|
1290
1309
|
direction: "horizontal" | "vertical";
|
|
1291
1310
|
style: vue.StyleValue;
|
|
@@ -1368,7 +1387,15 @@ declare const VTextarea: {
|
|
|
1368
1387
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1369
1388
|
modelValue?: unknown;
|
|
1370
1389
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1371
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
1390
|
+
}, 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}`> & {
|
|
1391
|
+
_allExposed: {
|
|
1392
|
+
reset: () => Promise<void>;
|
|
1393
|
+
resetValidation: () => Promise<void>;
|
|
1394
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1395
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
1396
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
1397
|
+
} | {};
|
|
1398
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1372
1399
|
'click:control': (e: MouseEvent) => true;
|
|
1373
1400
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1374
1401
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, Prop,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, Prop, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
@@ -26,9 +26,9 @@ declare const VTimeline: {
|
|
|
26
26
|
} & {
|
|
27
27
|
direction?: TimelineDirection | undefined;
|
|
28
28
|
class?: any;
|
|
29
|
+
theme?: string | undefined;
|
|
29
30
|
align?: TimelineAlign | undefined;
|
|
30
31
|
side?: TimelineSide;
|
|
31
|
-
theme?: string | undefined;
|
|
32
32
|
dotColor?: string | undefined;
|
|
33
33
|
iconColor?: string | undefined;
|
|
34
34
|
lineColor?: string | undefined;
|
|
@@ -55,9 +55,9 @@ declare const VTimeline: {
|
|
|
55
55
|
} & {
|
|
56
56
|
direction?: TimelineDirection | undefined;
|
|
57
57
|
class?: any;
|
|
58
|
+
theme?: string | undefined;
|
|
58
59
|
align?: TimelineAlign | undefined;
|
|
59
60
|
side?: TimelineSide;
|
|
60
|
-
theme?: string | undefined;
|
|
61
61
|
dotColor?: string | undefined;
|
|
62
62
|
iconColor?: string | undefined;
|
|
63
63
|
lineColor?: string | undefined;
|
|
@@ -103,9 +103,9 @@ declare const VTimeline: {
|
|
|
103
103
|
} & {
|
|
104
104
|
direction?: TimelineDirection | undefined;
|
|
105
105
|
class?: any;
|
|
106
|
+
theme?: string | undefined;
|
|
106
107
|
align?: TimelineAlign | undefined;
|
|
107
108
|
side?: TimelineSide;
|
|
108
|
-
theme?: string | undefined;
|
|
109
109
|
dotColor?: string | undefined;
|
|
110
110
|
iconColor?: string | undefined;
|
|
111
111
|
lineColor?: string | undefined;
|
|
@@ -146,9 +146,9 @@ declare const VTimeline: {
|
|
|
146
146
|
} & {
|
|
147
147
|
direction?: TimelineDirection | undefined;
|
|
148
148
|
class?: any;
|
|
149
|
+
theme?: string | undefined;
|
|
149
150
|
align?: TimelineAlign | undefined;
|
|
150
151
|
side?: TimelineSide;
|
|
151
|
-
theme?: string | undefined;
|
|
152
152
|
dotColor?: string | undefined;
|
|
153
153
|
iconColor?: string | undefined;
|
|
154
154
|
lineColor?: string | undefined;
|
|
@@ -268,6 +268,9 @@ declare const VTimeline: {
|
|
|
268
268
|
}>>;
|
|
269
269
|
type VTimeline = InstanceType<typeof VTimeline>;
|
|
270
270
|
|
|
271
|
+
type JSXComponent<Props = any> = {
|
|
272
|
+
new (): ComponentPublicInstance<Props>;
|
|
273
|
+
} | FunctionalComponent<Props>;
|
|
271
274
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
272
275
|
declare const IconValue: PropType<IconValue>;
|
|
273
276
|
|
|
@@ -27,8 +27,8 @@ declare const VToolbar: {
|
|
|
27
27
|
title?: string | undefined;
|
|
28
28
|
image?: string | undefined;
|
|
29
29
|
class?: any;
|
|
30
|
-
elevation?: string | number | undefined;
|
|
31
30
|
theme?: string | undefined;
|
|
31
|
+
elevation?: string | number | undefined;
|
|
32
32
|
rounded?: string | number | boolean | undefined;
|
|
33
33
|
} & {
|
|
34
34
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -75,8 +75,8 @@ declare const VToolbar: {
|
|
|
75
75
|
title?: string | undefined;
|
|
76
76
|
image?: string | undefined;
|
|
77
77
|
class?: any;
|
|
78
|
-
elevation?: string | number | undefined;
|
|
79
78
|
theme?: string | undefined;
|
|
79
|
+
elevation?: string | number | undefined;
|
|
80
80
|
rounded?: string | number | boolean | undefined;
|
|
81
81
|
} & {
|
|
82
82
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -147,8 +147,8 @@ declare const VToolbar: {
|
|
|
147
147
|
title?: string | undefined;
|
|
148
148
|
image?: string | undefined;
|
|
149
149
|
class?: any;
|
|
150
|
-
elevation?: string | number | undefined;
|
|
151
150
|
theme?: string | undefined;
|
|
151
|
+
elevation?: string | number | undefined;
|
|
152
152
|
rounded?: string | number | boolean | undefined;
|
|
153
153
|
} & {
|
|
154
154
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -212,8 +212,8 @@ declare const VToolbar: {
|
|
|
212
212
|
title?: string | undefined;
|
|
213
213
|
image?: string | undefined;
|
|
214
214
|
class?: any;
|
|
215
|
-
elevation?: string | number | undefined;
|
|
216
215
|
theme?: string | undefined;
|
|
216
|
+
elevation?: string | number | undefined;
|
|
217
217
|
rounded?: string | number | boolean | undefined;
|
|
218
218
|
} & {
|
|
219
219
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|