@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05
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/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2934 -2934
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2805 -2805
- package/dist/vuetify.d.ts +849 -849
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.1-master.2024-09-
|
2
|
+
* Vuetify v3.7.1-master.2024-09-05
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -315,7 +315,7 @@ function padEnd(str, length) {
|
|
315
315
|
let char = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '0';
|
316
316
|
return str + char.repeat(Math.max(0, length - str.length));
|
317
317
|
}
|
318
|
-
function padStart
|
318
|
+
function padStart(str, length) {
|
319
319
|
let char = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '0';
|
320
320
|
return char.repeat(Math.max(0, length - str.length)) + str;
|
321
321
|
}
|
@@ -17665,8 +17665,8 @@ function format(value, formatString, locale, formats) {
|
|
17665
17665
|
function toISO(adapter, value) {
|
17666
17666
|
const date = adapter.toJsDate(value);
|
17667
17667
|
const year = date.getFullYear();
|
17668
|
-
const month = padStart
|
17669
|
-
const day = padStart
|
17668
|
+
const month = padStart(String(date.getMonth() + 1), 2, '0');
|
17669
|
+
const day = padStart(String(date.getDate()), 2, '0');
|
17670
17670
|
return `${year}-${month}-${day}`;
|
17671
17671
|
}
|
17672
17672
|
function parseISO(value) {
|
@@ -28872,6 +28872,11 @@ const VSnackbarQueue = genericComponent()({
|
|
28872
28872
|
}
|
28873
28873
|
});
|
28874
28874
|
|
28875
|
+
function pad(n) {
|
28876
|
+
let length = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
28877
|
+
return String(n).padStart(length, '0');
|
28878
|
+
}
|
28879
|
+
|
28875
28880
|
// Types
|
28876
28881
|
|
28877
28882
|
const makeVTimePickerClockProps = propsFactory({
|
@@ -29112,27 +29117,6 @@ const VTimePickerClock = genericComponent()({
|
|
29112
29117
|
}
|
29113
29118
|
});
|
29114
29119
|
|
29115
|
-
// @ts-nocheck
|
29116
|
-
/* eslint-disable */
|
29117
|
-
|
29118
|
-
const padStart = (string, targetLength, padString) => {
|
29119
|
-
targetLength = targetLength >> 0;
|
29120
|
-
string = String(string);
|
29121
|
-
padString = String(padString);
|
29122
|
-
if (string.length > targetLength) {
|
29123
|
-
return String(string);
|
29124
|
-
}
|
29125
|
-
targetLength = targetLength - string.length;
|
29126
|
-
if (targetLength > padString.length) {
|
29127
|
-
padString += padString.repeat(targetLength / padString.length);
|
29128
|
-
}
|
29129
|
-
return padString.slice(0, targetLength) + String(string);
|
29130
|
-
};
|
29131
|
-
var pad = (function (n) {
|
29132
|
-
let length = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
29133
|
-
return padStart(n, length, '0');
|
29134
|
-
});
|
29135
|
-
|
29136
29120
|
// @ts-nocheck
|
29137
29121
|
/* eslint-disable */
|
29138
29122
|
var SelectingTimes = /*#__PURE__*/function (SelectingTimes) {
|
@@ -30391,7 +30375,7 @@ function createVuetify$1() {
|
|
30391
30375
|
goTo
|
30392
30376
|
};
|
30393
30377
|
}
|
30394
|
-
const version$1 = "3.7.1-master.2024-09-
|
30378
|
+
const version$1 = "3.7.1-master.2024-09-05";
|
30395
30379
|
createVuetify$1.version = version$1;
|
30396
30380
|
|
30397
30381
|
// Vue's inject() can only be used in setup
|
@@ -30644,7 +30628,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30644
30628
|
|
30645
30629
|
/* eslint-disable local-rules/sort-imports */
|
30646
30630
|
|
30647
|
-
const version = "3.7.1-master.2024-09-
|
30631
|
+
const version = "3.7.1-master.2024-09-05";
|
30648
30632
|
|
30649
30633
|
/* eslint-disable local-rules/sort-imports */
|
30650
30634
|
|