@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.
Files changed (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. 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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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
- theme?: string | undefined;
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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
- theme?: string | undefined;
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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
- theme?: string | undefined;
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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
- theme?: string | undefined;
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[];
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[]>;
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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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 & {}) | "divider" | "table-row" | "list-item" | "subtitle" | "chip" | "avatar" | "actions" | "heading" | "sentences" | "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")[]>;
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
- direction: "horizontal" | "vertical";
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
- max?: number | undefined;
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" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
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
- direction: "horizontal" | "vertical";
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
- max?: number | undefined;
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
- direction: "horizontal" | "vertical";
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
- direction: "horizontal" | "vertical";
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
- max?: number | undefined;
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
- direction: "horizontal" | "vertical";
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
- direction: "horizontal" | "vertical";
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
- max?: number | undefined;
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" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
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
- direction: "horizontal" | "vertical";
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
- }, "default" | "type"> & {
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
- }, "default" | "type"> & {
329
+ }, "type" | "default"> & {
330
330
  type: PropType<NonNullable<boolean | null> | null>;
331
331
  default: NonNullable<boolean | null> | null;
332
332
  };