@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-dev.2024-01-16
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 +19 -2
- package/dist/json/attributes.json +265 -209
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +14 -0
- package/dist/json/web-types.json +560 -403
- package/dist/vuetify-labs.css +1712 -1706
- package/dist/vuetify-labs.d.ts +8344 -2173
- package/dist/vuetify-labs.esm.js +15375 -15299
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15375 -15299
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2807 -2801
- package/dist/vuetify.d.ts +7283 -1112
- package/dist/vuetify.esm.js +15375 -15299
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15375 -15299
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +791 -787
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1698 -0
- package/lib/components/VBanner/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VCarousel/index.d.mts +9 -9
- package/lib/components/VChipGroup/VChipGroup.css +3 -3
- package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +4 -3
- package/lib/components/VChipGroup/index.d.mts +118 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1704 -0
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +6 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +9 -4
- package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
- package/lib/components/VDataTable/_variables.scss +5 -0
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +34 -28
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +34 -19
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -0
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VSelect/VSelect.mjs +5 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1689 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +7 -7
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1116 -17
- package/lib/components/VWindow/index.d.mts +7 -7
- package/lib/components/index.d.mts +8361 -2190
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -4
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/locale.mjs +47 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +34 -34
- package/lib/locale/index.d.mts +2 -46
- package/lib/locale/index.mjs +0 -44
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/km.mjs +2 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_utilities.scss +1 -0
- package/lib/util/helpers.mjs +1 -43
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- package/lib/util/dateTimeUtils.mjs.map +0 -1
|
@@ -121,9 +121,9 @@ declare const VWindow: {
|
|
|
121
121
|
tag: string;
|
|
122
122
|
mandatory: boolean | "force";
|
|
123
123
|
selectedClass: string;
|
|
124
|
-
continuous: boolean;
|
|
125
124
|
nextIcon: IconValue;
|
|
126
125
|
prevIcon: IconValue;
|
|
126
|
+
continuous: boolean;
|
|
127
127
|
} & {
|
|
128
128
|
class?: any;
|
|
129
129
|
touch?: boolean | TouchHandlers | undefined;
|
|
@@ -141,9 +141,9 @@ declare const VWindow: {
|
|
|
141
141
|
tag: string;
|
|
142
142
|
mandatory: boolean | "force";
|
|
143
143
|
selectedClass: string;
|
|
144
|
-
continuous: boolean;
|
|
145
144
|
nextIcon: IconValue;
|
|
146
145
|
prevIcon: IconValue;
|
|
146
|
+
continuous: boolean;
|
|
147
147
|
} & {
|
|
148
148
|
class?: any;
|
|
149
149
|
touch?: boolean | TouchHandlers | undefined;
|
|
@@ -158,9 +158,9 @@ declare const VWindow: {
|
|
|
158
158
|
mandatory: boolean | "force";
|
|
159
159
|
touch: boolean | TouchHandlers;
|
|
160
160
|
selectedClass: string;
|
|
161
|
-
continuous: boolean;
|
|
162
161
|
nextIcon: IconValue;
|
|
163
162
|
prevIcon: IconValue;
|
|
163
|
+
continuous: boolean;
|
|
164
164
|
}, true, {}, vue.SlotsType<Partial<{
|
|
165
165
|
default: (arg: {
|
|
166
166
|
group: GroupProvide;
|
|
@@ -197,9 +197,9 @@ declare const VWindow: {
|
|
|
197
197
|
tag: string;
|
|
198
198
|
mandatory: boolean | "force";
|
|
199
199
|
selectedClass: string;
|
|
200
|
-
continuous: boolean;
|
|
201
200
|
nextIcon: IconValue;
|
|
202
201
|
prevIcon: IconValue;
|
|
202
|
+
continuous: boolean;
|
|
203
203
|
} & {
|
|
204
204
|
class?: any;
|
|
205
205
|
touch?: boolean | TouchHandlers | undefined;
|
|
@@ -216,9 +216,9 @@ declare const VWindow: {
|
|
|
216
216
|
mandatory: boolean | "force";
|
|
217
217
|
touch: boolean | TouchHandlers;
|
|
218
218
|
selectedClass: string;
|
|
219
|
-
continuous: boolean;
|
|
220
219
|
nextIcon: IconValue;
|
|
221
220
|
prevIcon: IconValue;
|
|
221
|
+
continuous: boolean;
|
|
222
222
|
}>;
|
|
223
223
|
__isFragment?: undefined;
|
|
224
224
|
__isTeleport?: undefined;
|
|
@@ -231,9 +231,9 @@ declare const VWindow: {
|
|
|
231
231
|
tag: string;
|
|
232
232
|
mandatory: boolean | "force";
|
|
233
233
|
selectedClass: string;
|
|
234
|
-
continuous: boolean;
|
|
235
234
|
nextIcon: IconValue;
|
|
236
235
|
prevIcon: IconValue;
|
|
236
|
+
continuous: boolean;
|
|
237
237
|
} & {
|
|
238
238
|
class?: any;
|
|
239
239
|
touch?: boolean | TouchHandlers | undefined;
|
|
@@ -252,9 +252,9 @@ declare const VWindow: {
|
|
|
252
252
|
mandatory: boolean | "force";
|
|
253
253
|
touch: boolean | TouchHandlers;
|
|
254
254
|
selectedClass: string;
|
|
255
|
-
continuous: boolean;
|
|
256
255
|
nextIcon: IconValue;
|
|
257
256
|
prevIcon: IconValue;
|
|
257
|
+
continuous: boolean;
|
|
258
258
|
}, {}, string, vue.SlotsType<Partial<{
|
|
259
259
|
default: (arg: {
|
|
260
260
|
group: GroupProvide;
|