@vuetify/nightly 4.0.0-dev-20230421.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.
- package/CHANGELOG.md +3 -2
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +56 -4
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +40 -40
- package/dist/json/tags.json +18 -0
- package/dist/json/web-types.json +237 -10
- package/dist/vuetify-labs.css +1500 -1475
- package/dist/vuetify-labs.d.ts +343 -0
- package/dist/vuetify-labs.esm.js +221 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +221 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +9 -9
- package/dist/vuetify.d.ts +10 -10
- package/dist/vuetify.esm.js +15 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +719 -719
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +10 -10
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
- package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
- package/lib/labs/VInfiniteScroll/index.d.ts +349 -0
- package/lib/labs/VInfiniteScroll/index.mjs +2 -0
- package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/labs/components.d.ts +343 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +168 -0
- package/lib/locale/it.mjs +5 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
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
@@ -61037,6 +61037,7 @@ declare module '@vue/runtime-core' {
|
|
61037
61037
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
61038
61038
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
61039
61039
|
VBtn: typeof import('vuetify/components')['VBtn']
|
61040
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
61040
61041
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
61041
61042
|
VCard: typeof import('vuetify/components')['VCard']
|
61042
61043
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -61044,26 +61045,25 @@ declare module '@vue/runtime-core' {
|
|
61044
61045
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
61045
61046
|
VCardText: typeof import('vuetify/components')['VCardText']
|
61046
61047
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
61047
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
61048
61048
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
61049
61049
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
61050
61050
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
61051
61051
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
61052
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
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
61056
61056
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
61057
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
61058
61057
|
VCounter: typeof import('vuetify/components')['VCounter']
|
61058
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
61059
61059
|
VDivider: typeof import('vuetify/components')['VDivider']
|
61060
61060
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
61061
61061
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
61062
61062
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
61063
61063
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
61064
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
61065
61064
|
VField: typeof import('vuetify/components')['VField']
|
61066
61065
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
61066
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
61067
61067
|
VFooter: typeof import('vuetify/components')['VFooter']
|
61068
61068
|
VIcon: typeof import('vuetify/components')['VIcon']
|
61069
61069
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
@@ -61087,8 +61087,8 @@ declare module '@vue/runtime-core' {
|
|
61087
61087
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
61088
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
61093
|
VPagination: typeof import('vuetify/components')['VPagination']
|
61094
61094
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
@@ -61099,8 +61099,6 @@ declare module '@vue/runtime-core' {
|
|
61099
61099
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
61100
61100
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
61101
61101
|
VSheet: typeof import('vuetify/components')['VSheet']
|
61102
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
61103
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
61104
61102
|
VSlider: typeof import('vuetify/components')['VSlider']
|
61105
61103
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
61106
61104
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
@@ -61119,19 +61117,19 @@ 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']
|
61120
|
+
VForm: typeof import('vuetify/components')['VForm']
|
61122
61121
|
VContainer: typeof import('vuetify/components')['VContainer']
|
61123
61122
|
VCol: typeof import('vuetify/components')['VCol']
|
61124
61123
|
VRow: typeof import('vuetify/components')['VRow']
|
61125
61124
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
61126
61125
|
VHover: typeof import('vuetify/components')['VHover']
|
61127
|
-
VForm: typeof import('vuetify/components')['VForm']
|
61128
61126
|
VLayout: typeof import('vuetify/components')['VLayout']
|
61129
61127
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
61130
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
61131
61128
|
VLazy: typeof import('vuetify/components')['VLazy']
|
61129
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
61132
61130
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
61133
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
61134
61131
|
VParallax: typeof import('vuetify/components')['VParallax']
|
61132
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
61135
61133
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
61136
61134
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
61137
61135
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -61153,5 +61151,7 @@ declare module '@vue/runtime-core' {
|
|
61153
61151
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
61154
61152
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
61155
61153
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
61154
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
61155
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
61156
61156
|
}
|
61157
61157
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230426.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -203,6 +203,10 @@ function clamp(value) {
|
|
203
203
|
let max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
|
204
204
|
return Math.max(min, Math.min(max, value));
|
205
205
|
}
|
206
|
+
function getDecimals(value) {
|
207
|
+
const trimmedStr = value.toString().trim();
|
208
|
+
return trimmedStr.includes('.') ? trimmedStr.length - trimmedStr.indexOf('.') - 1 : 0;
|
209
|
+
}
|
206
210
|
function padEnd(str, length) {
|
207
211
|
let char = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '0';
|
208
212
|
return str + char.repeat(Math.max(0, length - str.length));
|
@@ -1927,7 +1931,11 @@ var en = {
|
|
1927
1931
|
item: 'Rating {0} of {1}'
|
1928
1932
|
}
|
1929
1933
|
},
|
1930
|
-
loading: 'Loading...'
|
1934
|
+
loading: 'Loading...',
|
1935
|
+
infiniteScroll: {
|
1936
|
+
loadMore: 'Load more',
|
1937
|
+
empty: 'No more'
|
1938
|
+
}
|
1931
1939
|
};
|
1932
1940
|
|
1933
1941
|
const LANG_PREFIX = '$vuetify.';
|
@@ -4127,14 +4135,14 @@ const VIcon = genericComponent()({
|
|
4127
4135
|
});
|
4128
4136
|
|
4129
4137
|
// Utilities
|
4130
|
-
function useIntersectionObserver(callback) {
|
4138
|
+
function useIntersectionObserver(callback, options) {
|
4131
4139
|
const intersectionRef = ref();
|
4132
4140
|
const isIntersecting = ref(false);
|
4133
4141
|
if (SUPPORTS_INTERSECTION) {
|
4134
4142
|
const observer = new IntersectionObserver(entries => {
|
4135
4143
|
callback?.(entries, observer);
|
4136
4144
|
isIntersecting.value = !!entries.find(entry => entry.isIntersecting);
|
4137
|
-
});
|
4145
|
+
}, options);
|
4138
4146
|
onBeforeUnmount(() => {
|
4139
4147
|
observer.disconnect();
|
4140
4148
|
});
|
@@ -12610,10 +12618,7 @@ const useSteps = props => {
|
|
12610
12618
|
const min = computed(() => parseFloat(props.min));
|
12611
12619
|
const max = computed(() => parseFloat(props.max));
|
12612
12620
|
const step = computed(() => +props.step > 0 ? parseFloat(props.step) : 0);
|
12613
|
-
const decimals = computed(() =>
|
12614
|
-
const trimmedStep = step.value.toString().trim();
|
12615
|
-
return trimmedStep.includes('.') ? trimmedStep.length - trimmedStep.indexOf('.') - 1 : 0;
|
12616
|
-
});
|
12621
|
+
const decimals = computed(() => Math.max(getDecimals(step.value), getDecimals(min.value)));
|
12617
12622
|
function roundValue(value) {
|
12618
12623
|
if (step.value <= 0) return value;
|
12619
12624
|
const clamped = clamp(value, min.value, max.value);
|
@@ -19225,7 +19230,7 @@ function createVuetify$1() {
|
|
19225
19230
|
date
|
19226
19231
|
};
|
19227
19232
|
}
|
19228
|
-
const version$1 = "4.0.0-dev-
|
19233
|
+
const version$1 = "4.0.0-dev-20230426.0";
|
19229
19234
|
createVuetify$1.version = version$1;
|
19230
19235
|
|
19231
19236
|
// Vue's inject() can only be used in setup
|
@@ -19245,7 +19250,7 @@ const createVuetify = function () {
|
|
19245
19250
|
...options
|
19246
19251
|
});
|
19247
19252
|
};
|
19248
|
-
const version = "4.0.0-dev-
|
19253
|
+
const version = "4.0.0-dev-20230426.0";
|
19249
19254
|
createVuetify.version = version;
|
19250
19255
|
|
19251
19256
|
export { components, createVuetify, directives, useDate, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|