@web-utils/form-ui 1.0.0-beta70 → 1.0.0-beta71
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/address-input/index.d.ts +52 -0
- package/affix/index.d.ts +32 -0
- package/awesome-button/index.d.ts +60 -0
- package/capsule-tab/index.d.ts +22 -0
- package/card/index.d.ts +41 -0
- package/code-mirror-editor/index.d.ts +50 -0
- package/confirm-button/index.d.ts +122 -0
- package/confirmable/index.d.ts +93 -0
- package/context-menu/index.d.ts +183 -0
- package/count-up/index.d.ts +70 -0
- package/custom-scrollbar/index.d.ts +49 -0
- package/data-box/index.d.ts +19 -0
- package/data-card/index.d.ts +20 -0
- package/data-card-text/index.d.ts +21 -0
- package/data-display/index.d.ts +20 -0
- package/data-icons/index.d.ts +21 -0
- package/data-imgtext/index.d.ts +18 -0
- package/data-operatext/index.d.ts +17 -0
- package/data-panel/index.d.ts +19 -0
- package/data-pay/index.d.ts +19 -0
- package/data-price/index.d.ts +17 -0
- package/data-progress/index.d.ts +19 -0
- package/data-rotate/index.d.ts +19 -0
- package/data-table-picker/index.d.ts +61 -0
- package/data-tabs/index.d.ts +19 -0
- package/dict-render/index.d.ts +28 -0
- package/e-charts/index.d.ts +79 -0
- package/easy-popup/index.d.ts +114 -0
- package/editable-progress/index.d.ts +68 -0
- package/editable-tree/index.d.ts +281 -0
- package/element-dialog/index.d.ts +376 -0
- package/element-resize-observer/index.d.ts +8 -0
- package/empty-view/index.d.ts +29 -0
- package/error-view/index.d.ts +25 -0
- package/flex-box/index.d.ts +44 -0
- package/flex-column/index.d.ts +41 -0
- package/flex-item/index.d.ts +77 -0
- package/flex-row/index.d.ts +41 -0
- package/flex-scroll-area/index.d.ts +22 -0
- package/flex-scroller/index.d.ts +26 -0
- package/flow-designer/index.d.ts +353 -0
- package/flow-viewer/index.d.ts +62 -0
- package/form-advice/index.d.ts +9 -0
- package/form-button/index.d.ts +123 -0
- package/form-card/index.d.ts +14 -0
- package/form-cascader/index.d.ts +478 -0
- package/form-cell/index.d.ts +25 -0
- package/form-checkbox/index.d.ts +314 -0
- package/form-checkbox-group/index.d.ts +373 -0
- package/form-date-picker/index.d.ts +487 -0
- package/form-holder/index.d.ts +162 -0
- package/form-image/index.d.ts +220 -0
- package/form-input/index.d.ts +378 -0
- package/form-input-cron-expression/index.d.ts +223 -0
- package/form-input-email/index.d.ts +376 -0
- package/form-input-id-card/index.d.ts +376 -0
- package/form-input-number/index.d.ts +329 -0
- package/form-input-phone-number/index.d.ts +376 -0
- package/form-input-tag/index.d.ts +270 -0
- package/form-input-time/index.d.ts +441 -0
- package/form-item-config-provider/index.d.ts +40 -0
- package/form-item-group/index.d.ts +92 -0
- package/form-item-x/index.d.ts +190 -0
- package/form-radio-group/index.d.ts +374 -0
- package/form-rate/index.d.ts +325 -0
- package/form-red-table/index.d.ts +21 -0
- package/form-row/index.d.ts +11 -0
- package/form-select/index.d.ts +606 -0
- package/form-slider/index.d.ts +352 -0
- package/form-switch/index.d.ts +343 -0
- package/form-table/index.d.ts +287 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-text/index.d.ts +235 -0
- package/form-textarea/index.d.ts +351 -0
- package/form-time-select/index.d.ts +325 -0
- package/form-tree-select/index.d.ts +715 -0
- package/form-tree-select-multiple/index.d.ts +717 -0
- package/form-view/index.d.ts +226 -0
- package/guide-steps/index.d.ts +31 -0
- package/highlight-j-s/index.d.ts +18 -0
- package/iframe-window/index.d.ts +9 -0
- package/image-cropper/index.d.ts +365 -0
- package/image-preview/index.d.ts +213 -0
- package/image-viewer/index.d.ts +25 -0
- package/index.d.ts +0 -2
- package/index.mjs +2 -2
- package/input-number-range/index.d.ts +41 -0
- package/keyboard/index.d.ts +64 -0
- package/loading-view/index.d.ts +65 -0
- package/name-avatar/index.d.ts +62 -0
- package/nav-bar/index.d.ts +21 -0
- package/package.json +11 -4
- package/page/index.d.ts +21 -0
- package/page-header/index.d.ts +27 -0
- package/page-index/index.d.ts +82 -0
- package/page-index-top/index.d.ts +38 -0
- package/page-skeleton/index.d.ts +30 -0
- package/page-skeleton-new/index.d.ts +34 -0
- package/pageable-table/index.d.ts +400 -0
- package/photo-swipe/index.d.ts +18 -0
- package/resolver/components.d.ts +2 -0
- package/resolver/components.mjs +4 -0
- package/resolver/index.mjs +2 -2
- package/sign-panel/index.d.ts +85 -0
- package/skeleton-panel/index.d.ts +27 -0
- package/split-pane/index.d.ts +106 -0
- package/stateful/index.d.ts +92 -0
- package/sub-table/index.d.ts +109 -0
- package/sub-table-plus/index.d.ts +109 -0
- package/swiper/index.d.ts +27 -0
- package/table-column/index.d.ts +163 -0
- package/table-column-def/index.d.ts +97 -0
- package/table-view/index.d.ts +346 -0
- package/tag-render/index.d.ts +48 -0
- package/text-ellipsis/index.d.ts +111 -0
- package/toolbar/index.d.ts +129 -0
- package/toolbar-button/index.d.ts +189 -0
- package/vue-cron/index.d.ts +191 -0
- package/vue-qr-code/index.d.ts +47 -0
- package/vue-tags-input/index.d.ts +373 -0
- package/vue-tree-select/index.d.ts +1489 -0
- package/vue-video-player/index.d.ts +117 -0
- package/watermark/index.d.ts +97 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/year-calendar/index.d.ts +99 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
animation: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
start: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
end: {
|
|
11
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
decimals: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
duration: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
options: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
default(): {};
|
|
25
|
+
};
|
|
26
|
+
callback: {
|
|
27
|
+
type: FunctionConstructor;
|
|
28
|
+
default: () => void;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {}, {
|
|
31
|
+
init(): void;
|
|
32
|
+
destroy(): void;
|
|
33
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
34
|
+
animation: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
start: {
|
|
39
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
end: {
|
|
43
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
decimals: {
|
|
47
|
+
type: NumberConstructor;
|
|
48
|
+
default: number;
|
|
49
|
+
};
|
|
50
|
+
duration: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
options: {
|
|
55
|
+
type: ObjectConstructor;
|
|
56
|
+
default(): {};
|
|
57
|
+
};
|
|
58
|
+
callback: {
|
|
59
|
+
type: FunctionConstructor;
|
|
60
|
+
default: () => void;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{}>, {
|
|
63
|
+
options: Record<string, any>;
|
|
64
|
+
duration: number;
|
|
65
|
+
animation: boolean;
|
|
66
|
+
start: string | number;
|
|
67
|
+
decimals: number;
|
|
68
|
+
callback: Function;
|
|
69
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
element: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
options: ObjectConstructor;
|
|
7
|
+
theme: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
onLoadMore: FunctionConstructor;
|
|
12
|
+
onScroll: FunctionConstructor;
|
|
13
|
+
reverse: BooleanConstructor;
|
|
14
|
+
}>, {}, {
|
|
15
|
+
scrollTop: number;
|
|
16
|
+
}, {
|
|
17
|
+
innerOptions(): Record<string, any> & {
|
|
18
|
+
scrollbars: {
|
|
19
|
+
autoHide: string;
|
|
20
|
+
autoHideDelay: number;
|
|
21
|
+
theme: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
}, {
|
|
25
|
+
initialized(instance: any): void;
|
|
26
|
+
scrollBottom(): void;
|
|
27
|
+
getScroller(): any;
|
|
28
|
+
getScrollHeight(): any;
|
|
29
|
+
setScrollTop(scrollTop: any): void;
|
|
30
|
+
internalScroll(instance: any, event: any): void;
|
|
31
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
element: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
options: ObjectConstructor;
|
|
37
|
+
theme: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
onLoadMore: FunctionConstructor;
|
|
42
|
+
onScroll: FunctionConstructor;
|
|
43
|
+
reverse: BooleanConstructor;
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
45
|
+
reverse: boolean;
|
|
46
|
+
theme: string;
|
|
47
|
+
element: string;
|
|
48
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
span(): any;
|
|
8
|
+
data(): any;
|
|
9
|
+
colorText(): any;
|
|
10
|
+
bgText(): any;
|
|
11
|
+
borderColor(): any;
|
|
12
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
|
+
option: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
|
+
option: Record<string, any>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
icon(): any;
|
|
8
|
+
color(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {
|
|
12
|
+
itemClick(item: any): void;
|
|
13
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
option: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => void;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {
|
|
19
|
+
option: Record<string, any>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
color(): any;
|
|
12
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
|
+
option: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
|
+
option: Record<string, any>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
color(): any;
|
|
12
|
+
discount(): any;
|
|
13
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
option: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => void;
|
|
17
|
+
};
|
|
18
|
+
}>> & Readonly<{}>, {
|
|
19
|
+
option: Record<string, any>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
span(): any;
|
|
8
|
+
data(): any;
|
|
9
|
+
color(): any;
|
|
10
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
11
|
+
option: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => void;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
option: Record<string, any>;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
span(): any;
|
|
8
|
+
data(): any;
|
|
9
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
option: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {
|
|
15
|
+
option: Record<string, any>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
decimals(): any;
|
|
8
|
+
animation(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
span(): any;
|
|
8
|
+
data(): any;
|
|
9
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
option: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{}>, {
|
|
15
|
+
option: Record<string, any>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: BooleanConstructor;
|
|
3
|
+
api: FunctionConstructor;
|
|
4
|
+
columns: ArrayConstructor;
|
|
5
|
+
title: StringConstructor;
|
|
6
|
+
width: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
height: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
model: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => void;
|
|
17
|
+
};
|
|
18
|
+
multiple: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {
|
|
23
|
+
selectedRows: never[];
|
|
24
|
+
currentRow: null;
|
|
25
|
+
}, {}, {
|
|
26
|
+
selectionChange(selectedRows: any): void;
|
|
27
|
+
currentChange(currentRow: any): void;
|
|
28
|
+
toggleRowSelection(row: any): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
confirm(): void;
|
|
31
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "confirm"[], "confirm", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
visible: BooleanConstructor;
|
|
33
|
+
api: FunctionConstructor;
|
|
34
|
+
columns: ArrayConstructor;
|
|
35
|
+
title: StringConstructor;
|
|
36
|
+
width: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
height: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: null;
|
|
43
|
+
};
|
|
44
|
+
model: {
|
|
45
|
+
type: ObjectConstructor;
|
|
46
|
+
default: () => void;
|
|
47
|
+
};
|
|
48
|
+
multiple: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
}>, {
|
|
55
|
+
visible: boolean;
|
|
56
|
+
width: string;
|
|
57
|
+
height: string;
|
|
58
|
+
model: Record<string, any>;
|
|
59
|
+
multiple: boolean;
|
|
60
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {
|
|
7
|
+
animation(): any;
|
|
8
|
+
decimals(): any;
|
|
9
|
+
span(): any;
|
|
10
|
+
data(): any;
|
|
11
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
option: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>> & Readonly<{}>, {
|
|
17
|
+
option: Record<string, any>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
row: ObjectConstructor;
|
|
3
|
+
column: ObjectConstructor;
|
|
4
|
+
dictType: StringConstructor;
|
|
5
|
+
options: ArrayConstructor;
|
|
6
|
+
treeDict: BooleanConstructor;
|
|
7
|
+
idAsValue: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
labelAsValue: BooleanConstructor;
|
|
12
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
|
+
row: ObjectConstructor;
|
|
14
|
+
column: ObjectConstructor;
|
|
15
|
+
dictType: StringConstructor;
|
|
16
|
+
options: ArrayConstructor;
|
|
17
|
+
treeDict: BooleanConstructor;
|
|
18
|
+
idAsValue: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
labelAsValue: BooleanConstructor;
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
labelAsValue: boolean;
|
|
25
|
+
treeDict: boolean;
|
|
26
|
+
idAsValue: boolean;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
};
|
|
5
|
+
theme: {
|
|
6
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
7
|
+
};
|
|
8
|
+
initOptions: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
};
|
|
11
|
+
group: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
width: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
height: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
autoResize: BooleanConstructor;
|
|
23
|
+
watchShallow: BooleanConstructor;
|
|
24
|
+
manualUpdate: BooleanConstructor;
|
|
25
|
+
}>, {}, {
|
|
26
|
+
lastArea: number;
|
|
27
|
+
}, {}, {
|
|
28
|
+
mergeOptions(options: any, notMerge: any, lazyUpdate: any): void;
|
|
29
|
+
appendData(params: any): void;
|
|
30
|
+
resize(options: any): void;
|
|
31
|
+
dispatchAction(payload: any): void;
|
|
32
|
+
convertToPixel(finder: any, value: any): any;
|
|
33
|
+
convertFromPixel(finder: any, value: any): any;
|
|
34
|
+
containPixel(finder: any, value: any): any;
|
|
35
|
+
showLoading(type: any, options: any): void;
|
|
36
|
+
hideLoading(): void;
|
|
37
|
+
getDataURL(options: any): any;
|
|
38
|
+
getConnectedDataURL(options: any): any;
|
|
39
|
+
clear(): void;
|
|
40
|
+
dispose(): void;
|
|
41
|
+
delegateMethod(name: any, ...args: any[]): any;
|
|
42
|
+
delegateGet(methodName: any): any;
|
|
43
|
+
getArea(): number;
|
|
44
|
+
init(options: any): void;
|
|
45
|
+
initOptionsWatcher(): void;
|
|
46
|
+
destroy(): void;
|
|
47
|
+
refresh(): void;
|
|
48
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
49
|
+
options: {
|
|
50
|
+
type: ObjectConstructor;
|
|
51
|
+
};
|
|
52
|
+
theme: {
|
|
53
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
54
|
+
};
|
|
55
|
+
initOptions: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
};
|
|
58
|
+
group: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
};
|
|
61
|
+
width: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
height: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
autoResize: BooleanConstructor;
|
|
70
|
+
watchShallow: BooleanConstructor;
|
|
71
|
+
manualUpdate: BooleanConstructor;
|
|
72
|
+
}>> & Readonly<{}>, {
|
|
73
|
+
width: string;
|
|
74
|
+
height: string;
|
|
75
|
+
autoResize: boolean;
|
|
76
|
+
watchShallow: boolean;
|
|
77
|
+
manualUpdate: boolean;
|
|
78
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
79
|
+
export default _default;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* 是否开启边界检测
|
|
4
|
+
*/
|
|
5
|
+
border: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 显示点偏移量
|
|
11
|
+
*/
|
|
12
|
+
offset: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: () => {
|
|
15
|
+
x: number;
|
|
16
|
+
y: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* 边界距离
|
|
21
|
+
*/
|
|
22
|
+
borderWidth: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* 是否添加到 body
|
|
28
|
+
*/
|
|
29
|
+
appendToBody: BooleanConstructor;
|
|
30
|
+
flexRow: BooleanConstructor;
|
|
31
|
+
flexColumn: BooleanConstructor;
|
|
32
|
+
/**
|
|
33
|
+
* 鼠标离开后隐藏
|
|
34
|
+
*/
|
|
35
|
+
hideOnMouseLeave: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
interactive: BooleanConstructor;
|
|
40
|
+
}>, {}, {
|
|
41
|
+
/**
|
|
42
|
+
* 是否显示
|
|
43
|
+
*/
|
|
44
|
+
visible: boolean;
|
|
45
|
+
rendered: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* 触发点坐标
|
|
48
|
+
*/
|
|
49
|
+
axis: {
|
|
50
|
+
x: number;
|
|
51
|
+
y: number;
|
|
52
|
+
};
|
|
53
|
+
}, {
|
|
54
|
+
position(): {
|
|
55
|
+
top: string;
|
|
56
|
+
left: string;
|
|
57
|
+
};
|
|
58
|
+
}, {
|
|
59
|
+
show({ clientX: x, clientY: y }: {
|
|
60
|
+
clientX: any;
|
|
61
|
+
clientY: any;
|
|
62
|
+
}): void;
|
|
63
|
+
hide(): void;
|
|
64
|
+
doHide(e: any): void;
|
|
65
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
66
|
+
/**
|
|
67
|
+
* 是否开启边界检测
|
|
68
|
+
*/
|
|
69
|
+
border: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* 显示点偏移量
|
|
75
|
+
*/
|
|
76
|
+
offset: {
|
|
77
|
+
type: ObjectConstructor;
|
|
78
|
+
default: () => {
|
|
79
|
+
x: number;
|
|
80
|
+
y: number;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* 边界距离
|
|
85
|
+
*/
|
|
86
|
+
borderWidth: {
|
|
87
|
+
type: NumberConstructor;
|
|
88
|
+
default: number;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* 是否添加到 body
|
|
92
|
+
*/
|
|
93
|
+
appendToBody: BooleanConstructor;
|
|
94
|
+
flexRow: BooleanConstructor;
|
|
95
|
+
flexColumn: BooleanConstructor;
|
|
96
|
+
/**
|
|
97
|
+
* 鼠标离开后隐藏
|
|
98
|
+
*/
|
|
99
|
+
hideOnMouseLeave: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
interactive: BooleanConstructor;
|
|
104
|
+
}>> & Readonly<{}>, {
|
|
105
|
+
offset: Record<string, any>;
|
|
106
|
+
appendToBody: boolean;
|
|
107
|
+
border: boolean;
|
|
108
|
+
borderWidth: number;
|
|
109
|
+
flexRow: boolean;
|
|
110
|
+
flexColumn: boolean;
|
|
111
|
+
interactive: boolean;
|
|
112
|
+
hideOnMouseLeave: boolean;
|
|
113
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
export default _default;
|