@hantera/design-system 20250417.3.0 → 20250513.0.0-develop.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 (81) hide show
  1. package/dist/entry.d.ts +1243 -48
  2. package/package.json +1 -1
  3. package/dist/components/ContextMenu.stories.d.ts +0 -241
  4. package/dist/components/ContextMenuButton.vue.d.ts +0 -85
  5. package/dist/components/DecimalInput.stories.d.ts +0 -1033
  6. package/dist/components/DecimalInput.vue.d.ts +0 -47
  7. package/dist/components/DecimalInputValue.d.ts +0 -5
  8. package/dist/components/DragAndDrop/Draggable.vue.d.ts +0 -35
  9. package/dist/components/DragAndDrop/DraggableListItem.vue.d.ts +0 -37
  10. package/dist/components/DragAndDrop/DropZone.vue.d.ts +0 -29
  11. package/dist/components/DropdownButton.stories.d.ts +0 -54
  12. package/dist/components/DropdownButton.vue.d.ts +0 -96
  13. package/dist/components/DropdownMenu/DropdownCheckbox.vue.d.ts +0 -26
  14. package/dist/components/DropdownMenu/DropdownDivider.vue.d.ts +0 -2
  15. package/dist/components/DropdownMenu/DropdownItem.vue.d.ts +0 -28
  16. package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +0 -34
  17. package/dist/components/DropdownMenu/DropdownTypes.d.ts +0 -5
  18. package/dist/components/Expandable.stories.d.ts +0 -45
  19. package/dist/components/Expandable.vue.d.ts +0 -31
  20. package/dist/components/ExternalLink.stories.d.ts +0 -28
  21. package/dist/components/ExternalLink.vue.d.ts +0 -20
  22. package/dist/components/FloatingPanel.stories.d.ts +0 -53
  23. package/dist/components/FloatingPanel.vue.d.ts +0 -35
  24. package/dist/components/Form.stories.d.ts +0 -13
  25. package/dist/components/Icons/IconArrow.vue.d.ts +0 -2
  26. package/dist/components/Icons/IconClose.vue.d.ts +0 -2
  27. package/dist/components/Icons/IconFilter.vue.d.ts +0 -2
  28. package/dist/components/Icons/IconHamburger.vue.d.ts +0 -2
  29. package/dist/components/Icons/IconInbound.vue.d.ts +0 -2
  30. package/dist/components/Icons/IconOutbound.vue.d.ts +0 -2
  31. package/dist/components/Icons/IconPlus.vue.d.ts +0 -2
  32. package/dist/components/Icons/IconQuestion.vue.d.ts +0 -2
  33. package/dist/components/Icons/IconRedo.vue.d.ts +0 -2
  34. package/dist/components/Icons/IconReload.vue.d.ts +0 -2
  35. package/dist/components/Icons/IconUndo.vue.d.ts +0 -2
  36. package/dist/components/Icons/IconWarning.vue.d.ts +0 -2
  37. package/dist/components/InlineInput.stories.d.ts +0 -98
  38. package/dist/components/InlineInput.vue.d.ts +0 -33
  39. package/dist/components/ListLink.stories.d.ts +0 -181
  40. package/dist/components/ListLink.vue.d.ts +0 -25
  41. package/dist/components/LoadingArea.stories.d.ts +0 -28
  42. package/dist/components/LoadingArea.vue.d.ts +0 -20
  43. package/dist/components/Panel.stories.d.ts +0 -32
  44. package/dist/components/Panel.vue.d.ts +0 -22
  45. package/dist/components/PanelContent.vue.d.ts +0 -22
  46. package/dist/components/PhoneInput.stories.d.ts +0 -212
  47. package/dist/components/PhoneInput.vue.d.ts +0 -42
  48. package/dist/components/RemoveButton.stories.d.ts +0 -24
  49. package/dist/components/RemoveButton.vue.d.ts +0 -12
  50. package/dist/components/Spinner.stories.d.ts +0 -6
  51. package/dist/components/Spinner.vue.d.ts +0 -2
  52. package/dist/components/TabBar/TabBar.vue.d.ts +0 -26
  53. package/dist/components/TabBar/TabItem.vue.d.ts +0 -96
  54. package/dist/components/TabBar/tab-keys.d.ts +0 -2
  55. package/dist/components/TabBar.stories.d.ts +0 -451
  56. package/dist/components/TextInput.stories.d.ts +0 -185
  57. package/dist/components/TextInput.vue.d.ts +0 -42
  58. package/dist/components/ToggleButton.stories.d.ts +0 -88
  59. package/dist/components/ToggleButton.vue.d.ts +0 -26
  60. package/dist/components/ToggleSwitch.stories.d.ts +0 -17
  61. package/dist/components/ToggleSwitch.vue.d.ts +0 -12
  62. package/dist/components/Tree/Tree.vue.d.ts +0 -32
  63. package/dist/components/Tree/TreeNodeComponent.vue.d.ts +0 -23
  64. package/dist/components/Tree/TreeNodeIndent.vue.d.ts +0 -6
  65. package/dist/components/Tree/tree-node.d.ts +0 -21
  66. package/dist/composition/use-drag-context.d.ts +0 -19
  67. package/dist/directives/ContextMenuApp.vue.d.ts +0 -2
  68. package/dist/directives/context-menu.d.ts +0 -28
  69. package/dist/docs/App.vue.d.ts +0 -2
  70. package/dist/docs/main.d.ts +0 -1
  71. package/dist/docs/pages/PageContextMenu.vue.d.ts +0 -2
  72. package/dist/docs/pages/PageDragAndDrop.vue.d.ts +0 -2
  73. package/dist/docs/pages/PageExpandable.vue.d.ts +0 -2
  74. package/dist/docs/pages/PageFloatingPanel.vue.d.ts +0 -2
  75. package/dist/docs/pages/PageIndex.vue.d.ts +0 -2
  76. package/dist/docs/pages/PagePanel.vue.d.ts +0 -2
  77. package/dist/docs/pages/PageSpinner.vue.d.ts +0 -2
  78. package/dist/docs/pages/PageTabBar.vue.d.ts +0 -2
  79. package/dist/docs/pages/PageTextInput.vue.d.ts +0 -2
  80. package/dist/log.d.ts +0 -6
  81. package/dist/use-close.d.ts +0 -6
package/dist/entry.d.ts CHANGED
@@ -1,48 +1,1243 @@
1
- import { Plugin } from 'vue';
2
- export { default as TextInput } from './components/TextInput.vue';
3
- export { default as DecimalInput } from './components/DecimalInput.vue';
4
- export type { DecimalInputValue } from './components/DecimalInputValue';
5
- export { default as PhoneInput } from './components/PhoneInput.vue';
6
- export { default as DropdownButton } from './components/DropdownButton.vue';
7
- export { default as ListLink } from './components/ListLink.vue';
8
- export { default as Panel } from './components/Panel.vue';
9
- export { default as FloatingPanel } from './components/FloatingPanel.vue';
10
- export { default as PanelContent } from './components/PanelContent.vue';
11
- export { default as InlineInput } from './components/InlineInput.vue';
12
- export { default as ContextMenuButton } from './components/ContextMenuButton.vue';
13
- export { default as RemoveButton } from './components/RemoveButton.vue';
14
- export { default as Expandable } from './components/Expandable.vue';
15
- export { default as ToggleButton } from './components/ToggleButton.vue';
16
- export { default as ToggleSwitch } from './components/ToggleSwitch.vue';
17
- export { default as ExternalLink } from './components/ExternalLink.vue';
18
- export { default as Spinner } from './components/Spinner.vue';
19
- export { default as LoadingArea } from './components/LoadingArea.vue';
20
- export { default as Tree } from './components/Tree/Tree.vue';
21
- export type { TreeNode } from './components/Tree/tree-node';
22
- export { default as Draggable } from './components/DragAndDrop/Draggable.vue';
23
- export { default as DraggableListItem } from './components/DragAndDrop/DraggableListItem.vue';
24
- export { default as DropZone } from './components/DragAndDrop/DropZone.vue';
25
- export { default as useDragContext, type DropZone as DropZoneRef, type DragPayload } from './composition/use-drag-context';
26
- export type { DropDownTarget, DropDownTargetPoint } from './components/DropdownMenu/DropdownTypes';
27
- export { default as DropdownMenu } from './components/DropdownMenu/DropdownMenu.vue';
28
- export { default as DropdownItem } from './components/DropdownMenu/DropdownItem.vue';
29
- export { default as DropdownCheckbox } from './components/DropdownMenu/DropdownCheckbox.vue';
30
- export { default as DropdownDivider } from './components/DropdownMenu/DropdownDivider.vue';
31
- export { default as TabBar } from './components/TabBar/TabBar.vue';
32
- export { default as TabItem } from './components/TabBar/TabItem.vue';
33
- export { default as IconClose } from './components/Icons/IconClose.vue';
34
- export { default as IconPlus } from './components/Icons/IconPlus.vue';
35
- export { default as IconArrow } from './components/Icons/IconArrow.vue';
36
- export { default as IconOutbound } from './components/Icons/IconOutbound.vue';
37
- export { default as IconInbound } from './components/Icons/IconInbound.vue';
38
- export { default as IconQuestion } from './components/Icons/IconQuestion.vue';
39
- export { default as IconReload } from './components/Icons/IconReload.vue';
40
- export { default as IconFilter } from './components/Icons/IconFilter.vue';
41
- export { default as IconRedo } from './components/Icons/IconRedo.vue';
42
- export { default as IconUndo } from './components/Icons/IconUndo.vue';
43
- export { default as IconHamburger } from './components/Icons/IconHamburger.vue';
44
- export { default as IconWarning } from './components/Icons/IconWarning.vue';
45
- export { type ContextMenuItem, type ContextMenuSection, type ContextMenuSections } from './directives/context-menu';
46
- export { default as useClose } from './use-close';
47
- declare const _default: Plugin<[]>;
48
- export default _default;
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { ComponentCustomProperties } from 'vue';
3
+ import { ComponentCustomProps } from 'vue';
4
+ import { ComponentInternalInstance } from 'vue';
5
+ import { ComponentOptionsBase } from 'vue';
6
+ import { ComponentOptionsMixin } from 'vue';
7
+ import { ComponentProvideOptions } from 'vue';
8
+ import { ComponentPublicInstance } from 'vue';
9
+ import { ComputedRef } from 'vue';
10
+ import { DebuggerEvent } from 'vue';
11
+ import { Decimal } from 'decimal.js';
12
+ import { default as default_2 } from 'decimal.js';
13
+ import { DefineComponent } from 'vue';
14
+ import { GlobalComponents } from 'vue';
15
+ import { GlobalDirectives } from 'vue';
16
+ import { nextTick } from 'vue';
17
+ import { OnCleanup } from '@vue/reactivity';
18
+ import { Plugin as Plugin_2 } from 'vue';
19
+ import { PublicProps } from 'vue';
20
+ import { ShallowUnwrapRef } from 'vue';
21
+ import { Slot } from 'vue';
22
+ import { VNodeProps } from 'vue';
23
+ import { WatchOptions } from 'vue';
24
+ import { WatchStopHandle } from 'vue';
25
+
26
+ declare const __VLS_component: DefineComponent< {
27
+ label: string;
28
+ onClick?: any;
29
+ disabled?: boolean;
30
+ primary?: boolean;
31
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
32
+ click: () => any;
33
+ }, string, PublicProps, Readonly<{
34
+ label: string;
35
+ onClick?: any;
36
+ disabled?: boolean;
37
+ primary?: boolean;
38
+ }> & Readonly<{
39
+ onClick?: (() => any) | undefined;
40
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
41
+
42
+ declare const __VLS_component_10: DefineComponent< {
43
+ loading: boolean;
44
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
45
+ loading: boolean;
46
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
47
+
48
+ declare const __VLS_component_11: DefineComponent< {
49
+ cacheKey: string;
50
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
51
+ cacheKey: string;
52
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
53
+
54
+ declare const __VLS_component_12: DefineComponent< {
55
+ type: string;
56
+ data: any;
57
+ metadata?: Record<string, any>;
58
+ handleSelector?: string;
59
+ allowDrag: boolean;
60
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
61
+ dropped: (zone: DropZoneRef) => any;
62
+ }, string, PublicProps, Readonly<{
63
+ type: string;
64
+ data: any;
65
+ metadata?: Record<string, any>;
66
+ handleSelector?: string;
67
+ allowDrag: boolean;
68
+ }> & Readonly<{
69
+ onDropped?: ((zone: DropZoneRef) => any) | undefined;
70
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
71
+
72
+ declare const __VLS_component_13: DefineComponent< {
73
+ type: string;
74
+ data: any;
75
+ metadata?: Record<string, any>;
76
+ handleSelector?: string;
77
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
78
+ dropped: (zone: DropZoneRef) => any;
79
+ dropBefore: (payload: DragPayload) => any;
80
+ dropAfter: (payload: DragPayload) => any;
81
+ }, string, PublicProps, Readonly<{
82
+ type: string;
83
+ data: any;
84
+ metadata?: Record<string, any>;
85
+ handleSelector?: string;
86
+ }> & Readonly<{
87
+ onDropped?: ((zone: DropZoneRef) => any) | undefined;
88
+ onDropBefore?: ((payload: DragPayload) => any) | undefined;
89
+ onDropAfter?: ((payload: DragPayload) => any) | undefined;
90
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
91
+
92
+ declare const __VLS_component_14: DefineComponent< {
93
+ accepts: string | string[];
94
+ metadata?: Record<string, any>;
95
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
96
+ drop: (payload: DragPayload) => any;
97
+ }, string, PublicProps, Readonly<{
98
+ accepts: string | string[];
99
+ metadata?: Record<string, any>;
100
+ }> & Readonly<{
101
+ onDrop?: ((payload: DragPayload) => any) | undefined;
102
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
103
+
104
+ declare const __VLS_component_15: DefineComponent< {
105
+ target?: DropDownTarget | null;
106
+ }, {
107
+ open: typeof open_4;
108
+ close: typeof close_3;
109
+ isOpen: typeof isOpen;
110
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
111
+ close: () => any;
112
+ }, string, PublicProps, Readonly<{
113
+ target?: DropDownTarget | null;
114
+ }> & Readonly<{
115
+ onClose?: (() => any) | undefined;
116
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
117
+
118
+ declare const __VLS_component_16: DefineComponent< {
119
+ disabled?: boolean;
120
+ title?: string;
121
+ onClick?: any;
122
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
123
+ click: (preventClose: () => void) => any;
124
+ }, string, PublicProps, Readonly<{
125
+ disabled?: boolean;
126
+ title?: string;
127
+ onClick?: any;
128
+ }> & Readonly<{
129
+ onClick?: ((preventClose: () => void) => any) | undefined;
130
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
131
+
132
+ declare const __VLS_component_17: DefineComponent< {
133
+ selected: boolean;
134
+ closeOnClick?: boolean;
135
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
136
+ click: () => any;
137
+ }, string, PublicProps, Readonly<{
138
+ selected: boolean;
139
+ closeOnClick?: boolean;
140
+ }> & Readonly<{
141
+ onClick?: (() => any) | undefined;
142
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
143
+
144
+ declare const __VLS_component_18: DefineComponent< {
145
+ title?: string;
146
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
147
+ title?: string;
148
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
149
+
150
+ declare const __VLS_component_19: DefineComponent< {
151
+ modelValue: string | number;
152
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
153
+ "update:modelValue": (value: string | number) => any;
154
+ }, string, PublicProps, Readonly<{
155
+ modelValue: string | number;
156
+ }> & Readonly<{
157
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
158
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
159
+
160
+ declare const __VLS_component_2: DefineComponent< {
161
+ to: string;
162
+ label?: string;
163
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
164
+ to: string;
165
+ label?: string;
166
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
167
+
168
+ declare const __VLS_component_20: DefineComponent< {
169
+ label?: string;
170
+ count?: number;
171
+ value: string | number;
172
+ onClose?: any;
173
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
174
+ close: () => any;
175
+ }, string, PublicProps, Readonly<{
176
+ label?: string;
177
+ count?: number;
178
+ value: string | number;
179
+ onClose?: any;
180
+ }> & Readonly<{
181
+ onClose?: (() => any) | undefined;
182
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
183
+
184
+ declare const __VLS_component_3: DefineComponent< {
185
+ label?: string;
186
+ isRoot?: boolean;
187
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
188
+ label?: string;
189
+ isRoot?: boolean;
190
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
191
+
192
+ declare const __VLS_component_4: DefineComponent< {
193
+ label: string;
194
+ showClose?: boolean;
195
+ }, {
196
+ open: typeof open_2;
197
+ openModal: typeof openModal;
198
+ close: typeof close_2;
199
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
200
+ close: () => any;
201
+ }, string, PublicProps, Readonly<{
202
+ label: string;
203
+ showClose?: boolean;
204
+ }> & Readonly<{
205
+ onClose?: (() => any) | undefined;
206
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
207
+
208
+ declare const __VLS_component_5: DefineComponent< {
209
+ label?: string;
210
+ contentClass?: string | Record<string, any> | Array<string>;
211
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
212
+ label?: string;
213
+ contentClass?: string | Record<string, any> | Array<string>;
214
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
215
+
216
+ declare const __VLS_component_6: DefineComponent< {}, {
217
+ open: typeof open_3;
218
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
219
+
220
+ declare const __VLS_component_7: DefineComponent< {
221
+ label?: string;
222
+ flip?: boolean;
223
+ modelValue?: boolean;
224
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
225
+ "update:modelValue": (value: boolean) => any;
226
+ }, string, PublicProps, Readonly<{
227
+ label?: string;
228
+ flip?: boolean;
229
+ modelValue?: boolean;
230
+ }> & Readonly<{
231
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
232
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
233
+
234
+ declare const __VLS_component_8: DefineComponent< {
235
+ modelValue: boolean;
236
+ disabled?: boolean;
237
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
238
+ "update:modelValue": (value: boolean) => any;
239
+ }, string, PublicProps, Readonly<{
240
+ modelValue: boolean;
241
+ disabled?: boolean;
242
+ }> & Readonly<{
243
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
244
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
245
+
246
+ declare const __VLS_component_9: DefineComponent< {
247
+ href: string;
248
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
249
+ href: string;
250
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
251
+
252
+ declare type __VLS_PublicProps = {
253
+ modelValue: any;
254
+ } & typeof __VLS_typeProps;
255
+
256
+ declare type __VLS_PublicProps_2 = {
257
+ modelValue?: {
258
+ start: Date;
259
+ end: Date;
260
+ } | Date;
261
+ } & typeof __VLS_typeProps_2;
262
+
263
+ declare function __VLS_template(): {
264
+ slots: {
265
+ default?(_: {}): any;
266
+ };
267
+ refs: {
268
+ button: HTMLButtonElement;
269
+ dropdownMenu: ({
270
+ $: ComponentInternalInstance;
271
+ $data: {};
272
+ $props: {
273
+ readonly target?: (DropDownTarget | null) | undefined;
274
+ readonly onClose?: (() => any) | undefined;
275
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
276
+ $attrs: {
277
+ [x: string]: unknown;
278
+ };
279
+ $refs: {
280
+ [x: string]: unknown;
281
+ };
282
+ $slots: Readonly<{
283
+ [name: string]: Slot<any> | undefined;
284
+ }>;
285
+ $root: ComponentPublicInstance | null;
286
+ $parent: ComponentPublicInstance | null;
287
+ $host: Element | null;
288
+ $emit: (event: "close") => void;
289
+ $el: any;
290
+ $options: ComponentOptionsBase<Readonly<{
291
+ target?: DropDownTarget | null;
292
+ }> & Readonly<{
293
+ onClose?: (() => any) | undefined;
294
+ }>, {
295
+ open: () => void;
296
+ close: () => void;
297
+ isOpen: () => boolean;
298
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
299
+ close: () => any;
300
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
301
+ beforeCreate?: (() => void) | (() => void)[];
302
+ created?: (() => void) | (() => void)[];
303
+ beforeMount?: (() => void) | (() => void)[];
304
+ mounted?: (() => void) | (() => void)[];
305
+ beforeUpdate?: (() => void) | (() => void)[];
306
+ updated?: (() => void) | (() => void)[];
307
+ activated?: (() => void) | (() => void)[];
308
+ deactivated?: (() => void) | (() => void)[];
309
+ beforeDestroy?: (() => void) | (() => void)[];
310
+ beforeUnmount?: (() => void) | (() => void)[];
311
+ destroyed?: (() => void) | (() => void)[];
312
+ unmounted?: (() => void) | (() => void)[];
313
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
314
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
315
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
316
+ };
317
+ $forceUpdate: () => void;
318
+ $nextTick: nextTick;
319
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
320
+ } & Readonly<{}> & Omit<Readonly<{
321
+ target?: DropDownTarget | null;
322
+ }> & Readonly<{
323
+ onClose?: (() => any) | undefined;
324
+ }>, "close" | "open" | "isOpen"> & ShallowUnwrapRef< {
325
+ open: () => void;
326
+ close: () => void;
327
+ isOpen: () => boolean;
328
+ }> & {} & ComponentCustomProperties & {} & {
329
+ $slots: {
330
+ default?(_: {}): any;
331
+ };
332
+ }) | null;
333
+ };
334
+ attrs: Partial<{}>;
335
+ };
336
+
337
+ declare function __VLS_template_10(): {
338
+ slots: {
339
+ default?(_: {}): any;
340
+ };
341
+ refs: {};
342
+ attrs: Partial<{}>;
343
+ };
344
+
345
+ declare function __VLS_template_11(): {
346
+ slots: {
347
+ sidebar?(_: {}): any;
348
+ content?(_: {}): any;
349
+ };
350
+ refs: {};
351
+ attrs: Partial<{}>;
352
+ };
353
+
354
+ declare function __VLS_template_12(): {
355
+ slots: {
356
+ default?(_: {}): any;
357
+ };
358
+ refs: {
359
+ draggable: HTMLDivElement;
360
+ };
361
+ attrs: Partial<{}>;
362
+ };
363
+
364
+ declare function __VLS_template_13(): {
365
+ slots: {
366
+ default?(_: {}): any;
367
+ };
368
+ refs: {
369
+ draggable: HTMLDivElement;
370
+ };
371
+ attrs: Partial<{}>;
372
+ };
373
+
374
+ declare function __VLS_template_14(): {
375
+ slots: {
376
+ default?(_: {}): any;
377
+ };
378
+ refs: {
379
+ element: HTMLDivElement;
380
+ };
381
+ attrs: Partial<{}>;
382
+ };
383
+
384
+ declare function __VLS_template_15(): {
385
+ slots: {
386
+ default?(_: {}): any;
387
+ };
388
+ refs: {
389
+ dropdown: HTMLDialogElement;
390
+ };
391
+ attrs: Partial<{}>;
392
+ };
393
+
394
+ declare function __VLS_template_16(): {
395
+ slots: {
396
+ default?(_: {}): any;
397
+ };
398
+ refs: {};
399
+ attrs: Partial<{}>;
400
+ };
401
+
402
+ declare function __VLS_template_17(): {
403
+ slots: {
404
+ default?(_: {}): any;
405
+ };
406
+ refs: {};
407
+ attrs: Partial<{}>;
408
+ };
409
+
410
+ declare function __VLS_template_18(): {
411
+ slots: {
412
+ default?(_: {}): any;
413
+ };
414
+ refs: {};
415
+ attrs: Partial<{}>;
416
+ };
417
+
418
+ declare function __VLS_template_19(): {
419
+ slots: {
420
+ actions?(_: {}): any;
421
+ default?(_: {}): any;
422
+ filler?(_: {}): any;
423
+ };
424
+ refs: {};
425
+ attrs: Partial<{}>;
426
+ };
427
+
428
+ declare function __VLS_template_2(): {
429
+ slots: {
430
+ default?(_: {}): any;
431
+ dropdown?(_: {}): any;
432
+ };
433
+ refs: {
434
+ element: HTMLLIElement;
435
+ };
436
+ attrs: Partial<{}>;
437
+ };
438
+
439
+ declare function __VLS_template_20(): {
440
+ slots: {
441
+ content?(_: {}): any;
442
+ default?(_: {}): any;
443
+ };
444
+ refs: {
445
+ contextMenu: ({
446
+ $: ComponentInternalInstance;
447
+ $data: {};
448
+ $props: {
449
+ readonly target?: (DropDownTarget | null) | undefined;
450
+ readonly onClose?: (() => any) | undefined;
451
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
452
+ $attrs: {
453
+ [x: string]: unknown;
454
+ };
455
+ $refs: {
456
+ [x: string]: unknown;
457
+ };
458
+ $slots: Readonly<{
459
+ [name: string]: Slot<any> | undefined;
460
+ }>;
461
+ $root: ComponentPublicInstance | null;
462
+ $parent: ComponentPublicInstance | null;
463
+ $host: Element | null;
464
+ $emit: (event: "close") => void;
465
+ $el: any;
466
+ $options: ComponentOptionsBase<Readonly<{
467
+ target?: DropDownTarget | null;
468
+ }> & Readonly<{
469
+ onClose?: (() => any) | undefined;
470
+ }>, {
471
+ open: () => void;
472
+ close: () => void;
473
+ isOpen: () => boolean;
474
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
475
+ close: () => any;
476
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
477
+ beforeCreate?: (() => void) | (() => void)[];
478
+ created?: (() => void) | (() => void)[];
479
+ beforeMount?: (() => void) | (() => void)[];
480
+ mounted?: (() => void) | (() => void)[];
481
+ beforeUpdate?: (() => void) | (() => void)[];
482
+ updated?: (() => void) | (() => void)[];
483
+ activated?: (() => void) | (() => void)[];
484
+ deactivated?: (() => void) | (() => void)[];
485
+ beforeDestroy?: (() => void) | (() => void)[];
486
+ beforeUnmount?: (() => void) | (() => void)[];
487
+ destroyed?: (() => void) | (() => void)[];
488
+ unmounted?: (() => void) | (() => void)[];
489
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
490
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
491
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
492
+ };
493
+ $forceUpdate: () => void;
494
+ $nextTick: nextTick;
495
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
496
+ } & Readonly<{}> & Omit<Readonly<{
497
+ target?: DropDownTarget | null;
498
+ }> & Readonly<{
499
+ onClose?: (() => any) | undefined;
500
+ }>, "close" | "open" | "isOpen"> & ShallowUnwrapRef< {
501
+ open: () => void;
502
+ close: () => void;
503
+ isOpen: () => boolean;
504
+ }> & {} & ComponentCustomProperties & {} & {
505
+ $slots: {
506
+ default?(_: {}): any;
507
+ };
508
+ }) | null;
509
+ };
510
+ attrs: Partial<{}>;
511
+ };
512
+
513
+ declare function __VLS_template_3(): {
514
+ slots: {
515
+ default?(_: {}): any;
516
+ };
517
+ refs: {};
518
+ attrs: Partial<{}>;
519
+ };
520
+
521
+ declare function __VLS_template_4(): {
522
+ slots: {
523
+ default?(_: {}): any;
524
+ };
525
+ refs: {
526
+ dialogElem: HTMLDialogElement;
527
+ };
528
+ attrs: Partial<{}>;
529
+ };
530
+
531
+ declare function __VLS_template_5(): {
532
+ slots: {
533
+ default?(_: {}): any;
534
+ };
535
+ refs: {};
536
+ attrs: Partial<{}>;
537
+ };
538
+
539
+ declare function __VLS_template_6(): {
540
+ slots: {
541
+ default?(_: {}): any;
542
+ };
543
+ refs: {
544
+ button: HTMLDivElement;
545
+ dropdown: ({
546
+ $: ComponentInternalInstance;
547
+ $data: {};
548
+ $props: {
549
+ readonly target?: (DropDownTarget | null) | undefined;
550
+ readonly onClose?: (() => any) | undefined;
551
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
552
+ $attrs: {
553
+ [x: string]: unknown;
554
+ };
555
+ $refs: {
556
+ [x: string]: unknown;
557
+ };
558
+ $slots: Readonly<{
559
+ [name: string]: Slot<any> | undefined;
560
+ }>;
561
+ $root: ComponentPublicInstance | null;
562
+ $parent: ComponentPublicInstance | null;
563
+ $host: Element | null;
564
+ $emit: (event: "close") => void;
565
+ $el: any;
566
+ $options: ComponentOptionsBase<Readonly<{
567
+ target?: DropDownTarget | null;
568
+ }> & Readonly<{
569
+ onClose?: (() => any) | undefined;
570
+ }>, {
571
+ open: () => void;
572
+ close: () => void;
573
+ isOpen: () => boolean;
574
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
575
+ close: () => any;
576
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
577
+ beforeCreate?: (() => void) | (() => void)[];
578
+ created?: (() => void) | (() => void)[];
579
+ beforeMount?: (() => void) | (() => void)[];
580
+ mounted?: (() => void) | (() => void)[];
581
+ beforeUpdate?: (() => void) | (() => void)[];
582
+ updated?: (() => void) | (() => void)[];
583
+ activated?: (() => void) | (() => void)[];
584
+ deactivated?: (() => void) | (() => void)[];
585
+ beforeDestroy?: (() => void) | (() => void)[];
586
+ beforeUnmount?: (() => void) | (() => void)[];
587
+ destroyed?: (() => void) | (() => void)[];
588
+ unmounted?: (() => void) | (() => void)[];
589
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
590
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
591
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
592
+ };
593
+ $forceUpdate: () => void;
594
+ $nextTick: nextTick;
595
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
596
+ } & Readonly<{}> & Omit<Readonly<{
597
+ target?: DropDownTarget | null;
598
+ }> & Readonly<{
599
+ onClose?: (() => any) | undefined;
600
+ }>, "close" | "open" | "isOpen"> & ShallowUnwrapRef< {
601
+ open: () => void;
602
+ close: () => void;
603
+ isOpen: () => boolean;
604
+ }> & {} & ComponentCustomProperties & {} & {
605
+ $slots: {
606
+ default?(_: {}): any;
607
+ };
608
+ }) | null;
609
+ };
610
+ attrs: Partial<{}>;
611
+ };
612
+
613
+ declare function __VLS_template_7(): {
614
+ slots: {
615
+ label?(_: {}): any;
616
+ default?(_: {}): any;
617
+ };
618
+ refs: {
619
+ content: HTMLDivElement;
620
+ };
621
+ attrs: Partial<{}>;
622
+ };
623
+
624
+ declare function __VLS_template_8(): {
625
+ slots: {
626
+ default?(_: {}): any;
627
+ };
628
+ refs: {};
629
+ attrs: Partial<{}>;
630
+ };
631
+
632
+ declare function __VLS_template_9(): {
633
+ slots: {
634
+ default?(_: {}): any;
635
+ };
636
+ refs: {};
637
+ attrs: Partial<{}>;
638
+ };
639
+
640
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
641
+
642
+ declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
643
+
644
+ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
645
+
646
+ declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
647
+
648
+ declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
649
+
650
+ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
651
+
652
+ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
653
+
654
+ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
655
+
656
+ declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
657
+
658
+ declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
659
+
660
+ declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
661
+
662
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
663
+
664
+ declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
665
+
666
+ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
667
+
668
+ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
669
+
670
+ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
671
+
672
+ declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
673
+
674
+ declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
675
+
676
+ declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
677
+
678
+ declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
679
+
680
+ declare let __VLS_typeProps: {
681
+ placeholder?: string;
682
+ name?: string;
683
+ type?: string;
684
+ disabled?: boolean;
685
+ autocomplete?: 'email' | 'url' | 'off' | 'tel' | 'text' | 'password';
686
+ };
687
+
688
+ declare let __VLS_typeProps_2: {
689
+ minDate?: Date;
690
+ maxDate?: Date;
691
+ startOfWeek?: number;
692
+ mode?: 'single' | 'range';
693
+ weekNumbers?: 'firstFourDays';
694
+ };
695
+
696
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
697
+ new (): {
698
+ $slots: S;
699
+ };
700
+ };
701
+
702
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
703
+ new (): {
704
+ $slots: S;
705
+ };
706
+ };
707
+
708
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
709
+ new (): {
710
+ $slots: S;
711
+ };
712
+ };
713
+
714
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
715
+ new (): {
716
+ $slots: S;
717
+ };
718
+ };
719
+
720
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
721
+ new (): {
722
+ $slots: S;
723
+ };
724
+ };
725
+
726
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
727
+ new (): {
728
+ $slots: S;
729
+ };
730
+ };
731
+
732
+ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
733
+ new (): {
734
+ $slots: S;
735
+ };
736
+ };
737
+
738
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
739
+ new (): {
740
+ $slots: S;
741
+ };
742
+ };
743
+
744
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
745
+ new (): {
746
+ $slots: S;
747
+ };
748
+ };
749
+
750
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
751
+ new (): {
752
+ $slots: S;
753
+ };
754
+ };
755
+
756
+ declare type __VLS_WithTemplateSlots_19<T, S> = T & {
757
+ new (): {
758
+ $slots: S;
759
+ };
760
+ };
761
+
762
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
763
+ new (): {
764
+ $slots: S;
765
+ };
766
+ };
767
+
768
+ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
769
+ new (): {
770
+ $slots: S;
771
+ };
772
+ };
773
+
774
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
775
+ new (): {
776
+ $slots: S;
777
+ };
778
+ };
779
+
780
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
781
+ new (): {
782
+ $slots: S;
783
+ };
784
+ };
785
+
786
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
787
+ new (): {
788
+ $slots: S;
789
+ };
790
+ };
791
+
792
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
793
+ new (): {
794
+ $slots: S;
795
+ };
796
+ };
797
+
798
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
799
+ new (): {
800
+ $slots: S;
801
+ };
802
+ };
803
+
804
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
805
+ new (): {
806
+ $slots: S;
807
+ };
808
+ };
809
+
810
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
811
+ new (): {
812
+ $slots: S;
813
+ };
814
+ };
815
+
816
+ declare function blur_2(): void;
817
+
818
+ declare function close_2(): void;
819
+
820
+ declare function close_3(): void;
821
+
822
+ export declare const ContextMenuButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
823
+
824
+ export declare interface ContextMenuItem {
825
+ label: string;
826
+ shortcut?: string;
827
+ /**
828
+ * If set to true, the item will only be shown if the shift keys is pressed when the context menu is opened.
829
+ */
830
+ hidden?: boolean;
831
+ action?: () => void;
832
+ }
833
+
834
+ export declare interface ContextMenuSection extends Array<ContextMenuItem> {
835
+ /**
836
+ * Optional key providing deduplication of sections when using nested context menues. If a section with the same key
837
+ * is provided by a parent, it will be ignored.
838
+ */
839
+ key?: string;
840
+ }
841
+
842
+ export declare interface ContextMenuSections extends Array<ContextMenuSection> {
843
+ }
844
+
845
+ export declare const DatePicker: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
846
+ "update:modelValue": (modelValue: Date | {
847
+ start: Date;
848
+ end: Date;
849
+ }) => any;
850
+ } & {
851
+ "update:selectionState": (value: "single" | "start" | "end") => any;
852
+ }, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
853
+ "onUpdate:modelValue"?: ((modelValue: Date | {
854
+ start: Date;
855
+ end: Date;
856
+ }) => any) | undefined;
857
+ "onUpdate:selectionState"?: ((value: "single" | "start" | "end") => any) | undefined;
858
+ }>, {
859
+ startOfWeek: number;
860
+ mode: "single" | "range";
861
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
862
+
863
+ export declare const DecimalInput: DefineComponent< {
864
+ modelValue?: DecimalInputValue | Decimal;
865
+ name?: string;
866
+ selectOnFocus?: boolean;
867
+ disabled?: boolean;
868
+ maxValue?: Decimal | number;
869
+ minValue?: Decimal | number;
870
+ allowPercentage?: boolean;
871
+ }, {
872
+ setError: typeof setError_2;
873
+ focus: typeof focus_3;
874
+ select: typeof select_2;
875
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
876
+ blur: (value: Event) => any;
877
+ change: () => any;
878
+ focus: (value: Event) => any;
879
+ keydown: (value: KeyboardEvent) => any;
880
+ keypress: (value: KeyboardEvent) => any;
881
+ keyenter: (value: KeyboardEvent) => any;
882
+ "update:modelValue": (value: DecimalInputValue | Decimal) => any;
883
+ }, string, PublicProps, Readonly<{
884
+ modelValue?: DecimalInputValue | Decimal;
885
+ name?: string;
886
+ selectOnFocus?: boolean;
887
+ disabled?: boolean;
888
+ maxValue?: Decimal | number;
889
+ minValue?: Decimal | number;
890
+ allowPercentage?: boolean;
891
+ }> & Readonly<{
892
+ onBlur?: ((value: Event) => any) | undefined;
893
+ onChange?: (() => any) | undefined;
894
+ onFocus?: ((value: Event) => any) | undefined;
895
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
896
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
897
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
898
+ "onUpdate:modelValue"?: ((value: DecimalInputValue | Decimal) => any) | undefined;
899
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
900
+
901
+ export declare interface DecimalInputValue {
902
+ value: default_2;
903
+ isPercentage: boolean;
904
+ }
905
+
906
+ declare const _default: Plugin_2<[]>;
907
+ export default _default;
908
+
909
+ export declare const Draggable: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
910
+
911
+ export declare const DraggableListItem: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
912
+
913
+ export declare interface DragPayload {
914
+ type: string;
915
+ data: any;
916
+ sourceElement?: HTMLElement | null;
917
+ metadata?: Record<string, any>;
918
+ onDrop?: (zone: DropZoneRef) => void;
919
+ }
920
+
921
+ export declare const DropdownButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
922
+
923
+ export declare const DropdownCheckbox: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
924
+
925
+ export declare const DropdownDivider: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
926
+
927
+ export declare const DropdownGroup: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
928
+
929
+ export declare const DropdownItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
930
+
931
+ export declare const DropdownMenu: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
932
+
933
+ export declare type DropDownTarget = Element | DropDownTargetPoint;
934
+
935
+ export declare interface DropDownTargetPoint {
936
+ x: number;
937
+ y: number;
938
+ }
939
+
940
+ export declare const DropZone: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
941
+
942
+ export declare interface DropZoneRef {
943
+ accepts: string | string[];
944
+ element: HTMLElement;
945
+ metadata?: Record<string, any>;
946
+ onDrop?: (payload: DragPayload) => void;
947
+ }
948
+
949
+ export declare const Expandable: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
950
+
951
+ export declare const ExternalLink: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
952
+
953
+ export declare const FloatingPanel: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
954
+
955
+ declare function focus_2(): void;
956
+
957
+ declare function focus_3(): void;
958
+
959
+ declare function focus_4(): void;
960
+
961
+ declare function focus_5(): void;
962
+
963
+ export declare const IconArrow: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
964
+
965
+ export declare const IconClose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
966
+
967
+ export declare const IconFilter: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
968
+
969
+ export declare const IconHamburger: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
970
+
971
+ export declare const IconInbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
972
+
973
+ export declare const IconOutbound: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
974
+
975
+ export declare const IconPlus: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
976
+
977
+ export declare const IconQuestion: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
978
+
979
+ export declare const IconRedo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
980
+
981
+ export declare const IconReload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
982
+
983
+ export declare const IconUndo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
984
+
985
+ export declare const IconWarning: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
986
+
987
+ export declare const InlineInput: DefineComponent< {
988
+ modelValue?: string;
989
+ name?: string;
990
+ type?: string;
991
+ placeholder?: string;
992
+ autocomplete?: "email" | "url";
993
+ }, {
994
+ setError: typeof setError_4;
995
+ focus: typeof focus_5;
996
+ select: typeof select_4;
997
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
998
+ blur: (value: Event) => any;
999
+ focus: (value: Event) => any;
1000
+ "update:modelValue": (value: string) => any;
1001
+ }, string, PublicProps, Readonly<{
1002
+ modelValue?: string;
1003
+ name?: string;
1004
+ type?: string;
1005
+ placeholder?: string;
1006
+ autocomplete?: "email" | "url";
1007
+ }> & Readonly<{
1008
+ onBlur?: ((value: Event) => any) | undefined;
1009
+ onFocus?: ((value: Event) => any) | undefined;
1010
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1011
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1012
+
1013
+ declare function isOpen(): boolean;
1014
+
1015
+ export declare const ListLink: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1016
+
1017
+ export declare const LoadingArea: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1018
+
1019
+ declare function open_2(): void;
1020
+
1021
+ declare function open_3(): void;
1022
+
1023
+ declare function open_4(): void;
1024
+
1025
+ declare function openModal(): void;
1026
+
1027
+ export declare const Panel: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1028
+
1029
+ export declare const PanelContent: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1030
+
1031
+ export declare const PhoneInput: DefineComponent< {
1032
+ modelValue: string;
1033
+ isValid?: boolean;
1034
+ defaultCountry?: string;
1035
+ name?: string;
1036
+ }, {
1037
+ setError: typeof setError_3;
1038
+ focus: typeof focus_4;
1039
+ select: typeof select_3;
1040
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1041
+ blur: (value: Event) => any;
1042
+ focus: (value: Event) => any;
1043
+ keydown: (value: KeyboardEvent) => any;
1044
+ keypress: (value: KeyboardEvent) => any;
1045
+ keyenter: (value: KeyboardEvent) => any;
1046
+ "update:modelValue": (value: string) => any;
1047
+ "update:isValid": (value: boolean) => any;
1048
+ }, string, PublicProps, Readonly<{
1049
+ modelValue: string;
1050
+ isValid?: boolean;
1051
+ defaultCountry?: string;
1052
+ name?: string;
1053
+ }> & Readonly<{
1054
+ onBlur?: ((value: Event) => any) | undefined;
1055
+ onFocus?: ((value: Event) => any) | undefined;
1056
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1057
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1058
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1059
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1060
+ "onUpdate:isValid"?: ((value: boolean) => any) | undefined;
1061
+ }>, {
1062
+ isValid: boolean;
1063
+ defaultCountry: string;
1064
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1065
+
1066
+ export declare const RemoveButton: DefineComponent< {
1067
+ /**
1068
+ * If this button is used on an "inverted" background, set to true to increase contrast
1069
+ */
1070
+ invertColors?: boolean;
1071
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
1072
+ /**
1073
+ * If this button is used on an "inverted" background, set to true to increase contrast
1074
+ */
1075
+ invertColors?: boolean;
1076
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1077
+
1078
+ declare function rename(node: string | TreeNode): void;
1079
+
1080
+ declare function scrollIntoView(): void;
1081
+
1082
+ declare function select(): void;
1083
+
1084
+ declare function select_2(): void;
1085
+
1086
+ declare function select_3(): void;
1087
+
1088
+ declare function select_4(): void;
1089
+
1090
+ /**
1091
+ *
1092
+ * @param error The error message
1093
+ */
1094
+ declare function setError(message?: string): void;
1095
+
1096
+ /**
1097
+ *
1098
+ * @param error The error message
1099
+ */
1100
+ declare function setError_2(message?: string): void;
1101
+
1102
+ /**
1103
+ *
1104
+ * @param error The error message
1105
+ */
1106
+ declare function setError_3(message?: string): void;
1107
+
1108
+ /**
1109
+ *
1110
+ * @param error The error message
1111
+ */
1112
+ declare function setError_4(message?: string): void;
1113
+
1114
+ export declare const SidebarLayout: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
1115
+
1116
+ export declare const Spinner: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1117
+
1118
+ export declare const TabBar: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1119
+
1120
+ export declare const TabItem: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1121
+
1122
+ export declare const TextInput: DefineComponent<__VLS_PublicProps, {
1123
+ setError: typeof setError;
1124
+ focus: typeof focus_2;
1125
+ blur: typeof blur_2;
1126
+ select: typeof select;
1127
+ scrollIntoView: typeof scrollIntoView;
1128
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1129
+ "update:modelValue": (modelValue: any) => any;
1130
+ } & {
1131
+ blur: (value: Event) => any;
1132
+ focus: (value: Event) => any;
1133
+ keydown: (value: KeyboardEvent) => any;
1134
+ keypress: (value: KeyboardEvent) => any;
1135
+ keyenter: (value: KeyboardEvent) => any;
1136
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
1137
+ onBlur?: ((value: Event) => any) | undefined;
1138
+ onFocus?: ((value: Event) => any) | undefined;
1139
+ onKeydown?: ((value: KeyboardEvent) => any) | undefined;
1140
+ onKeypress?: ((value: KeyboardEvent) => any) | undefined;
1141
+ onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
1142
+ "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
1143
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1144
+
1145
+ export declare const ToggleButton: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1146
+
1147
+ export declare const ToggleSwitch: DefineComponent< {
1148
+ modelValue: boolean;
1149
+ disabled?: boolean;
1150
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1151
+ "update:modelValue": (value: boolean) => any;
1152
+ }, string, PublicProps, Readonly<{
1153
+ modelValue: boolean;
1154
+ disabled?: boolean;
1155
+ }> & Readonly<{
1156
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1157
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1158
+
1159
+ export declare const Tree: DefineComponent< {
1160
+ cacheKey: string;
1161
+ nodes: TreeNode[];
1162
+ /**
1163
+ * Function to get the target node when dragging a node over another node. If not provided, dragging will be disabled.
1164
+ */
1165
+ getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
1166
+ /**
1167
+ * If true, parents can be navigated/clicked. Expansion/collapsing must be done on the arrow.
1168
+ */
1169
+ clickableParents?: boolean;
1170
+ /**
1171
+ * Automatic sorting of nested children. Does not apply to root level.
1172
+ *
1173
+ * none = Display in actual order
1174
+ * az = Alphabetical
1175
+ * caz = Alphabetical but entries with children comes first
1176
+ */
1177
+ sort?: "none" | "az" | "caz";
1178
+ }, {
1179
+ rename: typeof rename;
1180
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1181
+ move: (node: TreeNode, newParent: TreeNode) => any;
1182
+ }, string, PublicProps, Readonly<{
1183
+ cacheKey: string;
1184
+ nodes: TreeNode[];
1185
+ /**
1186
+ * Function to get the target node when dragging a node over another node. If not provided, dragging will be disabled.
1187
+ */
1188
+ getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
1189
+ /**
1190
+ * If true, parents can be navigated/clicked. Expansion/collapsing must be done on the arrow.
1191
+ */
1192
+ clickableParents?: boolean;
1193
+ /**
1194
+ * Automatic sorting of nested children. Does not apply to root level.
1195
+ *
1196
+ * none = Display in actual order
1197
+ * az = Alphabetical
1198
+ * caz = Alphabetical but entries with children comes first
1199
+ */
1200
+ sort?: "none" | "az" | "caz";
1201
+ }> & Readonly<{
1202
+ onMove?: ((node: TreeNode, newParent: TreeNode) => any) | undefined;
1203
+ }>, {
1204
+ sort: "none" | "az" | "caz";
1205
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1206
+
1207
+ export declare interface TreeNode {
1208
+ id: string;
1209
+ children?: TreeNode[];
1210
+ label: string | ComputedRef<string>;
1211
+ tags?: TreeNodeTag[] | ComputedRef<TreeNodeTag[]>;
1212
+ icon?: string;
1213
+ onRename?: (newName: string, context: {
1214
+ node: TreeNode;
1215
+ parentNode?: TreeNode;
1216
+ }) => Promise<boolean>;
1217
+ onRenamed?: (newName: string, context: {
1218
+ node: TreeNode;
1219
+ parentNode?: TreeNode;
1220
+ }) => Promise<void>;
1221
+ onClick?: () => void;
1222
+ isSelected?: () => boolean;
1223
+ contextMenu?: ContextMenuSections;
1224
+ }
1225
+
1226
+ export declare interface TreeNodeTag {
1227
+ value: string;
1228
+ style: 'primary' | 'secondary' | 'tertiary';
1229
+ }
1230
+
1231
+ /**
1232
+ * Returns a method that can close the parent component if any supported
1233
+ */
1234
+ export declare function useClose(): () => void;
1235
+
1236
+ export declare function useDragContext(): {
1237
+ startDrag(payload: DragPayload): void;
1238
+ registerDropZone(zone: DropZoneRef): number;
1239
+ unregisterDropZone(zoneId: number): void;
1240
+ getCurrentDropTarget(): number | undefined;
1241
+ };
1242
+
1243
+ export { }