@vuetify/nightly 3.8.9-master.2025-06-17 → 3.8.10-dev.2025-06-18
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 +46 -17
- package/dist/json/attributes.json +3715 -3311
- package/dist/json/importMap-labs.json +20 -16
- package/dist/json/importMap.json +172 -172
- package/dist/json/tags.json +108 -2
- package/dist/json/web-types.json +7670 -6023
- package/dist/vuetify-labs.cjs +760 -187
- package/dist/vuetify-labs.css +5981 -5933
- package/dist/vuetify-labs.d.ts +10425 -3094
- package/dist/vuetify-labs.esm.js +761 -188
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +760 -187
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +485 -172
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4378 -4330
- package/dist/vuetify.d.ts +2793 -2086
- package/dist/vuetify.esm.js +486 -173
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +485 -172
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1255 -1233
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +175 -110
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +175 -110
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +80 -5
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VKbd/VKbd.css +13 -2
- package/lib/components/VKbd/VKbd.d.ts +221 -0
- package/lib/components/VKbd/VKbd.js +55 -0
- package/lib/components/VKbd/VKbd.js.map +1 -0
- package/lib/components/VKbd/VKbd.sass +2 -1
- package/lib/components/VKbd/_variables.scss +12 -1
- package/lib/components/VKbd/index.d.ts +1 -95
- package/lib/components/VKbd/index.js +1 -4
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +28 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +13 -0
- package/lib/components/VMenu/VMenu.js +2 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +114 -89
- package/lib/components/VNumberInput/VNumberInput.js +43 -20
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +204 -118
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +5 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +3 -3
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/locale.d.ts +5 -1
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/mask.d.ts +38 -0
- package/lib/composables/mask.js +183 -0
- package/lib/composables/mask.js.map +1 -0
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +97 -29
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +4 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +87 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +6993 -0
- package/lib/labs/VMaskInput/VMaskInput.js +67 -0
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
- package/lib/labs/VMaskInput/index.d.ts +1 -0
- package/lib/labs/VMaskInput/index.js +2 -0
- package/lib/labs/VMaskInput/index.js.map +1 -0
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +51 -38
- package/lib/labs/VTreeview/VTreeview.js +1 -1
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +35 -0
- package/lib/labs/VTreeview/VTreeviewChildren.js +21 -3
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +4 -3
- package/lib/locale/adapters/vue-i18n.js +6 -1
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +7 -1
- package/lib/locale/adapters/vuetify.js.map +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +2 -1
- package/lib/util/helpers.js +12 -7
- package/lib/util/helpers.js.map +1 -1
- package/package.json +9 -7
package/lib/framework.d.ts
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, ComponentPublicInstance, DeepReadonly, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, PropType, CSSProperties, EffectScope, nextTick, VNodeProps, App } from 'vue';
|
2
|
+
import { ShallowRef, Ref, ComponentPublicInstance, DeepReadonly, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, PropType, CSSProperties, EffectScope, nextTick, VNodeProps, App } from 'vue';
|
3
3
|
import * as _vue_reactivity from '@vue/reactivity';
|
4
4
|
|
5
5
|
interface LocaleMessages {
|
6
6
|
[key: string]: LocaleMessages | string;
|
7
7
|
}
|
8
8
|
interface LocaleOptions {
|
9
|
+
decimalSeparator?: string;
|
9
10
|
messages?: LocaleMessages;
|
10
11
|
locale?: string;
|
11
12
|
fallback?: string;
|
@@ -13,6 +14,7 @@ interface LocaleOptions {
|
|
13
14
|
}
|
14
15
|
interface LocaleInstance {
|
15
16
|
name: string;
|
17
|
+
decimalSeparator: ShallowRef<string>;
|
16
18
|
messages: Ref<LocaleMessages>;
|
17
19
|
current: Ref<string>;
|
18
20
|
fallback: Ref<string>;
|
@@ -67,10 +69,10 @@ interface DateAdapter<T = unknown> {
|
|
67
69
|
startOfYear(date: T): T;
|
68
70
|
endOfYear(date: T): T;
|
69
71
|
isAfter(date: T, comparing: T): boolean;
|
70
|
-
isAfterDay(
|
72
|
+
isAfterDay(date: T, comparing: T): boolean;
|
71
73
|
isSameDay(date: T, comparing: T): boolean;
|
72
74
|
isSameMonth(date: T, comparing: T): boolean;
|
73
|
-
isSameYear(
|
75
|
+
isSameYear(date: T, comparing: T): boolean;
|
74
76
|
isBefore(date: T, comparing: T): boolean;
|
75
77
|
isEqual(date: T, comparing: T): boolean;
|
76
78
|
isValid(date: any): boolean;
|
@@ -84,7 +86,7 @@ interface DateAdapter<T = unknown> {
|
|
84
86
|
setYear(date: T, year: number): T;
|
85
87
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
86
88
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
87
|
-
getWeekdays(firstDayOfWeek?: number | string): string[];
|
89
|
+
getWeekdays(firstDayOfWeek?: number | string, weekdayFormat?: 'long' | 'short' | 'narrow'): string[];
|
88
90
|
getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
|
89
91
|
getMonth(date: T): number;
|
90
92
|
setMonth(date: T, month: number): T;
|
@@ -147,11 +149,12 @@ type DeepPartial<T> = T extends object ? {
|
|
147
149
|
} : T;
|
148
150
|
type ThemeOptions = false | {
|
149
151
|
cspNonce?: string;
|
150
|
-
defaultTheme?: string;
|
152
|
+
defaultTheme?: 'light' | 'dark' | 'system' | string;
|
151
153
|
variations?: false | VariationsOptions;
|
152
154
|
themes?: Record<string, ThemeDefinition>;
|
153
155
|
stylesheetId?: string;
|
154
156
|
scope?: string;
|
157
|
+
unimportant?: boolean;
|
155
158
|
};
|
156
159
|
type ThemeDefinition = DeepPartial<InternalThemeDefinition>;
|
157
160
|
interface VariationsOptions {
|
@@ -188,11 +191,15 @@ interface OnColors {
|
|
188
191
|
'on-info': string;
|
189
192
|
}
|
190
193
|
interface ThemeInstance {
|
194
|
+
change: (themeName: string) => void;
|
195
|
+
cycle: (themeArray?: string[]) => void;
|
196
|
+
toggle: (themeArray?: [string, string]) => void;
|
191
197
|
readonly isDisabled: boolean;
|
192
198
|
readonly themes: Ref<Record<string, InternalThemeDefinition>>;
|
193
199
|
readonly name: Readonly<Ref<string>>;
|
194
200
|
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
195
201
|
readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
|
202
|
+
readonly prefix: string;
|
196
203
|
readonly themeClasses: Readonly<Ref<string | undefined>>;
|
197
204
|
readonly styles: Readonly<Ref<string>>;
|
198
205
|
readonly global: {
|
@@ -2444,6 +2451,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
2444
2451
|
rtl: vue.Ref<Record<string, boolean>>;
|
2445
2452
|
rtlClasses: vue.Ref<string>;
|
2446
2453
|
name: string;
|
2454
|
+
decimalSeparator: vue.ShallowRef<string>;
|
2447
2455
|
messages: vue.Ref<LocaleMessages>;
|
2448
2456
|
current: vue.Ref<string>;
|
2449
2457
|
fallback: vue.Ref<string>;
|
@@ -2469,10 +2477,10 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
2469
2477
|
startOfYear: (date: unknown) => unknown;
|
2470
2478
|
endOfYear: (date: unknown) => unknown;
|
2471
2479
|
isAfter: (date: unknown, comparing: unknown) => boolean;
|
2472
|
-
isAfterDay: (
|
2480
|
+
isAfterDay: (date: unknown, comparing: unknown) => boolean;
|
2473
2481
|
isSameDay: (date: unknown, comparing: unknown) => boolean;
|
2474
2482
|
isSameMonth: (date: unknown, comparing: unknown) => boolean;
|
2475
|
-
isSameYear: (
|
2483
|
+
isSameYear: (date: unknown, comparing: unknown) => boolean;
|
2476
2484
|
isBefore: (date: unknown, comparing: unknown) => boolean;
|
2477
2485
|
isEqual: (date: unknown, comparing: unknown) => boolean;
|
2478
2486
|
isValid: (date: any) => boolean;
|
@@ -2486,7 +2494,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
2486
2494
|
setYear: (date: unknown, year: number) => unknown;
|
2487
2495
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
2488
2496
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
2489
|
-
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
2497
|
+
getWeekdays: (firstDayOfWeek?: number | string, weekdayFormat?: "long" | "short" | "narrow") => string[];
|
2490
2498
|
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
2491
2499
|
getMonth: (date: unknown) => number;
|
2492
2500
|
setMonth: (date: unknown, month: number) => unknown;
|
@@ -2545,77 +2553,73 @@ declare module 'vue' {
|
|
2545
2553
|
$children?: VNodeChild
|
2546
2554
|
}
|
2547
2555
|
export interface GlobalComponents {
|
2548
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2549
2556
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2550
2557
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2558
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2559
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2560
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2551
2561
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2552
2562
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2553
2563
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2554
2564
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2555
2565
|
VApp: typeof import('vuetify/components')['VApp']
|
2556
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
2557
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2558
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2559
2566
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2560
|
-
|
2567
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2568
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2569
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2570
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2561
2571
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2562
|
-
|
2563
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2564
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2572
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2565
2573
|
VCard: typeof import('vuetify/components')['VCard']
|
2566
2574
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2567
2575
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2568
2576
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2569
2577
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2570
2578
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2571
|
-
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2579
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2580
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2581
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2582
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2583
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2575
2584
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2576
2585
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2577
|
-
|
2586
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2587
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2588
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2578
2589
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2579
|
-
|
2580
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2581
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2582
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2583
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2584
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2585
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2586
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2587
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2588
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2590
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2589
2591
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2590
2592
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2591
2593
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2592
2594
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2593
2595
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2594
2596
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2595
|
-
|
2596
|
-
|
2597
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2598
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2599
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2597
2600
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2598
2601
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2599
2602
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2600
2603
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2601
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2602
|
-
VField: typeof import('vuetify/components')['VField']
|
2603
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2604
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2605
2604
|
VFab: typeof import('vuetify/components')['VFab']
|
2606
2605
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2606
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2607
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2608
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2609
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2610
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2611
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2612
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2613
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2607
2614
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2608
2615
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2609
2616
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2610
2617
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2611
2618
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2612
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2613
2619
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2614
2620
|
VImg: typeof import('vuetify/components')['VImg']
|
2621
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2615
2622
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2616
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2617
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2618
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2619
2623
|
VList: typeof import('vuetify/components')['VList']
|
2620
2624
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2621
2625
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2625,75 +2629,79 @@ declare module 'vue' {
|
|
2625
2629
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2626
2630
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2627
2631
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2632
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2633
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2634
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2635
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2628
2636
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2629
2637
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2630
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2631
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2632
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2633
2638
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2639
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2640
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2634
2641
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2635
2642
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2636
2643
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2637
|
-
|
2644
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2638
2645
|
VRating: typeof import('vuetify/components')['VRating']
|
2639
2646
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2640
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2641
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2642
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2643
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2644
2647
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2645
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2646
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2647
2648
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2648
2649
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2649
|
-
|
2650
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2651
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2652
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2653
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2650
2654
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2651
2655
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2652
2656
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2653
2657
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2654
2658
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2655
2659
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2660
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2661
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2662
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2663
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2656
2664
|
VTab: typeof import('vuetify/components')['VTab']
|
2657
2665
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2658
2666
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2659
2667
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2660
|
-
|
2668
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2661
2669
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2662
2670
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2663
2671
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2672
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2664
2673
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2665
2674
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2666
2675
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2667
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2668
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2669
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2670
2676
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2671
2677
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2672
|
-
|
2673
|
-
|
2678
|
+
VField: typeof import('vuetify/components')['VField']
|
2679
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2680
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2674
2681
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2675
|
-
|
2682
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2683
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2676
2684
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2677
2685
|
VCol: typeof import('vuetify/components')['VCol']
|
2678
2686
|
VRow: typeof import('vuetify/components')['VRow']
|
2679
2687
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2688
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2680
2689
|
VForm: typeof import('vuetify/components')['VForm']
|
2681
2690
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2682
2691
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2683
2692
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2693
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2684
2694
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2685
2695
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2686
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2687
2696
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2697
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2688
2698
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2689
2699
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2690
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2691
2700
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2692
2701
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2693
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2694
2702
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2703
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2695
2704
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2696
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2697
2705
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2698
2706
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2699
2707
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2710,7 +2718,8 @@ declare module 'vue' {
|
|
2710
2718
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2711
2719
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2712
2720
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2713
|
-
|
2721
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2722
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2714
2723
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2715
2724
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2716
2725
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2720,19 +2729,29 @@ declare module 'vue' {
|
|
2720
2729
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2721
2730
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2722
2731
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2723
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2724
2732
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2725
2733
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2726
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2727
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2728
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2729
2734
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2730
2735
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2731
2736
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2732
2737
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2733
2738
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2734
2739
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2740
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2741
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2742
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2743
|
+
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2735
2744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2736
2745
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2737
2746
|
}
|
2747
|
+
export interface GlobalDirectives {
|
2748
|
+
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
2749
|
+
vIntersect: typeof import('vuetify/directives')['Intersect']
|
2750
|
+
vMutate: typeof import('vuetify/directives')['Mutate']
|
2751
|
+
vResize: typeof import('vuetify/directives')['Resize']
|
2752
|
+
vRipple: typeof import('vuetify/directives')['Ripple']
|
2753
|
+
vScroll: typeof import('vuetify/directives')['Scroll']
|
2754
|
+
vTouch: typeof import('vuetify/directives')['Touch']
|
2755
|
+
vTooltip: typeof import('vuetify/directives')['Tooltip']
|
2756
|
+
}
|
2738
2757
|
}
|
package/lib/framework.js
CHANGED
package/lib/framework.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"framework.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\n\n// Exports\nexport * from './composables'\nexport * from './types'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const scope = effectScope()\n return scope.run(() => {\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n function install (app: App) {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n })!\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"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
|
1
|
+
{"version":3,"file":"framework.js","names":["createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","createIcons","IconSymbol","createLocale","LocaleSymbol","createTheme","ThemeSymbol","effectScope","nextTick","reactive","defineComponent","IN_BROWSER","mergeDeep","createVuetify","vuetify","arguments","length","undefined","blueprint","rest","options","aliases","components","directives","scope","run","defaults","display","ssr","theme","icons","locale","date","goTo","install","app","key","directive","component","name","aliasName","appScope","onUnmount","stop","provide","instance","$nuxt","hook","update","mount","vm","__VUE_OPTIONS_API__","mixin","computed","$vuetify","inject","call","unmount","version","$","provides","parent","vnode","appContext"],"sources":["../src/framework.ts"],"sourcesContent":["// Composables\nimport { createDate, DateAdapterSymbol, DateOptionsSymbol } from '@/composables/date/date'\nimport { createDefaults, DefaultsSymbol } from '@/composables/defaults'\nimport { createDisplay, DisplaySymbol } from '@/composables/display'\nimport { createGoTo, GoToSymbol } from '@/composables/goto'\nimport { createIcons, IconSymbol } from '@/composables/icons'\nimport { createLocale, LocaleSymbol } from '@/composables/locale'\nimport { createTheme, ThemeSymbol } from '@/composables/theme'\n\n// Utilities\nimport { effectScope, nextTick, reactive } from 'vue'\nimport { defineComponent, IN_BROWSER, mergeDeep } from '@/util'\n\n// Types\nimport type { App, ComponentPublicInstance, InjectionKey } from 'vue'\nimport type { DateOptions } from '@/composables/date'\nimport type { DefaultsOptions } from '@/composables/defaults'\nimport type { DisplayOptions, SSROptions } from '@/composables/display'\nimport type { GoToOptions } from '@/composables/goto'\nimport type { IconOptions } from '@/composables/icons'\nimport type { LocaleOptions, RtlOptions } from '@/composables/locale'\nimport type { ThemeOptions } from '@/composables/theme'\n\n// Exports\nexport * from './composables'\nexport * from './types'\n\nexport interface VuetifyOptions {\n aliases?: Record<string, any>\n blueprint?: Blueprint\n components?: Record<string, any>\n date?: DateOptions\n directives?: Record<string, any>\n defaults?: DefaultsOptions\n display?: DisplayOptions\n goTo?: GoToOptions\n theme?: ThemeOptions\n icons?: IconOptions\n locale?: LocaleOptions & RtlOptions\n ssr?: SSROptions\n}\n\nexport interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {}\n\nexport function createVuetify (vuetify: VuetifyOptions = {}) {\n const { blueprint, ...rest } = vuetify\n const options: VuetifyOptions = mergeDeep(blueprint, rest)\n const {\n aliases = {},\n components = {},\n directives = {},\n } = options\n\n const scope = effectScope()\n return scope.run(() => {\n const defaults = createDefaults(options.defaults)\n const display = createDisplay(options.display, options.ssr)\n const theme = createTheme(options.theme)\n const icons = createIcons(options.icons)\n const locale = createLocale(options.locale)\n const date = createDate(options.date, locale)\n const goTo = createGoTo(options.goTo, locale)\n\n function install (app: App) {\n for (const key in directives) {\n app.directive(key, directives[key])\n }\n\n for (const key in components) {\n app.component(key, components[key])\n }\n\n for (const key in aliases) {\n app.component(key, defineComponent({\n ...aliases[key],\n name: key,\n aliasName: aliases[key].name,\n }))\n }\n\n const appScope = effectScope()\n appScope.run(() => {\n theme.install(app)\n })\n app.onUnmount(() => appScope.stop())\n\n app.provide(DefaultsSymbol, defaults)\n app.provide(DisplaySymbol, display)\n app.provide(ThemeSymbol, theme)\n app.provide(IconSymbol, icons)\n app.provide(LocaleSymbol, locale)\n app.provide(DateOptionsSymbol, date.options)\n app.provide(DateAdapterSymbol, date.instance)\n app.provide(GoToSymbol, goTo)\n\n if (IN_BROWSER && options.ssr) {\n if (app.$nuxt) {\n app.$nuxt.hook('app:suspense:resolve', () => {\n display.update()\n })\n } else {\n const { mount } = app\n app.mount = (...args) => {\n const vm = mount(...args)\n nextTick(() => display.update())\n app.mount = mount\n return vm\n }\n }\n }\n\n if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {\n app.mixin({\n computed: {\n $vuetify () {\n return reactive({\n defaults: inject.call(this, DefaultsSymbol),\n display: inject.call(this, DisplaySymbol),\n theme: inject.call(this, ThemeSymbol),\n icons: inject.call(this, IconSymbol),\n locale: inject.call(this, LocaleSymbol),\n date: inject.call(this, DateAdapterSymbol),\n })\n },\n },\n })\n }\n }\n\n function unmount () {\n scope.stop()\n }\n\n return {\n install,\n unmount,\n defaults,\n display,\n theme,\n icons,\n locale,\n date,\n goTo,\n }\n })!\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\n// Vue's inject() can only be used in setup\nfunction inject (this: ComponentPublicInstance, key: InjectionKey<any> | string) {\n const vm = this.$\n\n const provides = vm.parent?.provides ?? vm.vnode.appContext?.provides\n\n if (provides && (key as any) in provides) {\n return provides[(key as string)]\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
@@ -28,6 +28,7 @@ export declare const makeVCalendarProps: <Defaults extends {
|
|
28
28
|
weekdays?: unknown;
|
29
29
|
weeksInMonth?: unknown;
|
30
30
|
firstDayOfWeek?: unknown;
|
31
|
+
weekdayFormat?: unknown;
|
31
32
|
hideHeader?: unknown;
|
32
33
|
hideWeekNumber?: unknown;
|
33
34
|
} = {}>(defaults?: Defaults | undefined) => {
|
@@ -244,6 +245,10 @@ export declare const makeVCalendarProps: <Defaults extends {
|
|
244
245
|
type: import("vue").PropType<unknown extends Defaults["firstDayOfWeek"] ? string | number : string | number | Defaults["firstDayOfWeek"]>;
|
245
246
|
default: unknown extends Defaults["firstDayOfWeek"] ? string | number : NonNullable<string | number> | Defaults["firstDayOfWeek"];
|
246
247
|
};
|
248
|
+
weekdayFormat: unknown extends Defaults["weekdayFormat"] ? import("vue").PropType<"long" | "short" | "narrow" | undefined> : {
|
249
|
+
type: import("vue").PropType<unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : "long" | "short" | "narrow" | Defaults["weekdayFormat"] | undefined>;
|
250
|
+
default: unknown extends Defaults["weekdayFormat"] ? "long" | "short" | "narrow" | undefined : NonNullable<"long" | "short" | "narrow" | undefined> | Defaults["weekdayFormat"];
|
251
|
+
};
|
247
252
|
hideHeader: unknown extends Defaults["hideHeader"] ? BooleanConstructor : {
|
248
253
|
type: import("vue").PropType<unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"]>;
|
249
254
|
default: unknown extends Defaults["hideHeader"] ? boolean : boolean | Defaults["hideHeader"];
|
@@ -312,6 +317,7 @@ export declare const VCalendar: {
|
|
312
317
|
firstDayOfWeek?: string | number | undefined;
|
313
318
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
314
319
|
displayValue?: unknown;
|
320
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
315
321
|
dayIndex?: number | undefined;
|
316
322
|
} & {
|
317
323
|
$children?: {} | import("vue").VNodeChild | {
|
@@ -611,6 +617,7 @@ export declare const VCalendar: {
|
|
611
617
|
firstDayOfWeek?: string | number | undefined;
|
612
618
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
613
619
|
displayValue?: unknown;
|
620
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
614
621
|
dayIndex?: number | undefined;
|
615
622
|
} & {
|
616
623
|
$children?: {} | import("vue").VNodeChild | {
|
@@ -846,6 +853,7 @@ export declare const VCalendar: {
|
|
846
853
|
firstDayOfWeek?: string | number | undefined;
|
847
854
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
848
855
|
displayValue?: unknown;
|
856
|
+
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
849
857
|
dayIndex?: number | undefined;
|
850
858
|
} & {
|
851
859
|
$children?: {} | import("vue").VNodeChild | {
|
@@ -1196,6 +1204,7 @@ export declare const VCalendar: {
|
|
1196
1204
|
type: (StringConstructor | NumberConstructor)[];
|
1197
1205
|
default: undefined;
|
1198
1206
|
};
|
1207
|
+
weekdayFormat: import("vue").PropType<"long" | "short" | "narrow" | undefined>;
|
1199
1208
|
hideHeader: BooleanConstructor;
|
1200
1209
|
hideWeekNumber: BooleanConstructor;
|
1201
1210
|
}, import("vue").ExtractPropTypes<{
|
@@ -1286,6 +1295,7 @@ export declare const VCalendar: {
|
|
1286
1295
|
type: (StringConstructor | NumberConstructor)[];
|
1287
1296
|
default: undefined;
|
1288
1297
|
};
|
1298
|
+
weekdayFormat: import("vue").PropType<"long" | "short" | "narrow" | undefined>;
|
1289
1299
|
hideHeader: BooleanConstructor;
|
1290
1300
|
hideWeekNumber: BooleanConstructor;
|
1291
1301
|
}>>;
|
@@ -790,6 +790,7 @@ export declare const VColorInput: {
|
|
790
790
|
bgColor?: string | undefined;
|
791
791
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
792
792
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
793
|
+
iconColor?: string | boolean | undefined;
|
793
794
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
794
795
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
795
796
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -798,7 +799,6 @@ export declare const VColorInput: {
|
|
798
799
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
799
800
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
800
801
|
centerAffix?: boolean | undefined;
|
801
|
-
iconColor?: string | boolean | undefined;
|
802
802
|
hint?: string | undefined;
|
803
803
|
hideDetails?: boolean | "auto" | undefined;
|
804
804
|
suffix?: string | undefined;
|
@@ -1034,6 +1034,7 @@ export declare const VColorInput: {
|
|
1034
1034
|
bgColor?: string | undefined;
|
1035
1035
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1036
1036
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1037
|
+
iconColor?: string | boolean | undefined;
|
1037
1038
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1038
1039
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1039
1040
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1042,7 +1043,6 @@ export declare const VColorInput: {
|
|
1042
1043
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1043
1044
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1044
1045
|
centerAffix?: boolean | undefined;
|
1045
|
-
iconColor?: string | boolean | undefined;
|
1046
1046
|
hint?: string | undefined;
|
1047
1047
|
hideDetails?: boolean | "auto" | undefined;
|
1048
1048
|
suffix?: string | undefined;
|
@@ -1255,6 +1255,7 @@ export declare const VColorInput: {
|
|
1255
1255
|
bgColor?: string | undefined;
|
1256
1256
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1257
1257
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1258
|
+
iconColor?: string | boolean | undefined;
|
1258
1259
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1259
1260
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1260
1261
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1263,7 +1264,6 @@ export declare const VColorInput: {
|
|
1263
1264
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1264
1265
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1265
1266
|
centerAffix?: boolean | undefined;
|
1266
|
-
iconColor?: string | boolean | undefined;
|
1267
1267
|
hint?: string | undefined;
|
1268
1268
|
hideDetails?: boolean | "auto" | undefined;
|
1269
1269
|
suffix?: string | undefined;
|