@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-08
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 +13 -5
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +45 -13
- package/dist/vuetify-labs.css +3716 -2993
- package/dist/vuetify-labs.d.ts +50 -11
- package/dist/vuetify-labs.esm.js +113 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1406 -683
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +35 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VTreeview/VTreeview.mjs +15 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +21 -0
- package/lib/labs/components.d.mts +47 -8
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.7.0-beta.1-dev.2024-
|
5
|
+
"version": "3.7.0-beta.1-dev.2024-08-08",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -28281,11 +28281,21 @@
|
|
28281
28281
|
"type": "boolean"
|
28282
28282
|
}
|
28283
28283
|
},
|
28284
|
+
{
|
28285
|
+
"name": "modelValue",
|
28286
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
28287
|
+
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28288
|
+
"default": "null",
|
28289
|
+
"value": {
|
28290
|
+
"kind": "expression",
|
28291
|
+
"type": "Number"
|
28292
|
+
}
|
28293
|
+
},
|
28284
28294
|
{
|
28285
28295
|
"name": "min",
|
28286
28296
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28287
28297
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28288
|
-
"default": "
|
28298
|
+
"default": "-9007199254740991",
|
28289
28299
|
"value": {
|
28290
28300
|
"kind": "expression",
|
28291
28301
|
"type": "number"
|
@@ -28305,7 +28315,7 @@
|
|
28305
28315
|
"name": "max",
|
28306
28316
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28307
28317
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28308
|
-
"default": "
|
28318
|
+
"default": "9007199254740991",
|
28309
28319
|
"value": {
|
28310
28320
|
"kind": "expression",
|
28311
28321
|
"type": "number"
|
@@ -28597,15 +28607,6 @@
|
|
28597
28607
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
|
28598
28608
|
}
|
28599
28609
|
},
|
28600
|
-
{
|
28601
|
-
"name": "modelValue",
|
28602
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
28603
|
-
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28604
|
-
"value": {
|
28605
|
-
"kind": "expression",
|
28606
|
-
"type": "any"
|
28607
|
-
}
|
28608
|
-
},
|
28609
28610
|
{
|
28610
28611
|
"name": "validateOn",
|
28611
28612
|
"description": "Change what type of event triggers validation to run.",
|
@@ -31058,6 +31059,16 @@
|
|
31058
31059
|
"description": "",
|
31059
31060
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh",
|
31060
31061
|
"attributes": [
|
31062
|
+
{
|
31063
|
+
"name": "disabled",
|
31064
|
+
"description": "Removes the ability to click or target the component.",
|
31065
|
+
"doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
|
31066
|
+
"default": "false",
|
31067
|
+
"value": {
|
31068
|
+
"kind": "expression",
|
31069
|
+
"type": "boolean"
|
31070
|
+
}
|
31071
|
+
},
|
31061
31072
|
{
|
31062
31073
|
"name": "pullDownThreshold",
|
31063
31074
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
@@ -35690,7 +35701,7 @@
|
|
35690
35701
|
},
|
35691
35702
|
{
|
35692
35703
|
"name": "loadingText",
|
35693
|
-
"description": "
|
35704
|
+
"description": "aria-label for the element in a loading state.",
|
35694
35705
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
35695
35706
|
"default": "'$vuetify.loading'",
|
35696
35707
|
"value": {
|
@@ -47574,6 +47585,16 @@
|
|
47574
47585
|
"kind": "expression",
|
47575
47586
|
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'"
|
47576
47587
|
}
|
47588
|
+
},
|
47589
|
+
{
|
47590
|
+
"name": "modelValue",
|
47591
|
+
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`",
|
47592
|
+
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47593
|
+
"default": "[]",
|
47594
|
+
"value": {
|
47595
|
+
"kind": "expression",
|
47596
|
+
"type": "unknown[]"
|
47597
|
+
}
|
47577
47598
|
}
|
47578
47599
|
],
|
47579
47600
|
"events": [
|
@@ -47631,6 +47652,17 @@
|
|
47631
47652
|
"type": "[unknown]\n"
|
47632
47653
|
}
|
47633
47654
|
]
|
47655
|
+
},
|
47656
|
+
{
|
47657
|
+
"name": "update:modelValue",
|
47658
|
+
"description": "Event that is emitted when the component's model changes.",
|
47659
|
+
"doc-url": "https://vuetifyjs.com/api/v-treeview#events",
|
47660
|
+
"arguments": [
|
47661
|
+
{
|
47662
|
+
"name": "argument",
|
47663
|
+
"type": "[unknown]\n"
|
47664
|
+
}
|
47665
|
+
]
|
47634
47666
|
}
|
47635
47667
|
],
|
47636
47668
|
"slots": [
|