vuetify 3.9.0-beta.0 → 3.9.0
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/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3590 -3502
- package/dist/json/importMap-labs.json +16 -12
- package/dist/json/importMap.json +186 -186
- package/dist/json/tags.json +31 -4
- package/dist/json/web-types.json +6626 -6392
- package/dist/vuetify-labs.cjs +1082 -195
- package/dist/vuetify-labs.css +4654 -4339
- package/dist/vuetify-labs.d.ts +2027 -493
- package/dist/vuetify-labs.esm.js +1082 -196
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1082 -195
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +663 -170
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4744 -4671
- package/dist/vuetify.d.ts +1575 -267
- package/dist/vuetify.esm.js +663 -171
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +663 -170
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1182 -1126
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +39 -14
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCombobox/VCombobox.d.ts +39 -14
- package/lib/components/VCombobox/VCombobox.js +2 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/composables/items.d.ts +2 -1
- package/lib/components/VDataIterator/composables/items.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +12 -1
- package/lib/components/VDataTable/VDataTable.d.ts +20 -38
- package/lib/components/VDataTable/VDataTable.sass +12 -2
- package/lib/components/VDataTable/VDataTableColumn.d.ts +9 -3
- package/lib/components/VDataTable/VDataTableColumn.js +12 -4
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +10 -9
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.js +2 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +10 -23
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +10 -23
- package/lib/components/VDataTable/composables/headers.d.ts +22 -14
- package/lib/components/VDataTable/composables/headers.js +51 -22
- package/lib/components/VDataTable/composables/headers.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/VDataTable/types.d.ts +4 -2
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.sass +1 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +7 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.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/VList/VList.d.ts +24 -27
- package/lib/components/VList/VList.js +1 -5
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +13 -0
- package/lib/components/VList/VListGroup.js +2 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +6 -3
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.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/VSelect/VSelect.d.ts +58 -22
- package/lib/components/VSelect/VSelect.js +2 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.css +1 -6
- package/lib/components/VTimePicker/VTimePicker.sass +1 -6
- package/lib/components/VTimePicker/VTimePickerClock.css +5 -4
- package/lib/components/VTimePicker/VTimePickerClock.sass +5 -4
- package/lib/components/VTimePicker/VTimePickerControls.css +2 -1
- package/lib/components/VTimePicker/VTimePickerControls.sass +2 -3
- package/lib/components/VTreeview/VTreeview.d.ts +235 -188
- package/lib/components/VTreeview/VTreeview.js +13 -12
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +94 -10
- package/lib/components/VTreeview/VTreeviewChildren.js +61 -17
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewItem.css +57 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +1334 -97
- package/lib/components/VTreeview/VTreeviewItem.js +25 -16
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.sass +60 -0
- package/lib/components/VTreeview/_variables.scss +15 -0
- package/lib/composables/calendar.d.ts +2 -1
- package/lib/composables/calendar.js +8 -8
- 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/filter.d.ts +1 -0
- package/lib/composables/filter.js +1 -1
- package/lib/composables/filter.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/list-items.d.ts +14 -1
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +7 -4
- package/lib/composables/nested/nested.js +24 -14
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +2 -1
- package/lib/composables/nested/selectStrategies.js +22 -11
- package/lib/composables/nested/selectStrategies.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/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +91 -66
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +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 +10 -10
- 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/VPicker/VPicker.css +4 -0
- package/lib/labs/VPicker/VPicker.sass +4 -0
- 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/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +4 -0
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/indentLines.d.ts +17 -0
- package/lib/util/indentLines.js +34 -0
- package/lib/util/indentLines.js.map +1 -0
- package/lib/util/index.d.ts +1 -0
- package/lib/util/index.js +1 -0
- package/lib/util/index.js.map +1 -1
- package/package.json +2 -2
- 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
|
@@ -260,6 +260,9 @@ type TemplateRef = {
|
|
|
260
260
|
readonly el: HTMLElement | undefined;
|
|
261
261
|
};
|
|
262
262
|
|
|
263
|
+
type IndentLinesVariant = 'default' | 'simple';
|
|
264
|
+
type IndentLineType = 'leaf' | 'last-leaf' | 'line' | 'leaf-link' | 'none';
|
|
265
|
+
|
|
263
266
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
264
267
|
declare const IconValue: PropType<IconValue>;
|
|
265
268
|
interface IconAliases {
|
|
@@ -305,6 +308,17 @@ interface IconAliases {
|
|
|
305
308
|
eyeDropper: IconValue;
|
|
306
309
|
upload: IconValue;
|
|
307
310
|
color: IconValue;
|
|
311
|
+
command: IconValue;
|
|
312
|
+
ctrl: IconValue;
|
|
313
|
+
space: IconValue;
|
|
314
|
+
shift: IconValue;
|
|
315
|
+
alt: IconValue;
|
|
316
|
+
enter: IconValue;
|
|
317
|
+
arrowup: IconValue;
|
|
318
|
+
arrowdown: IconValue;
|
|
319
|
+
arrowleft: IconValue;
|
|
320
|
+
arrowright: IconValue;
|
|
321
|
+
backspace: IconValue;
|
|
308
322
|
}
|
|
309
323
|
interface IconProps {
|
|
310
324
|
tag: string | JSXComponent;
|
|
@@ -690,6 +704,14 @@ declare function useLayout(): {
|
|
|
690
704
|
mainStyles: Ref<CSSProperties, CSSProperties>;
|
|
691
705
|
};
|
|
692
706
|
|
|
707
|
+
interface HotkeyOptions {
|
|
708
|
+
event?: MaybeRef<'keydown' | 'keyup'>;
|
|
709
|
+
inputs?: MaybeRef<boolean>;
|
|
710
|
+
preventDefault?: MaybeRef<boolean>;
|
|
711
|
+
sequenceTimeout?: MaybeRef<number>;
|
|
712
|
+
}
|
|
713
|
+
declare function useHotkey(keys: MaybeRef<string | undefined>, callback: (e: KeyboardEvent) => void, options?: HotkeyOptions): () => void;
|
|
714
|
+
|
|
693
715
|
/**
|
|
694
716
|
* - boolean: match without highlight
|
|
695
717
|
* - number: single match (index), length already known
|
|
@@ -707,6 +729,7 @@ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
|
707
729
|
interface InternalItem<T = any> {
|
|
708
730
|
value: any;
|
|
709
731
|
raw: T;
|
|
732
|
+
type?: string;
|
|
710
733
|
}
|
|
711
734
|
|
|
712
735
|
type ValidationRuleParams = [any, string?];
|
|
@@ -819,9 +842,10 @@ type SelectStrategyFunction = (data: {
|
|
|
819
842
|
selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
820
843
|
children: Map<unknown, unknown[]>;
|
|
821
844
|
parents: Map<unknown, unknown>;
|
|
845
|
+
disabled: Set<unknown>;
|
|
822
846
|
event?: Event;
|
|
823
847
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
824
|
-
type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
848
|
+
type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>, disabled: Set<unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
|
825
849
|
type SelectStrategyTransformOutFunction = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
|
826
850
|
type SelectStrategy = {
|
|
827
851
|
select: SelectStrategyFunction;
|
|
@@ -940,7 +964,7 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
|
940
964
|
key?: 'data-table-group' | 'data-table-select' | 'data-table-expand' | (string & {});
|
|
941
965
|
value?: SelectItemKey<T>;
|
|
942
966
|
title?: string;
|
|
943
|
-
fixed?: boolean;
|
|
967
|
+
fixed?: boolean | 'start' | 'end';
|
|
944
968
|
align?: 'start' | 'end' | 'center';
|
|
945
969
|
width?: number | string;
|
|
946
970
|
minWidth?: number | string;
|
|
@@ -959,13 +983,15 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
|
|
|
959
983
|
value: SelectItemKey | null;
|
|
960
984
|
sortable: boolean;
|
|
961
985
|
fixedOffset?: number;
|
|
986
|
+
fixedEndOffset?: number;
|
|
962
987
|
lastFixed?: boolean;
|
|
988
|
+
firstFixedEnd?: boolean;
|
|
963
989
|
nowrap?: boolean;
|
|
964
990
|
colspan?: number;
|
|
965
991
|
rowspan?: number;
|
|
966
992
|
children?: InternalDataTableHeader[];
|
|
967
993
|
};
|
|
968
|
-
interface DataTableItem<T = any> extends InternalItem<T>, GroupableItem<T>, SelectableItem {
|
|
994
|
+
interface DataTableItem<T = any> extends Omit<InternalItem<T>, 'type'>, GroupableItem<T>, SelectableItem {
|
|
969
995
|
key: any;
|
|
970
996
|
index: number;
|
|
971
997
|
columns: {
|
|
@@ -6895,13 +6921,14 @@ declare const VListItem: {
|
|
|
6895
6921
|
root: {
|
|
6896
6922
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
6897
6923
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
6924
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
6898
6925
|
activatable: vue.Ref<boolean>;
|
|
6899
6926
|
selectable: vue.Ref<boolean>;
|
|
6900
6927
|
opened: vue.Ref<Set<unknown>>;
|
|
6901
6928
|
activated: vue.Ref<Set<unknown>>;
|
|
6902
6929
|
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
6903
6930
|
selectedValues: vue.Ref<unknown[]>;
|
|
6904
|
-
register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
|
|
6931
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
6905
6932
|
unregister: (id: unknown) => void;
|
|
6906
6933
|
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
6907
6934
|
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
@@ -7028,13 +7055,14 @@ declare const VListItem: {
|
|
|
7028
7055
|
root: {
|
|
7029
7056
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
7030
7057
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
7058
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
7031
7059
|
activatable: vue.Ref<boolean>;
|
|
7032
7060
|
selectable: vue.Ref<boolean>;
|
|
7033
7061
|
opened: vue.Ref<Set<unknown>>;
|
|
7034
7062
|
activated: vue.Ref<Set<unknown>>;
|
|
7035
7063
|
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
7036
7064
|
selectedValues: vue.Ref<unknown[]>;
|
|
7037
|
-
register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
|
|
7065
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
7038
7066
|
unregister: (id: unknown) => void;
|
|
7039
7067
|
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
7040
7068
|
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
@@ -7150,13 +7178,14 @@ declare const VListItem: {
|
|
|
7150
7178
|
root: {
|
|
7151
7179
|
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
7152
7180
|
parents: vue.Ref<Map<unknown, unknown>>;
|
|
7181
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
7153
7182
|
activatable: vue.Ref<boolean>;
|
|
7154
7183
|
selectable: vue.Ref<boolean>;
|
|
7155
7184
|
opened: vue.Ref<Set<unknown>>;
|
|
7156
7185
|
activated: vue.Ref<Set<unknown>>;
|
|
7157
7186
|
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
7158
7187
|
selectedValues: vue.Ref<unknown[]>;
|
|
7159
|
-
register: (id: unknown, parentId: unknown, isGroup?: boolean) => void;
|
|
7188
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
7160
7189
|
unregister: (id: unknown) => void;
|
|
7161
7190
|
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
7162
7191
|
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
@@ -7386,7 +7415,8 @@ interface ListItem<T = any> extends InternalItem<T> {
|
|
|
7386
7415
|
title: string;
|
|
7387
7416
|
value: any;
|
|
7388
7417
|
};
|
|
7389
|
-
children
|
|
7418
|
+
children: ListItem<T>[] | undefined;
|
|
7419
|
+
type: string;
|
|
7390
7420
|
}
|
|
7391
7421
|
interface ItemProps {
|
|
7392
7422
|
items: any[];
|
|
@@ -7394,12 +7424,12 @@ interface ItemProps {
|
|
|
7394
7424
|
itemValue: SelectItemKey;
|
|
7395
7425
|
itemChildren: SelectItemKey;
|
|
7396
7426
|
itemProps: SelectItemKey;
|
|
7427
|
+
itemType: SelectItemKey;
|
|
7397
7428
|
returnObject: boolean;
|
|
7398
7429
|
valueComparator: typeof deepEqual | undefined;
|
|
7399
7430
|
}
|
|
7400
7431
|
|
|
7401
7432
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
7402
|
-
type?: 'item' | 'subheader' | 'divider';
|
|
7403
7433
|
}
|
|
7404
7434
|
type ItemType$6<T> = T extends readonly (infer U)[] ? U : never;
|
|
7405
7435
|
declare const VList: {
|
|
@@ -7420,7 +7450,7 @@ declare const VList: {
|
|
|
7420
7450
|
activatable: boolean;
|
|
7421
7451
|
selectable: boolean;
|
|
7422
7452
|
openStrategy: OpenStrategyProp;
|
|
7423
|
-
itemType:
|
|
7453
|
+
itemType: SelectItemKey;
|
|
7424
7454
|
} & {
|
|
7425
7455
|
height?: string | number | undefined;
|
|
7426
7456
|
width?: string | number | undefined;
|
|
@@ -7494,7 +7524,7 @@ declare const VList: {
|
|
|
7494
7524
|
activatable: boolean;
|
|
7495
7525
|
selectable: boolean;
|
|
7496
7526
|
openStrategy: OpenStrategyProp;
|
|
7497
|
-
itemType:
|
|
7527
|
+
itemType: SelectItemKey;
|
|
7498
7528
|
}, true, {}, vue.SlotsType<Partial<{
|
|
7499
7529
|
title: (arg: ListItemTitleSlot & {
|
|
7500
7530
|
item: any;
|
|
@@ -7545,7 +7575,7 @@ declare const VList: {
|
|
|
7545
7575
|
activatable: boolean;
|
|
7546
7576
|
selectable: boolean;
|
|
7547
7577
|
openStrategy: OpenStrategyProp;
|
|
7548
|
-
itemType:
|
|
7578
|
+
itemType: SelectItemKey;
|
|
7549
7579
|
} & {
|
|
7550
7580
|
height?: string | number | undefined;
|
|
7551
7581
|
width?: string | number | undefined;
|
|
@@ -7600,7 +7630,7 @@ declare const VList: {
|
|
|
7600
7630
|
activatable: boolean;
|
|
7601
7631
|
selectable: boolean;
|
|
7602
7632
|
openStrategy: OpenStrategyProp;
|
|
7603
|
-
itemType:
|
|
7633
|
+
itemType: SelectItemKey;
|
|
7604
7634
|
}>;
|
|
7605
7635
|
__isFragment?: never;
|
|
7606
7636
|
__isTeleport?: never;
|
|
@@ -7622,7 +7652,7 @@ declare const VList: {
|
|
|
7622
7652
|
activatable: boolean;
|
|
7623
7653
|
selectable: boolean;
|
|
7624
7654
|
openStrategy: OpenStrategyProp;
|
|
7625
|
-
itemType:
|
|
7655
|
+
itemType: SelectItemKey;
|
|
7626
7656
|
} & {
|
|
7627
7657
|
height?: string | number | undefined;
|
|
7628
7658
|
width?: string | number | undefined;
|
|
@@ -7696,7 +7726,7 @@ declare const VList: {
|
|
|
7696
7726
|
activatable: boolean;
|
|
7697
7727
|
selectable: boolean;
|
|
7698
7728
|
openStrategy: OpenStrategyProp;
|
|
7699
|
-
itemType:
|
|
7729
|
+
itemType: SelectItemKey;
|
|
7700
7730
|
}, {}, string, vue.SlotsType<Partial<{
|
|
7701
7731
|
title: (arg: ListItemTitleSlot & {
|
|
7702
7732
|
item: any;
|
|
@@ -7783,12 +7813,12 @@ declare const VList: {
|
|
|
7783
7813
|
type: PropType<SelectItemKey>;
|
|
7784
7814
|
default: string;
|
|
7785
7815
|
};
|
|
7786
|
-
returnObject: BooleanConstructor;
|
|
7787
|
-
valueComparator: PropType<typeof deepEqual>;
|
|
7788
7816
|
itemType: {
|
|
7789
|
-
type:
|
|
7817
|
+
type: PropType<SelectItemKey>;
|
|
7790
7818
|
default: string;
|
|
7791
7819
|
};
|
|
7820
|
+
returnObject: BooleanConstructor;
|
|
7821
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
7792
7822
|
elevation: {
|
|
7793
7823
|
type: (StringConstructor | NumberConstructor)[];
|
|
7794
7824
|
validator(v: any): boolean;
|
|
@@ -7890,12 +7920,12 @@ declare const VList: {
|
|
|
7890
7920
|
type: PropType<SelectItemKey>;
|
|
7891
7921
|
default: string;
|
|
7892
7922
|
};
|
|
7893
|
-
returnObject: BooleanConstructor;
|
|
7894
|
-
valueComparator: PropType<typeof deepEqual>;
|
|
7895
7923
|
itemType: {
|
|
7896
|
-
type:
|
|
7924
|
+
type: PropType<SelectItemKey>;
|
|
7897
7925
|
default: string;
|
|
7898
7926
|
};
|
|
7927
|
+
returnObject: BooleanConstructor;
|
|
7928
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
7899
7929
|
elevation: {
|
|
7900
7930
|
type: (StringConstructor | NumberConstructor)[];
|
|
7901
7931
|
validator(v: any): boolean;
|
|
@@ -7963,6 +7993,7 @@ type VList = InstanceType<typeof VList>;
|
|
|
7963
7993
|
declare const VListGroup: {
|
|
7964
7994
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
7965
7995
|
style: vue.StyleValue;
|
|
7996
|
+
disabled: boolean;
|
|
7966
7997
|
tag: string | JSXComponent;
|
|
7967
7998
|
subgroup: boolean;
|
|
7968
7999
|
collapseIcon: IconValue;
|
|
@@ -8003,6 +8034,7 @@ declare const VListGroup: {
|
|
|
8003
8034
|
isOpen: vue.ComputedRef<boolean>;
|
|
8004
8035
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
8005
8036
|
style: vue.StyleValue;
|
|
8037
|
+
disabled: boolean;
|
|
8006
8038
|
tag: string | JSXComponent;
|
|
8007
8039
|
subgroup: boolean;
|
|
8008
8040
|
collapseIcon: IconValue;
|
|
@@ -8023,6 +8055,7 @@ declare const VListGroup: {
|
|
|
8023
8055
|
Defaults: {};
|
|
8024
8056
|
}, {
|
|
8025
8057
|
style: vue.StyleValue;
|
|
8058
|
+
disabled: boolean;
|
|
8026
8059
|
tag: string | JSXComponent;
|
|
8027
8060
|
subgroup: boolean;
|
|
8028
8061
|
collapseIcon: IconValue;
|
|
@@ -8063,6 +8096,7 @@ declare const VListGroup: {
|
|
|
8063
8096
|
isOpen: vue.ComputedRef<boolean>;
|
|
8064
8097
|
}, {}, {}, {}, {
|
|
8065
8098
|
style: vue.StyleValue;
|
|
8099
|
+
disabled: boolean;
|
|
8066
8100
|
tag: string | JSXComponent;
|
|
8067
8101
|
subgroup: boolean;
|
|
8068
8102
|
collapseIcon: IconValue;
|
|
@@ -8074,6 +8108,7 @@ declare const VListGroup: {
|
|
|
8074
8108
|
__isSuspense?: never;
|
|
8075
8109
|
} & vue.ComponentOptionsBase<{
|
|
8076
8110
|
style: vue.StyleValue;
|
|
8111
|
+
disabled: boolean;
|
|
8077
8112
|
tag: string | JSXComponent;
|
|
8078
8113
|
subgroup: boolean;
|
|
8079
8114
|
collapseIcon: IconValue;
|
|
@@ -8114,6 +8149,7 @@ declare const VListGroup: {
|
|
|
8114
8149
|
isOpen: vue.ComputedRef<boolean>;
|
|
8115
8150
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
8116
8151
|
style: vue.StyleValue;
|
|
8152
|
+
disabled: boolean;
|
|
8117
8153
|
tag: string | JSXComponent;
|
|
8118
8154
|
subgroup: boolean;
|
|
8119
8155
|
collapseIcon: IconValue;
|
|
@@ -8142,6 +8178,7 @@ declare const VListGroup: {
|
|
|
8142
8178
|
type: vue.PropType<IconValue>;
|
|
8143
8179
|
default: string;
|
|
8144
8180
|
};
|
|
8181
|
+
disabled: BooleanConstructor;
|
|
8145
8182
|
expandIcon: {
|
|
8146
8183
|
type: vue.PropType<IconValue>;
|
|
8147
8184
|
default: string;
|
|
@@ -8170,6 +8207,7 @@ declare const VListGroup: {
|
|
|
8170
8207
|
type: vue.PropType<IconValue>;
|
|
8171
8208
|
default: string;
|
|
8172
8209
|
};
|
|
8210
|
+
disabled: BooleanConstructor;
|
|
8173
8211
|
expandIcon: {
|
|
8174
8212
|
type: vue.PropType<IconValue>;
|
|
8175
8213
|
default: string;
|
|
@@ -11149,6 +11187,7 @@ declare const VAutocomplete: {
|
|
|
11149
11187
|
hideSpinButtons: boolean;
|
|
11150
11188
|
persistentHint: boolean;
|
|
11151
11189
|
itemChildren: SelectItemKey;
|
|
11190
|
+
itemType: SelectItemKey;
|
|
11152
11191
|
clearable: boolean;
|
|
11153
11192
|
persistentClear: boolean;
|
|
11154
11193
|
singleLine: boolean;
|
|
@@ -11219,7 +11258,7 @@ declare const VAutocomplete: {
|
|
|
11219
11258
|
activatable: boolean;
|
|
11220
11259
|
selectable: boolean;
|
|
11221
11260
|
openStrategy: OpenStrategyProp;
|
|
11222
|
-
itemType:
|
|
11261
|
+
itemType: SelectItemKey;
|
|
11223
11262
|
}> & Omit<{
|
|
11224
11263
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
11225
11264
|
nav: boolean;
|
|
@@ -11237,7 +11276,7 @@ declare const VAutocomplete: {
|
|
|
11237
11276
|
activatable: boolean;
|
|
11238
11277
|
selectable: boolean;
|
|
11239
11278
|
openStrategy: OpenStrategyProp;
|
|
11240
|
-
itemType:
|
|
11279
|
+
itemType: SelectItemKey;
|
|
11241
11280
|
height?: string | number | undefined;
|
|
11242
11281
|
width?: string | number | undefined;
|
|
11243
11282
|
border?: string | number | boolean | undefined;
|
|
@@ -13583,6 +13622,7 @@ declare const VAutocomplete: {
|
|
|
13583
13622
|
hideSpinButtons: boolean;
|
|
13584
13623
|
persistentHint: boolean;
|
|
13585
13624
|
itemChildren: SelectItemKey;
|
|
13625
|
+
itemType: SelectItemKey;
|
|
13586
13626
|
clearable: boolean;
|
|
13587
13627
|
persistentClear: boolean;
|
|
13588
13628
|
singleLine: boolean;
|
|
@@ -13679,6 +13719,7 @@ declare const VAutocomplete: {
|
|
|
13679
13719
|
hideSpinButtons: boolean;
|
|
13680
13720
|
persistentHint: boolean;
|
|
13681
13721
|
itemChildren: SelectItemKey;
|
|
13722
|
+
itemType: SelectItemKey;
|
|
13682
13723
|
clearable: boolean;
|
|
13683
13724
|
persistentClear: boolean;
|
|
13684
13725
|
singleLine: boolean;
|
|
@@ -13749,7 +13790,7 @@ declare const VAutocomplete: {
|
|
|
13749
13790
|
activatable: boolean;
|
|
13750
13791
|
selectable: boolean;
|
|
13751
13792
|
openStrategy: OpenStrategyProp;
|
|
13752
|
-
itemType:
|
|
13793
|
+
itemType: SelectItemKey;
|
|
13753
13794
|
}> & Omit<{
|
|
13754
13795
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
13755
13796
|
nav: boolean;
|
|
@@ -13767,7 +13808,7 @@ declare const VAutocomplete: {
|
|
|
13767
13808
|
activatable: boolean;
|
|
13768
13809
|
selectable: boolean;
|
|
13769
13810
|
openStrategy: OpenStrategyProp;
|
|
13770
|
-
itemType:
|
|
13811
|
+
itemType: SelectItemKey;
|
|
13771
13812
|
height?: string | number | undefined;
|
|
13772
13813
|
width?: string | number | undefined;
|
|
13773
13814
|
border?: string | number | boolean | undefined;
|
|
@@ -16108,6 +16149,7 @@ declare const VAutocomplete: {
|
|
|
16108
16149
|
hideSpinButtons: boolean;
|
|
16109
16150
|
persistentHint: boolean;
|
|
16110
16151
|
itemChildren: SelectItemKey;
|
|
16152
|
+
itemType: SelectItemKey;
|
|
16111
16153
|
clearable: boolean;
|
|
16112
16154
|
persistentClear: boolean;
|
|
16113
16155
|
singleLine: boolean;
|
|
@@ -16161,6 +16203,7 @@ declare const VAutocomplete: {
|
|
|
16161
16203
|
hideSpinButtons: boolean;
|
|
16162
16204
|
persistentHint: boolean;
|
|
16163
16205
|
itemChildren: SelectItemKey;
|
|
16206
|
+
itemType: SelectItemKey;
|
|
16164
16207
|
clearable: boolean;
|
|
16165
16208
|
persistentClear: boolean;
|
|
16166
16209
|
singleLine: boolean;
|
|
@@ -16231,7 +16274,7 @@ declare const VAutocomplete: {
|
|
|
16231
16274
|
activatable: boolean;
|
|
16232
16275
|
selectable: boolean;
|
|
16233
16276
|
openStrategy: OpenStrategyProp;
|
|
16234
|
-
itemType:
|
|
16277
|
+
itemType: SelectItemKey;
|
|
16235
16278
|
}> & Omit<{
|
|
16236
16279
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
16237
16280
|
nav: boolean;
|
|
@@ -16249,7 +16292,7 @@ declare const VAutocomplete: {
|
|
|
16249
16292
|
activatable: boolean;
|
|
16250
16293
|
selectable: boolean;
|
|
16251
16294
|
openStrategy: OpenStrategyProp;
|
|
16252
|
-
itemType:
|
|
16295
|
+
itemType: SelectItemKey;
|
|
16253
16296
|
height?: string | number | undefined;
|
|
16254
16297
|
width?: string | number | undefined;
|
|
16255
16298
|
border?: string | number | boolean | undefined;
|
|
@@ -18595,6 +18638,7 @@ declare const VAutocomplete: {
|
|
|
18595
18638
|
hideSpinButtons: boolean;
|
|
18596
18639
|
persistentHint: boolean;
|
|
18597
18640
|
itemChildren: SelectItemKey;
|
|
18641
|
+
itemType: SelectItemKey;
|
|
18598
18642
|
clearable: boolean;
|
|
18599
18643
|
persistentClear: boolean;
|
|
18600
18644
|
singleLine: boolean;
|
|
@@ -18829,6 +18873,10 @@ declare const VAutocomplete: {
|
|
|
18829
18873
|
type: PropType<SelectItemKey>;
|
|
18830
18874
|
default: string;
|
|
18831
18875
|
};
|
|
18876
|
+
itemType: {
|
|
18877
|
+
type: PropType<SelectItemKey>;
|
|
18878
|
+
default: string;
|
|
18879
|
+
};
|
|
18832
18880
|
returnObject: BooleanConstructor;
|
|
18833
18881
|
valueComparator: PropType<typeof deepEqual>;
|
|
18834
18882
|
chips: BooleanConstructor;
|
|
@@ -19024,6 +19072,10 @@ declare const VAutocomplete: {
|
|
|
19024
19072
|
type: PropType<SelectItemKey>;
|
|
19025
19073
|
default: string;
|
|
19026
19074
|
};
|
|
19075
|
+
itemType: {
|
|
19076
|
+
type: PropType<SelectItemKey>;
|
|
19077
|
+
default: string;
|
|
19078
|
+
};
|
|
19027
19079
|
returnObject: BooleanConstructor;
|
|
19028
19080
|
valueComparator: PropType<typeof deepEqual>;
|
|
19029
19081
|
chips: BooleanConstructor;
|
|
@@ -29043,6 +29095,7 @@ declare const VCombobox: {
|
|
|
29043
29095
|
hideSpinButtons: boolean;
|
|
29044
29096
|
persistentHint: boolean;
|
|
29045
29097
|
itemChildren: SelectItemKey;
|
|
29098
|
+
itemType: SelectItemKey;
|
|
29046
29099
|
clearable: boolean;
|
|
29047
29100
|
persistentClear: boolean;
|
|
29048
29101
|
singleLine: boolean;
|
|
@@ -29113,7 +29166,7 @@ declare const VCombobox: {
|
|
|
29113
29166
|
activatable: boolean;
|
|
29114
29167
|
selectable: boolean;
|
|
29115
29168
|
openStrategy: OpenStrategyProp;
|
|
29116
|
-
itemType:
|
|
29169
|
+
itemType: SelectItemKey;
|
|
29117
29170
|
}> & Omit<{
|
|
29118
29171
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
29119
29172
|
nav: boolean;
|
|
@@ -29131,7 +29184,7 @@ declare const VCombobox: {
|
|
|
29131
29184
|
activatable: boolean;
|
|
29132
29185
|
selectable: boolean;
|
|
29133
29186
|
openStrategy: OpenStrategyProp;
|
|
29134
|
-
itemType:
|
|
29187
|
+
itemType: SelectItemKey;
|
|
29135
29188
|
height?: string | number | undefined;
|
|
29136
29189
|
width?: string | number | undefined;
|
|
29137
29190
|
border?: string | number | boolean | undefined;
|
|
@@ -31475,6 +31528,7 @@ declare const VCombobox: {
|
|
|
31475
31528
|
hideSpinButtons: boolean;
|
|
31476
31529
|
persistentHint: boolean;
|
|
31477
31530
|
itemChildren: SelectItemKey;
|
|
31531
|
+
itemType: SelectItemKey;
|
|
31478
31532
|
clearable: boolean;
|
|
31479
31533
|
persistentClear: boolean;
|
|
31480
31534
|
singleLine: boolean;
|
|
@@ -31571,6 +31625,7 @@ declare const VCombobox: {
|
|
|
31571
31625
|
hideSpinButtons: boolean;
|
|
31572
31626
|
persistentHint: boolean;
|
|
31573
31627
|
itemChildren: SelectItemKey;
|
|
31628
|
+
itemType: SelectItemKey;
|
|
31574
31629
|
clearable: boolean;
|
|
31575
31630
|
persistentClear: boolean;
|
|
31576
31631
|
singleLine: boolean;
|
|
@@ -31641,7 +31696,7 @@ declare const VCombobox: {
|
|
|
31641
31696
|
activatable: boolean;
|
|
31642
31697
|
selectable: boolean;
|
|
31643
31698
|
openStrategy: OpenStrategyProp;
|
|
31644
|
-
itemType:
|
|
31699
|
+
itemType: SelectItemKey;
|
|
31645
31700
|
}> & Omit<{
|
|
31646
31701
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
31647
31702
|
nav: boolean;
|
|
@@ -31659,7 +31714,7 @@ declare const VCombobox: {
|
|
|
31659
31714
|
activatable: boolean;
|
|
31660
31715
|
selectable: boolean;
|
|
31661
31716
|
openStrategy: OpenStrategyProp;
|
|
31662
|
-
itemType:
|
|
31717
|
+
itemType: SelectItemKey;
|
|
31663
31718
|
height?: string | number | undefined;
|
|
31664
31719
|
width?: string | number | undefined;
|
|
31665
31720
|
border?: string | number | boolean | undefined;
|
|
@@ -33998,6 +34053,7 @@ declare const VCombobox: {
|
|
|
33998
34053
|
hideSpinButtons: boolean;
|
|
33999
34054
|
persistentHint: boolean;
|
|
34000
34055
|
itemChildren: SelectItemKey;
|
|
34056
|
+
itemType: SelectItemKey;
|
|
34001
34057
|
clearable: boolean;
|
|
34002
34058
|
persistentClear: boolean;
|
|
34003
34059
|
singleLine: boolean;
|
|
@@ -34051,6 +34107,7 @@ declare const VCombobox: {
|
|
|
34051
34107
|
hideSpinButtons: boolean;
|
|
34052
34108
|
persistentHint: boolean;
|
|
34053
34109
|
itemChildren: SelectItemKey;
|
|
34110
|
+
itemType: SelectItemKey;
|
|
34054
34111
|
clearable: boolean;
|
|
34055
34112
|
persistentClear: boolean;
|
|
34056
34113
|
singleLine: boolean;
|
|
@@ -34121,7 +34178,7 @@ declare const VCombobox: {
|
|
|
34121
34178
|
activatable: boolean;
|
|
34122
34179
|
selectable: boolean;
|
|
34123
34180
|
openStrategy: OpenStrategyProp;
|
|
34124
|
-
itemType:
|
|
34181
|
+
itemType: SelectItemKey;
|
|
34125
34182
|
}> & Omit<{
|
|
34126
34183
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
34127
34184
|
nav: boolean;
|
|
@@ -34139,7 +34196,7 @@ declare const VCombobox: {
|
|
|
34139
34196
|
activatable: boolean;
|
|
34140
34197
|
selectable: boolean;
|
|
34141
34198
|
openStrategy: OpenStrategyProp;
|
|
34142
|
-
itemType:
|
|
34199
|
+
itemType: SelectItemKey;
|
|
34143
34200
|
height?: string | number | undefined;
|
|
34144
34201
|
width?: string | number | undefined;
|
|
34145
34202
|
border?: string | number | boolean | undefined;
|
|
@@ -36483,6 +36540,7 @@ declare const VCombobox: {
|
|
|
36483
36540
|
hideSpinButtons: boolean;
|
|
36484
36541
|
persistentHint: boolean;
|
|
36485
36542
|
itemChildren: SelectItemKey;
|
|
36543
|
+
itemType: SelectItemKey;
|
|
36486
36544
|
clearable: boolean;
|
|
36487
36545
|
persistentClear: boolean;
|
|
36488
36546
|
singleLine: boolean;
|
|
@@ -36717,6 +36775,10 @@ declare const VCombobox: {
|
|
|
36717
36775
|
type: PropType<SelectItemKey>;
|
|
36718
36776
|
default: string;
|
|
36719
36777
|
};
|
|
36778
|
+
itemType: {
|
|
36779
|
+
type: PropType<SelectItemKey>;
|
|
36780
|
+
default: string;
|
|
36781
|
+
};
|
|
36720
36782
|
returnObject: {
|
|
36721
36783
|
type: PropType<boolean>;
|
|
36722
36784
|
default: boolean;
|
|
@@ -36921,6 +36983,10 @@ declare const VCombobox: {
|
|
|
36921
36983
|
type: PropType<SelectItemKey>;
|
|
36922
36984
|
default: string;
|
|
36923
36985
|
};
|
|
36986
|
+
itemType: {
|
|
36987
|
+
type: PropType<SelectItemKey>;
|
|
36988
|
+
default: string;
|
|
36989
|
+
};
|
|
36924
36990
|
returnObject: {
|
|
36925
36991
|
type: PropType<boolean>;
|
|
36926
36992
|
default: boolean;
|
|
@@ -37127,7 +37193,7 @@ interface DataIteratorItemProps {
|
|
|
37127
37193
|
itemSelectable: SelectItemKey;
|
|
37128
37194
|
returnObject: boolean;
|
|
37129
37195
|
}
|
|
37130
|
-
interface DataIteratorItem<T = any> extends GroupableItem<T>, SelectableItem {
|
|
37196
|
+
interface DataIteratorItem<T = any> extends Omit<InternalItem<T>, 'type'>, GroupableItem<T>, SelectableItem {
|
|
37131
37197
|
value: unknown;
|
|
37132
37198
|
}
|
|
37133
37199
|
|
|
@@ -37650,7 +37716,6 @@ declare const VDataTableHeaders: {
|
|
|
37650
37716
|
sticky: boolean;
|
|
37651
37717
|
multiSort: boolean;
|
|
37652
37718
|
disableSort: boolean;
|
|
37653
|
-
lastFixed: boolean;
|
|
37654
37719
|
fixedHeader: boolean;
|
|
37655
37720
|
sortAscIcon: IconValue;
|
|
37656
37721
|
sortDescIcon: IconValue;
|
|
@@ -37685,7 +37750,6 @@ declare const VDataTableHeaders: {
|
|
|
37685
37750
|
sticky: boolean;
|
|
37686
37751
|
multiSort: boolean;
|
|
37687
37752
|
disableSort: boolean;
|
|
37688
|
-
lastFixed: boolean;
|
|
37689
37753
|
fixedHeader: boolean;
|
|
37690
37754
|
sortAscIcon: IconValue;
|
|
37691
37755
|
sortDescIcon: IconValue;
|
|
@@ -37707,7 +37771,6 @@ declare const VDataTableHeaders: {
|
|
|
37707
37771
|
sticky: boolean;
|
|
37708
37772
|
multiSort: boolean;
|
|
37709
37773
|
disableSort: boolean;
|
|
37710
|
-
lastFixed: boolean;
|
|
37711
37774
|
fixedHeader: boolean;
|
|
37712
37775
|
sortAscIcon: IconValue;
|
|
37713
37776
|
sortDescIcon: IconValue;
|
|
@@ -37742,7 +37805,6 @@ declare const VDataTableHeaders: {
|
|
|
37742
37805
|
sticky: boolean;
|
|
37743
37806
|
multiSort: boolean;
|
|
37744
37807
|
disableSort: boolean;
|
|
37745
|
-
lastFixed: boolean;
|
|
37746
37808
|
fixedHeader: boolean;
|
|
37747
37809
|
sortAscIcon: IconValue;
|
|
37748
37810
|
sortDescIcon: IconValue;
|
|
@@ -37755,7 +37817,6 @@ declare const VDataTableHeaders: {
|
|
|
37755
37817
|
sticky: boolean;
|
|
37756
37818
|
multiSort: boolean;
|
|
37757
37819
|
disableSort: boolean;
|
|
37758
|
-
lastFixed: boolean;
|
|
37759
37820
|
fixedHeader: boolean;
|
|
37760
37821
|
sortAscIcon: IconValue;
|
|
37761
37822
|
sortDescIcon: IconValue;
|
|
@@ -37790,7 +37851,6 @@ declare const VDataTableHeaders: {
|
|
|
37790
37851
|
sticky: boolean;
|
|
37791
37852
|
multiSort: boolean;
|
|
37792
37853
|
disableSort: boolean;
|
|
37793
|
-
lastFixed: boolean;
|
|
37794
37854
|
fixedHeader: boolean;
|
|
37795
37855
|
sortAscIcon: IconValue;
|
|
37796
37856
|
sortDescIcon: IconValue;
|
|
@@ -37810,7 +37870,6 @@ declare const VDataTableHeaders: {
|
|
|
37810
37870
|
color: StringConstructor;
|
|
37811
37871
|
disableSort: BooleanConstructor;
|
|
37812
37872
|
fixedHeader: BooleanConstructor;
|
|
37813
|
-
lastFixed: BooleanConstructor;
|
|
37814
37873
|
multiSort: BooleanConstructor;
|
|
37815
37874
|
sortAscIcon: {
|
|
37816
37875
|
type: PropType<IconValue>;
|
|
@@ -37834,7 +37893,6 @@ declare const VDataTableHeaders: {
|
|
|
37834
37893
|
color: StringConstructor;
|
|
37835
37894
|
disableSort: BooleanConstructor;
|
|
37836
37895
|
fixedHeader: BooleanConstructor;
|
|
37837
|
-
lastFixed: BooleanConstructor;
|
|
37838
37896
|
multiSort: BooleanConstructor;
|
|
37839
37897
|
sortAscIcon: {
|
|
37840
37898
|
type: PropType<IconValue>;
|
|
@@ -38409,7 +38467,6 @@ declare const VDataTable: {
|
|
|
38409
38467
|
value: number;
|
|
38410
38468
|
})[];
|
|
38411
38469
|
showCurrentPage: boolean;
|
|
38412
|
-
lastFixed: boolean;
|
|
38413
38470
|
fixedHeader: boolean;
|
|
38414
38471
|
sortAscIcon: IconValue;
|
|
38415
38472
|
sortDescIcon: IconValue;
|
|
@@ -38490,7 +38547,6 @@ declare const VDataTable: {
|
|
|
38490
38547
|
value: number;
|
|
38491
38548
|
})[];
|
|
38492
38549
|
showCurrentPage: boolean;
|
|
38493
|
-
lastFixed: boolean;
|
|
38494
38550
|
fixedHeader: boolean;
|
|
38495
38551
|
sortAscIcon: IconValue;
|
|
38496
38552
|
sortDescIcon: IconValue;
|
|
@@ -38592,7 +38648,6 @@ declare const VDataTable: {
|
|
|
38592
38648
|
value: number;
|
|
38593
38649
|
})[];
|
|
38594
38650
|
showCurrentPage: boolean;
|
|
38595
|
-
lastFixed: boolean;
|
|
38596
38651
|
fixedHeader: boolean;
|
|
38597
38652
|
sortAscIcon: IconValue;
|
|
38598
38653
|
sortDescIcon: IconValue;
|
|
@@ -38664,7 +38719,6 @@ declare const VDataTable: {
|
|
|
38664
38719
|
value: number;
|
|
38665
38720
|
})[];
|
|
38666
38721
|
showCurrentPage: boolean;
|
|
38667
|
-
lastFixed: boolean;
|
|
38668
38722
|
fixedHeader: boolean;
|
|
38669
38723
|
sortAscIcon: IconValue;
|
|
38670
38724
|
sortDescIcon: IconValue;
|
|
@@ -38718,7 +38772,6 @@ declare const VDataTable: {
|
|
|
38718
38772
|
value: number;
|
|
38719
38773
|
})[];
|
|
38720
38774
|
showCurrentPage: boolean;
|
|
38721
|
-
lastFixed: boolean;
|
|
38722
38775
|
fixedHeader: boolean;
|
|
38723
38776
|
sortAscIcon: IconValue;
|
|
38724
38777
|
sortDescIcon: IconValue;
|
|
@@ -38799,7 +38852,6 @@ declare const VDataTable: {
|
|
|
38799
38852
|
value: number;
|
|
38800
38853
|
})[];
|
|
38801
38854
|
showCurrentPage: boolean;
|
|
38802
|
-
lastFixed: boolean;
|
|
38803
38855
|
fixedHeader: boolean;
|
|
38804
38856
|
sortAscIcon: IconValue;
|
|
38805
38857
|
sortDescIcon: IconValue;
|
|
@@ -38953,7 +39005,6 @@ declare const VDataTable: {
|
|
|
38953
39005
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
38954
39006
|
color: StringConstructor;
|
|
38955
39007
|
disableSort: BooleanConstructor;
|
|
38956
|
-
lastFixed: BooleanConstructor;
|
|
38957
39008
|
multiSort: BooleanConstructor;
|
|
38958
39009
|
sortAscIcon: {
|
|
38959
39010
|
type: vue.PropType<IconValue>;
|
|
@@ -39126,7 +39177,6 @@ declare const VDataTable: {
|
|
|
39126
39177
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
39127
39178
|
color: StringConstructor;
|
|
39128
39179
|
disableSort: BooleanConstructor;
|
|
39129
|
-
lastFixed: BooleanConstructor;
|
|
39130
39180
|
multiSort: BooleanConstructor;
|
|
39131
39181
|
sortAscIcon: {
|
|
39132
39182
|
type: vue.PropType<IconValue>;
|
|
@@ -39500,7 +39550,6 @@ declare const VDataTableVirtual: {
|
|
|
39500
39550
|
itemKey: SelectItemKey;
|
|
39501
39551
|
hideNoData: boolean;
|
|
39502
39552
|
hover: boolean;
|
|
39503
|
-
lastFixed: boolean;
|
|
39504
39553
|
fixedHeader: boolean;
|
|
39505
39554
|
sortAscIcon: IconValue;
|
|
39506
39555
|
sortDescIcon: IconValue;
|
|
@@ -39562,7 +39611,6 @@ declare const VDataTableVirtual: {
|
|
|
39562
39611
|
itemKey: SelectItemKey;
|
|
39563
39612
|
hideNoData: boolean;
|
|
39564
39613
|
hover: boolean;
|
|
39565
|
-
lastFixed: boolean;
|
|
39566
39614
|
fixedHeader: boolean;
|
|
39567
39615
|
sortAscIcon: IconValue;
|
|
39568
39616
|
sortDescIcon: IconValue;
|
|
@@ -39647,7 +39695,6 @@ declare const VDataTableVirtual: {
|
|
|
39647
39695
|
itemKey: SelectItemKey;
|
|
39648
39696
|
hideNoData: boolean;
|
|
39649
39697
|
hover: boolean;
|
|
39650
|
-
lastFixed: boolean;
|
|
39651
39698
|
fixedHeader: boolean;
|
|
39652
39699
|
sortAscIcon: IconValue;
|
|
39653
39700
|
sortDescIcon: IconValue;
|
|
@@ -39703,7 +39750,6 @@ declare const VDataTableVirtual: {
|
|
|
39703
39750
|
itemKey: SelectItemKey;
|
|
39704
39751
|
hideNoData: boolean;
|
|
39705
39752
|
hover: boolean;
|
|
39706
|
-
lastFixed: boolean;
|
|
39707
39753
|
fixedHeader: boolean;
|
|
39708
39754
|
sortAscIcon: IconValue;
|
|
39709
39755
|
sortDescIcon: IconValue;
|
|
@@ -39741,7 +39787,6 @@ declare const VDataTableVirtual: {
|
|
|
39741
39787
|
itemKey: SelectItemKey;
|
|
39742
39788
|
hideNoData: boolean;
|
|
39743
39789
|
hover: boolean;
|
|
39744
|
-
lastFixed: boolean;
|
|
39745
39790
|
fixedHeader: boolean;
|
|
39746
39791
|
sortAscIcon: IconValue;
|
|
39747
39792
|
sortDescIcon: IconValue;
|
|
@@ -39803,7 +39848,6 @@ declare const VDataTableVirtual: {
|
|
|
39803
39848
|
itemKey: SelectItemKey;
|
|
39804
39849
|
hideNoData: boolean;
|
|
39805
39850
|
hover: boolean;
|
|
39806
|
-
lastFixed: boolean;
|
|
39807
39851
|
fixedHeader: boolean;
|
|
39808
39852
|
sortAscIcon: IconValue;
|
|
39809
39853
|
sortDescIcon: IconValue;
|
|
@@ -39971,7 +40015,6 @@ declare const VDataTableVirtual: {
|
|
|
39971
40015
|
};
|
|
39972
40016
|
hideNoData: BooleanConstructor;
|
|
39973
40017
|
hover: BooleanConstructor;
|
|
39974
|
-
lastFixed: BooleanConstructor;
|
|
39975
40018
|
fixedHeader: BooleanConstructor;
|
|
39976
40019
|
sortAscIcon: {
|
|
39977
40020
|
type: vue.PropType<IconValue>;
|
|
@@ -40092,7 +40135,6 @@ declare const VDataTableVirtual: {
|
|
|
40092
40135
|
};
|
|
40093
40136
|
hideNoData: BooleanConstructor;
|
|
40094
40137
|
hover: BooleanConstructor;
|
|
40095
|
-
lastFixed: BooleanConstructor;
|
|
40096
40138
|
fixedHeader: BooleanConstructor;
|
|
40097
40139
|
sortAscIcon: {
|
|
40098
40140
|
type: vue.PropType<IconValue>;
|
|
@@ -40151,7 +40193,6 @@ declare const VDataTableServer: {
|
|
|
40151
40193
|
value: number;
|
|
40152
40194
|
})[];
|
|
40153
40195
|
showCurrentPage: boolean;
|
|
40154
|
-
lastFixed: boolean;
|
|
40155
40196
|
fixedHeader: boolean;
|
|
40156
40197
|
sortAscIcon: IconValue;
|
|
40157
40198
|
sortDescIcon: IconValue;
|
|
@@ -40225,7 +40266,6 @@ declare const VDataTableServer: {
|
|
|
40225
40266
|
value: number;
|
|
40226
40267
|
})[];
|
|
40227
40268
|
showCurrentPage: boolean;
|
|
40228
|
-
lastFixed: boolean;
|
|
40229
40269
|
fixedHeader: boolean;
|
|
40230
40270
|
sortAscIcon: IconValue;
|
|
40231
40271
|
sortDescIcon: IconValue;
|
|
@@ -40326,7 +40366,6 @@ declare const VDataTableServer: {
|
|
|
40326
40366
|
value: number;
|
|
40327
40367
|
})[];
|
|
40328
40368
|
showCurrentPage: boolean;
|
|
40329
|
-
lastFixed: boolean;
|
|
40330
40369
|
fixedHeader: boolean;
|
|
40331
40370
|
sortAscIcon: IconValue;
|
|
40332
40371
|
sortDescIcon: IconValue;
|
|
@@ -40392,7 +40431,6 @@ declare const VDataTableServer: {
|
|
|
40392
40431
|
value: number;
|
|
40393
40432
|
})[];
|
|
40394
40433
|
showCurrentPage: boolean;
|
|
40395
|
-
lastFixed: boolean;
|
|
40396
40434
|
fixedHeader: boolean;
|
|
40397
40435
|
sortAscIcon: IconValue;
|
|
40398
40436
|
sortDescIcon: IconValue;
|
|
@@ -40445,7 +40483,6 @@ declare const VDataTableServer: {
|
|
|
40445
40483
|
value: number;
|
|
40446
40484
|
})[];
|
|
40447
40485
|
showCurrentPage: boolean;
|
|
40448
|
-
lastFixed: boolean;
|
|
40449
40486
|
fixedHeader: boolean;
|
|
40450
40487
|
sortAscIcon: IconValue;
|
|
40451
40488
|
sortDescIcon: IconValue;
|
|
@@ -40519,7 +40556,6 @@ declare const VDataTableServer: {
|
|
|
40519
40556
|
value: number;
|
|
40520
40557
|
})[];
|
|
40521
40558
|
showCurrentPage: boolean;
|
|
40522
|
-
lastFixed: boolean;
|
|
40523
40559
|
fixedHeader: boolean;
|
|
40524
40560
|
sortAscIcon: IconValue;
|
|
40525
40561
|
sortDescIcon: IconValue;
|
|
@@ -40665,7 +40701,6 @@ declare const VDataTableServer: {
|
|
|
40665
40701
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
40666
40702
|
color: StringConstructor;
|
|
40667
40703
|
disableSort: BooleanConstructor;
|
|
40668
|
-
lastFixed: BooleanConstructor;
|
|
40669
40704
|
multiSort: BooleanConstructor;
|
|
40670
40705
|
sortAscIcon: {
|
|
40671
40706
|
type: vue.PropType<IconValue>;
|
|
@@ -40834,7 +40869,6 @@ declare const VDataTableServer: {
|
|
|
40834
40869
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
40835
40870
|
color: StringConstructor;
|
|
40836
40871
|
disableSort: BooleanConstructor;
|
|
40837
|
-
lastFixed: BooleanConstructor;
|
|
40838
40872
|
multiSort: BooleanConstructor;
|
|
40839
40873
|
sortAscIcon: {
|
|
40840
40874
|
type: vue.PropType<IconValue>;
|
|
@@ -65185,6 +65219,7 @@ declare const VSelect: {
|
|
|
65185
65219
|
hideSpinButtons: boolean;
|
|
65186
65220
|
persistentHint: boolean;
|
|
65187
65221
|
itemChildren: SelectItemKey;
|
|
65222
|
+
itemType: SelectItemKey;
|
|
65188
65223
|
clearable: boolean;
|
|
65189
65224
|
persistentClear: boolean;
|
|
65190
65225
|
singleLine: boolean;
|
|
@@ -65251,7 +65286,7 @@ declare const VSelect: {
|
|
|
65251
65286
|
activatable: boolean;
|
|
65252
65287
|
selectable: boolean;
|
|
65253
65288
|
openStrategy: OpenStrategyProp;
|
|
65254
|
-
itemType:
|
|
65289
|
+
itemType: SelectItemKey;
|
|
65255
65290
|
}> & Omit<{
|
|
65256
65291
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
65257
65292
|
nav: boolean;
|
|
@@ -65269,7 +65304,7 @@ declare const VSelect: {
|
|
|
65269
65304
|
activatable: boolean;
|
|
65270
65305
|
selectable: boolean;
|
|
65271
65306
|
openStrategy: OpenStrategyProp;
|
|
65272
|
-
itemType:
|
|
65307
|
+
itemType: SelectItemKey;
|
|
65273
65308
|
height?: string | number | undefined;
|
|
65274
65309
|
width?: string | number | undefined;
|
|
65275
65310
|
border?: string | number | boolean | undefined;
|
|
@@ -67601,6 +67636,7 @@ declare const VSelect: {
|
|
|
67601
67636
|
hideSpinButtons: boolean;
|
|
67602
67637
|
persistentHint: boolean;
|
|
67603
67638
|
itemChildren: SelectItemKey;
|
|
67639
|
+
itemType: SelectItemKey;
|
|
67604
67640
|
clearable: boolean;
|
|
67605
67641
|
persistentClear: boolean;
|
|
67606
67642
|
singleLine: boolean;
|
|
@@ -67695,6 +67731,7 @@ declare const VSelect: {
|
|
|
67695
67731
|
hideSpinButtons: boolean;
|
|
67696
67732
|
persistentHint: boolean;
|
|
67697
67733
|
itemChildren: SelectItemKey;
|
|
67734
|
+
itemType: SelectItemKey;
|
|
67698
67735
|
clearable: boolean;
|
|
67699
67736
|
persistentClear: boolean;
|
|
67700
67737
|
singleLine: boolean;
|
|
@@ -67761,7 +67798,7 @@ declare const VSelect: {
|
|
|
67761
67798
|
activatable: boolean;
|
|
67762
67799
|
selectable: boolean;
|
|
67763
67800
|
openStrategy: OpenStrategyProp;
|
|
67764
|
-
itemType:
|
|
67801
|
+
itemType: SelectItemKey;
|
|
67765
67802
|
}> & Omit<{
|
|
67766
67803
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
67767
67804
|
nav: boolean;
|
|
@@ -67779,7 +67816,7 @@ declare const VSelect: {
|
|
|
67779
67816
|
activatable: boolean;
|
|
67780
67817
|
selectable: boolean;
|
|
67781
67818
|
openStrategy: OpenStrategyProp;
|
|
67782
|
-
itemType:
|
|
67819
|
+
itemType: SelectItemKey;
|
|
67783
67820
|
height?: string | number | undefined;
|
|
67784
67821
|
width?: string | number | undefined;
|
|
67785
67822
|
border?: string | number | boolean | undefined;
|
|
@@ -70107,6 +70144,7 @@ declare const VSelect: {
|
|
|
70107
70144
|
hideSpinButtons: boolean;
|
|
70108
70145
|
persistentHint: boolean;
|
|
70109
70146
|
itemChildren: SelectItemKey;
|
|
70147
|
+
itemType: SelectItemKey;
|
|
70110
70148
|
clearable: boolean;
|
|
70111
70149
|
persistentClear: boolean;
|
|
70112
70150
|
singleLine: boolean;
|
|
@@ -70158,6 +70196,7 @@ declare const VSelect: {
|
|
|
70158
70196
|
hideSpinButtons: boolean;
|
|
70159
70197
|
persistentHint: boolean;
|
|
70160
70198
|
itemChildren: SelectItemKey;
|
|
70199
|
+
itemType: SelectItemKey;
|
|
70161
70200
|
clearable: boolean;
|
|
70162
70201
|
persistentClear: boolean;
|
|
70163
70202
|
singleLine: boolean;
|
|
@@ -70224,7 +70263,7 @@ declare const VSelect: {
|
|
|
70224
70263
|
activatable: boolean;
|
|
70225
70264
|
selectable: boolean;
|
|
70226
70265
|
openStrategy: OpenStrategyProp;
|
|
70227
|
-
itemType:
|
|
70266
|
+
itemType: SelectItemKey;
|
|
70228
70267
|
}> & Omit<{
|
|
70229
70268
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
70230
70269
|
nav: boolean;
|
|
@@ -70242,7 +70281,7 @@ declare const VSelect: {
|
|
|
70242
70281
|
activatable: boolean;
|
|
70243
70282
|
selectable: boolean;
|
|
70244
70283
|
openStrategy: OpenStrategyProp;
|
|
70245
|
-
itemType:
|
|
70284
|
+
itemType: SelectItemKey;
|
|
70246
70285
|
height?: string | number | undefined;
|
|
70247
70286
|
width?: string | number | undefined;
|
|
70248
70287
|
border?: string | number | boolean | undefined;
|
|
@@ -72574,6 +72613,7 @@ declare const VSelect: {
|
|
|
72574
72613
|
hideSpinButtons: boolean;
|
|
72575
72614
|
persistentHint: boolean;
|
|
72576
72615
|
itemChildren: SelectItemKey;
|
|
72616
|
+
itemType: SelectItemKey;
|
|
72577
72617
|
clearable: boolean;
|
|
72578
72618
|
persistentClear: boolean;
|
|
72579
72619
|
singleLine: boolean;
|
|
@@ -72811,6 +72851,10 @@ declare const VSelect: {
|
|
|
72811
72851
|
type: PropType<SelectItemKey>;
|
|
72812
72852
|
default: string;
|
|
72813
72853
|
};
|
|
72854
|
+
itemType: {
|
|
72855
|
+
type: PropType<SelectItemKey>;
|
|
72856
|
+
default: string;
|
|
72857
|
+
};
|
|
72814
72858
|
returnObject: BooleanConstructor;
|
|
72815
72859
|
valueComparator: PropType<typeof deepEqual>;
|
|
72816
72860
|
chips: BooleanConstructor;
|
|
@@ -72994,6 +73038,10 @@ declare const VSelect: {
|
|
|
72994
73038
|
type: PropType<SelectItemKey>;
|
|
72995
73039
|
default: string;
|
|
72996
73040
|
};
|
|
73041
|
+
itemType: {
|
|
73042
|
+
type: PropType<SelectItemKey>;
|
|
73043
|
+
default: string;
|
|
73044
|
+
};
|
|
72997
73045
|
returnObject: BooleanConstructor;
|
|
72998
73046
|
valueComparator: PropType<typeof deepEqual>;
|
|
72999
73047
|
chips: BooleanConstructor;
|
|
@@ -88767,10 +88815,10 @@ declare const VTreeview: {
|
|
|
88767
88815
|
tag: string | JSXComponent;
|
|
88768
88816
|
lines: false | "one" | "two" | "three";
|
|
88769
88817
|
mandatory: boolean;
|
|
88818
|
+
separateRoots: boolean;
|
|
88770
88819
|
filterMode: FilterMode;
|
|
88771
88820
|
noFilter: boolean;
|
|
88772
88821
|
filterKeys: FilterKeys;
|
|
88773
|
-
modelValue: unknown[];
|
|
88774
88822
|
itemValue: SelectItemKey;
|
|
88775
88823
|
returnObject: boolean;
|
|
88776
88824
|
selectStrategy: SelectStrategyProp;
|
|
@@ -88787,6 +88835,8 @@ declare const VTreeview: {
|
|
|
88787
88835
|
itemTitle: SelectItemKey;
|
|
88788
88836
|
itemChildren: SelectItemKey;
|
|
88789
88837
|
itemProps: SelectItemKey;
|
|
88838
|
+
itemType: SelectItemKey;
|
|
88839
|
+
hideActions: boolean;
|
|
88790
88840
|
loadingIcon: string;
|
|
88791
88841
|
openAll: boolean;
|
|
88792
88842
|
} & {
|
|
@@ -88806,6 +88856,7 @@ declare const VTreeview: {
|
|
|
88806
88856
|
elevation?: string | number | undefined;
|
|
88807
88857
|
customFilter?: FilterFunction | undefined;
|
|
88808
88858
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
88859
|
+
modelValue?: unknown[] | undefined;
|
|
88809
88860
|
opened?: any;
|
|
88810
88861
|
valueComparator?: typeof deepEqual | undefined;
|
|
88811
88862
|
rounded?: string | number | boolean | undefined;
|
|
@@ -88828,6 +88879,7 @@ declare const VTreeview: {
|
|
|
88828
88879
|
value: boolean;
|
|
88829
88880
|
path: unknown[];
|
|
88830
88881
|
}) => void) | undefined;
|
|
88882
|
+
indentLines?: boolean | IndentLinesVariant | undefined;
|
|
88831
88883
|
selectedColor?: string | undefined;
|
|
88832
88884
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
88833
88885
|
} & {
|
|
@@ -88867,10 +88919,10 @@ declare const VTreeview: {
|
|
|
88867
88919
|
tag: string | JSXComponent;
|
|
88868
88920
|
lines: false | "one" | "two" | "three";
|
|
88869
88921
|
mandatory: boolean;
|
|
88922
|
+
separateRoots: boolean;
|
|
88870
88923
|
filterMode: FilterMode;
|
|
88871
88924
|
noFilter: boolean;
|
|
88872
88925
|
filterKeys: FilterKeys;
|
|
88873
|
-
modelValue: unknown[];
|
|
88874
88926
|
itemValue: SelectItemKey;
|
|
88875
88927
|
returnObject: boolean;
|
|
88876
88928
|
selectStrategy: SelectStrategyProp;
|
|
@@ -88889,6 +88941,8 @@ declare const VTreeview: {
|
|
|
88889
88941
|
itemTitle: SelectItemKey;
|
|
88890
88942
|
itemChildren: SelectItemKey;
|
|
88891
88943
|
itemProps: SelectItemKey;
|
|
88944
|
+
itemType: SelectItemKey;
|
|
88945
|
+
hideActions: boolean;
|
|
88892
88946
|
loadingIcon: string;
|
|
88893
88947
|
openAll: boolean;
|
|
88894
88948
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -88931,10 +88985,10 @@ declare const VTreeview: {
|
|
|
88931
88985
|
tag: string | JSXComponent;
|
|
88932
88986
|
lines: false | "one" | "two" | "three";
|
|
88933
88987
|
mandatory: boolean;
|
|
88988
|
+
separateRoots: boolean;
|
|
88934
88989
|
filterMode: FilterMode;
|
|
88935
88990
|
noFilter: boolean;
|
|
88936
88991
|
filterKeys: FilterKeys;
|
|
88937
|
-
modelValue: unknown[];
|
|
88938
88992
|
itemValue: SelectItemKey;
|
|
88939
88993
|
returnObject: boolean;
|
|
88940
88994
|
selectStrategy: SelectStrategyProp;
|
|
@@ -88951,6 +89005,8 @@ declare const VTreeview: {
|
|
|
88951
89005
|
itemTitle: SelectItemKey;
|
|
88952
89006
|
itemChildren: SelectItemKey;
|
|
88953
89007
|
itemProps: SelectItemKey;
|
|
89008
|
+
itemType: SelectItemKey;
|
|
89009
|
+
hideActions: boolean;
|
|
88954
89010
|
loadingIcon: string;
|
|
88955
89011
|
openAll: boolean;
|
|
88956
89012
|
} & {
|
|
@@ -88970,6 +89026,7 @@ declare const VTreeview: {
|
|
|
88970
89026
|
elevation?: string | number | undefined;
|
|
88971
89027
|
customFilter?: FilterFunction | undefined;
|
|
88972
89028
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
89029
|
+
modelValue?: unknown[] | undefined;
|
|
88973
89030
|
opened?: any;
|
|
88974
89031
|
valueComparator?: typeof deepEqual | undefined;
|
|
88975
89032
|
rounded?: string | number | boolean | undefined;
|
|
@@ -88992,6 +89049,7 @@ declare const VTreeview: {
|
|
|
88992
89049
|
value: boolean;
|
|
88993
89050
|
path: unknown[];
|
|
88994
89051
|
}) => void) | undefined;
|
|
89052
|
+
indentLines?: boolean | IndentLinesVariant | undefined;
|
|
88995
89053
|
selectedColor?: string | undefined;
|
|
88996
89054
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
88997
89055
|
} & {
|
|
@@ -89016,10 +89074,10 @@ declare const VTreeview: {
|
|
|
89016
89074
|
tag: string | JSXComponent;
|
|
89017
89075
|
lines: false | "one" | "two" | "three";
|
|
89018
89076
|
mandatory: boolean;
|
|
89077
|
+
separateRoots: boolean;
|
|
89019
89078
|
filterMode: FilterMode;
|
|
89020
89079
|
noFilter: boolean;
|
|
89021
89080
|
filterKeys: FilterKeys;
|
|
89022
|
-
modelValue: unknown[];
|
|
89023
89081
|
itemValue: SelectItemKey;
|
|
89024
89082
|
returnObject: boolean;
|
|
89025
89083
|
selectStrategy: SelectStrategyProp;
|
|
@@ -89038,6 +89096,8 @@ declare const VTreeview: {
|
|
|
89038
89096
|
itemTitle: SelectItemKey;
|
|
89039
89097
|
itemChildren: SelectItemKey;
|
|
89040
89098
|
itemProps: SelectItemKey;
|
|
89099
|
+
itemType: SelectItemKey;
|
|
89100
|
+
hideActions: boolean;
|
|
89041
89101
|
loadingIcon: string;
|
|
89042
89102
|
openAll: boolean;
|
|
89043
89103
|
}>;
|
|
@@ -89051,10 +89111,10 @@ declare const VTreeview: {
|
|
|
89051
89111
|
tag: string | JSXComponent;
|
|
89052
89112
|
lines: false | "one" | "two" | "three";
|
|
89053
89113
|
mandatory: boolean;
|
|
89114
|
+
separateRoots: boolean;
|
|
89054
89115
|
filterMode: FilterMode;
|
|
89055
89116
|
noFilter: boolean;
|
|
89056
89117
|
filterKeys: FilterKeys;
|
|
89057
|
-
modelValue: unknown[];
|
|
89058
89118
|
itemValue: SelectItemKey;
|
|
89059
89119
|
returnObject: boolean;
|
|
89060
89120
|
selectStrategy: SelectStrategyProp;
|
|
@@ -89071,6 +89131,8 @@ declare const VTreeview: {
|
|
|
89071
89131
|
itemTitle: SelectItemKey;
|
|
89072
89132
|
itemChildren: SelectItemKey;
|
|
89073
89133
|
itemProps: SelectItemKey;
|
|
89134
|
+
itemType: SelectItemKey;
|
|
89135
|
+
hideActions: boolean;
|
|
89074
89136
|
loadingIcon: string;
|
|
89075
89137
|
openAll: boolean;
|
|
89076
89138
|
} & {
|
|
@@ -89090,6 +89152,7 @@ declare const VTreeview: {
|
|
|
89090
89152
|
elevation?: string | number | undefined;
|
|
89091
89153
|
customFilter?: FilterFunction | undefined;
|
|
89092
89154
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
89155
|
+
modelValue?: unknown[] | undefined;
|
|
89093
89156
|
opened?: any;
|
|
89094
89157
|
valueComparator?: typeof deepEqual | undefined;
|
|
89095
89158
|
rounded?: string | number | boolean | undefined;
|
|
@@ -89112,6 +89175,7 @@ declare const VTreeview: {
|
|
|
89112
89175
|
value: boolean;
|
|
89113
89176
|
path: unknown[];
|
|
89114
89177
|
}) => void) | undefined;
|
|
89178
|
+
indentLines?: boolean | IndentLinesVariant | undefined;
|
|
89115
89179
|
selectedColor?: string | undefined;
|
|
89116
89180
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
89117
89181
|
} & {
|
|
@@ -89151,10 +89215,10 @@ declare const VTreeview: {
|
|
|
89151
89215
|
tag: string | JSXComponent;
|
|
89152
89216
|
lines: false | "one" | "two" | "three";
|
|
89153
89217
|
mandatory: boolean;
|
|
89218
|
+
separateRoots: boolean;
|
|
89154
89219
|
filterMode: FilterMode;
|
|
89155
89220
|
noFilter: boolean;
|
|
89156
89221
|
filterKeys: FilterKeys;
|
|
89157
|
-
modelValue: unknown[];
|
|
89158
89222
|
itemValue: SelectItemKey;
|
|
89159
89223
|
returnObject: boolean;
|
|
89160
89224
|
selectStrategy: SelectStrategyProp;
|
|
@@ -89173,6 +89237,8 @@ declare const VTreeview: {
|
|
|
89173
89237
|
itemTitle: SelectItemKey;
|
|
89174
89238
|
itemChildren: SelectItemKey;
|
|
89175
89239
|
itemProps: SelectItemKey;
|
|
89240
|
+
itemType: SelectItemKey;
|
|
89241
|
+
hideActions: boolean;
|
|
89176
89242
|
loadingIcon: string;
|
|
89177
89243
|
openAll: boolean;
|
|
89178
89244
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -89204,16 +89270,13 @@ declare const VTreeview: {
|
|
|
89204
89270
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
89205
89271
|
items?: T[];
|
|
89206
89272
|
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
89207
|
-
modelValue:
|
|
89208
|
-
type: ArrayConstructor;
|
|
89209
|
-
default: () => never[];
|
|
89210
|
-
};
|
|
89273
|
+
modelValue: ArrayConstructor;
|
|
89211
89274
|
variant: Omit<{
|
|
89212
|
-
type:
|
|
89275
|
+
type: PropType<Variant$2>;
|
|
89213
89276
|
default: string;
|
|
89214
89277
|
validator: (v: any) => boolean;
|
|
89215
89278
|
}, "type" | "default"> & {
|
|
89216
|
-
type:
|
|
89279
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89217
89280
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89218
89281
|
};
|
|
89219
89282
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -89225,19 +89288,19 @@ declare const VTreeview: {
|
|
|
89225
89288
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
89226
89289
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
89227
89290
|
style: {
|
|
89228
|
-
type:
|
|
89291
|
+
type: PropType<vue.StyleValue>;
|
|
89229
89292
|
default: null;
|
|
89230
89293
|
};
|
|
89231
89294
|
disabled: BooleanConstructor;
|
|
89232
89295
|
activated: null;
|
|
89233
|
-
class:
|
|
89296
|
+
class: PropType<ClassValue>;
|
|
89234
89297
|
theme: StringConstructor;
|
|
89235
89298
|
tag: {
|
|
89236
|
-
type:
|
|
89299
|
+
type: PropType<string | JSXComponent>;
|
|
89237
89300
|
default: string;
|
|
89238
89301
|
};
|
|
89239
89302
|
lines: {
|
|
89240
|
-
type:
|
|
89303
|
+
type: PropType<"one" | "two" | "three" | false>;
|
|
89241
89304
|
default: string;
|
|
89242
89305
|
};
|
|
89243
89306
|
mandatory: BooleanConstructor;
|
|
@@ -89248,21 +89311,21 @@ declare const VTreeview: {
|
|
|
89248
89311
|
};
|
|
89249
89312
|
opened: null;
|
|
89250
89313
|
items: {
|
|
89251
|
-
type:
|
|
89314
|
+
type: PropType<ItemProps["items"]>;
|
|
89252
89315
|
default: () => never[];
|
|
89253
89316
|
};
|
|
89254
89317
|
itemValue: {
|
|
89255
|
-
type:
|
|
89318
|
+
type: PropType<SelectItemKey>;
|
|
89256
89319
|
default: string;
|
|
89257
89320
|
};
|
|
89258
89321
|
returnObject: BooleanConstructor;
|
|
89259
89322
|
selectStrategy: {
|
|
89260
|
-
type:
|
|
89323
|
+
type: PropType<SelectStrategyProp>;
|
|
89261
89324
|
default: NonNullable<SelectStrategyProp>;
|
|
89262
89325
|
};
|
|
89263
|
-
valueComparator:
|
|
89326
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
89264
89327
|
density: {
|
|
89265
|
-
type:
|
|
89328
|
+
type: PropType<Density>;
|
|
89266
89329
|
default: string;
|
|
89267
89330
|
validator: (v: any) => boolean;
|
|
89268
89331
|
};
|
|
@@ -89275,86 +89338,90 @@ declare const VTreeview: {
|
|
|
89275
89338
|
bgColor: StringConstructor;
|
|
89276
89339
|
activeColor: StringConstructor;
|
|
89277
89340
|
slim: {
|
|
89278
|
-
type:
|
|
89341
|
+
type: PropType<boolean>;
|
|
89279
89342
|
default: boolean;
|
|
89280
89343
|
};
|
|
89281
89344
|
activeClass: StringConstructor;
|
|
89282
89345
|
filterable: BooleanConstructor;
|
|
89283
89346
|
activatable: BooleanConstructor;
|
|
89284
89347
|
selectable: BooleanConstructor;
|
|
89285
|
-
activeStrategy:
|
|
89286
|
-
'onUpdate:opened':
|
|
89348
|
+
activeStrategy: PropType<ActiveStrategyProp>;
|
|
89349
|
+
'onUpdate:opened': PropType<() => void>;
|
|
89287
89350
|
collapseIcon: {
|
|
89288
|
-
type:
|
|
89351
|
+
type: PropType<IconValue>;
|
|
89289
89352
|
default: NonNullable<IconValue>;
|
|
89290
89353
|
};
|
|
89291
89354
|
expandIcon: {
|
|
89292
|
-
type:
|
|
89355
|
+
type: PropType<IconValue>;
|
|
89293
89356
|
default: NonNullable<IconValue>;
|
|
89294
89357
|
};
|
|
89295
89358
|
itemTitle: {
|
|
89296
|
-
type:
|
|
89359
|
+
type: PropType<SelectItemKey>;
|
|
89297
89360
|
default: string;
|
|
89298
89361
|
};
|
|
89299
89362
|
itemChildren: {
|
|
89300
|
-
type:
|
|
89363
|
+
type: PropType<SelectItemKey>;
|
|
89301
89364
|
default: string;
|
|
89302
89365
|
};
|
|
89303
89366
|
itemProps: {
|
|
89304
|
-
type:
|
|
89367
|
+
type: PropType<SelectItemKey>;
|
|
89368
|
+
default: string;
|
|
89369
|
+
};
|
|
89370
|
+
itemType: {
|
|
89371
|
+
type: PropType<SelectItemKey>;
|
|
89305
89372
|
default: string;
|
|
89306
89373
|
};
|
|
89307
|
-
'onClick:open':
|
|
89374
|
+
'onClick:open': PropType<(args_0: {
|
|
89308
89375
|
id: unknown;
|
|
89309
89376
|
value: boolean;
|
|
89310
89377
|
path: unknown[];
|
|
89311
89378
|
}) => void>;
|
|
89312
|
-
'onClick:select':
|
|
89379
|
+
'onClick:select': PropType<(args_0: {
|
|
89313
89380
|
id: unknown;
|
|
89314
89381
|
value: boolean;
|
|
89315
89382
|
path: unknown[];
|
|
89316
89383
|
}) => void>;
|
|
89384
|
+
separateRoots: BooleanConstructor;
|
|
89317
89385
|
openOnClick: {
|
|
89318
89386
|
type: BooleanConstructor;
|
|
89319
89387
|
default: undefined;
|
|
89320
89388
|
};
|
|
89321
|
-
falseIcon:
|
|
89322
|
-
trueIcon:
|
|
89389
|
+
falseIcon: PropType<IconValue>;
|
|
89390
|
+
trueIcon: PropType<IconValue>;
|
|
89323
89391
|
indeterminateIcon: {
|
|
89324
|
-
type:
|
|
89392
|
+
type: PropType<IconValue>;
|
|
89325
89393
|
default: string;
|
|
89326
89394
|
};
|
|
89395
|
+
hideActions: BooleanConstructor;
|
|
89327
89396
|
loadingIcon: {
|
|
89328
89397
|
type: StringConstructor;
|
|
89329
89398
|
default: string;
|
|
89330
89399
|
};
|
|
89331
89400
|
selectedColor: StringConstructor;
|
|
89332
|
-
loadChildren:
|
|
89333
|
-
customFilter:
|
|
89334
|
-
customKeyFilter:
|
|
89401
|
+
loadChildren: PropType<(item: unknown) => Promise<void>>;
|
|
89402
|
+
customFilter: PropType<FilterFunction>;
|
|
89403
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
89335
89404
|
filterKeys: {
|
|
89336
|
-
type:
|
|
89405
|
+
type: PropType<FilterKeys>;
|
|
89337
89406
|
default: NonNullable<FilterKeys>;
|
|
89338
89407
|
};
|
|
89339
89408
|
filterMode: {
|
|
89340
|
-
type:
|
|
89409
|
+
type: PropType<FilterMode>;
|
|
89341
89410
|
default: string;
|
|
89342
89411
|
};
|
|
89343
89412
|
noFilter: BooleanConstructor;
|
|
89344
89413
|
fluid: BooleanConstructor;
|
|
89345
89414
|
openAll: BooleanConstructor;
|
|
89415
|
+
indentLines: PropType<boolean | IndentLinesVariant>;
|
|
89346
89416
|
search: StringConstructor;
|
|
89347
89417
|
}, vue.ExtractPropTypes<{
|
|
89348
|
-
modelValue:
|
|
89349
|
-
type: ArrayConstructor;
|
|
89350
|
-
default: () => never[];
|
|
89351
|
-
};
|
|
89418
|
+
modelValue: ArrayConstructor;
|
|
89352
89419
|
variant: Omit<{
|
|
89353
|
-
type:
|
|
89420
|
+
type: PropType<Variant$2>;
|
|
89354
89421
|
default: string;
|
|
89355
89422
|
validator: (v: any) => boolean;
|
|
89356
89423
|
}, "type" | "default"> & {
|
|
89357
|
-
type:
|
|
89424
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89358
89425
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89359
89426
|
};
|
|
89360
89427
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -89366,19 +89433,19 @@ declare const VTreeview: {
|
|
|
89366
89433
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
89367
89434
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
89368
89435
|
style: {
|
|
89369
|
-
type:
|
|
89436
|
+
type: PropType<vue.StyleValue>;
|
|
89370
89437
|
default: null;
|
|
89371
89438
|
};
|
|
89372
89439
|
disabled: BooleanConstructor;
|
|
89373
89440
|
activated: null;
|
|
89374
|
-
class:
|
|
89441
|
+
class: PropType<ClassValue>;
|
|
89375
89442
|
theme: StringConstructor;
|
|
89376
89443
|
tag: {
|
|
89377
|
-
type:
|
|
89444
|
+
type: PropType<string | JSXComponent>;
|
|
89378
89445
|
default: string;
|
|
89379
89446
|
};
|
|
89380
89447
|
lines: {
|
|
89381
|
-
type:
|
|
89448
|
+
type: PropType<"one" | "two" | "three" | false>;
|
|
89382
89449
|
default: string;
|
|
89383
89450
|
};
|
|
89384
89451
|
mandatory: BooleanConstructor;
|
|
@@ -89389,21 +89456,21 @@ declare const VTreeview: {
|
|
|
89389
89456
|
};
|
|
89390
89457
|
opened: null;
|
|
89391
89458
|
items: {
|
|
89392
|
-
type:
|
|
89459
|
+
type: PropType<ItemProps["items"]>;
|
|
89393
89460
|
default: () => never[];
|
|
89394
89461
|
};
|
|
89395
89462
|
itemValue: {
|
|
89396
|
-
type:
|
|
89463
|
+
type: PropType<SelectItemKey>;
|
|
89397
89464
|
default: string;
|
|
89398
89465
|
};
|
|
89399
89466
|
returnObject: BooleanConstructor;
|
|
89400
89467
|
selectStrategy: {
|
|
89401
|
-
type:
|
|
89468
|
+
type: PropType<SelectStrategyProp>;
|
|
89402
89469
|
default: NonNullable<SelectStrategyProp>;
|
|
89403
89470
|
};
|
|
89404
|
-
valueComparator:
|
|
89471
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
89405
89472
|
density: {
|
|
89406
|
-
type:
|
|
89473
|
+
type: PropType<Density>;
|
|
89407
89474
|
default: string;
|
|
89408
89475
|
validator: (v: any) => boolean;
|
|
89409
89476
|
};
|
|
@@ -89416,74 +89483,81 @@ declare const VTreeview: {
|
|
|
89416
89483
|
bgColor: StringConstructor;
|
|
89417
89484
|
activeColor: StringConstructor;
|
|
89418
89485
|
slim: {
|
|
89419
|
-
type:
|
|
89486
|
+
type: PropType<boolean>;
|
|
89420
89487
|
default: boolean;
|
|
89421
89488
|
};
|
|
89422
89489
|
activeClass: StringConstructor;
|
|
89423
89490
|
filterable: BooleanConstructor;
|
|
89424
89491
|
activatable: BooleanConstructor;
|
|
89425
89492
|
selectable: BooleanConstructor;
|
|
89426
|
-
activeStrategy:
|
|
89427
|
-
'onUpdate:opened':
|
|
89493
|
+
activeStrategy: PropType<ActiveStrategyProp>;
|
|
89494
|
+
'onUpdate:opened': PropType<() => void>;
|
|
89428
89495
|
collapseIcon: {
|
|
89429
|
-
type:
|
|
89496
|
+
type: PropType<IconValue>;
|
|
89430
89497
|
default: NonNullable<IconValue>;
|
|
89431
89498
|
};
|
|
89432
89499
|
expandIcon: {
|
|
89433
|
-
type:
|
|
89500
|
+
type: PropType<IconValue>;
|
|
89434
89501
|
default: NonNullable<IconValue>;
|
|
89435
89502
|
};
|
|
89436
89503
|
itemTitle: {
|
|
89437
|
-
type:
|
|
89504
|
+
type: PropType<SelectItemKey>;
|
|
89438
89505
|
default: string;
|
|
89439
89506
|
};
|
|
89440
89507
|
itemChildren: {
|
|
89441
|
-
type:
|
|
89508
|
+
type: PropType<SelectItemKey>;
|
|
89442
89509
|
default: string;
|
|
89443
89510
|
};
|
|
89444
89511
|
itemProps: {
|
|
89445
|
-
type:
|
|
89512
|
+
type: PropType<SelectItemKey>;
|
|
89513
|
+
default: string;
|
|
89514
|
+
};
|
|
89515
|
+
itemType: {
|
|
89516
|
+
type: PropType<SelectItemKey>;
|
|
89446
89517
|
default: string;
|
|
89447
89518
|
};
|
|
89448
|
-
'onClick:open':
|
|
89519
|
+
'onClick:open': PropType<(args_0: {
|
|
89449
89520
|
id: unknown;
|
|
89450
89521
|
value: boolean;
|
|
89451
89522
|
path: unknown[];
|
|
89452
89523
|
}) => void>;
|
|
89453
|
-
'onClick:select':
|
|
89524
|
+
'onClick:select': PropType<(args_0: {
|
|
89454
89525
|
id: unknown;
|
|
89455
89526
|
value: boolean;
|
|
89456
89527
|
path: unknown[];
|
|
89457
89528
|
}) => void>;
|
|
89529
|
+
separateRoots: BooleanConstructor;
|
|
89458
89530
|
openOnClick: {
|
|
89459
89531
|
type: BooleanConstructor;
|
|
89460
89532
|
default: undefined;
|
|
89461
89533
|
};
|
|
89462
|
-
falseIcon:
|
|
89463
|
-
trueIcon:
|
|
89534
|
+
falseIcon: PropType<IconValue>;
|
|
89535
|
+
trueIcon: PropType<IconValue>;
|
|
89464
89536
|
indeterminateIcon: {
|
|
89465
|
-
type:
|
|
89537
|
+
type: PropType<IconValue>;
|
|
89466
89538
|
default: string;
|
|
89467
89539
|
};
|
|
89540
|
+
hideActions: BooleanConstructor;
|
|
89468
89541
|
loadingIcon: {
|
|
89469
89542
|
type: StringConstructor;
|
|
89470
89543
|
default: string;
|
|
89471
89544
|
};
|
|
89472
89545
|
selectedColor: StringConstructor;
|
|
89473
|
-
loadChildren:
|
|
89474
|
-
customFilter:
|
|
89475
|
-
customKeyFilter:
|
|
89546
|
+
loadChildren: PropType<(item: unknown) => Promise<void>>;
|
|
89547
|
+
customFilter: PropType<FilterFunction>;
|
|
89548
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
89476
89549
|
filterKeys: {
|
|
89477
|
-
type:
|
|
89550
|
+
type: PropType<FilterKeys>;
|
|
89478
89551
|
default: NonNullable<FilterKeys>;
|
|
89479
89552
|
};
|
|
89480
89553
|
filterMode: {
|
|
89481
|
-
type:
|
|
89554
|
+
type: PropType<FilterMode>;
|
|
89482
89555
|
default: string;
|
|
89483
89556
|
};
|
|
89484
89557
|
noFilter: BooleanConstructor;
|
|
89485
89558
|
fluid: BooleanConstructor;
|
|
89486
89559
|
openAll: BooleanConstructor;
|
|
89560
|
+
indentLines: PropType<boolean | IndentLinesVariant>;
|
|
89487
89561
|
search: StringConstructor;
|
|
89488
89562
|
}>>;
|
|
89489
89563
|
type VTreeview = InstanceType<typeof VTreeview>;
|
|
@@ -89505,6 +89579,7 @@ declare const VTreeviewItem: {
|
|
|
89505
89579
|
class?: string;
|
|
89506
89580
|
keys?: number[];
|
|
89507
89581
|
} | undefined;
|
|
89582
|
+
hideActions: boolean;
|
|
89508
89583
|
} & {
|
|
89509
89584
|
link?: boolean | undefined;
|
|
89510
89585
|
height?: string | number | undefined;
|
|
@@ -89536,6 +89611,1195 @@ declare const VTreeviewItem: {
|
|
|
89536
89611
|
prependAvatar?: string | undefined;
|
|
89537
89612
|
subtitle?: string | number | boolean | undefined;
|
|
89538
89613
|
toggleIcon?: IconValue | undefined;
|
|
89614
|
+
indentLines?: IndentLineType[] | undefined;
|
|
89615
|
+
} & {
|
|
89616
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89617
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89618
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89619
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89620
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89621
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89622
|
+
};
|
|
89623
|
+
'v-slots'?: {
|
|
89624
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89625
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89626
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89627
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89628
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89629
|
+
} | undefined;
|
|
89630
|
+
} & {
|
|
89631
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89632
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89633
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89634
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89635
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89636
|
+
} & {
|
|
89637
|
+
onToggleExpand?: ((value: PointerEvent) => any) | undefined;
|
|
89638
|
+
}, Omit<Omit<{
|
|
89639
|
+
$: vue.ComponentInternalInstance;
|
|
89640
|
+
$data: {};
|
|
89641
|
+
$props: Partial<{
|
|
89642
|
+
replace: boolean;
|
|
89643
|
+
link: boolean;
|
|
89644
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89645
|
+
exact: boolean;
|
|
89646
|
+
active: boolean;
|
|
89647
|
+
nav: boolean;
|
|
89648
|
+
style: vue.StyleValue;
|
|
89649
|
+
title: string | number | boolean;
|
|
89650
|
+
disabled: boolean;
|
|
89651
|
+
tag: string | JSXComponent;
|
|
89652
|
+
density: Density;
|
|
89653
|
+
rounded: string | number | boolean;
|
|
89654
|
+
tile: boolean;
|
|
89655
|
+
slim: boolean;
|
|
89656
|
+
ripple: boolean | {
|
|
89657
|
+
class?: string;
|
|
89658
|
+
keys?: number[];
|
|
89659
|
+
} | undefined;
|
|
89660
|
+
subtitle: string | number | boolean;
|
|
89661
|
+
}> & Omit<{
|
|
89662
|
+
replace: boolean;
|
|
89663
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89664
|
+
exact: boolean;
|
|
89665
|
+
nav: boolean;
|
|
89666
|
+
style: vue.StyleValue;
|
|
89667
|
+
disabled: boolean;
|
|
89668
|
+
tag: string | JSXComponent;
|
|
89669
|
+
density: Density;
|
|
89670
|
+
tile: boolean;
|
|
89671
|
+
slim: boolean;
|
|
89672
|
+
ripple: boolean | {
|
|
89673
|
+
class?: string;
|
|
89674
|
+
keys?: number[];
|
|
89675
|
+
} | undefined;
|
|
89676
|
+
link?: boolean | undefined;
|
|
89677
|
+
height?: string | number | undefined;
|
|
89678
|
+
width?: string | number | undefined;
|
|
89679
|
+
active?: boolean | undefined;
|
|
89680
|
+
border?: string | number | boolean | undefined;
|
|
89681
|
+
color?: string | undefined;
|
|
89682
|
+
maxHeight?: string | number | undefined;
|
|
89683
|
+
maxWidth?: string | number | undefined;
|
|
89684
|
+
minHeight?: string | number | undefined;
|
|
89685
|
+
minWidth?: string | number | undefined;
|
|
89686
|
+
value?: any;
|
|
89687
|
+
title?: string | number | boolean | undefined;
|
|
89688
|
+
class?: any;
|
|
89689
|
+
theme?: string | undefined;
|
|
89690
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
89691
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
89692
|
+
onClick?: (((args_0: MouseEvent | KeyboardEvent) => void) & ((e: MouseEvent | KeyboardEvent) => any)) | undefined;
|
|
89693
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
89694
|
+
href?: string | undefined;
|
|
89695
|
+
elevation?: string | number | undefined;
|
|
89696
|
+
rounded?: string | number | boolean | undefined;
|
|
89697
|
+
baseColor?: string | undefined;
|
|
89698
|
+
activeColor?: string | undefined;
|
|
89699
|
+
prependIcon?: IconValue | undefined;
|
|
89700
|
+
appendIcon?: IconValue | undefined;
|
|
89701
|
+
activeClass?: string | undefined;
|
|
89702
|
+
appendAvatar?: string | undefined;
|
|
89703
|
+
prependAvatar?: string | undefined;
|
|
89704
|
+
subtitle?: string | number | boolean | undefined;
|
|
89705
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89706
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89707
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89708
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89709
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89710
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89711
|
+
};
|
|
89712
|
+
'v-slots'?: {
|
|
89713
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89714
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89715
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89716
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89717
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89718
|
+
} | undefined;
|
|
89719
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89720
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89721
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89722
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89723
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89724
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle">;
|
|
89725
|
+
$attrs: {
|
|
89726
|
+
[x: string]: unknown;
|
|
89727
|
+
};
|
|
89728
|
+
$refs: {
|
|
89729
|
+
[x: string]: unknown;
|
|
89730
|
+
};
|
|
89731
|
+
$slots: Readonly<{
|
|
89732
|
+
prepend?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
89733
|
+
append?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
89734
|
+
default?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
89735
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNode[]) | undefined;
|
|
89736
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNode[]) | undefined;
|
|
89737
|
+
}>;
|
|
89738
|
+
$root: vue.ComponentPublicInstance | null;
|
|
89739
|
+
$parent: vue.ComponentPublicInstance | null;
|
|
89740
|
+
$host: Element | null;
|
|
89741
|
+
$emit: (event: "click", e: MouseEvent | KeyboardEvent) => void;
|
|
89742
|
+
$el: any;
|
|
89743
|
+
$options: vue.ComponentOptionsBase<{
|
|
89744
|
+
replace: boolean;
|
|
89745
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89746
|
+
exact: boolean;
|
|
89747
|
+
nav: boolean;
|
|
89748
|
+
style: vue.StyleValue;
|
|
89749
|
+
disabled: boolean;
|
|
89750
|
+
tag: string | JSXComponent;
|
|
89751
|
+
density: Density;
|
|
89752
|
+
tile: boolean;
|
|
89753
|
+
slim: boolean;
|
|
89754
|
+
ripple: boolean | {
|
|
89755
|
+
class?: string;
|
|
89756
|
+
keys?: number[];
|
|
89757
|
+
} | undefined;
|
|
89758
|
+
} & {
|
|
89759
|
+
link?: boolean | undefined;
|
|
89760
|
+
height?: string | number | undefined;
|
|
89761
|
+
width?: string | number | undefined;
|
|
89762
|
+
active?: boolean | undefined;
|
|
89763
|
+
border?: string | number | boolean | undefined;
|
|
89764
|
+
color?: string | undefined;
|
|
89765
|
+
maxHeight?: string | number | undefined;
|
|
89766
|
+
maxWidth?: string | number | undefined;
|
|
89767
|
+
minHeight?: string | number | undefined;
|
|
89768
|
+
minWidth?: string | number | undefined;
|
|
89769
|
+
value?: any;
|
|
89770
|
+
title?: string | number | boolean | undefined;
|
|
89771
|
+
class?: any;
|
|
89772
|
+
theme?: string | undefined;
|
|
89773
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
89774
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
89775
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
89776
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
89777
|
+
href?: string | undefined;
|
|
89778
|
+
elevation?: string | number | undefined;
|
|
89779
|
+
rounded?: string | number | boolean | undefined;
|
|
89780
|
+
baseColor?: string | undefined;
|
|
89781
|
+
activeColor?: string | undefined;
|
|
89782
|
+
prependIcon?: IconValue | undefined;
|
|
89783
|
+
appendIcon?: IconValue | undefined;
|
|
89784
|
+
activeClass?: string | undefined;
|
|
89785
|
+
appendAvatar?: string | undefined;
|
|
89786
|
+
prependAvatar?: string | undefined;
|
|
89787
|
+
subtitle?: string | number | boolean | undefined;
|
|
89788
|
+
} & {
|
|
89789
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89790
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89791
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89792
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89793
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89794
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89795
|
+
};
|
|
89796
|
+
'v-slots'?: {
|
|
89797
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89798
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89799
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89800
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89801
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89802
|
+
} | undefined;
|
|
89803
|
+
} & {
|
|
89804
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89805
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89806
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89807
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89808
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89809
|
+
} & {
|
|
89810
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
89811
|
+
}, {
|
|
89812
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
89813
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
89814
|
+
isGroupActivator: boolean | undefined;
|
|
89815
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
89816
|
+
list: {
|
|
89817
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
89818
|
+
hasPrepend: vue.Ref<boolean>;
|
|
89819
|
+
updateHasPrepend: (value: boolean) => void;
|
|
89820
|
+
} | null;
|
|
89821
|
+
select: (selected: boolean, e?: Event) => void;
|
|
89822
|
+
root: {
|
|
89823
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
89824
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
89825
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
89826
|
+
activatable: vue.Ref<boolean>;
|
|
89827
|
+
selectable: vue.Ref<boolean>;
|
|
89828
|
+
opened: vue.Ref<Set<unknown>>;
|
|
89829
|
+
activated: vue.Ref<Set<unknown>>;
|
|
89830
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
89831
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
89832
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
89833
|
+
unregister: (id: unknown) => void;
|
|
89834
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
89835
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
89836
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
89837
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
89838
|
+
getPath: (id: unknown) => unknown[];
|
|
89839
|
+
};
|
|
89840
|
+
id: vue.ComputedRef<{}>;
|
|
89841
|
+
link: UseLink;
|
|
89842
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
89843
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
89844
|
+
}, string, {
|
|
89845
|
+
replace: boolean;
|
|
89846
|
+
link: boolean;
|
|
89847
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89848
|
+
exact: boolean;
|
|
89849
|
+
active: boolean;
|
|
89850
|
+
nav: boolean;
|
|
89851
|
+
style: vue.StyleValue;
|
|
89852
|
+
title: string | number | boolean;
|
|
89853
|
+
disabled: boolean;
|
|
89854
|
+
tag: string | JSXComponent;
|
|
89855
|
+
density: Density;
|
|
89856
|
+
rounded: string | number | boolean;
|
|
89857
|
+
tile: boolean;
|
|
89858
|
+
slim: boolean;
|
|
89859
|
+
ripple: boolean | {
|
|
89860
|
+
class?: string;
|
|
89861
|
+
keys?: number[];
|
|
89862
|
+
} | undefined;
|
|
89863
|
+
subtitle: string | number | boolean;
|
|
89864
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
89865
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
89866
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
|
89867
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
|
89868
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
89869
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
89870
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
|
89871
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
89872
|
+
created?: (() => void) | (() => void)[];
|
|
89873
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
89874
|
+
mounted?: (() => void) | (() => void)[];
|
|
89875
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
89876
|
+
updated?: (() => void) | (() => void)[];
|
|
89877
|
+
activated?: (() => void) | (() => void)[];
|
|
89878
|
+
deactivated?: (() => void) | (() => void)[];
|
|
89879
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
89880
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
89881
|
+
destroyed?: (() => void) | (() => void)[];
|
|
89882
|
+
unmounted?: (() => void) | (() => void)[];
|
|
89883
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
89884
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
89885
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
89886
|
+
};
|
|
89887
|
+
$forceUpdate: () => void;
|
|
89888
|
+
$nextTick: typeof vue.nextTick;
|
|
89889
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
89890
|
+
} & Readonly<{
|
|
89891
|
+
replace: boolean;
|
|
89892
|
+
link: boolean;
|
|
89893
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89894
|
+
exact: boolean;
|
|
89895
|
+
active: boolean;
|
|
89896
|
+
nav: boolean;
|
|
89897
|
+
style: vue.StyleValue;
|
|
89898
|
+
title: string | number | boolean;
|
|
89899
|
+
disabled: boolean;
|
|
89900
|
+
tag: string | JSXComponent;
|
|
89901
|
+
density: Density;
|
|
89902
|
+
rounded: string | number | boolean;
|
|
89903
|
+
tile: boolean;
|
|
89904
|
+
slim: boolean;
|
|
89905
|
+
ripple: boolean | {
|
|
89906
|
+
class?: string;
|
|
89907
|
+
keys?: number[];
|
|
89908
|
+
} | undefined;
|
|
89909
|
+
subtitle: string | number | boolean;
|
|
89910
|
+
}> & Omit<{
|
|
89911
|
+
replace: boolean;
|
|
89912
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89913
|
+
exact: boolean;
|
|
89914
|
+
nav: boolean;
|
|
89915
|
+
style: vue.StyleValue;
|
|
89916
|
+
disabled: boolean;
|
|
89917
|
+
tag: string | JSXComponent;
|
|
89918
|
+
density: Density;
|
|
89919
|
+
tile: boolean;
|
|
89920
|
+
slim: boolean;
|
|
89921
|
+
ripple: boolean | {
|
|
89922
|
+
class?: string;
|
|
89923
|
+
keys?: number[];
|
|
89924
|
+
} | undefined;
|
|
89925
|
+
} & {
|
|
89926
|
+
link?: boolean | undefined;
|
|
89927
|
+
height?: string | number | undefined;
|
|
89928
|
+
width?: string | number | undefined;
|
|
89929
|
+
active?: boolean | undefined;
|
|
89930
|
+
border?: string | number | boolean | undefined;
|
|
89931
|
+
color?: string | undefined;
|
|
89932
|
+
maxHeight?: string | number | undefined;
|
|
89933
|
+
maxWidth?: string | number | undefined;
|
|
89934
|
+
minHeight?: string | number | undefined;
|
|
89935
|
+
minWidth?: string | number | undefined;
|
|
89936
|
+
value?: any;
|
|
89937
|
+
title?: string | number | boolean | undefined;
|
|
89938
|
+
class?: any;
|
|
89939
|
+
theme?: string | undefined;
|
|
89940
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
89941
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
89942
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
89943
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
89944
|
+
href?: string | undefined;
|
|
89945
|
+
elevation?: string | number | undefined;
|
|
89946
|
+
rounded?: string | number | boolean | undefined;
|
|
89947
|
+
baseColor?: string | undefined;
|
|
89948
|
+
activeColor?: string | undefined;
|
|
89949
|
+
prependIcon?: IconValue | undefined;
|
|
89950
|
+
appendIcon?: IconValue | undefined;
|
|
89951
|
+
activeClass?: string | undefined;
|
|
89952
|
+
appendAvatar?: string | undefined;
|
|
89953
|
+
prependAvatar?: string | undefined;
|
|
89954
|
+
subtitle?: string | number | boolean | undefined;
|
|
89955
|
+
} & {
|
|
89956
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89957
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89958
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89959
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89960
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89961
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89962
|
+
};
|
|
89963
|
+
'v-slots'?: {
|
|
89964
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89965
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89966
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89967
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89968
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89969
|
+
} | undefined;
|
|
89970
|
+
} & {
|
|
89971
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89972
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89973
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89974
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89975
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89976
|
+
} & {
|
|
89977
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
89978
|
+
}, "id" | "select" | "list" | "root" | "isSelected" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "activate" | "isActivated" | "isGroupActivator"> & vue.ShallowUnwrapRef<{
|
|
89979
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
89980
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
89981
|
+
isGroupActivator: boolean | undefined;
|
|
89982
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
89983
|
+
list: {
|
|
89984
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
89985
|
+
hasPrepend: vue.Ref<boolean>;
|
|
89986
|
+
updateHasPrepend: (value: boolean) => void;
|
|
89987
|
+
} | null;
|
|
89988
|
+
select: (selected: boolean, e?: Event) => void;
|
|
89989
|
+
root: {
|
|
89990
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
89991
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
89992
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
89993
|
+
activatable: vue.Ref<boolean>;
|
|
89994
|
+
selectable: vue.Ref<boolean>;
|
|
89995
|
+
opened: vue.Ref<Set<unknown>>;
|
|
89996
|
+
activated: vue.Ref<Set<unknown>>;
|
|
89997
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
89998
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
89999
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90000
|
+
unregister: (id: unknown) => void;
|
|
90001
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90002
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90003
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90004
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90005
|
+
getPath: (id: unknown) => unknown[];
|
|
90006
|
+
};
|
|
90007
|
+
id: vue.ComputedRef<{}>;
|
|
90008
|
+
link: UseLink;
|
|
90009
|
+
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
90010
|
+
_allExposed: {
|
|
90011
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90012
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90013
|
+
isGroupActivator: boolean | undefined;
|
|
90014
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90015
|
+
list: {
|
|
90016
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
90017
|
+
hasPrepend: vue.Ref<boolean>;
|
|
90018
|
+
updateHasPrepend: (value: boolean) => void;
|
|
90019
|
+
} | null;
|
|
90020
|
+
select: (selected: boolean, e?: Event) => void;
|
|
90021
|
+
root: {
|
|
90022
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
90023
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
90024
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
90025
|
+
activatable: vue.Ref<boolean>;
|
|
90026
|
+
selectable: vue.Ref<boolean>;
|
|
90027
|
+
opened: vue.Ref<Set<unknown>>;
|
|
90028
|
+
activated: vue.Ref<Set<unknown>>;
|
|
90029
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
90030
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
90031
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90032
|
+
unregister: (id: unknown) => void;
|
|
90033
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90034
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90035
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90036
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90037
|
+
getPath: (id: unknown) => unknown[];
|
|
90038
|
+
};
|
|
90039
|
+
id: vue.ComputedRef<{}>;
|
|
90040
|
+
link: UseLink;
|
|
90041
|
+
} | {};
|
|
90042
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
90043
|
+
toggleExpand: (value: PointerEvent) => true;
|
|
90044
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
90045
|
+
replace: boolean;
|
|
90046
|
+
link: boolean;
|
|
90047
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90048
|
+
exact: boolean;
|
|
90049
|
+
active: boolean;
|
|
90050
|
+
loading: boolean;
|
|
90051
|
+
nav: boolean;
|
|
90052
|
+
style: vue.StyleValue;
|
|
90053
|
+
title: string | number | boolean;
|
|
90054
|
+
disabled: boolean;
|
|
90055
|
+
tag: string | JSXComponent;
|
|
90056
|
+
density: Density;
|
|
90057
|
+
rounded: string | number | boolean;
|
|
90058
|
+
tile: boolean;
|
|
90059
|
+
slim: boolean;
|
|
90060
|
+
ripple: boolean | {
|
|
90061
|
+
class?: string;
|
|
90062
|
+
keys?: number[];
|
|
90063
|
+
} | undefined;
|
|
90064
|
+
subtitle: string | number | boolean;
|
|
90065
|
+
hideActions: boolean;
|
|
90066
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
90067
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
90068
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
|
90069
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
|
90070
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
90071
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
90072
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
90073
|
+
P: {};
|
|
90074
|
+
B: {};
|
|
90075
|
+
D: {};
|
|
90076
|
+
C: {};
|
|
90077
|
+
M: {};
|
|
90078
|
+
Defaults: {};
|
|
90079
|
+
}, {
|
|
90080
|
+
replace: boolean;
|
|
90081
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90082
|
+
exact: boolean;
|
|
90083
|
+
loading: boolean;
|
|
90084
|
+
nav: boolean;
|
|
90085
|
+
style: vue.StyleValue;
|
|
90086
|
+
disabled: boolean;
|
|
90087
|
+
tag: string | JSXComponent;
|
|
90088
|
+
density: Density;
|
|
90089
|
+
tile: boolean;
|
|
90090
|
+
slim: boolean;
|
|
90091
|
+
ripple: boolean | {
|
|
90092
|
+
class?: string;
|
|
90093
|
+
keys?: number[];
|
|
90094
|
+
} | undefined;
|
|
90095
|
+
hideActions: boolean;
|
|
90096
|
+
} & {
|
|
90097
|
+
link?: boolean | undefined;
|
|
90098
|
+
height?: string | number | undefined;
|
|
90099
|
+
width?: string | number | undefined;
|
|
90100
|
+
active?: boolean | undefined;
|
|
90101
|
+
border?: string | number | boolean | undefined;
|
|
90102
|
+
color?: string | undefined;
|
|
90103
|
+
maxHeight?: string | number | undefined;
|
|
90104
|
+
maxWidth?: string | number | undefined;
|
|
90105
|
+
minHeight?: string | number | undefined;
|
|
90106
|
+
minWidth?: string | number | undefined;
|
|
90107
|
+
value?: any;
|
|
90108
|
+
title?: string | number | boolean | undefined;
|
|
90109
|
+
class?: any;
|
|
90110
|
+
theme?: string | undefined;
|
|
90111
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90112
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90113
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
90114
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90115
|
+
href?: string | undefined;
|
|
90116
|
+
elevation?: string | number | undefined;
|
|
90117
|
+
rounded?: string | number | boolean | undefined;
|
|
90118
|
+
baseColor?: string | undefined;
|
|
90119
|
+
activeColor?: string | undefined;
|
|
90120
|
+
prependIcon?: IconValue | undefined;
|
|
90121
|
+
appendIcon?: IconValue | undefined;
|
|
90122
|
+
activeClass?: string | undefined;
|
|
90123
|
+
appendAvatar?: string | undefined;
|
|
90124
|
+
prependAvatar?: string | undefined;
|
|
90125
|
+
subtitle?: string | number | boolean | undefined;
|
|
90126
|
+
toggleIcon?: IconValue | undefined;
|
|
90127
|
+
indentLines?: IndentLineType[] | undefined;
|
|
90128
|
+
} & {
|
|
90129
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90130
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90131
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90132
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90133
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90134
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90135
|
+
};
|
|
90136
|
+
'v-slots'?: {
|
|
90137
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90138
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90139
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90140
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90141
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90142
|
+
} | undefined;
|
|
90143
|
+
} & {
|
|
90144
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90145
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90146
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90147
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90148
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90149
|
+
} & {
|
|
90150
|
+
onToggleExpand?: ((value: PointerEvent) => any) | undefined;
|
|
90151
|
+
}, Omit<Omit<{
|
|
90152
|
+
$: vue.ComponentInternalInstance;
|
|
90153
|
+
$data: {};
|
|
90154
|
+
$props: Partial<{
|
|
90155
|
+
replace: boolean;
|
|
90156
|
+
link: boolean;
|
|
90157
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90158
|
+
exact: boolean;
|
|
90159
|
+
active: boolean;
|
|
90160
|
+
nav: boolean;
|
|
90161
|
+
style: vue.StyleValue;
|
|
90162
|
+
title: string | number | boolean;
|
|
90163
|
+
disabled: boolean;
|
|
90164
|
+
tag: string | JSXComponent;
|
|
90165
|
+
density: Density;
|
|
90166
|
+
rounded: string | number | boolean;
|
|
90167
|
+
tile: boolean;
|
|
90168
|
+
slim: boolean;
|
|
90169
|
+
ripple: boolean | {
|
|
90170
|
+
class?: string;
|
|
90171
|
+
keys?: number[];
|
|
90172
|
+
} | undefined;
|
|
90173
|
+
subtitle: string | number | boolean;
|
|
90174
|
+
}> & Omit<{
|
|
90175
|
+
replace: boolean;
|
|
90176
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90177
|
+
exact: boolean;
|
|
90178
|
+
nav: boolean;
|
|
90179
|
+
style: vue.StyleValue;
|
|
90180
|
+
disabled: boolean;
|
|
90181
|
+
tag: string | JSXComponent;
|
|
90182
|
+
density: Density;
|
|
90183
|
+
tile: boolean;
|
|
90184
|
+
slim: boolean;
|
|
90185
|
+
ripple: boolean | {
|
|
90186
|
+
class?: string;
|
|
90187
|
+
keys?: number[];
|
|
90188
|
+
} | undefined;
|
|
90189
|
+
link?: boolean | undefined;
|
|
90190
|
+
height?: string | number | undefined;
|
|
90191
|
+
width?: string | number | undefined;
|
|
90192
|
+
active?: boolean | undefined;
|
|
90193
|
+
border?: string | number | boolean | undefined;
|
|
90194
|
+
color?: string | undefined;
|
|
90195
|
+
maxHeight?: string | number | undefined;
|
|
90196
|
+
maxWidth?: string | number | undefined;
|
|
90197
|
+
minHeight?: string | number | undefined;
|
|
90198
|
+
minWidth?: string | number | undefined;
|
|
90199
|
+
value?: any;
|
|
90200
|
+
title?: string | number | boolean | undefined;
|
|
90201
|
+
class?: any;
|
|
90202
|
+
theme?: string | undefined;
|
|
90203
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90204
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90205
|
+
onClick?: (((args_0: MouseEvent | KeyboardEvent) => void) & ((e: MouseEvent | KeyboardEvent) => any)) | undefined;
|
|
90206
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90207
|
+
href?: string | undefined;
|
|
90208
|
+
elevation?: string | number | undefined;
|
|
90209
|
+
rounded?: string | number | boolean | undefined;
|
|
90210
|
+
baseColor?: string | undefined;
|
|
90211
|
+
activeColor?: string | undefined;
|
|
90212
|
+
prependIcon?: IconValue | undefined;
|
|
90213
|
+
appendIcon?: IconValue | undefined;
|
|
90214
|
+
activeClass?: string | undefined;
|
|
90215
|
+
appendAvatar?: string | undefined;
|
|
90216
|
+
prependAvatar?: string | undefined;
|
|
90217
|
+
subtitle?: string | number | boolean | undefined;
|
|
90218
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90219
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90220
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90221
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90222
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90223
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90224
|
+
};
|
|
90225
|
+
'v-slots'?: {
|
|
90226
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90227
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90228
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90229
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90230
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90231
|
+
} | undefined;
|
|
90232
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90233
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90234
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90235
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90236
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90237
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle">;
|
|
90238
|
+
$attrs: {
|
|
90239
|
+
[x: string]: unknown;
|
|
90240
|
+
};
|
|
90241
|
+
$refs: {
|
|
90242
|
+
[x: string]: unknown;
|
|
90243
|
+
};
|
|
90244
|
+
$slots: Readonly<{
|
|
90245
|
+
prepend?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90246
|
+
append?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90247
|
+
default?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90248
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNode[]) | undefined;
|
|
90249
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNode[]) | undefined;
|
|
90250
|
+
}>;
|
|
90251
|
+
$root: vue.ComponentPublicInstance | null;
|
|
90252
|
+
$parent: vue.ComponentPublicInstance | null;
|
|
90253
|
+
$host: Element | null;
|
|
90254
|
+
$emit: (event: "click", e: MouseEvent | KeyboardEvent) => void;
|
|
90255
|
+
$el: any;
|
|
90256
|
+
$options: vue.ComponentOptionsBase<{
|
|
90257
|
+
replace: boolean;
|
|
90258
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90259
|
+
exact: boolean;
|
|
90260
|
+
nav: boolean;
|
|
90261
|
+
style: vue.StyleValue;
|
|
90262
|
+
disabled: boolean;
|
|
90263
|
+
tag: string | JSXComponent;
|
|
90264
|
+
density: Density;
|
|
90265
|
+
tile: boolean;
|
|
90266
|
+
slim: boolean;
|
|
90267
|
+
ripple: boolean | {
|
|
90268
|
+
class?: string;
|
|
90269
|
+
keys?: number[];
|
|
90270
|
+
} | undefined;
|
|
90271
|
+
} & {
|
|
90272
|
+
link?: boolean | undefined;
|
|
90273
|
+
height?: string | number | undefined;
|
|
90274
|
+
width?: string | number | undefined;
|
|
90275
|
+
active?: boolean | undefined;
|
|
90276
|
+
border?: string | number | boolean | undefined;
|
|
90277
|
+
color?: string | undefined;
|
|
90278
|
+
maxHeight?: string | number | undefined;
|
|
90279
|
+
maxWidth?: string | number | undefined;
|
|
90280
|
+
minHeight?: string | number | undefined;
|
|
90281
|
+
minWidth?: string | number | undefined;
|
|
90282
|
+
value?: any;
|
|
90283
|
+
title?: string | number | boolean | undefined;
|
|
90284
|
+
class?: any;
|
|
90285
|
+
theme?: string | undefined;
|
|
90286
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90287
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90288
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
90289
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90290
|
+
href?: string | undefined;
|
|
90291
|
+
elevation?: string | number | undefined;
|
|
90292
|
+
rounded?: string | number | boolean | undefined;
|
|
90293
|
+
baseColor?: string | undefined;
|
|
90294
|
+
activeColor?: string | undefined;
|
|
90295
|
+
prependIcon?: IconValue | undefined;
|
|
90296
|
+
appendIcon?: IconValue | undefined;
|
|
90297
|
+
activeClass?: string | undefined;
|
|
90298
|
+
appendAvatar?: string | undefined;
|
|
90299
|
+
prependAvatar?: string | undefined;
|
|
90300
|
+
subtitle?: string | number | boolean | undefined;
|
|
90301
|
+
} & {
|
|
90302
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90303
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90304
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90305
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90306
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90307
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90308
|
+
};
|
|
90309
|
+
'v-slots'?: {
|
|
90310
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90311
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90312
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90313
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90314
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90315
|
+
} | undefined;
|
|
90316
|
+
} & {
|
|
90317
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90318
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90319
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90320
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90321
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90322
|
+
} & {
|
|
90323
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
90324
|
+
}, {
|
|
90325
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90326
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90327
|
+
isGroupActivator: boolean | undefined;
|
|
90328
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90329
|
+
list: {
|
|
90330
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
90331
|
+
hasPrepend: vue.Ref<boolean>;
|
|
90332
|
+
updateHasPrepend: (value: boolean) => void;
|
|
90333
|
+
} | null;
|
|
90334
|
+
select: (selected: boolean, e?: Event) => void;
|
|
90335
|
+
root: {
|
|
90336
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
90337
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
90338
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
90339
|
+
activatable: vue.Ref<boolean>;
|
|
90340
|
+
selectable: vue.Ref<boolean>;
|
|
90341
|
+
opened: vue.Ref<Set<unknown>>;
|
|
90342
|
+
activated: vue.Ref<Set<unknown>>;
|
|
90343
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
90344
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
90345
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90346
|
+
unregister: (id: unknown) => void;
|
|
90347
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90348
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90349
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90350
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90351
|
+
getPath: (id: unknown) => unknown[];
|
|
90352
|
+
};
|
|
90353
|
+
id: vue.ComputedRef<{}>;
|
|
90354
|
+
link: UseLink;
|
|
90355
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
90356
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
90357
|
+
}, string, {
|
|
90358
|
+
replace: boolean;
|
|
90359
|
+
link: boolean;
|
|
90360
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90361
|
+
exact: boolean;
|
|
90362
|
+
active: boolean;
|
|
90363
|
+
nav: boolean;
|
|
90364
|
+
style: vue.StyleValue;
|
|
90365
|
+
title: string | number | boolean;
|
|
90366
|
+
disabled: boolean;
|
|
90367
|
+
tag: string | JSXComponent;
|
|
90368
|
+
density: Density;
|
|
90369
|
+
rounded: string | number | boolean;
|
|
90370
|
+
tile: boolean;
|
|
90371
|
+
slim: boolean;
|
|
90372
|
+
ripple: boolean | {
|
|
90373
|
+
class?: string;
|
|
90374
|
+
keys?: number[];
|
|
90375
|
+
} | undefined;
|
|
90376
|
+
subtitle: string | number | boolean;
|
|
90377
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
90378
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
90379
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
|
90380
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
|
90381
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
90382
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
90383
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
|
90384
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
90385
|
+
created?: (() => void) | (() => void)[];
|
|
90386
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
90387
|
+
mounted?: (() => void) | (() => void)[];
|
|
90388
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
90389
|
+
updated?: (() => void) | (() => void)[];
|
|
90390
|
+
activated?: (() => void) | (() => void)[];
|
|
90391
|
+
deactivated?: (() => void) | (() => void)[];
|
|
90392
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
90393
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
90394
|
+
destroyed?: (() => void) | (() => void)[];
|
|
90395
|
+
unmounted?: (() => void) | (() => void)[];
|
|
90396
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
90397
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
90398
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
90399
|
+
};
|
|
90400
|
+
$forceUpdate: () => void;
|
|
90401
|
+
$nextTick: typeof vue.nextTick;
|
|
90402
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
90403
|
+
} & Readonly<{
|
|
90404
|
+
replace: boolean;
|
|
90405
|
+
link: boolean;
|
|
90406
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90407
|
+
exact: boolean;
|
|
90408
|
+
active: boolean;
|
|
90409
|
+
nav: boolean;
|
|
90410
|
+
style: vue.StyleValue;
|
|
90411
|
+
title: string | number | boolean;
|
|
90412
|
+
disabled: boolean;
|
|
90413
|
+
tag: string | JSXComponent;
|
|
90414
|
+
density: Density;
|
|
90415
|
+
rounded: string | number | boolean;
|
|
90416
|
+
tile: boolean;
|
|
90417
|
+
slim: boolean;
|
|
90418
|
+
ripple: boolean | {
|
|
90419
|
+
class?: string;
|
|
90420
|
+
keys?: number[];
|
|
90421
|
+
} | undefined;
|
|
90422
|
+
subtitle: string | number | boolean;
|
|
90423
|
+
}> & Omit<{
|
|
90424
|
+
replace: boolean;
|
|
90425
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90426
|
+
exact: boolean;
|
|
90427
|
+
nav: boolean;
|
|
90428
|
+
style: vue.StyleValue;
|
|
90429
|
+
disabled: boolean;
|
|
90430
|
+
tag: string | JSXComponent;
|
|
90431
|
+
density: Density;
|
|
90432
|
+
tile: boolean;
|
|
90433
|
+
slim: boolean;
|
|
90434
|
+
ripple: boolean | {
|
|
90435
|
+
class?: string;
|
|
90436
|
+
keys?: number[];
|
|
90437
|
+
} | undefined;
|
|
90438
|
+
} & {
|
|
90439
|
+
link?: boolean | undefined;
|
|
90440
|
+
height?: string | number | undefined;
|
|
90441
|
+
width?: string | number | undefined;
|
|
90442
|
+
active?: boolean | undefined;
|
|
90443
|
+
border?: string | number | boolean | undefined;
|
|
90444
|
+
color?: string | undefined;
|
|
90445
|
+
maxHeight?: string | number | undefined;
|
|
90446
|
+
maxWidth?: string | number | undefined;
|
|
90447
|
+
minHeight?: string | number | undefined;
|
|
90448
|
+
minWidth?: string | number | undefined;
|
|
90449
|
+
value?: any;
|
|
90450
|
+
title?: string | number | boolean | undefined;
|
|
90451
|
+
class?: any;
|
|
90452
|
+
theme?: string | undefined;
|
|
90453
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90454
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90455
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
90456
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90457
|
+
href?: string | undefined;
|
|
90458
|
+
elevation?: string | number | undefined;
|
|
90459
|
+
rounded?: string | number | boolean | undefined;
|
|
90460
|
+
baseColor?: string | undefined;
|
|
90461
|
+
activeColor?: string | undefined;
|
|
90462
|
+
prependIcon?: IconValue | undefined;
|
|
90463
|
+
appendIcon?: IconValue | undefined;
|
|
90464
|
+
activeClass?: string | undefined;
|
|
90465
|
+
appendAvatar?: string | undefined;
|
|
90466
|
+
prependAvatar?: string | undefined;
|
|
90467
|
+
subtitle?: string | number | boolean | undefined;
|
|
90468
|
+
} & {
|
|
90469
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90470
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90471
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90472
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90473
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90474
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90475
|
+
};
|
|
90476
|
+
'v-slots'?: {
|
|
90477
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90478
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90479
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90480
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90481
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90482
|
+
} | undefined;
|
|
90483
|
+
} & {
|
|
90484
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90485
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90486
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90487
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90488
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90489
|
+
} & {
|
|
90490
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
90491
|
+
}, "id" | "select" | "list" | "root" | "isSelected" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "activate" | "isActivated" | "isGroupActivator"> & vue.ShallowUnwrapRef<{
|
|
90492
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90493
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90494
|
+
isGroupActivator: boolean | undefined;
|
|
90495
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90496
|
+
list: {
|
|
90497
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
90498
|
+
hasPrepend: vue.Ref<boolean>;
|
|
90499
|
+
updateHasPrepend: (value: boolean) => void;
|
|
90500
|
+
} | null;
|
|
90501
|
+
select: (selected: boolean, e?: Event) => void;
|
|
90502
|
+
root: {
|
|
90503
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
90504
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
90505
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
90506
|
+
activatable: vue.Ref<boolean>;
|
|
90507
|
+
selectable: vue.Ref<boolean>;
|
|
90508
|
+
opened: vue.Ref<Set<unknown>>;
|
|
90509
|
+
activated: vue.Ref<Set<unknown>>;
|
|
90510
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
90511
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
90512
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90513
|
+
unregister: (id: unknown) => void;
|
|
90514
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90515
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90516
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90517
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90518
|
+
getPath: (id: unknown) => unknown[];
|
|
90519
|
+
};
|
|
90520
|
+
id: vue.ComputedRef<{}>;
|
|
90521
|
+
link: UseLink;
|
|
90522
|
+
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
90523
|
+
_allExposed: {
|
|
90524
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90525
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90526
|
+
isGroupActivator: boolean | undefined;
|
|
90527
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90528
|
+
list: {
|
|
90529
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
90530
|
+
hasPrepend: vue.Ref<boolean>;
|
|
90531
|
+
updateHasPrepend: (value: boolean) => void;
|
|
90532
|
+
} | null;
|
|
90533
|
+
select: (selected: boolean, e?: Event) => void;
|
|
90534
|
+
root: {
|
|
90535
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
90536
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
90537
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
90538
|
+
activatable: vue.Ref<boolean>;
|
|
90539
|
+
selectable: vue.Ref<boolean>;
|
|
90540
|
+
opened: vue.Ref<Set<unknown>>;
|
|
90541
|
+
activated: vue.Ref<Set<unknown>>;
|
|
90542
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
90543
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
90544
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90545
|
+
unregister: (id: unknown) => void;
|
|
90546
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90547
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90548
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90549
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90550
|
+
getPath: (id: unknown) => unknown[];
|
|
90551
|
+
};
|
|
90552
|
+
id: vue.ComputedRef<{}>;
|
|
90553
|
+
link: UseLink;
|
|
90554
|
+
} | {};
|
|
90555
|
+
}, {}, {}, {}, {
|
|
90556
|
+
replace: boolean;
|
|
90557
|
+
link: boolean;
|
|
90558
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90559
|
+
exact: boolean;
|
|
90560
|
+
active: boolean;
|
|
90561
|
+
loading: boolean;
|
|
90562
|
+
nav: boolean;
|
|
90563
|
+
style: vue.StyleValue;
|
|
90564
|
+
title: string | number | boolean;
|
|
90565
|
+
disabled: boolean;
|
|
90566
|
+
tag: string | JSXComponent;
|
|
90567
|
+
density: Density;
|
|
90568
|
+
rounded: string | number | boolean;
|
|
90569
|
+
tile: boolean;
|
|
90570
|
+
slim: boolean;
|
|
90571
|
+
ripple: boolean | {
|
|
90572
|
+
class?: string;
|
|
90573
|
+
keys?: number[];
|
|
90574
|
+
} | undefined;
|
|
90575
|
+
subtitle: string | number | boolean;
|
|
90576
|
+
hideActions: boolean;
|
|
90577
|
+
}>;
|
|
90578
|
+
__isFragment?: never;
|
|
90579
|
+
__isTeleport?: never;
|
|
90580
|
+
__isSuspense?: never;
|
|
90581
|
+
} & vue.ComponentOptionsBase<{
|
|
90582
|
+
replace: boolean;
|
|
90583
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90584
|
+
exact: boolean;
|
|
90585
|
+
loading: boolean;
|
|
90586
|
+
nav: boolean;
|
|
90587
|
+
style: vue.StyleValue;
|
|
90588
|
+
disabled: boolean;
|
|
90589
|
+
tag: string | JSXComponent;
|
|
90590
|
+
density: Density;
|
|
90591
|
+
tile: boolean;
|
|
90592
|
+
slim: boolean;
|
|
90593
|
+
ripple: boolean | {
|
|
90594
|
+
class?: string;
|
|
90595
|
+
keys?: number[];
|
|
90596
|
+
} | undefined;
|
|
90597
|
+
hideActions: boolean;
|
|
90598
|
+
} & {
|
|
90599
|
+
link?: boolean | undefined;
|
|
90600
|
+
height?: string | number | undefined;
|
|
90601
|
+
width?: string | number | undefined;
|
|
90602
|
+
active?: boolean | undefined;
|
|
90603
|
+
border?: string | number | boolean | undefined;
|
|
90604
|
+
color?: string | undefined;
|
|
90605
|
+
maxHeight?: string | number | undefined;
|
|
90606
|
+
maxWidth?: string | number | undefined;
|
|
90607
|
+
minHeight?: string | number | undefined;
|
|
90608
|
+
minWidth?: string | number | undefined;
|
|
90609
|
+
value?: any;
|
|
90610
|
+
title?: string | number | boolean | undefined;
|
|
90611
|
+
class?: any;
|
|
90612
|
+
theme?: string | undefined;
|
|
90613
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90614
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90615
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
90616
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90617
|
+
href?: string | undefined;
|
|
90618
|
+
elevation?: string | number | undefined;
|
|
90619
|
+
rounded?: string | number | boolean | undefined;
|
|
90620
|
+
baseColor?: string | undefined;
|
|
90621
|
+
activeColor?: string | undefined;
|
|
90622
|
+
prependIcon?: IconValue | undefined;
|
|
90623
|
+
appendIcon?: IconValue | undefined;
|
|
90624
|
+
activeClass?: string | undefined;
|
|
90625
|
+
appendAvatar?: string | undefined;
|
|
90626
|
+
prependAvatar?: string | undefined;
|
|
90627
|
+
subtitle?: string | number | boolean | undefined;
|
|
90628
|
+
toggleIcon?: IconValue | undefined;
|
|
90629
|
+
indentLines?: IndentLineType[] | undefined;
|
|
90630
|
+
} & {
|
|
90631
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90632
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90633
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90634
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90635
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90636
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90637
|
+
};
|
|
90638
|
+
'v-slots'?: {
|
|
90639
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90640
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90641
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90642
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90643
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90644
|
+
} | undefined;
|
|
90645
|
+
} & {
|
|
90646
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90647
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90648
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90649
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90650
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90651
|
+
} & {
|
|
90652
|
+
onToggleExpand?: ((value: PointerEvent) => any) | undefined;
|
|
90653
|
+
}, Omit<Omit<{
|
|
90654
|
+
$: vue.ComponentInternalInstance;
|
|
90655
|
+
$data: {};
|
|
90656
|
+
$props: Partial<{
|
|
90657
|
+
replace: boolean;
|
|
90658
|
+
link: boolean;
|
|
90659
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90660
|
+
exact: boolean;
|
|
90661
|
+
active: boolean;
|
|
90662
|
+
nav: boolean;
|
|
90663
|
+
style: vue.StyleValue;
|
|
90664
|
+
title: string | number | boolean;
|
|
90665
|
+
disabled: boolean;
|
|
90666
|
+
tag: string | JSXComponent;
|
|
90667
|
+
density: Density;
|
|
90668
|
+
rounded: string | number | boolean;
|
|
90669
|
+
tile: boolean;
|
|
90670
|
+
slim: boolean;
|
|
90671
|
+
ripple: boolean | {
|
|
90672
|
+
class?: string;
|
|
90673
|
+
keys?: number[];
|
|
90674
|
+
} | undefined;
|
|
90675
|
+
subtitle: string | number | boolean;
|
|
90676
|
+
}> & Omit<{
|
|
90677
|
+
replace: boolean;
|
|
90678
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90679
|
+
exact: boolean;
|
|
90680
|
+
nav: boolean;
|
|
90681
|
+
style: vue.StyleValue;
|
|
90682
|
+
disabled: boolean;
|
|
90683
|
+
tag: string | JSXComponent;
|
|
90684
|
+
density: Density;
|
|
90685
|
+
tile: boolean;
|
|
90686
|
+
slim: boolean;
|
|
90687
|
+
ripple: boolean | {
|
|
90688
|
+
class?: string;
|
|
90689
|
+
keys?: number[];
|
|
90690
|
+
} | undefined;
|
|
90691
|
+
link?: boolean | undefined;
|
|
90692
|
+
height?: string | number | undefined;
|
|
90693
|
+
width?: string | number | undefined;
|
|
90694
|
+
active?: boolean | undefined;
|
|
90695
|
+
border?: string | number | boolean | undefined;
|
|
90696
|
+
color?: string | undefined;
|
|
90697
|
+
maxHeight?: string | number | undefined;
|
|
90698
|
+
maxWidth?: string | number | undefined;
|
|
90699
|
+
minHeight?: string | number | undefined;
|
|
90700
|
+
minWidth?: string | number | undefined;
|
|
90701
|
+
value?: any;
|
|
90702
|
+
title?: string | number | boolean | undefined;
|
|
90703
|
+
class?: any;
|
|
90704
|
+
theme?: string | undefined;
|
|
90705
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90706
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90707
|
+
onClick?: (((args_0: MouseEvent | KeyboardEvent) => void) & ((e: MouseEvent | KeyboardEvent) => any)) | undefined;
|
|
90708
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90709
|
+
href?: string | undefined;
|
|
90710
|
+
elevation?: string | number | undefined;
|
|
90711
|
+
rounded?: string | number | boolean | undefined;
|
|
90712
|
+
baseColor?: string | undefined;
|
|
90713
|
+
activeColor?: string | undefined;
|
|
90714
|
+
prependIcon?: IconValue | undefined;
|
|
90715
|
+
appendIcon?: IconValue | undefined;
|
|
90716
|
+
activeClass?: string | undefined;
|
|
90717
|
+
appendAvatar?: string | undefined;
|
|
90718
|
+
prependAvatar?: string | undefined;
|
|
90719
|
+
subtitle?: string | number | boolean | undefined;
|
|
90720
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
90721
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90722
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90723
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90724
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90725
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90726
|
+
};
|
|
90727
|
+
'v-slots'?: {
|
|
90728
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90729
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90730
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90731
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90732
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90733
|
+
} | undefined;
|
|
90734
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90735
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90736
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
90737
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
90738
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
90739
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle">;
|
|
90740
|
+
$attrs: {
|
|
90741
|
+
[x: string]: unknown;
|
|
90742
|
+
};
|
|
90743
|
+
$refs: {
|
|
90744
|
+
[x: string]: unknown;
|
|
90745
|
+
};
|
|
90746
|
+
$slots: Readonly<{
|
|
90747
|
+
prepend?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90748
|
+
append?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90749
|
+
default?: ((arg: ListItemSlot) => vue.VNode[]) | undefined;
|
|
90750
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNode[]) | undefined;
|
|
90751
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNode[]) | undefined;
|
|
90752
|
+
}>;
|
|
90753
|
+
$root: vue.ComponentPublicInstance | null;
|
|
90754
|
+
$parent: vue.ComponentPublicInstance | null;
|
|
90755
|
+
$host: Element | null;
|
|
90756
|
+
$emit: (event: "click", e: MouseEvent | KeyboardEvent) => void;
|
|
90757
|
+
$el: any;
|
|
90758
|
+
$options: vue.ComponentOptionsBase<{
|
|
90759
|
+
replace: boolean;
|
|
90760
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90761
|
+
exact: boolean;
|
|
90762
|
+
nav: boolean;
|
|
90763
|
+
style: vue.StyleValue;
|
|
90764
|
+
disabled: boolean;
|
|
90765
|
+
tag: string | JSXComponent;
|
|
90766
|
+
density: Density;
|
|
90767
|
+
tile: boolean;
|
|
90768
|
+
slim: boolean;
|
|
90769
|
+
ripple: boolean | {
|
|
90770
|
+
class?: string;
|
|
90771
|
+
keys?: number[];
|
|
90772
|
+
} | undefined;
|
|
90773
|
+
} & {
|
|
90774
|
+
link?: boolean | undefined;
|
|
90775
|
+
height?: string | number | undefined;
|
|
90776
|
+
width?: string | number | undefined;
|
|
90777
|
+
active?: boolean | undefined;
|
|
90778
|
+
border?: string | number | boolean | undefined;
|
|
90779
|
+
color?: string | undefined;
|
|
90780
|
+
maxHeight?: string | number | undefined;
|
|
90781
|
+
maxWidth?: string | number | undefined;
|
|
90782
|
+
minHeight?: string | number | undefined;
|
|
90783
|
+
minWidth?: string | number | undefined;
|
|
90784
|
+
value?: any;
|
|
90785
|
+
title?: string | number | boolean | undefined;
|
|
90786
|
+
class?: any;
|
|
90787
|
+
theme?: string | undefined;
|
|
90788
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
90789
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
|
90790
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
90791
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
90792
|
+
href?: string | undefined;
|
|
90793
|
+
elevation?: string | number | undefined;
|
|
90794
|
+
rounded?: string | number | boolean | undefined;
|
|
90795
|
+
baseColor?: string | undefined;
|
|
90796
|
+
activeColor?: string | undefined;
|
|
90797
|
+
prependIcon?: IconValue | undefined;
|
|
90798
|
+
appendIcon?: IconValue | undefined;
|
|
90799
|
+
activeClass?: string | undefined;
|
|
90800
|
+
appendAvatar?: string | undefined;
|
|
90801
|
+
prependAvatar?: string | undefined;
|
|
90802
|
+
subtitle?: string | number | boolean | undefined;
|
|
89539
90803
|
} & {
|
|
89540
90804
|
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89541
90805
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -89558,16 +90822,46 @@ declare const VTreeviewItem: {
|
|
|
89558
90822
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89559
90823
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89560
90824
|
} & {
|
|
89561
|
-
|
|
89562
|
-
}, {
|
|
89563
|
-
|
|
89564
|
-
|
|
90825
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
90826
|
+
}, {
|
|
90827
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90828
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90829
|
+
isGroupActivator: boolean | undefined;
|
|
90830
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90831
|
+
list: {
|
|
90832
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
90833
|
+
hasPrepend: vue.Ref<boolean>;
|
|
90834
|
+
updateHasPrepend: (value: boolean) => void;
|
|
90835
|
+
} | null;
|
|
90836
|
+
select: (selected: boolean, e?: Event) => void;
|
|
90837
|
+
root: {
|
|
90838
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
90839
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
90840
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
90841
|
+
activatable: vue.Ref<boolean>;
|
|
90842
|
+
selectable: vue.Ref<boolean>;
|
|
90843
|
+
opened: vue.Ref<Set<unknown>>;
|
|
90844
|
+
activated: vue.Ref<Set<unknown>>;
|
|
90845
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
90846
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
90847
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
90848
|
+
unregister: (id: unknown) => void;
|
|
90849
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
90850
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
90851
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
90852
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
90853
|
+
getPath: (id: unknown) => unknown[];
|
|
90854
|
+
};
|
|
90855
|
+
id: vue.ComputedRef<{}>;
|
|
90856
|
+
link: UseLink;
|
|
90857
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
90858
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
90859
|
+
}, string, {
|
|
89565
90860
|
replace: boolean;
|
|
89566
90861
|
link: boolean;
|
|
89567
90862
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89568
90863
|
exact: boolean;
|
|
89569
90864
|
active: boolean;
|
|
89570
|
-
loading: boolean;
|
|
89571
90865
|
nav: boolean;
|
|
89572
90866
|
style: vue.StyleValue;
|
|
89573
90867
|
title: string | number | boolean;
|
|
@@ -89582,119 +90876,56 @@ declare const VTreeviewItem: {
|
|
|
89582
90876
|
keys?: number[];
|
|
89583
90877
|
} | undefined;
|
|
89584
90878
|
subtitle: string | number | boolean;
|
|
89585
|
-
},
|
|
90879
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
89586
90880
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
89587
90881
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
89588
90882
|
default: (arg: ListItemSlot) => vue.VNode[];
|
|
89589
90883
|
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
89590
90884
|
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
89591
|
-
}>>, vue.GlobalComponents, vue.GlobalDirectives, string,
|
|
89592
|
-
|
|
89593
|
-
|
|
89594
|
-
|
|
89595
|
-
|
|
89596
|
-
|
|
89597
|
-
|
|
89598
|
-
|
|
89599
|
-
|
|
89600
|
-
|
|
89601
|
-
|
|
89602
|
-
|
|
89603
|
-
|
|
89604
|
-
|
|
89605
|
-
|
|
89606
|
-
|
|
89607
|
-
|
|
89608
|
-
|
|
89609
|
-
|
|
89610
|
-
|
|
89611
|
-
|
|
89612
|
-
|
|
89613
|
-
|
|
89614
|
-
|
|
89615
|
-
|
|
89616
|
-
|
|
89617
|
-
|
|
89618
|
-
|
|
89619
|
-
|
|
89620
|
-
|
|
89621
|
-
|
|
89622
|
-
|
|
89623
|
-
|
|
89624
|
-
|
|
89625
|
-
|
|
89626
|
-
|
|
89627
|
-
class?:
|
|
89628
|
-
|
|
89629
|
-
|
|
89630
|
-
|
|
89631
|
-
|
|
89632
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
89633
|
-
href?: string | undefined;
|
|
89634
|
-
elevation?: string | number | undefined;
|
|
89635
|
-
rounded?: string | number | boolean | undefined;
|
|
89636
|
-
baseColor?: string | undefined;
|
|
89637
|
-
activeColor?: string | undefined;
|
|
89638
|
-
prependIcon?: IconValue | undefined;
|
|
89639
|
-
appendIcon?: IconValue | undefined;
|
|
89640
|
-
activeClass?: string | undefined;
|
|
89641
|
-
appendAvatar?: string | undefined;
|
|
89642
|
-
prependAvatar?: string | undefined;
|
|
89643
|
-
subtitle?: string | number | boolean | undefined;
|
|
89644
|
-
toggleIcon?: IconValue | undefined;
|
|
89645
|
-
} & {
|
|
89646
|
-
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89647
|
-
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89648
|
-
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89649
|
-
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89650
|
-
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89651
|
-
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89652
|
-
};
|
|
89653
|
-
'v-slots'?: {
|
|
89654
|
-
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89655
|
-
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89656
|
-
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89657
|
-
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89658
|
-
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89659
|
-
} | undefined;
|
|
89660
|
-
} & {
|
|
89661
|
-
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89662
|
-
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89663
|
-
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
89664
|
-
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89665
|
-
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89666
|
-
} & {
|
|
89667
|
-
onToggleExpand?: ((value: PointerEvent) => any) | undefined;
|
|
89668
|
-
}, {}, {}, {}, {}, {
|
|
89669
|
-
replace: boolean;
|
|
89670
|
-
link: boolean;
|
|
89671
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89672
|
-
exact: boolean;
|
|
89673
|
-
active: boolean;
|
|
89674
|
-
loading: boolean;
|
|
89675
|
-
nav: boolean;
|
|
89676
|
-
style: vue.StyleValue;
|
|
89677
|
-
title: string | number | boolean;
|
|
89678
|
-
disabled: boolean;
|
|
89679
|
-
tag: string | JSXComponent;
|
|
89680
|
-
density: Density;
|
|
89681
|
-
rounded: string | number | boolean;
|
|
89682
|
-
tile: boolean;
|
|
89683
|
-
slim: boolean;
|
|
89684
|
-
ripple: boolean | {
|
|
89685
|
-
class?: string;
|
|
89686
|
-
keys?: number[];
|
|
89687
|
-
} | undefined;
|
|
89688
|
-
subtitle: string | number | boolean;
|
|
89689
|
-
}>;
|
|
89690
|
-
__isFragment?: never;
|
|
89691
|
-
__isTeleport?: never;
|
|
89692
|
-
__isSuspense?: never;
|
|
89693
|
-
} & vue.ComponentOptionsBase<{
|
|
90885
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
|
|
90886
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
90887
|
+
created?: (() => void) | (() => void)[];
|
|
90888
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
90889
|
+
mounted?: (() => void) | (() => void)[];
|
|
90890
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
90891
|
+
updated?: (() => void) | (() => void)[];
|
|
90892
|
+
activated?: (() => void) | (() => void)[];
|
|
90893
|
+
deactivated?: (() => void) | (() => void)[];
|
|
90894
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
90895
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
90896
|
+
destroyed?: (() => void) | (() => void)[];
|
|
90897
|
+
unmounted?: (() => void) | (() => void)[];
|
|
90898
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
90899
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
|
90900
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
90901
|
+
};
|
|
90902
|
+
$forceUpdate: () => void;
|
|
90903
|
+
$nextTick: typeof vue.nextTick;
|
|
90904
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
90905
|
+
} & Readonly<{
|
|
90906
|
+
replace: boolean;
|
|
90907
|
+
link: boolean;
|
|
90908
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
90909
|
+
exact: boolean;
|
|
90910
|
+
active: boolean;
|
|
90911
|
+
nav: boolean;
|
|
90912
|
+
style: vue.StyleValue;
|
|
90913
|
+
title: string | number | boolean;
|
|
90914
|
+
disabled: boolean;
|
|
90915
|
+
tag: string | JSXComponent;
|
|
90916
|
+
density: Density;
|
|
90917
|
+
rounded: string | number | boolean;
|
|
90918
|
+
tile: boolean;
|
|
90919
|
+
slim: boolean;
|
|
90920
|
+
ripple: boolean | {
|
|
90921
|
+
class?: string;
|
|
90922
|
+
keys?: number[];
|
|
90923
|
+
} | undefined;
|
|
90924
|
+
subtitle: string | number | boolean;
|
|
90925
|
+
}> & Omit<{
|
|
89694
90926
|
replace: boolean;
|
|
89695
90927
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
89696
90928
|
exact: boolean;
|
|
89697
|
-
loading: boolean;
|
|
89698
90929
|
nav: boolean;
|
|
89699
90930
|
style: vue.StyleValue;
|
|
89700
90931
|
disabled: boolean;
|
|
@@ -89736,7 +90967,6 @@ declare const VTreeviewItem: {
|
|
|
89736
90967
|
appendAvatar?: string | undefined;
|
|
89737
90968
|
prependAvatar?: string | undefined;
|
|
89738
90969
|
subtitle?: string | number | boolean | undefined;
|
|
89739
|
-
toggleIcon?: IconValue | undefined;
|
|
89740
90970
|
} & {
|
|
89741
90971
|
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
89742
90972
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -89759,8 +90989,72 @@ declare const VTreeviewItem: {
|
|
|
89759
90989
|
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
89760
90990
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
89761
90991
|
} & {
|
|
89762
|
-
|
|
89763
|
-
},
|
|
90992
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
90993
|
+
}, "id" | "select" | "list" | "root" | "isSelected" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "activate" | "isActivated" | "isGroupActivator"> & vue.ShallowUnwrapRef<{
|
|
90994
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
90995
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
90996
|
+
isGroupActivator: boolean | undefined;
|
|
90997
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
90998
|
+
list: {
|
|
90999
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
91000
|
+
hasPrepend: vue.Ref<boolean>;
|
|
91001
|
+
updateHasPrepend: (value: boolean) => void;
|
|
91002
|
+
} | null;
|
|
91003
|
+
select: (selected: boolean, e?: Event) => void;
|
|
91004
|
+
root: {
|
|
91005
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
91006
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
91007
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
91008
|
+
activatable: vue.Ref<boolean>;
|
|
91009
|
+
selectable: vue.Ref<boolean>;
|
|
91010
|
+
opened: vue.Ref<Set<unknown>>;
|
|
91011
|
+
activated: vue.Ref<Set<unknown>>;
|
|
91012
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
91013
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
91014
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
91015
|
+
unregister: (id: unknown) => void;
|
|
91016
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
91017
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
91018
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
91019
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
91020
|
+
getPath: (id: unknown) => unknown[];
|
|
91021
|
+
};
|
|
91022
|
+
id: vue.ComputedRef<{}>;
|
|
91023
|
+
link: UseLink;
|
|
91024
|
+
}> & {} & vue.ComponentCustomProperties & {}, "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "value" | "class" | "theme" | "to" | "lines" | "onClick" | "onClickOnce" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "activeColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "activeClass" | "appendAvatar" | "prependAvatar" | ("replace" | "link" | "variant" | "exact" | "active" | "nav" | "style" | "title" | "disabled" | "tag" | "density" | "rounded" | "tile" | "slim" | "ripple" | "subtitle") | "v-slot:subtitle">, `$${any}`> & {
|
|
91025
|
+
_allExposed: {
|
|
91026
|
+
activate: (activated: boolean, e?: Event) => void;
|
|
91027
|
+
isActivated: vue.ComputedRef<boolean>;
|
|
91028
|
+
isGroupActivator: boolean | undefined;
|
|
91029
|
+
isSelected: vue.ComputedRef<boolean>;
|
|
91030
|
+
list: {
|
|
91031
|
+
filterable: vue.MaybeRefOrGetter<boolean>;
|
|
91032
|
+
hasPrepend: vue.Ref<boolean>;
|
|
91033
|
+
updateHasPrepend: (value: boolean) => void;
|
|
91034
|
+
} | null;
|
|
91035
|
+
select: (selected: boolean, e?: Event) => void;
|
|
91036
|
+
root: {
|
|
91037
|
+
children: vue.Ref<Map<unknown, unknown[]>>;
|
|
91038
|
+
parents: vue.Ref<Map<unknown, unknown>>;
|
|
91039
|
+
disabled: vue.Ref<Set<unknown>>;
|
|
91040
|
+
activatable: vue.Ref<boolean>;
|
|
91041
|
+
selectable: vue.Ref<boolean>;
|
|
91042
|
+
opened: vue.Ref<Set<unknown>>;
|
|
91043
|
+
activated: vue.Ref<Set<unknown>>;
|
|
91044
|
+
selected: vue.Ref<Map<unknown, "on" | "off" | "indeterminate">>;
|
|
91045
|
+
selectedValues: vue.Ref<unknown[]>;
|
|
91046
|
+
register: (id: unknown, parentId: unknown, isDisabled: boolean, isGroup?: boolean) => void;
|
|
91047
|
+
unregister: (id: unknown) => void;
|
|
91048
|
+
open: (id: unknown, value: boolean, event?: Event) => void;
|
|
91049
|
+
activate: (id: unknown, value: boolean, event?: Event) => void;
|
|
91050
|
+
select: (id: unknown, value: boolean, event?: Event) => void;
|
|
91051
|
+
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
91052
|
+
getPath: (id: unknown) => unknown[];
|
|
91053
|
+
};
|
|
91054
|
+
id: vue.ComputedRef<{}>;
|
|
91055
|
+
link: UseLink;
|
|
91056
|
+
} | {};
|
|
91057
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
89764
91058
|
toggleExpand: (value: PointerEvent) => true;
|
|
89765
91059
|
}, string, {
|
|
89766
91060
|
replace: boolean;
|
|
@@ -89783,6 +91077,7 @@ declare const VTreeviewItem: {
|
|
|
89783
91077
|
keys?: number[];
|
|
89784
91078
|
} | undefined;
|
|
89785
91079
|
subtitle: string | number | boolean;
|
|
91080
|
+
hideActions: boolean;
|
|
89786
91081
|
}, {}, string, vue.SlotsType<Partial<{
|
|
89787
91082
|
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
89788
91083
|
append: (arg: ListItemSlot) => vue.VNode[];
|
|
@@ -89792,21 +91087,21 @@ declare const VTreeviewItem: {
|
|
|
89792
91087
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
89793
91088
|
color: StringConstructor;
|
|
89794
91089
|
variant: Omit<{
|
|
89795
|
-
type:
|
|
91090
|
+
type: PropType<Variant$2>;
|
|
89796
91091
|
default: string;
|
|
89797
91092
|
validator: (v: any) => boolean;
|
|
89798
91093
|
}, "type" | "default"> & {
|
|
89799
|
-
type:
|
|
91094
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89800
91095
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89801
91096
|
};
|
|
89802
91097
|
theme: StringConstructor;
|
|
89803
91098
|
tag: {
|
|
89804
|
-
type:
|
|
91099
|
+
type: PropType<string | JSXComponent>;
|
|
89805
91100
|
default: string;
|
|
89806
91101
|
};
|
|
89807
91102
|
href: StringConstructor;
|
|
89808
91103
|
replace: BooleanConstructor;
|
|
89809
|
-
to:
|
|
91104
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
89810
91105
|
exact: BooleanConstructor;
|
|
89811
91106
|
rounded: {
|
|
89812
91107
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -89824,13 +91119,13 @@ declare const VTreeviewItem: {
|
|
|
89824
91119
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
89825
91120
|
width: (StringConstructor | NumberConstructor)[];
|
|
89826
91121
|
density: {
|
|
89827
|
-
type:
|
|
91122
|
+
type: PropType<Density>;
|
|
89828
91123
|
default: string;
|
|
89829
91124
|
validator: (v: any) => boolean;
|
|
89830
91125
|
};
|
|
89831
|
-
class:
|
|
91126
|
+
class: PropType<ClassValue>;
|
|
89832
91127
|
style: {
|
|
89833
|
-
type:
|
|
91128
|
+
type: PropType<vue.StyleValue>;
|
|
89834
91129
|
default: null;
|
|
89835
91130
|
};
|
|
89836
91131
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -89841,23 +91136,23 @@ declare const VTreeviewItem: {
|
|
|
89841
91136
|
activeClass: StringConstructor;
|
|
89842
91137
|
activeColor: StringConstructor;
|
|
89843
91138
|
appendAvatar: StringConstructor;
|
|
89844
|
-
appendIcon:
|
|
91139
|
+
appendIcon: PropType<IconValue>;
|
|
89845
91140
|
baseColor: StringConstructor;
|
|
89846
91141
|
disabled: BooleanConstructor;
|
|
89847
|
-
lines:
|
|
91142
|
+
lines: PropType<"one" | "two" | "three" | false>;
|
|
89848
91143
|
link: {
|
|
89849
91144
|
type: BooleanConstructor;
|
|
89850
91145
|
default: undefined;
|
|
89851
91146
|
};
|
|
89852
91147
|
nav: BooleanConstructor;
|
|
89853
91148
|
prependAvatar: StringConstructor;
|
|
89854
|
-
prependIcon:
|
|
91149
|
+
prependIcon: PropType<IconValue>;
|
|
89855
91150
|
ripple: {
|
|
89856
|
-
type:
|
|
91151
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
|
89857
91152
|
default: boolean;
|
|
89858
91153
|
};
|
|
89859
91154
|
slim: {
|
|
89860
|
-
type:
|
|
91155
|
+
type: PropType<boolean>;
|
|
89861
91156
|
default: boolean;
|
|
89862
91157
|
};
|
|
89863
91158
|
subtitle: {
|
|
@@ -89869,28 +91164,30 @@ declare const VTreeviewItem: {
|
|
|
89869
91164
|
default: undefined;
|
|
89870
91165
|
};
|
|
89871
91166
|
value: null;
|
|
89872
|
-
onClick:
|
|
89873
|
-
onClickOnce:
|
|
91167
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
91168
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
89874
91169
|
loading: BooleanConstructor;
|
|
89875
|
-
|
|
91170
|
+
hideActions: BooleanConstructor;
|
|
91171
|
+
indentLines: PropType<IndentLineType[]>;
|
|
91172
|
+
toggleIcon: PropType<IconValue>;
|
|
89876
91173
|
}, vue.ExtractPropTypes<{
|
|
89877
91174
|
color: StringConstructor;
|
|
89878
91175
|
variant: Omit<{
|
|
89879
|
-
type:
|
|
91176
|
+
type: PropType<Variant$2>;
|
|
89880
91177
|
default: string;
|
|
89881
91178
|
validator: (v: any) => boolean;
|
|
89882
91179
|
}, "type" | "default"> & {
|
|
89883
|
-
type:
|
|
91180
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89884
91181
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
89885
91182
|
};
|
|
89886
91183
|
theme: StringConstructor;
|
|
89887
91184
|
tag: {
|
|
89888
|
-
type:
|
|
91185
|
+
type: PropType<string | JSXComponent>;
|
|
89889
91186
|
default: string;
|
|
89890
91187
|
};
|
|
89891
91188
|
href: StringConstructor;
|
|
89892
91189
|
replace: BooleanConstructor;
|
|
89893
|
-
to:
|
|
91190
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
89894
91191
|
exact: BooleanConstructor;
|
|
89895
91192
|
rounded: {
|
|
89896
91193
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -89908,13 +91205,13 @@ declare const VTreeviewItem: {
|
|
|
89908
91205
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
89909
91206
|
width: (StringConstructor | NumberConstructor)[];
|
|
89910
91207
|
density: {
|
|
89911
|
-
type:
|
|
91208
|
+
type: PropType<Density>;
|
|
89912
91209
|
default: string;
|
|
89913
91210
|
validator: (v: any) => boolean;
|
|
89914
91211
|
};
|
|
89915
|
-
class:
|
|
91212
|
+
class: PropType<ClassValue>;
|
|
89916
91213
|
style: {
|
|
89917
|
-
type:
|
|
91214
|
+
type: PropType<vue.StyleValue>;
|
|
89918
91215
|
default: null;
|
|
89919
91216
|
};
|
|
89920
91217
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
@@ -89925,23 +91222,23 @@ declare const VTreeviewItem: {
|
|
|
89925
91222
|
activeClass: StringConstructor;
|
|
89926
91223
|
activeColor: StringConstructor;
|
|
89927
91224
|
appendAvatar: StringConstructor;
|
|
89928
|
-
appendIcon:
|
|
91225
|
+
appendIcon: PropType<IconValue>;
|
|
89929
91226
|
baseColor: StringConstructor;
|
|
89930
91227
|
disabled: BooleanConstructor;
|
|
89931
|
-
lines:
|
|
91228
|
+
lines: PropType<"one" | "two" | "three" | false>;
|
|
89932
91229
|
link: {
|
|
89933
91230
|
type: BooleanConstructor;
|
|
89934
91231
|
default: undefined;
|
|
89935
91232
|
};
|
|
89936
91233
|
nav: BooleanConstructor;
|
|
89937
91234
|
prependAvatar: StringConstructor;
|
|
89938
|
-
prependIcon:
|
|
91235
|
+
prependIcon: PropType<IconValue>;
|
|
89939
91236
|
ripple: {
|
|
89940
|
-
type:
|
|
91237
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
|
89941
91238
|
default: boolean;
|
|
89942
91239
|
};
|
|
89943
91240
|
slim: {
|
|
89944
|
-
type:
|
|
91241
|
+
type: PropType<boolean>;
|
|
89945
91242
|
default: boolean;
|
|
89946
91243
|
};
|
|
89947
91244
|
subtitle: {
|
|
@@ -89953,16 +91250,19 @@ declare const VTreeviewItem: {
|
|
|
89953
91250
|
default: undefined;
|
|
89954
91251
|
};
|
|
89955
91252
|
value: null;
|
|
89956
|
-
onClick:
|
|
89957
|
-
onClickOnce:
|
|
91253
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
91254
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
89958
91255
|
loading: BooleanConstructor;
|
|
89959
|
-
|
|
91256
|
+
hideActions: BooleanConstructor;
|
|
91257
|
+
indentLines: PropType<IndentLineType[]>;
|
|
91258
|
+
toggleIcon: PropType<IconValue>;
|
|
89960
91259
|
}>>;
|
|
89961
91260
|
type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
|
|
89962
91261
|
|
|
89963
91262
|
declare const VTreeviewGroup: {
|
|
89964
91263
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
89965
91264
|
style: vue.StyleValue;
|
|
91265
|
+
disabled: boolean;
|
|
89966
91266
|
tag: string | JSXComponent;
|
|
89967
91267
|
collapseIcon: IconValue;
|
|
89968
91268
|
expandIcon: IconValue;
|
|
@@ -90000,6 +91300,7 @@ declare const VTreeviewGroup: {
|
|
|
90000
91300
|
}) => vue.VNodeChild) | undefined;
|
|
90001
91301
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
90002
91302
|
style: vue.StyleValue;
|
|
91303
|
+
disabled: boolean;
|
|
90003
91304
|
tag: string | JSXComponent;
|
|
90004
91305
|
collapseIcon: IconValue;
|
|
90005
91306
|
expandIcon: IconValue;
|
|
@@ -90019,6 +91320,7 @@ declare const VTreeviewGroup: {
|
|
|
90019
91320
|
Defaults: {};
|
|
90020
91321
|
}, {
|
|
90021
91322
|
style: vue.StyleValue;
|
|
91323
|
+
disabled: boolean;
|
|
90022
91324
|
tag: string | JSXComponent;
|
|
90023
91325
|
collapseIcon: IconValue;
|
|
90024
91326
|
expandIcon: IconValue;
|
|
@@ -90056,6 +91358,7 @@ declare const VTreeviewGroup: {
|
|
|
90056
91358
|
}) => vue.VNodeChild) | undefined;
|
|
90057
91359
|
}, {}, {}, {}, {}, {
|
|
90058
91360
|
style: vue.StyleValue;
|
|
91361
|
+
disabled: boolean;
|
|
90059
91362
|
tag: string | JSXComponent;
|
|
90060
91363
|
collapseIcon: IconValue;
|
|
90061
91364
|
expandIcon: IconValue;
|
|
@@ -90066,6 +91369,7 @@ declare const VTreeviewGroup: {
|
|
|
90066
91369
|
__isSuspense?: never;
|
|
90067
91370
|
} & vue.ComponentOptionsBase<{
|
|
90068
91371
|
style: vue.StyleValue;
|
|
91372
|
+
disabled: boolean;
|
|
90069
91373
|
tag: string | JSXComponent;
|
|
90070
91374
|
collapseIcon: IconValue;
|
|
90071
91375
|
expandIcon: IconValue;
|
|
@@ -90103,6 +91407,7 @@ declare const VTreeviewGroup: {
|
|
|
90103
91407
|
}) => vue.VNodeChild) | undefined;
|
|
90104
91408
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
90105
91409
|
style: vue.StyleValue;
|
|
91410
|
+
disabled: boolean;
|
|
90106
91411
|
tag: string | JSXComponent;
|
|
90107
91412
|
collapseIcon: IconValue;
|
|
90108
91413
|
expandIcon: IconValue;
|
|
@@ -90121,6 +91426,7 @@ declare const VTreeviewGroup: {
|
|
|
90121
91426
|
default: null;
|
|
90122
91427
|
};
|
|
90123
91428
|
title: StringConstructor;
|
|
91429
|
+
disabled: BooleanConstructor;
|
|
90124
91430
|
class: vue.PropType<ClassValue>;
|
|
90125
91431
|
tag: {
|
|
90126
91432
|
type: vue.PropType<string | JSXComponent>;
|
|
@@ -90154,6 +91460,7 @@ declare const VTreeviewGroup: {
|
|
|
90154
91460
|
default: null;
|
|
90155
91461
|
};
|
|
90156
91462
|
title: StringConstructor;
|
|
91463
|
+
disabled: BooleanConstructor;
|
|
90157
91464
|
class: vue.PropType<ClassValue>;
|
|
90158
91465
|
tag: {
|
|
90159
91466
|
type: vue.PropType<string | JSXComponent>;
|
|
@@ -92468,47 +93775,47 @@ declare const VCalendarInterval: {
|
|
|
92468
93775
|
dayIndex?: number | undefined;
|
|
92469
93776
|
} & {
|
|
92470
93777
|
$children?: {} | vue.VNodeChild | {
|
|
92471
|
-
|
|
93778
|
+
'interval-body'?: ((arg: {
|
|
92472
93779
|
interval: Interval;
|
|
92473
93780
|
}) => vue.VNodeChild) | undefined;
|
|
92474
|
-
|
|
93781
|
+
'interval-event'?: ((arg: {
|
|
92475
93782
|
height: string;
|
|
92476
93783
|
margin: string;
|
|
92477
93784
|
eventClass: string;
|
|
92478
93785
|
event: any;
|
|
92479
93786
|
interval: Interval;
|
|
92480
93787
|
}) => vue.VNodeChild) | undefined;
|
|
92481
|
-
|
|
93788
|
+
'interval-title'?: ((arg: {
|
|
92482
93789
|
interval: Interval;
|
|
92483
93790
|
}) => vue.VNodeChild) | undefined;
|
|
92484
93791
|
};
|
|
92485
93792
|
'v-slots'?: {
|
|
92486
|
-
|
|
93793
|
+
'interval-body'?: false | ((arg: {
|
|
92487
93794
|
interval: Interval;
|
|
92488
93795
|
}) => vue.VNodeChild) | undefined;
|
|
92489
|
-
|
|
93796
|
+
'interval-event'?: false | ((arg: {
|
|
92490
93797
|
height: string;
|
|
92491
93798
|
margin: string;
|
|
92492
93799
|
eventClass: string;
|
|
92493
93800
|
event: any;
|
|
92494
93801
|
interval: Interval;
|
|
92495
93802
|
}) => vue.VNodeChild) | undefined;
|
|
92496
|
-
|
|
93803
|
+
'interval-title'?: false | ((arg: {
|
|
92497
93804
|
interval: Interval;
|
|
92498
93805
|
}) => vue.VNodeChild) | undefined;
|
|
92499
93806
|
} | undefined;
|
|
92500
93807
|
} & {
|
|
92501
|
-
"v-slot:
|
|
93808
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
92502
93809
|
interval: Interval;
|
|
92503
93810
|
}) => vue.VNodeChild) | undefined;
|
|
92504
|
-
"v-slot:
|
|
93811
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
92505
93812
|
height: string;
|
|
92506
93813
|
margin: string;
|
|
92507
93814
|
eventClass: string;
|
|
92508
93815
|
event: any;
|
|
92509
93816
|
interval: Interval;
|
|
92510
93817
|
}) => vue.VNodeChild) | undefined;
|
|
92511
|
-
"v-slot:
|
|
93818
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
92512
93819
|
interval: Interval;
|
|
92513
93820
|
}) => vue.VNodeChild) | undefined;
|
|
92514
93821
|
}, {
|
|
@@ -92526,17 +93833,17 @@ declare const VCalendarInterval: {
|
|
|
92526
93833
|
intervalFormat: string | Function;
|
|
92527
93834
|
intervalStart: number;
|
|
92528
93835
|
}, true, {}, vue.SlotsType<Partial<{
|
|
92529
|
-
|
|
93836
|
+
'interval-body': (arg: {
|
|
92530
93837
|
interval: Interval;
|
|
92531
93838
|
}) => vue.VNode[];
|
|
92532
|
-
|
|
93839
|
+
'interval-event': (arg: {
|
|
92533
93840
|
height: string;
|
|
92534
93841
|
margin: string;
|
|
92535
93842
|
eventClass: string;
|
|
92536
93843
|
event: any;
|
|
92537
93844
|
interval: Interval;
|
|
92538
93845
|
}) => vue.VNode[];
|
|
92539
|
-
|
|
93846
|
+
'interval-title': (arg: {
|
|
92540
93847
|
interval: Interval;
|
|
92541
93848
|
}) => vue.VNode[];
|
|
92542
93849
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -92559,47 +93866,47 @@ declare const VCalendarInterval: {
|
|
|
92559
93866
|
dayIndex?: number | undefined;
|
|
92560
93867
|
} & {
|
|
92561
93868
|
$children?: {} | vue.VNodeChild | {
|
|
92562
|
-
|
|
93869
|
+
'interval-body'?: ((arg: {
|
|
92563
93870
|
interval: Interval;
|
|
92564
93871
|
}) => vue.VNodeChild) | undefined;
|
|
92565
|
-
|
|
93872
|
+
'interval-event'?: ((arg: {
|
|
92566
93873
|
height: string;
|
|
92567
93874
|
margin: string;
|
|
92568
93875
|
eventClass: string;
|
|
92569
93876
|
event: any;
|
|
92570
93877
|
interval: Interval;
|
|
92571
93878
|
}) => vue.VNodeChild) | undefined;
|
|
92572
|
-
|
|
93879
|
+
'interval-title'?: ((arg: {
|
|
92573
93880
|
interval: Interval;
|
|
92574
93881
|
}) => vue.VNodeChild) | undefined;
|
|
92575
93882
|
};
|
|
92576
93883
|
'v-slots'?: {
|
|
92577
|
-
|
|
93884
|
+
'interval-body'?: false | ((arg: {
|
|
92578
93885
|
interval: Interval;
|
|
92579
93886
|
}) => vue.VNodeChild) | undefined;
|
|
92580
|
-
|
|
93887
|
+
'interval-event'?: false | ((arg: {
|
|
92581
93888
|
height: string;
|
|
92582
93889
|
margin: string;
|
|
92583
93890
|
eventClass: string;
|
|
92584
93891
|
event: any;
|
|
92585
93892
|
interval: Interval;
|
|
92586
93893
|
}) => vue.VNodeChild) | undefined;
|
|
92587
|
-
|
|
93894
|
+
'interval-title'?: false | ((arg: {
|
|
92588
93895
|
interval: Interval;
|
|
92589
93896
|
}) => vue.VNodeChild) | undefined;
|
|
92590
93897
|
} | undefined;
|
|
92591
93898
|
} & {
|
|
92592
|
-
"v-slot:
|
|
93899
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
92593
93900
|
interval: Interval;
|
|
92594
93901
|
}) => vue.VNodeChild) | undefined;
|
|
92595
|
-
"v-slot:
|
|
93902
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
92596
93903
|
height: string;
|
|
92597
93904
|
margin: string;
|
|
92598
93905
|
eventClass: string;
|
|
92599
93906
|
event: any;
|
|
92600
93907
|
interval: Interval;
|
|
92601
93908
|
}) => vue.VNodeChild) | undefined;
|
|
92602
|
-
"v-slot:
|
|
93909
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
92603
93910
|
interval: Interval;
|
|
92604
93911
|
}) => vue.VNodeChild) | undefined;
|
|
92605
93912
|
}, {
|
|
@@ -92633,47 +93940,47 @@ declare const VCalendarInterval: {
|
|
|
92633
93940
|
dayIndex?: number | undefined;
|
|
92634
93941
|
} & {
|
|
92635
93942
|
$children?: {} | vue.VNodeChild | {
|
|
92636
|
-
|
|
93943
|
+
'interval-body'?: ((arg: {
|
|
92637
93944
|
interval: Interval;
|
|
92638
93945
|
}) => vue.VNodeChild) | undefined;
|
|
92639
|
-
|
|
93946
|
+
'interval-event'?: ((arg: {
|
|
92640
93947
|
height: string;
|
|
92641
93948
|
margin: string;
|
|
92642
93949
|
eventClass: string;
|
|
92643
93950
|
event: any;
|
|
92644
93951
|
interval: Interval;
|
|
92645
93952
|
}) => vue.VNodeChild) | undefined;
|
|
92646
|
-
|
|
93953
|
+
'interval-title'?: ((arg: {
|
|
92647
93954
|
interval: Interval;
|
|
92648
93955
|
}) => vue.VNodeChild) | undefined;
|
|
92649
93956
|
};
|
|
92650
93957
|
'v-slots'?: {
|
|
92651
|
-
|
|
93958
|
+
'interval-body'?: false | ((arg: {
|
|
92652
93959
|
interval: Interval;
|
|
92653
93960
|
}) => vue.VNodeChild) | undefined;
|
|
92654
|
-
|
|
93961
|
+
'interval-event'?: false | ((arg: {
|
|
92655
93962
|
height: string;
|
|
92656
93963
|
margin: string;
|
|
92657
93964
|
eventClass: string;
|
|
92658
93965
|
event: any;
|
|
92659
93966
|
interval: Interval;
|
|
92660
93967
|
}) => vue.VNodeChild) | undefined;
|
|
92661
|
-
|
|
93968
|
+
'interval-title'?: false | ((arg: {
|
|
92662
93969
|
interval: Interval;
|
|
92663
93970
|
}) => vue.VNodeChild) | undefined;
|
|
92664
93971
|
} | undefined;
|
|
92665
93972
|
} & {
|
|
92666
|
-
"v-slot:
|
|
93973
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
92667
93974
|
interval: Interval;
|
|
92668
93975
|
}) => vue.VNodeChild) | undefined;
|
|
92669
|
-
"v-slot:
|
|
93976
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
92670
93977
|
height: string;
|
|
92671
93978
|
margin: string;
|
|
92672
93979
|
eventClass: string;
|
|
92673
93980
|
event: any;
|
|
92674
93981
|
interval: Interval;
|
|
92675
93982
|
}) => vue.VNodeChild) | undefined;
|
|
92676
|
-
"v-slot:
|
|
93983
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
92677
93984
|
interval: Interval;
|
|
92678
93985
|
}) => vue.VNodeChild) | undefined;
|
|
92679
93986
|
}, {
|
|
@@ -92691,17 +93998,17 @@ declare const VCalendarInterval: {
|
|
|
92691
93998
|
intervalFormat: string | Function;
|
|
92692
93999
|
intervalStart: number;
|
|
92693
94000
|
}, {}, string, vue.SlotsType<Partial<{
|
|
92694
|
-
|
|
94001
|
+
'interval-body': (arg: {
|
|
92695
94002
|
interval: Interval;
|
|
92696
94003
|
}) => vue.VNode[];
|
|
92697
|
-
|
|
94004
|
+
'interval-event': (arg: {
|
|
92698
94005
|
height: string;
|
|
92699
94006
|
margin: string;
|
|
92700
94007
|
eventClass: string;
|
|
92701
94008
|
event: any;
|
|
92702
94009
|
interval: Interval;
|
|
92703
94010
|
}) => vue.VNode[];
|
|
92704
|
-
|
|
94011
|
+
'interval-title': (arg: {
|
|
92705
94012
|
interval: Interval;
|
|
92706
94013
|
}) => vue.VNode[];
|
|
92707
94014
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -92814,7 +94121,7 @@ declare const VCalendarDay: {
|
|
|
92814
94121
|
dayIndex?: number | undefined;
|
|
92815
94122
|
} & {
|
|
92816
94123
|
$children?: {} | vue.VNodeChild | {
|
|
92817
|
-
|
|
94124
|
+
'interval-body'?: ((arg: {
|
|
92818
94125
|
interval: {
|
|
92819
94126
|
label: string;
|
|
92820
94127
|
start: unknown;
|
|
@@ -92822,7 +94129,7 @@ declare const VCalendarDay: {
|
|
|
92822
94129
|
events: any[];
|
|
92823
94130
|
};
|
|
92824
94131
|
}) => vue.VNodeChild) | undefined;
|
|
92825
|
-
|
|
94132
|
+
'interval-event'?: ((arg: {
|
|
92826
94133
|
height: string;
|
|
92827
94134
|
margin: string;
|
|
92828
94135
|
eventClass: string;
|
|
@@ -92834,7 +94141,7 @@ declare const VCalendarDay: {
|
|
|
92834
94141
|
events: any[];
|
|
92835
94142
|
};
|
|
92836
94143
|
}) => vue.VNodeChild) | undefined;
|
|
92837
|
-
|
|
94144
|
+
'interval-title'?: ((arg: {
|
|
92838
94145
|
interval: {
|
|
92839
94146
|
label: string;
|
|
92840
94147
|
start: unknown;
|
|
@@ -92845,7 +94152,7 @@ declare const VCalendarDay: {
|
|
|
92845
94152
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
92846
94153
|
};
|
|
92847
94154
|
'v-slots'?: {
|
|
92848
|
-
|
|
94155
|
+
'interval-body'?: false | ((arg: {
|
|
92849
94156
|
interval: {
|
|
92850
94157
|
label: string;
|
|
92851
94158
|
start: unknown;
|
|
@@ -92853,7 +94160,7 @@ declare const VCalendarDay: {
|
|
|
92853
94160
|
events: any[];
|
|
92854
94161
|
};
|
|
92855
94162
|
}) => vue.VNodeChild) | undefined;
|
|
92856
|
-
|
|
94163
|
+
'interval-event'?: false | ((arg: {
|
|
92857
94164
|
height: string;
|
|
92858
94165
|
margin: string;
|
|
92859
94166
|
eventClass: string;
|
|
@@ -92865,7 +94172,7 @@ declare const VCalendarDay: {
|
|
|
92865
94172
|
events: any[];
|
|
92866
94173
|
};
|
|
92867
94174
|
}) => vue.VNodeChild) | undefined;
|
|
92868
|
-
|
|
94175
|
+
'interval-title'?: false | ((arg: {
|
|
92869
94176
|
interval: {
|
|
92870
94177
|
label: string;
|
|
92871
94178
|
start: unknown;
|
|
@@ -92876,7 +94183,7 @@ declare const VCalendarDay: {
|
|
|
92876
94183
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
92877
94184
|
} | undefined;
|
|
92878
94185
|
} & {
|
|
92879
|
-
"v-slot:
|
|
94186
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
92880
94187
|
interval: {
|
|
92881
94188
|
label: string;
|
|
92882
94189
|
start: unknown;
|
|
@@ -92884,7 +94191,7 @@ declare const VCalendarDay: {
|
|
|
92884
94191
|
events: any[];
|
|
92885
94192
|
};
|
|
92886
94193
|
}) => vue.VNodeChild) | undefined;
|
|
92887
|
-
"v-slot:
|
|
94194
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
92888
94195
|
height: string;
|
|
92889
94196
|
margin: string;
|
|
92890
94197
|
eventClass: string;
|
|
@@ -92896,7 +94203,7 @@ declare const VCalendarDay: {
|
|
|
92896
94203
|
events: any[];
|
|
92897
94204
|
};
|
|
92898
94205
|
}) => vue.VNodeChild) | undefined;
|
|
92899
|
-
"v-slot:
|
|
94206
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
92900
94207
|
interval: {
|
|
92901
94208
|
label: string;
|
|
92902
94209
|
start: unknown;
|
|
@@ -92917,7 +94224,7 @@ declare const VCalendarDay: {
|
|
|
92917
94224
|
hideDayHeader: boolean;
|
|
92918
94225
|
intervals: number;
|
|
92919
94226
|
}, true, {}, vue.SlotsType<Partial<{
|
|
92920
|
-
|
|
94227
|
+
'interval-body': (arg: {
|
|
92921
94228
|
interval: {
|
|
92922
94229
|
label: string;
|
|
92923
94230
|
start: unknown;
|
|
@@ -92925,7 +94232,7 @@ declare const VCalendarDay: {
|
|
|
92925
94232
|
events: any[];
|
|
92926
94233
|
};
|
|
92927
94234
|
}) => vue.VNode[];
|
|
92928
|
-
|
|
94235
|
+
'interval-event': (arg: {
|
|
92929
94236
|
height: string;
|
|
92930
94237
|
margin: string;
|
|
92931
94238
|
eventClass: string;
|
|
@@ -92937,7 +94244,7 @@ declare const VCalendarDay: {
|
|
|
92937
94244
|
events: any[];
|
|
92938
94245
|
};
|
|
92939
94246
|
}) => vue.VNode[];
|
|
92940
|
-
|
|
94247
|
+
'interval-title': (arg: {
|
|
92941
94248
|
interval: {
|
|
92942
94249
|
label: string;
|
|
92943
94250
|
start: unknown;
|
|
@@ -92967,7 +94274,7 @@ declare const VCalendarDay: {
|
|
|
92967
94274
|
dayIndex?: number | undefined;
|
|
92968
94275
|
} & {
|
|
92969
94276
|
$children?: {} | vue.VNodeChild | {
|
|
92970
|
-
|
|
94277
|
+
'interval-body'?: ((arg: {
|
|
92971
94278
|
interval: {
|
|
92972
94279
|
label: string;
|
|
92973
94280
|
start: unknown;
|
|
@@ -92975,7 +94282,7 @@ declare const VCalendarDay: {
|
|
|
92975
94282
|
events: any[];
|
|
92976
94283
|
};
|
|
92977
94284
|
}) => vue.VNodeChild) | undefined;
|
|
92978
|
-
|
|
94285
|
+
'interval-event'?: ((arg: {
|
|
92979
94286
|
height: string;
|
|
92980
94287
|
margin: string;
|
|
92981
94288
|
eventClass: string;
|
|
@@ -92987,7 +94294,7 @@ declare const VCalendarDay: {
|
|
|
92987
94294
|
events: any[];
|
|
92988
94295
|
};
|
|
92989
94296
|
}) => vue.VNodeChild) | undefined;
|
|
92990
|
-
|
|
94297
|
+
'interval-title'?: ((arg: {
|
|
92991
94298
|
interval: {
|
|
92992
94299
|
label: string;
|
|
92993
94300
|
start: unknown;
|
|
@@ -92998,7 +94305,7 @@ declare const VCalendarDay: {
|
|
|
92998
94305
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
92999
94306
|
};
|
|
93000
94307
|
'v-slots'?: {
|
|
93001
|
-
|
|
94308
|
+
'interval-body'?: false | ((arg: {
|
|
93002
94309
|
interval: {
|
|
93003
94310
|
label: string;
|
|
93004
94311
|
start: unknown;
|
|
@@ -93006,7 +94313,7 @@ declare const VCalendarDay: {
|
|
|
93006
94313
|
events: any[];
|
|
93007
94314
|
};
|
|
93008
94315
|
}) => vue.VNodeChild) | undefined;
|
|
93009
|
-
|
|
94316
|
+
'interval-event'?: false | ((arg: {
|
|
93010
94317
|
height: string;
|
|
93011
94318
|
margin: string;
|
|
93012
94319
|
eventClass: string;
|
|
@@ -93018,7 +94325,7 @@ declare const VCalendarDay: {
|
|
|
93018
94325
|
events: any[];
|
|
93019
94326
|
};
|
|
93020
94327
|
}) => vue.VNodeChild) | undefined;
|
|
93021
|
-
|
|
94328
|
+
'interval-title'?: false | ((arg: {
|
|
93022
94329
|
interval: {
|
|
93023
94330
|
label: string;
|
|
93024
94331
|
start: unknown;
|
|
@@ -93029,7 +94336,7 @@ declare const VCalendarDay: {
|
|
|
93029
94336
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
93030
94337
|
} | undefined;
|
|
93031
94338
|
} & {
|
|
93032
|
-
"v-slot:
|
|
94339
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
93033
94340
|
interval: {
|
|
93034
94341
|
label: string;
|
|
93035
94342
|
start: unknown;
|
|
@@ -93037,7 +94344,7 @@ declare const VCalendarDay: {
|
|
|
93037
94344
|
events: any[];
|
|
93038
94345
|
};
|
|
93039
94346
|
}) => vue.VNodeChild) | undefined;
|
|
93040
|
-
"v-slot:
|
|
94347
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
93041
94348
|
height: string;
|
|
93042
94349
|
margin: string;
|
|
93043
94350
|
eventClass: string;
|
|
@@ -93049,7 +94356,7 @@ declare const VCalendarDay: {
|
|
|
93049
94356
|
events: any[];
|
|
93050
94357
|
};
|
|
93051
94358
|
}) => vue.VNodeChild) | undefined;
|
|
93052
|
-
"v-slot:
|
|
94359
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
93053
94360
|
interval: {
|
|
93054
94361
|
label: string;
|
|
93055
94362
|
start: unknown;
|
|
@@ -93087,7 +94394,7 @@ declare const VCalendarDay: {
|
|
|
93087
94394
|
dayIndex?: number | undefined;
|
|
93088
94395
|
} & {
|
|
93089
94396
|
$children?: {} | vue.VNodeChild | {
|
|
93090
|
-
|
|
94397
|
+
'interval-body'?: ((arg: {
|
|
93091
94398
|
interval: {
|
|
93092
94399
|
label: string;
|
|
93093
94400
|
start: unknown;
|
|
@@ -93095,7 +94402,7 @@ declare const VCalendarDay: {
|
|
|
93095
94402
|
events: any[];
|
|
93096
94403
|
};
|
|
93097
94404
|
}) => vue.VNodeChild) | undefined;
|
|
93098
|
-
|
|
94405
|
+
'interval-event'?: ((arg: {
|
|
93099
94406
|
height: string;
|
|
93100
94407
|
margin: string;
|
|
93101
94408
|
eventClass: string;
|
|
@@ -93107,7 +94414,7 @@ declare const VCalendarDay: {
|
|
|
93107
94414
|
events: any[];
|
|
93108
94415
|
};
|
|
93109
94416
|
}) => vue.VNodeChild) | undefined;
|
|
93110
|
-
|
|
94417
|
+
'interval-title'?: ((arg: {
|
|
93111
94418
|
interval: {
|
|
93112
94419
|
label: string;
|
|
93113
94420
|
start: unknown;
|
|
@@ -93118,7 +94425,7 @@ declare const VCalendarDay: {
|
|
|
93118
94425
|
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
93119
94426
|
};
|
|
93120
94427
|
'v-slots'?: {
|
|
93121
|
-
|
|
94428
|
+
'interval-body'?: false | ((arg: {
|
|
93122
94429
|
interval: {
|
|
93123
94430
|
label: string;
|
|
93124
94431
|
start: unknown;
|
|
@@ -93126,7 +94433,7 @@ declare const VCalendarDay: {
|
|
|
93126
94433
|
events: any[];
|
|
93127
94434
|
};
|
|
93128
94435
|
}) => vue.VNodeChild) | undefined;
|
|
93129
|
-
|
|
94436
|
+
'interval-event'?: false | ((arg: {
|
|
93130
94437
|
height: string;
|
|
93131
94438
|
margin: string;
|
|
93132
94439
|
eventClass: string;
|
|
@@ -93138,7 +94445,7 @@ declare const VCalendarDay: {
|
|
|
93138
94445
|
events: any[];
|
|
93139
94446
|
};
|
|
93140
94447
|
}) => vue.VNodeChild) | undefined;
|
|
93141
|
-
|
|
94448
|
+
'interval-title'?: false | ((arg: {
|
|
93142
94449
|
interval: {
|
|
93143
94450
|
label: string;
|
|
93144
94451
|
start: unknown;
|
|
@@ -93149,7 +94456,7 @@ declare const VCalendarDay: {
|
|
|
93149
94456
|
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
93150
94457
|
} | undefined;
|
|
93151
94458
|
} & {
|
|
93152
|
-
"v-slot:
|
|
94459
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
93153
94460
|
interval: {
|
|
93154
94461
|
label: string;
|
|
93155
94462
|
start: unknown;
|
|
@@ -93157,7 +94464,7 @@ declare const VCalendarDay: {
|
|
|
93157
94464
|
events: any[];
|
|
93158
94465
|
};
|
|
93159
94466
|
}) => vue.VNodeChild) | undefined;
|
|
93160
|
-
"v-slot:
|
|
94467
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
93161
94468
|
height: string;
|
|
93162
94469
|
margin: string;
|
|
93163
94470
|
eventClass: string;
|
|
@@ -93169,7 +94476,7 @@ declare const VCalendarDay: {
|
|
|
93169
94476
|
events: any[];
|
|
93170
94477
|
};
|
|
93171
94478
|
}) => vue.VNodeChild) | undefined;
|
|
93172
|
-
"v-slot:
|
|
94479
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
93173
94480
|
interval: {
|
|
93174
94481
|
label: string;
|
|
93175
94482
|
start: unknown;
|
|
@@ -93190,7 +94497,7 @@ declare const VCalendarDay: {
|
|
|
93190
94497
|
hideDayHeader: boolean;
|
|
93191
94498
|
intervals: number;
|
|
93192
94499
|
}, {}, string, vue.SlotsType<Partial<{
|
|
93193
|
-
|
|
94500
|
+
'interval-body': (arg: {
|
|
93194
94501
|
interval: {
|
|
93195
94502
|
label: string;
|
|
93196
94503
|
start: unknown;
|
|
@@ -93198,7 +94505,7 @@ declare const VCalendarDay: {
|
|
|
93198
94505
|
events: any[];
|
|
93199
94506
|
};
|
|
93200
94507
|
}) => vue.VNode[];
|
|
93201
|
-
|
|
94508
|
+
'interval-event': (arg: {
|
|
93202
94509
|
height: string;
|
|
93203
94510
|
margin: string;
|
|
93204
94511
|
eventClass: string;
|
|
@@ -93210,7 +94517,7 @@ declare const VCalendarDay: {
|
|
|
93210
94517
|
events: any[];
|
|
93211
94518
|
};
|
|
93212
94519
|
}) => vue.VNode[];
|
|
93213
|
-
|
|
94520
|
+
'interval-title': (arg: {
|
|
93214
94521
|
interval: {
|
|
93215
94522
|
label: string;
|
|
93216
94523
|
start: unknown;
|
|
@@ -93351,7 +94658,7 @@ declare const VCalendar: {
|
|
|
93351
94658
|
dayIndex?: number | undefined;
|
|
93352
94659
|
} & {
|
|
93353
94660
|
$children?: {} | vue.VNodeChild | {
|
|
93354
|
-
|
|
94661
|
+
'interval-body'?: ((arg: {
|
|
93355
94662
|
interval: {
|
|
93356
94663
|
label: string;
|
|
93357
94664
|
start: unknown;
|
|
@@ -93359,7 +94666,7 @@ declare const VCalendar: {
|
|
|
93359
94666
|
events: any[];
|
|
93360
94667
|
};
|
|
93361
94668
|
}) => vue.VNodeChild) | undefined;
|
|
93362
|
-
|
|
94669
|
+
'interval-event'?: ((arg: {
|
|
93363
94670
|
height: string;
|
|
93364
94671
|
margin: string;
|
|
93365
94672
|
eventClass: string;
|
|
@@ -93371,7 +94678,7 @@ declare const VCalendar: {
|
|
|
93371
94678
|
events: any[];
|
|
93372
94679
|
};
|
|
93373
94680
|
}) => vue.VNodeChild) | undefined;
|
|
93374
|
-
|
|
94681
|
+
'interval-title'?: ((arg: {
|
|
93375
94682
|
interval: {
|
|
93376
94683
|
label: string;
|
|
93377
94684
|
start: unknown;
|
|
@@ -93408,7 +94715,7 @@ declare const VCalendar: {
|
|
|
93408
94715
|
}) => vue.VNodeChild) | undefined;
|
|
93409
94716
|
};
|
|
93410
94717
|
'v-slots'?: {
|
|
93411
|
-
|
|
94718
|
+
'interval-body'?: false | ((arg: {
|
|
93412
94719
|
interval: {
|
|
93413
94720
|
label: string;
|
|
93414
94721
|
start: unknown;
|
|
@@ -93416,7 +94723,7 @@ declare const VCalendar: {
|
|
|
93416
94723
|
events: any[];
|
|
93417
94724
|
};
|
|
93418
94725
|
}) => vue.VNodeChild) | undefined;
|
|
93419
|
-
|
|
94726
|
+
'interval-event'?: false | ((arg: {
|
|
93420
94727
|
height: string;
|
|
93421
94728
|
margin: string;
|
|
93422
94729
|
eventClass: string;
|
|
@@ -93428,7 +94735,7 @@ declare const VCalendar: {
|
|
|
93428
94735
|
events: any[];
|
|
93429
94736
|
};
|
|
93430
94737
|
}) => vue.VNodeChild) | undefined;
|
|
93431
|
-
|
|
94738
|
+
'interval-title'?: false | ((arg: {
|
|
93432
94739
|
interval: {
|
|
93433
94740
|
label: string;
|
|
93434
94741
|
start: unknown;
|
|
@@ -93465,7 +94772,7 @@ declare const VCalendar: {
|
|
|
93465
94772
|
}) => vue.VNodeChild) | undefined;
|
|
93466
94773
|
} | undefined;
|
|
93467
94774
|
} & {
|
|
93468
|
-
"v-slot:
|
|
94775
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
93469
94776
|
interval: {
|
|
93470
94777
|
label: string;
|
|
93471
94778
|
start: unknown;
|
|
@@ -93473,7 +94780,7 @@ declare const VCalendar: {
|
|
|
93473
94780
|
events: any[];
|
|
93474
94781
|
};
|
|
93475
94782
|
}) => vue.VNodeChild) | undefined;
|
|
93476
|
-
"v-slot:
|
|
94783
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
93477
94784
|
height: string;
|
|
93478
94785
|
margin: string;
|
|
93479
94786
|
eventClass: string;
|
|
@@ -93485,7 +94792,7 @@ declare const VCalendar: {
|
|
|
93485
94792
|
events: any[];
|
|
93486
94793
|
};
|
|
93487
94794
|
}) => vue.VNodeChild) | undefined;
|
|
93488
|
-
"v-slot:
|
|
94795
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
93489
94796
|
interval: {
|
|
93490
94797
|
label: string;
|
|
93491
94798
|
start: unknown;
|
|
@@ -93555,7 +94862,7 @@ declare const VCalendar: {
|
|
|
93555
94862
|
intervals: number;
|
|
93556
94863
|
hideWeekNumber: boolean;
|
|
93557
94864
|
}, true, {}, vue.SlotsType<Partial<{
|
|
93558
|
-
|
|
94865
|
+
'interval-body': (arg: {
|
|
93559
94866
|
interval: {
|
|
93560
94867
|
label: string;
|
|
93561
94868
|
start: unknown;
|
|
@@ -93563,7 +94870,7 @@ declare const VCalendar: {
|
|
|
93563
94870
|
events: any[];
|
|
93564
94871
|
};
|
|
93565
94872
|
}) => vue.VNode[];
|
|
93566
|
-
|
|
94873
|
+
'interval-event': (arg: {
|
|
93567
94874
|
height: string;
|
|
93568
94875
|
margin: string;
|
|
93569
94876
|
eventClass: string;
|
|
@@ -93575,7 +94882,7 @@ declare const VCalendar: {
|
|
|
93575
94882
|
events: any[];
|
|
93576
94883
|
};
|
|
93577
94884
|
}) => vue.VNode[];
|
|
93578
|
-
|
|
94885
|
+
'interval-title': (arg: {
|
|
93579
94886
|
interval: {
|
|
93580
94887
|
label: string;
|
|
93581
94888
|
start: unknown;
|
|
@@ -93651,7 +94958,7 @@ declare const VCalendar: {
|
|
|
93651
94958
|
dayIndex?: number | undefined;
|
|
93652
94959
|
} & {
|
|
93653
94960
|
$children?: {} | vue.VNodeChild | {
|
|
93654
|
-
|
|
94961
|
+
'interval-body'?: ((arg: {
|
|
93655
94962
|
interval: {
|
|
93656
94963
|
label: string;
|
|
93657
94964
|
start: unknown;
|
|
@@ -93659,7 +94966,7 @@ declare const VCalendar: {
|
|
|
93659
94966
|
events: any[];
|
|
93660
94967
|
};
|
|
93661
94968
|
}) => vue.VNodeChild) | undefined;
|
|
93662
|
-
|
|
94969
|
+
'interval-event'?: ((arg: {
|
|
93663
94970
|
height: string;
|
|
93664
94971
|
margin: string;
|
|
93665
94972
|
eventClass: string;
|
|
@@ -93671,7 +94978,7 @@ declare const VCalendar: {
|
|
|
93671
94978
|
events: any[];
|
|
93672
94979
|
};
|
|
93673
94980
|
}) => vue.VNodeChild) | undefined;
|
|
93674
|
-
|
|
94981
|
+
'interval-title'?: ((arg: {
|
|
93675
94982
|
interval: {
|
|
93676
94983
|
label: string;
|
|
93677
94984
|
start: unknown;
|
|
@@ -93708,7 +95015,7 @@ declare const VCalendar: {
|
|
|
93708
95015
|
}) => vue.VNodeChild) | undefined;
|
|
93709
95016
|
};
|
|
93710
95017
|
'v-slots'?: {
|
|
93711
|
-
|
|
95018
|
+
'interval-body'?: false | ((arg: {
|
|
93712
95019
|
interval: {
|
|
93713
95020
|
label: string;
|
|
93714
95021
|
start: unknown;
|
|
@@ -93716,7 +95023,7 @@ declare const VCalendar: {
|
|
|
93716
95023
|
events: any[];
|
|
93717
95024
|
};
|
|
93718
95025
|
}) => vue.VNodeChild) | undefined;
|
|
93719
|
-
|
|
95026
|
+
'interval-event'?: false | ((arg: {
|
|
93720
95027
|
height: string;
|
|
93721
95028
|
margin: string;
|
|
93722
95029
|
eventClass: string;
|
|
@@ -93728,7 +95035,7 @@ declare const VCalendar: {
|
|
|
93728
95035
|
events: any[];
|
|
93729
95036
|
};
|
|
93730
95037
|
}) => vue.VNodeChild) | undefined;
|
|
93731
|
-
|
|
95038
|
+
'interval-title'?: false | ((arg: {
|
|
93732
95039
|
interval: {
|
|
93733
95040
|
label: string;
|
|
93734
95041
|
start: unknown;
|
|
@@ -93765,7 +95072,7 @@ declare const VCalendar: {
|
|
|
93765
95072
|
}) => vue.VNodeChild) | undefined;
|
|
93766
95073
|
} | undefined;
|
|
93767
95074
|
} & {
|
|
93768
|
-
"v-slot:
|
|
95075
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
93769
95076
|
interval: {
|
|
93770
95077
|
label: string;
|
|
93771
95078
|
start: unknown;
|
|
@@ -93773,7 +95080,7 @@ declare const VCalendar: {
|
|
|
93773
95080
|
events: any[];
|
|
93774
95081
|
};
|
|
93775
95082
|
}) => vue.VNodeChild) | undefined;
|
|
93776
|
-
"v-slot:
|
|
95083
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
93777
95084
|
height: string;
|
|
93778
95085
|
margin: string;
|
|
93779
95086
|
eventClass: string;
|
|
@@ -93785,7 +95092,7 @@ declare const VCalendar: {
|
|
|
93785
95092
|
events: any[];
|
|
93786
95093
|
};
|
|
93787
95094
|
}) => vue.VNodeChild) | undefined;
|
|
93788
|
-
"v-slot:
|
|
95095
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
93789
95096
|
interval: {
|
|
93790
95097
|
label: string;
|
|
93791
95098
|
start: unknown;
|
|
@@ -93887,7 +95194,7 @@ declare const VCalendar: {
|
|
|
93887
95194
|
dayIndex?: number | undefined;
|
|
93888
95195
|
} & {
|
|
93889
95196
|
$children?: {} | vue.VNodeChild | {
|
|
93890
|
-
|
|
95197
|
+
'interval-body'?: ((arg: {
|
|
93891
95198
|
interval: {
|
|
93892
95199
|
label: string;
|
|
93893
95200
|
start: unknown;
|
|
@@ -93895,7 +95202,7 @@ declare const VCalendar: {
|
|
|
93895
95202
|
events: any[];
|
|
93896
95203
|
};
|
|
93897
95204
|
}) => vue.VNodeChild) | undefined;
|
|
93898
|
-
|
|
95205
|
+
'interval-event'?: ((arg: {
|
|
93899
95206
|
height: string;
|
|
93900
95207
|
margin: string;
|
|
93901
95208
|
eventClass: string;
|
|
@@ -93907,7 +95214,7 @@ declare const VCalendar: {
|
|
|
93907
95214
|
events: any[];
|
|
93908
95215
|
};
|
|
93909
95216
|
}) => vue.VNodeChild) | undefined;
|
|
93910
|
-
|
|
95217
|
+
'interval-title'?: ((arg: {
|
|
93911
95218
|
interval: {
|
|
93912
95219
|
label: string;
|
|
93913
95220
|
start: unknown;
|
|
@@ -93944,7 +95251,7 @@ declare const VCalendar: {
|
|
|
93944
95251
|
}) => vue.VNodeChild) | undefined;
|
|
93945
95252
|
};
|
|
93946
95253
|
'v-slots'?: {
|
|
93947
|
-
|
|
95254
|
+
'interval-body'?: false | ((arg: {
|
|
93948
95255
|
interval: {
|
|
93949
95256
|
label: string;
|
|
93950
95257
|
start: unknown;
|
|
@@ -93952,7 +95259,7 @@ declare const VCalendar: {
|
|
|
93952
95259
|
events: any[];
|
|
93953
95260
|
};
|
|
93954
95261
|
}) => vue.VNodeChild) | undefined;
|
|
93955
|
-
|
|
95262
|
+
'interval-event'?: false | ((arg: {
|
|
93956
95263
|
height: string;
|
|
93957
95264
|
margin: string;
|
|
93958
95265
|
eventClass: string;
|
|
@@ -93964,7 +95271,7 @@ declare const VCalendar: {
|
|
|
93964
95271
|
events: any[];
|
|
93965
95272
|
};
|
|
93966
95273
|
}) => vue.VNodeChild) | undefined;
|
|
93967
|
-
|
|
95274
|
+
'interval-title'?: false | ((arg: {
|
|
93968
95275
|
interval: {
|
|
93969
95276
|
label: string;
|
|
93970
95277
|
start: unknown;
|
|
@@ -94001,7 +95308,7 @@ declare const VCalendar: {
|
|
|
94001
95308
|
}) => vue.VNodeChild) | undefined;
|
|
94002
95309
|
} | undefined;
|
|
94003
95310
|
} & {
|
|
94004
|
-
"v-slot:
|
|
95311
|
+
"v-slot:interval-body"?: false | ((arg: {
|
|
94005
95312
|
interval: {
|
|
94006
95313
|
label: string;
|
|
94007
95314
|
start: unknown;
|
|
@@ -94009,7 +95316,7 @@ declare const VCalendar: {
|
|
|
94009
95316
|
events: any[];
|
|
94010
95317
|
};
|
|
94011
95318
|
}) => vue.VNodeChild) | undefined;
|
|
94012
|
-
"v-slot:
|
|
95319
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
94013
95320
|
height: string;
|
|
94014
95321
|
margin: string;
|
|
94015
95322
|
eventClass: string;
|
|
@@ -94021,7 +95328,7 @@ declare const VCalendar: {
|
|
|
94021
95328
|
events: any[];
|
|
94022
95329
|
};
|
|
94023
95330
|
}) => vue.VNodeChild) | undefined;
|
|
94024
|
-
"v-slot:
|
|
95331
|
+
"v-slot:interval-title"?: false | ((arg: {
|
|
94025
95332
|
interval: {
|
|
94026
95333
|
label: string;
|
|
94027
95334
|
start: unknown;
|
|
@@ -94091,7 +95398,7 @@ declare const VCalendar: {
|
|
|
94091
95398
|
intervals: number;
|
|
94092
95399
|
hideWeekNumber: boolean;
|
|
94093
95400
|
}, {}, string, vue.SlotsType<Partial<{
|
|
94094
|
-
|
|
95401
|
+
'interval-body': (arg: {
|
|
94095
95402
|
interval: {
|
|
94096
95403
|
label: string;
|
|
94097
95404
|
start: unknown;
|
|
@@ -94099,7 +95406,7 @@ declare const VCalendar: {
|
|
|
94099
95406
|
events: any[];
|
|
94100
95407
|
};
|
|
94101
95408
|
}) => vue.VNode[];
|
|
94102
|
-
|
|
95409
|
+
'interval-event': (arg: {
|
|
94103
95410
|
height: string;
|
|
94104
95411
|
margin: string;
|
|
94105
95412
|
eventClass: string;
|
|
@@ -94111,7 +95418,7 @@ declare const VCalendar: {
|
|
|
94111
95418
|
events: any[];
|
|
94112
95419
|
};
|
|
94113
95420
|
}) => vue.VNode[];
|
|
94114
|
-
|
|
95421
|
+
'interval-title': (arg: {
|
|
94115
95422
|
interval: {
|
|
94116
95423
|
label: string;
|
|
94117
95424
|
start: unknown;
|
|
@@ -94502,7 +95809,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94502
95809
|
event?: Record<string, any> | undefined;
|
|
94503
95810
|
} & {
|
|
94504
95811
|
$children?: {} | vue.VNodeChild | {
|
|
94505
|
-
|
|
95812
|
+
'interval-event'?: ((arg: {
|
|
94506
95813
|
height: string;
|
|
94507
95814
|
margin: string;
|
|
94508
95815
|
eventClass: string;
|
|
@@ -94511,7 +95818,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94511
95818
|
}) => vue.VNodeChild) | undefined;
|
|
94512
95819
|
};
|
|
94513
95820
|
'v-slots'?: {
|
|
94514
|
-
|
|
95821
|
+
'interval-event'?: false | ((arg: {
|
|
94515
95822
|
height: string;
|
|
94516
95823
|
margin: string;
|
|
94517
95824
|
eventClass: string;
|
|
@@ -94520,7 +95827,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94520
95827
|
}) => vue.VNodeChild) | undefined;
|
|
94521
95828
|
} | undefined;
|
|
94522
95829
|
} & {
|
|
94523
|
-
"v-slot:
|
|
95830
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
94524
95831
|
height: string;
|
|
94525
95832
|
margin: string;
|
|
94526
95833
|
eventClass: string;
|
|
@@ -94530,7 +95837,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94530
95837
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
94531
95838
|
allDay: boolean;
|
|
94532
95839
|
}, true, {}, vue.SlotsType<Partial<{
|
|
94533
|
-
|
|
95840
|
+
'interval-event': (arg: {
|
|
94534
95841
|
height: string;
|
|
94535
95842
|
margin: string;
|
|
94536
95843
|
eventClass: string;
|
|
@@ -94554,7 +95861,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94554
95861
|
event?: Record<string, any> | undefined;
|
|
94555
95862
|
} & {
|
|
94556
95863
|
$children?: {} | vue.VNodeChild | {
|
|
94557
|
-
|
|
95864
|
+
'interval-event'?: ((arg: {
|
|
94558
95865
|
height: string;
|
|
94559
95866
|
margin: string;
|
|
94560
95867
|
eventClass: string;
|
|
@@ -94563,7 +95870,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94563
95870
|
}) => vue.VNodeChild) | undefined;
|
|
94564
95871
|
};
|
|
94565
95872
|
'v-slots'?: {
|
|
94566
|
-
|
|
95873
|
+
'interval-event'?: false | ((arg: {
|
|
94567
95874
|
height: string;
|
|
94568
95875
|
margin: string;
|
|
94569
95876
|
eventClass: string;
|
|
@@ -94572,7 +95879,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94572
95879
|
}) => vue.VNodeChild) | undefined;
|
|
94573
95880
|
} | undefined;
|
|
94574
95881
|
} & {
|
|
94575
|
-
"v-slot:
|
|
95882
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
94576
95883
|
height: string;
|
|
94577
95884
|
margin: string;
|
|
94578
95885
|
eventClass: string;
|
|
@@ -94595,7 +95902,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94595
95902
|
event?: Record<string, any> | undefined;
|
|
94596
95903
|
} & {
|
|
94597
95904
|
$children?: {} | vue.VNodeChild | {
|
|
94598
|
-
|
|
95905
|
+
'interval-event'?: ((arg: {
|
|
94599
95906
|
height: string;
|
|
94600
95907
|
margin: string;
|
|
94601
95908
|
eventClass: string;
|
|
@@ -94604,7 +95911,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94604
95911
|
}) => vue.VNodeChild) | undefined;
|
|
94605
95912
|
};
|
|
94606
95913
|
'v-slots'?: {
|
|
94607
|
-
|
|
95914
|
+
'interval-event'?: false | ((arg: {
|
|
94608
95915
|
height: string;
|
|
94609
95916
|
margin: string;
|
|
94610
95917
|
eventClass: string;
|
|
@@ -94613,7 +95920,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94613
95920
|
}) => vue.VNodeChild) | undefined;
|
|
94614
95921
|
} | undefined;
|
|
94615
95922
|
} & {
|
|
94616
|
-
"v-slot:
|
|
95923
|
+
"v-slot:interval-event"?: false | ((arg: {
|
|
94617
95924
|
height: string;
|
|
94618
95925
|
margin: string;
|
|
94619
95926
|
eventClass: string;
|
|
@@ -94623,7 +95930,7 @@ declare const VCalendarIntervalEvent: {
|
|
|
94623
95930
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
94624
95931
|
allDay: boolean;
|
|
94625
95932
|
}, {}, string, vue.SlotsType<Partial<{
|
|
94626
|
-
|
|
95933
|
+
'interval-event': (arg: {
|
|
94627
95934
|
height: string;
|
|
94628
95935
|
margin: string;
|
|
94629
95936
|
eventClass: string;
|
|
@@ -94676,60 +95983,60 @@ declare const VCalendarMonthDay: {
|
|
|
94676
95983
|
events?: any[] | undefined;
|
|
94677
95984
|
} & {
|
|
94678
95985
|
$children?: {} | vue.VNodeChild | {
|
|
94679
|
-
|
|
95986
|
+
'day-body'?: ((arg: {
|
|
94680
95987
|
day?: CalendarDay;
|
|
94681
95988
|
events?: Array<any>;
|
|
94682
95989
|
}) => vue.VNodeChild) | undefined;
|
|
94683
|
-
|
|
95990
|
+
'day-event'?: ((arg: {
|
|
94684
95991
|
day?: CalendarDay;
|
|
94685
95992
|
allDay: boolean;
|
|
94686
95993
|
event: Record<string, unknown>;
|
|
94687
95994
|
}) => vue.VNodeChild) | undefined;
|
|
94688
|
-
|
|
95995
|
+
'day-title'?: ((arg: {
|
|
94689
95996
|
title?: number | string;
|
|
94690
95997
|
}) => vue.VNodeChild) | undefined;
|
|
94691
95998
|
};
|
|
94692
95999
|
'v-slots'?: {
|
|
94693
|
-
|
|
96000
|
+
'day-body'?: false | ((arg: {
|
|
94694
96001
|
day?: CalendarDay;
|
|
94695
96002
|
events?: Array<any>;
|
|
94696
96003
|
}) => vue.VNodeChild) | undefined;
|
|
94697
|
-
|
|
96004
|
+
'day-event'?: false | ((arg: {
|
|
94698
96005
|
day?: CalendarDay;
|
|
94699
96006
|
allDay: boolean;
|
|
94700
96007
|
event: Record<string, unknown>;
|
|
94701
96008
|
}) => vue.VNodeChild) | undefined;
|
|
94702
|
-
|
|
96009
|
+
'day-title'?: false | ((arg: {
|
|
94703
96010
|
title?: number | string;
|
|
94704
96011
|
}) => vue.VNodeChild) | undefined;
|
|
94705
96012
|
} | undefined;
|
|
94706
96013
|
} & {
|
|
94707
|
-
"v-slot:
|
|
96014
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
94708
96015
|
day?: CalendarDay;
|
|
94709
96016
|
events?: Array<any>;
|
|
94710
96017
|
}) => vue.VNodeChild) | undefined;
|
|
94711
|
-
"v-slot:
|
|
96018
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
94712
96019
|
day?: CalendarDay;
|
|
94713
96020
|
allDay: boolean;
|
|
94714
96021
|
event: Record<string, unknown>;
|
|
94715
96022
|
}) => vue.VNodeChild) | undefined;
|
|
94716
|
-
"v-slot:
|
|
96023
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
94717
96024
|
title?: number | string;
|
|
94718
96025
|
}) => vue.VNodeChild) | undefined;
|
|
94719
96026
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
94720
96027
|
active: boolean;
|
|
94721
96028
|
disabled: boolean;
|
|
94722
96029
|
}, true, {}, vue.SlotsType<Partial<{
|
|
94723
|
-
|
|
96030
|
+
'day-body': (arg: {
|
|
94724
96031
|
day?: CalendarDay;
|
|
94725
96032
|
events?: Array<any>;
|
|
94726
96033
|
}) => vue.VNode[];
|
|
94727
|
-
|
|
96034
|
+
'day-event': (arg: {
|
|
94728
96035
|
day?: CalendarDay;
|
|
94729
96036
|
allDay: boolean;
|
|
94730
96037
|
event: Record<string, unknown>;
|
|
94731
96038
|
}) => vue.VNode[];
|
|
94732
|
-
|
|
96039
|
+
'day-title': (arg: {
|
|
94733
96040
|
title?: number | string;
|
|
94734
96041
|
}) => vue.VNode[];
|
|
94735
96042
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -94749,44 +96056,44 @@ declare const VCalendarMonthDay: {
|
|
|
94749
96056
|
events?: any[] | undefined;
|
|
94750
96057
|
} & {
|
|
94751
96058
|
$children?: {} | vue.VNodeChild | {
|
|
94752
|
-
|
|
96059
|
+
'day-body'?: ((arg: {
|
|
94753
96060
|
day?: CalendarDay;
|
|
94754
96061
|
events?: Array<any>;
|
|
94755
96062
|
}) => vue.VNodeChild) | undefined;
|
|
94756
|
-
|
|
96063
|
+
'day-event'?: ((arg: {
|
|
94757
96064
|
day?: CalendarDay;
|
|
94758
96065
|
allDay: boolean;
|
|
94759
96066
|
event: Record<string, unknown>;
|
|
94760
96067
|
}) => vue.VNodeChild) | undefined;
|
|
94761
|
-
|
|
96068
|
+
'day-title'?: ((arg: {
|
|
94762
96069
|
title?: number | string;
|
|
94763
96070
|
}) => vue.VNodeChild) | undefined;
|
|
94764
96071
|
};
|
|
94765
96072
|
'v-slots'?: {
|
|
94766
|
-
|
|
96073
|
+
'day-body'?: false | ((arg: {
|
|
94767
96074
|
day?: CalendarDay;
|
|
94768
96075
|
events?: Array<any>;
|
|
94769
96076
|
}) => vue.VNodeChild) | undefined;
|
|
94770
|
-
|
|
96077
|
+
'day-event'?: false | ((arg: {
|
|
94771
96078
|
day?: CalendarDay;
|
|
94772
96079
|
allDay: boolean;
|
|
94773
96080
|
event: Record<string, unknown>;
|
|
94774
96081
|
}) => vue.VNodeChild) | undefined;
|
|
94775
|
-
|
|
96082
|
+
'day-title'?: false | ((arg: {
|
|
94776
96083
|
title?: number | string;
|
|
94777
96084
|
}) => vue.VNodeChild) | undefined;
|
|
94778
96085
|
} | undefined;
|
|
94779
96086
|
} & {
|
|
94780
|
-
"v-slot:
|
|
96087
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
94781
96088
|
day?: CalendarDay;
|
|
94782
96089
|
events?: Array<any>;
|
|
94783
96090
|
}) => vue.VNodeChild) | undefined;
|
|
94784
|
-
"v-slot:
|
|
96091
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
94785
96092
|
day?: CalendarDay;
|
|
94786
96093
|
allDay: boolean;
|
|
94787
96094
|
event: Record<string, unknown>;
|
|
94788
96095
|
}) => vue.VNodeChild) | undefined;
|
|
94789
|
-
"v-slot:
|
|
96096
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
94790
96097
|
title?: number | string;
|
|
94791
96098
|
}) => vue.VNodeChild) | undefined;
|
|
94792
96099
|
}, {}, {}, {}, {}, {
|
|
@@ -94806,60 +96113,60 @@ declare const VCalendarMonthDay: {
|
|
|
94806
96113
|
events?: any[] | undefined;
|
|
94807
96114
|
} & {
|
|
94808
96115
|
$children?: {} | vue.VNodeChild | {
|
|
94809
|
-
|
|
96116
|
+
'day-body'?: ((arg: {
|
|
94810
96117
|
day?: CalendarDay;
|
|
94811
96118
|
events?: Array<any>;
|
|
94812
96119
|
}) => vue.VNodeChild) | undefined;
|
|
94813
|
-
|
|
96120
|
+
'day-event'?: ((arg: {
|
|
94814
96121
|
day?: CalendarDay;
|
|
94815
96122
|
allDay: boolean;
|
|
94816
96123
|
event: Record<string, unknown>;
|
|
94817
96124
|
}) => vue.VNodeChild) | undefined;
|
|
94818
|
-
|
|
96125
|
+
'day-title'?: ((arg: {
|
|
94819
96126
|
title?: number | string;
|
|
94820
96127
|
}) => vue.VNodeChild) | undefined;
|
|
94821
96128
|
};
|
|
94822
96129
|
'v-slots'?: {
|
|
94823
|
-
|
|
96130
|
+
'day-body'?: false | ((arg: {
|
|
94824
96131
|
day?: CalendarDay;
|
|
94825
96132
|
events?: Array<any>;
|
|
94826
96133
|
}) => vue.VNodeChild) | undefined;
|
|
94827
|
-
|
|
96134
|
+
'day-event'?: false | ((arg: {
|
|
94828
96135
|
day?: CalendarDay;
|
|
94829
96136
|
allDay: boolean;
|
|
94830
96137
|
event: Record<string, unknown>;
|
|
94831
96138
|
}) => vue.VNodeChild) | undefined;
|
|
94832
|
-
|
|
96139
|
+
'day-title'?: false | ((arg: {
|
|
94833
96140
|
title?: number | string;
|
|
94834
96141
|
}) => vue.VNodeChild) | undefined;
|
|
94835
96142
|
} | undefined;
|
|
94836
96143
|
} & {
|
|
94837
|
-
"v-slot:
|
|
96144
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
94838
96145
|
day?: CalendarDay;
|
|
94839
96146
|
events?: Array<any>;
|
|
94840
96147
|
}) => vue.VNodeChild) | undefined;
|
|
94841
|
-
"v-slot:
|
|
96148
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
94842
96149
|
day?: CalendarDay;
|
|
94843
96150
|
allDay: boolean;
|
|
94844
96151
|
event: Record<string, unknown>;
|
|
94845
96152
|
}) => vue.VNodeChild) | undefined;
|
|
94846
|
-
"v-slot:
|
|
96153
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
94847
96154
|
title?: number | string;
|
|
94848
96155
|
}) => vue.VNodeChild) | undefined;
|
|
94849
96156
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
94850
96157
|
active: boolean;
|
|
94851
96158
|
disabled: boolean;
|
|
94852
96159
|
}, {}, string, vue.SlotsType<Partial<{
|
|
94853
|
-
|
|
96160
|
+
'day-body': (arg: {
|
|
94854
96161
|
day?: CalendarDay;
|
|
94855
96162
|
events?: Array<any>;
|
|
94856
96163
|
}) => vue.VNode[];
|
|
94857
|
-
|
|
96164
|
+
'day-event': (arg: {
|
|
94858
96165
|
day?: CalendarDay;
|
|
94859
96166
|
allDay: boolean;
|
|
94860
96167
|
event: Record<string, unknown>;
|
|
94861
96168
|
}) => vue.VNode[];
|
|
94862
|
-
|
|
96169
|
+
'day-title': (arg: {
|
|
94863
96170
|
title?: number | string;
|
|
94864
96171
|
}) => vue.VNode[];
|
|
94865
96172
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -112160,6 +113467,231 @@ declare const VPullToRefresh: {
|
|
|
112160
113467
|
}>>;
|
|
112161
113468
|
type VPullToRefresh = InstanceType<typeof VPullToRefresh>;
|
|
112162
113469
|
|
|
113470
|
+
type DisplayMode = 'icon' | 'symbol' | 'text';
|
|
113471
|
+
type HotkeyVariant = 'elevated' | 'flat' | 'tonal' | 'outlined' | 'text' | 'plain' | 'contained';
|
|
113472
|
+
type KeyConfig = {
|
|
113473
|
+
symbol?: string;
|
|
113474
|
+
icon?: string;
|
|
113475
|
+
text: string;
|
|
113476
|
+
};
|
|
113477
|
+
type PlatformKeyConfig = {
|
|
113478
|
+
mac?: KeyConfig;
|
|
113479
|
+
default: KeyConfig;
|
|
113480
|
+
};
|
|
113481
|
+
type KeyMapConfig = Record<string, PlatformKeyConfig>;
|
|
113482
|
+
declare const VHotkey: {
|
|
113483
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
113484
|
+
variant: HotkeyVariant;
|
|
113485
|
+
platform: "auto" | "pc" | "mac";
|
|
113486
|
+
inline: boolean;
|
|
113487
|
+
style: vue.StyleValue;
|
|
113488
|
+
disabled: boolean;
|
|
113489
|
+
tile: boolean;
|
|
113490
|
+
displayMode: DisplayMode;
|
|
113491
|
+
keyMap: KeyMapConfig;
|
|
113492
|
+
} & {
|
|
113493
|
+
keys?: string | undefined;
|
|
113494
|
+
border?: string | number | boolean | undefined;
|
|
113495
|
+
color?: string | undefined;
|
|
113496
|
+
prefix?: string | undefined;
|
|
113497
|
+
class?: any;
|
|
113498
|
+
theme?: string | undefined;
|
|
113499
|
+
elevation?: string | number | undefined;
|
|
113500
|
+
rounded?: string | number | boolean | undefined;
|
|
113501
|
+
suffix?: string | undefined;
|
|
113502
|
+
} & {
|
|
113503
|
+
$children?: vue.VNodeChild | {
|
|
113504
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
113505
|
+
} | (() => vue.VNodeChild);
|
|
113506
|
+
'v-slots'?: {
|
|
113507
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
113508
|
+
} | undefined;
|
|
113509
|
+
} & {
|
|
113510
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
113511
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
113512
|
+
variant: HotkeyVariant;
|
|
113513
|
+
platform: "auto" | "pc" | "mac";
|
|
113514
|
+
inline: boolean;
|
|
113515
|
+
style: vue.StyleValue;
|
|
113516
|
+
disabled: boolean;
|
|
113517
|
+
rounded: string | number | boolean;
|
|
113518
|
+
tile: boolean;
|
|
113519
|
+
displayMode: DisplayMode;
|
|
113520
|
+
keyMap: KeyMapConfig;
|
|
113521
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
113522
|
+
default: () => vue.VNode[];
|
|
113523
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
113524
|
+
P: {};
|
|
113525
|
+
B: {};
|
|
113526
|
+
D: {};
|
|
113527
|
+
C: {};
|
|
113528
|
+
M: {};
|
|
113529
|
+
Defaults: {};
|
|
113530
|
+
}, {
|
|
113531
|
+
variant: HotkeyVariant;
|
|
113532
|
+
platform: "auto" | "pc" | "mac";
|
|
113533
|
+
inline: boolean;
|
|
113534
|
+
style: vue.StyleValue;
|
|
113535
|
+
disabled: boolean;
|
|
113536
|
+
tile: boolean;
|
|
113537
|
+
displayMode: DisplayMode;
|
|
113538
|
+
keyMap: KeyMapConfig;
|
|
113539
|
+
} & {
|
|
113540
|
+
keys?: string | undefined;
|
|
113541
|
+
border?: string | number | boolean | undefined;
|
|
113542
|
+
color?: string | undefined;
|
|
113543
|
+
prefix?: string | undefined;
|
|
113544
|
+
class?: any;
|
|
113545
|
+
theme?: string | undefined;
|
|
113546
|
+
elevation?: string | number | undefined;
|
|
113547
|
+
rounded?: string | number | boolean | undefined;
|
|
113548
|
+
suffix?: string | undefined;
|
|
113549
|
+
} & {
|
|
113550
|
+
$children?: vue.VNodeChild | {
|
|
113551
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
113552
|
+
} | (() => vue.VNodeChild);
|
|
113553
|
+
'v-slots'?: {
|
|
113554
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
113555
|
+
} | undefined;
|
|
113556
|
+
} & {
|
|
113557
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
113558
|
+
}, {}, {}, {}, {}, {
|
|
113559
|
+
variant: HotkeyVariant;
|
|
113560
|
+
platform: "auto" | "pc" | "mac";
|
|
113561
|
+
inline: boolean;
|
|
113562
|
+
style: vue.StyleValue;
|
|
113563
|
+
disabled: boolean;
|
|
113564
|
+
rounded: string | number | boolean;
|
|
113565
|
+
tile: boolean;
|
|
113566
|
+
displayMode: DisplayMode;
|
|
113567
|
+
keyMap: KeyMapConfig;
|
|
113568
|
+
}>;
|
|
113569
|
+
__isFragment?: never;
|
|
113570
|
+
__isTeleport?: never;
|
|
113571
|
+
__isSuspense?: never;
|
|
113572
|
+
} & vue.ComponentOptionsBase<{
|
|
113573
|
+
variant: HotkeyVariant;
|
|
113574
|
+
platform: "auto" | "pc" | "mac";
|
|
113575
|
+
inline: boolean;
|
|
113576
|
+
style: vue.StyleValue;
|
|
113577
|
+
disabled: boolean;
|
|
113578
|
+
tile: boolean;
|
|
113579
|
+
displayMode: DisplayMode;
|
|
113580
|
+
keyMap: KeyMapConfig;
|
|
113581
|
+
} & {
|
|
113582
|
+
keys?: string | undefined;
|
|
113583
|
+
border?: string | number | boolean | undefined;
|
|
113584
|
+
color?: string | undefined;
|
|
113585
|
+
prefix?: string | undefined;
|
|
113586
|
+
class?: any;
|
|
113587
|
+
theme?: string | undefined;
|
|
113588
|
+
elevation?: string | number | undefined;
|
|
113589
|
+
rounded?: string | number | boolean | undefined;
|
|
113590
|
+
suffix?: string | undefined;
|
|
113591
|
+
} & {
|
|
113592
|
+
$children?: vue.VNodeChild | {
|
|
113593
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
113594
|
+
} | (() => vue.VNodeChild);
|
|
113595
|
+
'v-slots'?: {
|
|
113596
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
113597
|
+
} | undefined;
|
|
113598
|
+
} & {
|
|
113599
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
113600
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
113601
|
+
variant: HotkeyVariant;
|
|
113602
|
+
platform: "auto" | "pc" | "mac";
|
|
113603
|
+
inline: boolean;
|
|
113604
|
+
style: vue.StyleValue;
|
|
113605
|
+
disabled: boolean;
|
|
113606
|
+
rounded: string | number | boolean;
|
|
113607
|
+
tile: boolean;
|
|
113608
|
+
displayMode: DisplayMode;
|
|
113609
|
+
keyMap: KeyMapConfig;
|
|
113610
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
113611
|
+
default: () => vue.VNode[];
|
|
113612
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
113613
|
+
color: StringConstructor;
|
|
113614
|
+
variant: {
|
|
113615
|
+
type: PropType<HotkeyVariant>;
|
|
113616
|
+
default: "elevated";
|
|
113617
|
+
validator: (v: any) => boolean;
|
|
113618
|
+
};
|
|
113619
|
+
elevation: {
|
|
113620
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
113621
|
+
validator(v: any): boolean;
|
|
113622
|
+
};
|
|
113623
|
+
rounded: {
|
|
113624
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
113625
|
+
default: undefined;
|
|
113626
|
+
};
|
|
113627
|
+
tile: BooleanConstructor;
|
|
113628
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
113629
|
+
theme: StringConstructor;
|
|
113630
|
+
class: PropType<ClassValue>;
|
|
113631
|
+
style: {
|
|
113632
|
+
type: PropType<vue.StyleValue>;
|
|
113633
|
+
default: null;
|
|
113634
|
+
};
|
|
113635
|
+
keys: StringConstructor;
|
|
113636
|
+
displayMode: {
|
|
113637
|
+
type: PropType<DisplayMode>;
|
|
113638
|
+
default: string;
|
|
113639
|
+
};
|
|
113640
|
+
keyMap: {
|
|
113641
|
+
type: PropType<KeyMapConfig>;
|
|
113642
|
+
default: () => KeyMapConfig;
|
|
113643
|
+
};
|
|
113644
|
+
platform: {
|
|
113645
|
+
type: PropType<"auto" | "pc" | "mac">;
|
|
113646
|
+
default: string;
|
|
113647
|
+
};
|
|
113648
|
+
inline: BooleanConstructor;
|
|
113649
|
+
disabled: BooleanConstructor;
|
|
113650
|
+
prefix: StringConstructor;
|
|
113651
|
+
suffix: StringConstructor;
|
|
113652
|
+
}, vue.ExtractPropTypes<{
|
|
113653
|
+
color: StringConstructor;
|
|
113654
|
+
variant: {
|
|
113655
|
+
type: PropType<HotkeyVariant>;
|
|
113656
|
+
default: "elevated";
|
|
113657
|
+
validator: (v: any) => boolean;
|
|
113658
|
+
};
|
|
113659
|
+
elevation: {
|
|
113660
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
113661
|
+
validator(v: any): boolean;
|
|
113662
|
+
};
|
|
113663
|
+
rounded: {
|
|
113664
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
113665
|
+
default: undefined;
|
|
113666
|
+
};
|
|
113667
|
+
tile: BooleanConstructor;
|
|
113668
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
113669
|
+
theme: StringConstructor;
|
|
113670
|
+
class: PropType<ClassValue>;
|
|
113671
|
+
style: {
|
|
113672
|
+
type: PropType<vue.StyleValue>;
|
|
113673
|
+
default: null;
|
|
113674
|
+
};
|
|
113675
|
+
keys: StringConstructor;
|
|
113676
|
+
displayMode: {
|
|
113677
|
+
type: PropType<DisplayMode>;
|
|
113678
|
+
default: string;
|
|
113679
|
+
};
|
|
113680
|
+
keyMap: {
|
|
113681
|
+
type: PropType<KeyMapConfig>;
|
|
113682
|
+
default: () => KeyMapConfig;
|
|
113683
|
+
};
|
|
113684
|
+
platform: {
|
|
113685
|
+
type: PropType<"auto" | "pc" | "mac">;
|
|
113686
|
+
default: string;
|
|
113687
|
+
};
|
|
113688
|
+
inline: BooleanConstructor;
|
|
113689
|
+
disabled: BooleanConstructor;
|
|
113690
|
+
prefix: StringConstructor;
|
|
113691
|
+
suffix: StringConstructor;
|
|
113692
|
+
}>>;
|
|
113693
|
+
type VHotkey = InstanceType<typeof VHotkey>;
|
|
113694
|
+
|
|
112163
113695
|
declare const allComponents_d_VAlert: typeof VAlert;
|
|
112164
113696
|
declare const allComponents_d_VAlertTitle: typeof VAlertTitle;
|
|
112165
113697
|
declare const allComponents_d_VApp: typeof VApp;
|
|
@@ -112246,6 +113778,7 @@ declare const allComponents_d_VFileUpload: typeof VFileUpload;
|
|
|
112246
113778
|
declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
|
|
112247
113779
|
declare const allComponents_d_VFooter: typeof VFooter;
|
|
112248
113780
|
declare const allComponents_d_VForm: typeof VForm;
|
|
113781
|
+
declare const allComponents_d_VHotkey: typeof VHotkey;
|
|
112249
113782
|
declare const allComponents_d_VHover: typeof VHover;
|
|
112250
113783
|
declare const allComponents_d_VIcon: typeof VIcon;
|
|
112251
113784
|
declare const allComponents_d_VIconBtn: typeof VIconBtn;
|
|
@@ -112351,7 +113884,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
|
112351
113884
|
declare const allComponents_d_VWindow: typeof VWindow;
|
|
112352
113885
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
|
112353
113886
|
declare namespace allComponents_d {
|
|
112354
|
-
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 };
|
|
113887
|
+
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 };
|
|
112355
113888
|
}
|
|
112356
113889
|
|
|
112357
113890
|
declare const md1: Blueprint;
|
|
@@ -112577,7 +114110,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
112577
114110
|
goTo: GoToInstance;
|
|
112578
114111
|
};
|
|
112579
114112
|
|
|
112580
|
-
export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
|
114113
|
+
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 };
|
|
112581
114114
|
|
|
112582
114115
|
/* eslint-disable local-rules/sort-imports */
|
|
112583
114116
|
|
|
@@ -112614,70 +114147,78 @@ declare module 'vue' {
|
|
|
112614
114147
|
$children?: VNodeChild
|
|
112615
114148
|
}
|
|
112616
114149
|
export interface GlobalComponents {
|
|
114150
|
+
VApp: VApp
|
|
112617
114151
|
VAppBar: VAppBar
|
|
112618
114152
|
VAppBarNavIcon: VAppBarNavIcon
|
|
112619
114153
|
VAppBarTitle: VAppBarTitle
|
|
112620
|
-
VApp: VApp
|
|
112621
114154
|
VAlert: VAlert
|
|
112622
114155
|
VAlertTitle: VAlertTitle
|
|
114156
|
+
VBottomNavigation: VBottomNavigation
|
|
112623
114157
|
VAvatar: VAvatar
|
|
112624
114158
|
VBadge: VBadge
|
|
112625
|
-
|
|
114159
|
+
VBanner: VBanner
|
|
114160
|
+
VBannerActions: VBannerActions
|
|
114161
|
+
VBannerText: VBannerText
|
|
112626
114162
|
VAutocomplete: VAutocomplete
|
|
114163
|
+
VBottomSheet: VBottomSheet
|
|
114164
|
+
VBtn: VBtn
|
|
114165
|
+
VBtnGroup: VBtnGroup
|
|
114166
|
+
VBtnToggle: VBtnToggle
|
|
112627
114167
|
VBreadcrumbs: VBreadcrumbs
|
|
112628
114168
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
112629
114169
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
112630
|
-
|
|
112631
|
-
|
|
112632
|
-
VBottomSheet: VBottomSheet
|
|
114170
|
+
VCarousel: VCarousel
|
|
114171
|
+
VCarouselItem: VCarouselItem
|
|
112633
114172
|
VCard: VCard
|
|
112634
114173
|
VCardActions: VCardActions
|
|
112635
114174
|
VCardItem: VCardItem
|
|
112636
114175
|
VCardSubtitle: VCardSubtitle
|
|
112637
114176
|
VCardText: VCardText
|
|
112638
114177
|
VCardTitle: VCardTitle
|
|
112639
|
-
|
|
112640
|
-
|
|
112641
|
-
|
|
114178
|
+
VCode: VCode
|
|
114179
|
+
VChip: VChip
|
|
114180
|
+
VCombobox: VCombobox
|
|
114181
|
+
VColorPicker: VColorPicker
|
|
114182
|
+
VChipGroup: VChipGroup
|
|
112642
114183
|
VCheckbox: VCheckbox
|
|
112643
114184
|
VCheckboxBtn: VCheckboxBtn
|
|
112644
114185
|
VCounter: VCounter
|
|
112645
|
-
|
|
112646
|
-
|
|
112647
|
-
|
|
114186
|
+
VDataTable: VDataTable
|
|
114187
|
+
VDataTableHeaders: VDataTableHeaders
|
|
114188
|
+
VDataTableFooter: VDataTableFooter
|
|
114189
|
+
VDataTableRows: VDataTableRows
|
|
114190
|
+
VDataTableRow: VDataTableRow
|
|
114191
|
+
VDataTableVirtual: VDataTableVirtual
|
|
114192
|
+
VDataTableServer: VDataTableServer
|
|
112648
114193
|
VDatePicker: VDatePicker
|
|
112649
114194
|
VDatePickerControls: VDatePickerControls
|
|
112650
114195
|
VDatePickerHeader: VDatePickerHeader
|
|
112651
114196
|
VDatePickerMonth: VDatePickerMonth
|
|
112652
114197
|
VDatePickerMonths: VDatePickerMonths
|
|
112653
114198
|
VDatePickerYears: VDatePickerYears
|
|
112654
|
-
|
|
112655
|
-
VCombobox: VCombobox
|
|
112656
|
-
VDivider: VDivider
|
|
112657
|
-
VDialog: VDialog
|
|
112658
|
-
VField: VField
|
|
112659
|
-
VFieldLabel: VFieldLabel
|
|
114199
|
+
VEmptyState: VEmptyState
|
|
112660
114200
|
VExpansionPanels: VExpansionPanels
|
|
112661
114201
|
VExpansionPanel: VExpansionPanel
|
|
112662
114202
|
VExpansionPanelText: VExpansionPanelText
|
|
112663
114203
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
112664
|
-
|
|
112665
|
-
|
|
114204
|
+
VDialog: VDialog
|
|
114205
|
+
VDivider: VDivider
|
|
114206
|
+
VField: VField
|
|
114207
|
+
VFieldLabel: VFieldLabel
|
|
112666
114208
|
VFooter: VFooter
|
|
112667
|
-
|
|
114209
|
+
VFileInput: VFileInput
|
|
114210
|
+
VFab: VFab
|
|
112668
114211
|
VIcon: VIcon
|
|
112669
114212
|
VComponentIcon: VComponentIcon
|
|
112670
114213
|
VSvgIcon: VSvgIcon
|
|
112671
114214
|
VLigatureIcon: VLigatureIcon
|
|
112672
114215
|
VClassIcon: VClassIcon
|
|
112673
|
-
VInfiniteScroll: VInfiniteScroll
|
|
112674
114216
|
VImg: VImg
|
|
112675
114217
|
VItemGroup: VItemGroup
|
|
112676
114218
|
VItem: VItem
|
|
114219
|
+
VInfiniteScroll: VInfiniteScroll
|
|
112677
114220
|
VInput: VInput
|
|
112678
|
-
VLabel: VLabel
|
|
112679
114221
|
VKbd: VKbd
|
|
112680
|
-
VMenu: VMenu
|
|
112681
114222
|
VList: VList
|
|
112682
114223
|
VListGroup: VListGroup
|
|
112683
114224
|
VListImg: VListImg
|
|
@@ -112687,89 +114228,77 @@ declare module 'vue' {
|
|
|
112687
114228
|
VListItemSubtitle: VListItemSubtitle
|
|
112688
114229
|
VListItemTitle: VListItemTitle
|
|
112689
114230
|
VListSubheader: VListSubheader
|
|
114231
|
+
VLabel: VLabel
|
|
114232
|
+
VMenu: VMenu
|
|
112690
114233
|
VMain: VMain
|
|
114234
|
+
VMessages: VMessages
|
|
112691
114235
|
VNumberInput: VNumberInput
|
|
112692
114236
|
VNavigationDrawer: VNavigationDrawer
|
|
112693
|
-
VMessages: VMessages
|
|
112694
|
-
VPagination: VPagination
|
|
112695
|
-
VOverlay: VOverlay
|
|
112696
114237
|
VOtpInput: VOtpInput
|
|
112697
|
-
VProgressLinear: VProgressLinear
|
|
112698
114238
|
VProgressCircular: VProgressCircular
|
|
114239
|
+
VPagination: VPagination
|
|
114240
|
+
VProgressLinear: VProgressLinear
|
|
112699
114241
|
VRadioGroup: VRadioGroup
|
|
112700
114242
|
VRating: VRating
|
|
112701
|
-
VSelectionControl: VSelectionControl
|
|
112702
114243
|
VSelect: VSelect
|
|
112703
|
-
|
|
114244
|
+
VSelectionControl: VSelectionControl
|
|
112704
114245
|
VSkeletonLoader: VSkeletonLoader
|
|
114246
|
+
VSheet: VSheet
|
|
114247
|
+
VSlider: VSlider
|
|
112705
114248
|
VSlideGroup: VSlideGroup
|
|
112706
114249
|
VSlideGroupItem: VSlideGroupItem
|
|
112707
|
-
VSnackbar: VSnackbar
|
|
112708
|
-
VSheet: VSheet
|
|
112709
114250
|
VSelectionControlGroup: VSelectionControlGroup
|
|
114251
|
+
VSnackbar: VSnackbar
|
|
114252
|
+
VSwitch: VSwitch
|
|
112710
114253
|
VStepper: VStepper
|
|
112711
114254
|
VStepperActions: VStepperActions
|
|
112712
114255
|
VStepperHeader: VStepperHeader
|
|
112713
114256
|
VStepperItem: VStepperItem
|
|
112714
114257
|
VStepperWindow: VStepperWindow
|
|
112715
114258
|
VStepperWindowItem: VStepperWindowItem
|
|
112716
|
-
VSwitch: VSwitch
|
|
112717
|
-
VSystemBar: VSystemBar
|
|
112718
|
-
VTable: VTable
|
|
112719
114259
|
VTab: VTab
|
|
112720
114260
|
VTabs: VTabs
|
|
112721
114261
|
VTabsWindow: VTabsWindow
|
|
112722
114262
|
VTabsWindowItem: VTabsWindowItem
|
|
112723
|
-
VTextarea: VTextarea
|
|
112724
114263
|
VTextField: VTextField
|
|
112725
|
-
|
|
112726
|
-
|
|
112727
|
-
VToolbarItems: VToolbarItems
|
|
114264
|
+
VSystemBar: VSystemBar
|
|
114265
|
+
VTable: VTable
|
|
112728
114266
|
VTimeline: VTimeline
|
|
112729
114267
|
VTimelineItem: VTimelineItem
|
|
112730
|
-
|
|
114268
|
+
VTextarea: VTextarea
|
|
112731
114269
|
VTimePicker: VTimePicker
|
|
112732
114270
|
VTimePickerClock: VTimePickerClock
|
|
112733
114271
|
VTimePickerControls: VTimePickerControls
|
|
112734
|
-
VTreeview: VTreeview
|
|
112735
|
-
VTreeviewItem: VTreeviewItem
|
|
112736
|
-
VTreeviewGroup: VTreeviewGroup
|
|
112737
114272
|
VWindow: VWindow
|
|
112738
114273
|
VWindowItem: VWindowItem
|
|
114274
|
+
VToolbar: VToolbar
|
|
114275
|
+
VToolbarTitle: VToolbarTitle
|
|
114276
|
+
VToolbarItems: VToolbarItems
|
|
114277
|
+
VTooltip: VTooltip
|
|
112739
114278
|
VConfirmEdit: VConfirmEdit
|
|
112740
114279
|
VDataIterator: VDataIterator
|
|
112741
114280
|
VDefaultsProvider: VDefaultsProvider
|
|
114281
|
+
VForm: VForm
|
|
112742
114282
|
VContainer: VContainer
|
|
112743
114283
|
VCol: VCol
|
|
112744
114284
|
VRow: VRow
|
|
112745
114285
|
VSpacer: VSpacer
|
|
112746
114286
|
VHover: VHover
|
|
112747
|
-
|
|
114287
|
+
VLayout: VLayout
|
|
114288
|
+
VLayoutItem: VLayoutItem
|
|
112748
114289
|
VLazy: VLazy
|
|
112749
114290
|
VLocaleProvider: VLocaleProvider
|
|
112750
114291
|
VNoSsr: VNoSsr
|
|
112751
114292
|
VParallax: VParallax
|
|
112752
|
-
VRadio: VRadio
|
|
112753
114293
|
VRangeSlider: VRangeSlider
|
|
112754
|
-
|
|
112755
|
-
|
|
114294
|
+
VRadio: VRadio
|
|
114295
|
+
VOverlay: VOverlay
|
|
112756
114296
|
VSparkline: VSparkline
|
|
114297
|
+
VSnackbarQueue: VSnackbarQueue
|
|
112757
114298
|
VSpeedDial: VSpeedDial
|
|
112758
114299
|
VThemeProvider: VThemeProvider
|
|
112759
114300
|
VValidation: VValidation
|
|
112760
114301
|
VVirtualScroll: VVirtualScroll
|
|
112761
|
-
VDataTable: VDataTable
|
|
112762
|
-
VDataTableHeaders: VDataTableHeaders
|
|
112763
|
-
VDataTableFooter: VDataTableFooter
|
|
112764
|
-
VDataTableRows: VDataTableRows
|
|
112765
|
-
VDataTableRow: VDataTableRow
|
|
112766
|
-
VDataTableVirtual: VDataTableVirtual
|
|
112767
|
-
VDataTableServer: VDataTableServer
|
|
112768
|
-
VLayout: VLayout
|
|
112769
|
-
VLayoutItem: VLayoutItem
|
|
112770
|
-
VBanner: VBanner
|
|
112771
|
-
VBannerActions: VBannerActions
|
|
112772
|
-
VBannerText: VBannerText
|
|
112773
114302
|
VFabTransition: VFabTransition
|
|
112774
114303
|
VDialogBottomTransition: VDialogBottomTransition
|
|
112775
114304
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -112786,24 +114315,29 @@ declare module 'vue' {
|
|
|
112786
114315
|
VExpandTransition: VExpandTransition
|
|
112787
114316
|
VExpandXTransition: VExpandXTransition
|
|
112788
114317
|
VDialogTransition: VDialogTransition
|
|
114318
|
+
VTreeview: VTreeview
|
|
114319
|
+
VTreeviewItem: VTreeviewItem
|
|
114320
|
+
VTreeviewGroup: VTreeviewGroup
|
|
114321
|
+
VResponsive: VResponsive
|
|
114322
|
+
VColorInput: VColorInput
|
|
112789
114323
|
VCalendar: VCalendar
|
|
112790
114324
|
VCalendarDay: VCalendarDay
|
|
112791
114325
|
VCalendarHeader: VCalendarHeader
|
|
112792
114326
|
VCalendarInterval: VCalendarInterval
|
|
112793
114327
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
112794
114328
|
VCalendarMonthDay: VCalendarMonthDay
|
|
114329
|
+
VIconBtn: VIconBtn
|
|
112795
114330
|
VFileUpload: VFileUpload
|
|
112796
114331
|
VFileUploadItem: VFileUploadItem
|
|
112797
|
-
VColorInput: VColorInput
|
|
112798
|
-
VIconBtn: VIconBtn
|
|
112799
114332
|
VPicker: VPicker
|
|
112800
114333
|
VPickerTitle: VPickerTitle
|
|
114334
|
+
VHotkey: VHotkey
|
|
112801
114335
|
VStepperVertical: VStepperVertical
|
|
112802
114336
|
VStepperVerticalItem: VStepperVerticalItem
|
|
112803
114337
|
VStepperVerticalActions: VStepperVerticalActions
|
|
112804
|
-
VPullToRefresh: VPullToRefresh
|
|
112805
|
-
VMaskInput: VMaskInput
|
|
112806
114338
|
VDateInput: VDateInput
|
|
114339
|
+
VMaskInput: VMaskInput
|
|
114340
|
+
VPullToRefresh: VPullToRefresh
|
|
112807
114341
|
}
|
|
112808
114342
|
export interface GlobalDirectives {
|
|
112809
114343
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|