vuetify 3.9.5 → 3.9.7
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 +3244 -3236
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6419 -6311
- package/dist/vuetify-labs.cjs +183 -127
- package/dist/vuetify-labs.css +3841 -3706
- package/dist/vuetify-labs.d.ts +173 -75
- package/dist/vuetify-labs.esm.js +183 -127
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +183 -127
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +78 -44
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2171 -2039
- package/dist/vuetify.d.ts +70 -70
- package/dist/vuetify.esm.js +78 -44
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -60
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +12 -0
- package/lib/components/VAlert/VAlert.sass +13 -0
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
- package/lib/components/VBtn/VBtn.css +10 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VCard/VCard.css +11 -0
- package/lib/components/VCard/VCard.sass +9 -0
- package/lib/components/VChip/VChip.css +6 -0
- package/lib/components/VChip/VChip.sass +5 -0
- package/lib/components/VChipGroup/VChipGroup.css +25 -0
- package/lib/components/VChipGroup/VChipGroup.sass +23 -0
- package/lib/components/VCombobox/VCombobox.css +2 -1
- package/lib/components/VCombobox/VCombobox.sass +3 -2
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +18 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +4 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListItem.css +30 -0
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.sass +29 -0
- package/lib/components/VNumberInput/VNumberInput.js +6 -6
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +9 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
- package/lib/components/VSelect/VSelect.css +5 -1
- package/lib/components/VSelect/VSelect.sass +6 -2
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -0
- package/lib/components/VSnackbar/VSnackbar.sass +3 -0
- package/lib/components/VSparkline/VBarline.js +2 -2
- package/lib/components/VSparkline/VBarline.js.map +1 -1
- package/lib/components/VSparkline/VTrendline.js +3 -0
- package/lib/components/VSparkline/VTrendline.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +22 -0
- package/lib/components/VTimeline/VTimeline.sass +12 -0
- package/lib/components/VTreeview/VTreeviewItem.css +13 -8
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
- package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
- package/lib/composables/filter.js +3 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +5 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/rounded.js +3 -3
- package/lib/composables/rounded.js.map +1 -1
- package/lib/directives/touch/index.js +2 -2
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
- package/lib/labs/VDateInput/VDateInput.js +3 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPie/VPie.css +3 -0
- package/lib/labs/VPie/VPie.js +71 -29
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +3 -0
- package/lib/labs/VPie/VPieSegment.d.ts +25 -2
- package/lib/labs/VPie/VPieSegment.js +11 -6
- package/lib/labs/VPie/VPieSegment.js.map +1 -1
- package/lib/labs/VPie/VPieTooltip.d.ts +10 -0
- package/lib/labs/VPie/VPieTooltip.js +4 -22
- package/lib/labs/VPie/VPieTooltip.js.map +1 -1
- package/lib/labs/VPie/types.d.ts +1 -0
- package/lib/labs/VPie/types.js.map +1 -1
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.js +24 -33
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -4
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -7044,7 +7044,7 @@ declare const VListItem: {
|
|
|
7044
7044
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
7045
7045
|
getPath: (id: unknown) => unknown[];
|
|
7046
7046
|
};
|
|
7047
|
-
id: vue.ComputedRef<{}>;
|
|
7047
|
+
id: vue.ComputedRef<{} | null>;
|
|
7048
7048
|
link: UseLink;
|
|
7049
7049
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7050
7050
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -7180,7 +7180,7 @@ declare const VListItem: {
|
|
|
7180
7180
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
7181
7181
|
getPath: (id: unknown) => unknown[];
|
|
7182
7182
|
};
|
|
7183
|
-
id: vue.ComputedRef<{}>;
|
|
7183
|
+
id: vue.ComputedRef<{} | null>;
|
|
7184
7184
|
link: UseLink;
|
|
7185
7185
|
}, {}, {}, {}, {
|
|
7186
7186
|
replace: boolean;
|
|
@@ -7305,7 +7305,7 @@ declare const VListItem: {
|
|
|
7305
7305
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
7306
7306
|
getPath: (id: unknown) => unknown[];
|
|
7307
7307
|
};
|
|
7308
|
-
id: vue.ComputedRef<{}>;
|
|
7308
|
+
id: vue.ComputedRef<{} | null>;
|
|
7309
7309
|
link: UseLink;
|
|
7310
7310
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
7311
7311
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -91532,7 +91532,7 @@ declare const VTreeviewItem: {
|
|
|
91532
91532
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
91533
91533
|
getPath: (id: unknown) => unknown[];
|
|
91534
91534
|
};
|
|
91535
|
-
id: vue.ComputedRef<{}>;
|
|
91535
|
+
id: vue.ComputedRef<{} | null>;
|
|
91536
91536
|
link: UseLink;
|
|
91537
91537
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
91538
91538
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -91701,7 +91701,7 @@ declare const VTreeviewItem: {
|
|
|
91701
91701
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
91702
91702
|
getPath: (id: unknown) => unknown[];
|
|
91703
91703
|
};
|
|
91704
|
-
id: vue.ComputedRef<{}>;
|
|
91704
|
+
id: vue.ComputedRef<{} | null>;
|
|
91705
91705
|
link: UseLink;
|
|
91706
91706
|
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
91707
91707
|
_allExposed: {
|
|
@@ -91733,7 +91733,7 @@ declare const VTreeviewItem: {
|
|
|
91733
91733
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
91734
91734
|
getPath: (id: unknown) => unknown[];
|
|
91735
91735
|
};
|
|
91736
|
-
id: vue.ComputedRef<{}>;
|
|
91736
|
+
id: vue.ComputedRef<{} | null>;
|
|
91737
91737
|
link: UseLink;
|
|
91738
91738
|
} | {};
|
|
91739
91739
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -92053,7 +92053,7 @@ declare const VTreeviewItem: {
|
|
|
92053
92053
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92054
92054
|
getPath: (id: unknown) => unknown[];
|
|
92055
92055
|
};
|
|
92056
|
-
id: vue.ComputedRef<{}>;
|
|
92056
|
+
id: vue.ComputedRef<{} | null>;
|
|
92057
92057
|
link: UseLink;
|
|
92058
92058
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
92059
92059
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -92222,7 +92222,7 @@ declare const VTreeviewItem: {
|
|
|
92222
92222
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92223
92223
|
getPath: (id: unknown) => unknown[];
|
|
92224
92224
|
};
|
|
92225
|
-
id: vue.ComputedRef<{}>;
|
|
92225
|
+
id: vue.ComputedRef<{} | null>;
|
|
92226
92226
|
link: UseLink;
|
|
92227
92227
|
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
92228
92228
|
_allExposed: {
|
|
@@ -92254,7 +92254,7 @@ declare const VTreeviewItem: {
|
|
|
92254
92254
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92255
92255
|
getPath: (id: unknown) => unknown[];
|
|
92256
92256
|
};
|
|
92257
|
-
id: vue.ComputedRef<{}>;
|
|
92257
|
+
id: vue.ComputedRef<{} | null>;
|
|
92258
92258
|
link: UseLink;
|
|
92259
92259
|
} | {};
|
|
92260
92260
|
}, {}, {}, {}, {
|
|
@@ -92563,7 +92563,7 @@ declare const VTreeviewItem: {
|
|
|
92563
92563
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92564
92564
|
getPath: (id: unknown) => unknown[];
|
|
92565
92565
|
};
|
|
92566
|
-
id: vue.ComputedRef<{}>;
|
|
92566
|
+
id: vue.ComputedRef<{} | null>;
|
|
92567
92567
|
link: UseLink;
|
|
92568
92568
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
92569
92569
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -92732,7 +92732,7 @@ declare const VTreeviewItem: {
|
|
|
92732
92732
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92733
92733
|
getPath: (id: unknown) => unknown[];
|
|
92734
92734
|
};
|
|
92735
|
-
id: vue.ComputedRef<{}>;
|
|
92735
|
+
id: vue.ComputedRef<{} | null>;
|
|
92736
92736
|
link: UseLink;
|
|
92737
92737
|
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
92738
92738
|
_allExposed: {
|
|
@@ -92764,7 +92764,7 @@ declare const VTreeviewItem: {
|
|
|
92764
92764
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
92765
92765
|
getPath: (id: unknown) => unknown[];
|
|
92766
92766
|
};
|
|
92767
|
-
id: vue.ComputedRef<{}>;
|
|
92767
|
+
id: vue.ComputedRef<{} | null>;
|
|
92768
92768
|
link: UseLink;
|
|
92769
92769
|
} | {};
|
|
92770
92770
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -99197,7 +99197,7 @@ type VDateInputActionsSlot = {
|
|
|
99197
99197
|
cancel: () => void;
|
|
99198
99198
|
isPristine: boolean;
|
|
99199
99199
|
};
|
|
99200
|
-
type VDateInputSlots = Omit<VTextFieldSlots, 'default'> & {
|
|
99200
|
+
type VDateInputSlots = Omit<VTextFieldSlots, 'default'> & Pick<VDatePickerSlots, 'title' | 'header' | 'day' | 'month' | 'year'> & {
|
|
99201
99201
|
actions: VDateInputActionsSlot;
|
|
99202
99202
|
default: never;
|
|
99203
99203
|
};
|
|
@@ -101292,7 +101292,7 @@ declare const VDateInput: {
|
|
|
101292
101292
|
'update:focused': (val: boolean) => true;
|
|
101293
101293
|
'update:modelValue': (val: unknown) => true;
|
|
101294
101294
|
'update:menu': (val: boolean) => true;
|
|
101295
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:actions" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:counter" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
101295
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:actions" | "v-slot:title" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:header" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:counter" | "save" | "v-slot:day" | "v-slot:month" | "v-slot:year">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
101296
101296
|
flat: boolean;
|
|
101297
101297
|
reverse: boolean;
|
|
101298
101298
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -101367,6 +101367,43 @@ declare const VDateInput: {
|
|
|
101367
101367
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
101368
101368
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
101369
101369
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
101370
|
+
header: (arg: {
|
|
101371
|
+
header: string;
|
|
101372
|
+
transition: string;
|
|
101373
|
+
}) => vue.VNode[];
|
|
101374
|
+
title: () => vue.VNode[];
|
|
101375
|
+
day: (arg: {
|
|
101376
|
+
props: {
|
|
101377
|
+
onClick: () => void;
|
|
101378
|
+
};
|
|
101379
|
+
item: any;
|
|
101380
|
+
i: number;
|
|
101381
|
+
}) => vue.VNode[];
|
|
101382
|
+
month: (arg: {
|
|
101383
|
+
month: {
|
|
101384
|
+
text: string;
|
|
101385
|
+
value: number;
|
|
101386
|
+
};
|
|
101387
|
+
i: number;
|
|
101388
|
+
props: {
|
|
101389
|
+
onClick: () => void;
|
|
101390
|
+
};
|
|
101391
|
+
}) => vue.VNode[];
|
|
101392
|
+
year: (arg: {
|
|
101393
|
+
year: {
|
|
101394
|
+
text: string;
|
|
101395
|
+
value: number;
|
|
101396
|
+
};
|
|
101397
|
+
i: number;
|
|
101398
|
+
props: {
|
|
101399
|
+
active: boolean;
|
|
101400
|
+
color?: string;
|
|
101401
|
+
rounded: boolean;
|
|
101402
|
+
text: string;
|
|
101403
|
+
variant: "flat" | "text";
|
|
101404
|
+
onClick: () => void;
|
|
101405
|
+
};
|
|
101406
|
+
}) => vue.VNode[];
|
|
101370
101407
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
101371
101408
|
default: () => vue.VNode[];
|
|
101372
101409
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -105613,7 +105650,7 @@ declare const VDateInput: {
|
|
|
105613
105650
|
'update:focused': (val: boolean) => true;
|
|
105614
105651
|
'update:modelValue': (val: unknown) => true;
|
|
105615
105652
|
'update:menu': (val: boolean) => true;
|
|
105616
|
-
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:actions" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:counter" | "save">, string, {
|
|
105653
|
+
}, "multiple" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:actions" | "v-slot:title" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:header" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:counter" | "save" | "v-slot:day" | "v-slot:month" | "v-slot:year">, string, {
|
|
105617
105654
|
flat: boolean;
|
|
105618
105655
|
reverse: boolean;
|
|
105619
105656
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -105688,6 +105725,43 @@ declare const VDateInput: {
|
|
|
105688
105725
|
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
105689
105726
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
105690
105727
|
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
105728
|
+
header: (arg: {
|
|
105729
|
+
header: string;
|
|
105730
|
+
transition: string;
|
|
105731
|
+
}) => vue.VNode[];
|
|
105732
|
+
title: () => vue.VNode[];
|
|
105733
|
+
day: (arg: {
|
|
105734
|
+
props: {
|
|
105735
|
+
onClick: () => void;
|
|
105736
|
+
};
|
|
105737
|
+
item: any;
|
|
105738
|
+
i: number;
|
|
105739
|
+
}) => vue.VNode[];
|
|
105740
|
+
month: (arg: {
|
|
105741
|
+
month: {
|
|
105742
|
+
text: string;
|
|
105743
|
+
value: number;
|
|
105744
|
+
};
|
|
105745
|
+
i: number;
|
|
105746
|
+
props: {
|
|
105747
|
+
onClick: () => void;
|
|
105748
|
+
};
|
|
105749
|
+
}) => vue.VNode[];
|
|
105750
|
+
year: (arg: {
|
|
105751
|
+
year: {
|
|
105752
|
+
text: string;
|
|
105753
|
+
value: number;
|
|
105754
|
+
};
|
|
105755
|
+
i: number;
|
|
105756
|
+
props: {
|
|
105757
|
+
active: boolean;
|
|
105758
|
+
color?: string;
|
|
105759
|
+
rounded: boolean;
|
|
105760
|
+
text: string;
|
|
105761
|
+
variant: "flat" | "text";
|
|
105762
|
+
onClick: () => void;
|
|
105763
|
+
};
|
|
105764
|
+
}) => vue.VNode[];
|
|
105691
105765
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
105692
105766
|
default: () => vue.VNode[];
|
|
105693
105767
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, Multiple extends boolean | "range" | number | (string & {}) = false, TModel = Multiple extends string | number | true ? T[] : T>(props: {
|
|
@@ -114126,6 +114200,7 @@ interface PieItem {
|
|
|
114126
114200
|
value: number;
|
|
114127
114201
|
title: string;
|
|
114128
114202
|
pattern?: string;
|
|
114203
|
+
isActive: boolean;
|
|
114129
114204
|
raw?: Record<string, any>;
|
|
114130
114205
|
}
|
|
114131
114206
|
type TextTemplate = string | ((v: PieItem) => string);
|
|
@@ -114755,6 +114830,7 @@ type VPie = InstanceType<typeof VPie>;
|
|
|
114755
114830
|
|
|
114756
114831
|
declare const VPieSegment: {
|
|
114757
114832
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
114833
|
+
active: boolean;
|
|
114758
114834
|
animation: boolean | {
|
|
114759
114835
|
duration?: number;
|
|
114760
114836
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114783,7 +114859,12 @@ declare const VPieSegment: {
|
|
|
114783
114859
|
} | undefined;
|
|
114784
114860
|
} & {
|
|
114785
114861
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
114786
|
-
}
|
|
114862
|
+
} & {
|
|
114863
|
+
"onUpdate:active"?: ((val: boolean) => any) | undefined;
|
|
114864
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
114865
|
+
'update:active': (val: boolean) => true;
|
|
114866
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
114867
|
+
active: boolean;
|
|
114787
114868
|
animation: boolean | {
|
|
114788
114869
|
duration?: number;
|
|
114789
114870
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114804,6 +114885,7 @@ declare const VPieSegment: {
|
|
|
114804
114885
|
M: {};
|
|
114805
114886
|
Defaults: {};
|
|
114806
114887
|
}, {
|
|
114888
|
+
active: boolean;
|
|
114807
114889
|
animation: boolean | {
|
|
114808
114890
|
duration?: number;
|
|
114809
114891
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114832,7 +114914,10 @@ declare const VPieSegment: {
|
|
|
114832
114914
|
} | undefined;
|
|
114833
114915
|
} & {
|
|
114834
114916
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
114917
|
+
} & {
|
|
114918
|
+
"onUpdate:active"?: ((val: boolean) => any) | undefined;
|
|
114835
114919
|
}, () => JSX.Element, {}, {}, {}, {
|
|
114920
|
+
active: boolean;
|
|
114836
114921
|
animation: boolean | {
|
|
114837
114922
|
duration?: number;
|
|
114838
114923
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114848,6 +114933,7 @@ declare const VPieSegment: {
|
|
|
114848
114933
|
__isTeleport?: never;
|
|
114849
114934
|
__isSuspense?: never;
|
|
114850
114935
|
} & vue.ComponentOptionsBase<{
|
|
114936
|
+
active: boolean;
|
|
114851
114937
|
animation: boolean | {
|
|
114852
114938
|
duration?: number;
|
|
114853
114939
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114876,7 +114962,12 @@ declare const VPieSegment: {
|
|
|
114876
114962
|
} | undefined;
|
|
114877
114963
|
} & {
|
|
114878
114964
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
114879
|
-
}
|
|
114965
|
+
} & {
|
|
114966
|
+
"onUpdate:active"?: ((val: boolean) => any) | undefined;
|
|
114967
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
114968
|
+
'update:active': (val: boolean) => true;
|
|
114969
|
+
}, string, {
|
|
114970
|
+
active: boolean;
|
|
114880
114971
|
animation: boolean | {
|
|
114881
114972
|
duration?: number;
|
|
114882
114973
|
easing?: keyof typeof easingPatterns;
|
|
@@ -114896,6 +114987,7 @@ declare const VPieSegment: {
|
|
|
114896
114987
|
}>;
|
|
114897
114988
|
default: boolean;
|
|
114898
114989
|
};
|
|
114990
|
+
active: BooleanConstructor;
|
|
114899
114991
|
rotate: (StringConstructor | NumberConstructor)[];
|
|
114900
114992
|
value: {
|
|
114901
114993
|
type: NumberConstructor;
|
|
@@ -114925,6 +115017,7 @@ declare const VPieSegment: {
|
|
|
114925
115017
|
}>;
|
|
114926
115018
|
default: boolean;
|
|
114927
115019
|
};
|
|
115020
|
+
active: BooleanConstructor;
|
|
114928
115021
|
rotate: (StringConstructor | NumberConstructor)[];
|
|
114929
115022
|
value: {
|
|
114930
115023
|
type: NumberConstructor;
|
|
@@ -114961,6 +115054,7 @@ declare const VPieTooltip: {
|
|
|
114961
115054
|
transition?: string | boolean | (vue.TransitionProps & {
|
|
114962
115055
|
component?: vue.Component;
|
|
114963
115056
|
}) | null | undefined;
|
|
115057
|
+
target?: [x: number, y: number] | undefined;
|
|
114964
115058
|
} & {
|
|
114965
115059
|
$children?: vue.VNodeChild | {
|
|
114966
115060
|
$stable?: boolean;
|
|
@@ -115019,6 +115113,7 @@ declare const VPieTooltip: {
|
|
|
115019
115113
|
transition?: string | boolean | (vue.TransitionProps & {
|
|
115020
115114
|
component?: vue.Component;
|
|
115021
115115
|
}) | null | undefined;
|
|
115116
|
+
target?: [x: number, y: number] | undefined;
|
|
115022
115117
|
} & {
|
|
115023
115118
|
$children?: vue.VNodeChild | {
|
|
115024
115119
|
$stable?: boolean;
|
|
@@ -115067,6 +115162,7 @@ declare const VPieTooltip: {
|
|
|
115067
115162
|
transition?: string | boolean | (vue.TransitionProps & {
|
|
115068
115163
|
component?: vue.Component;
|
|
115069
115164
|
}) | null | undefined;
|
|
115165
|
+
target?: [x: number, y: number] | undefined;
|
|
115070
115166
|
} & {
|
|
115071
115167
|
$children?: vue.VNodeChild | {
|
|
115072
115168
|
$stable?: boolean;
|
|
@@ -115117,6 +115213,7 @@ declare const VPieTooltip: {
|
|
|
115117
115213
|
component?: vue.Component;
|
|
115118
115214
|
})>;
|
|
115119
115215
|
modelValue: BooleanConstructor;
|
|
115216
|
+
target: PropType<[x: number, y: number]>;
|
|
115120
115217
|
item: {
|
|
115121
115218
|
type: PropType<PieItem | null>;
|
|
115122
115219
|
default: null;
|
|
@@ -115138,6 +115235,7 @@ declare const VPieTooltip: {
|
|
|
115138
115235
|
component?: vue.Component;
|
|
115139
115236
|
})>;
|
|
115140
115237
|
modelValue: BooleanConstructor;
|
|
115238
|
+
target: PropType<[x: number, y: number]>;
|
|
115141
115239
|
item: {
|
|
115142
115240
|
type: PropType<PieItem | null>;
|
|
115143
115241
|
default: null;
|
|
@@ -122839,78 +122937,73 @@ declare module 'vue' {
|
|
|
122839
122937
|
$children?: VNodeChild
|
|
122840
122938
|
}
|
|
122841
122939
|
export interface GlobalComponents {
|
|
122940
|
+
VAlert: VAlert
|
|
122941
|
+
VAlertTitle: VAlertTitle
|
|
122842
122942
|
VApp: VApp
|
|
122943
|
+
VAvatar: VAvatar
|
|
122843
122944
|
VAppBar: VAppBar
|
|
122844
122945
|
VAppBarNavIcon: VAppBarNavIcon
|
|
122845
122946
|
VAppBarTitle: VAppBarTitle
|
|
122846
|
-
VAlert: VAlert
|
|
122847
|
-
VAlertTitle: VAlertTitle
|
|
122848
|
-
VAutocomplete: VAutocomplete
|
|
122849
|
-
VAvatar: VAvatar
|
|
122850
122947
|
VBadge: VBadge
|
|
122851
|
-
|
|
122852
|
-
VBannerActions: VBannerActions
|
|
122853
|
-
VBannerText: VBannerText
|
|
122948
|
+
VBtn: VBtn
|
|
122854
122949
|
VBottomNavigation: VBottomNavigation
|
|
122855
|
-
|
|
122950
|
+
VAutocomplete: VAutocomplete
|
|
122951
|
+
VBtnGroup: VBtnGroup
|
|
122856
122952
|
VBreadcrumbs: VBreadcrumbs
|
|
122857
122953
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
122858
122954
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
122859
|
-
|
|
122860
|
-
|
|
122955
|
+
VBanner: VBanner
|
|
122956
|
+
VBannerActions: VBannerActions
|
|
122957
|
+
VBannerText: VBannerText
|
|
122861
122958
|
VBtnToggle: VBtnToggle
|
|
122959
|
+
VCheckbox: VCheckbox
|
|
122960
|
+
VCheckboxBtn: VCheckboxBtn
|
|
122862
122961
|
VCard: VCard
|
|
122863
122962
|
VCardActions: VCardActions
|
|
122864
122963
|
VCardItem: VCardItem
|
|
122865
122964
|
VCardSubtitle: VCardSubtitle
|
|
122866
122965
|
VCardText: VCardText
|
|
122867
122966
|
VCardTitle: VCardTitle
|
|
122868
|
-
VCarousel: VCarousel
|
|
122869
|
-
VCarouselItem: VCarouselItem
|
|
122870
|
-
VChipGroup: VChipGroup
|
|
122871
|
-
VCheckbox: VCheckbox
|
|
122872
|
-
VCheckboxBtn: VCheckboxBtn
|
|
122873
122967
|
VChip: VChip
|
|
122968
|
+
VChipGroup: VChipGroup
|
|
122874
122969
|
VColorPicker: VColorPicker
|
|
122875
|
-
VCounter: VCounter
|
|
122876
122970
|
VCode: VCode
|
|
122877
|
-
|
|
122971
|
+
VCarousel: VCarousel
|
|
122972
|
+
VCarouselItem: VCarouselItem
|
|
122973
|
+
VBottomSheet: VBottomSheet
|
|
122878
122974
|
VDatePicker: VDatePicker
|
|
122879
122975
|
VDatePickerControls: VDatePickerControls
|
|
122880
122976
|
VDatePickerHeader: VDatePickerHeader
|
|
122881
122977
|
VDatePickerMonth: VDatePickerMonth
|
|
122882
122978
|
VDatePickerMonths: VDatePickerMonths
|
|
122883
122979
|
VDatePickerYears: VDatePickerYears
|
|
122884
|
-
VDataTable: VDataTable
|
|
122885
|
-
VDataTableHeaders: VDataTableHeaders
|
|
122886
|
-
VDataTableFooter: VDataTableFooter
|
|
122887
|
-
VDataTableRows: VDataTableRows
|
|
122888
|
-
VDataTableRow: VDataTableRow
|
|
122889
|
-
VDataTableVirtual: VDataTableVirtual
|
|
122890
|
-
VDataTableServer: VDataTableServer
|
|
122891
122980
|
VDivider: VDivider
|
|
122892
|
-
VEmptyState: VEmptyState
|
|
122893
122981
|
VDialog: VDialog
|
|
122982
|
+
VCounter: VCounter
|
|
122983
|
+
VFab: VFab
|
|
122984
|
+
VFileInput: VFileInput
|
|
122985
|
+
VEmptyState: VEmptyState
|
|
122894
122986
|
VExpansionPanels: VExpansionPanels
|
|
122895
122987
|
VExpansionPanel: VExpansionPanel
|
|
122896
122988
|
VExpansionPanelText: VExpansionPanelText
|
|
122897
122989
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
122898
|
-
VFab: VFab
|
|
122899
|
-
VFooter: VFooter
|
|
122900
|
-
VFileInput: VFileInput
|
|
122901
122990
|
VField: VField
|
|
122902
122991
|
VFieldLabel: VFieldLabel
|
|
122992
|
+
VFooter: VFooter
|
|
122903
122993
|
VImg: VImg
|
|
122994
|
+
VInput: VInput
|
|
122995
|
+
VInfiniteScroll: VInfiniteScroll
|
|
122996
|
+
VKbd: VKbd
|
|
122904
122997
|
VIcon: VIcon
|
|
122905
122998
|
VComponentIcon: VComponentIcon
|
|
122906
122999
|
VSvgIcon: VSvgIcon
|
|
122907
123000
|
VLigatureIcon: VLigatureIcon
|
|
122908
123001
|
VClassIcon: VClassIcon
|
|
122909
|
-
|
|
123002
|
+
VLabel: VLabel
|
|
122910
123003
|
VItemGroup: VItemGroup
|
|
122911
123004
|
VItem: VItem
|
|
122912
|
-
|
|
122913
|
-
|
|
123005
|
+
VMain: VMain
|
|
123006
|
+
VMessages: VMessages
|
|
122914
123007
|
VList: VList
|
|
122915
123008
|
VListGroup: VListGroup
|
|
122916
123009
|
VListImg: VListImg
|
|
@@ -122920,28 +123013,25 @@ declare module 'vue' {
|
|
|
122920
123013
|
VListItemSubtitle: VListItemSubtitle
|
|
122921
123014
|
VListItemTitle: VListItemTitle
|
|
122922
123015
|
VListSubheader: VListSubheader
|
|
122923
|
-
VLabel: VLabel
|
|
122924
|
-
VMessages: VMessages
|
|
122925
|
-
VMenu: VMenu
|
|
122926
123016
|
VNavigationDrawer: VNavigationDrawer
|
|
122927
|
-
|
|
123017
|
+
VMenu: VMenu
|
|
122928
123018
|
VNumberInput: VNumberInput
|
|
122929
|
-
VPagination: VPagination
|
|
122930
123019
|
VOtpInput: VOtpInput
|
|
122931
123020
|
VOverlay: VOverlay
|
|
122932
|
-
VRadioGroup: VRadioGroup
|
|
122933
123021
|
VProgressLinear: VProgressLinear
|
|
122934
|
-
|
|
123022
|
+
VPagination: VPagination
|
|
123023
|
+
VRadioGroup: VRadioGroup
|
|
122935
123024
|
VRating: VRating
|
|
122936
123025
|
VSelectionControlGroup: VSelectionControlGroup
|
|
122937
|
-
VSelectionControl: VSelectionControl
|
|
122938
123026
|
VSelect: VSelect
|
|
122939
123027
|
VSlideGroup: VSlideGroup
|
|
122940
123028
|
VSlideGroupItem: VSlideGroupItem
|
|
123029
|
+
VSlider: VSlider
|
|
123030
|
+
VSkeletonLoader: VSkeletonLoader
|
|
123031
|
+
VProgressCircular: VProgressCircular
|
|
123032
|
+
VSelectionControl: VSelectionControl
|
|
122941
123033
|
VSheet: VSheet
|
|
122942
123034
|
VSnackbar: VSnackbar
|
|
122943
|
-
VSkeletonLoader: VSkeletonLoader
|
|
122944
|
-
VSlider: VSlider
|
|
122945
123035
|
VSwitch: VSwitch
|
|
122946
123036
|
VStepper: VStepper
|
|
122947
123037
|
VStepperActions: VStepperActions
|
|
@@ -122949,28 +123039,31 @@ declare module 'vue' {
|
|
|
122949
123039
|
VStepperItem: VStepperItem
|
|
122950
123040
|
VStepperWindow: VStepperWindow
|
|
122951
123041
|
VStepperWindowItem: VStepperWindowItem
|
|
122952
|
-
|
|
122953
|
-
VTextField: VTextField
|
|
122954
|
-
VTextarea: VTextarea
|
|
123042
|
+
VTable: VTable
|
|
122955
123043
|
VTab: VTab
|
|
122956
123044
|
VTabs: VTabs
|
|
122957
123045
|
VTabsWindow: VTabsWindow
|
|
122958
123046
|
VTabsWindowItem: VTabsWindowItem
|
|
122959
|
-
|
|
123047
|
+
VSystemBar: VSystemBar
|
|
123048
|
+
VTimeline: VTimeline
|
|
123049
|
+
VTimelineItem: VTimelineItem
|
|
123050
|
+
VTextField: VTextField
|
|
122960
123051
|
VTimePicker: VTimePicker
|
|
122961
123052
|
VTimePickerClock: VTimePickerClock
|
|
122962
123053
|
VTimePickerControls: VTimePickerControls
|
|
122963
123054
|
VToolbar: VToolbar
|
|
122964
123055
|
VToolbarTitle: VToolbarTitle
|
|
122965
123056
|
VToolbarItems: VToolbarItems
|
|
122966
|
-
|
|
123057
|
+
VTextarea: VTextarea
|
|
122967
123058
|
VTreeview: VTreeview
|
|
122968
123059
|
VTreeviewItem: VTreeviewItem
|
|
122969
123060
|
VTreeviewGroup: VTreeviewGroup
|
|
123061
|
+
VTooltip: VTooltip
|
|
122970
123062
|
VWindow: VWindow
|
|
122971
123063
|
VWindowItem: VWindowItem
|
|
122972
|
-
|
|
123064
|
+
VCombobox: VCombobox
|
|
122973
123065
|
VConfirmEdit: VConfirmEdit
|
|
123066
|
+
VDataIterator: VDataIterator
|
|
122974
123067
|
VDefaultsProvider: VDefaultsProvider
|
|
122975
123068
|
VForm: VForm
|
|
122976
123069
|
VContainer: VContainer
|
|
@@ -122983,10 +123076,9 @@ declare module 'vue' {
|
|
|
122983
123076
|
VLazy: VLazy
|
|
122984
123077
|
VLocaleProvider: VLocaleProvider
|
|
122985
123078
|
VNoSsr: VNoSsr
|
|
122986
|
-
VParallax: VParallax
|
|
122987
|
-
VRadio: VRadio
|
|
122988
123079
|
VRangeSlider: VRangeSlider
|
|
122989
123080
|
VResponsive: VResponsive
|
|
123081
|
+
VRadio: VRadio
|
|
122990
123082
|
VSnackbarQueue: VSnackbarQueue
|
|
122991
123083
|
VSparkline: VSparkline
|
|
122992
123084
|
VSpeedDial: VSpeedDial
|
|
@@ -123009,8 +123101,14 @@ declare module 'vue' {
|
|
|
123009
123101
|
VExpandTransition: VExpandTransition
|
|
123010
123102
|
VExpandXTransition: VExpandXTransition
|
|
123011
123103
|
VDialogTransition: VDialogTransition
|
|
123012
|
-
|
|
123013
|
-
|
|
123104
|
+
VDataTable: VDataTable
|
|
123105
|
+
VDataTableHeaders: VDataTableHeaders
|
|
123106
|
+
VDataTableFooter: VDataTableFooter
|
|
123107
|
+
VDataTableRows: VDataTableRows
|
|
123108
|
+
VDataTableRow: VDataTableRow
|
|
123109
|
+
VDataTableVirtual: VDataTableVirtual
|
|
123110
|
+
VDataTableServer: VDataTableServer
|
|
123111
|
+
VParallax: VParallax
|
|
123014
123112
|
VCalendar: VCalendar
|
|
123015
123113
|
VCalendarDay: VCalendarDay
|
|
123016
123114
|
VCalendarHeader: VCalendarHeader
|
|
@@ -123018,24 +123116,24 @@ declare module 'vue' {
|
|
|
123018
123116
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
123019
123117
|
VCalendarMonthDay: VCalendarMonthDay
|
|
123020
123118
|
VColorInput: VColorInput
|
|
123021
|
-
VIconBtn: VIconBtn
|
|
123022
|
-
VFileUpload: VFileUpload
|
|
123023
|
-
VFileUploadItem: VFileUploadItem
|
|
123024
123119
|
VPicker: VPicker
|
|
123025
123120
|
VPickerTitle: VPickerTitle
|
|
123121
|
+
VIconBtn: VIconBtn
|
|
123122
|
+
VHotkey: VHotkey
|
|
123026
123123
|
VPie: VPie
|
|
123027
123124
|
VPieSegment: VPieSegment
|
|
123028
123125
|
VPieTooltip: VPieTooltip
|
|
123126
|
+
VDateInput: VDateInput
|
|
123127
|
+
VMaskInput: VMaskInput
|
|
123128
|
+
VFileUpload: VFileUpload
|
|
123129
|
+
VFileUploadItem: VFileUploadItem
|
|
123130
|
+
VPullToRefresh: VPullToRefresh
|
|
123029
123131
|
VVideo: VVideo
|
|
123030
123132
|
VVideoControls: VVideoControls
|
|
123031
123133
|
VVideoVolume: VVideoVolume
|
|
123032
|
-
VHotkey: VHotkey
|
|
123033
123134
|
VStepperVertical: VStepperVertical
|
|
123034
123135
|
VStepperVerticalItem: VStepperVerticalItem
|
|
123035
123136
|
VStepperVerticalActions: VStepperVerticalActions
|
|
123036
|
-
VMaskInput: VMaskInput
|
|
123037
|
-
VDateInput: VDateInput
|
|
123038
|
-
VPullToRefresh: VPullToRefresh
|
|
123039
123137
|
}
|
|
123040
123138
|
export interface GlobalDirectives {
|
|
123041
123139
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|