@rotki/ui-library 1.12.3 → 2.0.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/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -403
- package/dist/components/alerts/RuiAlert.vue.d.ts +2 -473
- package/dist/components/buttons/button/RuiButton.vue.d.ts +5 -3
- package/dist/components/calendar/RuiCalendar.vue.d.ts +30 -0
- package/dist/components/calendar/RuiCalendarGrid.vue.d.ts +13 -0
- package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +16 -0
- package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +17 -0
- package/dist/components/calendar/state.d.ts +17 -0
- package/dist/components/cards/RuiCard.vue.d.ts +2 -438
- package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -390
- package/dist/components/chips/RuiChip.vue.d.ts +2 -479
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +28 -17
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -466
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +3 -37
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +22 -15
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +2 -512
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +2 -834
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +9 -671
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.es.js +4212 -3534
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -465
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -10
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +3 -462
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +4 -485
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -449
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -20
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +4 -422
- package/dist/components/steppers/RuiStepper.vue.d.ts +2 -455
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -375
- package/dist/components/tables/RuiTableHead.vue.d.ts +6 -5
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +2 -2
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +2 -373
- package/dist/components/time-picker/RuiTimePicker.vue.d.ts +18 -0
- package/dist/composables/dropdown-menu.d.ts +2 -2
- package/dist/composables/{index-DKotjeCA.js → index-DOuH9rdn.js} +12 -12
- package/dist/composables/index.es.js +1 -1
- package/dist/consts/time-accuracy-BnKA5GyT.js +8 -0
- package/dist/consts/time-accuracy.d.ts +6 -0
- package/dist/icons/icons_1.d.ts +500 -500
- package/dist/icons/icons_1.es.js +1884 -1884
- package/dist/icons/icons_2.d.ts +500 -500
- package/dist/icons/icons_2.es.js +1868 -1868
- package/dist/icons/icons_3.d.ts +500 -500
- package/dist/icons/icons_3.es.js +1862 -1862
- package/dist/icons/icons_4.d.ts +137 -500
- package/dist/icons/icons_4.es.js +497 -1949
- package/dist/icons/index.d.ts +1 -7
- package/dist/icons/index.es.js +1644 -4665
- package/dist/index.es.js +1703 -4722
- package/dist/style.css +1 -1
- package/dist/utils/{index-Bi6PqW7j.js → index-CxHG7aHQ.js} +1 -1
- package/dist/{vendor-ClNuDbHx.js → vendor-BeEprDAU.js} +1288 -1288
- package/dist/web-types.json +355 -40
- package/package.json +43 -42
- package/dist/icons/icons_10.d.ts +0 -153
- package/dist/icons/icons_10.es.js +0 -611
- package/dist/icons/icons_5.d.ts +0 -501
- package/dist/icons/icons_5.es.js +0 -2003
- package/dist/icons/icons_6.d.ts +0 -501
- package/dist/icons/icons_6.es.js +0 -2003
- package/dist/icons/icons_7.d.ts +0 -501
- package/dist/icons/icons_7.es.js +0 -2003
- package/dist/icons/icons_8.d.ts +0 -501
- package/dist/icons/icons_8.es.js +0 -2003
- package/dist/icons/icons_9.d.ts +0 -501
- package/dist/icons/icons_9.es.js +0 -2003
|
@@ -35,7 +35,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
|
|
|
35
35
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
36
36
|
attrs: any;
|
|
37
37
|
slots: {
|
|
38
|
-
activator?: (
|
|
38
|
+
activator?: (props: {
|
|
39
39
|
disabled: boolean;
|
|
40
40
|
value: TItem | undefined;
|
|
41
41
|
variant: "default" | "outlined" | "filled";
|
|
@@ -52,32 +52,39 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
|
|
|
52
52
|
open: boolean;
|
|
53
53
|
hasError: boolean;
|
|
54
54
|
hasSuccess: boolean;
|
|
55
|
-
}) => any
|
|
56
|
-
|
|
55
|
+
}) => any;
|
|
56
|
+
} & {
|
|
57
|
+
'activator.label'?: (props: {
|
|
57
58
|
value: TItem | undefined;
|
|
58
|
-
}) => any
|
|
59
|
-
|
|
59
|
+
}) => any;
|
|
60
|
+
} & {
|
|
61
|
+
'selection.prepend'?: (props: {
|
|
60
62
|
item: NonNullable<TItem>;
|
|
61
|
-
}) => any
|
|
62
|
-
|
|
63
|
+
}) => any;
|
|
64
|
+
} & {
|
|
65
|
+
selection?: (props: {
|
|
63
66
|
item: NonNullable<TItem>;
|
|
64
|
-
}) => any
|
|
65
|
-
|
|
67
|
+
}) => any;
|
|
68
|
+
} & {
|
|
69
|
+
'item.prepend'?: (props: {
|
|
66
70
|
disabled: boolean;
|
|
67
71
|
item: TItem;
|
|
68
72
|
active: boolean;
|
|
69
|
-
}) => any
|
|
70
|
-
|
|
73
|
+
}) => any;
|
|
74
|
+
} & {
|
|
75
|
+
item?: (props: {
|
|
71
76
|
disabled: boolean;
|
|
72
77
|
item: TItem;
|
|
73
78
|
active: boolean;
|
|
74
|
-
}) => any
|
|
75
|
-
|
|
79
|
+
}) => any;
|
|
80
|
+
} & {
|
|
81
|
+
'item.append'?: (props: {
|
|
76
82
|
disabled: boolean;
|
|
77
83
|
item: TItem;
|
|
78
84
|
active: boolean;
|
|
79
|
-
}) => any
|
|
80
|
-
|
|
85
|
+
}) => any;
|
|
86
|
+
} & {
|
|
87
|
+
'no-data'?: (props: {}) => any;
|
|
81
88
|
};
|
|
82
89
|
emit: (evt: "update:modelValue", value: TValue | undefined) => void;
|
|
83
90
|
}>) => import("vue").VNode & {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
-
import RuiFormTextDetail from '../../../components/helpers/RuiFormTextDetail.vue';
|
|
3
|
-
import { getNonRootAttrs, getRootAttrs } from '../../../utils/helpers';
|
|
4
2
|
export interface Props {
|
|
5
3
|
modelValue?: boolean;
|
|
6
4
|
disabled?: boolean;
|
|
@@ -12,518 +10,10 @@ export interface Props {
|
|
|
12
10
|
successMessages?: string | string[];
|
|
13
11
|
hideDetails?: boolean;
|
|
14
12
|
}
|
|
15
|
-
declare const size: globalThis.Ref<"sm" | undefined, "sm" | undefined>, modelValue: globalThis.Ref<boolean, boolean>, errorMessages: globalThis.Ref<string | string[], string | string[]>, successMessages: globalThis.Ref<string | string[], string | string[]>;
|
|
16
|
-
declare function input(event: Event): void;
|
|
17
|
-
declare const hasError: globalThis.ComputedRef<boolean>, hasSuccess: globalThis.ComputedRef<boolean>;
|
|
18
|
-
declare const __VLS_ctx: {
|
|
19
|
-
$style: Record<string, string> & __VLS_PrettifyGlobal<{} & {
|
|
20
|
-
"wrapper": string;
|
|
21
|
-
} & {
|
|
22
|
-
"disabled": string;
|
|
23
|
-
} & {
|
|
24
|
-
"input": string;
|
|
25
|
-
} & {
|
|
26
|
-
"label": string;
|
|
27
|
-
} & {
|
|
28
|
-
"toggle": string;
|
|
29
|
-
} & {
|
|
30
|
-
"disabled": string;
|
|
31
|
-
} & {
|
|
32
|
-
"toggle": string;
|
|
33
|
-
} & {
|
|
34
|
-
"checked": string;
|
|
35
|
-
} & {
|
|
36
|
-
"disabled": string;
|
|
37
|
-
} & {
|
|
38
|
-
"input": string;
|
|
39
|
-
} & {
|
|
40
|
-
"toggle": string;
|
|
41
|
-
} & {
|
|
42
|
-
"sm": string;
|
|
43
|
-
} & {
|
|
44
|
-
"inner": string;
|
|
45
|
-
} & {
|
|
46
|
-
"toggle": string;
|
|
47
|
-
} & {
|
|
48
|
-
"checked": string;
|
|
49
|
-
} & {
|
|
50
|
-
"toggle": string;
|
|
51
|
-
} & {
|
|
52
|
-
"checked": string;
|
|
53
|
-
} & {
|
|
54
|
-
"disabled": string;
|
|
55
|
-
} & {
|
|
56
|
-
"input": string;
|
|
57
|
-
} & {
|
|
58
|
-
"with-error": string;
|
|
59
|
-
} & {
|
|
60
|
-
"input": string;
|
|
61
|
-
} & {
|
|
62
|
-
"label": string;
|
|
63
|
-
} & {
|
|
64
|
-
"with-success": string;
|
|
65
|
-
} & {
|
|
66
|
-
"input": string;
|
|
67
|
-
} & {
|
|
68
|
-
"label": string;
|
|
69
|
-
} & {
|
|
70
|
-
"inner": string;
|
|
71
|
-
} & {
|
|
72
|
-
"input": string;
|
|
73
|
-
} & {
|
|
74
|
-
"toggle": string;
|
|
75
|
-
} & {
|
|
76
|
-
"toggle": string;
|
|
77
|
-
} & {
|
|
78
|
-
"dark": string;
|
|
79
|
-
} & {
|
|
80
|
-
"wrapper": string;
|
|
81
|
-
} & {
|
|
82
|
-
"disabled": string;
|
|
83
|
-
} & {
|
|
84
|
-
"input": string;
|
|
85
|
-
} & {
|
|
86
|
-
"toggle": string;
|
|
87
|
-
} & {
|
|
88
|
-
"checked": string;
|
|
89
|
-
} & {
|
|
90
|
-
"disabled": string;
|
|
91
|
-
} & {
|
|
92
|
-
"input": string;
|
|
93
|
-
} & {
|
|
94
|
-
"toggle": string;
|
|
95
|
-
} & {
|
|
96
|
-
"checked": string;
|
|
97
|
-
} & {
|
|
98
|
-
"disabled": string;
|
|
99
|
-
} & {
|
|
100
|
-
"input": string;
|
|
101
|
-
} & {
|
|
102
|
-
"toggle": string;
|
|
103
|
-
} & {
|
|
104
|
-
"with-error": string;
|
|
105
|
-
} & {
|
|
106
|
-
"input": string;
|
|
107
|
-
} & {
|
|
108
|
-
"toggle": string;
|
|
109
|
-
} & {
|
|
110
|
-
"with-success": string;
|
|
111
|
-
} & {
|
|
112
|
-
"input": string;
|
|
113
|
-
} & {
|
|
114
|
-
"toggle": string;
|
|
115
|
-
} & {
|
|
116
|
-
"input": string;
|
|
117
|
-
} & {
|
|
118
|
-
"toggle": string;
|
|
119
|
-
}>;
|
|
120
|
-
$: import("vue").ComponentInternalInstance;
|
|
121
|
-
$data: {};
|
|
122
|
-
$props: {
|
|
123
|
-
readonly modelValue?: boolean | undefined;
|
|
124
|
-
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly color?: ContextColorsType | undefined;
|
|
126
|
-
readonly size?: "sm" | undefined;
|
|
127
|
-
readonly label?: string | undefined;
|
|
128
|
-
readonly hint?: string | undefined;
|
|
129
|
-
readonly errorMessages?: string | string[] | undefined;
|
|
130
|
-
readonly successMessages?: string | string[] | undefined;
|
|
131
|
-
readonly hideDetails?: boolean | undefined;
|
|
132
|
-
readonly "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
133
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
134
|
-
$attrs: {
|
|
135
|
-
[x: string]: unknown;
|
|
136
|
-
};
|
|
137
|
-
$refs: {
|
|
138
|
-
[x: string]: unknown;
|
|
139
|
-
};
|
|
140
|
-
$slots: Readonly<{
|
|
141
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
142
|
-
}>;
|
|
143
|
-
$root: ComponentPublicInstance | null;
|
|
144
|
-
$parent: ComponentPublicInstance | null;
|
|
145
|
-
$host: Element | null;
|
|
146
|
-
$emit: (event: "update:modelValue", modelValue: boolean) => void;
|
|
147
|
-
$el: any;
|
|
148
|
-
$options: import("vue").ComponentOptionsBase<Readonly<Props> & Readonly<{
|
|
149
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
150
|
-
}>, {
|
|
151
|
-
RuiFormTextDetail: typeof RuiFormTextDetail;
|
|
152
|
-
getNonRootAttrs: typeof getNonRootAttrs;
|
|
153
|
-
getRootAttrs: typeof getRootAttrs;
|
|
154
|
-
size: typeof size;
|
|
155
|
-
modelValue: typeof modelValue;
|
|
156
|
-
errorMessages: typeof errorMessages;
|
|
157
|
-
successMessages: typeof successMessages;
|
|
158
|
-
input: typeof input;
|
|
159
|
-
hasError: typeof hasError;
|
|
160
|
-
hasSuccess: typeof hasSuccess;
|
|
161
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
162
|
-
"update:modelValue": (modelValue: boolean) => any;
|
|
163
|
-
}, string, {
|
|
164
|
-
size: "sm";
|
|
165
|
-
color: ContextColorsType;
|
|
166
|
-
label: string;
|
|
167
|
-
disabled: boolean;
|
|
168
|
-
modelValue: boolean;
|
|
169
|
-
errorMessages: string | string[];
|
|
170
|
-
successMessages: string | string[];
|
|
171
|
-
hint: string;
|
|
172
|
-
hideDetails: boolean;
|
|
173
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
174
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
175
|
-
created?: (() => void) | (() => void)[];
|
|
176
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
177
|
-
mounted?: (() => void) | (() => void)[];
|
|
178
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
179
|
-
updated?: (() => void) | (() => void)[];
|
|
180
|
-
activated?: (() => void) | (() => void)[];
|
|
181
|
-
deactivated?: (() => void) | (() => void)[];
|
|
182
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
183
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
184
|
-
destroyed?: (() => void) | (() => void)[];
|
|
185
|
-
unmounted?: (() => void) | (() => void)[];
|
|
186
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
187
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
188
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
189
|
-
};
|
|
190
|
-
$forceUpdate: () => void;
|
|
191
|
-
$nextTick: typeof import("vue").nextTick;
|
|
192
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
193
|
-
size: "sm";
|
|
194
|
-
color: ContextColorsType;
|
|
195
|
-
label: string;
|
|
196
|
-
disabled: boolean;
|
|
197
|
-
modelValue: boolean;
|
|
198
|
-
errorMessages: string | string[];
|
|
199
|
-
successMessages: string | string[];
|
|
200
|
-
hint: string;
|
|
201
|
-
hideDetails: boolean;
|
|
202
|
-
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
203
|
-
RuiFormTextDetail: typeof RuiFormTextDetail;
|
|
204
|
-
getNonRootAttrs: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getNonRootAttrs"]>;
|
|
205
|
-
getRootAttrs: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getRootAttrs"]>;
|
|
206
|
-
input: typeof input;
|
|
207
|
-
hasError: boolean;
|
|
208
|
-
hasSuccess: boolean;
|
|
209
|
-
$route: import("vue-router").TypesConfig extends Record<"$route", infer T> ? T : import("vue-router").RouteLocationNormalizedLoaded;
|
|
210
|
-
$router: import("vue-router").TypesConfig extends Record<"$router", infer T> ? T : import("vue-router").Router;
|
|
211
|
-
DEFAULT_POPPER_OPTIONS: import("vue").UnwrapRef<typeof import("../../../composables/popper")["DEFAULT_POPPER_OPTIONS"]>;
|
|
212
|
-
EffectScope: import("vue").UnwrapRef<typeof import("vue")["EffectScope"]>;
|
|
213
|
-
TableSymbol: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["TableSymbol"]>;
|
|
214
|
-
assert: import("vue").UnwrapRef<typeof import("../../../utils/assert")["assert"]>;
|
|
215
|
-
asyncComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["asyncComputed"]>;
|
|
216
|
-
autoResetRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["autoResetRef"]>;
|
|
217
|
-
computed: import("vue").UnwrapRef<typeof import("vue")["computed"]>;
|
|
218
|
-
computedAsync: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedAsync"]>;
|
|
219
|
-
computedEager: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedEager"]>;
|
|
220
|
-
computedInject: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedInject"]>;
|
|
221
|
-
computedWithControl: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedWithControl"]>;
|
|
222
|
-
controlledComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["controlledComputed"]>;
|
|
223
|
-
controlledRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["controlledRef"]>;
|
|
224
|
-
createApp: import("vue").UnwrapRef<typeof import("vue")["createApp"]>;
|
|
225
|
-
createEventHook: import("vue").UnwrapRef<typeof import("@vueuse/core")["createEventHook"]>;
|
|
226
|
-
createGlobalState: import("vue").UnwrapRef<typeof import("@vueuse/core")["createGlobalState"]>;
|
|
227
|
-
createInjectionState: import("vue").UnwrapRef<typeof import("@vueuse/core")["createInjectionState"]>;
|
|
228
|
-
createPopper: import("vue").UnwrapRef<typeof import("../../../composables/popper")["createPopper"]>;
|
|
229
|
-
createReactiveFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["createReactiveFn"]>;
|
|
230
|
-
createRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["createRef"]>;
|
|
231
|
-
createReusableTemplate: import("vue").UnwrapRef<typeof import("@vueuse/core")["createReusableTemplate"]>;
|
|
232
|
-
createSharedComposable: import("vue").UnwrapRef<typeof import("@vueuse/core")["createSharedComposable"]>;
|
|
233
|
-
createTableDefaults: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["createTableDefaults"]>;
|
|
234
|
-
createTemplatePromise: import("vue").UnwrapRef<typeof import("@vueuse/core")["createTemplatePromise"]>;
|
|
235
|
-
createUnrefFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["createUnrefFn"]>;
|
|
236
|
-
customRef: import("vue").UnwrapRef<typeof import("vue")["customRef"]>;
|
|
237
|
-
debouncedRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["debouncedRef"]>;
|
|
238
|
-
debouncedWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["debouncedWatch"]>;
|
|
239
|
-
defineAsyncComponent: import("vue").UnwrapRef<typeof import("vue")["defineAsyncComponent"]>;
|
|
240
|
-
defineComponent: import("vue").UnwrapRef<typeof import("vue")["defineComponent"]>;
|
|
241
|
-
eagerComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["eagerComputed"]>;
|
|
242
|
-
effectScope: import("vue").UnwrapRef<typeof import("vue")["effectScope"]>;
|
|
243
|
-
extendRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["extendRef"]>;
|
|
244
|
-
formatCurrency: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatCurrency"]>;
|
|
245
|
-
formatInteger: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatInteger"]>;
|
|
246
|
-
formatNumber: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatNumber"]>;
|
|
247
|
-
generateId: import("vue").UnwrapRef<typeof import("../../../utils/generate-id")["generateId"]>;
|
|
248
|
-
get: import("vue").UnwrapRef<typeof import("@vueuse/shared")["get"]>;
|
|
249
|
-
getCurrentInstance: import("vue").UnwrapRef<typeof import("vue")["getCurrentInstance"]>;
|
|
250
|
-
getCurrentScope: import("vue").UnwrapRef<typeof import("vue")["getCurrentScope"]>;
|
|
251
|
-
getRootKeys: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getRootKeys"]>;
|
|
252
|
-
getStringValue: import("vue").UnwrapRef<typeof import("../../../utils/forms/auto-complete")["getStringValue"]>;
|
|
253
|
-
getText: import("vue").UnwrapRef<typeof import("../../../utils/forms/auto-complete")["getText"]>;
|
|
254
|
-
getTextToken: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getTextToken"]>;
|
|
255
|
-
h: import("vue").UnwrapRef<typeof import("vue")["h"]>;
|
|
256
|
-
ignorableWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["ignorableWatch"]>;
|
|
257
|
-
inject: import("vue").UnwrapRef<typeof import("vue")["inject"]>;
|
|
258
|
-
injectLocal: import("vue").UnwrapRef<typeof import("@vueuse/core")["injectLocal"]>;
|
|
259
|
-
isDefined: import("vue").UnwrapRef<typeof import("@vueuse/core")["isDefined"]>;
|
|
260
|
-
isEqual: import("vue").UnwrapRef<typeof import("../../../utils/is-equal")["isEqual"]>;
|
|
261
|
-
isProxy: import("vue").UnwrapRef<typeof import("vue")["isProxy"]>;
|
|
262
|
-
isReactive: import("vue").UnwrapRef<typeof import("vue")["isReactive"]>;
|
|
263
|
-
isReadonly: import("vue").UnwrapRef<typeof import("vue")["isReadonly"]>;
|
|
264
|
-
isRef: import("vue").UnwrapRef<typeof import("vue")["isRef"]>;
|
|
265
|
-
makeDestructurable: import("vue").UnwrapRef<typeof import("@vueuse/core")["makeDestructurable"]>;
|
|
266
|
-
markRaw: import("vue").UnwrapRef<typeof import("vue")["markRaw"]>;
|
|
267
|
-
nextTick: import("vue").UnwrapRef<typeof import("vue")["nextTick"]>;
|
|
268
|
-
onActivated: import("vue").UnwrapRef<typeof import("vue")["onActivated"]>;
|
|
269
|
-
onBeforeMount: import("vue").UnwrapRef<typeof import("vue")["onBeforeMount"]>;
|
|
270
|
-
onBeforeUnmount: import("vue").UnwrapRef<typeof import("vue")["onBeforeUnmount"]>;
|
|
271
|
-
onBeforeUpdate: import("vue").UnwrapRef<typeof import("vue")["onBeforeUpdate"]>;
|
|
272
|
-
onClickOutside: import("vue").UnwrapRef<typeof import("@vueuse/core")["onClickOutside"]>;
|
|
273
|
-
onDeactivated: import("vue").UnwrapRef<typeof import("vue")["onDeactivated"]>;
|
|
274
|
-
onElementRemoval: import("vue").UnwrapRef<typeof import("@vueuse/core")["onElementRemoval"]>;
|
|
275
|
-
onErrorCaptured: import("vue").UnwrapRef<typeof import("vue")["onErrorCaptured"]>;
|
|
276
|
-
onKeyStroke: import("vue").UnwrapRef<typeof import("@vueuse/core")["onKeyStroke"]>;
|
|
277
|
-
onLongPress: import("vue").UnwrapRef<typeof import("@vueuse/core")["onLongPress"]>;
|
|
278
|
-
onMounted: import("vue").UnwrapRef<typeof import("vue")["onMounted"]>;
|
|
279
|
-
onRenderTracked: import("vue").UnwrapRef<typeof import("vue")["onRenderTracked"]>;
|
|
280
|
-
onRenderTriggered: import("vue").UnwrapRef<typeof import("vue")["onRenderTriggered"]>;
|
|
281
|
-
onScopeDispose: import("vue").UnwrapRef<typeof import("vue")["onScopeDispose"]>;
|
|
282
|
-
onServerPrefetch: import("vue").UnwrapRef<typeof import("vue")["onServerPrefetch"]>;
|
|
283
|
-
onStartTyping: import("vue").UnwrapRef<typeof import("@vueuse/core")["onStartTyping"]>;
|
|
284
|
-
onUnmounted: import("vue").UnwrapRef<typeof import("vue")["onUnmounted"]>;
|
|
285
|
-
onUpdated: import("vue").UnwrapRef<typeof import("vue")["onUpdated"]>;
|
|
286
|
-
onWatcherCleanup: import("vue").UnwrapRef<typeof import("vue")["onWatcherCleanup"]>;
|
|
287
|
-
pausableWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["pausableWatch"]>;
|
|
288
|
-
provide: import("vue").UnwrapRef<typeof import("vue")["provide"]>;
|
|
289
|
-
provideLocal: import("vue").UnwrapRef<typeof import("@vueuse/core")["provideLocal"]>;
|
|
290
|
-
reactify: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactify"]>;
|
|
291
|
-
reactifyObject: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactifyObject"]>;
|
|
292
|
-
reactive: import("vue").UnwrapRef<typeof import("vue")["reactive"]>;
|
|
293
|
-
reactiveComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactiveComputed"]>;
|
|
294
|
-
reactiveOmit: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactiveOmit"]>;
|
|
295
|
-
reactivePick: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactivePick"]>;
|
|
296
|
-
readonly: import("vue").UnwrapRef<typeof import("vue")["readonly"]>;
|
|
297
|
-
ref: import("vue").UnwrapRef<typeof import("vue")["ref"]>;
|
|
298
|
-
refAutoReset: import("vue").UnwrapRef<typeof import("@vueuse/core")["refAutoReset"]>;
|
|
299
|
-
refDebounced: import("vue").UnwrapRef<typeof import("@vueuse/core")["refDebounced"]>;
|
|
300
|
-
refDefault: import("vue").UnwrapRef<typeof import("@vueuse/core")["refDefault"]>;
|
|
301
|
-
refThrottled: import("vue").UnwrapRef<typeof import("@vueuse/core")["refThrottled"]>;
|
|
302
|
-
refWithControl: import("vue").UnwrapRef<typeof import("@vueuse/core")["refWithControl"]>;
|
|
303
|
-
resolveComponent: import("vue").UnwrapRef<typeof import("vue")["resolveComponent"]>;
|
|
304
|
-
resolveRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["resolveRef"]>;
|
|
305
|
-
resolveUnref: import("vue").UnwrapRef<typeof import("@vueuse/core")["resolveUnref"]>;
|
|
306
|
-
set: import("vue").UnwrapRef<typeof import("@vueuse/shared")["set"]>;
|
|
307
|
-
shallowReactive: import("vue").UnwrapRef<typeof import("vue")["shallowReactive"]>;
|
|
308
|
-
shallowReadonly: import("vue").UnwrapRef<typeof import("vue")["shallowReadonly"]>;
|
|
309
|
-
shallowRef: import("vue").UnwrapRef<typeof import("vue")["shallowRef"]>;
|
|
310
|
-
syncRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["syncRef"]>;
|
|
311
|
-
syncRefs: import("vue").UnwrapRef<typeof import("@vueuse/core")["syncRefs"]>;
|
|
312
|
-
templateRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["templateRef"]>;
|
|
313
|
-
throttledRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["throttledRef"]>;
|
|
314
|
-
throttledWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["throttledWatch"]>;
|
|
315
|
-
toRaw: import("vue").UnwrapRef<typeof import("vue")["toRaw"]>;
|
|
316
|
-
toReactive: import("vue").UnwrapRef<typeof import("@vueuse/core")["toReactive"]>;
|
|
317
|
-
toRef: import("vue").UnwrapRef<typeof import("vue")["toRef"]>;
|
|
318
|
-
toRefs: import("vue").UnwrapRef<typeof import("vue")["toRefs"]>;
|
|
319
|
-
toValue: import("vue").UnwrapRef<typeof import("vue")["toValue"]>;
|
|
320
|
-
transformCase: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["transformCase"]>;
|
|
321
|
-
transformPropsUnit: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["transformPropsUnit"]>;
|
|
322
|
-
triggerRef: import("vue").UnwrapRef<typeof import("vue")["triggerRef"]>;
|
|
323
|
-
tryOnBeforeMount: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnBeforeMount"]>;
|
|
324
|
-
tryOnBeforeUnmount: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnBeforeUnmount"]>;
|
|
325
|
-
tryOnMounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnMounted"]>;
|
|
326
|
-
tryOnScopeDispose: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnScopeDispose"]>;
|
|
327
|
-
tryOnUnmounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnUnmounted"]>;
|
|
328
|
-
unref: import("vue").UnwrapRef<typeof import("vue")["unref"]>;
|
|
329
|
-
unrefElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["unrefElement"]>;
|
|
330
|
-
until: import("vue").UnwrapRef<typeof import("@vueuse/core")["until"]>;
|
|
331
|
-
useActiveElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useActiveElement"]>;
|
|
332
|
-
useAnimate: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAnimate"]>;
|
|
333
|
-
useArrayDifference: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayDifference"]>;
|
|
334
|
-
useArrayEvery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayEvery"]>;
|
|
335
|
-
useArrayFilter: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFilter"]>;
|
|
336
|
-
useArrayFind: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFind"]>;
|
|
337
|
-
useArrayFindIndex: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFindIndex"]>;
|
|
338
|
-
useArrayFindLast: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFindLast"]>;
|
|
339
|
-
useArrayIncludes: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayIncludes"]>;
|
|
340
|
-
useArrayJoin: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayJoin"]>;
|
|
341
|
-
useArrayMap: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayMap"]>;
|
|
342
|
-
useArrayReduce: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayReduce"]>;
|
|
343
|
-
useArraySome: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArraySome"]>;
|
|
344
|
-
useArrayUnique: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayUnique"]>;
|
|
345
|
-
useAsyncQueue: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAsyncQueue"]>;
|
|
346
|
-
useAsyncState: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAsyncState"]>;
|
|
347
|
-
useAttrs: import("vue").UnwrapRef<typeof import("vue")["useAttrs"]>;
|
|
348
|
-
useAutoCompleteProps: import("vue").UnwrapRef<typeof import("../../../composables/forms/auto-complete")["useAutoCompleteProps"]>;
|
|
349
|
-
useBase64: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBase64"]>;
|
|
350
|
-
useBattery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBattery"]>;
|
|
351
|
-
useBluetooth: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBluetooth"]>;
|
|
352
|
-
useBreakpoint: import("vue").UnwrapRef<typeof import("../../../composables")["useBreakpoint"]>;
|
|
353
|
-
useBreakpoints: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBreakpoints"]>;
|
|
354
|
-
useBroadcastChannel: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBroadcastChannel"]>;
|
|
355
|
-
useBrowserLocation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBrowserLocation"]>;
|
|
356
|
-
useCached: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCached"]>;
|
|
357
|
-
useClipboard: import("vue").UnwrapRef<typeof import("@vueuse/core")["useClipboard"]>;
|
|
358
|
-
useClipboardItems: import("vue").UnwrapRef<typeof import("@vueuse/core")["useClipboardItems"]>;
|
|
359
|
-
useCloned: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCloned"]>;
|
|
360
|
-
useColorMode: import("vue").UnwrapRef<typeof import("@vueuse/core")["useColorMode"]>;
|
|
361
|
-
useConfirmDialog: import("vue").UnwrapRef<typeof import("@vueuse/core")["useConfirmDialog"]>;
|
|
362
|
-
useCountdown: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCountdown"]>;
|
|
363
|
-
useCounter: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCounter"]>;
|
|
364
|
-
useCssModule: import("vue").UnwrapRef<typeof import("vue")["useCssModule"]>;
|
|
365
|
-
useCssVar: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCssVar"]>;
|
|
366
|
-
useCssVars: import("vue").UnwrapRef<typeof import("vue")["useCssVars"]>;
|
|
367
|
-
useCurrentElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCurrentElement"]>;
|
|
368
|
-
useCycleList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCycleList"]>;
|
|
369
|
-
useDark: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDark"]>;
|
|
370
|
-
useDateFormat: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDateFormat"]>;
|
|
371
|
-
useDebounce: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebounce"]>;
|
|
372
|
-
useDebounceFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebounceFn"]>;
|
|
373
|
-
useDebouncedRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebouncedRefHistory"]>;
|
|
374
|
-
useDeviceMotion: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDeviceMotion"]>;
|
|
375
|
-
useDeviceOrientation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDeviceOrientation"]>;
|
|
376
|
-
useDevicePixelRatio: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDevicePixelRatio"]>;
|
|
377
|
-
useDevicesList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDevicesList"]>;
|
|
378
|
-
useDisplayMedia: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDisplayMedia"]>;
|
|
379
|
-
useDocumentVisibility: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDocumentVisibility"]>;
|
|
380
|
-
useDraggable: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDraggable"]>;
|
|
381
|
-
useDropZone: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDropZone"]>;
|
|
382
|
-
useDropdownMenu: import("vue").UnwrapRef<typeof import("../../../composables/dropdown-menu")["useDropdownMenu"]>;
|
|
383
|
-
useDropdownOptionProperty: import("vue").UnwrapRef<typeof import("../../../composables/dropdown-menu")["useDropdownOptionProperty"]>;
|
|
384
|
-
useElementBounding: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementBounding"]>;
|
|
385
|
-
useElementByPoint: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementByPoint"]>;
|
|
386
|
-
useElementHover: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementHover"]>;
|
|
387
|
-
useElementSize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementSize"]>;
|
|
388
|
-
useElementVisibility: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementVisibility"]>;
|
|
389
|
-
useEventBus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventBus"]>;
|
|
390
|
-
useEventListener: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventListener"]>;
|
|
391
|
-
useEventSource: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventSource"]>;
|
|
392
|
-
useEyeDropper: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEyeDropper"]>;
|
|
393
|
-
useFavicon: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFavicon"]>;
|
|
394
|
-
useFetch: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFetch"]>;
|
|
395
|
-
useFileDialog: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFileDialog"]>;
|
|
396
|
-
useFileSystemAccess: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFileSystemAccess"]>;
|
|
397
|
-
useFocus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFocus"]>;
|
|
398
|
-
useFocusWithin: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFocusWithin"]>;
|
|
399
|
-
useFormTextDetail: import("vue").UnwrapRef<typeof import("../../../utils/form-text-detail")["useFormTextDetail"]>;
|
|
400
|
-
useFps: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFps"]>;
|
|
401
|
-
useFullscreen: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFullscreen"]>;
|
|
402
|
-
useGamepad: import("vue").UnwrapRef<typeof import("@vueuse/core")["useGamepad"]>;
|
|
403
|
-
useGeolocation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useGeolocation"]>;
|
|
404
|
-
useGlobalId: import("vue").UnwrapRef<typeof import("../../../utils/generate-id")["useGlobalId"]>;
|
|
405
|
-
useIcons: import("vue").UnwrapRef<typeof import("../../../composables")["useIcons"]>;
|
|
406
|
-
useId: import("vue").UnwrapRef<typeof import("vue")["useId"]>;
|
|
407
|
-
useIdle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIdle"]>;
|
|
408
|
-
useImage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useImage"]>;
|
|
409
|
-
useInfiniteScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useInfiniteScroll"]>;
|
|
410
|
-
useIntersectionObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIntersectionObserver"]>;
|
|
411
|
-
useInterval: import("vue").UnwrapRef<typeof import("@vueuse/core")["useInterval"]>;
|
|
412
|
-
useIntervalFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIntervalFn"]>;
|
|
413
|
-
useKeyModifier: import("vue").UnwrapRef<typeof import("@vueuse/core")["useKeyModifier"]>;
|
|
414
|
-
useLastChanged: import("vue").UnwrapRef<typeof import("@vueuse/core")["useLastChanged"]>;
|
|
415
|
-
useLocalStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useLocalStorage"]>;
|
|
416
|
-
useMagicKeys: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMagicKeys"]>;
|
|
417
|
-
useManualRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useManualRefHistory"]>;
|
|
418
|
-
useMediaControls: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMediaControls"]>;
|
|
419
|
-
useMediaQuery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMediaQuery"]>;
|
|
420
|
-
useMemoize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMemoize"]>;
|
|
421
|
-
useMemory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMemory"]>;
|
|
422
|
-
useModel: import("vue").UnwrapRef<typeof import("vue")["useModel"]>;
|
|
423
|
-
useMounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMounted"]>;
|
|
424
|
-
useMouse: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMouse"]>;
|
|
425
|
-
useMouseInElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMouseInElement"]>;
|
|
426
|
-
useMousePressed: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMousePressed"]>;
|
|
427
|
-
useMutationObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMutationObserver"]>;
|
|
428
|
-
useNavigatorLanguage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNavigatorLanguage"]>;
|
|
429
|
-
useNetwork: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNetwork"]>;
|
|
430
|
-
useNow: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNow"]>;
|
|
431
|
-
useObjectUrl: import("vue").UnwrapRef<typeof import("@vueuse/core")["useObjectUrl"]>;
|
|
432
|
-
useOffsetPagination: import("vue").UnwrapRef<typeof import("@vueuse/core")["useOffsetPagination"]>;
|
|
433
|
-
useOnline: import("vue").UnwrapRef<typeof import("@vueuse/core")["useOnline"]>;
|
|
434
|
-
usePageLeave: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePageLeave"]>;
|
|
435
|
-
useParallax: import("vue").UnwrapRef<typeof import("@vueuse/core")["useParallax"]>;
|
|
436
|
-
useParentElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useParentElement"]>;
|
|
437
|
-
usePerformanceObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePerformanceObserver"]>;
|
|
438
|
-
usePermission: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePermission"]>;
|
|
439
|
-
usePointer: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointer"]>;
|
|
440
|
-
usePointerLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointerLock"]>;
|
|
441
|
-
usePointerSwipe: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointerSwipe"]>;
|
|
442
|
-
usePopper: import("vue").UnwrapRef<typeof import("../../../composables/popper")["usePopper"]>;
|
|
443
|
-
usePreferredColorScheme: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredColorScheme"]>;
|
|
444
|
-
usePreferredContrast: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredContrast"]>;
|
|
445
|
-
usePreferredDark: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredDark"]>;
|
|
446
|
-
usePreferredLanguages: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredLanguages"]>;
|
|
447
|
-
usePreferredReducedMotion: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredReducedMotion"]>;
|
|
448
|
-
usePreferredReducedTransparency: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredReducedTransparency"]>;
|
|
449
|
-
usePrevious: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePrevious"]>;
|
|
450
|
-
useRafFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useRafFn"]>;
|
|
451
|
-
useRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useRefHistory"]>;
|
|
452
|
-
useResizeObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useResizeObserver"]>;
|
|
453
|
-
useRotkiTheme: import("vue").UnwrapRef<typeof import("../../../composables")["useRotkiTheme"]>;
|
|
454
|
-
useSSRWidth: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSSRWidth"]>;
|
|
455
|
-
useScreenOrientation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScreenOrientation"]>;
|
|
456
|
-
useScreenSafeArea: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScreenSafeArea"]>;
|
|
457
|
-
useScriptTag: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScriptTag"]>;
|
|
458
|
-
useScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScroll"]>;
|
|
459
|
-
useScrollLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScrollLock"]>;
|
|
460
|
-
useSessionStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSessionStorage"]>;
|
|
461
|
-
useShare: import("vue").UnwrapRef<typeof import("@vueuse/core")["useShare"]>;
|
|
462
|
-
useSlots: import("vue").UnwrapRef<typeof import("vue")["useSlots"]>;
|
|
463
|
-
useSorted: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSorted"]>;
|
|
464
|
-
useSpeechRecognition: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSpeechRecognition"]>;
|
|
465
|
-
useSpeechSynthesis: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSpeechSynthesis"]>;
|
|
466
|
-
useStepper: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStepper"]>;
|
|
467
|
-
useStickyTableHeader: import("vue").UnwrapRef<typeof import("../../../composables/sticky-header")["useStickyTableHeader"]>;
|
|
468
|
-
useStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStorage"]>;
|
|
469
|
-
useStorageAsync: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStorageAsync"]>;
|
|
470
|
-
useStyleTag: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStyleTag"]>;
|
|
471
|
-
useSupported: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSupported"]>;
|
|
472
|
-
useSwipe: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSwipe"]>;
|
|
473
|
-
useTable: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["useTable"]>;
|
|
474
|
-
useTemplateRef: import("vue").UnwrapRef<typeof import("vue")["useTemplateRef"]>;
|
|
475
|
-
useTemplateRefsList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTemplateRefsList"]>;
|
|
476
|
-
useTextDirection: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextDirection"]>;
|
|
477
|
-
useTextSelection: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextSelection"]>;
|
|
478
|
-
useTextareaAutosize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextareaAutosize"]>;
|
|
479
|
-
useThrottle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottle"]>;
|
|
480
|
-
useThrottleFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottleFn"]>;
|
|
481
|
-
useThrottledRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottledRefHistory"]>;
|
|
482
|
-
useTimeAgo: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeAgo"]>;
|
|
483
|
-
useTimeout: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeout"]>;
|
|
484
|
-
useTimeoutFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeoutFn"]>;
|
|
485
|
-
useTimeoutPoll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeoutPoll"]>;
|
|
486
|
-
useTimestamp: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimestamp"]>;
|
|
487
|
-
useTitle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTitle"]>;
|
|
488
|
-
useToNumber: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToNumber"]>;
|
|
489
|
-
useToString: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToString"]>;
|
|
490
|
-
useToggle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToggle"]>;
|
|
491
|
-
useTransition: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTransition"]>;
|
|
492
|
-
useUrlSearchParams: import("vue").UnwrapRef<typeof import("@vueuse/core")["useUrlSearchParams"]>;
|
|
493
|
-
useUserMedia: import("vue").UnwrapRef<typeof import("@vueuse/core")["useUserMedia"]>;
|
|
494
|
-
useVModel: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVModel"]>;
|
|
495
|
-
useVModels: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVModels"]>;
|
|
496
|
-
useVibrate: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVibrate"]>;
|
|
497
|
-
useVirtualList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVirtualList"]>;
|
|
498
|
-
useWakeLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWakeLock"]>;
|
|
499
|
-
useWebNotification: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebNotification"]>;
|
|
500
|
-
useWebSocket: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebSocket"]>;
|
|
501
|
-
useWebWorker: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebWorker"]>;
|
|
502
|
-
useWebWorkerFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebWorkerFn"]>;
|
|
503
|
-
useWindowFocus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowFocus"]>;
|
|
504
|
-
useWindowScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowScroll"]>;
|
|
505
|
-
useWindowSize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowSize"]>;
|
|
506
|
-
watch: import("vue").UnwrapRef<typeof import("vue")["watch"]>;
|
|
507
|
-
watchArray: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchArray"]>;
|
|
508
|
-
watchAtMost: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchAtMost"]>;
|
|
509
|
-
watchDebounced: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchDebounced"]>;
|
|
510
|
-
watchDeep: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchDeep"]>;
|
|
511
|
-
watchEffect: import("vue").UnwrapRef<typeof import("vue")["watchEffect"]>;
|
|
512
|
-
watchIgnorable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchIgnorable"]>;
|
|
513
|
-
watchImmediate: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchImmediate"]>;
|
|
514
|
-
watchOnce: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchOnce"]>;
|
|
515
|
-
watchPausable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchPausable"]>;
|
|
516
|
-
watchPostEffect: import("vue").UnwrapRef<typeof import("vue")["watchPostEffect"]>;
|
|
517
|
-
watchSyncEffect: import("vue").UnwrapRef<typeof import("vue")["watchSyncEffect"]>;
|
|
518
|
-
watchThrottled: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchThrottled"]>;
|
|
519
|
-
watchTriggerable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchTriggerable"]>;
|
|
520
|
-
watchWithFilter: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchWithFilter"]>;
|
|
521
|
-
whenever: import("vue").UnwrapRef<typeof import("@vueuse/core")["whenever"]>;
|
|
522
|
-
};
|
|
523
13
|
declare var __VLS_1: {};
|
|
524
|
-
type __VLS_Slots =
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
525
15
|
default?: (props: typeof __VLS_1) => any;
|
|
526
|
-
}
|
|
16
|
+
};
|
|
527
17
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
528
18
|
"update:modelValue": (modelValue: boolean) => any;
|
|
529
19
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|