@rotki/ui-library 1.12.3 → 2.0.1

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.
Files changed (67) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -403
  2. package/dist/components/alerts/RuiAlert.vue.d.ts +2 -473
  3. package/dist/components/buttons/button/RuiButton.vue.d.ts +5 -3
  4. package/dist/components/calendar/RuiCalendar.vue.d.ts +30 -0
  5. package/dist/components/calendar/RuiCalendarGrid.vue.d.ts +13 -0
  6. package/dist/components/calendar/RuiCalendarHeader.vue.d.ts +16 -0
  7. package/dist/components/calendar/RuiCalendarMenu.vue.d.ts +17 -0
  8. package/dist/components/calendar/state.d.ts +17 -0
  9. package/dist/components/cards/RuiCard.vue.d.ts +2 -438
  10. package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -390
  11. package/dist/components/chips/RuiChip.vue.d.ts +2 -479
  12. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +28 -17
  13. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -466
  14. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +1 -1
  15. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +3 -37
  16. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +22 -15
  17. package/dist/components/forms/switch/RuiSwitch.vue.d.ts +2 -512
  18. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +2 -834
  19. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +9 -671
  20. package/dist/components/index.d.ts +3 -1
  21. package/dist/components/index.es.js +4213 -3535
  22. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -465
  23. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -10
  24. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +3 -462
  25. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +4 -485
  26. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -449
  27. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -20
  28. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +4 -422
  29. package/dist/components/steppers/RuiStepper.vue.d.ts +2 -455
  30. package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -375
  31. package/dist/components/tables/RuiTableHead.vue.d.ts +6 -5
  32. package/dist/components/tabs/tab/RuiTab.vue.d.ts +2 -2
  33. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +2 -373
  34. package/dist/components/time-picker/RuiTimePicker.vue.d.ts +18 -0
  35. package/dist/composables/dropdown-menu.d.ts +2 -2
  36. package/dist/composables/{index-DKotjeCA.js → index-DOuH9rdn.js} +12 -12
  37. package/dist/composables/index.es.js +1 -1
  38. package/dist/consts/time-accuracy-BnKA5GyT.js +8 -0
  39. package/dist/consts/time-accuracy.d.ts +6 -0
  40. package/dist/icons/icons_1.d.ts +500 -500
  41. package/dist/icons/icons_1.es.js +1884 -1884
  42. package/dist/icons/icons_2.d.ts +500 -500
  43. package/dist/icons/icons_2.es.js +1868 -1868
  44. package/dist/icons/icons_3.d.ts +500 -500
  45. package/dist/icons/icons_3.es.js +1862 -1862
  46. package/dist/icons/icons_4.d.ts +137 -500
  47. package/dist/icons/icons_4.es.js +497 -1949
  48. package/dist/icons/index.d.ts +1 -7
  49. package/dist/icons/index.es.js +1644 -4665
  50. package/dist/index.es.js +1703 -4722
  51. package/dist/style.css +1 -1
  52. package/dist/utils/{index-Bi6PqW7j.js → index-CxHG7aHQ.js} +1 -1
  53. package/dist/{vendor-ClNuDbHx.js → vendor-BeEprDAU.js} +1288 -1288
  54. package/dist/web-types.json +355 -40
  55. package/package.json +43 -42
  56. package/dist/icons/icons_10.d.ts +0 -153
  57. package/dist/icons/icons_10.es.js +0 -611
  58. package/dist/icons/icons_5.d.ts +0 -501
  59. package/dist/icons/icons_5.es.js +0 -2003
  60. package/dist/icons/icons_6.d.ts +0 -501
  61. package/dist/icons/icons_6.es.js +0 -2003
  62. package/dist/icons/icons_7.d.ts +0 -501
  63. package/dist/icons/icons_7.es.js +0 -2003
  64. package/dist/icons/icons_8.d.ts +0 -501
  65. package/dist/icons/icons_8.es.js +0 -2003
  66. package/dist/icons/icons_9.d.ts +0 -501
  67. package/dist/icons/icons_9.es.js +0 -2003
@@ -4,383 +4,12 @@ export interface Props {
4
4
  eager?: boolean;
5
5
  reverse?: boolean;
6
6
  }
7
- declare const __VLS_ctx: {
8
- $style: Record<string, string> & __VLS_PrettifyGlobal<{} & {
9
- "tab": string;
10
- }>;
11
- $: import("vue").ComponentInternalInstance;
12
- $data: {};
13
- $props: {
14
- readonly active?: boolean | undefined;
15
- readonly value?: number | string | undefined;
16
- readonly eager?: boolean | undefined;
17
- readonly reverse?: boolean | undefined;
18
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
19
- $attrs: {
20
- [x: string]: unknown;
21
- };
22
- $refs: {
23
- [x: string]: unknown;
24
- };
25
- $slots: Readonly<{
26
- [name: string]: import("vue").Slot<any> | undefined;
27
- }>;
28
- $root: ComponentPublicInstance | null;
29
- $parent: ComponentPublicInstance | null;
30
- $host: Element | null;
31
- $emit: (event: string, ...args: any[]) => void;
32
- $el: any;
33
- $options: import("vue").ComponentOptionsBase<Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
34
- reverse: boolean;
35
- active: boolean;
36
- value: number | string;
37
- eager: boolean;
38
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
39
- beforeCreate?: (() => void) | (() => void)[];
40
- created?: (() => void) | (() => void)[];
41
- beforeMount?: (() => void) | (() => void)[];
42
- mounted?: (() => void) | (() => void)[];
43
- beforeUpdate?: (() => void) | (() => void)[];
44
- updated?: (() => void) | (() => void)[];
45
- activated?: (() => void) | (() => void)[];
46
- deactivated?: (() => void) | (() => void)[];
47
- beforeDestroy?: (() => void) | (() => void)[];
48
- beforeUnmount?: (() => void) | (() => void)[];
49
- destroyed?: (() => void) | (() => void)[];
50
- unmounted?: (() => void) | (() => void)[];
51
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
52
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
53
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
54
- };
55
- $forceUpdate: () => void;
56
- $nextTick: typeof import("vue").nextTick;
57
- $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;
58
- reverse: boolean;
59
- active: boolean;
60
- value: number | string;
61
- eager: boolean;
62
- $route: import("vue-router").TypesConfig extends Record<"$route", infer T> ? T : import("vue-router").RouteLocationNormalizedLoaded;
63
- $router: import("vue-router").TypesConfig extends Record<"$router", infer T> ? T : import("vue-router").Router;
64
- DEFAULT_POPPER_OPTIONS: import("vue").UnwrapRef<typeof import("../../../composables/popper")["DEFAULT_POPPER_OPTIONS"]>;
65
- EffectScope: import("vue").UnwrapRef<typeof import("vue")["EffectScope"]>;
66
- TableSymbol: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["TableSymbol"]>;
67
- assert: import("vue").UnwrapRef<typeof import("../../../utils/assert")["assert"]>;
68
- asyncComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["asyncComputed"]>;
69
- autoResetRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["autoResetRef"]>;
70
- computed: import("vue").UnwrapRef<typeof import("vue")["computed"]>;
71
- computedAsync: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedAsync"]>;
72
- computedEager: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedEager"]>;
73
- computedInject: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedInject"]>;
74
- computedWithControl: import("vue").UnwrapRef<typeof import("@vueuse/core")["computedWithControl"]>;
75
- controlledComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["controlledComputed"]>;
76
- controlledRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["controlledRef"]>;
77
- createApp: import("vue").UnwrapRef<typeof import("vue")["createApp"]>;
78
- createEventHook: import("vue").UnwrapRef<typeof import("@vueuse/core")["createEventHook"]>;
79
- createGlobalState: import("vue").UnwrapRef<typeof import("@vueuse/core")["createGlobalState"]>;
80
- createInjectionState: import("vue").UnwrapRef<typeof import("@vueuse/core")["createInjectionState"]>;
81
- createPopper: import("vue").UnwrapRef<typeof import("../../../composables/popper")["createPopper"]>;
82
- createReactiveFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["createReactiveFn"]>;
83
- createRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["createRef"]>;
84
- createReusableTemplate: import("vue").UnwrapRef<typeof import("@vueuse/core")["createReusableTemplate"]>;
85
- createSharedComposable: import("vue").UnwrapRef<typeof import("@vueuse/core")["createSharedComposable"]>;
86
- createTableDefaults: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["createTableDefaults"]>;
87
- createTemplatePromise: import("vue").UnwrapRef<typeof import("@vueuse/core")["createTemplatePromise"]>;
88
- createUnrefFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["createUnrefFn"]>;
89
- customRef: import("vue").UnwrapRef<typeof import("vue")["customRef"]>;
90
- debouncedRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["debouncedRef"]>;
91
- debouncedWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["debouncedWatch"]>;
92
- defineAsyncComponent: import("vue").UnwrapRef<typeof import("vue")["defineAsyncComponent"]>;
93
- defineComponent: import("vue").UnwrapRef<typeof import("vue")["defineComponent"]>;
94
- eagerComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["eagerComputed"]>;
95
- effectScope: import("vue").UnwrapRef<typeof import("vue")["effectScope"]>;
96
- extendRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["extendRef"]>;
97
- formatCurrency: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatCurrency"]>;
98
- formatInteger: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatInteger"]>;
99
- formatNumber: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["formatNumber"]>;
100
- generateId: import("vue").UnwrapRef<typeof import("../../../utils/generate-id")["generateId"]>;
101
- get: import("vue").UnwrapRef<typeof import("@vueuse/shared")["get"]>;
102
- getCurrentInstance: import("vue").UnwrapRef<typeof import("vue")["getCurrentInstance"]>;
103
- getCurrentScope: import("vue").UnwrapRef<typeof import("vue")["getCurrentScope"]>;
104
- getNonRootAttrs: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getNonRootAttrs"]>;
105
- getRootAttrs: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getRootAttrs"]>;
106
- getRootKeys: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getRootKeys"]>;
107
- getStringValue: import("vue").UnwrapRef<typeof import("../../../utils/forms/auto-complete")["getStringValue"]>;
108
- getText: import("vue").UnwrapRef<typeof import("../../../utils/forms/auto-complete")["getText"]>;
109
- getTextToken: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["getTextToken"]>;
110
- h: import("vue").UnwrapRef<typeof import("vue")["h"]>;
111
- ignorableWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["ignorableWatch"]>;
112
- inject: import("vue").UnwrapRef<typeof import("vue")["inject"]>;
113
- injectLocal: import("vue").UnwrapRef<typeof import("@vueuse/core")["injectLocal"]>;
114
- isDefined: import("vue").UnwrapRef<typeof import("@vueuse/core")["isDefined"]>;
115
- isEqual: import("vue").UnwrapRef<typeof import("../../../utils/is-equal")["isEqual"]>;
116
- isProxy: import("vue").UnwrapRef<typeof import("vue")["isProxy"]>;
117
- isReactive: import("vue").UnwrapRef<typeof import("vue")["isReactive"]>;
118
- isReadonly: import("vue").UnwrapRef<typeof import("vue")["isReadonly"]>;
119
- isRef: import("vue").UnwrapRef<typeof import("vue")["isRef"]>;
120
- makeDestructurable: import("vue").UnwrapRef<typeof import("@vueuse/core")["makeDestructurable"]>;
121
- markRaw: import("vue").UnwrapRef<typeof import("vue")["markRaw"]>;
122
- nextTick: import("vue").UnwrapRef<typeof import("vue")["nextTick"]>;
123
- onActivated: import("vue").UnwrapRef<typeof import("vue")["onActivated"]>;
124
- onBeforeMount: import("vue").UnwrapRef<typeof import("vue")["onBeforeMount"]>;
125
- onBeforeUnmount: import("vue").UnwrapRef<typeof import("vue")["onBeforeUnmount"]>;
126
- onBeforeUpdate: import("vue").UnwrapRef<typeof import("vue")["onBeforeUpdate"]>;
127
- onClickOutside: import("vue").UnwrapRef<typeof import("@vueuse/core")["onClickOutside"]>;
128
- onDeactivated: import("vue").UnwrapRef<typeof import("vue")["onDeactivated"]>;
129
- onElementRemoval: import("vue").UnwrapRef<typeof import("@vueuse/core")["onElementRemoval"]>;
130
- onErrorCaptured: import("vue").UnwrapRef<typeof import("vue")["onErrorCaptured"]>;
131
- onKeyStroke: import("vue").UnwrapRef<typeof import("@vueuse/core")["onKeyStroke"]>;
132
- onLongPress: import("vue").UnwrapRef<typeof import("@vueuse/core")["onLongPress"]>;
133
- onMounted: import("vue").UnwrapRef<typeof import("vue")["onMounted"]>;
134
- onRenderTracked: import("vue").UnwrapRef<typeof import("vue")["onRenderTracked"]>;
135
- onRenderTriggered: import("vue").UnwrapRef<typeof import("vue")["onRenderTriggered"]>;
136
- onScopeDispose: import("vue").UnwrapRef<typeof import("vue")["onScopeDispose"]>;
137
- onServerPrefetch: import("vue").UnwrapRef<typeof import("vue")["onServerPrefetch"]>;
138
- onStartTyping: import("vue").UnwrapRef<typeof import("@vueuse/core")["onStartTyping"]>;
139
- onUnmounted: import("vue").UnwrapRef<typeof import("vue")["onUnmounted"]>;
140
- onUpdated: import("vue").UnwrapRef<typeof import("vue")["onUpdated"]>;
141
- onWatcherCleanup: import("vue").UnwrapRef<typeof import("vue")["onWatcherCleanup"]>;
142
- pausableWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["pausableWatch"]>;
143
- provide: import("vue").UnwrapRef<typeof import("vue")["provide"]>;
144
- provideLocal: import("vue").UnwrapRef<typeof import("@vueuse/core")["provideLocal"]>;
145
- reactify: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactify"]>;
146
- reactifyObject: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactifyObject"]>;
147
- reactive: import("vue").UnwrapRef<typeof import("vue")["reactive"]>;
148
- reactiveComputed: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactiveComputed"]>;
149
- reactiveOmit: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactiveOmit"]>;
150
- reactivePick: import("vue").UnwrapRef<typeof import("@vueuse/core")["reactivePick"]>;
151
- readonly: import("vue").UnwrapRef<typeof import("vue")["readonly"]>;
152
- ref: import("vue").UnwrapRef<typeof import("vue")["ref"]>;
153
- refAutoReset: import("vue").UnwrapRef<typeof import("@vueuse/core")["refAutoReset"]>;
154
- refDebounced: import("vue").UnwrapRef<typeof import("@vueuse/core")["refDebounced"]>;
155
- refDefault: import("vue").UnwrapRef<typeof import("@vueuse/core")["refDefault"]>;
156
- refThrottled: import("vue").UnwrapRef<typeof import("@vueuse/core")["refThrottled"]>;
157
- refWithControl: import("vue").UnwrapRef<typeof import("@vueuse/core")["refWithControl"]>;
158
- resolveComponent: import("vue").UnwrapRef<typeof import("vue")["resolveComponent"]>;
159
- resolveRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["resolveRef"]>;
160
- resolveUnref: import("vue").UnwrapRef<typeof import("@vueuse/core")["resolveUnref"]>;
161
- set: import("vue").UnwrapRef<typeof import("@vueuse/shared")["set"]>;
162
- shallowReactive: import("vue").UnwrapRef<typeof import("vue")["shallowReactive"]>;
163
- shallowReadonly: import("vue").UnwrapRef<typeof import("vue")["shallowReadonly"]>;
164
- shallowRef: import("vue").UnwrapRef<typeof import("vue")["shallowRef"]>;
165
- syncRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["syncRef"]>;
166
- syncRefs: import("vue").UnwrapRef<typeof import("@vueuse/core")["syncRefs"]>;
167
- templateRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["templateRef"]>;
168
- throttledRef: import("vue").UnwrapRef<typeof import("@vueuse/core")["throttledRef"]>;
169
- throttledWatch: import("vue").UnwrapRef<typeof import("@vueuse/core")["throttledWatch"]>;
170
- toRaw: import("vue").UnwrapRef<typeof import("vue")["toRaw"]>;
171
- toReactive: import("vue").UnwrapRef<typeof import("@vueuse/core")["toReactive"]>;
172
- toRef: import("vue").UnwrapRef<typeof import("vue")["toRef"]>;
173
- toRefs: import("vue").UnwrapRef<typeof import("vue")["toRefs"]>;
174
- toValue: import("vue").UnwrapRef<typeof import("vue")["toValue"]>;
175
- transformCase: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["transformCase"]>;
176
- transformPropsUnit: import("vue").UnwrapRef<typeof import("../../../utils/helpers")["transformPropsUnit"]>;
177
- triggerRef: import("vue").UnwrapRef<typeof import("vue")["triggerRef"]>;
178
- tryOnBeforeMount: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnBeforeMount"]>;
179
- tryOnBeforeUnmount: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnBeforeUnmount"]>;
180
- tryOnMounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnMounted"]>;
181
- tryOnScopeDispose: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnScopeDispose"]>;
182
- tryOnUnmounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["tryOnUnmounted"]>;
183
- unref: import("vue").UnwrapRef<typeof import("vue")["unref"]>;
184
- unrefElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["unrefElement"]>;
185
- until: import("vue").UnwrapRef<typeof import("@vueuse/core")["until"]>;
186
- useActiveElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useActiveElement"]>;
187
- useAnimate: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAnimate"]>;
188
- useArrayDifference: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayDifference"]>;
189
- useArrayEvery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayEvery"]>;
190
- useArrayFilter: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFilter"]>;
191
- useArrayFind: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFind"]>;
192
- useArrayFindIndex: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFindIndex"]>;
193
- useArrayFindLast: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayFindLast"]>;
194
- useArrayIncludes: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayIncludes"]>;
195
- useArrayJoin: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayJoin"]>;
196
- useArrayMap: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayMap"]>;
197
- useArrayReduce: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayReduce"]>;
198
- useArraySome: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArraySome"]>;
199
- useArrayUnique: import("vue").UnwrapRef<typeof import("@vueuse/core")["useArrayUnique"]>;
200
- useAsyncQueue: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAsyncQueue"]>;
201
- useAsyncState: import("vue").UnwrapRef<typeof import("@vueuse/core")["useAsyncState"]>;
202
- useAttrs: import("vue").UnwrapRef<typeof import("vue")["useAttrs"]>;
203
- useAutoCompleteProps: import("vue").UnwrapRef<typeof import("../../../composables/forms/auto-complete")["useAutoCompleteProps"]>;
204
- useBase64: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBase64"]>;
205
- useBattery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBattery"]>;
206
- useBluetooth: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBluetooth"]>;
207
- useBreakpoint: import("vue").UnwrapRef<typeof import("../../../composables")["useBreakpoint"]>;
208
- useBreakpoints: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBreakpoints"]>;
209
- useBroadcastChannel: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBroadcastChannel"]>;
210
- useBrowserLocation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useBrowserLocation"]>;
211
- useCached: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCached"]>;
212
- useClipboard: import("vue").UnwrapRef<typeof import("@vueuse/core")["useClipboard"]>;
213
- useClipboardItems: import("vue").UnwrapRef<typeof import("@vueuse/core")["useClipboardItems"]>;
214
- useCloned: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCloned"]>;
215
- useColorMode: import("vue").UnwrapRef<typeof import("@vueuse/core")["useColorMode"]>;
216
- useConfirmDialog: import("vue").UnwrapRef<typeof import("@vueuse/core")["useConfirmDialog"]>;
217
- useCountdown: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCountdown"]>;
218
- useCounter: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCounter"]>;
219
- useCssModule: import("vue").UnwrapRef<typeof import("vue")["useCssModule"]>;
220
- useCssVar: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCssVar"]>;
221
- useCssVars: import("vue").UnwrapRef<typeof import("vue")["useCssVars"]>;
222
- useCurrentElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCurrentElement"]>;
223
- useCycleList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useCycleList"]>;
224
- useDark: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDark"]>;
225
- useDateFormat: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDateFormat"]>;
226
- useDebounce: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebounce"]>;
227
- useDebounceFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebounceFn"]>;
228
- useDebouncedRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDebouncedRefHistory"]>;
229
- useDeviceMotion: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDeviceMotion"]>;
230
- useDeviceOrientation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDeviceOrientation"]>;
231
- useDevicePixelRatio: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDevicePixelRatio"]>;
232
- useDevicesList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDevicesList"]>;
233
- useDisplayMedia: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDisplayMedia"]>;
234
- useDocumentVisibility: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDocumentVisibility"]>;
235
- useDraggable: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDraggable"]>;
236
- useDropZone: import("vue").UnwrapRef<typeof import("@vueuse/core")["useDropZone"]>;
237
- useDropdownMenu: import("vue").UnwrapRef<typeof import("../../../composables/dropdown-menu")["useDropdownMenu"]>;
238
- useDropdownOptionProperty: import("vue").UnwrapRef<typeof import("../../../composables/dropdown-menu")["useDropdownOptionProperty"]>;
239
- useElementBounding: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementBounding"]>;
240
- useElementByPoint: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementByPoint"]>;
241
- useElementHover: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementHover"]>;
242
- useElementSize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementSize"]>;
243
- useElementVisibility: import("vue").UnwrapRef<typeof import("@vueuse/core")["useElementVisibility"]>;
244
- useEventBus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventBus"]>;
245
- useEventListener: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventListener"]>;
246
- useEventSource: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEventSource"]>;
247
- useEyeDropper: import("vue").UnwrapRef<typeof import("@vueuse/core")["useEyeDropper"]>;
248
- useFavicon: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFavicon"]>;
249
- useFetch: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFetch"]>;
250
- useFileDialog: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFileDialog"]>;
251
- useFileSystemAccess: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFileSystemAccess"]>;
252
- useFocus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFocus"]>;
253
- useFocusWithin: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFocusWithin"]>;
254
- useFormTextDetail: import("vue").UnwrapRef<typeof import("../../../utils/form-text-detail")["useFormTextDetail"]>;
255
- useFps: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFps"]>;
256
- useFullscreen: import("vue").UnwrapRef<typeof import("@vueuse/core")["useFullscreen"]>;
257
- useGamepad: import("vue").UnwrapRef<typeof import("@vueuse/core")["useGamepad"]>;
258
- useGeolocation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useGeolocation"]>;
259
- useGlobalId: import("vue").UnwrapRef<typeof import("../../../utils/generate-id")["useGlobalId"]>;
260
- useIcons: import("vue").UnwrapRef<typeof import("../../../composables")["useIcons"]>;
261
- useId: import("vue").UnwrapRef<typeof import("vue")["useId"]>;
262
- useIdle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIdle"]>;
263
- useImage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useImage"]>;
264
- useInfiniteScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useInfiniteScroll"]>;
265
- useIntersectionObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIntersectionObserver"]>;
266
- useInterval: import("vue").UnwrapRef<typeof import("@vueuse/core")["useInterval"]>;
267
- useIntervalFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useIntervalFn"]>;
268
- useKeyModifier: import("vue").UnwrapRef<typeof import("@vueuse/core")["useKeyModifier"]>;
269
- useLastChanged: import("vue").UnwrapRef<typeof import("@vueuse/core")["useLastChanged"]>;
270
- useLocalStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useLocalStorage"]>;
271
- useMagicKeys: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMagicKeys"]>;
272
- useManualRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useManualRefHistory"]>;
273
- useMediaControls: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMediaControls"]>;
274
- useMediaQuery: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMediaQuery"]>;
275
- useMemoize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMemoize"]>;
276
- useMemory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMemory"]>;
277
- useModel: import("vue").UnwrapRef<typeof import("vue")["useModel"]>;
278
- useMounted: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMounted"]>;
279
- useMouse: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMouse"]>;
280
- useMouseInElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMouseInElement"]>;
281
- useMousePressed: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMousePressed"]>;
282
- useMutationObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useMutationObserver"]>;
283
- useNavigatorLanguage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNavigatorLanguage"]>;
284
- useNetwork: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNetwork"]>;
285
- useNow: import("vue").UnwrapRef<typeof import("@vueuse/core")["useNow"]>;
286
- useObjectUrl: import("vue").UnwrapRef<typeof import("@vueuse/core")["useObjectUrl"]>;
287
- useOffsetPagination: import("vue").UnwrapRef<typeof import("@vueuse/core")["useOffsetPagination"]>;
288
- useOnline: import("vue").UnwrapRef<typeof import("@vueuse/core")["useOnline"]>;
289
- usePageLeave: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePageLeave"]>;
290
- useParallax: import("vue").UnwrapRef<typeof import("@vueuse/core")["useParallax"]>;
291
- useParentElement: import("vue").UnwrapRef<typeof import("@vueuse/core")["useParentElement"]>;
292
- usePerformanceObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePerformanceObserver"]>;
293
- usePermission: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePermission"]>;
294
- usePointer: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointer"]>;
295
- usePointerLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointerLock"]>;
296
- usePointerSwipe: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePointerSwipe"]>;
297
- usePopper: import("vue").UnwrapRef<typeof import("../../../composables/popper")["usePopper"]>;
298
- usePreferredColorScheme: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredColorScheme"]>;
299
- usePreferredContrast: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredContrast"]>;
300
- usePreferredDark: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredDark"]>;
301
- usePreferredLanguages: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredLanguages"]>;
302
- usePreferredReducedMotion: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredReducedMotion"]>;
303
- usePreferredReducedTransparency: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePreferredReducedTransparency"]>;
304
- usePrevious: import("vue").UnwrapRef<typeof import("@vueuse/core")["usePrevious"]>;
305
- useRafFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useRafFn"]>;
306
- useRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useRefHistory"]>;
307
- useResizeObserver: import("vue").UnwrapRef<typeof import("@vueuse/core")["useResizeObserver"]>;
308
- useRotkiTheme: import("vue").UnwrapRef<typeof import("../../../composables")["useRotkiTheme"]>;
309
- useSSRWidth: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSSRWidth"]>;
310
- useScreenOrientation: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScreenOrientation"]>;
311
- useScreenSafeArea: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScreenSafeArea"]>;
312
- useScriptTag: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScriptTag"]>;
313
- useScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScroll"]>;
314
- useScrollLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["useScrollLock"]>;
315
- useSessionStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSessionStorage"]>;
316
- useShare: import("vue").UnwrapRef<typeof import("@vueuse/core")["useShare"]>;
317
- useSlots: import("vue").UnwrapRef<typeof import("vue")["useSlots"]>;
318
- useSorted: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSorted"]>;
319
- useSpeechRecognition: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSpeechRecognition"]>;
320
- useSpeechSynthesis: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSpeechSynthesis"]>;
321
- useStepper: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStepper"]>;
322
- useStickyTableHeader: import("vue").UnwrapRef<typeof import("../../../composables/sticky-header")["useStickyTableHeader"]>;
323
- useStorage: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStorage"]>;
324
- useStorageAsync: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStorageAsync"]>;
325
- useStyleTag: import("vue").UnwrapRef<typeof import("@vueuse/core")["useStyleTag"]>;
326
- useSupported: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSupported"]>;
327
- useSwipe: import("vue").UnwrapRef<typeof import("@vueuse/core")["useSwipe"]>;
328
- useTable: import("vue").UnwrapRef<typeof import("../../../composables/defaults/table")["useTable"]>;
329
- useTemplateRef: import("vue").UnwrapRef<typeof import("vue")["useTemplateRef"]>;
330
- useTemplateRefsList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTemplateRefsList"]>;
331
- useTextDirection: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextDirection"]>;
332
- useTextSelection: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextSelection"]>;
333
- useTextareaAutosize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTextareaAutosize"]>;
334
- useThrottle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottle"]>;
335
- useThrottleFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottleFn"]>;
336
- useThrottledRefHistory: import("vue").UnwrapRef<typeof import("@vueuse/core")["useThrottledRefHistory"]>;
337
- useTimeAgo: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeAgo"]>;
338
- useTimeout: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeout"]>;
339
- useTimeoutFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeoutFn"]>;
340
- useTimeoutPoll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimeoutPoll"]>;
341
- useTimestamp: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTimestamp"]>;
342
- useTitle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTitle"]>;
343
- useToNumber: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToNumber"]>;
344
- useToString: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToString"]>;
345
- useToggle: import("vue").UnwrapRef<typeof import("@vueuse/core")["useToggle"]>;
346
- useTransition: import("vue").UnwrapRef<typeof import("@vueuse/core")["useTransition"]>;
347
- useUrlSearchParams: import("vue").UnwrapRef<typeof import("@vueuse/core")["useUrlSearchParams"]>;
348
- useUserMedia: import("vue").UnwrapRef<typeof import("@vueuse/core")["useUserMedia"]>;
349
- useVModel: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVModel"]>;
350
- useVModels: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVModels"]>;
351
- useVibrate: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVibrate"]>;
352
- useVirtualList: import("vue").UnwrapRef<typeof import("@vueuse/core")["useVirtualList"]>;
353
- useWakeLock: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWakeLock"]>;
354
- useWebNotification: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebNotification"]>;
355
- useWebSocket: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebSocket"]>;
356
- useWebWorker: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebWorker"]>;
357
- useWebWorkerFn: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWebWorkerFn"]>;
358
- useWindowFocus: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowFocus"]>;
359
- useWindowScroll: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowScroll"]>;
360
- useWindowSize: import("vue").UnwrapRef<typeof import("@vueuse/core")["useWindowSize"]>;
361
- watch: import("vue").UnwrapRef<typeof import("vue")["watch"]>;
362
- watchArray: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchArray"]>;
363
- watchAtMost: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchAtMost"]>;
364
- watchDebounced: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchDebounced"]>;
365
- watchDeep: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchDeep"]>;
366
- watchEffect: import("vue").UnwrapRef<typeof import("vue")["watchEffect"]>;
367
- watchIgnorable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchIgnorable"]>;
368
- watchImmediate: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchImmediate"]>;
369
- watchOnce: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchOnce"]>;
370
- watchPausable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchPausable"]>;
371
- watchPostEffect: import("vue").UnwrapRef<typeof import("vue")["watchPostEffect"]>;
372
- watchSyncEffect: import("vue").UnwrapRef<typeof import("vue")["watchSyncEffect"]>;
373
- watchThrottled: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchThrottled"]>;
374
- watchTriggerable: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchTriggerable"]>;
375
- watchWithFilter: import("vue").UnwrapRef<typeof import("@vueuse/core")["watchWithFilter"]>;
376
- whenever: import("vue").UnwrapRef<typeof import("@vueuse/core")["whenever"]>;
377
- };
378
7
  declare var __VLS_5: {}, __VLS_7: {};
379
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
8
+ type __VLS_Slots = {} & {
380
9
  default?: (props: typeof __VLS_5) => any;
381
10
  } & {
382
11
  default?: (props: typeof __VLS_7) => any;
383
- }>;
12
+ };
384
13
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
385
14
  reverse: boolean;
386
15
  active: boolean;
@@ -0,0 +1,18 @@
1
+ import { TimeAccuracy } from '../../consts/time-accuracy';
2
+ export interface RuiTimePickerProps {
3
+ accuracy?: TimeAccuracy;
4
+ borderless?: boolean;
5
+ }
6
+ type __VLS_Props = RuiTimePickerProps;
7
+ type __VLS_PublicProps = __VLS_Props & {
8
+ modelValue: Date | undefined;
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ "update:modelValue": (value: Date | undefined) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: Date | undefined) => any) | undefined;
14
+ }>, {
15
+ borderless: boolean;
16
+ accuracy: TimeAccuracy;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ export default _default;
@@ -42,10 +42,10 @@ export declare function useDropdownMenu<TValue, TItem>({ appendWidth, autoFocus,
42
42
  menuWidth: globalThis.ComputedRef<string>;
43
43
  moveHighlight: (up: boolean) => void;
44
44
  optionsWithSelectedHidden: globalThis.ComputedRef<TItem[]>;
45
- renderedData: globalThis.ComputedRef<{
45
+ renderedData: import("@vueuse/shared").UseArrayMapReturn<{
46
46
  _index: number;
47
47
  item: TItem;
48
- }[]>;
48
+ }>;
49
49
  toggle: (state?: boolean) => void;
50
50
  valueKey: globalThis.ComputedRef<TItem | TItem[] | TItem[KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>][] | NonNullable<TItem>[KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue>] | undefined>;
51
51
  wrapperProps: globalThis.ComputedRef<{
@@ -1,11 +1,11 @@
1
1
  import { useWindowSize as se, breakpointsTailwind as re, useBreakpoints as ie, createSharedComposable as ce, useColorMode as ae, unrefElement as Y, useResizeObserver as ee, useVirtualList as le, useArrayMap as ue, watchOnce as fe, useEventListener as K, useMutationObserver as de } from "@vueuse/core";
2
- import { c as G, p as pe, d as me, a as he, o as ge, f as ye, b as we, e as be, g as Le } from "../vendor-ClNuDbHx.js";
2
+ import { c as G, p as pe, d as me, a as he, o as ge, f as ye, b as we, e as be, g as Le } from "../vendor-BeEprDAU.js";
3
3
  import { computed as M, inject as te, ref as h, watch as W, onMounted as ne, watchEffect as ve, nextTick as Z } from "vue";
4
4
  import { get as e, set as l } from "@vueuse/shared";
5
- import { LuChevronsUpDown as Ce, LuArrowUp as xe, LuArrowDown as Te, LuArrowLeft as Se, LuArrowRight as ke, LuChevronUp as Ee, LuChevronDown as Pe, LuChevronLeft as Ie, LuChevronRight as Oe, LuChevronsLeft as $e, LuChevronsRight as Be, LuCircleAlert as De, LuCheck as Ae, LuCircleX as Me, LuCircleCheck as Re, LuCheckboxBlank as ze, LuCheckboxFill as He, LuCheckboxIndeterminateFill as _e, LuCheckboxBlankCircle as qe, LuCheckboxBlankCircleFill as je, LuRadioButtonFill as Ue } from "../icons/icons_7.es.js";
6
- import { LuEllipsis as Ve, LuInfo as We, LuEye as Fe, LuEyeOff as Ne } from "../icons/icons_8.es.js";
7
- import { LuTriangleAlert as Xe, LuX as Ke } from "../icons/icons_10.es.js";
8
- import { e as Ge } from "../utils/index-Bi6PqW7j.js";
5
+ import { LuChevronsUpDown as Ce, LuArrowUp as xe, LuArrowDown as Te, LuArrowLeft as Se, LuArrowRight as ke, LuChevronUp as Ee, LuChevronDown as Pe, LuChevronLeft as Ie, LuChevronRight as Oe, LuChevronsLeft as $e, LuChevronsRight as Be, LuCircleAlert as De, LuCheck as Ae, LuCircleX as Me, LuCircleCheck as Re, LuCheckboxBlank as ze, LuCheckboxFill as He, LuCheckboxIndeterminateFill as _e, LuCheckboxBlankCircle as qe, LuCheckboxBlankCircleFill as je, LuRadioButtonFill as Ue } from "../icons/icons_1.es.js";
6
+ import { LuEllipsis as Ve, LuInfo as We, LuEye as Fe, LuEyeOff as Ne } from "../icons/icons_2.es.js";
7
+ import { LuTriangleAlert as Xe, LuX as Ke } from "../icons/icons_4.es.js";
8
+ import { e as Ge } from "../utils/index-CxHG7aHQ.js";
9
9
  import { d as oe, T as O } from "../types/index-CN6Ip1GL.js";
10
10
  function ft() {
11
11
  const { width: r } = se(), f = {
@@ -464,13 +464,13 @@ export {
464
464
  Qe as I,
465
465
  et as T,
466
466
  ht as a,
467
- Ze as b,
468
- gt as c,
469
- wt as d,
470
- bt as e,
471
- yt as f,
472
- dt as g,
473
- mt as h,
467
+ mt as b,
468
+ Ze as c,
469
+ gt as d,
470
+ wt as e,
471
+ bt as f,
472
+ yt as g,
473
+ dt as h,
474
474
  ft as i,
475
475
  pt as u
476
476
  };
@@ -1,4 +1,4 @@
1
- import { i as o, u as a, h as u } from "./index-DKotjeCA.js";
1
+ import { i as o, u as a, b as u } from "./index-DOuH9rdn.js";
2
2
  export {
3
3
  o as useBreakpoint,
4
4
  a as useIcons,
@@ -0,0 +1,8 @@
1
+ const c = {
2
+ MINUTE: "minute",
3
+ SECOND: "second",
4
+ MILLISECOND: "millisecond"
5
+ };
6
+ export {
7
+ c as T
8
+ };
@@ -0,0 +1,6 @@
1
+ export declare const TimeAccuracy: {
2
+ readonly MINUTE: "minute";
3
+ readonly SECOND: "second";
4
+ readonly MILLISECOND: "millisecond";
5
+ };
6
+ export type TimeAccuracy = typeof TimeAccuracy[keyof typeof TimeAccuracy];