hy-design-ui 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/boxSelection/index.vue.d.ts +30 -0
- package/dist/{packages/button → button}/index.vue.d.ts +3 -2
- package/dist/card/index.vue.d.ts +18 -0
- package/dist/collapse/components/Item.vue.d.ts +17 -0
- package/dist/collapse/index.vue.d.ts +32 -0
- package/dist/{packages/customInput → customInput}/fileInput.vue.d.ts +6 -4
- package/dist/customInput/filePanel.vue.d.ts +3 -0
- package/dist/{packages/customInput → customInput}/index.vue.d.ts +6 -3
- package/dist/dialog/index.vue.d.ts +69 -0
- package/dist/drawer/index.vue.d.ts +67 -0
- package/dist/dropdown/index.vue.d.ts +16 -0
- package/dist/dynamicInput/index.vue.d.ts +43 -0
- package/dist/ellipsis/index.vue.d.ts +18 -0
- package/dist/hy-design-ui.css +1 -1
- package/dist/hy-design-ui.js +1266 -1111
- package/dist/hy-design-ui.umd.cjs +9 -9
- package/dist/searchTree/TreeNodeIcon.d.ts +21 -0
- package/dist/searchTree/index.vue.d.ts +46 -0
- package/dist/table/components/Actions.vue.d.ts +9 -0
- package/dist/table/components/ExpandCell.vue.d.ts +17 -0
- package/dist/{packages/table → table}/components/SearchBox.vue.d.ts +4 -4
- package/dist/table/components/SearchItem.vue.d.ts +20 -0
- package/dist/table/components/Table.vue.d.ts +40 -0
- package/dist/table/components/TableColumn.vue.d.ts +9 -0
- package/dist/table/index.vue.d.ts +47 -0
- package/dist/timeline/index.vue.d.ts +18 -0
- package/dist/timeline/item.vue.d.ts +23 -0
- package/dist/{packages/transfer → transfer}/index.vue.d.ts +5 -3
- package/dist/{packages/types → types}/customInput.d.ts +2 -0
- package/dist/types/searchTree.d.ts +30 -0
- package/dist/{packages/types → types}/table.d.ts +15 -0
- package/package.json +73 -73
- package/dist/packages/boxSelection/index.vue.d.ts +0 -39
- package/dist/packages/card/index.vue.d.ts +0 -21
- package/dist/packages/collapse/components/Item.vue.d.ts +0 -21
- package/dist/packages/collapse/index.vue.d.ts +0 -176
- package/dist/packages/customInput/filePanel.vue.d.ts +0 -2
- package/dist/packages/dialog/index.vue.d.ts +0 -383
- package/dist/packages/drawer/index.vue.d.ts +0 -427
- package/dist/packages/dropdown/index.vue.d.ts +0 -20
- package/dist/packages/dynamicInput/index.vue.d.ts +0 -43
- package/dist/packages/ellipsis/index.vue.d.ts +0 -13
- package/dist/packages/searchTree/index.vue.d.ts +0 -348
- package/dist/packages/table/components/Actions.vue.d.ts +0 -8
- package/dist/packages/table/components/SearchItem.vue.d.ts +0 -14
- package/dist/packages/table/components/Table.vue.d.ts +0 -4322
- package/dist/packages/table/components/TableColumn.vue.d.ts +0 -8
- package/dist/packages/table/index.vue.d.ts +0 -4653
- package/dist/packages/timeline/index.vue.d.ts +0 -22
- package/dist/packages/timeline/item.vue.d.ts +0 -24
- package/dist/packages/types/searchTree.d.ts +0 -9
- /package/dist/{packages/assets → assets}/lang/en_US.d.ts +0 -0
- /package/dist/{packages/assets → assets}/lang/index.d.ts +0 -0
- /package/dist/{packages/assets → assets}/lang/zh_CN.d.ts +0 -0
- /package/dist/{packages/boxSelection → boxSelection}/index.d.ts +0 -0
- /package/dist/{packages/button → button}/index.d.ts +0 -0
- /package/dist/{packages/card → card}/index.d.ts +0 -0
- /package/dist/{packages/collapse → collapse}/index.d.ts +0 -0
- /package/dist/{packages/customInput → customInput}/index.d.ts +0 -0
- /package/dist/{packages/dialog → dialog}/index.d.ts +0 -0
- /package/dist/{packages/drawer → drawer}/index.d.ts +0 -0
- /package/dist/{packages/dropdown → dropdown}/index.d.ts +0 -0
- /package/dist/{packages/dynamicInput → dynamicInput}/index.d.ts +0 -0
- /package/dist/{packages/ellipsis → ellipsis}/index.d.ts +0 -0
- /package/dist/{packages/index.d.ts → index.d.ts} +0 -0
- /package/dist/{packages/searchTree → searchTree}/index.d.ts +0 -0
- /package/dist/{packages/table → table}/index.d.ts +0 -0
- /package/dist/{packages/table → table}/tableColumn.d.ts +0 -0
- /package/dist/{packages/timeline → timeline}/index.d.ts +0 -0
- /package/dist/{packages/transfer → transfer}/index.d.ts +0 -0
- /package/dist/{packages/types → types}/boxSelection.d.ts +0 -0
- /package/dist/{packages/types → types}/card.d.ts +0 -0
- /package/dist/{packages/types → types}/collapse.d.ts +0 -0
- /package/dist/{packages/types → types}/dialog.d.ts +0 -0
- /package/dist/{packages/types → types}/drawer.d.ts +0 -0
- /package/dist/{packages/types → types}/dropdown.d.ts +0 -0
- /package/dist/{packages/types → types}/dynamicInput.d.ts +0 -0
- /package/dist/{packages/types → types}/ellipsis.d.ts +0 -0
- /package/dist/{packages/types → types}/index.d.ts +0 -0
- /package/dist/{packages/types → types}/timeline.d.ts +0 -0
- /package/dist/{packages/types → types}/transfer.d.ts +0 -0
- /package/dist/{packages/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/{packages/utils → utils}/hooks/lock.d.ts +0 -0
- /package/dist/{packages/utils → utils}/hyNaiveTheme.d.ts +0 -0
- /package/dist/{packages/utils → utils}/theme.d.ts +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { HyBoxSelectionProps, HyBoxSelectionItem, HyBoxSelectionId } from '../types/boxSelection.ts';
|
|
2
|
+
type __VLS_Props = HyBoxSelectionProps;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
'selectedIds'?: HyBoxSelectionId[];
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_1: {
|
|
8
|
+
item: HyBoxSelectionItem;
|
|
9
|
+
index: number;
|
|
10
|
+
selected: boolean;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
item?: (props: typeof __VLS_1) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
"update:selectedIds": (value: HyBoxSelectionId[]) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
+
"onUpdate:selectedIds"?: (value: HyBoxSelectionId[]) => any;
|
|
19
|
+
}>, {
|
|
20
|
+
isMultiSelect: boolean;
|
|
21
|
+
idKey: string;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -3,8 +3,9 @@ export interface HyButtonProps extends ActionItem {
|
|
|
3
3
|
/** 与 HyTable 的 size 联动;不传则随 Element Plus 默认 */
|
|
4
4
|
size?: Size;
|
|
5
5
|
}
|
|
6
|
-
declare const
|
|
7
|
-
type: "" | "primary" | "text" | "default" | "success" | "warning" | "info" | "danger" | undefined;
|
|
6
|
+
declare const __VLS_export: import('vue').DefineComponent<HyButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HyButtonProps> & Readonly<{}>, {
|
|
8
7
|
circle: boolean;
|
|
8
|
+
type: "" | "primary" | "text" | "default" | "success" | "warning" | "info" | "danger" | undefined;
|
|
9
9
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
10
11
|
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HyCard } from '../types/card.ts';
|
|
2
|
+
declare var __VLS_8: {}, __VLS_10: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
right?: (props: typeof __VLS_8) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_10) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<HyCard, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HyCard> & Readonly<{}>, {
|
|
9
|
+
shadow: "always" | "never" | "hover";
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HyCollapseItemType } from '../../types/collapse';
|
|
2
|
+
declare var __VLS_9: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_9) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue').DefineComponent<HyCollapseItemType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HyCollapseItemType> & Readonly<{}>, {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
icon: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { HyCollapseType } from '../types/collapse';
|
|
2
|
+
type __VLS_Props = HyCollapseType;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: string | any[];
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_11: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_11) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
12
|
+
activeNames: import('vue').ComputedRef<any>;
|
|
13
|
+
setActiveNames: (activeNames: (string | number)[]) => any;
|
|
14
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
change: (...args: any[]) => void;
|
|
16
|
+
"update:modelValue": (value: string | any[]) => void;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
+
onChange?: (...args: any[]) => any;
|
|
19
|
+
"onUpdate:modelValue"?: (value: string | any[]) => any;
|
|
20
|
+
}>, {
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
accordion: boolean;
|
|
23
|
+
expandIconPosition: "left" | "right";
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { FileInput, IdType } from '../types/customInput';
|
|
2
2
|
type __VLS_Props = FileInput;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: boolean;
|
|
5
5
|
'data'?: IdType;
|
|
6
|
-
}
|
|
7
|
-
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
"update:modelValue": (value: boolean) => any;
|
|
9
10
|
"update:data": (value: IdType) => any;
|
|
10
11
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
12
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
12
13
|
"onUpdate:data"?: (value: IdType) => any;
|
|
13
14
|
}>, {
|
|
14
|
-
type: "drawer" | "dialog";
|
|
15
15
|
title: string;
|
|
16
|
+
type: "drawer" | "dialog";
|
|
16
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
17
19
|
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { CustomInput } from '../types/customInput';
|
|
2
2
|
type __VLS_Props = CustomInput;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
change: (...args: any[]) => void;
|
|
8
9
|
"update:modelValue": (value: string) => void;
|
|
9
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -13,5 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
13
14
|
disabled: boolean;
|
|
14
15
|
required: boolean;
|
|
15
16
|
multiple: boolean;
|
|
17
|
+
clearable: boolean;
|
|
16
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
17
20
|
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { HyDialog } from '../types/dialog';
|
|
2
|
+
type __VLS_Props = HyDialog;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_17: {}, __VLS_20: {}, __VLS_30: {}, __VLS_40: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_17) => any;
|
|
10
|
+
} & {
|
|
11
|
+
beforeButtons?: (props: typeof __VLS_20) => any;
|
|
12
|
+
} & {
|
|
13
|
+
betweenButtons?: (props: typeof __VLS_30) => any;
|
|
14
|
+
} & {
|
|
15
|
+
afterButtons?: (props: typeof __VLS_40) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
18
|
+
handleClose: () => any;
|
|
19
|
+
lock: {
|
|
20
|
+
isLocked: boolean;
|
|
21
|
+
run: (execute: (done: import('../index.ts').LockDone) => void | Promise<void>) => Promise<void>;
|
|
22
|
+
unlock: import('../index.ts').LockDone;
|
|
23
|
+
};
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
close: (...args: any[]) => void;
|
|
26
|
+
open: (...args: any[]) => void;
|
|
27
|
+
ok: (...args: any[]) => void;
|
|
28
|
+
opened: (...args: any[]) => void;
|
|
29
|
+
closed: (...args: any[]) => void;
|
|
30
|
+
openAutoFocus: (...args: any[]) => void;
|
|
31
|
+
closeAutoFocus: (...args: any[]) => void;
|
|
32
|
+
"update:modelValue": (value: boolean) => void;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
+
onClose?: (...args: any[]) => any;
|
|
35
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
36
|
+
onOpen?: (...args: any[]) => any;
|
|
37
|
+
onOk?: (...args: any[]) => any;
|
|
38
|
+
onOpened?: (...args: any[]) => any;
|
|
39
|
+
onClosed?: (...args: any[]) => any;
|
|
40
|
+
onOpenAutoFocus?: (...args: any[]) => any;
|
|
41
|
+
onCloseAutoFocus?: (...args: any[]) => any;
|
|
42
|
+
}>, {
|
|
43
|
+
width: string | number;
|
|
44
|
+
center: boolean;
|
|
45
|
+
draggable: boolean;
|
|
46
|
+
overflow: boolean;
|
|
47
|
+
fullscreen: boolean;
|
|
48
|
+
modal: boolean;
|
|
49
|
+
modalPenetrable: boolean;
|
|
50
|
+
appendToBody: boolean;
|
|
51
|
+
lockScroll: boolean;
|
|
52
|
+
openDelay: number;
|
|
53
|
+
closeDelay: number;
|
|
54
|
+
closeOnClickModal: boolean;
|
|
55
|
+
closeOnPressEscape: boolean;
|
|
56
|
+
showClose: boolean;
|
|
57
|
+
alignCenter: boolean;
|
|
58
|
+
destroyOnClose: boolean;
|
|
59
|
+
headerAriaLevel: string;
|
|
60
|
+
showButton: boolean;
|
|
61
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
63
|
+
declare const _default: typeof __VLS_export;
|
|
64
|
+
export default _default;
|
|
65
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
66
|
+
new (): {
|
|
67
|
+
$slots: S;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { HyDrawer } from '../types/drawer';
|
|
2
|
+
type __VLS_Props = HyDrawer;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
modelValue?: boolean;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_30: {}, __VLS_33: {}, __VLS_43: {}, __VLS_53: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_30) => any;
|
|
10
|
+
} & {
|
|
11
|
+
beforeButtons?: (props: typeof __VLS_33) => any;
|
|
12
|
+
} & {
|
|
13
|
+
betweenButtons?: (props: typeof __VLS_43) => any;
|
|
14
|
+
} & {
|
|
15
|
+
afterButtons?: (props: typeof __VLS_53) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
18
|
+
handleClose: () => any;
|
|
19
|
+
lock: {
|
|
20
|
+
isLocked: boolean;
|
|
21
|
+
run: (execute: (done: import('../index.ts').LockDone) => void | Promise<void>) => Promise<void>;
|
|
22
|
+
unlock: import('../index.ts').LockDone;
|
|
23
|
+
};
|
|
24
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
close: (...args: any[]) => void;
|
|
26
|
+
open: (...args: any[]) => void;
|
|
27
|
+
ok: (...args: any[]) => void;
|
|
28
|
+
opened: (...args: any[]) => void;
|
|
29
|
+
closed: (...args: any[]) => void;
|
|
30
|
+
openAutoFocus: (...args: any[]) => void;
|
|
31
|
+
closeAutoFocus: (...args: any[]) => void;
|
|
32
|
+
"update:modelValue": (value: boolean) => void;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
+
onClose?: (...args: any[]) => any;
|
|
35
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
36
|
+
onOpen?: (...args: any[]) => any;
|
|
37
|
+
onOk?: (...args: any[]) => any;
|
|
38
|
+
onOpened?: (...args: any[]) => any;
|
|
39
|
+
onClosed?: (...args: any[]) => any;
|
|
40
|
+
onOpenAutoFocus?: (...args: any[]) => any;
|
|
41
|
+
onCloseAutoFocus?: (...args: any[]) => any;
|
|
42
|
+
}>, {
|
|
43
|
+
size: number | string;
|
|
44
|
+
resizable: boolean;
|
|
45
|
+
modal: boolean;
|
|
46
|
+
appendToBody: boolean;
|
|
47
|
+
lockScroll: boolean;
|
|
48
|
+
openDelay: number;
|
|
49
|
+
closeDelay: number;
|
|
50
|
+
closeOnClickModal: boolean;
|
|
51
|
+
closeOnPressEscape: boolean;
|
|
52
|
+
showClose: boolean;
|
|
53
|
+
destroyOnClose: boolean;
|
|
54
|
+
headerAriaLevel: string;
|
|
55
|
+
showButton: boolean;
|
|
56
|
+
direction: "rtl" | "ltr" | "ttb" | "btt";
|
|
57
|
+
withHeader: boolean;
|
|
58
|
+
showFooterBtn: boolean;
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
60
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
61
|
+
declare const _default: typeof __VLS_export;
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
64
|
+
new (): {
|
|
65
|
+
$slots: S;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HyDropdown } from '../types/dropdown';
|
|
2
|
+
declare var __VLS_14: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_14) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue').DefineComponent<HyDropdown, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HyDropdown> & Readonly<{}>, {
|
|
7
|
+
trigger: "hover" | "click";
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DynamicInput } from '../types/dynamicInput';
|
|
2
|
+
type __VLS_Props = DynamicInput;
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
|
+
'value'?: any[];
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_15: {
|
|
8
|
+
value: any;
|
|
9
|
+
index: any;
|
|
10
|
+
}, __VLS_18: {
|
|
11
|
+
value: any;
|
|
12
|
+
index: any;
|
|
13
|
+
create: any;
|
|
14
|
+
remove: any;
|
|
15
|
+
move: any;
|
|
16
|
+
}, __VLS_21: {}, __VLS_24: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
default?: (props: typeof __VLS_15) => any;
|
|
19
|
+
} & {
|
|
20
|
+
action?: (props: typeof __VLS_18) => any;
|
|
21
|
+
} & {
|
|
22
|
+
createButtonDefault?: (props: typeof __VLS_21) => any;
|
|
23
|
+
} & {
|
|
24
|
+
createBbuttonIcon?: (props: typeof __VLS_24) => any;
|
|
25
|
+
};
|
|
26
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:value": (value: any[]) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:value"?: (value: any[]) => any;
|
|
30
|
+
}>, {
|
|
31
|
+
defaultValue: any[];
|
|
32
|
+
min: number;
|
|
33
|
+
preset: "input" | "pair";
|
|
34
|
+
showSortButton: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HyEllipsis } from '../types/ellipsis';
|
|
2
|
+
declare var __VLS_14: {}, __VLS_17: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_14) => any;
|
|
5
|
+
} & {
|
|
6
|
+
tooltip?: (props: typeof __VLS_17) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<HyEllipsis, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HyEllipsis> & Readonly<{}>, {
|
|
9
|
+
tooltip: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|