@vuetify/nightly 3.9.0-beta.1-dev.2025-06-26 → 3.9.0-beta.1-dev.2025-07-02
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 +105 -3
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2814 -2754
- package/dist/json/importMap-labs.json +16 -12
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +20 -0
- package/dist/json/web-types.json +5362 -5196
- package/dist/vuetify-labs.cjs +796 -64
- package/dist/vuetify-labs.css +3440 -3189
- package/dist/vuetify-labs.d.ts +452 -206
- package/dist/vuetify-labs.esm.js +796 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +796 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +378 -40
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3377 -3368
- package/dist/vuetify.d.ts +82 -62
- package/dist/vuetify.esm.js +378 -41
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +378 -40
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +312 -274
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +2 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VKbd/VKbd.css +14 -5
- package/lib/components/VKbd/VKbd.js.map +1 -1
- package/lib/components/VKbd/VKbd.scss +26 -0
- package/lib/components/VKbd/_variables.scss +12 -6
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/hotkey/hotkey-parsing.d.ts +15 -0
- package/lib/composables/hotkey/hotkey-parsing.js +154 -0
- package/lib/composables/hotkey/hotkey-parsing.js.map +1 -0
- package/lib/composables/hotkey/hotkey.d.ts +9 -0
- package/lib/composables/{hotkey.js → hotkey/hotkey.js} +31 -39
- package/lib/composables/hotkey/hotkey.js.map +1 -0
- package/lib/composables/hotkey/index.d.ts +1 -0
- package/lib/composables/hotkey/index.js +2 -0
- package/lib/composables/hotkey/index.js.map +1 -0
- package/lib/composables/hotkey/key-aliases.d.ts +14 -0
- package/lib/composables/hotkey/key-aliases.js +38 -0
- package/lib/composables/hotkey/key-aliases.js.map +1 -0
- package/lib/composables/icons.d.ts +11 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/index.d.ts +1 -0
- package/lib/composables/index.js +1 -0
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/virtual.js +1 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +83 -62
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +12 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +12 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +12 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +12 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/iconsets/mdi.js +12 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendarDay.js +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.css +242 -0
- package/lib/labs/VHotkey/VHotkey.d.ts +387 -0
- package/lib/labs/VHotkey/VHotkey.js +432 -0
- package/lib/labs/VHotkey/VHotkey.js.map +1 -0
- package/lib/labs/VHotkey/VHotkey.scss +253 -0
- package/lib/labs/VHotkey/_variables.scss +43 -0
- package/lib/labs/VHotkey/index.d.ts +1 -0
- package/lib/labs/VHotkey/index.js +2 -0
- package/lib/labs/VHotkey/index.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.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/locale/af.d.ts +18 -0
- package/lib/locale/af.js +18 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +18 -0
- package/lib/locale/ar.js +18 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +18 -0
- package/lib/locale/az.js +18 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +18 -0
- package/lib/locale/bg.js +18 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +18 -0
- package/lib/locale/ca.js +18 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +18 -0
- package/lib/locale/ckb.js +18 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +18 -0
- package/lib/locale/cs.js +18 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +18 -0
- package/lib/locale/da.js +18 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +18 -0
- package/lib/locale/de.js +18 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +18 -0
- package/lib/locale/el.js +18 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +18 -0
- package/lib/locale/en.js +18 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +18 -0
- package/lib/locale/es.js +18 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +18 -0
- package/lib/locale/et.js +18 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +18 -0
- package/lib/locale/fa.js +18 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +18 -0
- package/lib/locale/fi.js +18 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +18 -0
- package/lib/locale/fr.js +18 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +18 -0
- package/lib/locale/he.js +18 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +18 -0
- package/lib/locale/hr.js +18 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +18 -0
- package/lib/locale/hu.js +18 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +18 -0
- package/lib/locale/id.js +18 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +18 -0
- package/lib/locale/it.js +18 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +18 -0
- package/lib/locale/ja.js +18 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +18 -0
- package/lib/locale/km.js +18 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +18 -0
- package/lib/locale/ko.js +18 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +18 -0
- package/lib/locale/lt.js +18 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +18 -0
- package/lib/locale/lv.js +18 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +18 -0
- package/lib/locale/nl.js +18 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +18 -0
- package/lib/locale/no.js +18 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +18 -0
- package/lib/locale/pl.js +18 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +18 -0
- package/lib/locale/pt.js +18 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +18 -0
- package/lib/locale/ro.js +18 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +18 -0
- package/lib/locale/ru.js +18 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +18 -0
- package/lib/locale/sk.js +18 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +18 -0
- package/lib/locale/sl.js +18 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +18 -0
- package/lib/locale/sr-Cyrl.js +18 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +18 -0
- package/lib/locale/sr-Latn.js +18 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +18 -0
- package/lib/locale/sv.js +18 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +18 -0
- package/lib/locale/th.js +18 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +18 -0
- package/lib/locale/tr.js +18 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +18 -0
- package/lib/locale/uk.js +18 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +18 -0
- package/lib/locale/vi.js +18 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +18 -0
- package/lib/locale/zh-Hans.js +18 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +18 -0
- package/lib/locale/zh-Hant.js +18 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/VKbd/VKbd.sass +0 -15
- package/lib/composables/hotkey.d.ts +0 -9
- package/lib/composables/hotkey.js.map +0 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -305,6 +305,17 @@ interface IconAliases {
|
|
305
305
|
eyeDropper: IconValue;
|
306
306
|
upload: IconValue;
|
307
307
|
color: IconValue;
|
308
|
+
command: IconValue;
|
309
|
+
ctrl: IconValue;
|
310
|
+
space: IconValue;
|
311
|
+
shift: IconValue;
|
312
|
+
alt: IconValue;
|
313
|
+
enter: IconValue;
|
314
|
+
arrowup: IconValue;
|
315
|
+
arrowdown: IconValue;
|
316
|
+
arrowleft: IconValue;
|
317
|
+
arrowright: IconValue;
|
318
|
+
backspace: IconValue;
|
308
319
|
}
|
309
320
|
interface IconProps {
|
310
321
|
tag: string | JSXComponent;
|
@@ -690,6 +701,14 @@ declare function useLayout(): {
|
|
690
701
|
mainStyles: Ref<CSSProperties, CSSProperties>;
|
691
702
|
};
|
692
703
|
|
704
|
+
interface HotkeyOptions {
|
705
|
+
event?: MaybeRef<'keydown' | 'keyup'>;
|
706
|
+
inputs?: MaybeRef<boolean>;
|
707
|
+
preventDefault?: MaybeRef<boolean>;
|
708
|
+
sequenceTimeout?: MaybeRef<number>;
|
709
|
+
}
|
710
|
+
declare function useHotkey(keys: MaybeRef<string | undefined>, callback: (e: KeyboardEvent) => void, options?: HotkeyOptions): () => void;
|
711
|
+
|
693
712
|
/**
|
694
713
|
* - boolean: match without highlight
|
695
714
|
* - number: single match (index), length already known
|
@@ -93671,47 +93690,47 @@ declare const VCalendarInterval: {
|
|
93671
93690
|
dayIndex?: number | undefined;
|
93672
93691
|
} & {
|
93673
93692
|
$children?: {} | vue.VNodeChild | {
|
93674
|
-
|
93693
|
+
'interval-body'?: ((arg: {
|
93675
93694
|
interval: Interval;
|
93676
93695
|
}) => vue.VNodeChild) | undefined;
|
93677
|
-
|
93696
|
+
'interval-event'?: ((arg: {
|
93678
93697
|
height: string;
|
93679
93698
|
margin: string;
|
93680
93699
|
eventClass: string;
|
93681
93700
|
event: any;
|
93682
93701
|
interval: Interval;
|
93683
93702
|
}) => vue.VNodeChild) | undefined;
|
93684
|
-
|
93703
|
+
'interval-title'?: ((arg: {
|
93685
93704
|
interval: Interval;
|
93686
93705
|
}) => vue.VNodeChild) | undefined;
|
93687
93706
|
};
|
93688
93707
|
'v-slots'?: {
|
93689
|
-
|
93708
|
+
'interval-body'?: false | ((arg: {
|
93690
93709
|
interval: Interval;
|
93691
93710
|
}) => vue.VNodeChild) | undefined;
|
93692
|
-
|
93711
|
+
'interval-event'?: false | ((arg: {
|
93693
93712
|
height: string;
|
93694
93713
|
margin: string;
|
93695
93714
|
eventClass: string;
|
93696
93715
|
event: any;
|
93697
93716
|
interval: Interval;
|
93698
93717
|
}) => vue.VNodeChild) | undefined;
|
93699
|
-
|
93718
|
+
'interval-title'?: false | ((arg: {
|
93700
93719
|
interval: Interval;
|
93701
93720
|
}) => vue.VNodeChild) | undefined;
|
93702
93721
|
} | undefined;
|
93703
93722
|
} & {
|
93704
|
-
"v-slot:
|
93723
|
+
"v-slot:interval-body"?: false | ((arg: {
|
93705
93724
|
interval: Interval;
|
93706
93725
|
}) => vue.VNodeChild) | undefined;
|
93707
|
-
"v-slot:
|
93726
|
+
"v-slot:interval-event"?: false | ((arg: {
|
93708
93727
|
height: string;
|
93709
93728
|
margin: string;
|
93710
93729
|
eventClass: string;
|
93711
93730
|
event: any;
|
93712
93731
|
interval: Interval;
|
93713
93732
|
}) => vue.VNodeChild) | undefined;
|
93714
|
-
"v-slot:
|
93733
|
+
"v-slot:interval-title"?: false | ((arg: {
|
93715
93734
|
interval: Interval;
|
93716
93735
|
}) => vue.VNodeChild) | undefined;
|
93717
93736
|
}, {
|
@@ -93729,17 +93748,17 @@ declare const VCalendarInterval: {
|
|
93729
93748
|
intervalFormat: string | Function;
|
93730
93749
|
intervalStart: number;
|
93731
93750
|
}, true, {}, vue.SlotsType<Partial<{
|
93732
|
-
|
93751
|
+
'interval-body': (arg: {
|
93733
93752
|
interval: Interval;
|
93734
93753
|
}) => vue.VNode[];
|
93735
|
-
|
93754
|
+
'interval-event': (arg: {
|
93736
93755
|
height: string;
|
93737
93756
|
margin: string;
|
93738
93757
|
eventClass: string;
|
93739
93758
|
event: any;
|
93740
93759
|
interval: Interval;
|
93741
93760
|
}) => vue.VNode[];
|
93742
|
-
|
93761
|
+
'interval-title': (arg: {
|
93743
93762
|
interval: Interval;
|
93744
93763
|
}) => vue.VNode[];
|
93745
93764
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -93762,47 +93781,47 @@ declare const VCalendarInterval: {
|
|
93762
93781
|
dayIndex?: number | undefined;
|
93763
93782
|
} & {
|
93764
93783
|
$children?: {} | vue.VNodeChild | {
|
93765
|
-
|
93784
|
+
'interval-body'?: ((arg: {
|
93766
93785
|
interval: Interval;
|
93767
93786
|
}) => vue.VNodeChild) | undefined;
|
93768
|
-
|
93787
|
+
'interval-event'?: ((arg: {
|
93769
93788
|
height: string;
|
93770
93789
|
margin: string;
|
93771
93790
|
eventClass: string;
|
93772
93791
|
event: any;
|
93773
93792
|
interval: Interval;
|
93774
93793
|
}) => vue.VNodeChild) | undefined;
|
93775
|
-
|
93794
|
+
'interval-title'?: ((arg: {
|
93776
93795
|
interval: Interval;
|
93777
93796
|
}) => vue.VNodeChild) | undefined;
|
93778
93797
|
};
|
93779
93798
|
'v-slots'?: {
|
93780
|
-
|
93799
|
+
'interval-body'?: false | ((arg: {
|
93781
93800
|
interval: Interval;
|
93782
93801
|
}) => vue.VNodeChild) | undefined;
|
93783
|
-
|
93802
|
+
'interval-event'?: false | ((arg: {
|
93784
93803
|
height: string;
|
93785
93804
|
margin: string;
|
93786
93805
|
eventClass: string;
|
93787
93806
|
event: any;
|
93788
93807
|
interval: Interval;
|
93789
93808
|
}) => vue.VNodeChild) | undefined;
|
93790
|
-
|
93809
|
+
'interval-title'?: false | ((arg: {
|
93791
93810
|
interval: Interval;
|
93792
93811
|
}) => vue.VNodeChild) | undefined;
|
93793
93812
|
} | undefined;
|
93794
93813
|
} & {
|
93795
|
-
"v-slot:
|
93814
|
+
"v-slot:interval-body"?: false | ((arg: {
|
93796
93815
|
interval: Interval;
|
93797
93816
|
}) => vue.VNodeChild) | undefined;
|
93798
|
-
"v-slot:
|
93817
|
+
"v-slot:interval-event"?: false | ((arg: {
|
93799
93818
|
height: string;
|
93800
93819
|
margin: string;
|
93801
93820
|
eventClass: string;
|
93802
93821
|
event: any;
|
93803
93822
|
interval: Interval;
|
93804
93823
|
}) => vue.VNodeChild) | undefined;
|
93805
|
-
"v-slot:
|
93824
|
+
"v-slot:interval-title"?: false | ((arg: {
|
93806
93825
|
interval: Interval;
|
93807
93826
|
}) => vue.VNodeChild) | undefined;
|
93808
93827
|
}, {
|
@@ -93836,47 +93855,47 @@ declare const VCalendarInterval: {
|
|
93836
93855
|
dayIndex?: number | undefined;
|
93837
93856
|
} & {
|
93838
93857
|
$children?: {} | vue.VNodeChild | {
|
93839
|
-
|
93858
|
+
'interval-body'?: ((arg: {
|
93840
93859
|
interval: Interval;
|
93841
93860
|
}) => vue.VNodeChild) | undefined;
|
93842
|
-
|
93861
|
+
'interval-event'?: ((arg: {
|
93843
93862
|
height: string;
|
93844
93863
|
margin: string;
|
93845
93864
|
eventClass: string;
|
93846
93865
|
event: any;
|
93847
93866
|
interval: Interval;
|
93848
93867
|
}) => vue.VNodeChild) | undefined;
|
93849
|
-
|
93868
|
+
'interval-title'?: ((arg: {
|
93850
93869
|
interval: Interval;
|
93851
93870
|
}) => vue.VNodeChild) | undefined;
|
93852
93871
|
};
|
93853
93872
|
'v-slots'?: {
|
93854
|
-
|
93873
|
+
'interval-body'?: false | ((arg: {
|
93855
93874
|
interval: Interval;
|
93856
93875
|
}) => vue.VNodeChild) | undefined;
|
93857
|
-
|
93876
|
+
'interval-event'?: false | ((arg: {
|
93858
93877
|
height: string;
|
93859
93878
|
margin: string;
|
93860
93879
|
eventClass: string;
|
93861
93880
|
event: any;
|
93862
93881
|
interval: Interval;
|
93863
93882
|
}) => vue.VNodeChild) | undefined;
|
93864
|
-
|
93883
|
+
'interval-title'?: false | ((arg: {
|
93865
93884
|
interval: Interval;
|
93866
93885
|
}) => vue.VNodeChild) | undefined;
|
93867
93886
|
} | undefined;
|
93868
93887
|
} & {
|
93869
|
-
"v-slot:
|
93888
|
+
"v-slot:interval-body"?: false | ((arg: {
|
93870
93889
|
interval: Interval;
|
93871
93890
|
}) => vue.VNodeChild) | undefined;
|
93872
|
-
"v-slot:
|
93891
|
+
"v-slot:interval-event"?: false | ((arg: {
|
93873
93892
|
height: string;
|
93874
93893
|
margin: string;
|
93875
93894
|
eventClass: string;
|
93876
93895
|
event: any;
|
93877
93896
|
interval: Interval;
|
93878
93897
|
}) => vue.VNodeChild) | undefined;
|
93879
|
-
"v-slot:
|
93898
|
+
"v-slot:interval-title"?: false | ((arg: {
|
93880
93899
|
interval: Interval;
|
93881
93900
|
}) => vue.VNodeChild) | undefined;
|
93882
93901
|
}, {
|
@@ -93894,17 +93913,17 @@ declare const VCalendarInterval: {
|
|
93894
93913
|
intervalFormat: string | Function;
|
93895
93914
|
intervalStart: number;
|
93896
93915
|
}, {}, string, vue.SlotsType<Partial<{
|
93897
|
-
|
93916
|
+
'interval-body': (arg: {
|
93898
93917
|
interval: Interval;
|
93899
93918
|
}) => vue.VNode[];
|
93900
|
-
|
93919
|
+
'interval-event': (arg: {
|
93901
93920
|
height: string;
|
93902
93921
|
margin: string;
|
93903
93922
|
eventClass: string;
|
93904
93923
|
event: any;
|
93905
93924
|
interval: Interval;
|
93906
93925
|
}) => vue.VNode[];
|
93907
|
-
|
93926
|
+
'interval-title': (arg: {
|
93908
93927
|
interval: Interval;
|
93909
93928
|
}) => vue.VNode[];
|
93910
93929
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
@@ -94017,7 +94036,7 @@ declare const VCalendarDay: {
|
|
94017
94036
|
dayIndex?: number | undefined;
|
94018
94037
|
} & {
|
94019
94038
|
$children?: {} | vue.VNodeChild | {
|
94020
|
-
|
94039
|
+
'interval-body'?: ((arg: {
|
94021
94040
|
interval: {
|
94022
94041
|
label: string;
|
94023
94042
|
start: unknown;
|
@@ -94025,7 +94044,7 @@ declare const VCalendarDay: {
|
|
94025
94044
|
events: any[];
|
94026
94045
|
};
|
94027
94046
|
}) => vue.VNodeChild) | undefined;
|
94028
|
-
|
94047
|
+
'interval-event'?: ((arg: {
|
94029
94048
|
height: string;
|
94030
94049
|
margin: string;
|
94031
94050
|
eventClass: string;
|
@@ -94037,7 +94056,7 @@ declare const VCalendarDay: {
|
|
94037
94056
|
events: any[];
|
94038
94057
|
};
|
94039
94058
|
}) => vue.VNodeChild) | undefined;
|
94040
|
-
|
94059
|
+
'interval-title'?: ((arg: {
|
94041
94060
|
interval: {
|
94042
94061
|
label: string;
|
94043
94062
|
start: unknown;
|
@@ -94048,7 +94067,7 @@ declare const VCalendarDay: {
|
|
94048
94067
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94049
94068
|
};
|
94050
94069
|
'v-slots'?: {
|
94051
|
-
|
94070
|
+
'interval-body'?: false | ((arg: {
|
94052
94071
|
interval: {
|
94053
94072
|
label: string;
|
94054
94073
|
start: unknown;
|
@@ -94056,7 +94075,7 @@ declare const VCalendarDay: {
|
|
94056
94075
|
events: any[];
|
94057
94076
|
};
|
94058
94077
|
}) => vue.VNodeChild) | undefined;
|
94059
|
-
|
94078
|
+
'interval-event'?: false | ((arg: {
|
94060
94079
|
height: string;
|
94061
94080
|
margin: string;
|
94062
94081
|
eventClass: string;
|
@@ -94068,7 +94087,7 @@ declare const VCalendarDay: {
|
|
94068
94087
|
events: any[];
|
94069
94088
|
};
|
94070
94089
|
}) => vue.VNodeChild) | undefined;
|
94071
|
-
|
94090
|
+
'interval-title'?: false | ((arg: {
|
94072
94091
|
interval: {
|
94073
94092
|
label: string;
|
94074
94093
|
start: unknown;
|
@@ -94079,7 +94098,7 @@ declare const VCalendarDay: {
|
|
94079
94098
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94080
94099
|
} | undefined;
|
94081
94100
|
} & {
|
94082
|
-
"v-slot:
|
94101
|
+
"v-slot:interval-body"?: false | ((arg: {
|
94083
94102
|
interval: {
|
94084
94103
|
label: string;
|
94085
94104
|
start: unknown;
|
@@ -94087,7 +94106,7 @@ declare const VCalendarDay: {
|
|
94087
94106
|
events: any[];
|
94088
94107
|
};
|
94089
94108
|
}) => vue.VNodeChild) | undefined;
|
94090
|
-
"v-slot:
|
94109
|
+
"v-slot:interval-event"?: false | ((arg: {
|
94091
94110
|
height: string;
|
94092
94111
|
margin: string;
|
94093
94112
|
eventClass: string;
|
@@ -94099,7 +94118,7 @@ declare const VCalendarDay: {
|
|
94099
94118
|
events: any[];
|
94100
94119
|
};
|
94101
94120
|
}) => vue.VNodeChild) | undefined;
|
94102
|
-
"v-slot:
|
94121
|
+
"v-slot:interval-title"?: false | ((arg: {
|
94103
94122
|
interval: {
|
94104
94123
|
label: string;
|
94105
94124
|
start: unknown;
|
@@ -94120,7 +94139,7 @@ declare const VCalendarDay: {
|
|
94120
94139
|
hideDayHeader: boolean;
|
94121
94140
|
intervals: number;
|
94122
94141
|
}, true, {}, vue.SlotsType<Partial<{
|
94123
|
-
|
94142
|
+
'interval-body': (arg: {
|
94124
94143
|
interval: {
|
94125
94144
|
label: string;
|
94126
94145
|
start: unknown;
|
@@ -94128,7 +94147,7 @@ declare const VCalendarDay: {
|
|
94128
94147
|
events: any[];
|
94129
94148
|
};
|
94130
94149
|
}) => vue.VNode[];
|
94131
|
-
|
94150
|
+
'interval-event': (arg: {
|
94132
94151
|
height: string;
|
94133
94152
|
margin: string;
|
94134
94153
|
eventClass: string;
|
@@ -94140,7 +94159,7 @@ declare const VCalendarDay: {
|
|
94140
94159
|
events: any[];
|
94141
94160
|
};
|
94142
94161
|
}) => vue.VNode[];
|
94143
|
-
|
94162
|
+
'interval-title': (arg: {
|
94144
94163
|
interval: {
|
94145
94164
|
label: string;
|
94146
94165
|
start: unknown;
|
@@ -94170,7 +94189,7 @@ declare const VCalendarDay: {
|
|
94170
94189
|
dayIndex?: number | undefined;
|
94171
94190
|
} & {
|
94172
94191
|
$children?: {} | vue.VNodeChild | {
|
94173
|
-
|
94192
|
+
'interval-body'?: ((arg: {
|
94174
94193
|
interval: {
|
94175
94194
|
label: string;
|
94176
94195
|
start: unknown;
|
@@ -94178,7 +94197,7 @@ declare const VCalendarDay: {
|
|
94178
94197
|
events: any[];
|
94179
94198
|
};
|
94180
94199
|
}) => vue.VNodeChild) | undefined;
|
94181
|
-
|
94200
|
+
'interval-event'?: ((arg: {
|
94182
94201
|
height: string;
|
94183
94202
|
margin: string;
|
94184
94203
|
eventClass: string;
|
@@ -94190,7 +94209,7 @@ declare const VCalendarDay: {
|
|
94190
94209
|
events: any[];
|
94191
94210
|
};
|
94192
94211
|
}) => vue.VNodeChild) | undefined;
|
94193
|
-
|
94212
|
+
'interval-title'?: ((arg: {
|
94194
94213
|
interval: {
|
94195
94214
|
label: string;
|
94196
94215
|
start: unknown;
|
@@ -94201,7 +94220,7 @@ declare const VCalendarDay: {
|
|
94201
94220
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94202
94221
|
};
|
94203
94222
|
'v-slots'?: {
|
94204
|
-
|
94223
|
+
'interval-body'?: false | ((arg: {
|
94205
94224
|
interval: {
|
94206
94225
|
label: string;
|
94207
94226
|
start: unknown;
|
@@ -94209,7 +94228,7 @@ declare const VCalendarDay: {
|
|
94209
94228
|
events: any[];
|
94210
94229
|
};
|
94211
94230
|
}) => vue.VNodeChild) | undefined;
|
94212
|
-
|
94231
|
+
'interval-event'?: false | ((arg: {
|
94213
94232
|
height: string;
|
94214
94233
|
margin: string;
|
94215
94234
|
eventClass: string;
|
@@ -94221,7 +94240,7 @@ declare const VCalendarDay: {
|
|
94221
94240
|
events: any[];
|
94222
94241
|
};
|
94223
94242
|
}) => vue.VNodeChild) | undefined;
|
94224
|
-
|
94243
|
+
'interval-title'?: false | ((arg: {
|
94225
94244
|
interval: {
|
94226
94245
|
label: string;
|
94227
94246
|
start: unknown;
|
@@ -94232,7 +94251,7 @@ declare const VCalendarDay: {
|
|
94232
94251
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94233
94252
|
} | undefined;
|
94234
94253
|
} & {
|
94235
|
-
"v-slot:
|
94254
|
+
"v-slot:interval-body"?: false | ((arg: {
|
94236
94255
|
interval: {
|
94237
94256
|
label: string;
|
94238
94257
|
start: unknown;
|
@@ -94240,7 +94259,7 @@ declare const VCalendarDay: {
|
|
94240
94259
|
events: any[];
|
94241
94260
|
};
|
94242
94261
|
}) => vue.VNodeChild) | undefined;
|
94243
|
-
"v-slot:
|
94262
|
+
"v-slot:interval-event"?: false | ((arg: {
|
94244
94263
|
height: string;
|
94245
94264
|
margin: string;
|
94246
94265
|
eventClass: string;
|
@@ -94252,7 +94271,7 @@ declare const VCalendarDay: {
|
|
94252
94271
|
events: any[];
|
94253
94272
|
};
|
94254
94273
|
}) => vue.VNodeChild) | undefined;
|
94255
|
-
"v-slot:
|
94274
|
+
"v-slot:interval-title"?: false | ((arg: {
|
94256
94275
|
interval: {
|
94257
94276
|
label: string;
|
94258
94277
|
start: unknown;
|
@@ -94290,7 +94309,7 @@ declare const VCalendarDay: {
|
|
94290
94309
|
dayIndex?: number | undefined;
|
94291
94310
|
} & {
|
94292
94311
|
$children?: {} | vue.VNodeChild | {
|
94293
|
-
|
94312
|
+
'interval-body'?: ((arg: {
|
94294
94313
|
interval: {
|
94295
94314
|
label: string;
|
94296
94315
|
start: unknown;
|
@@ -94298,7 +94317,7 @@ declare const VCalendarDay: {
|
|
94298
94317
|
events: any[];
|
94299
94318
|
};
|
94300
94319
|
}) => vue.VNodeChild) | undefined;
|
94301
|
-
|
94320
|
+
'interval-event'?: ((arg: {
|
94302
94321
|
height: string;
|
94303
94322
|
margin: string;
|
94304
94323
|
eventClass: string;
|
@@ -94310,7 +94329,7 @@ declare const VCalendarDay: {
|
|
94310
94329
|
events: any[];
|
94311
94330
|
};
|
94312
94331
|
}) => vue.VNodeChild) | undefined;
|
94313
|
-
|
94332
|
+
'interval-title'?: ((arg: {
|
94314
94333
|
interval: {
|
94315
94334
|
label: string;
|
94316
94335
|
start: unknown;
|
@@ -94321,7 +94340,7 @@ declare const VCalendarDay: {
|
|
94321
94340
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94322
94341
|
};
|
94323
94342
|
'v-slots'?: {
|
94324
|
-
|
94343
|
+
'interval-body'?: false | ((arg: {
|
94325
94344
|
interval: {
|
94326
94345
|
label: string;
|
94327
94346
|
start: unknown;
|
@@ -94329,7 +94348,7 @@ declare const VCalendarDay: {
|
|
94329
94348
|
events: any[];
|
94330
94349
|
};
|
94331
94350
|
}) => vue.VNodeChild) | undefined;
|
94332
|
-
|
94351
|
+
'interval-event'?: false | ((arg: {
|
94333
94352
|
height: string;
|
94334
94353
|
margin: string;
|
94335
94354
|
eventClass: string;
|
@@ -94341,7 +94360,7 @@ declare const VCalendarDay: {
|
|
94341
94360
|
events: any[];
|
94342
94361
|
};
|
94343
94362
|
}) => vue.VNodeChild) | undefined;
|
94344
|
-
|
94363
|
+
'interval-title'?: false | ((arg: {
|
94345
94364
|
interval: {
|
94346
94365
|
label: string;
|
94347
94366
|
start: unknown;
|
@@ -94352,7 +94371,7 @@ declare const VCalendarDay: {
|
|
94352
94371
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
94353
94372
|
} | undefined;
|
94354
94373
|
} & {
|
94355
|
-
"v-slot:
|
94374
|
+
"v-slot:interval-body"?: false | ((arg: {
|
94356
94375
|
interval: {
|
94357
94376
|
label: string;
|
94358
94377
|
start: unknown;
|
@@ -94360,7 +94379,7 @@ declare const VCalendarDay: {
|
|
94360
94379
|
events: any[];
|
94361
94380
|
};
|
94362
94381
|
}) => vue.VNodeChild) | undefined;
|
94363
|
-
"v-slot:
|
94382
|
+
"v-slot:interval-event"?: false | ((arg: {
|
94364
94383
|
height: string;
|
94365
94384
|
margin: string;
|
94366
94385
|
eventClass: string;
|
@@ -94372,7 +94391,7 @@ declare const VCalendarDay: {
|
|
94372
94391
|
events: any[];
|
94373
94392
|
};
|
94374
94393
|
}) => vue.VNodeChild) | undefined;
|
94375
|
-
"v-slot:
|
94394
|
+
"v-slot:interval-title"?: false | ((arg: {
|
94376
94395
|
interval: {
|
94377
94396
|
label: string;
|
94378
94397
|
start: unknown;
|
@@ -94393,7 +94412,7 @@ declare const VCalendarDay: {
|
|
94393
94412
|
hideDayHeader: boolean;
|
94394
94413
|
intervals: number;
|
94395
94414
|
}, {}, string, vue.SlotsType<Partial<{
|
94396
|
-
|
94415
|
+
'interval-body': (arg: {
|
94397
94416
|
interval: {
|
94398
94417
|
label: string;
|
94399
94418
|
start: unknown;
|
@@ -94401,7 +94420,7 @@ declare const VCalendarDay: {
|
|
94401
94420
|
events: any[];
|
94402
94421
|
};
|
94403
94422
|
}) => vue.VNode[];
|
94404
|
-
|
94423
|
+
'interval-event': (arg: {
|
94405
94424
|
height: string;
|
94406
94425
|
margin: string;
|
94407
94426
|
eventClass: string;
|
@@ -94413,7 +94432,7 @@ declare const VCalendarDay: {
|
|
94413
94432
|
events: any[];
|
94414
94433
|
};
|
94415
94434
|
}) => vue.VNode[];
|
94416
|
-
|
94435
|
+
'interval-title': (arg: {
|
94417
94436
|
interval: {
|
94418
94437
|
label: string;
|
94419
94438
|
start: unknown;
|
@@ -94554,7 +94573,7 @@ declare const VCalendar: {
|
|
94554
94573
|
dayIndex?: number | undefined;
|
94555
94574
|
} & {
|
94556
94575
|
$children?: {} | vue.VNodeChild | {
|
94557
|
-
|
94576
|
+
'interval-body'?: ((arg: {
|
94558
94577
|
interval: {
|
94559
94578
|
label: string;
|
94560
94579
|
start: unknown;
|
@@ -94562,7 +94581,7 @@ declare const VCalendar: {
|
|
94562
94581
|
events: any[];
|
94563
94582
|
};
|
94564
94583
|
}) => vue.VNodeChild) | undefined;
|
94565
|
-
|
94584
|
+
'interval-event'?: ((arg: {
|
94566
94585
|
height: string;
|
94567
94586
|
margin: string;
|
94568
94587
|
eventClass: string;
|
@@ -94574,7 +94593,7 @@ declare const VCalendar: {
|
|
94574
94593
|
events: any[];
|
94575
94594
|
};
|
94576
94595
|
}) => vue.VNodeChild) | undefined;
|
94577
|
-
|
94596
|
+
'interval-title'?: ((arg: {
|
94578
94597
|
interval: {
|
94579
94598
|
label: string;
|
94580
94599
|
start: unknown;
|
@@ -94611,7 +94630,7 @@ declare const VCalendar: {
|
|
94611
94630
|
}) => vue.VNodeChild) | undefined;
|
94612
94631
|
};
|
94613
94632
|
'v-slots'?: {
|
94614
|
-
|
94633
|
+
'interval-body'?: false | ((arg: {
|
94615
94634
|
interval: {
|
94616
94635
|
label: string;
|
94617
94636
|
start: unknown;
|
@@ -94619,7 +94638,7 @@ declare const VCalendar: {
|
|
94619
94638
|
events: any[];
|
94620
94639
|
};
|
94621
94640
|
}) => vue.VNodeChild) | undefined;
|
94622
|
-
|
94641
|
+
'interval-event'?: false | ((arg: {
|
94623
94642
|
height: string;
|
94624
94643
|
margin: string;
|
94625
94644
|
eventClass: string;
|
@@ -94631,7 +94650,7 @@ declare const VCalendar: {
|
|
94631
94650
|
events: any[];
|
94632
94651
|
};
|
94633
94652
|
}) => vue.VNodeChild) | undefined;
|
94634
|
-
|
94653
|
+
'interval-title'?: false | ((arg: {
|
94635
94654
|
interval: {
|
94636
94655
|
label: string;
|
94637
94656
|
start: unknown;
|
@@ -94668,7 +94687,7 @@ declare const VCalendar: {
|
|
94668
94687
|
}) => vue.VNodeChild) | undefined;
|
94669
94688
|
} | undefined;
|
94670
94689
|
} & {
|
94671
|
-
"v-slot:
|
94690
|
+
"v-slot:interval-body"?: false | ((arg: {
|
94672
94691
|
interval: {
|
94673
94692
|
label: string;
|
94674
94693
|
start: unknown;
|
@@ -94676,7 +94695,7 @@ declare const VCalendar: {
|
|
94676
94695
|
events: any[];
|
94677
94696
|
};
|
94678
94697
|
}) => vue.VNodeChild) | undefined;
|
94679
|
-
"v-slot:
|
94698
|
+
"v-slot:interval-event"?: false | ((arg: {
|
94680
94699
|
height: string;
|
94681
94700
|
margin: string;
|
94682
94701
|
eventClass: string;
|
@@ -94688,7 +94707,7 @@ declare const VCalendar: {
|
|
94688
94707
|
events: any[];
|
94689
94708
|
};
|
94690
94709
|
}) => vue.VNodeChild) | undefined;
|
94691
|
-
"v-slot:
|
94710
|
+
"v-slot:interval-title"?: false | ((arg: {
|
94692
94711
|
interval: {
|
94693
94712
|
label: string;
|
94694
94713
|
start: unknown;
|
@@ -94758,7 +94777,7 @@ declare const VCalendar: {
|
|
94758
94777
|
intervals: number;
|
94759
94778
|
hideWeekNumber: boolean;
|
94760
94779
|
}, true, {}, vue.SlotsType<Partial<{
|
94761
|
-
|
94780
|
+
'interval-body': (arg: {
|
94762
94781
|
interval: {
|
94763
94782
|
label: string;
|
94764
94783
|
start: unknown;
|
@@ -94766,7 +94785,7 @@ declare const VCalendar: {
|
|
94766
94785
|
events: any[];
|
94767
94786
|
};
|
94768
94787
|
}) => vue.VNode[];
|
94769
|
-
|
94788
|
+
'interval-event': (arg: {
|
94770
94789
|
height: string;
|
94771
94790
|
margin: string;
|
94772
94791
|
eventClass: string;
|
@@ -94778,7 +94797,7 @@ declare const VCalendar: {
|
|
94778
94797
|
events: any[];
|
94779
94798
|
};
|
94780
94799
|
}) => vue.VNode[];
|
94781
|
-
|
94800
|
+
'interval-title': (arg: {
|
94782
94801
|
interval: {
|
94783
94802
|
label: string;
|
94784
94803
|
start: unknown;
|
@@ -94854,7 +94873,7 @@ declare const VCalendar: {
|
|
94854
94873
|
dayIndex?: number | undefined;
|
94855
94874
|
} & {
|
94856
94875
|
$children?: {} | vue.VNodeChild | {
|
94857
|
-
|
94876
|
+
'interval-body'?: ((arg: {
|
94858
94877
|
interval: {
|
94859
94878
|
label: string;
|
94860
94879
|
start: unknown;
|
@@ -94862,7 +94881,7 @@ declare const VCalendar: {
|
|
94862
94881
|
events: any[];
|
94863
94882
|
};
|
94864
94883
|
}) => vue.VNodeChild) | undefined;
|
94865
|
-
|
94884
|
+
'interval-event'?: ((arg: {
|
94866
94885
|
height: string;
|
94867
94886
|
margin: string;
|
94868
94887
|
eventClass: string;
|
@@ -94874,7 +94893,7 @@ declare const VCalendar: {
|
|
94874
94893
|
events: any[];
|
94875
94894
|
};
|
94876
94895
|
}) => vue.VNodeChild) | undefined;
|
94877
|
-
|
94896
|
+
'interval-title'?: ((arg: {
|
94878
94897
|
interval: {
|
94879
94898
|
label: string;
|
94880
94899
|
start: unknown;
|
@@ -94911,7 +94930,7 @@ declare const VCalendar: {
|
|
94911
94930
|
}) => vue.VNodeChild) | undefined;
|
94912
94931
|
};
|
94913
94932
|
'v-slots'?: {
|
94914
|
-
|
94933
|
+
'interval-body'?: false | ((arg: {
|
94915
94934
|
interval: {
|
94916
94935
|
label: string;
|
94917
94936
|
start: unknown;
|
@@ -94919,7 +94938,7 @@ declare const VCalendar: {
|
|
94919
94938
|
events: any[];
|
94920
94939
|
};
|
94921
94940
|
}) => vue.VNodeChild) | undefined;
|
94922
|
-
|
94941
|
+
'interval-event'?: false | ((arg: {
|
94923
94942
|
height: string;
|
94924
94943
|
margin: string;
|
94925
94944
|
eventClass: string;
|
@@ -94931,7 +94950,7 @@ declare const VCalendar: {
|
|
94931
94950
|
events: any[];
|
94932
94951
|
};
|
94933
94952
|
}) => vue.VNodeChild) | undefined;
|
94934
|
-
|
94953
|
+
'interval-title'?: false | ((arg: {
|
94935
94954
|
interval: {
|
94936
94955
|
label: string;
|
94937
94956
|
start: unknown;
|
@@ -94968,7 +94987,7 @@ declare const VCalendar: {
|
|
94968
94987
|
}) => vue.VNodeChild) | undefined;
|
94969
94988
|
} | undefined;
|
94970
94989
|
} & {
|
94971
|
-
"v-slot:
|
94990
|
+
"v-slot:interval-body"?: false | ((arg: {
|
94972
94991
|
interval: {
|
94973
94992
|
label: string;
|
94974
94993
|
start: unknown;
|
@@ -94976,7 +94995,7 @@ declare const VCalendar: {
|
|
94976
94995
|
events: any[];
|
94977
94996
|
};
|
94978
94997
|
}) => vue.VNodeChild) | undefined;
|
94979
|
-
"v-slot:
|
94998
|
+
"v-slot:interval-event"?: false | ((arg: {
|
94980
94999
|
height: string;
|
94981
95000
|
margin: string;
|
94982
95001
|
eventClass: string;
|
@@ -94988,7 +95007,7 @@ declare const VCalendar: {
|
|
94988
95007
|
events: any[];
|
94989
95008
|
};
|
94990
95009
|
}) => vue.VNodeChild) | undefined;
|
94991
|
-
"v-slot:
|
95010
|
+
"v-slot:interval-title"?: false | ((arg: {
|
94992
95011
|
interval: {
|
94993
95012
|
label: string;
|
94994
95013
|
start: unknown;
|
@@ -95090,7 +95109,7 @@ declare const VCalendar: {
|
|
95090
95109
|
dayIndex?: number | undefined;
|
95091
95110
|
} & {
|
95092
95111
|
$children?: {} | vue.VNodeChild | {
|
95093
|
-
|
95112
|
+
'interval-body'?: ((arg: {
|
95094
95113
|
interval: {
|
95095
95114
|
label: string;
|
95096
95115
|
start: unknown;
|
@@ -95098,7 +95117,7 @@ declare const VCalendar: {
|
|
95098
95117
|
events: any[];
|
95099
95118
|
};
|
95100
95119
|
}) => vue.VNodeChild) | undefined;
|
95101
|
-
|
95120
|
+
'interval-event'?: ((arg: {
|
95102
95121
|
height: string;
|
95103
95122
|
margin: string;
|
95104
95123
|
eventClass: string;
|
@@ -95110,7 +95129,7 @@ declare const VCalendar: {
|
|
95110
95129
|
events: any[];
|
95111
95130
|
};
|
95112
95131
|
}) => vue.VNodeChild) | undefined;
|
95113
|
-
|
95132
|
+
'interval-title'?: ((arg: {
|
95114
95133
|
interval: {
|
95115
95134
|
label: string;
|
95116
95135
|
start: unknown;
|
@@ -95147,7 +95166,7 @@ declare const VCalendar: {
|
|
95147
95166
|
}) => vue.VNodeChild) | undefined;
|
95148
95167
|
};
|
95149
95168
|
'v-slots'?: {
|
95150
|
-
|
95169
|
+
'interval-body'?: false | ((arg: {
|
95151
95170
|
interval: {
|
95152
95171
|
label: string;
|
95153
95172
|
start: unknown;
|
@@ -95155,7 +95174,7 @@ declare const VCalendar: {
|
|
95155
95174
|
events: any[];
|
95156
95175
|
};
|
95157
95176
|
}) => vue.VNodeChild) | undefined;
|
95158
|
-
|
95177
|
+
'interval-event'?: false | ((arg: {
|
95159
95178
|
height: string;
|
95160
95179
|
margin: string;
|
95161
95180
|
eventClass: string;
|
@@ -95167,7 +95186,7 @@ declare const VCalendar: {
|
|
95167
95186
|
events: any[];
|
95168
95187
|
};
|
95169
95188
|
}) => vue.VNodeChild) | undefined;
|
95170
|
-
|
95189
|
+
'interval-title'?: false | ((arg: {
|
95171
95190
|
interval: {
|
95172
95191
|
label: string;
|
95173
95192
|
start: unknown;
|
@@ -95204,7 +95223,7 @@ declare const VCalendar: {
|
|
95204
95223
|
}) => vue.VNodeChild) | undefined;
|
95205
95224
|
} | undefined;
|
95206
95225
|
} & {
|
95207
|
-
"v-slot:
|
95226
|
+
"v-slot:interval-body"?: false | ((arg: {
|
95208
95227
|
interval: {
|
95209
95228
|
label: string;
|
95210
95229
|
start: unknown;
|
@@ -95212,7 +95231,7 @@ declare const VCalendar: {
|
|
95212
95231
|
events: any[];
|
95213
95232
|
};
|
95214
95233
|
}) => vue.VNodeChild) | undefined;
|
95215
|
-
"v-slot:
|
95234
|
+
"v-slot:interval-event"?: false | ((arg: {
|
95216
95235
|
height: string;
|
95217
95236
|
margin: string;
|
95218
95237
|
eventClass: string;
|
@@ -95224,7 +95243,7 @@ declare const VCalendar: {
|
|
95224
95243
|
events: any[];
|
95225
95244
|
};
|
95226
95245
|
}) => vue.VNodeChild) | undefined;
|
95227
|
-
"v-slot:
|
95246
|
+
"v-slot:interval-title"?: false | ((arg: {
|
95228
95247
|
interval: {
|
95229
95248
|
label: string;
|
95230
95249
|
start: unknown;
|
@@ -95294,7 +95313,7 @@ declare const VCalendar: {
|
|
95294
95313
|
intervals: number;
|
95295
95314
|
hideWeekNumber: boolean;
|
95296
95315
|
}, {}, string, vue.SlotsType<Partial<{
|
95297
|
-
|
95316
|
+
'interval-body': (arg: {
|
95298
95317
|
interval: {
|
95299
95318
|
label: string;
|
95300
95319
|
start: unknown;
|
@@ -95302,7 +95321,7 @@ declare const VCalendar: {
|
|
95302
95321
|
events: any[];
|
95303
95322
|
};
|
95304
95323
|
}) => vue.VNode[];
|
95305
|
-
|
95324
|
+
'interval-event': (arg: {
|
95306
95325
|
height: string;
|
95307
95326
|
margin: string;
|
95308
95327
|
eventClass: string;
|
@@ -95314,7 +95333,7 @@ declare const VCalendar: {
|
|
95314
95333
|
events: any[];
|
95315
95334
|
};
|
95316
95335
|
}) => vue.VNode[];
|
95317
|
-
|
95336
|
+
'interval-title': (arg: {
|
95318
95337
|
interval: {
|
95319
95338
|
label: string;
|
95320
95339
|
start: unknown;
|
@@ -95705,7 +95724,7 @@ declare const VCalendarIntervalEvent: {
|
|
95705
95724
|
event?: Record<string, any> | undefined;
|
95706
95725
|
} & {
|
95707
95726
|
$children?: {} | vue.VNodeChild | {
|
95708
|
-
|
95727
|
+
'interval-event'?: ((arg: {
|
95709
95728
|
height: string;
|
95710
95729
|
margin: string;
|
95711
95730
|
eventClass: string;
|
@@ -95714,7 +95733,7 @@ declare const VCalendarIntervalEvent: {
|
|
95714
95733
|
}) => vue.VNodeChild) | undefined;
|
95715
95734
|
};
|
95716
95735
|
'v-slots'?: {
|
95717
|
-
|
95736
|
+
'interval-event'?: false | ((arg: {
|
95718
95737
|
height: string;
|
95719
95738
|
margin: string;
|
95720
95739
|
eventClass: string;
|
@@ -95723,7 +95742,7 @@ declare const VCalendarIntervalEvent: {
|
|
95723
95742
|
}) => vue.VNodeChild) | undefined;
|
95724
95743
|
} | undefined;
|
95725
95744
|
} & {
|
95726
|
-
"v-slot:
|
95745
|
+
"v-slot:interval-event"?: false | ((arg: {
|
95727
95746
|
height: string;
|
95728
95747
|
margin: string;
|
95729
95748
|
eventClass: string;
|
@@ -95733,7 +95752,7 @@ declare const VCalendarIntervalEvent: {
|
|
95733
95752
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
95734
95753
|
allDay: boolean;
|
95735
95754
|
}, true, {}, vue.SlotsType<Partial<{
|
95736
|
-
|
95755
|
+
'interval-event': (arg: {
|
95737
95756
|
height: string;
|
95738
95757
|
margin: string;
|
95739
95758
|
eventClass: string;
|
@@ -95757,7 +95776,7 @@ declare const VCalendarIntervalEvent: {
|
|
95757
95776
|
event?: Record<string, any> | undefined;
|
95758
95777
|
} & {
|
95759
95778
|
$children?: {} | vue.VNodeChild | {
|
95760
|
-
|
95779
|
+
'interval-event'?: ((arg: {
|
95761
95780
|
height: string;
|
95762
95781
|
margin: string;
|
95763
95782
|
eventClass: string;
|
@@ -95766,7 +95785,7 @@ declare const VCalendarIntervalEvent: {
|
|
95766
95785
|
}) => vue.VNodeChild) | undefined;
|
95767
95786
|
};
|
95768
95787
|
'v-slots'?: {
|
95769
|
-
|
95788
|
+
'interval-event'?: false | ((arg: {
|
95770
95789
|
height: string;
|
95771
95790
|
margin: string;
|
95772
95791
|
eventClass: string;
|
@@ -95775,7 +95794,7 @@ declare const VCalendarIntervalEvent: {
|
|
95775
95794
|
}) => vue.VNodeChild) | undefined;
|
95776
95795
|
} | undefined;
|
95777
95796
|
} & {
|
95778
|
-
"v-slot:
|
95797
|
+
"v-slot:interval-event"?: false | ((arg: {
|
95779
95798
|
height: string;
|
95780
95799
|
margin: string;
|
95781
95800
|
eventClass: string;
|
@@ -95798,7 +95817,7 @@ declare const VCalendarIntervalEvent: {
|
|
95798
95817
|
event?: Record<string, any> | undefined;
|
95799
95818
|
} & {
|
95800
95819
|
$children?: {} | vue.VNodeChild | {
|
95801
|
-
|
95820
|
+
'interval-event'?: ((arg: {
|
95802
95821
|
height: string;
|
95803
95822
|
margin: string;
|
95804
95823
|
eventClass: string;
|
@@ -95807,7 +95826,7 @@ declare const VCalendarIntervalEvent: {
|
|
95807
95826
|
}) => vue.VNodeChild) | undefined;
|
95808
95827
|
};
|
95809
95828
|
'v-slots'?: {
|
95810
|
-
|
95829
|
+
'interval-event'?: false | ((arg: {
|
95811
95830
|
height: string;
|
95812
95831
|
margin: string;
|
95813
95832
|
eventClass: string;
|
@@ -95816,7 +95835,7 @@ declare const VCalendarIntervalEvent: {
|
|
95816
95835
|
}) => vue.VNodeChild) | undefined;
|
95817
95836
|
} | undefined;
|
95818
95837
|
} & {
|
95819
|
-
"v-slot:
|
95838
|
+
"v-slot:interval-event"?: false | ((arg: {
|
95820
95839
|
height: string;
|
95821
95840
|
margin: string;
|
95822
95841
|
eventClass: string;
|
@@ -95826,7 +95845,7 @@ declare const VCalendarIntervalEvent: {
|
|
95826
95845
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
95827
95846
|
allDay: boolean;
|
95828
95847
|
}, {}, string, vue.SlotsType<Partial<{
|
95829
|
-
|
95848
|
+
'interval-event': (arg: {
|
95830
95849
|
height: string;
|
95831
95850
|
margin: string;
|
95832
95851
|
eventClass: string;
|
@@ -95879,60 +95898,60 @@ declare const VCalendarMonthDay: {
|
|
95879
95898
|
events?: any[] | undefined;
|
95880
95899
|
} & {
|
95881
95900
|
$children?: {} | vue.VNodeChild | {
|
95882
|
-
|
95901
|
+
'day-body'?: ((arg: {
|
95883
95902
|
day?: CalendarDay;
|
95884
95903
|
events?: Array<any>;
|
95885
95904
|
}) => vue.VNodeChild) | undefined;
|
95886
|
-
|
95905
|
+
'day-event'?: ((arg: {
|
95887
95906
|
day?: CalendarDay;
|
95888
95907
|
allDay: boolean;
|
95889
95908
|
event: Record<string, unknown>;
|
95890
95909
|
}) => vue.VNodeChild) | undefined;
|
95891
|
-
|
95910
|
+
'day-title'?: ((arg: {
|
95892
95911
|
title?: number | string;
|
95893
95912
|
}) => vue.VNodeChild) | undefined;
|
95894
95913
|
};
|
95895
95914
|
'v-slots'?: {
|
95896
|
-
|
95915
|
+
'day-body'?: false | ((arg: {
|
95897
95916
|
day?: CalendarDay;
|
95898
95917
|
events?: Array<any>;
|
95899
95918
|
}) => vue.VNodeChild) | undefined;
|
95900
|
-
|
95919
|
+
'day-event'?: false | ((arg: {
|
95901
95920
|
day?: CalendarDay;
|
95902
95921
|
allDay: boolean;
|
95903
95922
|
event: Record<string, unknown>;
|
95904
95923
|
}) => vue.VNodeChild) | undefined;
|
95905
|
-
|
95924
|
+
'day-title'?: false | ((arg: {
|
95906
95925
|
title?: number | string;
|
95907
95926
|
}) => vue.VNodeChild) | undefined;
|
95908
95927
|
} | undefined;
|
95909
95928
|
} & {
|
95910
|
-
"v-slot:
|
95929
|
+
"v-slot:day-body"?: false | ((arg: {
|
95911
95930
|
day?: CalendarDay;
|
95912
95931
|
events?: Array<any>;
|
95913
95932
|
}) => vue.VNodeChild) | undefined;
|
95914
|
-
"v-slot:
|
95933
|
+
"v-slot:day-event"?: false | ((arg: {
|
95915
95934
|
day?: CalendarDay;
|
95916
95935
|
allDay: boolean;
|
95917
95936
|
event: Record<string, unknown>;
|
95918
95937
|
}) => vue.VNodeChild) | undefined;
|
95919
|
-
"v-slot:
|
95938
|
+
"v-slot:day-title"?: false | ((arg: {
|
95920
95939
|
title?: number | string;
|
95921
95940
|
}) => vue.VNodeChild) | undefined;
|
95922
95941
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
95923
95942
|
active: boolean;
|
95924
95943
|
disabled: boolean;
|
95925
95944
|
}, true, {}, vue.SlotsType<Partial<{
|
95926
|
-
|
95945
|
+
'day-body': (arg: {
|
95927
95946
|
day?: CalendarDay;
|
95928
95947
|
events?: Array<any>;
|
95929
95948
|
}) => vue.VNode[];
|
95930
|
-
|
95949
|
+
'day-event': (arg: {
|
95931
95950
|
day?: CalendarDay;
|
95932
95951
|
allDay: boolean;
|
95933
95952
|
event: Record<string, unknown>;
|
95934
95953
|
}) => vue.VNode[];
|
95935
|
-
|
95954
|
+
'day-title': (arg: {
|
95936
95955
|
title?: number | string;
|
95937
95956
|
}) => vue.VNode[];
|
95938
95957
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -95952,44 +95971,44 @@ declare const VCalendarMonthDay: {
|
|
95952
95971
|
events?: any[] | undefined;
|
95953
95972
|
} & {
|
95954
95973
|
$children?: {} | vue.VNodeChild | {
|
95955
|
-
|
95974
|
+
'day-body'?: ((arg: {
|
95956
95975
|
day?: CalendarDay;
|
95957
95976
|
events?: Array<any>;
|
95958
95977
|
}) => vue.VNodeChild) | undefined;
|
95959
|
-
|
95978
|
+
'day-event'?: ((arg: {
|
95960
95979
|
day?: CalendarDay;
|
95961
95980
|
allDay: boolean;
|
95962
95981
|
event: Record<string, unknown>;
|
95963
95982
|
}) => vue.VNodeChild) | undefined;
|
95964
|
-
|
95983
|
+
'day-title'?: ((arg: {
|
95965
95984
|
title?: number | string;
|
95966
95985
|
}) => vue.VNodeChild) | undefined;
|
95967
95986
|
};
|
95968
95987
|
'v-slots'?: {
|
95969
|
-
|
95988
|
+
'day-body'?: false | ((arg: {
|
95970
95989
|
day?: CalendarDay;
|
95971
95990
|
events?: Array<any>;
|
95972
95991
|
}) => vue.VNodeChild) | undefined;
|
95973
|
-
|
95992
|
+
'day-event'?: false | ((arg: {
|
95974
95993
|
day?: CalendarDay;
|
95975
95994
|
allDay: boolean;
|
95976
95995
|
event: Record<string, unknown>;
|
95977
95996
|
}) => vue.VNodeChild) | undefined;
|
95978
|
-
|
95997
|
+
'day-title'?: false | ((arg: {
|
95979
95998
|
title?: number | string;
|
95980
95999
|
}) => vue.VNodeChild) | undefined;
|
95981
96000
|
} | undefined;
|
95982
96001
|
} & {
|
95983
|
-
"v-slot:
|
96002
|
+
"v-slot:day-body"?: false | ((arg: {
|
95984
96003
|
day?: CalendarDay;
|
95985
96004
|
events?: Array<any>;
|
95986
96005
|
}) => vue.VNodeChild) | undefined;
|
95987
|
-
"v-slot:
|
96006
|
+
"v-slot:day-event"?: false | ((arg: {
|
95988
96007
|
day?: CalendarDay;
|
95989
96008
|
allDay: boolean;
|
95990
96009
|
event: Record<string, unknown>;
|
95991
96010
|
}) => vue.VNodeChild) | undefined;
|
95992
|
-
"v-slot:
|
96011
|
+
"v-slot:day-title"?: false | ((arg: {
|
95993
96012
|
title?: number | string;
|
95994
96013
|
}) => vue.VNodeChild) | undefined;
|
95995
96014
|
}, {}, {}, {}, {}, {
|
@@ -96009,60 +96028,60 @@ declare const VCalendarMonthDay: {
|
|
96009
96028
|
events?: any[] | undefined;
|
96010
96029
|
} & {
|
96011
96030
|
$children?: {} | vue.VNodeChild | {
|
96012
|
-
|
96031
|
+
'day-body'?: ((arg: {
|
96013
96032
|
day?: CalendarDay;
|
96014
96033
|
events?: Array<any>;
|
96015
96034
|
}) => vue.VNodeChild) | undefined;
|
96016
|
-
|
96035
|
+
'day-event'?: ((arg: {
|
96017
96036
|
day?: CalendarDay;
|
96018
96037
|
allDay: boolean;
|
96019
96038
|
event: Record<string, unknown>;
|
96020
96039
|
}) => vue.VNodeChild) | undefined;
|
96021
|
-
|
96040
|
+
'day-title'?: ((arg: {
|
96022
96041
|
title?: number | string;
|
96023
96042
|
}) => vue.VNodeChild) | undefined;
|
96024
96043
|
};
|
96025
96044
|
'v-slots'?: {
|
96026
|
-
|
96045
|
+
'day-body'?: false | ((arg: {
|
96027
96046
|
day?: CalendarDay;
|
96028
96047
|
events?: Array<any>;
|
96029
96048
|
}) => vue.VNodeChild) | undefined;
|
96030
|
-
|
96049
|
+
'day-event'?: false | ((arg: {
|
96031
96050
|
day?: CalendarDay;
|
96032
96051
|
allDay: boolean;
|
96033
96052
|
event: Record<string, unknown>;
|
96034
96053
|
}) => vue.VNodeChild) | undefined;
|
96035
|
-
|
96054
|
+
'day-title'?: false | ((arg: {
|
96036
96055
|
title?: number | string;
|
96037
96056
|
}) => vue.VNodeChild) | undefined;
|
96038
96057
|
} | undefined;
|
96039
96058
|
} & {
|
96040
|
-
"v-slot:
|
96059
|
+
"v-slot:day-body"?: false | ((arg: {
|
96041
96060
|
day?: CalendarDay;
|
96042
96061
|
events?: Array<any>;
|
96043
96062
|
}) => vue.VNodeChild) | undefined;
|
96044
|
-
"v-slot:
|
96063
|
+
"v-slot:day-event"?: false | ((arg: {
|
96045
96064
|
day?: CalendarDay;
|
96046
96065
|
allDay: boolean;
|
96047
96066
|
event: Record<string, unknown>;
|
96048
96067
|
}) => vue.VNodeChild) | undefined;
|
96049
|
-
"v-slot:
|
96068
|
+
"v-slot:day-title"?: false | ((arg: {
|
96050
96069
|
title?: number | string;
|
96051
96070
|
}) => vue.VNodeChild) | undefined;
|
96052
96071
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
96053
96072
|
active: boolean;
|
96054
96073
|
disabled: boolean;
|
96055
96074
|
}, {}, string, vue.SlotsType<Partial<{
|
96056
|
-
|
96075
|
+
'day-body': (arg: {
|
96057
96076
|
day?: CalendarDay;
|
96058
96077
|
events?: Array<any>;
|
96059
96078
|
}) => vue.VNode[];
|
96060
|
-
|
96079
|
+
'day-event': (arg: {
|
96061
96080
|
day?: CalendarDay;
|
96062
96081
|
allDay: boolean;
|
96063
96082
|
event: Record<string, unknown>;
|
96064
96083
|
}) => vue.VNode[];
|
96065
|
-
|
96084
|
+
'day-title': (arg: {
|
96066
96085
|
title?: number | string;
|
96067
96086
|
}) => vue.VNode[];
|
96068
96087
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
@@ -113363,6 +113382,231 @@ declare const VPullToRefresh: {
|
|
113363
113382
|
}>>;
|
113364
113383
|
type VPullToRefresh = InstanceType<typeof VPullToRefresh>;
|
113365
113384
|
|
113385
|
+
type DisplayMode = 'icon' | 'symbol' | 'text';
|
113386
|
+
type HotkeyVariant = 'elevated' | 'flat' | 'tonal' | 'outlined' | 'text' | 'plain' | 'contained';
|
113387
|
+
type KeyConfig = {
|
113388
|
+
symbol?: string;
|
113389
|
+
icon?: string;
|
113390
|
+
text: string;
|
113391
|
+
};
|
113392
|
+
type PlatformKeyConfig = {
|
113393
|
+
mac?: KeyConfig;
|
113394
|
+
default: KeyConfig;
|
113395
|
+
};
|
113396
|
+
type KeyMapConfig = Record<string, PlatformKeyConfig>;
|
113397
|
+
declare const VHotkey: {
|
113398
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
113399
|
+
variant: HotkeyVariant;
|
113400
|
+
platform: "auto" | "pc" | "mac";
|
113401
|
+
inline: boolean;
|
113402
|
+
style: vue.StyleValue;
|
113403
|
+
disabled: boolean;
|
113404
|
+
tile: boolean;
|
113405
|
+
displayMode: DisplayMode;
|
113406
|
+
keyMap: KeyMapConfig;
|
113407
|
+
} & {
|
113408
|
+
keys?: string | undefined;
|
113409
|
+
border?: string | number | boolean | undefined;
|
113410
|
+
color?: string | undefined;
|
113411
|
+
prefix?: string | undefined;
|
113412
|
+
class?: any;
|
113413
|
+
theme?: string | undefined;
|
113414
|
+
elevation?: string | number | undefined;
|
113415
|
+
rounded?: string | number | boolean | undefined;
|
113416
|
+
suffix?: string | undefined;
|
113417
|
+
} & {
|
113418
|
+
$children?: vue.VNodeChild | {
|
113419
|
+
default?: (() => vue.VNodeChild) | undefined;
|
113420
|
+
} | (() => vue.VNodeChild);
|
113421
|
+
'v-slots'?: {
|
113422
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
113423
|
+
} | undefined;
|
113424
|
+
} & {
|
113425
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
113426
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
113427
|
+
variant: HotkeyVariant;
|
113428
|
+
platform: "auto" | "pc" | "mac";
|
113429
|
+
inline: boolean;
|
113430
|
+
style: vue.StyleValue;
|
113431
|
+
disabled: boolean;
|
113432
|
+
rounded: string | number | boolean;
|
113433
|
+
tile: boolean;
|
113434
|
+
displayMode: DisplayMode;
|
113435
|
+
keyMap: KeyMapConfig;
|
113436
|
+
}, true, {}, vue.SlotsType<Partial<{
|
113437
|
+
default: () => vue.VNode[];
|
113438
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
113439
|
+
P: {};
|
113440
|
+
B: {};
|
113441
|
+
D: {};
|
113442
|
+
C: {};
|
113443
|
+
M: {};
|
113444
|
+
Defaults: {};
|
113445
|
+
}, {
|
113446
|
+
variant: HotkeyVariant;
|
113447
|
+
platform: "auto" | "pc" | "mac";
|
113448
|
+
inline: boolean;
|
113449
|
+
style: vue.StyleValue;
|
113450
|
+
disabled: boolean;
|
113451
|
+
tile: boolean;
|
113452
|
+
displayMode: DisplayMode;
|
113453
|
+
keyMap: KeyMapConfig;
|
113454
|
+
} & {
|
113455
|
+
keys?: string | undefined;
|
113456
|
+
border?: string | number | boolean | undefined;
|
113457
|
+
color?: string | undefined;
|
113458
|
+
prefix?: string | undefined;
|
113459
|
+
class?: any;
|
113460
|
+
theme?: string | undefined;
|
113461
|
+
elevation?: string | number | undefined;
|
113462
|
+
rounded?: string | number | boolean | undefined;
|
113463
|
+
suffix?: string | undefined;
|
113464
|
+
} & {
|
113465
|
+
$children?: vue.VNodeChild | {
|
113466
|
+
default?: (() => vue.VNodeChild) | undefined;
|
113467
|
+
} | (() => vue.VNodeChild);
|
113468
|
+
'v-slots'?: {
|
113469
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
113470
|
+
} | undefined;
|
113471
|
+
} & {
|
113472
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
113473
|
+
}, {}, {}, {}, {}, {
|
113474
|
+
variant: HotkeyVariant;
|
113475
|
+
platform: "auto" | "pc" | "mac";
|
113476
|
+
inline: boolean;
|
113477
|
+
style: vue.StyleValue;
|
113478
|
+
disabled: boolean;
|
113479
|
+
rounded: string | number | boolean;
|
113480
|
+
tile: boolean;
|
113481
|
+
displayMode: DisplayMode;
|
113482
|
+
keyMap: KeyMapConfig;
|
113483
|
+
}>;
|
113484
|
+
__isFragment?: never;
|
113485
|
+
__isTeleport?: never;
|
113486
|
+
__isSuspense?: never;
|
113487
|
+
} & vue.ComponentOptionsBase<{
|
113488
|
+
variant: HotkeyVariant;
|
113489
|
+
platform: "auto" | "pc" | "mac";
|
113490
|
+
inline: boolean;
|
113491
|
+
style: vue.StyleValue;
|
113492
|
+
disabled: boolean;
|
113493
|
+
tile: boolean;
|
113494
|
+
displayMode: DisplayMode;
|
113495
|
+
keyMap: KeyMapConfig;
|
113496
|
+
} & {
|
113497
|
+
keys?: string | undefined;
|
113498
|
+
border?: string | number | boolean | undefined;
|
113499
|
+
color?: string | undefined;
|
113500
|
+
prefix?: string | undefined;
|
113501
|
+
class?: any;
|
113502
|
+
theme?: string | undefined;
|
113503
|
+
elevation?: string | number | undefined;
|
113504
|
+
rounded?: string | number | boolean | undefined;
|
113505
|
+
suffix?: string | undefined;
|
113506
|
+
} & {
|
113507
|
+
$children?: vue.VNodeChild | {
|
113508
|
+
default?: (() => vue.VNodeChild) | undefined;
|
113509
|
+
} | (() => vue.VNodeChild);
|
113510
|
+
'v-slots'?: {
|
113511
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
113512
|
+
} | undefined;
|
113513
|
+
} & {
|
113514
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
113515
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
113516
|
+
variant: HotkeyVariant;
|
113517
|
+
platform: "auto" | "pc" | "mac";
|
113518
|
+
inline: boolean;
|
113519
|
+
style: vue.StyleValue;
|
113520
|
+
disabled: boolean;
|
113521
|
+
rounded: string | number | boolean;
|
113522
|
+
tile: boolean;
|
113523
|
+
displayMode: DisplayMode;
|
113524
|
+
keyMap: KeyMapConfig;
|
113525
|
+
}, {}, string, vue.SlotsType<Partial<{
|
113526
|
+
default: () => vue.VNode[];
|
113527
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
113528
|
+
color: StringConstructor;
|
113529
|
+
variant: {
|
113530
|
+
type: PropType<HotkeyVariant>;
|
113531
|
+
default: "elevated";
|
113532
|
+
validator: (v: any) => boolean;
|
113533
|
+
};
|
113534
|
+
elevation: {
|
113535
|
+
type: (StringConstructor | NumberConstructor)[];
|
113536
|
+
validator(v: any): boolean;
|
113537
|
+
};
|
113538
|
+
rounded: {
|
113539
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
113540
|
+
default: undefined;
|
113541
|
+
};
|
113542
|
+
tile: BooleanConstructor;
|
113543
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
113544
|
+
theme: StringConstructor;
|
113545
|
+
class: PropType<ClassValue>;
|
113546
|
+
style: {
|
113547
|
+
type: PropType<vue.StyleValue>;
|
113548
|
+
default: null;
|
113549
|
+
};
|
113550
|
+
keys: StringConstructor;
|
113551
|
+
displayMode: {
|
113552
|
+
type: PropType<DisplayMode>;
|
113553
|
+
default: string;
|
113554
|
+
};
|
113555
|
+
keyMap: {
|
113556
|
+
type: PropType<KeyMapConfig>;
|
113557
|
+
default: () => KeyMapConfig;
|
113558
|
+
};
|
113559
|
+
platform: {
|
113560
|
+
type: PropType<"auto" | "pc" | "mac">;
|
113561
|
+
default: string;
|
113562
|
+
};
|
113563
|
+
inline: BooleanConstructor;
|
113564
|
+
disabled: BooleanConstructor;
|
113565
|
+
prefix: StringConstructor;
|
113566
|
+
suffix: StringConstructor;
|
113567
|
+
}, vue.ExtractPropTypes<{
|
113568
|
+
color: StringConstructor;
|
113569
|
+
variant: {
|
113570
|
+
type: PropType<HotkeyVariant>;
|
113571
|
+
default: "elevated";
|
113572
|
+
validator: (v: any) => boolean;
|
113573
|
+
};
|
113574
|
+
elevation: {
|
113575
|
+
type: (StringConstructor | NumberConstructor)[];
|
113576
|
+
validator(v: any): boolean;
|
113577
|
+
};
|
113578
|
+
rounded: {
|
113579
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
113580
|
+
default: undefined;
|
113581
|
+
};
|
113582
|
+
tile: BooleanConstructor;
|
113583
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
113584
|
+
theme: StringConstructor;
|
113585
|
+
class: PropType<ClassValue>;
|
113586
|
+
style: {
|
113587
|
+
type: PropType<vue.StyleValue>;
|
113588
|
+
default: null;
|
113589
|
+
};
|
113590
|
+
keys: StringConstructor;
|
113591
|
+
displayMode: {
|
113592
|
+
type: PropType<DisplayMode>;
|
113593
|
+
default: string;
|
113594
|
+
};
|
113595
|
+
keyMap: {
|
113596
|
+
type: PropType<KeyMapConfig>;
|
113597
|
+
default: () => KeyMapConfig;
|
113598
|
+
};
|
113599
|
+
platform: {
|
113600
|
+
type: PropType<"auto" | "pc" | "mac">;
|
113601
|
+
default: string;
|
113602
|
+
};
|
113603
|
+
inline: BooleanConstructor;
|
113604
|
+
disabled: BooleanConstructor;
|
113605
|
+
prefix: StringConstructor;
|
113606
|
+
suffix: StringConstructor;
|
113607
|
+
}>>;
|
113608
|
+
type VHotkey = InstanceType<typeof VHotkey>;
|
113609
|
+
|
113366
113610
|
declare const allComponents_d_VAlert: typeof VAlert;
|
113367
113611
|
declare const allComponents_d_VAlertTitle: typeof VAlertTitle;
|
113368
113612
|
declare const allComponents_d_VApp: typeof VApp;
|
@@ -113449,6 +113693,7 @@ declare const allComponents_d_VFileUpload: typeof VFileUpload;
|
|
113449
113693
|
declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
|
113450
113694
|
declare const allComponents_d_VFooter: typeof VFooter;
|
113451
113695
|
declare const allComponents_d_VForm: typeof VForm;
|
113696
|
+
declare const allComponents_d_VHotkey: typeof VHotkey;
|
113452
113697
|
declare const allComponents_d_VHover: typeof VHover;
|
113453
113698
|
declare const allComponents_d_VIcon: typeof VIcon;
|
113454
113699
|
declare const allComponents_d_VIconBtn: typeof VIconBtn;
|
@@ -113554,7 +113799,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
113554
113799
|
declare const allComponents_d_VWindow: typeof VWindow;
|
113555
113800
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
113556
113801
|
declare namespace allComponents_d {
|
113557
|
-
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
113802
|
+
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHotkey as VHotkey, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
113558
113803
|
}
|
113559
113804
|
|
113560
113805
|
declare const md1: Blueprint;
|
@@ -113780,7 +114025,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
113780
114025
|
goTo: GoToInstance;
|
113781
114026
|
};
|
113782
114027
|
|
113783
|
-
export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
114028
|
+
export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|
113784
114029
|
|
113785
114030
|
/* eslint-disable local-rules/sort-imports */
|
113786
114031
|
|
@@ -113817,22 +114062,25 @@ declare module 'vue' {
|
|
113817
114062
|
$children?: VNodeChild
|
113818
114063
|
}
|
113819
114064
|
export interface GlobalComponents {
|
113820
|
-
|
113821
|
-
VAppBarNavIcon: VAppBarNavIcon
|
113822
|
-
VAppBarTitle: VAppBarTitle
|
114065
|
+
VApp: VApp
|
113823
114066
|
VAlert: VAlert
|
113824
114067
|
VAlertTitle: VAlertTitle
|
113825
|
-
VApp: VApp
|
113826
|
-
VAutocomplete: VAutocomplete
|
113827
|
-
VBadge: VBadge
|
113828
114068
|
VBottomNavigation: VBottomNavigation
|
113829
|
-
|
113830
|
-
|
113831
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114069
|
+
VAvatar: VAvatar
|
114070
|
+
VAutocomplete: VAutocomplete
|
113832
114071
|
VBanner: VBanner
|
113833
114072
|
VBannerActions: VBannerActions
|
113834
114073
|
VBannerText: VBannerText
|
113835
|
-
|
114074
|
+
VBreadcrumbs: VBreadcrumbs
|
114075
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
114076
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
114077
|
+
VBadge: VBadge
|
114078
|
+
VAppBar: VAppBar
|
114079
|
+
VAppBarNavIcon: VAppBarNavIcon
|
114080
|
+
VAppBarTitle: VAppBarTitle
|
114081
|
+
VBtn: VBtn
|
114082
|
+
VCarousel: VCarousel
|
114083
|
+
VCarouselItem: VCarouselItem
|
113836
114084
|
VBottomSheet: VBottomSheet
|
113837
114085
|
VCard: VCard
|
113838
114086
|
VCardActions: VCardActions
|
@@ -113840,15 +114088,22 @@ declare module 'vue' {
|
|
113840
114088
|
VCardSubtitle: VCardSubtitle
|
113841
114089
|
VCardText: VCardText
|
113842
114090
|
VCardTitle: VCardTitle
|
113843
|
-
VChip: VChip
|
113844
|
-
VBtn: VBtn
|
113845
114091
|
VBtnToggle: VBtnToggle
|
114092
|
+
VChipGroup: VChipGroup
|
113846
114093
|
VCheckbox: VCheckbox
|
113847
114094
|
VCheckboxBtn: VCheckboxBtn
|
113848
|
-
|
113849
|
-
VCombobox: VCombobox
|
114095
|
+
VBtnGroup: VBtnGroup
|
113850
114096
|
VCode: VCode
|
113851
114097
|
VCounter: VCounter
|
114098
|
+
VChip: VChip
|
114099
|
+
VCombobox: VCombobox
|
114100
|
+
VColorPicker: VColorPicker
|
114101
|
+
VDatePicker: VDatePicker
|
114102
|
+
VDatePickerControls: VDatePickerControls
|
114103
|
+
VDatePickerHeader: VDatePickerHeader
|
114104
|
+
VDatePickerMonth: VDatePickerMonth
|
114105
|
+
VDatePickerMonths: VDatePickerMonths
|
114106
|
+
VDatePickerYears: VDatePickerYears
|
113852
114107
|
VDataTable: VDataTable
|
113853
114108
|
VDataTableHeaders: VDataTableHeaders
|
113854
114109
|
VDataTableFooter: VDataTableFooter
|
@@ -113856,35 +114111,28 @@ declare module 'vue' {
|
|
113856
114111
|
VDataTableRow: VDataTableRow
|
113857
114112
|
VDataTableVirtual: VDataTableVirtual
|
113858
114113
|
VDataTableServer: VDataTableServer
|
113859
|
-
VDatePicker: VDatePicker
|
113860
|
-
VDatePickerControls: VDatePickerControls
|
113861
|
-
VDatePickerHeader: VDatePickerHeader
|
113862
|
-
VDatePickerMonth: VDatePickerMonth
|
113863
|
-
VDatePickerMonths: VDatePickerMonths
|
113864
|
-
VDatePickerYears: VDatePickerYears
|
113865
|
-
VColorPicker: VColorPicker
|
113866
|
-
VChipGroup: VChipGroup
|
113867
|
-
VDialog: VDialog
|
113868
114114
|
VDivider: VDivider
|
114115
|
+
VDialog: VDialog
|
114116
|
+
VExpansionPanels: VExpansionPanels
|
114117
|
+
VExpansionPanel: VExpansionPanel
|
114118
|
+
VExpansionPanelText: VExpansionPanelText
|
114119
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
114120
|
+
VFileInput: VFileInput
|
113869
114121
|
VEmptyState: VEmptyState
|
113870
114122
|
VFab: VFab
|
113871
114123
|
VField: VField
|
113872
114124
|
VFieldLabel: VFieldLabel
|
113873
|
-
VFileInput: VFileInput
|
113874
114125
|
VFooter: VFooter
|
114126
|
+
VImg: VImg
|
113875
114127
|
VIcon: VIcon
|
113876
114128
|
VComponentIcon: VComponentIcon
|
113877
114129
|
VSvgIcon: VSvgIcon
|
113878
114130
|
VLigatureIcon: VLigatureIcon
|
113879
114131
|
VClassIcon: VClassIcon
|
113880
|
-
VExpansionPanels: VExpansionPanels
|
113881
|
-
VExpansionPanel: VExpansionPanel
|
113882
|
-
VExpansionPanelText: VExpansionPanelText
|
113883
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
113884
|
-
VInfiniteScroll: VInfiniteScroll
|
113885
114132
|
VInput: VInput
|
113886
114133
|
VItemGroup: VItemGroup
|
113887
114134
|
VItem: VItem
|
114135
|
+
VInfiniteScroll: VInfiniteScroll
|
113888
114136
|
VList: VList
|
113889
114137
|
VListGroup: VListGroup
|
113890
114138
|
VListImg: VListImg
|
@@ -113894,30 +114142,29 @@ declare module 'vue' {
|
|
113894
114142
|
VListItemSubtitle: VListItemSubtitle
|
113895
114143
|
VListItemTitle: VListItemTitle
|
113896
114144
|
VListSubheader: VListSubheader
|
113897
|
-
VKbd: VKbd
|
113898
|
-
VLabel: VLabel
|
113899
|
-
VImg: VImg
|
113900
114145
|
VMain: VMain
|
113901
|
-
|
114146
|
+
VLabel: VLabel
|
113902
114147
|
VMessages: VMessages
|
113903
|
-
VOtpInput: VOtpInput
|
113904
114148
|
VMenu: VMenu
|
114149
|
+
VOtpInput: VOtpInput
|
114150
|
+
VKbd: VKbd
|
113905
114151
|
VNumberInput: VNumberInput
|
113906
|
-
VOverlay: VOverlay
|
113907
114152
|
VPagination: VPagination
|
113908
114153
|
VProgressCircular: VProgressCircular
|
114154
|
+
VNavigationDrawer: VNavigationDrawer
|
113909
114155
|
VProgressLinear: VProgressLinear
|
113910
114156
|
VRadioGroup: VRadioGroup
|
113911
|
-
|
113912
|
-
|
114157
|
+
VOverlay: VOverlay
|
114158
|
+
VSelect: VSelect
|
113913
114159
|
VSelectionControl: VSelectionControl
|
113914
|
-
|
114160
|
+
VRating: VRating
|
113915
114161
|
VSelectionControlGroup: VSelectionControlGroup
|
113916
|
-
|
113917
|
-
VSelect: VSelect
|
114162
|
+
VSkeletonLoader: VSkeletonLoader
|
113918
114163
|
VSlideGroup: VSlideGroup
|
113919
114164
|
VSlideGroupItem: VSlideGroupItem
|
114165
|
+
VSheet: VSheet
|
113920
114166
|
VSnackbar: VSnackbar
|
114167
|
+
VSlider: VSlider
|
113921
114168
|
VStepper: VStepper
|
113922
114169
|
VStepperActions: VStepperActions
|
113923
114170
|
VStepperHeader: VStepperHeader
|
@@ -113925,31 +114172,30 @@ declare module 'vue' {
|
|
113925
114172
|
VStepperWindow: VStepperWindow
|
113926
114173
|
VStepperWindowItem: VStepperWindowItem
|
113927
114174
|
VSystemBar: VSystemBar
|
113928
|
-
VSwitch: VSwitch
|
113929
|
-
VTable: VTable
|
113930
114175
|
VTab: VTab
|
113931
114176
|
VTabs: VTabs
|
113932
114177
|
VTabsWindow: VTabsWindow
|
113933
114178
|
VTabsWindowItem: VTabsWindowItem
|
113934
114179
|
VTextField: VTextField
|
113935
|
-
|
113936
|
-
VTimelineItem: VTimelineItem
|
114180
|
+
VTable: VTable
|
113937
114181
|
VTextarea: VTextarea
|
113938
|
-
VTreeview: VTreeview
|
113939
|
-
VTreeviewItem: VTreeviewItem
|
113940
|
-
VTreeviewGroup: VTreeviewGroup
|
113941
|
-
VTooltip: VTooltip
|
113942
|
-
VTimePicker: VTimePicker
|
113943
|
-
VTimePickerClock: VTimePickerClock
|
113944
|
-
VTimePickerControls: VTimePickerControls
|
113945
114182
|
VToolbar: VToolbar
|
113946
114183
|
VToolbarTitle: VToolbarTitle
|
113947
114184
|
VToolbarItems: VToolbarItems
|
114185
|
+
VTimePicker: VTimePicker
|
114186
|
+
VTimePickerClock: VTimePickerClock
|
114187
|
+
VTimePickerControls: VTimePickerControls
|
114188
|
+
VTooltip: VTooltip
|
114189
|
+
VTreeview: VTreeview
|
114190
|
+
VTreeviewItem: VTreeviewItem
|
114191
|
+
VTreeviewGroup: VTreeviewGroup
|
114192
|
+
VTimeline: VTimeline
|
114193
|
+
VTimelineItem: VTimelineItem
|
113948
114194
|
VWindow: VWindow
|
113949
114195
|
VWindowItem: VWindowItem
|
113950
|
-
|
113951
|
-
VCarouselItem: VCarouselItem
|
114196
|
+
VSwitch: VSwitch
|
113952
114197
|
VConfirmEdit: VConfirmEdit
|
114198
|
+
VDataIterator: VDataIterator
|
113953
114199
|
VDefaultsProvider: VDefaultsProvider
|
113954
114200
|
VForm: VForm
|
113955
114201
|
VHover: VHover
|
@@ -113962,17 +114208,15 @@ declare module 'vue' {
|
|
113962
114208
|
VLazy: VLazy
|
113963
114209
|
VLocaleProvider: VLocaleProvider
|
113964
114210
|
VNoSsr: VNoSsr
|
113965
|
-
VParallax: VParallax
|
113966
114211
|
VRadio: VRadio
|
114212
|
+
VParallax: VParallax
|
113967
114213
|
VRangeSlider: VRangeSlider
|
113968
114214
|
VResponsive: VResponsive
|
114215
|
+
VSnackbarQueue: VSnackbarQueue
|
113969
114216
|
VSparkline: VSparkline
|
113970
114217
|
VSpeedDial: VSpeedDial
|
113971
|
-
VSnackbarQueue: VSnackbarQueue
|
113972
|
-
VThemeProvider: VThemeProvider
|
113973
|
-
VVirtualScroll: VVirtualScroll
|
113974
114218
|
VValidation: VValidation
|
113975
|
-
|
114219
|
+
VThemeProvider: VThemeProvider
|
113976
114220
|
VFabTransition: VFabTransition
|
113977
114221
|
VDialogBottomTransition: VDialogBottomTransition
|
113978
114222
|
VDialogTopTransition: VDialogTopTransition
|
@@ -113989,6 +114233,7 @@ declare module 'vue' {
|
|
113989
114233
|
VExpandTransition: VExpandTransition
|
113990
114234
|
VExpandXTransition: VExpandXTransition
|
113991
114235
|
VDialogTransition: VDialogTransition
|
114236
|
+
VVirtualScroll: VVirtualScroll
|
113992
114237
|
VColorInput: VColorInput
|
113993
114238
|
VCalendar: VCalendar
|
113994
114239
|
VCalendarDay: VCalendarDay
|
@@ -113996,17 +114241,18 @@ declare module 'vue' {
|
|
113996
114241
|
VCalendarInterval: VCalendarInterval
|
113997
114242
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
113998
114243
|
VCalendarMonthDay: VCalendarMonthDay
|
113999
|
-
VFileUpload: VFileUpload
|
114000
|
-
VFileUploadItem: VFileUploadItem
|
114001
|
-
VIconBtn: VIconBtn
|
114002
114244
|
VPicker: VPicker
|
114003
114245
|
VPickerTitle: VPickerTitle
|
114004
114246
|
VStepperVertical: VStepperVertical
|
114005
114247
|
VStepperVerticalItem: VStepperVerticalItem
|
114006
114248
|
VStepperVerticalActions: VStepperVerticalActions
|
114249
|
+
VIconBtn: VIconBtn
|
114250
|
+
VHotkey: VHotkey
|
114007
114251
|
VDateInput: VDateInput
|
114008
114252
|
VMaskInput: VMaskInput
|
114009
114253
|
VPullToRefresh: VPullToRefresh
|
114254
|
+
VFileUpload: VFileUpload
|
114255
|
+
VFileUploadItem: VFileUploadItem
|
114010
114256
|
}
|
114011
114257
|
export interface GlobalDirectives {
|
114012
114258
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|