vuetify 3.5.9 → 3.5.11
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +10 -6
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +3076 -3034
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1609 -1604
- package/dist/vuetify.d.ts +1885 -1832
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -39
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -18,8 +18,8 @@ declare const VSparkline: {
|
|
|
18
18
|
smooth: boolean;
|
|
19
19
|
padding: string | number;
|
|
20
20
|
labels: SparklineItem[];
|
|
21
|
-
gradient: string[];
|
|
22
21
|
modelValue: SparklineItem[];
|
|
22
|
+
gradient: string[];
|
|
23
23
|
itemValue: string;
|
|
24
24
|
autoDraw: boolean;
|
|
25
25
|
autoDrawEasing: string;
|
|
@@ -63,8 +63,8 @@ declare const VSparkline: {
|
|
|
63
63
|
smooth: boolean;
|
|
64
64
|
padding: string | number;
|
|
65
65
|
labels: SparklineItem[];
|
|
66
|
-
gradient: string[];
|
|
67
66
|
modelValue: SparklineItem[];
|
|
67
|
+
gradient: string[];
|
|
68
68
|
itemValue: string;
|
|
69
69
|
autoDraw: boolean;
|
|
70
70
|
autoDrawEasing: string;
|
|
@@ -108,8 +108,8 @@ declare const VSparkline: {
|
|
|
108
108
|
smooth: boolean;
|
|
109
109
|
padding: string | number;
|
|
110
110
|
labels: SparklineItem[];
|
|
111
|
-
gradient: string[];
|
|
112
111
|
modelValue: SparklineItem[];
|
|
112
|
+
gradient: string[];
|
|
113
113
|
itemValue: string;
|
|
114
114
|
autoDraw: boolean;
|
|
115
115
|
autoDrawEasing: string;
|
|
@@ -143,8 +143,8 @@ declare const VSparkline: {
|
|
|
143
143
|
smooth: boolean;
|
|
144
144
|
padding: string | number;
|
|
145
145
|
labels: SparklineItem[];
|
|
146
|
-
gradient: string[];
|
|
147
146
|
modelValue: SparklineItem[];
|
|
147
|
+
gradient: string[];
|
|
148
148
|
itemValue: string;
|
|
149
149
|
autoDraw: boolean;
|
|
150
150
|
autoDrawEasing: string;
|
|
@@ -188,8 +188,8 @@ declare const VSparkline: {
|
|
|
188
188
|
smooth: boolean;
|
|
189
189
|
padding: string | number;
|
|
190
190
|
labels: SparklineItem[];
|
|
191
|
-
gradient: string[];
|
|
192
191
|
modelValue: SparklineItem[];
|
|
192
|
+
gradient: string[];
|
|
193
193
|
itemValue: string;
|
|
194
194
|
autoDraw: boolean;
|
|
195
195
|
autoDrawEasing: string;
|
|
@@ -210,8 +210,8 @@ declare const VSparkline: {
|
|
|
210
210
|
smooth: boolean;
|
|
211
211
|
padding: string | number;
|
|
212
212
|
labels: SparklineItem[];
|
|
213
|
-
gradient: string[];
|
|
214
213
|
modelValue: SparklineItem[];
|
|
214
|
+
gradient: string[];
|
|
215
215
|
itemValue: string;
|
|
216
216
|
autoDraw: boolean;
|
|
217
217
|
autoDrawEasing: string;
|
|
@@ -255,8 +255,8 @@ declare const VSparkline: {
|
|
|
255
255
|
smooth: boolean;
|
|
256
256
|
padding: string | number;
|
|
257
257
|
labels: SparklineItem[];
|
|
258
|
-
gradient: string[];
|
|
259
258
|
modelValue: SparklineItem[];
|
|
259
|
+
gradient: string[];
|
|
260
260
|
itemValue: string;
|
|
261
261
|
autoDraw: boolean;
|
|
262
262
|
autoDrawEasing: string;
|
|
@@ -7,7 +7,8 @@ import { VDefaultsProvider } from "../../components/VDefaultsProvider/index.mjs"
|
|
|
7
7
|
import { makeVMenuProps, VMenu } from "../../components/VMenu/VMenu.mjs"; // Composables
|
|
8
8
|
import { makeComponentProps } from "../../composables/component.mjs";
|
|
9
9
|
import { makeTransitionProps, MaybeTransition } from "../../composables/transition.mjs"; // Utilities
|
|
10
|
-
import {
|
|
10
|
+
import { ref } from 'vue';
|
|
11
|
+
import { genericComponent, propsFactory, useRender } from "../../util/index.mjs"; // Types
|
|
11
12
|
export const makeVSpeedDialProps = propsFactory({
|
|
12
13
|
...makeComponentProps(),
|
|
13
14
|
...makeVMenuProps({
|
|
@@ -26,14 +27,17 @@ export const VSpeedDial = genericComponent()({
|
|
|
26
27
|
let {
|
|
27
28
|
slots
|
|
28
29
|
} = _ref;
|
|
30
|
+
const menuRef = ref();
|
|
29
31
|
useRender(() => {
|
|
30
32
|
const menuProps = VMenu.filterProps(props);
|
|
31
33
|
return _createVNode(VMenu, _mergeProps(menuProps, {
|
|
32
34
|
"class": props.class,
|
|
33
35
|
"style": props.style,
|
|
34
|
-
"contentClass": "v-speed-dial__content"
|
|
36
|
+
"contentClass": "v-speed-dial__content",
|
|
37
|
+
"ref": menuRef
|
|
35
38
|
}), {
|
|
36
|
-
|
|
39
|
+
...slots,
|
|
40
|
+
default: slotProps => _createVNode(VDefaultsProvider, {
|
|
37
41
|
"defaults": {
|
|
38
42
|
VBtn: {
|
|
39
43
|
size: 'small'
|
|
@@ -45,9 +49,9 @@ export const VSpeedDial = genericComponent()({
|
|
|
45
49
|
"group": true,
|
|
46
50
|
"transition": props.transition
|
|
47
51
|
}, {
|
|
48
|
-
default: () => [slots.default?.()]
|
|
52
|
+
default: () => [slots.default?.(slotProps)]
|
|
49
53
|
})]
|
|
50
|
-
})
|
|
54
|
+
})
|
|
51
55
|
});
|
|
52
56
|
});
|
|
53
57
|
return {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VSpeedDial.mjs","names":["VDefaultsProvider","makeVMenuProps","VMenu","makeComponentProps","makeTransitionProps","MaybeTransition","genericComponent","propsFactory","useRender","makeVSpeedDialProps","offset","minWidth","location","transition","VSpeedDial","name","props","setup","_ref","slots","menuProps","filterProps","_createVNode","_mergeProps","class","style","default","VBtn","size"],"sources":["../../../src/labs/VSpeedDial/VSpeedDial.tsx"],"sourcesContent":["// Styles\nimport './VSpeedDial.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { makeVMenuProps, VMenu } from '@/components/VMenu/VMenu'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeTransitionProps, MaybeTransition } from '@/composables/transition'\n\n// Utilities\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVSpeedDialProps = propsFactory({\n ...makeComponentProps(),\n ...makeVMenuProps({ offset: 8, minWidth: 0, location: 'top center' as const }),\n ...makeTransitionProps({ transition: 'fade-transition' }),\n}, 'VSpeedDial')\n\nexport const VSpeedDial = genericComponent()({\n name: 'VSpeedDial',\n\n props: makeVSpeedDialProps(),\n\n setup (props, { slots }) {\n useRender(() => {\n const menuProps = VMenu.filterProps(props)\n\n return (\n <VMenu\n { ...menuProps }\n class={ props.class }\n style={ props.style }\n contentClass=\"v-speed-dial__content\"\n >\n <VDefaultsProvider\n
|
|
1
|
+
{"version":3,"file":"VSpeedDial.mjs","names":["VDefaultsProvider","makeVMenuProps","VMenu","makeComponentProps","makeTransitionProps","MaybeTransition","ref","genericComponent","propsFactory","useRender","makeVSpeedDialProps","offset","minWidth","location","transition","VSpeedDial","name","props","setup","_ref","slots","menuRef","menuProps","filterProps","_createVNode","_mergeProps","class","style","default","slotProps","VBtn","size"],"sources":["../../../src/labs/VSpeedDial/VSpeedDial.tsx"],"sourcesContent":["// Styles\nimport './VSpeedDial.sass'\n\n// Components\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { makeVMenuProps, VMenu } from '@/components/VMenu/VMenu'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeTransitionProps, MaybeTransition } from '@/composables/transition'\n\n// Utilities\nimport { ref } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { OverlaySlots } from '@/components/VOverlay/VOverlay'\n\nexport const makeVSpeedDialProps = propsFactory({\n ...makeComponentProps(),\n ...makeVMenuProps({ offset: 8, minWidth: 0, location: 'top center' as const }),\n ...makeTransitionProps({ transition: 'fade-transition' }),\n}, 'VSpeedDial')\n\nexport const VSpeedDial = genericComponent<OverlaySlots>()({\n name: 'VSpeedDial',\n\n props: makeVSpeedDialProps(),\n\n setup (props, { slots }) {\n const menuRef = ref<VMenu>()\n\n useRender(() => {\n const menuProps = VMenu.filterProps(props)\n\n return (\n <VMenu\n { ...menuProps }\n class={ props.class }\n style={ props.style }\n contentClass=\"v-speed-dial__content\"\n ref={ menuRef }\n >\n {{\n ...slots,\n default: slotProps => (\n <VDefaultsProvider\n defaults={{\n VBtn: {\n size: 'small',\n },\n }}\n >\n <MaybeTransition\n appear\n group\n transition={ props.transition }\n >\n { slots.default?.(slotProps) }\n </MaybeTransition>\n </VDefaultsProvider>\n ),\n }}\n </VMenu>\n )\n })\n\n return {}\n },\n})\n\nexport type VSpeedDial = InstanceType<typeof VSpeedDial>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,iBAAiB;AAAA,SACjBC,cAAc,EAAEC,KAAK,4CAE9B;AAAA,SACSC,kBAAkB;AAAA,SAClBC,mBAAmB,EAAEC,eAAe,4CAE7C;AACA,SAASC,GAAG,QAAQ,KAAK;AAAA,SAChBC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,gCAElD;AAGA,OAAO,MAAMC,mBAAmB,GAAGF,YAAY,CAAC;EAC9C,GAAGL,kBAAkB,CAAC,CAAC;EACvB,GAAGF,cAAc,CAAC;IAAEU,MAAM,EAAE,CAAC;IAAEC,QAAQ,EAAE,CAAC;IAAEC,QAAQ,EAAE;EAAsB,CAAC,CAAC;EAC9E,GAAGT,mBAAmB,CAAC;IAAEU,UAAU,EAAE;EAAkB,CAAC;AAC1D,CAAC,EAAE,YAAY,CAAC;AAEhB,OAAO,MAAMC,UAAU,GAAGR,gBAAgB,CAAe,CAAC,CAAC;EACzDS,IAAI,EAAE,YAAY;EAElBC,KAAK,EAAEP,mBAAmB,CAAC,CAAC;EAE5BQ,KAAKA,CAAED,KAAK,EAAAE,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,OAAO,GAAGf,GAAG,CAAQ,CAAC;IAE5BG,SAAS,CAAC,MAAM;MACd,MAAMa,SAAS,GAAGpB,KAAK,CAACqB,WAAW,CAACN,KAAK,CAAC;MAE1C,OAAAO,YAAA,CAAAtB,KAAA,EAAAuB,WAAA,CAESH,SAAS;QAAA,SACNL,KAAK,CAACS,KAAK;QAAA,SACXT,KAAK,CAACU,KAAK;QAAA;QAAA,OAEbN;MAAO;QAGX,GAAGD,KAAK;QACRQ,OAAO,EAAEC,SAAS,IAAAL,YAAA,CAAAxB,iBAAA;UAAA,YAEJ;YACR8B,IAAI,EAAE;cACJC,IAAI,EAAE;YACR;UACF;QAAC;UAAAH,OAAA,EAAAA,CAAA,MAAAJ,YAAA,CAAAnB,eAAA;YAAA;YAAA;YAAA,cAKcY,KAAK,CAACH;UAAU;YAAAc,OAAA,EAAAA,CAAA,MAE3BR,KAAK,CAACQ,OAAO,GAAGC,SAAS,CAAC;UAAA;QAAA;MAGjC;IAIT,CAAC,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC"}
|
|
@@ -130,14 +130,34 @@ declare const VSpeedDial: {
|
|
|
130
130
|
contentProps?: any;
|
|
131
131
|
attach?: string | boolean | Element | undefined;
|
|
132
132
|
} & {
|
|
133
|
-
$children?: vue.VNodeChild |
|
|
134
|
-
default?: ((
|
|
135
|
-
|
|
133
|
+
$children?: vue.VNodeChild | {
|
|
134
|
+
default?: ((arg: {
|
|
135
|
+
isActive: vue.Ref<boolean>;
|
|
136
|
+
}) => vue.VNodeChild) | undefined;
|
|
137
|
+
activator?: ((arg: {
|
|
138
|
+
isActive: boolean;
|
|
139
|
+
props: Record<string, any>;
|
|
140
|
+
}) => vue.VNodeChild) | undefined;
|
|
141
|
+
} | ((arg: {
|
|
142
|
+
isActive: vue.Ref<boolean>;
|
|
143
|
+
}) => vue.VNodeChild);
|
|
136
144
|
'v-slots'?: {
|
|
137
|
-
default?: false | ((
|
|
145
|
+
default?: false | ((arg: {
|
|
146
|
+
isActive: vue.Ref<boolean>;
|
|
147
|
+
}) => vue.VNodeChild) | undefined;
|
|
148
|
+
activator?: false | ((arg: {
|
|
149
|
+
isActive: boolean;
|
|
150
|
+
props: Record<string, any>;
|
|
151
|
+
}) => vue.VNodeChild) | undefined;
|
|
138
152
|
} | undefined;
|
|
139
153
|
} & {
|
|
140
|
-
"v-slot:default"?: false | ((
|
|
154
|
+
"v-slot:default"?: false | ((arg: {
|
|
155
|
+
isActive: vue.Ref<boolean>;
|
|
156
|
+
}) => vue.VNodeChild) | undefined;
|
|
157
|
+
"v-slot:activator"?: false | ((arg: {
|
|
158
|
+
isActive: boolean;
|
|
159
|
+
props: Record<string, any>;
|
|
160
|
+
}) => vue.VNodeChild) | undefined;
|
|
141
161
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
142
162
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
143
163
|
location: NonNullable<Anchor>;
|
|
@@ -183,14 +203,34 @@ declare const VSpeedDial: {
|
|
|
183
203
|
contentProps?: any;
|
|
184
204
|
attach?: string | boolean | Element | undefined;
|
|
185
205
|
} & {
|
|
186
|
-
$children?: vue.VNodeChild |
|
|
187
|
-
default?: ((
|
|
188
|
-
|
|
206
|
+
$children?: vue.VNodeChild | {
|
|
207
|
+
default?: ((arg: {
|
|
208
|
+
isActive: vue.Ref<boolean>;
|
|
209
|
+
}) => vue.VNodeChild) | undefined;
|
|
210
|
+
activator?: ((arg: {
|
|
211
|
+
isActive: boolean;
|
|
212
|
+
props: Record<string, any>;
|
|
213
|
+
}) => vue.VNodeChild) | undefined;
|
|
214
|
+
} | ((arg: {
|
|
215
|
+
isActive: vue.Ref<boolean>;
|
|
216
|
+
}) => vue.VNodeChild);
|
|
189
217
|
'v-slots'?: {
|
|
190
|
-
default?: false | ((
|
|
218
|
+
default?: false | ((arg: {
|
|
219
|
+
isActive: vue.Ref<boolean>;
|
|
220
|
+
}) => vue.VNodeChild) | undefined;
|
|
221
|
+
activator?: false | ((arg: {
|
|
222
|
+
isActive: boolean;
|
|
223
|
+
props: Record<string, any>;
|
|
224
|
+
}) => vue.VNodeChild) | undefined;
|
|
191
225
|
} | undefined;
|
|
192
226
|
} & {
|
|
193
|
-
"v-slot:default"?: false | ((
|
|
227
|
+
"v-slot:default"?: false | ((arg: {
|
|
228
|
+
isActive: vue.Ref<boolean>;
|
|
229
|
+
}) => vue.VNodeChild) | undefined;
|
|
230
|
+
"v-slot:activator"?: false | ((arg: {
|
|
231
|
+
isActive: boolean;
|
|
232
|
+
props: Record<string, any>;
|
|
233
|
+
}) => vue.VNodeChild) | undefined;
|
|
194
234
|
}, {
|
|
195
235
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
196
236
|
location: NonNullable<Anchor>;
|
|
@@ -221,7 +261,15 @@ declare const VSpeedDial: {
|
|
|
221
261
|
persistent: boolean;
|
|
222
262
|
scrim: NonNullable<string | boolean>;
|
|
223
263
|
}, true, {}, vue.SlotsType<Partial<{
|
|
224
|
-
default: (
|
|
264
|
+
default: (arg: {
|
|
265
|
+
isActive: vue.Ref<boolean>;
|
|
266
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
267
|
+
[key: string]: any;
|
|
268
|
+
}>[];
|
|
269
|
+
activator: (arg: {
|
|
270
|
+
isActive: boolean;
|
|
271
|
+
props: Record<string, any>;
|
|
272
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
225
273
|
[key: string]: any;
|
|
226
274
|
}>[];
|
|
227
275
|
}>>, {
|
|
@@ -276,14 +324,34 @@ declare const VSpeedDial: {
|
|
|
276
324
|
contentProps?: any;
|
|
277
325
|
attach?: string | boolean | Element | undefined;
|
|
278
326
|
} & {
|
|
279
|
-
$children?: vue.VNodeChild |
|
|
280
|
-
default?: ((
|
|
281
|
-
|
|
327
|
+
$children?: vue.VNodeChild | {
|
|
328
|
+
default?: ((arg: {
|
|
329
|
+
isActive: vue.Ref<boolean>;
|
|
330
|
+
}) => vue.VNodeChild) | undefined;
|
|
331
|
+
activator?: ((arg: {
|
|
332
|
+
isActive: boolean;
|
|
333
|
+
props: Record<string, any>;
|
|
334
|
+
}) => vue.VNodeChild) | undefined;
|
|
335
|
+
} | ((arg: {
|
|
336
|
+
isActive: vue.Ref<boolean>;
|
|
337
|
+
}) => vue.VNodeChild);
|
|
282
338
|
'v-slots'?: {
|
|
283
|
-
default?: false | ((
|
|
339
|
+
default?: false | ((arg: {
|
|
340
|
+
isActive: vue.Ref<boolean>;
|
|
341
|
+
}) => vue.VNodeChild) | undefined;
|
|
342
|
+
activator?: false | ((arg: {
|
|
343
|
+
isActive: boolean;
|
|
344
|
+
props: Record<string, any>;
|
|
345
|
+
}) => vue.VNodeChild) | undefined;
|
|
284
346
|
} | undefined;
|
|
285
347
|
} & {
|
|
286
|
-
"v-slot:default"?: false | ((
|
|
348
|
+
"v-slot:default"?: false | ((arg: {
|
|
349
|
+
isActive: vue.Ref<boolean>;
|
|
350
|
+
}) => vue.VNodeChild) | undefined;
|
|
351
|
+
"v-slot:activator"?: false | ((arg: {
|
|
352
|
+
isActive: boolean;
|
|
353
|
+
props: Record<string, any>;
|
|
354
|
+
}) => vue.VNodeChild) | undefined;
|
|
287
355
|
}, {}, {}, {}, {}, {
|
|
288
356
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
289
357
|
location: NonNullable<Anchor>;
|
|
@@ -362,14 +430,34 @@ declare const VSpeedDial: {
|
|
|
362
430
|
contentProps?: any;
|
|
363
431
|
attach?: string | boolean | Element | undefined;
|
|
364
432
|
} & {
|
|
365
|
-
$children?: vue.VNodeChild |
|
|
366
|
-
default?: ((
|
|
367
|
-
|
|
433
|
+
$children?: vue.VNodeChild | {
|
|
434
|
+
default?: ((arg: {
|
|
435
|
+
isActive: vue.Ref<boolean>;
|
|
436
|
+
}) => vue.VNodeChild) | undefined;
|
|
437
|
+
activator?: ((arg: {
|
|
438
|
+
isActive: boolean;
|
|
439
|
+
props: Record<string, any>;
|
|
440
|
+
}) => vue.VNodeChild) | undefined;
|
|
441
|
+
} | ((arg: {
|
|
442
|
+
isActive: vue.Ref<boolean>;
|
|
443
|
+
}) => vue.VNodeChild);
|
|
368
444
|
'v-slots'?: {
|
|
369
|
-
default?: false | ((
|
|
445
|
+
default?: false | ((arg: {
|
|
446
|
+
isActive: vue.Ref<boolean>;
|
|
447
|
+
}) => vue.VNodeChild) | undefined;
|
|
448
|
+
activator?: false | ((arg: {
|
|
449
|
+
isActive: boolean;
|
|
450
|
+
props: Record<string, any>;
|
|
451
|
+
}) => vue.VNodeChild) | undefined;
|
|
370
452
|
} | undefined;
|
|
371
453
|
} & {
|
|
372
|
-
"v-slot:default"?: false | ((
|
|
454
|
+
"v-slot:default"?: false | ((arg: {
|
|
455
|
+
isActive: vue.Ref<boolean>;
|
|
456
|
+
}) => vue.VNodeChild) | undefined;
|
|
457
|
+
"v-slot:activator"?: false | ((arg: {
|
|
458
|
+
isActive: boolean;
|
|
459
|
+
props: Record<string, any>;
|
|
460
|
+
}) => vue.VNodeChild) | undefined;
|
|
373
461
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
374
462
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
375
463
|
location: NonNullable<Anchor>;
|
|
@@ -400,7 +488,15 @@ declare const VSpeedDial: {
|
|
|
400
488
|
persistent: boolean;
|
|
401
489
|
scrim: NonNullable<string | boolean>;
|
|
402
490
|
}, {}, string, vue.SlotsType<Partial<{
|
|
403
|
-
default: (
|
|
491
|
+
default: (arg: {
|
|
492
|
+
isActive: vue.Ref<boolean>;
|
|
493
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
494
|
+
[key: string]: any;
|
|
495
|
+
}>[];
|
|
496
|
+
activator: (arg: {
|
|
497
|
+
isActive: boolean;
|
|
498
|
+
props: Record<string, any>;
|
|
499
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
404
500
|
[key: string]: any;
|
|
405
501
|
}>[];
|
|
406
502
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -456,8 +552,8 @@ declare const VSpeedDial: {
|
|
|
456
552
|
disabled: BooleanConstructor;
|
|
457
553
|
class: vue.PropType<any>;
|
|
458
554
|
theme: StringConstructor;
|
|
459
|
-
contentClass: null;
|
|
460
555
|
modelValue: BooleanConstructor;
|
|
556
|
+
contentClass: null;
|
|
461
557
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
462
558
|
locationStrategy: Omit<{
|
|
463
559
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -576,8 +672,8 @@ declare const VSpeedDial: {
|
|
|
576
672
|
disabled: BooleanConstructor;
|
|
577
673
|
class: vue.PropType<any>;
|
|
578
674
|
theme: StringConstructor;
|
|
579
|
-
contentClass: null;
|
|
580
675
|
modelValue: BooleanConstructor;
|
|
676
|
+
contentClass: null;
|
|
581
677
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
582
678
|
locationStrategy: Omit<{
|
|
583
679
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -724,14 +724,14 @@ declare const VTreeview: {
|
|
|
724
724
|
validator(v: any): boolean;
|
|
725
725
|
};
|
|
726
726
|
theme: StringConstructor;
|
|
727
|
-
items: {
|
|
728
|
-
type: vue.PropType<any[]>;
|
|
729
|
-
default: () => never[];
|
|
730
|
-
};
|
|
731
727
|
rounded: {
|
|
732
728
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
733
729
|
default: undefined;
|
|
734
730
|
};
|
|
731
|
+
items: {
|
|
732
|
+
type: vue.PropType<any[]>;
|
|
733
|
+
default: () => never[];
|
|
734
|
+
};
|
|
735
735
|
tile: BooleanConstructor;
|
|
736
736
|
density: {
|
|
737
737
|
type: vue.PropType<Density>;
|
|
@@ -854,14 +854,14 @@ declare const VTreeview: {
|
|
|
854
854
|
validator(v: any): boolean;
|
|
855
855
|
};
|
|
856
856
|
theme: StringConstructor;
|
|
857
|
-
items: {
|
|
858
|
-
type: vue.PropType<any[]>;
|
|
859
|
-
default: () => never[];
|
|
860
|
-
};
|
|
861
857
|
rounded: {
|
|
862
858
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
863
859
|
default: undefined;
|
|
864
860
|
};
|
|
861
|
+
items: {
|
|
862
|
+
type: vue.PropType<any[]>;
|
|
863
|
+
default: () => never[];
|
|
864
|
+
};
|
|
865
865
|
tile: BooleanConstructor;
|
|
866
866
|
density: {
|
|
867
867
|
type: vue.PropType<Density>;
|