@vuetify/nightly 3.12.0-dev.2026-02-20 → 3.12.0-master.2026-02-21
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 +4 -3
- package/README.md +0 -24
- package/dist/json/attributes.json +2236 -2236
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +184 -184
- package/dist/json/web-types.json +4247 -4247
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4566 -4566
- package/dist/vuetify-labs.d.ts +69 -69
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4257 -4257
- package/dist/vuetify.d.ts +69 -69
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +69 -69
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.12.0-
|
|
2
|
+
* Vuetify v3.12.0-master.2026-02-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2895,8 +2895,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2895
2895
|
else{const{mount:e}=u
|
|
2896
2896
|
u.mount=function(){const l=e(...arguments)
|
|
2897
2897
|
return t.nextTick(()=>a.update()),u.mount=e,l}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:Gg.call(this,gt),display:Gg.call(this,Io),theme:Gg.call(this,ha),icons:Gg.call(this,$t),locale:Gg.call(this,va),date:Gg.call(this,Ru)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function Gg(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2898
|
-
if(a&&e in a)return a[e]}Ug.version="3.12.0-
|
|
2899
|
-
const Kg=function(){return Ug({components:Fg,directives:Wg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},qg="3.12.0-
|
|
2898
|
+
if(a&&e in a)return a[e]}Ug.version="3.12.0-master.2026-02-21"
|
|
2899
|
+
const Kg=function(){return Ug({components:Fg,directives:Wg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},qg="3.12.0-master.2026-02-21"
|
|
2900
2900
|
Kg.version=qg,e.blueprints=Gt,e.components=Fg,e.createVuetify=Kg,e.directives=Wg,e.useDate=Du,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
2901
2901
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2902
2902
|
return l(),a},e.useDisplay=Do,e.useGoTo=Oo,e.useHotkey=function(e,a){let l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|
package/lib/entry-bundler.js
CHANGED
|
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
|
16
16
|
...options
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
|
-
export const version = "3.12.0-
|
|
19
|
+
export const version = "3.12.0-master.2026-02-21";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/entry-bundler.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entry-bundler.js","names":["blueprints","components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as blueprints from './blueprints'\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n blueprints,\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,0BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,
|
|
1
|
+
{"version":3,"file":"entry-bundler.js","names":["blueprints","components","directives","createVuetify","_createVuetify","options","arguments","length","undefined","version"],"sources":["../src/entry-bundler.ts"],"sourcesContent":["/* eslint-disable local-rules/sort-imports */\n\n// Styles\nimport './styles/main.sass'\n\n// Components\nimport * as blueprints from './blueprints'\nimport * as components from './components'\nimport * as directives from './directives'\nimport { createVuetify as _createVuetify } from './framework'\n\n// Types\nimport type { VuetifyOptions } from './framework'\n\nexport const createVuetify = (options: VuetifyOptions = {}) => {\n return _createVuetify({ components, directives, ...options })\n}\n\nexport const version = __VUETIFY_VERSION__\ncreateVuetify.version = version\n\nexport {\n blueprints,\n components,\n directives,\n}\nexport * from './composables'\n"],"mappings":"AAAA;;AAEA;AACA;;AAEA;AAAA,OACO,KAAKA,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,OACf,KAAKC,UAAU;AAAA,SACbC,aAAa,IAAIC,cAAc,0BAExC;AAGA,OAAO,MAAMD,aAAa,GAAG,SAAAA,CAAA,EAAkC;EAAA,IAAjCE,OAAuB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACxD,OAAOF,cAAc,CAAC;IAAEH,UAAU;IAAEC,UAAU;IAAE,GAAGG;EAAQ,CAAC,CAAC;AAC/D,CAAC;AAED,OAAO,MAAMI,OAAO,6BAAsB;AAC1CN,aAAa,CAACM,OAAO,GAAGA,OAAO;AAE/B,SACET,UAAU,EACVC,UAAU,EACVC,UAAU;AACX","ignoreList":[]}
|
package/lib/framework.d.ts
CHANGED
|
@@ -2779,26 +2779,25 @@ declare module 'vue' {
|
|
|
2779
2779
|
$children?: VNodeChild
|
|
2780
2780
|
}
|
|
2781
2781
|
export interface GlobalComponents {
|
|
2782
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2783
2782
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2784
2783
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2784
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2785
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2785
2786
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2786
2787
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2787
2788
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2788
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2789
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2790
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2791
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2792
2789
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2790
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2791
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2792
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2793
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2793
2794
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2794
2795
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2795
2796
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2796
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2797
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2798
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2799
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2800
|
-
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2801
2797
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2798
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2799
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2800
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2802
2801
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2803
2802
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2804
2803
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -2806,20 +2805,23 @@ declare module 'vue' {
|
|
|
2806
2805
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2807
2806
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2808
2807
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2808
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2809
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2810
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2809
2811
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2810
2812
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2811
|
-
|
|
2812
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2813
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2813
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2814
2814
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2815
|
-
|
|
2815
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2816
2816
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2817
2817
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2818
2818
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2819
2819
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2820
2820
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2821
2821
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2822
|
-
|
|
2822
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2823
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2824
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2823
2825
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2824
2826
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2825
2827
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2827,33 +2829,27 @@ declare module 'vue' {
|
|
|
2827
2829
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2828
2830
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2829
2831
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2832
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2833
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2834
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2835
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2836
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2837
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2838
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2839
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2840
|
+
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2830
2841
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2831
2842
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2832
2843
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2833
2844
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2834
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2835
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
2836
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2837
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2838
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2839
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2840
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2841
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
2842
|
-
VField: typeof import('vuetify/components')['VField']
|
|
2843
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2844
2845
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2845
2846
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2846
2847
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2847
2848
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2848
2849
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2849
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2850
|
-
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2851
2850
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2852
|
-
|
|
2853
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
2854
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
2851
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2855
2852
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2856
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2857
2853
|
VList: typeof import('vuetify/components')['VList']
|
|
2858
2854
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
2859
2855
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -2863,79 +2859,84 @@ declare module 'vue' {
|
|
|
2863
2859
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2864
2860
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2865
2861
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2866
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2867
2862
|
VMain: typeof import('vuetify/components')['VMain']
|
|
2863
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2864
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2865
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
2866
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2867
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2868
2868
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2869
2869
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2870
|
-
|
|
2871
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2872
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2870
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2873
2871
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2874
|
-
|
|
2872
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2873
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2875
2874
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2876
2875
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2876
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2877
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
2877
2878
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2878
2879
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2879
|
-
|
|
2880
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2881
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2880
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2882
2881
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2883
2882
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2887
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
2888
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2889
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2890
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2891
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2883
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2884
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2892
2885
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2893
2886
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2894
2887
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2895
2888
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2896
2889
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2897
2890
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2891
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2892
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2898
2893
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2894
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2899
2895
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2900
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
2901
2896
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2897
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
2898
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2899
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2900
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2907
2901
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2908
2902
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2909
2903
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2904
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2905
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2906
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2907
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2910
2908
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2911
2909
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2912
2910
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2911
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2912
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2913
2913
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2914
2914
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2915
2915
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2916
2916
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2917
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2918
2917
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2918
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2919
2919
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2920
2920
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2921
2921
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2922
2922
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2923
2923
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2924
2924
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2925
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2926
2925
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2927
2926
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2928
|
-
|
|
2927
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2929
2928
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2930
2929
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2931
2930
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2932
|
-
|
|
2931
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2933
2932
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2933
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2934
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2934
2935
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2935
2936
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2936
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2937
2937
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2938
2938
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2939
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2939
2940
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2940
2941
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2941
2942
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2953,27 +2954,26 @@ declare module 'vue' {
|
|
|
2953
2954
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2954
2955
|
VExpandBothTransition: typeof import('vuetify/components')['VExpandBothTransition']
|
|
2955
2956
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2956
|
-
|
|
2957
|
+
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
2958
|
+
VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
|
|
2959
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2960
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2957
2961
|
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
2958
2962
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2959
2963
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2960
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2961
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2962
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2963
|
-
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
2964
|
-
VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
|
|
2965
2964
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2966
2965
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2967
2966
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2968
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2969
|
-
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2970
|
-
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2971
|
-
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2972
2967
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2973
2968
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2974
2969
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2975
|
-
|
|
2970
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2971
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2972
|
+
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2973
|
+
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2974
|
+
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2976
2975
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2976
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2977
2977
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2978
2978
|
}
|
|
2979
2979
|
export interface GlobalDirectives {
|
package/lib/framework.js
CHANGED
package/lib/framework.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"framework.js","names":["createIcons","createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","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 { createIcons } from './icons'\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 { 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":["createIcons","createDate","DateAdapterSymbol","DateOptionsSymbol","createDefaults","DefaultsSymbol","createDisplay","DisplaySymbol","createGoTo","GoToSymbol","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 { createIcons } from './icons'\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 { 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":[]}
|