@vuetify/nightly 3.7.11-master.2025-02-10 → 3.7.11-master.2025-02-11
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 +5 -3
- package/dist/json/attributes.json +2845 -2857
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +194 -194
- package/dist/json/tags.json +0 -3
- package/dist/json/web-types.json +5209 -5236
- package/dist/vuetify-labs.css +3821 -3821
- package/dist/vuetify-labs.d.ts +20 -38
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4323 -4323
- package/dist/vuetify.d.ts +76 -88
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +12 -24
- package/lib/components/index.d.mts +12 -24
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -14
- package/lib/labs/components.d.mts +8 -14
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -21786,7 +21786,7 @@
|
|
21786
21786
|
type: String,
|
21787
21787
|
default: 'picker-reverse-transition'
|
21788
21788
|
},
|
21789
|
-
...makeCalendarProps()
|
21789
|
+
...omit(makeCalendarProps(), ['displayValue'])
|
21790
21790
|
}, 'VDatePickerMonth');
|
21791
21791
|
const VDatePickerMonth = genericComponent()({
|
21792
21792
|
name: 'VDatePickerMonth',
|
@@ -28195,7 +28195,7 @@
|
|
28195
28195
|
...omit(makeVDatePickerProps({
|
28196
28196
|
weeksInMonth: 'dynamic',
|
28197
28197
|
hideHeader: true
|
28198
|
-
}), ['active', 'location'])
|
28198
|
+
}), ['active', 'location', 'rounded'])
|
28199
28199
|
}, 'VDateInput');
|
28200
28200
|
const VDateInput = genericComponent()({
|
28201
28201
|
name: 'VDateInput',
|
@@ -28256,7 +28256,7 @@
|
|
28256
28256
|
}
|
28257
28257
|
useRender(() => {
|
28258
28258
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
28259
|
-
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location']));
|
28259
|
+
const datePickerProps = VDatePicker.filterProps(omit(props, ['active', 'location', 'rounded']));
|
28260
28260
|
const textFieldProps = VTextField.filterProps(props);
|
28261
28261
|
return vue.createVNode(VTextField, vue.mergeProps({
|
28262
28262
|
"ref": vDateInputRef
|
@@ -30897,7 +30897,7 @@
|
|
30897
30897
|
goTo
|
30898
30898
|
};
|
30899
30899
|
}
|
30900
|
-
const version$1 = "3.7.11-master.2025-02-
|
30900
|
+
const version$1 = "3.7.11-master.2025-02-11";
|
30901
30901
|
createVuetify$1.version = version$1;
|
30902
30902
|
|
30903
30903
|
// Vue's inject() can only be used in setup
|
@@ -31150,7 +31150,7 @@
|
|
31150
31150
|
|
31151
31151
|
/* eslint-disable local-rules/sort-imports */
|
31152
31152
|
|
31153
|
-
const version = "3.7.11-master.2025-02-
|
31153
|
+
const version = "3.7.11-master.2025-02-11";
|
31154
31154
|
|
31155
31155
|
/* eslint-disable local-rules/sort-imports */
|
31156
31156
|
|