vuetify 3.6.13 → 3.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -55,7 +55,7 @@ declare const VConfirmEdit: {
|
|
|
55
55
|
cancel: () => true;
|
|
56
56
|
save: (value: any) => true;
|
|
57
57
|
'update:modelValue': (value: any) => true;
|
|
58
|
-
}, "v-slot:default" | "
|
|
58
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "save">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
59
59
|
cancelText: string;
|
|
60
60
|
okText: string;
|
|
61
61
|
} & {
|
|
@@ -117,7 +117,7 @@ declare const VConfirmEdit: {
|
|
|
117
117
|
cancel: () => true;
|
|
118
118
|
save: (value: any) => true;
|
|
119
119
|
'update:modelValue': (value: any) => true;
|
|
120
|
-
}, "v-slot:default" | "
|
|
120
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "save">, string, {
|
|
121
121
|
cancelText: string;
|
|
122
122
|
okText: string;
|
|
123
123
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -12,18 +12,18 @@ type VCounterSlot = {
|
|
|
12
12
|
};
|
|
13
13
|
declare const VCounter: {
|
|
14
14
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
15
|
-
style: vue.StyleValue;
|
|
16
|
-
value: string | number;
|
|
17
15
|
active: boolean;
|
|
18
|
-
disabled: boolean;
|
|
19
16
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
20
17
|
component?: Component | undefined;
|
|
21
18
|
})> | {
|
|
22
19
|
component: Component;
|
|
23
20
|
};
|
|
21
|
+
value: string | number;
|
|
22
|
+
style: vue.StyleValue;
|
|
23
|
+
disabled: boolean;
|
|
24
24
|
} & {
|
|
25
|
-
class?: any;
|
|
26
25
|
max?: string | number | undefined;
|
|
26
|
+
class?: any;
|
|
27
27
|
} & {
|
|
28
28
|
$children?: vue.VNodeChild | {
|
|
29
29
|
default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
@@ -34,18 +34,18 @@ declare const VCounter: {
|
|
|
34
34
|
} & {
|
|
35
35
|
"v-slot:default"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
36
36
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
37
|
-
style: vue.StyleValue;
|
|
38
|
-
value: string | number;
|
|
39
37
|
active: boolean;
|
|
40
|
-
disabled: boolean;
|
|
41
38
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
42
39
|
component?: Component | undefined;
|
|
43
40
|
})> | {
|
|
44
41
|
component: Component;
|
|
45
42
|
};
|
|
43
|
+
value: string | number;
|
|
44
|
+
style: vue.StyleValue;
|
|
45
|
+
disabled: boolean;
|
|
46
46
|
} & {
|
|
47
|
-
class?: any;
|
|
48
47
|
max?: string | number | undefined;
|
|
48
|
+
class?: any;
|
|
49
49
|
} & {
|
|
50
50
|
$children?: vue.VNodeChild | {
|
|
51
51
|
default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
@@ -56,15 +56,15 @@ declare const VCounter: {
|
|
|
56
56
|
} & {
|
|
57
57
|
"v-slot:default"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
style: vue.StyleValue;
|
|
60
|
-
value: string | number;
|
|
61
59
|
active: boolean;
|
|
62
|
-
disabled: boolean;
|
|
63
60
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
64
61
|
component?: Component | undefined;
|
|
65
62
|
})> | {
|
|
66
63
|
component: Component;
|
|
67
64
|
};
|
|
65
|
+
value: string | number;
|
|
66
|
+
style: vue.StyleValue;
|
|
67
|
+
disabled: boolean;
|
|
68
68
|
}, true, {}, vue.SlotsType<Partial<{
|
|
69
69
|
default: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70
70
|
[key: string]: any;
|
|
@@ -77,18 +77,18 @@ declare const VCounter: {
|
|
|
77
77
|
M: {};
|
|
78
78
|
Defaults: {};
|
|
79
79
|
}, {
|
|
80
|
-
style: vue.StyleValue;
|
|
81
|
-
value: string | number;
|
|
82
80
|
active: boolean;
|
|
83
|
-
disabled: boolean;
|
|
84
81
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
85
82
|
component?: Component | undefined;
|
|
86
83
|
})> | {
|
|
87
84
|
component: Component;
|
|
88
85
|
};
|
|
86
|
+
value: string | number;
|
|
87
|
+
style: vue.StyleValue;
|
|
88
|
+
disabled: boolean;
|
|
89
89
|
} & {
|
|
90
|
-
class?: any;
|
|
91
90
|
max?: string | number | undefined;
|
|
91
|
+
class?: any;
|
|
92
92
|
} & {
|
|
93
93
|
$children?: vue.VNodeChild | {
|
|
94
94
|
default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
@@ -99,32 +99,32 @@ declare const VCounter: {
|
|
|
99
99
|
} & {
|
|
100
100
|
"v-slot:default"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
101
101
|
}, {}, {}, {}, {}, {
|
|
102
|
-
style: vue.StyleValue;
|
|
103
|
-
value: string | number;
|
|
104
102
|
active: boolean;
|
|
105
|
-
disabled: boolean;
|
|
106
103
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
107
104
|
component?: Component | undefined;
|
|
108
105
|
})> | {
|
|
109
106
|
component: Component;
|
|
110
107
|
};
|
|
108
|
+
value: string | number;
|
|
109
|
+
style: vue.StyleValue;
|
|
110
|
+
disabled: boolean;
|
|
111
111
|
}>;
|
|
112
112
|
__isFragment?: undefined;
|
|
113
113
|
__isTeleport?: undefined;
|
|
114
114
|
__isSuspense?: undefined;
|
|
115
115
|
} & vue.ComponentOptionsBase<{
|
|
116
|
-
style: vue.StyleValue;
|
|
117
|
-
value: string | number;
|
|
118
116
|
active: boolean;
|
|
119
|
-
disabled: boolean;
|
|
120
117
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
121
118
|
component?: Component | undefined;
|
|
122
119
|
})> | {
|
|
123
120
|
component: Component;
|
|
124
121
|
};
|
|
122
|
+
value: string | number;
|
|
123
|
+
style: vue.StyleValue;
|
|
124
|
+
disabled: boolean;
|
|
125
125
|
} & {
|
|
126
|
-
class?: any;
|
|
127
126
|
max?: string | number | undefined;
|
|
127
|
+
class?: any;
|
|
128
128
|
} & {
|
|
129
129
|
$children?: vue.VNodeChild | {
|
|
130
130
|
default?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
@@ -135,15 +135,15 @@ declare const VCounter: {
|
|
|
135
135
|
} & {
|
|
136
136
|
"v-slot:default"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
137
137
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
138
|
-
style: vue.StyleValue;
|
|
139
|
-
value: string | number;
|
|
140
138
|
active: boolean;
|
|
141
|
-
disabled: boolean;
|
|
142
139
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
143
140
|
component?: Component | undefined;
|
|
144
141
|
})> | {
|
|
145
142
|
component: Component;
|
|
146
143
|
};
|
|
144
|
+
value: string | number;
|
|
145
|
+
style: vue.StyleValue;
|
|
146
|
+
disabled: boolean;
|
|
147
147
|
}, {}, string, vue.SlotsType<Partial<{
|
|
148
148
|
default: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
149
149
|
[key: string]: any;
|
|
@@ -155,7 +155,7 @@ declare const VCounter: {
|
|
|
155
155
|
})>;
|
|
156
156
|
default: string;
|
|
157
157
|
validator: (val: unknown) => boolean;
|
|
158
|
-
}, "
|
|
158
|
+
}, "type" | "default"> & {
|
|
159
159
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
160
160
|
component?: Component | undefined;
|
|
161
161
|
})> | {
|
|
@@ -186,7 +186,7 @@ declare const VCounter: {
|
|
|
186
186
|
})>;
|
|
187
187
|
default: string;
|
|
188
188
|
validator: (val: unknown) => boolean;
|
|
189
|
-
}, "
|
|
189
|
+
}, "type" | "default"> & {
|
|
190
190
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
191
191
|
component?: Component | undefined;
|
|
192
192
|
})> | {
|
|
@@ -246,10 +246,6 @@ type VDataIteratorSlots<T> = {
|
|
|
246
246
|
};
|
|
247
247
|
declare const VDataIterator: {
|
|
248
248
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
249
|
-
style: vue.StyleValue;
|
|
250
|
-
tag: string;
|
|
251
|
-
loading: boolean;
|
|
252
|
-
sortBy: readonly SortItem[];
|
|
253
249
|
page: string | number;
|
|
254
250
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
255
251
|
component?: Component | undefined;
|
|
@@ -257,10 +253,14 @@ declare const VDataIterator: {
|
|
|
257
253
|
component: Component;
|
|
258
254
|
hideOnLeave: boolean;
|
|
259
255
|
};
|
|
260
|
-
|
|
256
|
+
loading: boolean;
|
|
257
|
+
style: vue.StyleValue;
|
|
261
258
|
expanded: readonly string[];
|
|
259
|
+
tag: string;
|
|
260
|
+
sortBy: readonly SortItem[];
|
|
261
|
+
modelValue: readonly any[];
|
|
262
262
|
valueComparator: typeof deepEqual;
|
|
263
|
-
selectStrategy: "
|
|
263
|
+
selectStrategy: "all" | "page" | "single";
|
|
264
264
|
returnObject: boolean;
|
|
265
265
|
filterMode: FilterMode;
|
|
266
266
|
noFilter: boolean;
|
|
@@ -298,11 +298,7 @@ declare const VDataIterator: {
|
|
|
298
298
|
'update:options': (value: any) => boolean;
|
|
299
299
|
'update:expanded': (value: any) => boolean;
|
|
300
300
|
'update:currentItems': (value: any) => boolean;
|
|
301
|
-
}, "v-slot:default" | "
|
|
302
|
-
style: vue.StyleValue;
|
|
303
|
-
tag: string;
|
|
304
|
-
loading: boolean;
|
|
305
|
-
sortBy: readonly SortItem[];
|
|
301
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:loader" | "v-slot:header" | "v-slot:no-data" | "v-slot:footer">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
306
302
|
page: string | number;
|
|
307
303
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
308
304
|
component?: Component | undefined;
|
|
@@ -310,10 +306,14 @@ declare const VDataIterator: {
|
|
|
310
306
|
component: Component;
|
|
311
307
|
hideOnLeave: boolean;
|
|
312
308
|
};
|
|
313
|
-
|
|
309
|
+
loading: boolean;
|
|
310
|
+
style: vue.StyleValue;
|
|
314
311
|
expanded: readonly string[];
|
|
312
|
+
tag: string;
|
|
313
|
+
sortBy: readonly SortItem[];
|
|
314
|
+
modelValue: readonly any[];
|
|
315
315
|
valueComparator: typeof deepEqual;
|
|
316
|
-
selectStrategy: "
|
|
316
|
+
selectStrategy: "all" | "page" | "single";
|
|
317
317
|
returnObject: boolean;
|
|
318
318
|
filterMode: FilterMode;
|
|
319
319
|
noFilter: boolean;
|
|
@@ -343,10 +343,6 @@ declare const VDataIterator: {
|
|
|
343
343
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
344
344
|
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
345
345
|
}, {
|
|
346
|
-
style: vue.StyleValue;
|
|
347
|
-
tag: string;
|
|
348
|
-
loading: boolean;
|
|
349
|
-
sortBy: readonly SortItem[];
|
|
350
346
|
page: string | number;
|
|
351
347
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
352
348
|
component?: Component | undefined;
|
|
@@ -354,10 +350,14 @@ declare const VDataIterator: {
|
|
|
354
350
|
component: Component;
|
|
355
351
|
hideOnLeave: boolean;
|
|
356
352
|
};
|
|
357
|
-
|
|
353
|
+
loading: boolean;
|
|
354
|
+
style: vue.StyleValue;
|
|
358
355
|
expanded: readonly string[];
|
|
356
|
+
tag: string;
|
|
357
|
+
sortBy: readonly SortItem[];
|
|
358
|
+
modelValue: readonly any[];
|
|
359
359
|
valueComparator: typeof deepEqual;
|
|
360
|
-
selectStrategy: "
|
|
360
|
+
selectStrategy: "all" | "page" | "single";
|
|
361
361
|
returnObject: boolean;
|
|
362
362
|
filterMode: FilterMode;
|
|
363
363
|
noFilter: boolean;
|
|
@@ -394,10 +394,6 @@ declare const VDataIterator: {
|
|
|
394
394
|
M: {};
|
|
395
395
|
Defaults: {};
|
|
396
396
|
}, {
|
|
397
|
-
style: vue.StyleValue;
|
|
398
|
-
tag: string;
|
|
399
|
-
loading: boolean;
|
|
400
|
-
sortBy: readonly SortItem[];
|
|
401
397
|
page: string | number;
|
|
402
398
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
403
399
|
component?: Component | undefined;
|
|
@@ -405,10 +401,14 @@ declare const VDataIterator: {
|
|
|
405
401
|
component: Component;
|
|
406
402
|
hideOnLeave: boolean;
|
|
407
403
|
};
|
|
408
|
-
|
|
404
|
+
loading: boolean;
|
|
405
|
+
style: vue.StyleValue;
|
|
409
406
|
expanded: readonly string[];
|
|
407
|
+
tag: string;
|
|
408
|
+
sortBy: readonly SortItem[];
|
|
409
|
+
modelValue: readonly any[];
|
|
410
410
|
valueComparator: typeof deepEqual;
|
|
411
|
-
selectStrategy: "
|
|
411
|
+
selectStrategy: "all" | "page" | "single";
|
|
412
412
|
returnObject: boolean;
|
|
413
413
|
filterMode: FilterMode;
|
|
414
414
|
noFilter: boolean;
|
|
@@ -438,10 +438,6 @@ declare const VDataIterator: {
|
|
|
438
438
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
439
439
|
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
|
440
440
|
}, {}, {}, {}, {}, {
|
|
441
|
-
style: vue.StyleValue;
|
|
442
|
-
tag: string;
|
|
443
|
-
loading: boolean;
|
|
444
|
-
sortBy: readonly SortItem[];
|
|
445
441
|
page: string | number;
|
|
446
442
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
447
443
|
component?: Component | undefined;
|
|
@@ -449,10 +445,14 @@ declare const VDataIterator: {
|
|
|
449
445
|
component: Component;
|
|
450
446
|
hideOnLeave: boolean;
|
|
451
447
|
};
|
|
452
|
-
|
|
448
|
+
loading: boolean;
|
|
449
|
+
style: vue.StyleValue;
|
|
453
450
|
expanded: readonly string[];
|
|
451
|
+
tag: string;
|
|
452
|
+
sortBy: readonly SortItem[];
|
|
453
|
+
modelValue: readonly any[];
|
|
454
454
|
valueComparator: typeof deepEqual;
|
|
455
|
-
selectStrategy: "
|
|
455
|
+
selectStrategy: "all" | "page" | "single";
|
|
456
456
|
returnObject: boolean;
|
|
457
457
|
filterMode: FilterMode;
|
|
458
458
|
noFilter: boolean;
|
|
@@ -470,10 +470,6 @@ declare const VDataIterator: {
|
|
|
470
470
|
__isTeleport?: undefined;
|
|
471
471
|
__isSuspense?: undefined;
|
|
472
472
|
} & vue.ComponentOptionsBase<{
|
|
473
|
-
style: vue.StyleValue;
|
|
474
|
-
tag: string;
|
|
475
|
-
loading: boolean;
|
|
476
|
-
sortBy: readonly SortItem[];
|
|
477
473
|
page: string | number;
|
|
478
474
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
479
475
|
component?: Component | undefined;
|
|
@@ -481,10 +477,14 @@ declare const VDataIterator: {
|
|
|
481
477
|
component: Component;
|
|
482
478
|
hideOnLeave: boolean;
|
|
483
479
|
};
|
|
484
|
-
|
|
480
|
+
loading: boolean;
|
|
481
|
+
style: vue.StyleValue;
|
|
485
482
|
expanded: readonly string[];
|
|
483
|
+
tag: string;
|
|
484
|
+
sortBy: readonly SortItem[];
|
|
485
|
+
modelValue: readonly any[];
|
|
486
486
|
valueComparator: typeof deepEqual;
|
|
487
|
-
selectStrategy: "
|
|
487
|
+
selectStrategy: "all" | "page" | "single";
|
|
488
488
|
returnObject: boolean;
|
|
489
489
|
filterMode: FilterMode;
|
|
490
490
|
noFilter: boolean;
|
|
@@ -522,11 +522,7 @@ declare const VDataIterator: {
|
|
|
522
522
|
'update:options': (value: any) => boolean;
|
|
523
523
|
'update:expanded': (value: any) => boolean;
|
|
524
524
|
'update:currentItems': (value: any) => boolean;
|
|
525
|
-
}, "v-slot:default" | "
|
|
526
|
-
style: vue.StyleValue;
|
|
527
|
-
tag: string;
|
|
528
|
-
loading: boolean;
|
|
529
|
-
sortBy: readonly SortItem[];
|
|
525
|
+
}, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:loader" | "v-slot:header" | "v-slot:no-data" | "v-slot:footer">, string, {
|
|
530
526
|
page: string | number;
|
|
531
527
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
532
528
|
component?: Component | undefined;
|
|
@@ -534,10 +530,14 @@ declare const VDataIterator: {
|
|
|
534
530
|
component: Component;
|
|
535
531
|
hideOnLeave: boolean;
|
|
536
532
|
};
|
|
537
|
-
|
|
533
|
+
loading: boolean;
|
|
534
|
+
style: vue.StyleValue;
|
|
538
535
|
expanded: readonly string[];
|
|
536
|
+
tag: string;
|
|
537
|
+
sortBy: readonly SortItem[];
|
|
538
|
+
modelValue: readonly any[];
|
|
539
539
|
valueComparator: typeof deepEqual;
|
|
540
|
-
selectStrategy: "
|
|
540
|
+
selectStrategy: "all" | "page" | "single";
|
|
541
541
|
returnObject: boolean;
|
|
542
542
|
filterMode: FilterMode;
|
|
543
543
|
noFilter: boolean;
|
|
@@ -577,7 +577,7 @@ declare const VDataIterator: {
|
|
|
577
577
|
})>;
|
|
578
578
|
default: string;
|
|
579
579
|
validator: (val: unknown) => boolean;
|
|
580
|
-
}, "
|
|
580
|
+
}, "type" | "default"> & {
|
|
581
581
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
582
582
|
component?: Component | undefined;
|
|
583
583
|
})> | {
|
|
@@ -620,7 +620,7 @@ declare const VDataIterator: {
|
|
|
620
620
|
itemsPerPage: Omit<{
|
|
621
621
|
type: (StringConstructor | NumberConstructor)[];
|
|
622
622
|
default: number;
|
|
623
|
-
}, "
|
|
623
|
+
}, "type" | "default"> & {
|
|
624
624
|
type: vue.PropType<NonNullable<string | number>>;
|
|
625
625
|
default: NonNullable<string | number>;
|
|
626
626
|
};
|
|
@@ -633,7 +633,7 @@ declare const VDataIterator: {
|
|
|
633
633
|
mustSort: BooleanConstructor;
|
|
634
634
|
showSelect: BooleanConstructor;
|
|
635
635
|
selectStrategy: {
|
|
636
|
-
type: vue.PropType<"
|
|
636
|
+
type: vue.PropType<"all" | "page" | "single">;
|
|
637
637
|
default: string;
|
|
638
638
|
};
|
|
639
639
|
modelValue: {
|
|
@@ -671,7 +671,7 @@ declare const VDataIterator: {
|
|
|
671
671
|
})>;
|
|
672
672
|
default: string;
|
|
673
673
|
validator: (val: unknown) => boolean;
|
|
674
|
-
}, "
|
|
674
|
+
}, "type" | "default"> & {
|
|
675
675
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
676
676
|
component?: Component | undefined;
|
|
677
677
|
})> | {
|
|
@@ -714,7 +714,7 @@ declare const VDataIterator: {
|
|
|
714
714
|
itemsPerPage: Omit<{
|
|
715
715
|
type: (StringConstructor | NumberConstructor)[];
|
|
716
716
|
default: number;
|
|
717
|
-
}, "
|
|
717
|
+
}, "type" | "default"> & {
|
|
718
718
|
type: vue.PropType<NonNullable<string | number>>;
|
|
719
719
|
default: NonNullable<string | number>;
|
|
720
720
|
};
|
|
@@ -727,7 +727,7 @@ declare const VDataIterator: {
|
|
|
727
727
|
mustSort: BooleanConstructor;
|
|
728
728
|
showSelect: BooleanConstructor;
|
|
729
729
|
selectStrategy: {
|
|
730
|
-
type: vue.PropType<"
|
|
730
|
+
type: vue.PropType<"all" | "page" | "single">;
|
|
731
731
|
default: string;
|
|
732
732
|
};
|
|
733
733
|
modelValue: {
|