@vuetify/nightly 4.0.0-dev-20230422.0 → 4.0.0-dev-20230426.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 (124) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +56 -4
  4. package/dist/json/importMap-labs.json +4 -0
  5. package/dist/json/importMap.json +64 -64
  6. package/dist/json/tags.json +18 -0
  7. package/dist/json/web-types.json +237 -10
  8. package/dist/vuetify-labs.css +1379 -1354
  9. package/dist/vuetify-labs.d.ts +343 -0
  10. package/dist/vuetify-labs.esm.js +216 -6
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +216 -6
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.css +9 -9
  15. package/dist/vuetify.d.ts +18 -18
  16. package/dist/vuetify.esm.js +10 -6
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +10 -6
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +7 -7
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/composables/intersectionObserver.mjs +2 -2
  24. package/lib/composables/intersectionObserver.mjs.map +1 -1
  25. package/lib/entry-bundler.mjs +1 -1
  26. package/lib/framework.mjs +1 -1
  27. package/lib/index.d.ts +18 -18
  28. package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
  29. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
  30. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  31. package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
  32. package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
  33. package/lib/labs/VInfiniteScroll/index.d.ts +349 -0
  34. package/lib/labs/VInfiniteScroll/index.mjs +2 -0
  35. package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
  36. package/lib/labs/components.d.ts +343 -2
  37. package/lib/labs/components.mjs +1 -0
  38. package/lib/labs/components.mjs.map +1 -1
  39. package/lib/locale/af.mjs +5 -1
  40. package/lib/locale/af.mjs.map +1 -1
  41. package/lib/locale/ar.mjs +5 -1
  42. package/lib/locale/ar.mjs.map +1 -1
  43. package/lib/locale/az.mjs +5 -1
  44. package/lib/locale/az.mjs.map +1 -1
  45. package/lib/locale/bg.mjs +5 -1
  46. package/lib/locale/bg.mjs.map +1 -1
  47. package/lib/locale/ca.mjs +5 -1
  48. package/lib/locale/ca.mjs.map +1 -1
  49. package/lib/locale/ckb.mjs +5 -1
  50. package/lib/locale/ckb.mjs.map +1 -1
  51. package/lib/locale/cs.mjs +5 -1
  52. package/lib/locale/cs.mjs.map +1 -1
  53. package/lib/locale/da.mjs +5 -1
  54. package/lib/locale/da.mjs.map +1 -1
  55. package/lib/locale/de.mjs +5 -1
  56. package/lib/locale/de.mjs.map +1 -1
  57. package/lib/locale/el.mjs +5 -1
  58. package/lib/locale/el.mjs.map +1 -1
  59. package/lib/locale/en.mjs +5 -1
  60. package/lib/locale/en.mjs.map +1 -1
  61. package/lib/locale/es.mjs +5 -1
  62. package/lib/locale/es.mjs.map +1 -1
  63. package/lib/locale/et.mjs +5 -1
  64. package/lib/locale/et.mjs.map +1 -1
  65. package/lib/locale/fa.mjs +5 -1
  66. package/lib/locale/fa.mjs.map +1 -1
  67. package/lib/locale/fi.mjs +5 -1
  68. package/lib/locale/fi.mjs.map +1 -1
  69. package/lib/locale/fr.mjs +5 -1
  70. package/lib/locale/fr.mjs.map +1 -1
  71. package/lib/locale/he.mjs +5 -1
  72. package/lib/locale/he.mjs.map +1 -1
  73. package/lib/locale/hr.mjs +5 -1
  74. package/lib/locale/hr.mjs.map +1 -1
  75. package/lib/locale/hu.mjs +5 -1
  76. package/lib/locale/hu.mjs.map +1 -1
  77. package/lib/locale/id.mjs +5 -1
  78. package/lib/locale/id.mjs.map +1 -1
  79. package/lib/locale/index.d.ts +168 -0
  80. package/lib/locale/it.mjs +5 -1
  81. package/lib/locale/it.mjs.map +1 -1
  82. package/lib/locale/ja.mjs +5 -1
  83. package/lib/locale/ja.mjs.map +1 -1
  84. package/lib/locale/ko.mjs +5 -1
  85. package/lib/locale/ko.mjs.map +1 -1
  86. package/lib/locale/lt.mjs +5 -1
  87. package/lib/locale/lt.mjs.map +1 -1
  88. package/lib/locale/lv.mjs +5 -1
  89. package/lib/locale/lv.mjs.map +1 -1
  90. package/lib/locale/nl.mjs +5 -1
  91. package/lib/locale/nl.mjs.map +1 -1
  92. package/lib/locale/no.mjs +5 -1
  93. package/lib/locale/no.mjs.map +1 -1
  94. package/lib/locale/pl.mjs +5 -1
  95. package/lib/locale/pl.mjs.map +1 -1
  96. package/lib/locale/pt.mjs +5 -1
  97. package/lib/locale/pt.mjs.map +1 -1
  98. package/lib/locale/ro.mjs +5 -1
  99. package/lib/locale/ro.mjs.map +1 -1
  100. package/lib/locale/ru.mjs +5 -1
  101. package/lib/locale/ru.mjs.map +1 -1
  102. package/lib/locale/sk.mjs +5 -1
  103. package/lib/locale/sk.mjs.map +1 -1
  104. package/lib/locale/sl.mjs +5 -1
  105. package/lib/locale/sl.mjs.map +1 -1
  106. package/lib/locale/sr-Cyrl.mjs +5 -1
  107. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  108. package/lib/locale/sr-Latn.mjs +5 -1
  109. package/lib/locale/sr-Latn.mjs.map +1 -1
  110. package/lib/locale/sv.mjs +5 -1
  111. package/lib/locale/sv.mjs.map +1 -1
  112. package/lib/locale/th.mjs +5 -1
  113. package/lib/locale/th.mjs.map +1 -1
  114. package/lib/locale/tr.mjs +5 -1
  115. package/lib/locale/tr.mjs.map +1 -1
  116. package/lib/locale/uk.mjs +5 -1
  117. package/lib/locale/uk.mjs.map +1 -1
  118. package/lib/locale/vi.mjs +5 -1
  119. package/lib/locale/vi.mjs.map +1 -1
  120. package/lib/locale/zh-Hans.mjs +5 -1
  121. package/lib/locale/zh-Hans.mjs.map +1 -1
  122. package/lib/locale/zh-Hant.mjs +5 -1
  123. package/lib/locale/zh-Hant.mjs.map +1 -1
  124. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230422.0
2
+ * Vuetify v4.0.0-dev-20230426.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -21338,14 +21338,6 @@ html.v-overlay-scroll-blocked {
21338
21338
  }
21339
21339
  .v-selection-control--focus-visible .v-selection-control__input::before {
21340
21340
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21341
- }.v-selection-control-group {
21342
- grid-area: control;
21343
- display: flex;
21344
- flex-direction: column;
21345
- }
21346
- .v-selection-control-group--inline {
21347
- flex-direction: row;
21348
- flex-wrap: wrap;
21349
21341
  }.v-sheet {
21350
21342
  display: block;
21351
21343
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -21702,6 +21694,14 @@ html.v-overlay-scroll-blocked {
21702
21694
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
21703
21695
  margin-inline-end: 52px;
21704
21696
  }
21697
+ }.v-selection-control-group {
21698
+ grid-area: control;
21699
+ display: flex;
21700
+ flex-direction: column;
21701
+ }
21702
+ .v-selection-control-group--inline {
21703
+ flex-direction: row;
21704
+ flex-wrap: wrap;
21705
21705
  }.v-tab.v-tab {
21706
21706
  --v-btn-height: var(--v-tabs-height);
21707
21707
  min-width: 90px;
package/dist/vuetify.d.ts CHANGED
@@ -61029,16 +61029,16 @@ declare module '@vue/runtime-core' {
61029
61029
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
61030
61030
  VAvatar: typeof import('vuetify/components')['VAvatar']
61031
61031
  VBadge: typeof import('vuetify/components')['VBadge']
61032
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
61033
61032
  VBanner: typeof import('vuetify/components')['VBanner']
61034
61033
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
61035
61034
  VBannerText: typeof import('vuetify/components')['VBannerText']
61036
- VBtn: typeof import('vuetify/components')['VBtn']
61035
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
61037
61036
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
61038
61037
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
61039
61038
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
61040
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
61039
+ VBtn: typeof import('vuetify/components')['VBtn']
61041
61040
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
61041
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
61042
61042
  VCard: typeof import('vuetify/components')['VCard']
61043
61043
  VCardActions: typeof import('vuetify/components')['VCardActions']
61044
61044
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -61047,22 +61047,22 @@ declare module '@vue/runtime-core' {
61047
61047
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
61048
61048
  VCarousel: typeof import('vuetify/components')['VCarousel']
61049
61049
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
61050
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
61051
61050
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
61052
61051
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
61052
+ VChip: typeof import('vuetify/components')['VChip']
61053
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
61053
61054
  VCode: typeof import('vuetify/components')['VCode']
61054
61055
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
61055
- VChip: typeof import('vuetify/components')['VChip']
61056
61056
  VCombobox: typeof import('vuetify/components')['VCombobox']
61057
61057
  VCounter: typeof import('vuetify/components')['VCounter']
61058
61058
  VDialog: typeof import('vuetify/components')['VDialog']
61059
61059
  VDivider: typeof import('vuetify/components')['VDivider']
61060
- VField: typeof import('vuetify/components')['VField']
61061
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
61062
61060
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
61063
61061
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
61064
61062
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
61065
61063
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
61064
+ VField: typeof import('vuetify/components')['VField']
61065
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
61066
61066
  VFileInput: typeof import('vuetify/components')['VFileInput']
61067
61067
  VFooter: typeof import('vuetify/components')['VFooter']
61068
61068
  VIcon: typeof import('vuetify/components')['VIcon']
@@ -61076,7 +61076,6 @@ declare module '@vue/runtime-core' {
61076
61076
  VItem: typeof import('vuetify/components')['VItem']
61077
61077
  VKbd: typeof import('vuetify/components')['VKbd']
61078
61078
  VLabel: typeof import('vuetify/components')['VLabel']
61079
- VMain: typeof import('vuetify/components')['VMain']
61080
61079
  VList: typeof import('vuetify/components')['VList']
61081
61080
  VListGroup: typeof import('vuetify/components')['VListGroup']
61082
61081
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -61086,25 +61085,24 @@ declare module '@vue/runtime-core' {
61086
61085
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
61087
61086
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
61088
61087
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
61088
+ VMain: typeof import('vuetify/components')['VMain']
61089
61089
  VMenu: typeof import('vuetify/components')['VMenu']
61090
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
61091
61090
  VMessages: typeof import('vuetify/components')['VMessages']
61091
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
61092
61092
  VOverlay: typeof import('vuetify/components')['VOverlay']
61093
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
61094
61093
  VPagination: typeof import('vuetify/components')['VPagination']
61094
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
61095
61095
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
61096
61096
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
61097
61097
  VRating: typeof import('vuetify/components')['VRating']
61098
61098
  VSelect: typeof import('vuetify/components')['VSelect']
61099
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
61100
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
61101
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
61102
61099
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
61100
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
61103
61101
  VSheet: typeof import('vuetify/components')['VSheet']
61104
61102
  VSlider: typeof import('vuetify/components')['VSlider']
61105
61103
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
61106
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
61107
61104
  VSwitch: typeof import('vuetify/components')['VSwitch']
61105
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
61108
61106
  VTabs: typeof import('vuetify/components')['VTabs']
61109
61107
  VTab: typeof import('vuetify/components')['VTab']
61110
61108
  VTable: typeof import('vuetify/components')['VTable']
@@ -61119,22 +61117,23 @@ declare module '@vue/runtime-core' {
61119
61117
  VWindow: typeof import('vuetify/components')['VWindow']
61120
61118
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
61121
61119
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
61122
- VHover: typeof import('vuetify/components')['VHover']
61123
61120
  VForm: typeof import('vuetify/components')['VForm']
61124
61121
  VContainer: typeof import('vuetify/components')['VContainer']
61125
61122
  VCol: typeof import('vuetify/components')['VCol']
61126
61123
  VRow: typeof import('vuetify/components')['VRow']
61127
61124
  VSpacer: typeof import('vuetify/components')['VSpacer']
61128
- VLazy: typeof import('vuetify/components')['VLazy']
61125
+ VHover: typeof import('vuetify/components')['VHover']
61129
61126
  VLayout: typeof import('vuetify/components')['VLayout']
61130
61127
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
61128
+ VLazy: typeof import('vuetify/components')['VLazy']
61131
61129
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
61132
61130
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
61133
61131
  VParallax: typeof import('vuetify/components')['VParallax']
61134
61132
  VRadio: typeof import('vuetify/components')['VRadio']
61135
- VResponsive: typeof import('vuetify/components')['VResponsive']
61136
61133
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
61134
+ VResponsive: typeof import('vuetify/components')['VResponsive']
61137
61135
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
61136
+ VValidation: typeof import('vuetify/components')['VValidation']
61138
61137
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
61139
61138
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
61140
61139
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -61152,6 +61151,7 @@ declare module '@vue/runtime-core' {
61152
61151
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
61153
61152
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
61154
61153
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
61155
- VValidation: typeof import('vuetify/components')['VValidation']
61154
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
61155
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
61156
61156
  }
61157
61157
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230422.0
2
+ * Vuetify v4.0.0-dev-20230426.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1931,7 +1931,11 @@ var en = {
1931
1931
  item: 'Rating {0} of {1}'
1932
1932
  }
1933
1933
  },
1934
- loading: 'Loading...'
1934
+ loading: 'Loading...',
1935
+ infiniteScroll: {
1936
+ loadMore: 'Load more',
1937
+ empty: 'No more'
1938
+ }
1935
1939
  };
1936
1940
 
1937
1941
  const LANG_PREFIX = '$vuetify.';
@@ -4131,14 +4135,14 @@ const VIcon = genericComponent()({
4131
4135
  });
4132
4136
 
4133
4137
  // Utilities
4134
- function useIntersectionObserver(callback) {
4138
+ function useIntersectionObserver(callback, options) {
4135
4139
  const intersectionRef = ref();
4136
4140
  const isIntersecting = ref(false);
4137
4141
  if (SUPPORTS_INTERSECTION) {
4138
4142
  const observer = new IntersectionObserver(entries => {
4139
4143
  callback?.(entries, observer);
4140
4144
  isIntersecting.value = !!entries.find(entry => entry.isIntersecting);
4141
- });
4145
+ }, options);
4142
4146
  onBeforeUnmount(() => {
4143
4147
  observer.disconnect();
4144
4148
  });
@@ -19226,7 +19230,7 @@ function createVuetify$1() {
19226
19230
  date
19227
19231
  };
19228
19232
  }
19229
- const version$1 = "4.0.0-dev-20230422.0";
19233
+ const version$1 = "4.0.0-dev-20230426.0";
19230
19234
  createVuetify$1.version = version$1;
19231
19235
 
19232
19236
  // Vue's inject() can only be used in setup
@@ -19246,7 +19250,7 @@ const createVuetify = function () {
19246
19250
  ...options
19247
19251
  });
19248
19252
  };
19249
- const version = "4.0.0-dev-20230422.0";
19253
+ const version = "4.0.0-dev-20230426.0";
19250
19254
  createVuetify.version = version;
19251
19255
 
19252
19256
  export { components, createVuetify, directives, useDate, useDisplay, useLayout, useLocale, useRtl, useTheme, version };