vuetify 3.6.0-alpha.2 → 3.6.0

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 (377) hide show
  1. package/dist/_component-variables-labs.sass +2 -1
  2. package/dist/json/attributes.json +731 -63
  3. package/dist/json/importMap-labs.json +32 -20
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/tags.json +184 -2
  6. package/dist/json/web-types.json +13002 -10923
  7. package/dist/vuetify-labs.css +2039 -1927
  8. package/dist/vuetify-labs.d.ts +3575 -1079
  9. package/dist/vuetify-labs.esm.js +1047 -390
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1046 -389
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3026 -2941
  14. package/dist/vuetify.d.ts +927 -306
  15. package/dist/vuetify.esm.js +625 -363
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +624 -362
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +728 -714
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/VAlert.sass +128 -127
  23. package/lib/components/VApp/VApp.sass +15 -13
  24. package/lib/components/VAppBar/VAppBar.sass +9 -8
  25. package/lib/components/VAppBar/index.d.mts +10 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
  29. package/lib/components/VAutocomplete/index.d.mts +36 -0
  30. package/lib/components/VAvatar/VAvatar.sass +26 -25
  31. package/lib/components/VBadge/VBadge.sass +61 -60
  32. package/lib/components/VBanner/VBanner.css +1 -1
  33. package/lib/components/VBanner/VBanner.sass +92 -91
  34. package/lib/components/VBanner/index.d.mts +15 -0
  35. package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
  36. package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
  37. package/lib/components/VBottomSheet/index.d.mts +14 -0
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
  40. package/lib/components/VBtn/VBtn.css +3 -0
  41. package/lib/components/VBtn/VBtn.mjs +3 -1
  42. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  43. package/lib/components/VBtn/VBtn.sass +204 -200
  44. package/lib/components/VBtn/index.d.mts +10 -0
  45. package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
  46. package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
  47. package/lib/components/VBtnToggle/index.d.mts +1 -0
  48. package/lib/components/VCard/VCard.css +3 -3
  49. package/lib/components/VCard/VCard.sass +181 -180
  50. package/lib/components/VCarousel/VCarousel.sass +50 -49
  51. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  52. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  53. package/lib/components/VCarousel/index.d.mts +1 -0
  54. package/lib/components/VCheckbox/VCheckbox.sass +6 -5
  55. package/lib/components/VChip/VChip.css +1 -1
  56. package/lib/components/VChip/VChip.sass +78 -76
  57. package/lib/components/VChipGroup/VChipGroup.sass +20 -18
  58. package/lib/components/VChipGroup/index.d.mts +16 -0
  59. package/lib/components/VCode/VCode.sass +10 -8
  60. package/lib/components/VColorPicker/VColorPicker.sass +18 -17
  61. package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
  62. package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
  63. package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
  64. package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
  65. package/lib/components/VCombobox/VCombobox.mjs +8 -10
  66. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  67. package/lib/components/VCombobox/VCombobox.sass +94 -93
  68. package/lib/components/VCombobox/index.d.mts +36 -0
  69. package/lib/components/VCounter/VCounter.sass +7 -5
  70. package/lib/components/VDataIterator/index.d.mts +2 -0
  71. package/lib/components/VDataTable/VDataTable.css +36 -1
  72. package/lib/components/VDataTable/VDataTable.sass +137 -103
  73. package/lib/components/VDataTable/VDataTableFooter.css +5 -9
  74. package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
  75. package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
  76. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  77. package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
  78. package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
  79. package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
  80. package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
  81. package/lib/components/VDataTable/_variables.scss +9 -3
  82. package/lib/components/VDataTable/index.d.mts +263 -217
  83. package/lib/components/VDataTable/types.mjs.map +1 -1
  84. package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
  85. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  86. package/lib/components/VDatePicker/VDatePicker.sass +6 -5
  87. package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
  88. package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
  89. package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
  90. package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
  91. package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
  92. package/lib/components/VDialog/VDialog.css +7 -3
  93. package/lib/components/VDialog/VDialog.mjs +6 -2
  94. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  95. package/lib/components/VDialog/VDialog.sass +71 -68
  96. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
  97. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
  98. package/lib/components/VDialog/_variables.scss +4 -3
  99. package/lib/components/VDialog/index.d.mts +60 -10
  100. package/lib/components/VDivider/VDivider.sass +49 -48
  101. package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
  102. package/lib/components/VField/VField.sass +451 -450
  103. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  104. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  105. package/lib/components/VFileInput/VFileInput.sass +30 -31
  106. package/lib/components/VFileInput/index.d.mts +17 -5
  107. package/lib/components/VFooter/VFooter.sass +17 -16
  108. package/lib/components/VGrid/VGrid.sass +42 -40
  109. package/lib/components/VIcon/VIcon.sass +34 -32
  110. package/lib/components/VImg/VImg.sass +24 -23
  111. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
  112. package/lib/components/VInput/VInput.mjs +6 -1
  113. package/lib/components/VInput/VInput.mjs.map +1 -1
  114. package/lib/components/VInput/VInput.sass +103 -102
  115. package/lib/components/VInput/index.d.mts +6 -0
  116. package/lib/components/VItemGroup/VItemGroup.sass +7 -5
  117. package/lib/components/VKbd/VKbd.sass +10 -9
  118. package/lib/components/VLabel/VLabel.sass +14 -13
  119. package/lib/components/VLayout/VLayout.mjs +6 -1
  120. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  121. package/lib/components/VLayout/VLayout.sass +10 -7
  122. package/lib/components/VLayout/VLayoutItem.sass +7 -5
  123. package/lib/components/VLayout/index.d.mts +36 -0
  124. package/lib/components/VList/VList.mjs +2 -1
  125. package/lib/components/VList/VList.mjs.map +1 -1
  126. package/lib/components/VList/VList.sass +81 -80
  127. package/lib/components/VList/VListItem.css +1 -1
  128. package/lib/components/VList/VListItem.sass +260 -259
  129. package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
  130. package/lib/components/VMain/VMain.sass +22 -21
  131. package/lib/components/VMenu/VMenu.sass +14 -13
  132. package/lib/components/VMenu/index.d.mts +56 -0
  133. package/lib/components/VMessages/VMessages.sass +16 -15
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
  136. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  137. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
  138. package/lib/components/VNavigationDrawer/index.d.mts +24 -0
  139. package/lib/components/VNavigationDrawer/touch.mjs +16 -2
  140. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  141. package/lib/components/VOtpInput/VOtpInput.sass +51 -50
  142. package/lib/components/VOverlay/VOverlay.mjs +2 -2
  143. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  144. package/lib/components/VOverlay/VOverlay.sass +57 -55
  145. package/lib/components/VOverlay/index.d.mts +27 -13
  146. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  147. package/lib/components/VPagination/VPagination.sass +14 -12
  148. package/lib/components/VParallax/VParallax.sass +8 -5
  149. package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
  150. package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
  151. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  152. package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
  153. package/lib/components/VProgressLinear/index.d.mts +21 -0
  154. package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
  155. package/lib/components/VRangeSlider/index.d.mts +6 -0
  156. package/lib/components/VRating/VRating.sass +46 -44
  157. package/lib/components/VResponsive/VResponsive.sass +21 -19
  158. package/lib/components/VSelect/VSelect.mjs +5 -1
  159. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  160. package/lib/components/VSelect/VSelect.sass +50 -49
  161. package/lib/components/VSelect/index.d.mts +36 -0
  162. package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
  163. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
  164. package/lib/components/VSheet/VSheet.sass +10 -9
  165. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
  166. package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
  167. package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
  168. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  169. package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
  170. package/lib/components/VSlideGroup/helpers.mjs +48 -28
  171. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  172. package/lib/components/VSlideGroup/index.d.mts +16 -0
  173. package/lib/components/VSlider/VSlider.sass +49 -48
  174. package/lib/components/VSlider/VSliderThumb.sass +129 -128
  175. package/lib/components/VSlider/VSliderTrack.sass +120 -119
  176. package/lib/components/VSlider/index.d.mts +6 -0
  177. package/lib/components/VSnackbar/VSnackbar.css +18 -1
  178. package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
  179. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  180. package/lib/components/VSnackbar/VSnackbar.sass +103 -83
  181. package/lib/components/VSnackbar/index.d.mts +42 -0
  182. package/lib/components/VStepper/VStepper.sass +37 -36
  183. package/lib/components/VStepper/VStepperItem.sass +69 -67
  184. package/lib/components/VSwitch/VSwitch.css +14 -2
  185. package/lib/components/VSwitch/VSwitch.sass +119 -112
  186. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  187. package/lib/components/VSystemBar/VSystemBar.sass +24 -23
  188. package/lib/components/VTable/VTable.sass +140 -139
  189. package/lib/components/VTabs/VTab.sass +27 -25
  190. package/lib/components/VTabs/VTabs.sass +38 -37
  191. package/lib/components/VTabs/index.d.mts +49 -6
  192. package/lib/components/VTextField/VTextField.sass +58 -56
  193. package/lib/components/VTextField/index.d.mts +15 -3
  194. package/lib/components/VTextarea/VTextarea.sass +43 -42
  195. package/lib/components/VTextarea/index.d.mts +15 -3
  196. package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
  197. package/lib/components/VTimeline/VTimeline.sass +308 -307
  198. package/lib/components/VToolbar/VToolbar.sass +90 -89
  199. package/lib/components/VTooltip/VTooltip.sass +23 -21
  200. package/lib/components/VTooltip/index.d.mts +56 -0
  201. package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
  202. package/lib/components/VWindow/VWindow.css +1 -0
  203. package/lib/components/VWindow/VWindow.sass +74 -70
  204. package/lib/components/VWindow/index.d.mts +1 -0
  205. package/lib/components/index.d.mts +870 -253
  206. package/lib/composables/directiveComponent.mjs +4 -2
  207. package/lib/composables/directiveComponent.mjs.map +1 -1
  208. package/lib/composables/display.mjs +5 -0
  209. package/lib/composables/display.mjs.map +1 -1
  210. package/lib/composables/goto.mjs +40 -3
  211. package/lib/composables/goto.mjs.map +1 -1
  212. package/lib/composables/group.mjs +10 -1
  213. package/lib/composables/group.mjs.map +1 -1
  214. package/lib/composables/layout.mjs +3 -1
  215. package/lib/composables/layout.mjs.map +1 -1
  216. package/lib/directives/ripple/VRipple.sass +35 -33
  217. package/lib/entry-bundler.mjs +1 -1
  218. package/lib/entry-bundler.mjs.map +1 -1
  219. package/lib/framework.mjs +1 -1
  220. package/lib/framework.mjs.map +1 -1
  221. package/lib/index.d.mts +58 -54
  222. package/lib/labs/VCalendar/VCalendar.sass +160 -158
  223. package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
  224. package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
  225. package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
  226. package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
  227. package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
  228. package/lib/labs/VDateInput/VDateInput.mjs +129 -0
  229. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
  230. package/lib/labs/VDateInput/index.d.mts +1068 -0
  231. package/lib/labs/VDateInput/index.mjs +2 -0
  232. package/lib/labs/VDateInput/index.mjs.map +1 -0
  233. package/lib/labs/VEmptyState/VEmptyState.css +3 -3
  234. package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
  235. package/lib/labs/VFab/VFab.css +1 -0
  236. package/lib/labs/VFab/VFab.mjs +3 -2
  237. package/lib/labs/VFab/VFab.mjs.map +1 -1
  238. package/lib/labs/VFab/VFab.sass +62 -60
  239. package/lib/labs/VFab/index.d.mts +19 -0
  240. package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
  241. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  242. package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
  243. package/lib/labs/VNumberInput/index.d.mts +56 -29
  244. package/lib/labs/VPicker/VPicker.sass +49 -48
  245. package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
  246. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
  247. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
  248. package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
  249. package/lib/labs/VPullToRefresh/index.d.mts +189 -0
  250. package/lib/labs/VPullToRefresh/index.mjs +2 -0
  251. package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
  252. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
  253. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
  254. package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
  255. package/lib/labs/VSnackbarQueue/index.mjs +2 -0
  256. package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
  257. package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
  258. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  259. package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
  260. package/lib/labs/VSpeedDial/index.d.mts +28 -2
  261. package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
  262. package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
  263. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  264. package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
  265. package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
  266. package/lib/labs/VTimePicker/_variables.scss +1 -1
  267. package/lib/labs/VTimePicker/index.d.mts +6 -13
  268. package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
  269. package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
  270. package/lib/labs/components.d.mts +5587 -1641
  271. package/lib/labs/components.mjs +3 -0
  272. package/lib/labs/components.mjs.map +1 -1
  273. package/lib/locale/af.mjs +1 -0
  274. package/lib/locale/af.mjs.map +1 -1
  275. package/lib/locale/ar.mjs +1 -0
  276. package/lib/locale/ar.mjs.map +1 -1
  277. package/lib/locale/az.mjs +1 -0
  278. package/lib/locale/az.mjs.map +1 -1
  279. package/lib/locale/bg.mjs +1 -0
  280. package/lib/locale/bg.mjs.map +1 -1
  281. package/lib/locale/ca.mjs +1 -0
  282. package/lib/locale/ca.mjs.map +1 -1
  283. package/lib/locale/ckb.mjs +1 -0
  284. package/lib/locale/ckb.mjs.map +1 -1
  285. package/lib/locale/cs.mjs +1 -0
  286. package/lib/locale/cs.mjs.map +1 -1
  287. package/lib/locale/da.mjs +1 -0
  288. package/lib/locale/da.mjs.map +1 -1
  289. package/lib/locale/de.mjs +1 -0
  290. package/lib/locale/de.mjs.map +1 -1
  291. package/lib/locale/el.mjs +1 -0
  292. package/lib/locale/el.mjs.map +1 -1
  293. package/lib/locale/en.mjs +1 -0
  294. package/lib/locale/en.mjs.map +1 -1
  295. package/lib/locale/es.mjs +1 -0
  296. package/lib/locale/es.mjs.map +1 -1
  297. package/lib/locale/et.mjs +1 -0
  298. package/lib/locale/et.mjs.map +1 -1
  299. package/lib/locale/fa.mjs +1 -0
  300. package/lib/locale/fa.mjs.map +1 -1
  301. package/lib/locale/fi.mjs +1 -0
  302. package/lib/locale/fi.mjs.map +1 -1
  303. package/lib/locale/fr.mjs +1 -0
  304. package/lib/locale/fr.mjs.map +1 -1
  305. package/lib/locale/he.mjs +1 -0
  306. package/lib/locale/he.mjs.map +1 -1
  307. package/lib/locale/hr.mjs +1 -0
  308. package/lib/locale/hr.mjs.map +1 -1
  309. package/lib/locale/hu.mjs +1 -0
  310. package/lib/locale/hu.mjs.map +1 -1
  311. package/lib/locale/id.mjs +1 -0
  312. package/lib/locale/id.mjs.map +1 -1
  313. package/lib/locale/index.d.mts +43 -0
  314. package/lib/locale/it.mjs +1 -0
  315. package/lib/locale/it.mjs.map +1 -1
  316. package/lib/locale/ja.mjs +1 -0
  317. package/lib/locale/ja.mjs.map +1 -1
  318. package/lib/locale/km.mjs +1 -0
  319. package/lib/locale/km.mjs.map +1 -1
  320. package/lib/locale/ko.mjs +9 -8
  321. package/lib/locale/ko.mjs.map +1 -1
  322. package/lib/locale/lt.mjs +1 -0
  323. package/lib/locale/lt.mjs.map +1 -1
  324. package/lib/locale/lv.mjs +1 -0
  325. package/lib/locale/lv.mjs.map +1 -1
  326. package/lib/locale/nl.mjs +1 -0
  327. package/lib/locale/nl.mjs.map +1 -1
  328. package/lib/locale/no.mjs +1 -0
  329. package/lib/locale/no.mjs.map +1 -1
  330. package/lib/locale/pl.mjs +1 -0
  331. package/lib/locale/pl.mjs.map +1 -1
  332. package/lib/locale/pt.mjs +1 -0
  333. package/lib/locale/pt.mjs.map +1 -1
  334. package/lib/locale/ro.mjs +1 -0
  335. package/lib/locale/ro.mjs.map +1 -1
  336. package/lib/locale/ru.mjs +1 -0
  337. package/lib/locale/ru.mjs.map +1 -1
  338. package/lib/locale/sk.mjs +1 -0
  339. package/lib/locale/sk.mjs.map +1 -1
  340. package/lib/locale/sl.mjs +1 -0
  341. package/lib/locale/sl.mjs.map +1 -1
  342. package/lib/locale/sr-Cyrl.mjs +1 -0
  343. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  344. package/lib/locale/sr-Latn.mjs +1 -0
  345. package/lib/locale/sr-Latn.mjs.map +1 -1
  346. package/lib/locale/sv.mjs +1 -0
  347. package/lib/locale/sv.mjs.map +1 -1
  348. package/lib/locale/th.mjs +1 -0
  349. package/lib/locale/th.mjs.map +1 -1
  350. package/lib/locale/tr.mjs +1 -0
  351. package/lib/locale/tr.mjs.map +1 -1
  352. package/lib/locale/uk.mjs +1 -0
  353. package/lib/locale/uk.mjs.map +1 -1
  354. package/lib/locale/vi.mjs +1 -0
  355. package/lib/locale/vi.mjs.map +1 -1
  356. package/lib/locale/zh-Hans.mjs +1 -0
  357. package/lib/locale/zh-Hans.mjs.map +1 -1
  358. package/lib/locale/zh-Hant.mjs +1 -0
  359. package/lib/locale/zh-Hant.mjs.map +1 -1
  360. package/lib/styles/elements/_blockquote.sass +6 -4
  361. package/lib/styles/elements/_global.sass +20 -18
  362. package/lib/styles/generic/_animations.scss +13 -9
  363. package/lib/styles/generic/_colors.scss +36 -35
  364. package/lib/styles/generic/_index.scss +1 -0
  365. package/lib/styles/generic/_layers.scss +7 -0
  366. package/lib/styles/generic/_reset.scss +235 -232
  367. package/lib/styles/generic/_rtl.scss +10 -6
  368. package/lib/styles/generic/_transitions.scss +244 -241
  369. package/lib/styles/main.css +78 -78
  370. package/lib/styles/settings/_variables.scss +22 -14
  371. package/lib/styles/tools/_index.sass +1 -0
  372. package/lib/styles/tools/_layer.scss +11 -0
  373. package/lib/styles/utilities/_display.sass +7 -5
  374. package/lib/styles/utilities/_elevation.scss +8 -6
  375. package/lib/styles/utilities/_index.sass +28 -29
  376. package/lib/styles/utilities/_screenreaders.sass +13 -11
  377. package/package.json +2 -2
@@ -710,6 +710,7 @@ declare const VCombobox: {
710
710
  activator?: ((arg: {
711
711
  isActive: boolean;
712
712
  props: Record<string, any>;
713
+ targetRef: vue.Ref<any>;
713
714
  }) => vue.VNodeChild) | undefined;
714
715
  } | ((arg: {
715
716
  isActive: vue.Ref<boolean>;
@@ -721,6 +722,7 @@ declare const VCombobox: {
721
722
  activator?: false | ((arg: {
722
723
  isActive: boolean;
723
724
  props: Record<string, any>;
725
+ targetRef: vue.Ref<any>;
724
726
  }) => vue.VNodeChild) | undefined;
725
727
  } | undefined;
726
728
  "v-slot:default"?: false | ((arg: {
@@ -729,6 +731,7 @@ declare const VCombobox: {
729
731
  "v-slot:activator"?: false | ((arg: {
730
732
  isActive: boolean;
731
733
  props: Record<string, any>;
734
+ targetRef: vue.Ref<any>;
732
735
  }) => vue.VNodeChild) | undefined;
733
736
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
734
737
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -785,6 +788,7 @@ declare const VCombobox: {
785
788
  activator?: ((arg: {
786
789
  isActive: boolean;
787
790
  props: Record<string, any>;
791
+ targetRef: vue.Ref<any>;
788
792
  }) => vue.VNodeChild) | undefined;
789
793
  } | ((arg: {
790
794
  isActive: vue.Ref<boolean>;
@@ -796,6 +800,7 @@ declare const VCombobox: {
796
800
  activator?: false | ((arg: {
797
801
  isActive: boolean;
798
802
  props: Record<string, any>;
803
+ targetRef: vue.Ref<any>;
799
804
  }) => vue.VNodeChild) | undefined;
800
805
  } | undefined;
801
806
  } & {
@@ -805,6 +810,7 @@ declare const VCombobox: {
805
810
  "v-slot:activator"?: false | ((arg: {
806
811
  isActive: boolean;
807
812
  props: Record<string, any>;
813
+ targetRef: vue.Ref<any>;
808
814
  }) => vue.VNodeChild) | undefined;
809
815
  } & {
810
816
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1284,6 +1290,7 @@ declare const VCombobox: {
1284
1290
  activator?: ((arg: {
1285
1291
  isActive: boolean;
1286
1292
  props: Record<string, any>;
1293
+ targetRef: vue.Ref<any>;
1287
1294
  }) => vue.VNodeChild) | undefined;
1288
1295
  } | ((arg: {
1289
1296
  isActive: vue.Ref<boolean>;
@@ -1295,6 +1302,7 @@ declare const VCombobox: {
1295
1302
  activator?: false | ((arg: {
1296
1303
  isActive: boolean;
1297
1304
  props: Record<string, any>;
1305
+ targetRef: vue.Ref<any>;
1298
1306
  }) => vue.VNodeChild) | undefined;
1299
1307
  } | undefined;
1300
1308
  "v-slot:default"?: false | ((arg: {
@@ -1303,6 +1311,7 @@ declare const VCombobox: {
1303
1311
  "v-slot:activator"?: false | ((arg: {
1304
1312
  isActive: boolean;
1305
1313
  props: Record<string, any>;
1314
+ targetRef: vue.Ref<any>;
1306
1315
  }) => vue.VNodeChild) | undefined;
1307
1316
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1308
1317
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -1359,6 +1368,7 @@ declare const VCombobox: {
1359
1368
  activator?: ((arg: {
1360
1369
  isActive: boolean;
1361
1370
  props: Record<string, any>;
1371
+ targetRef: vue.Ref<any>;
1362
1372
  }) => vue.VNodeChild) | undefined;
1363
1373
  } | ((arg: {
1364
1374
  isActive: vue.Ref<boolean>;
@@ -1370,6 +1380,7 @@ declare const VCombobox: {
1370
1380
  activator?: false | ((arg: {
1371
1381
  isActive: boolean;
1372
1382
  props: Record<string, any>;
1383
+ targetRef: vue.Ref<any>;
1373
1384
  }) => vue.VNodeChild) | undefined;
1374
1385
  } | undefined;
1375
1386
  } & {
@@ -1379,6 +1390,7 @@ declare const VCombobox: {
1379
1390
  "v-slot:activator"?: false | ((arg: {
1380
1391
  isActive: boolean;
1381
1392
  props: Record<string, any>;
1393
+ targetRef: vue.Ref<any>;
1382
1394
  }) => vue.VNodeChild) | undefined;
1383
1395
  } & {
1384
1396
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1972,6 +1984,7 @@ declare const VCombobox: {
1972
1984
  activator?: ((arg: {
1973
1985
  isActive: boolean;
1974
1986
  props: Record<string, any>;
1987
+ targetRef: vue.Ref<any>;
1975
1988
  }) => vue.VNodeChild) | undefined;
1976
1989
  } | ((arg: {
1977
1990
  isActive: vue.Ref<boolean>;
@@ -1983,6 +1996,7 @@ declare const VCombobox: {
1983
1996
  activator?: false | ((arg: {
1984
1997
  isActive: boolean;
1985
1998
  props: Record<string, any>;
1999
+ targetRef: vue.Ref<any>;
1986
2000
  }) => vue.VNodeChild) | undefined;
1987
2001
  } | undefined;
1988
2002
  "v-slot:default"?: false | ((arg: {
@@ -1991,6 +2005,7 @@ declare const VCombobox: {
1991
2005
  "v-slot:activator"?: false | ((arg: {
1992
2006
  isActive: boolean;
1993
2007
  props: Record<string, any>;
2008
+ targetRef: vue.Ref<any>;
1994
2009
  }) => vue.VNodeChild) | undefined;
1995
2010
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1996
2011
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -2047,6 +2062,7 @@ declare const VCombobox: {
2047
2062
  activator?: ((arg: {
2048
2063
  isActive: boolean;
2049
2064
  props: Record<string, any>;
2065
+ targetRef: vue.Ref<any>;
2050
2066
  }) => vue.VNodeChild) | undefined;
2051
2067
  } | ((arg: {
2052
2068
  isActive: vue.Ref<boolean>;
@@ -2058,6 +2074,7 @@ declare const VCombobox: {
2058
2074
  activator?: false | ((arg: {
2059
2075
  isActive: boolean;
2060
2076
  props: Record<string, any>;
2077
+ targetRef: vue.Ref<any>;
2061
2078
  }) => vue.VNodeChild) | undefined;
2062
2079
  } | undefined;
2063
2080
  } & {
@@ -2067,6 +2084,7 @@ declare const VCombobox: {
2067
2084
  "v-slot:activator"?: false | ((arg: {
2068
2085
  isActive: boolean;
2069
2086
  props: Record<string, any>;
2087
+ targetRef: vue.Ref<any>;
2070
2088
  }) => vue.VNodeChild) | undefined;
2071
2089
  } & {
2072
2090
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -2595,6 +2613,7 @@ declare const VCombobox: {
2595
2613
  activator?: ((arg: {
2596
2614
  isActive: boolean;
2597
2615
  props: Record<string, any>;
2616
+ targetRef: vue.Ref<any>;
2598
2617
  }) => vue.VNodeChild) | undefined;
2599
2618
  } | ((arg: {
2600
2619
  isActive: vue.Ref<boolean>;
@@ -2606,6 +2625,7 @@ declare const VCombobox: {
2606
2625
  activator?: false | ((arg: {
2607
2626
  isActive: boolean;
2608
2627
  props: Record<string, any>;
2628
+ targetRef: vue.Ref<any>;
2609
2629
  }) => vue.VNodeChild) | undefined;
2610
2630
  } | undefined;
2611
2631
  "v-slot:default"?: false | ((arg: {
@@ -2614,6 +2634,7 @@ declare const VCombobox: {
2614
2634
  "v-slot:activator"?: false | ((arg: {
2615
2635
  isActive: boolean;
2616
2636
  props: Record<string, any>;
2637
+ targetRef: vue.Ref<any>;
2617
2638
  }) => vue.VNodeChild) | undefined;
2618
2639
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2619
2640
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -2670,6 +2691,7 @@ declare const VCombobox: {
2670
2691
  activator?: ((arg: {
2671
2692
  isActive: boolean;
2672
2693
  props: Record<string, any>;
2694
+ targetRef: vue.Ref<any>;
2673
2695
  }) => vue.VNodeChild) | undefined;
2674
2696
  } | ((arg: {
2675
2697
  isActive: vue.Ref<boolean>;
@@ -2681,6 +2703,7 @@ declare const VCombobox: {
2681
2703
  activator?: false | ((arg: {
2682
2704
  isActive: boolean;
2683
2705
  props: Record<string, any>;
2706
+ targetRef: vue.Ref<any>;
2684
2707
  }) => vue.VNodeChild) | undefined;
2685
2708
  } | undefined;
2686
2709
  } & {
@@ -2690,6 +2713,7 @@ declare const VCombobox: {
2690
2713
  "v-slot:activator"?: false | ((arg: {
2691
2714
  isActive: boolean;
2692
2715
  props: Record<string, any>;
2716
+ targetRef: vue.Ref<any>;
2693
2717
  }) => vue.VNodeChild) | undefined;
2694
2718
  } & {
2695
2719
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -3432,6 +3456,7 @@ declare const VCombobox: {
3432
3456
  activator?: ((arg: {
3433
3457
  isActive: boolean;
3434
3458
  props: Record<string, any>;
3459
+ targetRef: vue.Ref<any>;
3435
3460
  }) => vue.VNodeChild) | undefined;
3436
3461
  } | ((arg: {
3437
3462
  isActive: vue.Ref<boolean>;
@@ -3443,6 +3468,7 @@ declare const VCombobox: {
3443
3468
  activator?: false | ((arg: {
3444
3469
  isActive: boolean;
3445
3470
  props: Record<string, any>;
3471
+ targetRef: vue.Ref<any>;
3446
3472
  }) => vue.VNodeChild) | undefined;
3447
3473
  } | undefined;
3448
3474
  "v-slot:default"?: false | ((arg: {
@@ -3451,6 +3477,7 @@ declare const VCombobox: {
3451
3477
  "v-slot:activator"?: false | ((arg: {
3452
3478
  isActive: boolean;
3453
3479
  props: Record<string, any>;
3480
+ targetRef: vue.Ref<any>;
3454
3481
  }) => vue.VNodeChild) | undefined;
3455
3482
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3456
3483
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -3507,6 +3534,7 @@ declare const VCombobox: {
3507
3534
  activator?: ((arg: {
3508
3535
  isActive: boolean;
3509
3536
  props: Record<string, any>;
3537
+ targetRef: vue.Ref<any>;
3510
3538
  }) => vue.VNodeChild) | undefined;
3511
3539
  } | ((arg: {
3512
3540
  isActive: vue.Ref<boolean>;
@@ -3518,6 +3546,7 @@ declare const VCombobox: {
3518
3546
  activator?: false | ((arg: {
3519
3547
  isActive: boolean;
3520
3548
  props: Record<string, any>;
3549
+ targetRef: vue.Ref<any>;
3521
3550
  }) => vue.VNodeChild) | undefined;
3522
3551
  } | undefined;
3523
3552
  } & {
@@ -3527,6 +3556,7 @@ declare const VCombobox: {
3527
3556
  "v-slot:activator"?: false | ((arg: {
3528
3557
  isActive: boolean;
3529
3558
  props: Record<string, any>;
3559
+ targetRef: vue.Ref<any>;
3530
3560
  }) => vue.VNodeChild) | undefined;
3531
3561
  } & {
3532
3562
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -4119,6 +4149,7 @@ declare const VCombobox: {
4119
4149
  activator?: ((arg: {
4120
4150
  isActive: boolean;
4121
4151
  props: Record<string, any>;
4152
+ targetRef: vue.Ref<any>;
4122
4153
  }) => vue.VNodeChild) | undefined;
4123
4154
  } | ((arg: {
4124
4155
  isActive: vue.Ref<boolean>;
@@ -4130,6 +4161,7 @@ declare const VCombobox: {
4130
4161
  activator?: false | ((arg: {
4131
4162
  isActive: boolean;
4132
4163
  props: Record<string, any>;
4164
+ targetRef: vue.Ref<any>;
4133
4165
  }) => vue.VNodeChild) | undefined;
4134
4166
  } | undefined;
4135
4167
  "v-slot:default"?: false | ((arg: {
@@ -4138,6 +4170,7 @@ declare const VCombobox: {
4138
4170
  "v-slot:activator"?: false | ((arg: {
4139
4171
  isActive: boolean;
4140
4172
  props: Record<string, any>;
4173
+ targetRef: vue.Ref<any>;
4141
4174
  }) => vue.VNodeChild) | undefined;
4142
4175
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4143
4176
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -4194,6 +4227,7 @@ declare const VCombobox: {
4194
4227
  activator?: ((arg: {
4195
4228
  isActive: boolean;
4196
4229
  props: Record<string, any>;
4230
+ targetRef: vue.Ref<any>;
4197
4231
  }) => vue.VNodeChild) | undefined;
4198
4232
  } | ((arg: {
4199
4233
  isActive: vue.Ref<boolean>;
@@ -4205,6 +4239,7 @@ declare const VCombobox: {
4205
4239
  activator?: false | ((arg: {
4206
4240
  isActive: boolean;
4207
4241
  props: Record<string, any>;
4242
+ targetRef: vue.Ref<any>;
4208
4243
  }) => vue.VNodeChild) | undefined;
4209
4244
  } | undefined;
4210
4245
  } & {
@@ -4214,6 +4249,7 @@ declare const VCombobox: {
4214
4249
  "v-slot:activator"?: false | ((arg: {
4215
4250
  isActive: boolean;
4216
4251
  props: Record<string, any>;
4252
+ targetRef: vue.Ref<any>;
4217
4253
  }) => vue.VNodeChild) | undefined;
4218
4254
  } & {
4219
4255
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1,8 +1,10 @@
1
1
  @use '../../styles/settings'
2
+ @use '../../styles/tools'
2
3
  @use './variables' as *
3
4
 
4
- .v-counter
5
- color: $counter-color
6
- flex: $counter-flex
7
- font-size: $counter-font-size
8
- transition-duration: $counter-transition-duration
5
+ @include tools.layer('components')
6
+ .v-counter
7
+ color: $counter-color
8
+ flex: $counter-flex
9
+ font-size: $counter-font-size
10
+ transition-duration: $counter-transition-duration
@@ -153,6 +153,7 @@ type DataTableHeader<T = Record<string, any>> = {
153
153
  sort?: DataTableCompareFunction;
154
154
  sortRaw?: DataTableCompareFunction;
155
155
  filter?: FilterFunction;
156
+ mobile?: boolean;
156
157
  children?: DataTableHeader<T>[];
157
158
  };
158
159
  type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
@@ -161,6 +162,7 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
161
162
  sortable: boolean;
162
163
  fixedOffset?: number;
163
164
  lastFixed?: boolean;
165
+ nowrap?: boolean;
164
166
  colspan?: number;
165
167
  rowspan?: number;
166
168
  children?: InternalDataTableHeader[];
@@ -106,7 +106,7 @@
106
106
  }
107
107
 
108
108
  .v-data-table--loading .v-data-table__td {
109
- opacity: 0.3;
109
+ opacity: var(--v-disabled-opacity);
110
110
  }
111
111
 
112
112
  .v-data-table-group-header-row__column {
@@ -145,4 +145,39 @@
145
145
  .v-data-table-rows-loading,
146
146
  .v-data-table-rows-no-data {
147
147
  text-align: center;
148
+ }
149
+
150
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
151
+ grid-template-columns: 0;
152
+ justify-content: center;
153
+ }
154
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
155
+ grid-template-columns: 0;
156
+ justify-content: end;
157
+ }
158
+ .v-data-table__tr--mobile > td {
159
+ align-items: center;
160
+ column-gap: 4px;
161
+ display: grid;
162
+ grid-template-columns: repeat(2, 1fr);
163
+ min-height: var(--v-table-row-height);
164
+ }
165
+ .v-data-table__tr--mobile > td:not(:last-child) {
166
+ border-bottom: 0 !important;
167
+ }
168
+
169
+ .v-data-table__td-title {
170
+ font-weight: bold;
171
+ text-align: left;
172
+ }
173
+
174
+ .v-data-table__td-value {
175
+ text-align: right;
176
+ }
177
+
178
+ .v-data-table__td-sort-icon {
179
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
180
+ }
181
+ .v-data-table__td-sort-icon-active {
182
+ color: rgba(var(--v-theme-on-surface));
148
183
  }
@@ -3,125 +3,159 @@
3
3
  @use '../../components/VTable/variables' as *
4
4
  @use './variables' as *
5
5
 
6
- .v-data-table
7
- width: 100%
6
+ @include tools.layer('components')
7
+ .v-data-table
8
+ width: 100%
8
9
 
9
- .v-data-table__table
10
- width: 100%
11
- border-collapse: separate
12
- border-spacing: 0
10
+ .v-data-table__table
11
+ width: 100%
12
+ border-collapse: separate
13
+ border-spacing: 0
13
14
 
14
- .v-data-table__tr
15
- &--focus
16
- border: 1px dotted black
15
+ .v-data-table__tr
16
+ &--focus
17
+ border: 1px dotted black
17
18
 
18
- &--clickable
19
- cursor: pointer
19
+ &--clickable
20
+ cursor: pointer
20
21
 
21
- .v-data-table
22
- .v-table__wrapper
23
- > table
24
- > thead,
25
- tbody
26
- > tr
27
- > td,
28
- th
22
+ .v-data-table
23
+ .v-table__wrapper
24
+ > table
25
+ > thead,
26
+ tbody
27
+ > tr
28
+ > td,
29
+ th
29
30
 
30
- &.v-data-table-column--align-end
31
- text-align: end
31
+ &.v-data-table-column--align-end
32
+ text-align: end
32
33
 
33
- .v-data-table-header__content
34
- flex-direction: row-reverse
34
+ .v-data-table-header__content
35
+ flex-direction: row-reverse
35
36
 
36
- &.v-data-table-column--align-center
37
- text-align: center
37
+ &.v-data-table-column--align-center
38
+ text-align: center
38
39
 
39
- .v-data-table-header__content
40
- justify-content: center
40
+ .v-data-table-header__content
41
+ justify-content: center
41
42
 
42
- &.v-data-table-column--no-padding
43
- padding: 0 8px
43
+ &.v-data-table-column--no-padding
44
+ padding: 0 8px
44
45
 
45
- &.v-data-table-column--nowrap
46
- text-overflow: ellipsis
47
- text-wrap: nowrap
48
- overflow: hidden
46
+ &.v-data-table-column--nowrap
47
+ text-overflow: ellipsis
48
+ text-wrap: nowrap
49
+ overflow: hidden
49
50
 
50
- & .v-data-table-header__content
51
- display: contents
51
+ & .v-data-table-header__content
52
+ display: contents
52
53
 
53
- > th
54
- align-items: center
54
+ > th
55
+ align-items: center
55
56
 
56
- > th.v-data-table__th--fixed
57
+ > th.v-data-table__th--fixed
57
58
  position: sticky
58
59
 
59
- > th.v-data-table__th--sortable:hover
60
- cursor: pointer
61
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))
60
+ > th.v-data-table__th--sortable:hover
61
+ cursor: pointer
62
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))
62
63
 
63
- > th:not(.v-data-table__th--sorted)
64
- .v-data-table-header__sort-icon
65
- opacity: 0
66
-
67
- &:hover
64
+ > th:not(.v-data-table__th--sorted)
68
65
  .v-data-table-header__sort-icon
69
- opacity: 0.5
70
-
71
- .v-data-table-column--fixed,
72
- .v-data-table__th--sticky
73
- background: $table-background
74
- position: sticky !important
75
- left: 0
76
- z-index: 1
77
-
78
- .v-data-table-column--last-fixed
79
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity))
80
-
81
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed
82
- z-index: 2
66
+ opacity: 0
67
+
68
+ &:hover
69
+ .v-data-table-header__sort-icon
70
+ opacity: 0.5
71
+
72
+ .v-data-table-column--fixed,
73
+ .v-data-table__th--sticky
74
+ background: $table-background
75
+ position: sticky !important
76
+ left: 0
77
+ z-index: 1
78
+
79
+ .v-data-table-column--last-fixed
80
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity))
81
+
82
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed
83
+ z-index: 2
84
+
85
+ .v-data-table-group-header-row
86
+ td
87
+ background: rgba(var(--v-theme-surface))
88
+ color: rgba(var(--v-theme-on-surface))
89
+
90
+ > span
91
+ padding-left: 5px
92
+
93
+ .v-data-table--loading
94
+ .v-data-table__td
95
+ opacity: $data-table-loading-opacity
96
+
97
+ .v-data-table-group-header-row__column
98
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important
99
+
100
+ .v-data-table-header__content
101
+ display: flex
102
+ align-items: center
103
+
104
+ .v-data-table-header__sort-badge
105
+ display: inline-flex
106
+ justify-content: center
107
+ align-items: center
108
+ font-size: 0.875rem
109
+ padding: 4px
110
+ border-radius: 50%
111
+ background: $data-table-header-sort-badge-color
112
+ min-width: $data-table-header-sort-badge-size
113
+ min-height: $data-table-header-sort-badge-size
114
+ width: $data-table-header-sort-badge-size
115
+ height: $data-table-header-sort-badge-size
116
+
117
+ .v-data-table-progress
118
+ > th
119
+ border: none !important
120
+ height: auto !important
121
+ padding: 0 !important
122
+
123
+ .v-data-table-progress__loader
124
+ position: relative
125
+
126
+ .v-data-table-rows-loading,
127
+ .v-data-table-rows-no-data
128
+ text-align: center
129
+
130
+ .v-data-table__tr--mobile
131
+ > .v-data-table__td--expanded-row
132
+ grid-template-columns: 0
133
+ justify-content: center
134
+
135
+ > .v-data-table__td--select-row
136
+ grid-template-columns: 0
137
+ justify-content: end
138
+
139
+ > td
140
+ align-items: center
141
+ column-gap: 4px
142
+ display: grid
143
+ grid-template-columns: repeat(2, 1fr)
144
+ min-height: var(--v-table-row-height)
145
+
146
+ &:not(:last-child)
147
+ border-bottom: 0 !important
148
+
149
+ .v-data-table__td-title
150
+ font-weight: bold
151
+ text-align: left
152
+
153
+ .v-data-table__td-value
154
+ text-align: right
83
155
 
84
- .v-data-table-group-header-row
85
- td
86
- background: rgba(var(--v-theme-surface))
87
- color: rgba(var(--v-theme-on-surface))
88
-
89
- > span
90
- padding-left: 5px
91
-
92
- .v-data-table--loading
93
156
  .v-data-table__td
94
- opacity: 0.3
95
-
96
- .v-data-table-group-header-row__column
97
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important
98
-
99
- .v-data-table-header__content
100
- display: flex
101
- align-items: center
102
-
103
- .v-data-table-header__sort-badge
104
- display: inline-flex
105
- justify-content: center
106
- align-items: center
107
- font-size: 0.875rem
108
- padding: 4px
109
- border-radius: 50%
110
- background: $data-table-header-sort-badge-color
111
- min-width: $data-table-header-sort-badge-size
112
- min-height: $data-table-header-sort-badge-size
113
- width: $data-table-header-sort-badge-size
114
- height: $data-table-header-sort-badge-size
115
-
116
- .v-data-table-progress
117
- > th
118
- border: none !important
119
- height: auto !important
120
- padding: 0 !important
121
-
122
- .v-data-table-progress__loader
123
- position: relative
124
-
125
- .v-data-table-rows-loading,
126
- .v-data-table-rows-no-data
127
- text-align: center
157
+ &-sort-icon
158
+ color: $data-table-header-mobile-chip-icon-color
159
+
160
+ &-active
161
+ color: $data-table-header-mobile-chip-icon-color-active
@@ -1,14 +1,13 @@
1
1
  .v-data-table-footer {
2
- display: flex;
3
2
  align-items: center;
3
+ display: flex;
4
4
  flex-wrap: wrap;
5
- padding: 4px;
6
5
  justify-content: flex-end;
6
+ padding: 8px 4px;
7
7
  }
8
-
9
8
  .v-data-table-footer__items-per-page {
10
- display: flex;
11
9
  align-items: center;
10
+ display: flex;
12
11
  justify-content: center;
13
12
  }
14
13
  .v-data-table-footer__items-per-page > span {
@@ -17,20 +16,17 @@
17
16
  .v-data-table-footer__items-per-page > .v-select {
18
17
  width: 90px;
19
18
  }
20
-
21
19
  .v-data-table-footer__info {
22
20
  display: flex;
23
21
  justify-content: flex-end;
24
22
  min-width: 116px;
25
23
  padding: 0 16px;
26
24
  }
27
-
28
- .v-data-table-footer__pagination {
29
- display: flex;
25
+ .v-data-table-footer__paginationz {
30
26
  align-items: center;
27
+ display: flex;
31
28
  margin-inline-start: 16px;
32
29
  }
33
-
34
30
  .v-data-table-footer__page {
35
31
  padding: 0 8px;
36
32
  }