@vuetify/nightly 3.4.0-dev.2023-12-01 → 3.4.0-dev.2023-12-07
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/json/attributes.json +1772 -1772
- package/dist/json/importMap.json +96 -96
- package/dist/json/web-types.json +3426 -3426
- package/dist/vuetify-labs.css +2321 -2321
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +358 -358
- package/dist/vuetify.d.ts +29 -29
- package/dist/vuetify.esm.js +4 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -3
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +29 -29
- package/lib/locale/index.d.mts +124 -22
- package/lib/locale/index.mjs +2 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +100 -0
- package/lib/locale/km.mjs.map +1 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -80086,40 +80086,41 @@ declare module '@vue/runtime-core' {
|
|
|
80086
80086
|
}
|
|
80087
80087
|
|
|
80088
80088
|
export interface GlobalComponents {
|
|
80089
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
80089
80090
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
80090
80091
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
80091
80092
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
80092
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
80093
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
80094
80093
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
80095
80094
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
80096
|
-
|
|
80095
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
80097
80096
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
80098
|
-
|
|
80097
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
80099
80098
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
80100
80099
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
80101
80100
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
80101
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
80102
80102
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
80103
80103
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
80104
80104
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
80105
80105
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
80106
80106
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
80107
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
80108
80107
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
80109
|
-
|
|
80110
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
80111
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
80112
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
80113
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
80108
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
80114
80109
|
VCard: typeof import('vuetify/components')['VCard']
|
|
80115
80110
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
80116
80111
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
80117
80112
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
80118
80113
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
80119
80114
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
80120
|
-
|
|
80115
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
80116
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
80117
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
80118
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
80121
80119
|
VChip: typeof import('vuetify/components')['VChip']
|
|
80120
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
80121
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
80122
80122
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
80123
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
80123
80124
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
80124
80125
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
80125
80126
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -80127,14 +80128,13 @@ declare module '@vue/runtime-core' {
|
|
|
80127
80128
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
80128
80129
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
80129
80130
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
80130
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
80131
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
80132
80131
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
80133
80132
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
80134
80133
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
80135
80134
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
80136
80135
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
80137
80136
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
80137
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
80138
80138
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
80139
80139
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
80140
80140
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
@@ -80142,21 +80142,20 @@ declare module '@vue/runtime-core' {
|
|
|
80142
80142
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
80143
80143
|
VField: typeof import('vuetify/components')['VField']
|
|
80144
80144
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
80145
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
80145
80146
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
80146
80147
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
80147
80148
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
80148
80149
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
80149
80150
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
80150
80151
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
80151
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
80152
80152
|
VImg: typeof import('vuetify/components')['VImg']
|
|
80153
80153
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
80154
80154
|
VInput: typeof import('vuetify/components')['VInput']
|
|
80155
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
80156
80155
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
80157
80156
|
VItem: typeof import('vuetify/components')['VItem']
|
|
80158
80157
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
80159
|
-
|
|
80158
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
80160
80159
|
VList: typeof import('vuetify/components')['VList']
|
|
80161
80160
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
80162
80161
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -80166,6 +80165,7 @@ declare module '@vue/runtime-core' {
|
|
|
80166
80165
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
80167
80166
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
80168
80167
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
80168
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
80169
80169
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
80170
80170
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
80171
80171
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
@@ -80173,37 +80173,37 @@ declare module '@vue/runtime-core' {
|
|
|
80173
80173
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
80174
80174
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
80175
80175
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
80176
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
80177
80176
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
80177
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
80178
80178
|
VRating: typeof import('vuetify/components')['VRating']
|
|
80179
80179
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
80180
80180
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
80181
80181
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
80182
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
80183
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
80184
80182
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
80185
|
-
|
|
80183
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
80186
80184
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
80187
80185
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
80188
|
-
|
|
80186
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
80187
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
80189
80188
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
80190
80189
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
80191
80190
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
80192
80191
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
80193
80192
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
80194
80193
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
80195
|
-
|
|
80196
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
80194
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
80197
80195
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
80196
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
80197
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
80198
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
80198
80199
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
80200
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
80199
80201
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
80200
80202
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
80201
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
80202
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
80203
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
80204
80203
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
80205
80204
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
80206
80205
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
80206
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
80207
80207
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
80208
80208
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
80209
80209
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
@@ -80219,11 +80219,12 @@ declare module '@vue/runtime-core' {
|
|
|
80219
80219
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
80220
80220
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
80221
80221
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
80222
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
80223
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
80224
80222
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
80223
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
80224
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
80225
80225
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
80226
80226
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
80227
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
80227
80228
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
80228
80229
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
80229
80230
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -80241,7 +80242,6 @@ declare module '@vue/runtime-core' {
|
|
|
80241
80242
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
80242
80243
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
80243
80244
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
80244
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
80245
80245
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
80246
80246
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
80247
80247
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-dev.2023-12-
|
|
2
|
+
* Vuetify v3.4.0-dev.2023-12-07
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1933,6 +1933,7 @@ const defaultRtl = {
|
|
|
1933
1933
|
id: false,
|
|
1934
1934
|
it: false,
|
|
1935
1935
|
ja: false,
|
|
1936
|
+
km: false,
|
|
1936
1937
|
ko: false,
|
|
1937
1938
|
lv: false,
|
|
1938
1939
|
lt: false,
|
|
@@ -25112,7 +25113,7 @@ function createVuetify$1() {
|
|
|
25112
25113
|
date
|
|
25113
25114
|
};
|
|
25114
25115
|
}
|
|
25115
|
-
const version$1 = "3.4.0-dev.2023-12-
|
|
25116
|
+
const version$1 = "3.4.0-dev.2023-12-07";
|
|
25116
25117
|
createVuetify$1.version = version$1;
|
|
25117
25118
|
|
|
25118
25119
|
// Vue's inject() can only be used in setup
|
|
@@ -25137,7 +25138,7 @@ const createVuetify = function () {
|
|
|
25137
25138
|
...options
|
|
25138
25139
|
});
|
|
25139
25140
|
};
|
|
25140
|
-
const version = "3.4.0-dev.2023-12-
|
|
25141
|
+
const version = "3.4.0-dev.2023-12-07";
|
|
25141
25142
|
createVuetify.version = version;
|
|
25142
25143
|
|
|
25143
25144
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|