@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
@@ -1,47 +0,0 @@
1
- import { Decimal } from 'decimal.js';
2
- import { DecimalInputValue } from './DecimalInputValue';
3
- /**
4
- *
5
- * @param error The error message
6
- */
7
- declare function setError(message?: string): void;
8
- declare function focus(): void;
9
- declare function select(): void;
10
- declare const _default: import('vue').DefineComponent<{
11
- modelValue?: DecimalInputValue;
12
- name?: string;
13
- selectOnFocus?: boolean;
14
- disabled?: boolean;
15
- maxValue?: Decimal | number;
16
- minValue?: Decimal | number;
17
- allowPercentage?: boolean;
18
- }, {
19
- setError: typeof setError;
20
- focus: typeof focus;
21
- select: typeof select;
22
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23
- blur: (value: Event) => any;
24
- change: () => any;
25
- focus: (value: Event) => any;
26
- keydown: (value: KeyboardEvent) => any;
27
- keypress: (value: KeyboardEvent) => any;
28
- keyenter: (value: KeyboardEvent) => any;
29
- "update:modelValue": (value: DecimalInputValue) => any;
30
- }, string, import('vue').PublicProps, Readonly<{
31
- modelValue?: DecimalInputValue;
32
- name?: string;
33
- selectOnFocus?: boolean;
34
- disabled?: boolean;
35
- maxValue?: Decimal | number;
36
- minValue?: Decimal | number;
37
- allowPercentage?: boolean;
38
- }> & Readonly<{
39
- onBlur?: ((value: Event) => any) | undefined;
40
- onChange?: (() => any) | undefined;
41
- onFocus?: ((value: Event) => any) | undefined;
42
- onKeydown?: ((value: KeyboardEvent) => any) | undefined;
43
- onKeypress?: ((value: KeyboardEvent) => any) | undefined;
44
- onKeyenter?: ((value: KeyboardEvent) => any) | undefined;
45
- "onUpdate:modelValue"?: ((value: DecimalInputValue) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
47
- export default _default;
@@ -1,5 +0,0 @@
1
- import { default as Decimal } from 'decimal.js';
2
- export interface DecimalInputValue {
3
- value: Decimal;
4
- isPercentage: boolean;
5
- }
@@ -1,35 +0,0 @@
1
- import { DropZone } from '../../composition/use-drag-context';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- draggable: HTMLDivElement;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- type: string;
14
- data: any;
15
- metadata?: Record<string, any>;
16
- handleSelector?: string;
17
- allowDrag: boolean;
18
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
19
- dropped: (zone: DropZone) => any;
20
- }, string, import('vue').PublicProps, Readonly<{
21
- type: string;
22
- data: any;
23
- metadata?: Record<string, any>;
24
- handleSelector?: string;
25
- allowDrag: boolean;
26
- }> & Readonly<{
27
- onDropped?: ((zone: DropZone) => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
- export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -1,37 +0,0 @@
1
- import { DragPayload, DropZone } from '../../composition/use-drag-context';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- draggable: HTMLDivElement;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- type: string;
14
- data: any;
15
- metadata?: Record<string, any>;
16
- handleSelector?: string;
17
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
- dropped: (zone: DropZone) => any;
19
- dropBefore: (payload: DragPayload) => any;
20
- dropAfter: (payload: DragPayload) => any;
21
- }, string, import('vue').PublicProps, Readonly<{
22
- type: string;
23
- data: any;
24
- metadata?: Record<string, any>;
25
- handleSelector?: string;
26
- }> & Readonly<{
27
- onDropped?: ((zone: DropZone) => any) | undefined;
28
- onDropBefore?: ((payload: DragPayload) => any) | undefined;
29
- onDropAfter?: ((payload: DragPayload) => any) | undefined;
30
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
- export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
34
- new (): {
35
- $slots: S;
36
- };
37
- };
@@ -1,29 +0,0 @@
1
- import { DragPayload } from '../../composition/use-drag-context';
2
- declare function __VLS_template(): {
3
- slots: {
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- element: HTMLDivElement;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- accepts: string | string[];
14
- metadata?: Record<string, any>;
15
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
- drop: (payload: DragPayload) => any;
17
- }, string, import('vue').PublicProps, Readonly<{
18
- accepts: string | string[];
19
- metadata?: Record<string, any>;
20
- }> & Readonly<{
21
- onDrop?: ((payload: DragPayload) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
- export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };
@@ -1,54 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
- label: string;
6
- onClick?: any;
7
- disabled?: boolean;
8
- primary?: boolean;
9
- }> & Readonly<{
10
- onClick?: (() => any) | undefined;
11
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
- click: () => any;
13
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<{
21
- label: string;
22
- onClick?: any;
23
- disabled?: boolean;
24
- primary?: boolean;
25
- }> & Readonly<{
26
- onClick?: (() => any) | undefined;
27
- }>, {}, {}, {}, {}, {}>;
28
- __isFragment?: never;
29
- __isTeleport?: never;
30
- __isSuspense?: never;
31
- } & import('vue').ComponentOptionsBase<Readonly<{
32
- label: string;
33
- onClick?: any;
34
- disabled?: boolean;
35
- primary?: boolean;
36
- }> & Readonly<{
37
- onClick?: (() => any) | undefined;
38
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
39
- click: () => any;
40
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
41
- $slots: {
42
- default?(_: {}): any;
43
- };
44
- });
45
- };
46
- export default _default;
47
- export declare const Regular: any;
48
- export declare const RegularSplit: any;
49
- export declare const RegularDisabled: any;
50
- export declare const RegularSplitDisabled: any;
51
- export declare const Primary: any;
52
- export declare const PrimarySplit: any;
53
- export declare const PrimaryDisabled: any;
54
- export declare const PrimarySplitDisabled: any;
@@ -1,96 +0,0 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {
6
- button: HTMLButtonElement;
7
- dropdownMenu: ({
8
- $: import('vue').ComponentInternalInstance;
9
- $data: {};
10
- $props: {
11
- readonly target?: (import('./DropdownMenu/DropdownTypes').DropDownTarget | null) | undefined;
12
- readonly onClose?: (() => any) | undefined;
13
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
14
- $attrs: {
15
- [x: string]: unknown;
16
- };
17
- $refs: {
18
- [x: string]: unknown;
19
- };
20
- $slots: Readonly<{
21
- [name: string]: import('vue').Slot<any> | undefined;
22
- }>;
23
- $root: import('vue').ComponentPublicInstance | null;
24
- $parent: import('vue').ComponentPublicInstance | null;
25
- $host: Element | null;
26
- $emit: (event: "close") => void;
27
- $el: any;
28
- $options: import('vue').ComponentOptionsBase<Readonly<{
29
- target?: import('./DropdownMenu/DropdownTypes').DropDownTarget | null;
30
- }> & Readonly<{
31
- onClose?: (() => any) | undefined;
32
- }>, {
33
- open: () => void;
34
- close: () => void;
35
- isOpen: () => boolean;
36
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
37
- close: () => any;
38
- }, string, {}, {}, 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: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').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
- } & Readonly<{}> & Omit<Readonly<{
59
- target?: import('./DropdownMenu/DropdownTypes').DropDownTarget | null;
60
- }> & Readonly<{
61
- onClose?: (() => any) | undefined;
62
- }>, "close" | "open" | "isOpen"> & import('vue').ShallowUnwrapRef<{
63
- open: () => void;
64
- close: () => void;
65
- isOpen: () => boolean;
66
- }> & {} & import('vue').ComponentCustomProperties & {} & {
67
- $slots: {
68
- default?(_: {}): any;
69
- };
70
- }) | null;
71
- };
72
- attrs: Partial<{}>;
73
- };
74
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
75
- declare const __VLS_component: import('vue').DefineComponent<{
76
- label: string;
77
- onClick?: any;
78
- disabled?: boolean;
79
- primary?: boolean;
80
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
81
- click: () => any;
82
- }, string, import('vue').PublicProps, Readonly<{
83
- label: string;
84
- onClick?: any;
85
- disabled?: boolean;
86
- primary?: boolean;
87
- }> & Readonly<{
88
- onClick?: (() => any) | undefined;
89
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
90
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
- export default _default;
92
- type __VLS_WithTemplateSlots<T, S> = T & {
93
- new (): {
94
- $slots: S;
95
- };
96
- };
@@ -1,26 +0,0 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {};
6
- attrs: Partial<{}>;
7
- };
8
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- selected: boolean;
11
- closeOnClick?: boolean;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
- click: () => any;
14
- }, string, import('vue').PublicProps, Readonly<{
15
- selected: boolean;
16
- closeOnClick?: boolean;
17
- }> & Readonly<{
18
- onClick?: (() => any) | undefined;
19
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
- export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
23
- new (): {
24
- $slots: S;
25
- };
26
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,28 +0,0 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {};
6
- attrs: Partial<{}>;
7
- };
8
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- disabled?: boolean;
11
- title?: string;
12
- onClick?: any;
13
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
- click: (preventClose: () => void) => any;
15
- }, string, import('vue').PublicProps, Readonly<{
16
- disabled?: boolean;
17
- title?: string;
18
- onClick?: any;
19
- }> & Readonly<{
20
- onClick?: ((preventClose: () => void) => any) | undefined;
21
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
- export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
25
- new (): {
26
- $slots: S;
27
- };
28
- };
@@ -1,34 +0,0 @@
1
- import { DropDownTarget } from './DropdownTypes';
2
- declare function isOpen(): boolean;
3
- declare function open(): void;
4
- declare function close(): void;
5
- declare function __VLS_template(): {
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {
10
- dropdown: HTMLDialogElement;
11
- };
12
- attrs: Partial<{}>;
13
- };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
- declare const __VLS_component: import('vue').DefineComponent<{
16
- target?: DropDownTarget | null;
17
- }, {
18
- open: typeof open;
19
- close: typeof close;
20
- isOpen: typeof isOpen;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
22
- close: () => any;
23
- }, string, import('vue').PublicProps, Readonly<{
24
- target?: DropDownTarget | null;
25
- }> & Readonly<{
26
- onClose?: (() => any) | undefined;
27
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
- export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
@@ -1,5 +0,0 @@
1
- export interface DropDownTargetPoint {
2
- x: number;
3
- y: number;
4
- }
5
- export type DropDownTarget = Element | DropDownTargetPoint;
@@ -1,45 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
- label?: string;
6
- flip?: boolean;
7
- modelValue?: boolean;
8
- }> & Readonly<{
9
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
- "update:modelValue": (value: boolean) => any;
12
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
13
- P: {};
14
- B: {};
15
- D: {};
16
- C: {};
17
- M: {};
18
- Defaults: {};
19
- }, Readonly<{
20
- label?: string;
21
- flip?: boolean;
22
- modelValue?: boolean;
23
- }> & Readonly<{
24
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
25
- }>, {}, {}, {}, {}, {}>;
26
- __isFragment?: never;
27
- __isTeleport?: never;
28
- __isSuspense?: never;
29
- } & import('vue').ComponentOptionsBase<Readonly<{
30
- label?: string;
31
- flip?: boolean;
32
- modelValue?: boolean;
33
- }> & Readonly<{
34
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
35
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
36
- "update:modelValue": (value: boolean) => any;
37
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
38
- $slots: {
39
- label?(_: {}): any;
40
- default?(_: {}): any;
41
- };
42
- });
43
- };
44
- export default _default;
45
- export declare const Regular: any;
@@ -1,31 +0,0 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- label?(_: {}): any;
4
- default?(_: {}): any;
5
- };
6
- refs: {
7
- content: HTMLDivElement;
8
- };
9
- attrs: Partial<{}>;
10
- };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<{
13
- label?: string;
14
- flip?: boolean;
15
- modelValue?: boolean;
16
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
- "update:modelValue": (value: boolean) => any;
18
- }, string, import('vue').PublicProps, Readonly<{
19
- label?: string;
20
- flip?: boolean;
21
- modelValue?: boolean;
22
- }> & Readonly<{
23
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
- export default _default;
27
- type __VLS_WithTemplateSlots<T, S> = T & {
28
- new (): {
29
- $slots: S;
30
- };
31
- };
@@ -1,28 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
- href: string;
6
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
7
- P: {};
8
- B: {};
9
- D: {};
10
- C: {};
11
- M: {};
12
- Defaults: {};
13
- }, Readonly<{
14
- href: string;
15
- }> & Readonly<{}>, {}, {}, {}, {}, {}>;
16
- __isFragment?: never;
17
- __isTeleport?: never;
18
- __isSuspense?: never;
19
- } & import('vue').ComponentOptionsBase<Readonly<{
20
- href: string;
21
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
22
- $slots: {
23
- default?(_: {}): any;
24
- };
25
- });
26
- };
27
- export default _default;
28
- export declare const Regular: any;
@@ -1,20 +0,0 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {};
6
- attrs: Partial<{}>;
7
- };
8
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- href: string;
11
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
12
- href: string;
13
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
- export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };
@@ -1,53 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- component: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
5
- label: string;
6
- showClose?: boolean;
7
- }> & Readonly<{
8
- onClose?: (() => any) | undefined;
9
- }>, {
10
- open: () => void;
11
- openModal: () => void;
12
- close: () => void;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
- close: () => any;
15
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
16
- P: {};
17
- B: {};
18
- D: {};
19
- C: {};
20
- M: {};
21
- Defaults: {};
22
- }, Readonly<{
23
- label: string;
24
- showClose?: boolean;
25
- }> & Readonly<{
26
- onClose?: (() => any) | undefined;
27
- }>, {
28
- open: () => void;
29
- openModal: () => void;
30
- close: () => void;
31
- }, {}, {}, {}, {}>;
32
- __isFragment?: never;
33
- __isTeleport?: never;
34
- __isSuspense?: never;
35
- } & import('vue').ComponentOptionsBase<Readonly<{
36
- label: string;
37
- showClose?: boolean;
38
- }> & Readonly<{
39
- onClose?: (() => any) | undefined;
40
- }>, {
41
- open: () => void;
42
- openModal: () => void;
43
- close: () => void;
44
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
45
- close: () => any;
46
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
47
- $slots: {
48
- default?(_: {}): any;
49
- };
50
- });
51
- };
52
- export default _default;
53
- export declare const Plain: any;
@@ -1,35 +0,0 @@
1
- declare function open(): void;
2
- declare function openModal(): void;
3
- declare function close(): void;
4
- declare function __VLS_template(): {
5
- slots: {
6
- default?(_: {}): any;
7
- };
8
- refs: {
9
- dialogElem: HTMLDialogElement;
10
- };
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<{
15
- label: string;
16
- showClose?: boolean;
17
- }, {
18
- open: typeof open;
19
- openModal: typeof openModal;
20
- close: typeof close;
21
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
22
- close: () => any;
23
- }, string, import('vue').PublicProps, Readonly<{
24
- label: string;
25
- showClose?: boolean;
26
- }> & Readonly<{
27
- onClose?: (() => any) | undefined;
28
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
- export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const ButtonPrimary: (args: any) => {
6
- template: string;
7
- };
8
- export declare const ButtonSecondary: (args: any) => {
9
- template: string;
10
- };
11
- export declare const ButtonEditable: (args: any) => {
12
- template: string;
13
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
- export default _default;