@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- 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 +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- 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/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- 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 +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- 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 +10651 -10563
- 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 +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -7,20 +7,20 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
7
7
|
|
8
8
|
declare const VSkeletonLoader: {
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
10
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
11
11
|
loading: boolean;
|
12
12
|
loadingText: string;
|
13
13
|
boilerplate: boolean;
|
14
14
|
} & {
|
15
|
-
width?: string | number | undefined;
|
16
15
|
height?: string | number | undefined;
|
17
|
-
|
16
|
+
width?: string | number | undefined;
|
18
17
|
color?: string | undefined;
|
19
18
|
maxHeight?: string | number | undefined;
|
20
19
|
maxWidth?: string | number | undefined;
|
21
20
|
minHeight?: string | number | undefined;
|
22
21
|
minWidth?: string | number | undefined;
|
23
22
|
elevation?: string | number | undefined;
|
23
|
+
theme?: string | undefined;
|
24
24
|
} & {
|
25
25
|
$children?: vue.VNodeChild | {
|
26
26
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -31,20 +31,20 @@ declare const VSkeletonLoader: {
|
|
31
31
|
} & {
|
32
32
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
33
33
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
34
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
34
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
35
35
|
loading: boolean;
|
36
36
|
loadingText: string;
|
37
37
|
boilerplate: boolean;
|
38
38
|
} & {
|
39
|
-
width?: string | number | undefined;
|
40
39
|
height?: string | number | undefined;
|
41
|
-
|
40
|
+
width?: string | number | undefined;
|
42
41
|
color?: string | undefined;
|
43
42
|
maxHeight?: string | number | undefined;
|
44
43
|
maxWidth?: string | number | undefined;
|
45
44
|
minHeight?: string | number | undefined;
|
46
45
|
minWidth?: string | number | undefined;
|
47
46
|
elevation?: string | number | undefined;
|
47
|
+
theme?: string | undefined;
|
48
48
|
} & {
|
49
49
|
$children?: vue.VNodeChild | {
|
50
50
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -55,7 +55,7 @@ declare const VSkeletonLoader: {
|
|
55
55
|
} & {
|
56
56
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
57
57
|
}, {
|
58
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
58
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
59
59
|
loading: boolean;
|
60
60
|
loadingText: string;
|
61
61
|
boilerplate: boolean;
|
@@ -71,20 +71,20 @@ declare const VSkeletonLoader: {
|
|
71
71
|
M: {};
|
72
72
|
Defaults: {};
|
73
73
|
}, {
|
74
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
74
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
75
75
|
loading: boolean;
|
76
76
|
loadingText: string;
|
77
77
|
boilerplate: boolean;
|
78
78
|
} & {
|
79
|
-
width?: string | number | undefined;
|
80
79
|
height?: string | number | undefined;
|
81
|
-
|
80
|
+
width?: string | number | undefined;
|
82
81
|
color?: string | undefined;
|
83
82
|
maxHeight?: string | number | undefined;
|
84
83
|
maxWidth?: string | number | undefined;
|
85
84
|
minHeight?: string | number | undefined;
|
86
85
|
minWidth?: string | number | undefined;
|
87
86
|
elevation?: string | number | undefined;
|
87
|
+
theme?: string | undefined;
|
88
88
|
} & {
|
89
89
|
$children?: vue.VNodeChild | {
|
90
90
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -95,7 +95,7 @@ declare const VSkeletonLoader: {
|
|
95
95
|
} & {
|
96
96
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
97
97
|
}, {}, {}, {}, {}, {
|
98
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
98
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
99
99
|
loading: boolean;
|
100
100
|
loadingText: string;
|
101
101
|
boilerplate: boolean;
|
@@ -104,20 +104,20 @@ declare const VSkeletonLoader: {
|
|
104
104
|
__isTeleport?: undefined;
|
105
105
|
__isSuspense?: undefined;
|
106
106
|
} & vue.ComponentOptionsBase<{
|
107
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
107
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
108
108
|
loading: boolean;
|
109
109
|
loadingText: string;
|
110
110
|
boilerplate: boolean;
|
111
111
|
} & {
|
112
|
-
width?: string | number | undefined;
|
113
112
|
height?: string | number | undefined;
|
114
|
-
|
113
|
+
width?: string | number | undefined;
|
115
114
|
color?: string | undefined;
|
116
115
|
maxHeight?: string | number | undefined;
|
117
116
|
maxWidth?: string | number | undefined;
|
118
117
|
minHeight?: string | number | undefined;
|
119
118
|
minWidth?: string | number | undefined;
|
120
119
|
elevation?: string | number | undefined;
|
120
|
+
theme?: string | undefined;
|
121
121
|
} & {
|
122
122
|
$children?: vue.VNodeChild | {
|
123
123
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -128,7 +128,7 @@ declare const VSkeletonLoader: {
|
|
128
128
|
} & {
|
129
129
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
130
130
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
131
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
131
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
132
132
|
loading: boolean;
|
133
133
|
loadingText: string;
|
134
134
|
boilerplate: boolean;
|
@@ -156,7 +156,7 @@ declare const VSkeletonLoader: {
|
|
156
156
|
default: string;
|
157
157
|
};
|
158
158
|
type: {
|
159
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
159
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
160
160
|
default: string;
|
161
161
|
};
|
162
162
|
}, vue.ExtractPropTypes<{
|
@@ -179,7 +179,7 @@ declare const VSkeletonLoader: {
|
|
179
179
|
default: string;
|
180
180
|
};
|
181
181
|
type: {
|
182
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "
|
182
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
183
183
|
default: string;
|
184
184
|
};
|
185
185
|
}>>;
|
@@ -87,21 +87,21 @@ type VSlideGroupSlots = {
|
|
87
87
|
declare const VSlideGroup: {
|
88
88
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
89
89
|
symbol: any;
|
90
|
+
direction: "horizontal" | "vertical";
|
90
91
|
style: vue.StyleValue;
|
91
|
-
disabled: boolean;
|
92
|
-
tag: string;
|
93
92
|
mobile: NonNullable<boolean | null> | null;
|
93
|
+
disabled: boolean;
|
94
94
|
multiple: boolean;
|
95
|
-
|
95
|
+
tag: string;
|
96
96
|
selectedClass: string;
|
97
97
|
centerActive: boolean;
|
98
98
|
nextIcon: IconValue;
|
99
99
|
prevIcon: IconValue;
|
100
100
|
} & {
|
101
|
+
max?: number | undefined;
|
101
102
|
class?: any;
|
102
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
103
103
|
mandatory?: boolean | "force" | undefined;
|
104
|
-
|
104
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
105
105
|
showArrows?: string | boolean | undefined;
|
106
106
|
} & {}, {
|
107
107
|
selected: vue.Ref<readonly number[]>;
|
@@ -112,32 +112,32 @@ declare const VSlideGroup: {
|
|
112
112
|
hasNext: vue.ComputedRef<boolean>;
|
113
113
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
114
114
|
'update:modelValue': (value: any) => boolean;
|
115
|
-
}, "v-slot:default" | "
|
115
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
116
116
|
symbol: any;
|
117
|
+
direction: "horizontal" | "vertical";
|
117
118
|
style: vue.StyleValue;
|
118
|
-
disabled: boolean;
|
119
|
-
tag: string;
|
120
119
|
mobile: NonNullable<boolean | null> | null;
|
120
|
+
disabled: boolean;
|
121
121
|
multiple: boolean;
|
122
|
-
|
122
|
+
tag: string;
|
123
123
|
selectedClass: string;
|
124
124
|
centerActive: boolean;
|
125
125
|
nextIcon: IconValue;
|
126
126
|
prevIcon: IconValue;
|
127
127
|
} & {
|
128
|
+
max?: number | undefined;
|
128
129
|
class?: any;
|
129
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
130
130
|
mandatory?: boolean | "force" | undefined;
|
131
|
-
|
131
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
132
132
|
showArrows?: string | boolean | undefined;
|
133
133
|
} & {}, {
|
134
134
|
symbol: any;
|
135
|
+
direction: "horizontal" | "vertical";
|
135
136
|
style: vue.StyleValue;
|
136
|
-
disabled: boolean;
|
137
|
-
tag: string;
|
138
137
|
mobile: NonNullable<boolean | null> | null;
|
138
|
+
disabled: boolean;
|
139
139
|
multiple: boolean;
|
140
|
-
|
140
|
+
tag: string;
|
141
141
|
selectedClass: string;
|
142
142
|
centerActive: boolean;
|
143
143
|
nextIcon: IconValue;
|
@@ -161,21 +161,21 @@ declare const VSlideGroup: {
|
|
161
161
|
Defaults: {};
|
162
162
|
}, {
|
163
163
|
symbol: any;
|
164
|
+
direction: "horizontal" | "vertical";
|
164
165
|
style: vue.StyleValue;
|
165
|
-
disabled: boolean;
|
166
|
-
tag: string;
|
167
166
|
mobile: NonNullable<boolean | null> | null;
|
167
|
+
disabled: boolean;
|
168
168
|
multiple: boolean;
|
169
|
-
|
169
|
+
tag: string;
|
170
170
|
selectedClass: string;
|
171
171
|
centerActive: boolean;
|
172
172
|
nextIcon: IconValue;
|
173
173
|
prevIcon: IconValue;
|
174
174
|
} & {
|
175
|
+
max?: number | undefined;
|
175
176
|
class?: any;
|
176
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
177
177
|
mandatory?: boolean | "force" | undefined;
|
178
|
-
|
178
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
179
179
|
showArrows?: string | boolean | undefined;
|
180
180
|
} & {}, {
|
181
181
|
selected: vue.Ref<readonly number[]>;
|
@@ -186,12 +186,12 @@ declare const VSlideGroup: {
|
|
186
186
|
hasNext: vue.ComputedRef<boolean>;
|
187
187
|
}, {}, {}, {}, {
|
188
188
|
symbol: any;
|
189
|
+
direction: "horizontal" | "vertical";
|
189
190
|
style: vue.StyleValue;
|
190
|
-
disabled: boolean;
|
191
|
-
tag: string;
|
192
191
|
mobile: NonNullable<boolean | null> | null;
|
192
|
+
disabled: boolean;
|
193
193
|
multiple: boolean;
|
194
|
-
|
194
|
+
tag: string;
|
195
195
|
selectedClass: string;
|
196
196
|
centerActive: boolean;
|
197
197
|
nextIcon: IconValue;
|
@@ -202,21 +202,21 @@ declare const VSlideGroup: {
|
|
202
202
|
__isSuspense?: undefined;
|
203
203
|
} & vue.ComponentOptionsBase<{
|
204
204
|
symbol: any;
|
205
|
+
direction: "horizontal" | "vertical";
|
205
206
|
style: vue.StyleValue;
|
206
|
-
disabled: boolean;
|
207
|
-
tag: string;
|
208
207
|
mobile: NonNullable<boolean | null> | null;
|
208
|
+
disabled: boolean;
|
209
209
|
multiple: boolean;
|
210
|
-
|
210
|
+
tag: string;
|
211
211
|
selectedClass: string;
|
212
212
|
centerActive: boolean;
|
213
213
|
nextIcon: IconValue;
|
214
214
|
prevIcon: IconValue;
|
215
215
|
} & {
|
216
|
+
max?: number | undefined;
|
216
217
|
class?: any;
|
217
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
218
218
|
mandatory?: boolean | "force" | undefined;
|
219
|
-
|
219
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
220
220
|
showArrows?: string | boolean | undefined;
|
221
221
|
} & {}, {
|
222
222
|
selected: vue.Ref<readonly number[]>;
|
@@ -227,14 +227,14 @@ declare const VSlideGroup: {
|
|
227
227
|
hasNext: vue.ComputedRef<boolean>;
|
228
228
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
229
229
|
'update:modelValue': (value: any) => boolean;
|
230
|
-
}, "v-slot:default" | "
|
230
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
231
231
|
symbol: any;
|
232
|
+
direction: "horizontal" | "vertical";
|
232
233
|
style: vue.StyleValue;
|
233
|
-
disabled: boolean;
|
234
|
-
tag: string;
|
235
234
|
mobile: NonNullable<boolean | null> | null;
|
235
|
+
disabled: boolean;
|
236
236
|
multiple: boolean;
|
237
|
-
|
237
|
+
tag: string;
|
238
238
|
selectedClass: string;
|
239
239
|
centerActive: boolean;
|
240
240
|
nextIcon: IconValue;
|
@@ -275,7 +275,7 @@ declare const VSlideGroup: {
|
|
275
275
|
mobile: Omit<{
|
276
276
|
type: PropType<boolean | null>;
|
277
277
|
default: boolean;
|
278
|
-
}, "
|
278
|
+
}, "type" | "default"> & {
|
279
279
|
type: PropType<NonNullable<boolean | null> | null>;
|
280
280
|
default: NonNullable<boolean | null> | null;
|
281
281
|
};
|
@@ -326,7 +326,7 @@ declare const VSlideGroup: {
|
|
326
326
|
mobile: Omit<{
|
327
327
|
type: PropType<boolean | null>;
|
328
328
|
default: boolean;
|
329
|
-
}, "
|
329
|
+
}, "type" | "default"> & {
|
330
330
|
type: PropType<NonNullable<boolean | null> | null>;
|
331
331
|
default: NonNullable<boolean | null> | null;
|
332
332
|
};
|