@hantera/design-system 0.0.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.
- package/LICENSE +21 -21
- package/README.md +1 -1
- package/dist/entry.d.ts +1243 -48
- package/package.json +21 -21
- package/dist/components/ContextMenu.stories.d.ts +0 -241
- package/dist/components/ContextMenuButton.vue.d.ts +0 -85
- package/dist/components/DecimalInput.stories.d.ts +0 -1033
- package/dist/components/DecimalInput.vue.d.ts +0 -47
- package/dist/components/DecimalInputValue.d.ts +0 -5
- package/dist/components/DragAndDrop/Draggable.vue.d.ts +0 -35
- package/dist/components/DragAndDrop/DraggableListItem.vue.d.ts +0 -37
- package/dist/components/DragAndDrop/DropZone.vue.d.ts +0 -29
- package/dist/components/DropdownButton.stories.d.ts +0 -54
- package/dist/components/DropdownButton.vue.d.ts +0 -96
- package/dist/components/DropdownMenu/DropdownCheckbox.vue.d.ts +0 -26
- package/dist/components/DropdownMenu/DropdownDivider.vue.d.ts +0 -2
- package/dist/components/DropdownMenu/DropdownItem.vue.d.ts +0 -28
- package/dist/components/DropdownMenu/DropdownMenu.vue.d.ts +0 -34
- package/dist/components/DropdownMenu/DropdownTypes.d.ts +0 -5
- package/dist/components/Expandable.stories.d.ts +0 -45
- package/dist/components/Expandable.vue.d.ts +0 -31
- package/dist/components/ExternalLink.stories.d.ts +0 -28
- package/dist/components/ExternalLink.vue.d.ts +0 -20
- package/dist/components/FloatingPanel.stories.d.ts +0 -53
- package/dist/components/FloatingPanel.vue.d.ts +0 -35
- package/dist/components/Form.stories.d.ts +0 -13
- package/dist/components/Icons/IconArrow.vue.d.ts +0 -2
- package/dist/components/Icons/IconClose.vue.d.ts +0 -2
- package/dist/components/Icons/IconFilter.vue.d.ts +0 -2
- package/dist/components/Icons/IconHamburger.vue.d.ts +0 -2
- package/dist/components/Icons/IconInbound.vue.d.ts +0 -2
- package/dist/components/Icons/IconOutbound.vue.d.ts +0 -2
- package/dist/components/Icons/IconPlus.vue.d.ts +0 -2
- package/dist/components/Icons/IconQuestion.vue.d.ts +0 -2
- package/dist/components/Icons/IconRedo.vue.d.ts +0 -2
- package/dist/components/Icons/IconReload.vue.d.ts +0 -2
- package/dist/components/Icons/IconUndo.vue.d.ts +0 -2
- package/dist/components/Icons/IconWarning.vue.d.ts +0 -2
- package/dist/components/InlineInput.stories.d.ts +0 -98
- package/dist/components/InlineInput.vue.d.ts +0 -33
- package/dist/components/ListLink.stories.d.ts +0 -181
- package/dist/components/ListLink.vue.d.ts +0 -25
- package/dist/components/LoadingArea.stories.d.ts +0 -28
- package/dist/components/LoadingArea.vue.d.ts +0 -20
- package/dist/components/Panel.stories.d.ts +0 -32
- package/dist/components/Panel.vue.d.ts +0 -22
- package/dist/components/PanelContent.vue.d.ts +0 -22
- package/dist/components/PhoneInput.stories.d.ts +0 -212
- package/dist/components/PhoneInput.vue.d.ts +0 -42
- package/dist/components/RemoveButton.stories.d.ts +0 -24
- package/dist/components/RemoveButton.vue.d.ts +0 -12
- package/dist/components/Spinner.stories.d.ts +0 -6
- package/dist/components/Spinner.vue.d.ts +0 -2
- package/dist/components/TabBar/TabBar.vue.d.ts +0 -26
- package/dist/components/TabBar/TabItem.vue.d.ts +0 -96
- package/dist/components/TabBar/tab-keys.d.ts +0 -2
- package/dist/components/TabBar.stories.d.ts +0 -451
- package/dist/components/TextInput.stories.d.ts +0 -185
- package/dist/components/TextInput.vue.d.ts +0 -42
- package/dist/components/ToggleButton.stories.d.ts +0 -88
- package/dist/components/ToggleButton.vue.d.ts +0 -26
- package/dist/components/ToggleSwitch.stories.d.ts +0 -17
- package/dist/components/ToggleSwitch.vue.d.ts +0 -12
- package/dist/components/Tree/Tree.vue.d.ts +0 -32
- package/dist/components/Tree/TreeNodeComponent.vue.d.ts +0 -23
- package/dist/components/Tree/TreeNodeIndent.vue.d.ts +0 -6
- package/dist/components/Tree/tree-node.d.ts +0 -21
- package/dist/composition/use-drag-context.d.ts +0 -19
- package/dist/directives/ContextMenuApp.vue.d.ts +0 -2
- package/dist/directives/context-menu.d.ts +0 -28
- package/dist/docs/App.vue.d.ts +0 -2
- package/dist/docs/main.d.ts +0 -1
- package/dist/docs/pages/PageContextMenu.vue.d.ts +0 -2
- package/dist/docs/pages/PageDragAndDrop.vue.d.ts +0 -2
- package/dist/docs/pages/PageExpandable.vue.d.ts +0 -2
- package/dist/docs/pages/PageFloatingPanel.vue.d.ts +0 -2
- package/dist/docs/pages/PageIndex.vue.d.ts +0 -2
- package/dist/docs/pages/PagePanel.vue.d.ts +0 -2
- package/dist/docs/pages/PageSpinner.vue.d.ts +0 -2
- package/dist/docs/pages/PageTabBar.vue.d.ts +0 -2
- package/dist/docs/pages/PageTextInput.vue.d.ts +0 -2
- package/dist/log.d.ts +0 -6
- package/dist/use-close.d.ts +0 -6
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: {
|
|
4
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
5
|
-
modelValue: boolean;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
}> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
-
"update:modelValue": (value: boolean) => any;
|
|
11
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
12
|
-
P: {};
|
|
13
|
-
B: {};
|
|
14
|
-
D: {};
|
|
15
|
-
C: {};
|
|
16
|
-
M: {};
|
|
17
|
-
Defaults: {};
|
|
18
|
-
}, Readonly<{
|
|
19
|
-
modelValue: boolean;
|
|
20
|
-
disabled?: boolean;
|
|
21
|
-
}> & Readonly<{
|
|
22
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, {}>;
|
|
24
|
-
__isFragment?: never;
|
|
25
|
-
__isTeleport?: never;
|
|
26
|
-
__isSuspense?: never;
|
|
27
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
28
|
-
modelValue: boolean;
|
|
29
|
-
disabled?: boolean;
|
|
30
|
-
}> & Readonly<{
|
|
31
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
32
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
33
|
-
"update:modelValue": (value: boolean) => any;
|
|
34
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
35
|
-
$slots: {
|
|
36
|
-
default?(_: {}): any;
|
|
37
|
-
};
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
export default _default;
|
|
41
|
-
export declare const Unchecked: any;
|
|
42
|
-
export declare const Checked: any;
|
|
43
|
-
export declare const CheckedDisabled: any;
|
|
44
|
-
export declare const Disabled: any;
|
|
45
|
-
export declare const All: (args: any) => {
|
|
46
|
-
components: {
|
|
47
|
-
ToggleButton: {
|
|
48
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
49
|
-
modelValue: boolean;
|
|
50
|
-
disabled?: boolean;
|
|
51
|
-
}> & Readonly<{
|
|
52
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
54
|
-
"update:modelValue": (value: boolean) => any;
|
|
55
|
-
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
56
|
-
P: {};
|
|
57
|
-
B: {};
|
|
58
|
-
D: {};
|
|
59
|
-
C: {};
|
|
60
|
-
M: {};
|
|
61
|
-
Defaults: {};
|
|
62
|
-
}, Readonly<{
|
|
63
|
-
modelValue: boolean;
|
|
64
|
-
disabled?: boolean;
|
|
65
|
-
}> & Readonly<{
|
|
66
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
67
|
-
}>, {}, {}, {}, {}, {}>;
|
|
68
|
-
__isFragment?: never;
|
|
69
|
-
__isTeleport?: never;
|
|
70
|
-
__isSuspense?: never;
|
|
71
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
72
|
-
modelValue: boolean;
|
|
73
|
-
disabled?: boolean;
|
|
74
|
-
}> & Readonly<{
|
|
75
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
76
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
77
|
-
"update:modelValue": (value: boolean) => any;
|
|
78
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
79
|
-
$slots: {
|
|
80
|
-
default?(_: {}): any;
|
|
81
|
-
};
|
|
82
|
-
});
|
|
83
|
-
};
|
|
84
|
-
setup(): {
|
|
85
|
-
args: any;
|
|
86
|
-
};
|
|
87
|
-
template: string;
|
|
88
|
-
};
|
|
@@ -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
|
-
modelValue: boolean;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
-
"update:modelValue": (value: boolean) => any;
|
|
14
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
15
|
-
modelValue: boolean;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
}> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((value: boolean) => 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,17 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: import('vue').DefineComponent<{
|
|
4
|
-
modelValue: boolean;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: boolean) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
9
|
-
modelValue: boolean;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}> & Readonly<{
|
|
12
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
16
|
-
export declare const Regular: any;
|
|
17
|
-
export declare const Disabled: any;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
modelValue: boolean;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
|
-
"update:modelValue": (value: boolean) => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
-
modelValue: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
}> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
export default _default;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { TreeNode } from './tree-node';
|
|
2
|
-
declare function rename(node: string | TreeNode): void;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
4
|
-
cacheKey: string;
|
|
5
|
-
nodes: TreeNode[];
|
|
6
|
-
/**
|
|
7
|
-
* Function to get the target node when dragging a node over another node. If not provided, dragging will be disabled.
|
|
8
|
-
*/
|
|
9
|
-
getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
|
|
10
|
-
/**
|
|
11
|
-
* If true, parents can be navigated/clicked. Expansion/collapsing must be done on the arrow.
|
|
12
|
-
*/
|
|
13
|
-
clickableParents?: boolean;
|
|
14
|
-
}, {
|
|
15
|
-
rename: typeof rename;
|
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
-
move: (node: TreeNode, newParent: TreeNode) => any;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
19
|
-
cacheKey: string;
|
|
20
|
-
nodes: TreeNode[];
|
|
21
|
-
/**
|
|
22
|
-
* Function to get the target node when dragging a node over another node. If not provided, dragging will be disabled.
|
|
23
|
-
*/
|
|
24
|
-
getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
|
|
25
|
-
/**
|
|
26
|
-
* If true, parents can be navigated/clicked. Expansion/collapsing must be done on the arrow.
|
|
27
|
-
*/
|
|
28
|
-
clickableParents?: boolean;
|
|
29
|
-
}> & Readonly<{
|
|
30
|
-
onMove?: ((node: TreeNode, newParent: TreeNode) => any) | undefined;
|
|
31
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
|
-
export default _default;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { TreeNode, TreeState } from './tree-node';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
parent?: TreeNode;
|
|
4
|
-
node: TreeNode;
|
|
5
|
-
rootNodes: TreeNode[];
|
|
6
|
-
depth?: number;
|
|
7
|
-
state: TreeState;
|
|
8
|
-
getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
|
|
9
|
-
clickableParents: boolean;
|
|
10
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11
|
-
move: (node: TreeNode, newParent: TreeNode) => any;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
13
|
-
parent?: TreeNode;
|
|
14
|
-
node: TreeNode;
|
|
15
|
-
rootNodes: TreeNode[];
|
|
16
|
-
depth?: number;
|
|
17
|
-
state: TreeState;
|
|
18
|
-
getDropTarget?: ((draggedNode: TreeNode, hoveredPath: TreeNode[]) => TreeNode | undefined);
|
|
19
|
-
clickableParents: boolean;
|
|
20
|
-
}> & Readonly<{
|
|
21
|
-
onMove?: ((node: TreeNode, newParent: TreeNode) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
-
export default _default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
depth: number;
|
|
3
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4
|
-
depth: number;
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ContextMenuSections } from '../../directives/context-menu';
|
|
2
|
-
export interface TreeNode {
|
|
3
|
-
id: string;
|
|
4
|
-
children?: TreeNode[];
|
|
5
|
-
label: string;
|
|
6
|
-
icon?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Optional type of the node. This can be used to distinguish between different types of nodes.
|
|
9
|
-
*/
|
|
10
|
-
type?: string;
|
|
11
|
-
onRename?: (node: TreeNode, newName: string) => Promise<boolean>;
|
|
12
|
-
onClick?: () => void;
|
|
13
|
-
isSelected?: () => boolean;
|
|
14
|
-
contextMenu?: ContextMenuSections;
|
|
15
|
-
}
|
|
16
|
-
export interface TreeState {
|
|
17
|
-
renaming?: string;
|
|
18
|
-
expandedNodes: string[];
|
|
19
|
-
isDragging: boolean;
|
|
20
|
-
dropTarget?: TreeNode;
|
|
21
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface DragPayload {
|
|
2
|
-
type: string;
|
|
3
|
-
data: any;
|
|
4
|
-
sourceElement?: HTMLElement | null;
|
|
5
|
-
metadata?: Record<string, any>;
|
|
6
|
-
onDrop?: (zone: DropZone) => void;
|
|
7
|
-
}
|
|
8
|
-
export interface DropZone {
|
|
9
|
-
accepts: string | string[];
|
|
10
|
-
element: HTMLElement;
|
|
11
|
-
metadata?: Record<string, any>;
|
|
12
|
-
onDrop?: (payload: DragPayload) => void;
|
|
13
|
-
}
|
|
14
|
-
export default function useDragContext(): {
|
|
15
|
-
startDrag(payload: DragPayload): void;
|
|
16
|
-
registerDropZone(zone: DropZone): number;
|
|
17
|
-
unregisterDropZone(zoneId: number): void;
|
|
18
|
-
getCurrentDropTarget(): number | undefined;
|
|
19
|
-
};
|
|
@@ -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
|
-
import { Directive } from 'vue';
|
|
2
|
-
export interface ContextMenuItem {
|
|
3
|
-
label: string;
|
|
4
|
-
shortcut?: string;
|
|
5
|
-
/**
|
|
6
|
-
* If set to true, the item will only be shown if the shift keys is pressed when the context menu is opened.
|
|
7
|
-
*/
|
|
8
|
-
hidden?: boolean;
|
|
9
|
-
action?: () => void;
|
|
10
|
-
}
|
|
11
|
-
export interface ContextMenuSection extends Array<ContextMenuItem> {
|
|
12
|
-
/**
|
|
13
|
-
* Optional key providing deduplication of sections when using nested context menues. If a section with the same key
|
|
14
|
-
* is provided by a parent, it will be ignored.
|
|
15
|
-
*/
|
|
16
|
-
key?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface ContextMenuSections extends Array<ContextMenuSection> {
|
|
19
|
-
}
|
|
20
|
-
export interface ContextMenuAppState {
|
|
21
|
-
x: number;
|
|
22
|
-
y: number;
|
|
23
|
-
isOpen: boolean;
|
|
24
|
-
sections: ContextMenuSections;
|
|
25
|
-
pointerType: 'mouse' | 'touch';
|
|
26
|
-
}
|
|
27
|
-
declare const _default: Directive<HTMLElement, ContextMenuSections>;
|
|
28
|
-
export default _default;
|
package/dist/docs/App.vue.d.ts
DELETED
|
@@ -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;
|
package/dist/docs/main.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
package/dist/log.d.ts
DELETED