vuetify 3.7.0 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
@@ -7,6 +7,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
7
7
|
|
|
8
8
|
type ClassValue = any;
|
|
9
9
|
|
|
10
|
+
type JSXComponent<Props = any> = {
|
|
11
|
+
new (): ComponentPublicInstance<Props>;
|
|
12
|
+
} | FunctionalComponent<Props>;
|
|
10
13
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
11
14
|
declare const IconValue: PropType<IconValue>;
|
|
12
15
|
|
|
@@ -28,10 +31,10 @@ declare const VEmptyState: {
|
|
|
28
31
|
image?: string | undefined;
|
|
29
32
|
text?: string | undefined;
|
|
30
33
|
class?: any;
|
|
34
|
+
theme?: string | undefined;
|
|
35
|
+
to?: string | undefined;
|
|
31
36
|
icon?: IconValue | undefined;
|
|
32
37
|
href?: string | undefined;
|
|
33
|
-
to?: string | undefined;
|
|
34
|
-
theme?: string | undefined;
|
|
35
38
|
bgColor?: string | undefined;
|
|
36
39
|
actionText?: string | undefined;
|
|
37
40
|
headline?: string | undefined;
|
|
@@ -92,10 +95,10 @@ declare const VEmptyState: {
|
|
|
92
95
|
image?: string | undefined;
|
|
93
96
|
text?: string | undefined;
|
|
94
97
|
class?: any;
|
|
98
|
+
theme?: string | undefined;
|
|
99
|
+
to?: string | undefined;
|
|
95
100
|
icon?: IconValue | undefined;
|
|
96
101
|
href?: string | undefined;
|
|
97
|
-
to?: string | undefined;
|
|
98
|
-
theme?: string | undefined;
|
|
99
102
|
bgColor?: string | undefined;
|
|
100
103
|
actionText?: string | undefined;
|
|
101
104
|
headline?: string | undefined;
|
|
@@ -177,10 +180,10 @@ declare const VEmptyState: {
|
|
|
177
180
|
image?: string | undefined;
|
|
178
181
|
text?: string | undefined;
|
|
179
182
|
class?: any;
|
|
183
|
+
theme?: string | undefined;
|
|
184
|
+
to?: string | undefined;
|
|
180
185
|
icon?: IconValue | undefined;
|
|
181
186
|
href?: string | undefined;
|
|
182
|
-
to?: string | undefined;
|
|
183
|
-
theme?: string | undefined;
|
|
184
187
|
bgColor?: string | undefined;
|
|
185
188
|
actionText?: string | undefined;
|
|
186
189
|
headline?: string | undefined;
|
|
@@ -248,10 +251,10 @@ declare const VEmptyState: {
|
|
|
248
251
|
image?: string | undefined;
|
|
249
252
|
text?: string | undefined;
|
|
250
253
|
class?: any;
|
|
254
|
+
theme?: string | undefined;
|
|
255
|
+
to?: string | undefined;
|
|
251
256
|
icon?: IconValue | undefined;
|
|
252
257
|
href?: string | undefined;
|
|
253
|
-
to?: string | undefined;
|
|
254
|
-
theme?: string | undefined;
|
|
255
258
|
bgColor?: string | undefined;
|
|
256
259
|
actionText?: string | undefined;
|
|
257
260
|
headline?: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, Ref, ComponentInternalInstance, ComputedRef } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
@@ -7,6 +7,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
7
7
|
|
|
8
8
|
type ClassValue = any;
|
|
9
9
|
|
|
10
|
+
type JSXComponent<Props = any> = {
|
|
11
|
+
new (): ComponentPublicInstance<Props>;
|
|
12
|
+
} | FunctionalComponent<Props>;
|
|
10
13
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
11
14
|
declare const IconValue: PropType<IconValue>;
|
|
12
15
|
|
|
@@ -50,9 +53,9 @@ declare const VExpansionPanels: {
|
|
|
50
53
|
max?: number | undefined;
|
|
51
54
|
color?: string | undefined;
|
|
52
55
|
class?: any;
|
|
56
|
+
theme?: string | undefined;
|
|
53
57
|
mandatory?: boolean | "force" | undefined;
|
|
54
58
|
elevation?: string | number | undefined;
|
|
55
|
-
theme?: string | undefined;
|
|
56
59
|
modelValue?: any;
|
|
57
60
|
rounded?: string | number | boolean | undefined;
|
|
58
61
|
selectedClass?: string | undefined;
|
|
@@ -95,9 +98,9 @@ declare const VExpansionPanels: {
|
|
|
95
98
|
max?: number | undefined;
|
|
96
99
|
color?: string | undefined;
|
|
97
100
|
class?: any;
|
|
101
|
+
theme?: string | undefined;
|
|
98
102
|
mandatory?: boolean | "force" | undefined;
|
|
99
103
|
elevation?: string | number | undefined;
|
|
100
|
-
theme?: string | undefined;
|
|
101
104
|
modelValue?: any;
|
|
102
105
|
rounded?: string | number | boolean | undefined;
|
|
103
106
|
selectedClass?: string | undefined;
|
|
@@ -164,9 +167,9 @@ declare const VExpansionPanels: {
|
|
|
164
167
|
max?: number | undefined;
|
|
165
168
|
color?: string | undefined;
|
|
166
169
|
class?: any;
|
|
170
|
+
theme?: string | undefined;
|
|
167
171
|
mandatory?: boolean | "force" | undefined;
|
|
168
172
|
elevation?: string | number | undefined;
|
|
169
|
-
theme?: string | undefined;
|
|
170
173
|
modelValue?: any;
|
|
171
174
|
rounded?: string | number | boolean | undefined;
|
|
172
175
|
selectedClass?: string | undefined;
|
|
@@ -231,9 +234,9 @@ declare const VExpansionPanels: {
|
|
|
231
234
|
max?: number | undefined;
|
|
232
235
|
color?: string | undefined;
|
|
233
236
|
class?: any;
|
|
237
|
+
theme?: string | undefined;
|
|
234
238
|
mandatory?: boolean | "force" | undefined;
|
|
235
239
|
elevation?: string | number | undefined;
|
|
236
|
-
theme?: string | undefined;
|
|
237
240
|
modelValue?: any;
|
|
238
241
|
rounded?: string | number | boolean | undefined;
|
|
239
242
|
selectedClass?: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { DirectiveBinding, ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { DirectiveBinding, ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -28,6 +28,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
28
28
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
type JSXComponent<Props = any> = {
|
|
32
|
+
new (): ComponentPublicInstance<Props>;
|
|
33
|
+
} | FunctionalComponent<Props>;
|
|
31
34
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
32
35
|
declare const IconValue: PropType<IconValue>;
|
|
33
36
|
|
|
@@ -101,16 +104,16 @@ declare const VFab: {
|
|
|
101
104
|
maxWidth?: string | number | undefined;
|
|
102
105
|
minHeight?: string | number | undefined;
|
|
103
106
|
minWidth?: string | number | undefined;
|
|
104
|
-
position?: "fixed" | "absolute" | "
|
|
107
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
105
108
|
value?: any;
|
|
106
109
|
loading?: string | boolean | undefined;
|
|
107
110
|
text?: string | undefined;
|
|
108
111
|
class?: any;
|
|
112
|
+
theme?: string | undefined;
|
|
113
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
109
114
|
icon?: boolean | IconValue | undefined;
|
|
110
115
|
href?: string | undefined;
|
|
111
116
|
elevation?: string | number | undefined;
|
|
112
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
113
|
-
theme?: string | undefined;
|
|
114
117
|
rounded?: string | number | boolean | undefined;
|
|
115
118
|
baseColor?: string | undefined;
|
|
116
119
|
selectedClass?: string | undefined;
|
|
@@ -172,16 +175,16 @@ declare const VFab: {
|
|
|
172
175
|
maxWidth?: string | number | undefined;
|
|
173
176
|
minHeight?: string | number | undefined;
|
|
174
177
|
minWidth?: string | number | undefined;
|
|
175
|
-
position?: "fixed" | "absolute" | "
|
|
178
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
176
179
|
value?: any;
|
|
177
180
|
loading?: string | boolean | undefined;
|
|
178
181
|
text?: string | undefined;
|
|
179
182
|
class?: any;
|
|
183
|
+
theme?: string | undefined;
|
|
184
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
180
185
|
icon?: boolean | IconValue | undefined;
|
|
181
186
|
href?: string | undefined;
|
|
182
187
|
elevation?: string | number | undefined;
|
|
183
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
184
|
-
theme?: string | undefined;
|
|
185
188
|
rounded?: string | number | boolean | undefined;
|
|
186
189
|
baseColor?: string | undefined;
|
|
187
190
|
selectedClass?: string | undefined;
|
|
@@ -282,16 +285,16 @@ declare const VFab: {
|
|
|
282
285
|
maxWidth?: string | number | undefined;
|
|
283
286
|
minHeight?: string | number | undefined;
|
|
284
287
|
minWidth?: string | number | undefined;
|
|
285
|
-
position?: "fixed" | "absolute" | "
|
|
288
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
286
289
|
value?: any;
|
|
287
290
|
loading?: string | boolean | undefined;
|
|
288
291
|
text?: string | undefined;
|
|
289
292
|
class?: any;
|
|
293
|
+
theme?: string | undefined;
|
|
294
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
290
295
|
icon?: boolean | IconValue | undefined;
|
|
291
296
|
href?: string | undefined;
|
|
292
297
|
elevation?: string | number | undefined;
|
|
293
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
294
|
-
theme?: string | undefined;
|
|
295
298
|
rounded?: string | number | boolean | undefined;
|
|
296
299
|
baseColor?: string | undefined;
|
|
297
300
|
selectedClass?: string | undefined;
|
|
@@ -387,16 +390,16 @@ declare const VFab: {
|
|
|
387
390
|
maxWidth?: string | number | undefined;
|
|
388
391
|
minHeight?: string | number | undefined;
|
|
389
392
|
minWidth?: string | number | undefined;
|
|
390
|
-
position?: "fixed" | "absolute" | "
|
|
393
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
391
394
|
value?: any;
|
|
392
395
|
loading?: string | boolean | undefined;
|
|
393
396
|
text?: string | undefined;
|
|
394
397
|
class?: any;
|
|
398
|
+
theme?: string | undefined;
|
|
399
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
395
400
|
icon?: boolean | IconValue | undefined;
|
|
396
401
|
href?: string | undefined;
|
|
397
402
|
elevation?: string | number | undefined;
|
|
398
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
399
|
-
theme?: string | undefined;
|
|
400
403
|
rounded?: string | number | boolean | undefined;
|
|
401
404
|
baseColor?: string | undefined;
|
|
402
405
|
selectedClass?: string | undefined;
|
|
@@ -506,7 +509,7 @@ declare const VFab: {
|
|
|
506
509
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
507
510
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
508
511
|
position: {
|
|
509
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
512
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
510
513
|
validator: (v: any) => boolean;
|
|
511
514
|
};
|
|
512
515
|
value: null;
|
|
@@ -523,6 +526,7 @@ declare const VFab: {
|
|
|
523
526
|
};
|
|
524
527
|
readonly: BooleanConstructor;
|
|
525
528
|
class: vue.PropType<ClassValue>;
|
|
529
|
+
theme: StringConstructor;
|
|
526
530
|
tag: Omit<{
|
|
527
531
|
type: StringConstructor;
|
|
528
532
|
default: string;
|
|
@@ -530,14 +534,13 @@ declare const VFab: {
|
|
|
530
534
|
type: vue.PropType<string>;
|
|
531
535
|
default: string;
|
|
532
536
|
};
|
|
537
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
533
538
|
icon: vue.PropType<boolean | IconValue>;
|
|
534
539
|
href: StringConstructor;
|
|
535
540
|
elevation: {
|
|
536
541
|
type: (StringConstructor | NumberConstructor)[];
|
|
537
542
|
validator(v: any): boolean;
|
|
538
543
|
};
|
|
539
|
-
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
540
|
-
theme: StringConstructor;
|
|
541
544
|
rounded: {
|
|
542
545
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
543
546
|
default: undefined;
|
|
@@ -624,7 +627,7 @@ declare const VFab: {
|
|
|
624
627
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
625
628
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
626
629
|
position: {
|
|
627
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
630
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
628
631
|
validator: (v: any) => boolean;
|
|
629
632
|
};
|
|
630
633
|
value: null;
|
|
@@ -641,6 +644,7 @@ declare const VFab: {
|
|
|
641
644
|
};
|
|
642
645
|
readonly: BooleanConstructor;
|
|
643
646
|
class: vue.PropType<ClassValue>;
|
|
647
|
+
theme: StringConstructor;
|
|
644
648
|
tag: Omit<{
|
|
645
649
|
type: StringConstructor;
|
|
646
650
|
default: string;
|
|
@@ -648,14 +652,13 @@ declare const VFab: {
|
|
|
648
652
|
type: vue.PropType<string>;
|
|
649
653
|
default: string;
|
|
650
654
|
};
|
|
655
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
651
656
|
icon: vue.PropType<boolean | IconValue>;
|
|
652
657
|
href: StringConstructor;
|
|
653
658
|
elevation: {
|
|
654
659
|
type: (StringConstructor | NumberConstructor)[];
|
|
655
660
|
validator(v: any): boolean;
|
|
656
661
|
};
|
|
657
|
-
to: vue.PropType<vue_router.RouteLocationRaw>;
|
|
658
|
-
theme: StringConstructor;
|
|
659
662
|
rounded: {
|
|
660
663
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
661
664
|
default: undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -32,6 +32,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
32
32
|
|
|
33
33
|
type ClassValue = any;
|
|
34
34
|
|
|
35
|
+
type JSXComponent<Props = any> = {
|
|
36
|
+
new (): ComponentPublicInstance<Props>;
|
|
37
|
+
} | FunctionalComponent<Props>;
|
|
35
38
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
36
39
|
declare const IconValue: PropType<IconValue>;
|
|
37
40
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, Ref, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
type ClassValue = any;
|
|
5
5
|
|
|
@@ -44,6 +44,9 @@ type VMessageSlot = {
|
|
|
44
44
|
message: string;
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
+
type JSXComponent<Props = any> = {
|
|
48
|
+
new (): ComponentPublicInstance<Props>;
|
|
49
|
+
} | FunctionalComponent<Props>;
|
|
47
50
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
48
51
|
declare const IconValue: PropType<IconValue>;
|
|
49
52
|
|
|
@@ -379,7 +382,7 @@ declare const VFileInput: {
|
|
|
379
382
|
errorMessages: vue.ComputedRef<string[]>;
|
|
380
383
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
381
384
|
'update:modelValue': (value: any) => true;
|
|
382
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
385
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
383
386
|
error: boolean;
|
|
384
387
|
direction: "horizontal" | "vertical";
|
|
385
388
|
style: vue.StyleValue;
|
|
@@ -462,7 +465,15 @@ declare const VFileInput: {
|
|
|
462
465
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
463
466
|
modelValue?: unknown;
|
|
464
467
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
465
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
468
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
469
|
+
_allExposed: {
|
|
470
|
+
reset: () => Promise<void>;
|
|
471
|
+
resetValidation: () => Promise<void>;
|
|
472
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
473
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
474
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
475
|
+
} | {};
|
|
476
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
466
477
|
'click:control': (e: MouseEvent) => true;
|
|
467
478
|
'mousedown:control': (e: MouseEvent) => true;
|
|
468
479
|
'update:focused': (focused: boolean) => true;
|
|
@@ -943,7 +954,7 @@ declare const VFileInput: {
|
|
|
943
954
|
errorMessages: vue.ComputedRef<string[]>;
|
|
944
955
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
945
956
|
'update:modelValue': (value: any) => true;
|
|
946
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
957
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
947
958
|
error: boolean;
|
|
948
959
|
direction: "horizontal" | "vertical";
|
|
949
960
|
style: vue.StyleValue;
|
|
@@ -1026,7 +1037,15 @@ declare const VFileInput: {
|
|
|
1026
1037
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1027
1038
|
modelValue?: unknown;
|
|
1028
1039
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1029
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
1040
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
1041
|
+
_allExposed: {
|
|
1042
|
+
reset: () => Promise<void>;
|
|
1043
|
+
resetValidation: () => Promise<void>;
|
|
1044
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1045
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
1046
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
1047
|
+
} | {};
|
|
1048
|
+
}, {}, {}, {}, {
|
|
1030
1049
|
flat: boolean;
|
|
1031
1050
|
reverse: boolean;
|
|
1032
1051
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -1342,7 +1361,7 @@ declare const VFileInput: {
|
|
|
1342
1361
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1343
1362
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1344
1363
|
'update:modelValue': (value: any) => true;
|
|
1345
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1364
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
|
|
1346
1365
|
error: boolean;
|
|
1347
1366
|
direction: "horizontal" | "vertical";
|
|
1348
1367
|
style: vue.StyleValue;
|
|
@@ -1425,7 +1444,15 @@ declare const VFileInput: {
|
|
|
1425
1444
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1426
1445
|
modelValue?: unknown;
|
|
1427
1446
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1428
|
-
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "
|
|
1447
|
+
}, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "ref" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
|
1448
|
+
_allExposed: {
|
|
1449
|
+
reset: () => Promise<void>;
|
|
1450
|
+
resetValidation: () => Promise<void>;
|
|
1451
|
+
validate: (silent?: boolean) => Promise<string[]>;
|
|
1452
|
+
isValid: vue.ComputedRef<boolean | null>;
|
|
1453
|
+
errorMessages: vue.ComputedRef<string[]>;
|
|
1454
|
+
} | {};
|
|
1455
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1429
1456
|
'click:control': (e: MouseEvent) => true;
|
|
1430
1457
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1431
1458
|
'update:focused': (focused: boolean) => true;
|
|
@@ -21,8 +21,8 @@ declare const VFooter: {
|
|
|
21
21
|
border?: string | number | boolean | undefined;
|
|
22
22
|
color?: string | undefined;
|
|
23
23
|
class?: any;
|
|
24
|
-
elevation?: string | number | undefined;
|
|
25
24
|
theme?: string | undefined;
|
|
25
|
+
elevation?: string | number | undefined;
|
|
26
26
|
rounded?: string | number | boolean | undefined;
|
|
27
27
|
} & {
|
|
28
28
|
$children?: vue.VNodeChild | {
|
|
@@ -46,8 +46,8 @@ declare const VFooter: {
|
|
|
46
46
|
border?: string | number | boolean | undefined;
|
|
47
47
|
color?: string | undefined;
|
|
48
48
|
class?: any;
|
|
49
|
-
elevation?: string | number | undefined;
|
|
50
49
|
theme?: string | undefined;
|
|
50
|
+
elevation?: string | number | undefined;
|
|
51
51
|
rounded?: string | number | boolean | undefined;
|
|
52
52
|
} & {
|
|
53
53
|
$children?: vue.VNodeChild | {
|
|
@@ -89,8 +89,8 @@ declare const VFooter: {
|
|
|
89
89
|
border?: string | number | boolean | undefined;
|
|
90
90
|
color?: string | undefined;
|
|
91
91
|
class?: any;
|
|
92
|
-
elevation?: string | number | undefined;
|
|
93
92
|
theme?: string | undefined;
|
|
93
|
+
elevation?: string | number | undefined;
|
|
94
94
|
rounded?: string | number | boolean | undefined;
|
|
95
95
|
} & {
|
|
96
96
|
$children?: vue.VNodeChild | {
|
|
@@ -127,8 +127,8 @@ declare const VFooter: {
|
|
|
127
127
|
border?: string | number | boolean | undefined;
|
|
128
128
|
color?: string | undefined;
|
|
129
129
|
class?: any;
|
|
130
|
-
elevation?: string | number | undefined;
|
|
131
130
|
theme?: string | undefined;
|
|
131
|
+
elevation?: string | number | undefined;
|
|
132
132
|
rounded?: string | number | boolean | undefined;
|
|
133
133
|
} & {
|
|
134
134
|
$children?: vue.VNodeChild | {
|
|
@@ -216,7 +216,38 @@ declare const VForm: {
|
|
|
216
216
|
}>;
|
|
217
217
|
reset: () => void;
|
|
218
218
|
resetValidation: () => void;
|
|
219
|
-
} & HTMLFormElement
|
|
219
|
+
} & HTMLFormElement & {
|
|
220
|
+
_allExposed: {
|
|
221
|
+
errors: vue.Ref<{
|
|
222
|
+
id: number | string;
|
|
223
|
+
errorMessages: string[];
|
|
224
|
+
}[]>;
|
|
225
|
+
isDisabled: vue.ComputedRef<boolean>;
|
|
226
|
+
isReadonly: vue.ComputedRef<boolean>;
|
|
227
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
228
|
+
isValid: vue.Ref<boolean | null> & {
|
|
229
|
+
readonly externalValue: boolean | null;
|
|
230
|
+
};
|
|
231
|
+
items: vue.Ref<{
|
|
232
|
+
id: number | string;
|
|
233
|
+
validate: () => Promise<string[]>;
|
|
234
|
+
reset: () => Promise<void>;
|
|
235
|
+
resetValidation: () => Promise<void>;
|
|
236
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
237
|
+
isValid: boolean | null;
|
|
238
|
+
errorMessages: string[];
|
|
239
|
+
}[]>;
|
|
240
|
+
validate: () => Promise<{
|
|
241
|
+
valid: boolean;
|
|
242
|
+
errors: {
|
|
243
|
+
id: number | string;
|
|
244
|
+
errorMessages: string[];
|
|
245
|
+
}[];
|
|
246
|
+
}>;
|
|
247
|
+
reset: () => void;
|
|
248
|
+
resetValidation: () => void;
|
|
249
|
+
};
|
|
250
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
251
|
'update:modelValue': (val: boolean | null) => true;
|
|
221
252
|
submit: (e: SubmitEventPromise) => true;
|
|
222
253
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -567,7 +598,38 @@ declare const VForm: {
|
|
|
567
598
|
}>;
|
|
568
599
|
reset: () => void;
|
|
569
600
|
resetValidation: () => void;
|
|
570
|
-
} & HTMLFormElement
|
|
601
|
+
} & HTMLFormElement & {
|
|
602
|
+
_allExposed: {
|
|
603
|
+
errors: vue.Ref<{
|
|
604
|
+
id: number | string;
|
|
605
|
+
errorMessages: string[];
|
|
606
|
+
}[]>;
|
|
607
|
+
isDisabled: vue.ComputedRef<boolean>;
|
|
608
|
+
isReadonly: vue.ComputedRef<boolean>;
|
|
609
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
610
|
+
isValid: vue.Ref<boolean | null> & {
|
|
611
|
+
readonly externalValue: boolean | null;
|
|
612
|
+
};
|
|
613
|
+
items: vue.Ref<{
|
|
614
|
+
id: number | string;
|
|
615
|
+
validate: () => Promise<string[]>;
|
|
616
|
+
reset: () => Promise<void>;
|
|
617
|
+
resetValidation: () => Promise<void>;
|
|
618
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
619
|
+
isValid: boolean | null;
|
|
620
|
+
errorMessages: string[];
|
|
621
|
+
}[]>;
|
|
622
|
+
validate: () => Promise<{
|
|
623
|
+
valid: boolean;
|
|
624
|
+
errors: {
|
|
625
|
+
id: number | string;
|
|
626
|
+
errorMessages: string[];
|
|
627
|
+
}[];
|
|
628
|
+
}>;
|
|
629
|
+
reset: () => void;
|
|
630
|
+
resetValidation: () => void;
|
|
631
|
+
};
|
|
632
|
+
}, {}, {}, {}, {
|
|
571
633
|
style: vue.StyleValue;
|
|
572
634
|
disabled: boolean;
|
|
573
635
|
readonly: boolean;
|
|
@@ -744,7 +806,38 @@ declare const VForm: {
|
|
|
744
806
|
}>;
|
|
745
807
|
reset: () => void;
|
|
746
808
|
resetValidation: () => void;
|
|
747
|
-
} & HTMLFormElement
|
|
809
|
+
} & HTMLFormElement & {
|
|
810
|
+
_allExposed: {
|
|
811
|
+
errors: vue.Ref<{
|
|
812
|
+
id: number | string;
|
|
813
|
+
errorMessages: string[];
|
|
814
|
+
}[]>;
|
|
815
|
+
isDisabled: vue.ComputedRef<boolean>;
|
|
816
|
+
isReadonly: vue.ComputedRef<boolean>;
|
|
817
|
+
isValidating: vue.ShallowRef<boolean>;
|
|
818
|
+
isValid: vue.Ref<boolean | null> & {
|
|
819
|
+
readonly externalValue: boolean | null;
|
|
820
|
+
};
|
|
821
|
+
items: vue.Ref<{
|
|
822
|
+
id: number | string;
|
|
823
|
+
validate: () => Promise<string[]>;
|
|
824
|
+
reset: () => Promise<void>;
|
|
825
|
+
resetValidation: () => Promise<void>;
|
|
826
|
+
vm: vue.Raw<vue.ComponentInternalInstance>;
|
|
827
|
+
isValid: boolean | null;
|
|
828
|
+
errorMessages: string[];
|
|
829
|
+
}[]>;
|
|
830
|
+
validate: () => Promise<{
|
|
831
|
+
valid: boolean;
|
|
832
|
+
errors: {
|
|
833
|
+
id: number | string;
|
|
834
|
+
errorMessages: string[];
|
|
835
|
+
}[];
|
|
836
|
+
}>;
|
|
837
|
+
reset: () => void;
|
|
838
|
+
resetValidation: () => void;
|
|
839
|
+
};
|
|
840
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
748
841
|
'update:modelValue': (val: boolean | null) => true;
|
|
749
842
|
submit: (e: SubmitEventPromise) => true;
|
|
750
843
|
}, string, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
@@ -7,6 +7,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
7
7
|
|
|
8
8
|
type ClassValue = any;
|
|
9
9
|
|
|
10
|
+
type JSXComponent<Props = any> = {
|
|
11
|
+
new (): ComponentPublicInstance<Props>;
|
|
12
|
+
} | FunctionalComponent<Props>;
|
|
10
13
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
11
14
|
declare const IconValue: PropType<IconValue>;
|
|
12
15
|
declare const VComponentIcon: {
|
|
@@ -293,8 +296,8 @@ declare const VIcon: {
|
|
|
293
296
|
} & {
|
|
294
297
|
color?: string | undefined;
|
|
295
298
|
class?: any;
|
|
296
|
-
icon?: IconValue | undefined;
|
|
297
299
|
theme?: string | undefined;
|
|
300
|
+
icon?: IconValue | undefined;
|
|
298
301
|
} & {
|
|
299
302
|
$children?: vue.VNodeChild | {
|
|
300
303
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -314,8 +317,8 @@ declare const VIcon: {
|
|
|
314
317
|
} & {
|
|
315
318
|
color?: string | undefined;
|
|
316
319
|
class?: any;
|
|
317
|
-
icon?: IconValue | undefined;
|
|
318
320
|
theme?: string | undefined;
|
|
321
|
+
icon?: IconValue | undefined;
|
|
319
322
|
} & {
|
|
320
323
|
$children?: vue.VNodeChild | {
|
|
321
324
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -351,8 +354,8 @@ declare const VIcon: {
|
|
|
351
354
|
} & {
|
|
352
355
|
color?: string | undefined;
|
|
353
356
|
class?: any;
|
|
354
|
-
icon?: IconValue | undefined;
|
|
355
357
|
theme?: string | undefined;
|
|
358
|
+
icon?: IconValue | undefined;
|
|
356
359
|
} & {
|
|
357
360
|
$children?: vue.VNodeChild | {
|
|
358
361
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -383,8 +386,8 @@ declare const VIcon: {
|
|
|
383
386
|
} & {
|
|
384
387
|
color?: string | undefined;
|
|
385
388
|
class?: any;
|
|
386
|
-
icon?: IconValue | undefined;
|
|
387
389
|
theme?: string | undefined;
|
|
390
|
+
icon?: IconValue | undefined;
|
|
388
391
|
} & {
|
|
389
392
|
$children?: vue.VNodeChild | {
|
|
390
393
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
}
|
|
6
6
|
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
7
7
|
height: 100%;
|
|
8
|
-
width: 1px;
|
|
8
|
+
width: var(--v-infinite-margin-size, 1px);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.v-infinite-scroll--vertical {
|
|
@@ -18,6 +18,18 @@
|
|
|
18
18
|
width: 100%;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.v-infinite-scroll-intersect {
|
|
22
|
+
pointer-events: none;
|
|
23
|
+
margin-top: var(--v-infinite-margin);
|
|
24
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
|
25
|
+
}
|
|
26
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
|
27
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
|
28
|
+
}
|
|
29
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
|
30
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
|
31
|
+
}
|
|
32
|
+
|
|
21
33
|
.v-infinite-scroll__side {
|
|
22
34
|
align-items: center;
|
|
23
35
|
display: flex;
|