@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.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
|
*/
|
@@ -319,7 +319,7 @@
|
|
319
319
|
let char = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '0';
|
320
320
|
return str + char.repeat(Math.max(0, length - str.length));
|
321
321
|
}
|
322
|
-
function padStart
|
322
|
+
function padStart(str, length) {
|
323
323
|
let char = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '0';
|
324
324
|
return char.repeat(Math.max(0, length - str.length)) + str;
|
325
325
|
}
|
@@ -17669,8 +17669,8 @@
|
|
17669
17669
|
function toISO(adapter, value) {
|
17670
17670
|
const date = adapter.toJsDate(value);
|
17671
17671
|
const year = date.getFullYear();
|
17672
|
-
const month = padStart
|
17673
|
-
const day = padStart
|
17672
|
+
const month = padStart(String(date.getMonth() + 1), 2, '0');
|
17673
|
+
const day = padStart(String(date.getDate()), 2, '0');
|
17674
17674
|
return `${year}-${month}-${day}`;
|
17675
17675
|
}
|
17676
17676
|
function parseISO(value) {
|
@@ -28876,6 +28876,11 @@
|
|
28876
28876
|
}
|
28877
28877
|
});
|
28878
28878
|
|
28879
|
+
function pad(n) {
|
28880
|
+
let length = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
28881
|
+
return String(n).padStart(length, '0');
|
28882
|
+
}
|
28883
|
+
|
28879
28884
|
// Types
|
28880
28885
|
|
28881
28886
|
const makeVTimePickerClockProps = propsFactory({
|
@@ -29116,27 +29121,6 @@
|
|
29116
29121
|
}
|
29117
29122
|
});
|
29118
29123
|
|
29119
|
-
// @ts-nocheck
|
29120
|
-
/* eslint-disable */
|
29121
|
-
|
29122
|
-
const padStart = (string, targetLength, padString) => {
|
29123
|
-
targetLength = targetLength >> 0;
|
29124
|
-
string = String(string);
|
29125
|
-
padString = String(padString);
|
29126
|
-
if (string.length > targetLength) {
|
29127
|
-
return String(string);
|
29128
|
-
}
|
29129
|
-
targetLength = targetLength - string.length;
|
29130
|
-
if (targetLength > padString.length) {
|
29131
|
-
padString += padString.repeat(targetLength / padString.length);
|
29132
|
-
}
|
29133
|
-
return padString.slice(0, targetLength) + String(string);
|
29134
|
-
};
|
29135
|
-
var pad = (function (n) {
|
29136
|
-
let length = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2;
|
29137
|
-
return padStart(n, length, '0');
|
29138
|
-
});
|
29139
|
-
|
29140
29124
|
// @ts-nocheck
|
29141
29125
|
/* eslint-disable */
|
29142
29126
|
var SelectingTimes = /*#__PURE__*/function (SelectingTimes) {
|
@@ -30395,7 +30379,7 @@
|
|
30395
30379
|
goTo
|
30396
30380
|
};
|
30397
30381
|
}
|
30398
|
-
const version$1 = "3.7.1-master.2024-09-
|
30382
|
+
const version$1 = "3.7.1-master.2024-09-05";
|
30399
30383
|
createVuetify$1.version = version$1;
|
30400
30384
|
|
30401
30385
|
// Vue's inject() can only be used in setup
|
@@ -30648,7 +30632,7 @@
|
|
30648
30632
|
|
30649
30633
|
/* eslint-disable local-rules/sort-imports */
|
30650
30634
|
|
30651
|
-
const version = "3.7.1-master.2024-09-
|
30635
|
+
const version = "3.7.1-master.2024-09-05";
|
30652
30636
|
|
30653
30637
|
/* eslint-disable local-rules/sort-imports */
|
30654
30638
|
|