@fangzhongya/fang-ui 0.0.31 → 0.0.33
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/components/alert/index.d.ts +4 -3
- package/dist/components/array/index.d.ts +7 -6
- package/dist/components/array/src/data.d.ts +1 -1
- package/dist/components/array/src/index.d.ts +2 -2
- package/dist/components/box/index.d.ts +4 -3
- package/dist/components/box-adjust/index.d.ts +4 -3
- package/dist/components/box-local/index.d.ts +4 -3
- package/dist/components/box-mask/index.d.ts +8 -23
- package/dist/components/box-teleport/index.d.ts +4 -3
- package/dist/components/box-title/index.d.ts +4 -3
- package/dist/components/button/index.d.ts +4 -3
- package/dist/components/buttons/index.d.ts +30 -72
- package/dist/components/card/index.d.ts +4 -3
- package/dist/components/cascader/index.d.ts +4 -3
- package/dist/components/cascader-panel/index.d.ts +4 -3
- package/dist/components/cascaders/index.d.ts +50 -119
- package/dist/components/checkbox/index.d.ts +7 -6
- package/dist/components/checkbox/src/index.d.ts +6 -6
- package/dist/components/checkbox-group/index.d.ts +4 -3
- package/dist/components/checks/index.d.ts +50 -119
- package/dist/components/choice-select/index.d.ts +10 -31
- package/dist/components/choice-select/src/data.cjs +0 -1
- package/dist/components/choice-select/src/data.js +0 -1
- package/dist/components/choice-select/src/index.cjs +0 -1
- package/dist/components/choice-select/src/index.js +0 -1
- package/dist/components/collapse/index.d.ts +4 -3
- package/dist/components/collapse-item/index.d.ts +4 -3
- package/dist/components/color-picker/index.d.ts +4 -3
- package/dist/components/common/compons.cjs +0 -1
- package/dist/components/common/compons.js +0 -1
- package/dist/components/common/urls.cjs +10 -5
- package/dist/components/common/urls.d.ts +10 -5
- package/dist/components/common/urls.js +10 -5
- package/dist/components/common/use.cjs +0 -1
- package/dist/components/common/use.d.ts +1 -1
- package/dist/components/common/use.js +0 -1
- package/dist/components/company-select/index.d.ts +50 -118
- package/dist/components/company-select/src/data.cjs +0 -1
- package/dist/components/company-select/src/data.js +0 -1
- package/dist/components/company-select/src/index.cjs +0 -1
- package/dist/components/company-select/src/index.js +0 -1
- package/dist/components/config-provider/index.d.ts +4 -3
- package/dist/components/cs-config/index.d.ts +4 -3
- package/dist/components/cs-config/src/data.cjs +0 -1
- package/dist/components/cs-config/src/data.js +0 -1
- package/dist/components/cs-config/src/index.cjs +0 -1
- package/dist/components/cs-config/src/index.js +0 -1
- package/dist/components/cs-emits/index.d.ts +6 -23
- package/dist/components/cs-expose/index.d.ts +4 -21
- package/dist/components/cs-i18n/index.d.ts +10 -30
- package/dist/components/cs-props/index.d.ts +38 -90
- package/dist/components/cs-slot/index.d.ts +4 -3
- package/dist/components/cs-title/index.d.ts +4 -3
- package/dist/components/date-picker/index.d.ts +4 -3
- package/dist/components/dates/index.d.ts +50 -118
- package/dist/components/dates-divide/index.d.ts +4 -3
- package/dist/components/dates-picker/index.d.ts +4 -3
- package/dist/components/department-select/index.d.ts +4 -3
- package/dist/components/department-select/src/data.cjs +0 -1
- package/dist/components/department-select/src/data.js +0 -1
- package/dist/components/dialog/index.d.ts +4 -3
- package/dist/components/divider/index.d.ts +4 -3
- package/dist/components/drawer/index.d.ts +4 -3
- package/dist/components/dropdown/index.d.ts +4 -3
- package/dist/components/dropdown-item/index.d.ts +4 -3
- package/dist/components/dropdown-menu/index.d.ts +4 -3
- package/dist/components/edit/index.d.ts +91 -119
- package/dist/components/edit-float/index.d.ts +97 -130
- package/dist/components/form/index.d.ts +5 -4
- package/dist/components/form/src/index.d.ts +2 -2
- package/dist/components/form-item/index.d.ts +4 -3
- package/dist/components/forms/index.d.ts +43 -12
- package/dist/components/forms/src/data.cjs +53 -13
- package/dist/components/forms/src/data.d.ts +86 -21
- package/dist/components/forms/src/data.js +53 -13
- package/dist/components/forms/src/index.cjs +21 -1
- package/dist/components/forms/src/index.d.ts +37 -5
- package/dist/components/forms/src/index.js +21 -1
- package/dist/components/forms/src/setup.cjs +0 -1
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +0 -1
- package/dist/components/forms-div/index.d.ts +26 -72
- package/dist/components/forms-div/src/index.cjs +0 -1
- package/dist/components/forms-div/src/index.js +0 -1
- package/dist/components/forms-drag/index.d.ts +59 -8
- package/dist/components/forms-drag/src/index.cjs +10 -6
- package/dist/components/forms-drag/src/index.d.ts +23 -3
- package/dist/components/forms-drag/src/index.js +10 -6
- package/dist/components/forms-item/index.d.ts +4 -3
- package/dist/components/forms-items/index.d.ts +4 -3
- package/dist/components/global-config/index.d.ts +23 -63
- package/dist/components/history/index.d.ts +4 -3
- package/dist/components/icon/index.d.ts +4 -3
- package/dist/components/icon/src/data.cjs +1 -2
- package/dist/components/icon/src/data.d.ts +1 -1
- package/dist/components/icon/src/data.js +1 -2
- package/dist/components/icon/src/index.cjs +0 -1
- package/dist/components/icon/src/index.js +0 -1
- package/dist/components/icon-picker/index.d.ts +4 -3
- package/dist/components/icon-picker/src/data.cjs +0 -1
- package/dist/components/icon-picker/src/data.js +0 -1
- package/dist/components/icon-picker/src/index.cjs +0 -1
- package/dist/components/icon-picker/src/index.js +0 -1
- package/dist/components/iframe/index.d.ts +30 -78
- package/dist/components/iframe/src/data.cjs +0 -1
- package/dist/components/iframe/src/data.js +0 -1
- package/dist/components/image/index.d.ts +4 -3
- package/dist/components/images/index.d.ts +4 -3
- package/dist/components/index.cjs +98 -96
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.scss +1 -0
- package/dist/components/index2.scss +53 -0
- package/dist/components/input/index.d.ts +4 -3
- package/dist/components/input-array/index.d.ts +4 -3
- package/dist/components/input-history/index.d.ts +4 -3
- package/dist/components/input-num/index.d.ts +4 -3
- package/dist/components/input-number/index.d.ts +4 -3
- package/dist/components/input-select/index.d.ts +4 -3
- package/dist/components/inputs/index.d.ts +4 -3
- package/dist/components/labels/index.d.ts +58 -139
- package/dist/components/lists/common/img.cjs +35 -5
- package/dist/components/lists/common/img.js +35 -5
- package/dist/components/lists/common/img2.cjs +2 -32
- package/dist/components/lists/common/img2.js +1 -31
- package/dist/components/lists/index.css +8 -0
- package/dist/components/lists/index.d.ts +59 -160
- package/dist/components/lists/index.scss +9 -0
- package/dist/components/lists/src/index.cjs +2 -2
- package/dist/components/lists/src/index.js +2 -2
- package/dist/components/menus/index.d.ts +4 -3
- package/dist/components/menus/src/menu-ll.cjs +0 -1
- package/dist/components/menus/src/menu-ll.js +0 -1
- package/dist/components/option/index.d.ts +118 -135
- package/dist/components/option-group/index.d.ts +4 -3
- package/dist/components/page/index.css +8 -0
- package/dist/components/page/index.d.ts +39 -13
- package/dist/components/page/src/index.d.ts +70 -20
- package/dist/components/pagination/index.d.ts +4 -3
- package/dist/components/paging/index.d.ts +16 -48
- package/dist/components/popconfirm/index.d.ts +4 -3
- package/dist/components/popover/index.d.ts +4 -3
- package/dist/components/popup/index.d.ts +4 -3
- package/dist/components/radio/index.d.ts +7 -6
- package/dist/components/radio/src/index.d.ts +6 -6
- package/dist/components/radio-group/index.d.ts +4 -3
- package/dist/components/retract/index.d.ts +4 -3
- package/dist/components/retract/src/data.cjs +0 -1
- package/dist/components/retract/src/data.js +0 -1
- package/dist/components/retract/src/index.cjs +0 -1
- package/dist/components/retract/src/index.js +0 -1
- package/dist/components/right-key/index.d.ts +4 -3
- package/dist/components/right-key/src/data.cjs +0 -1
- package/dist/components/right-key/src/data.js +0 -1
- package/dist/components/right-key/src/index.cjs +0 -1
- package/dist/components/right-key/src/index.js +0 -1
- package/dist/components/role-select/index.d.ts +4 -3
- package/dist/components/role-select/src/data.cjs +0 -1
- package/dist/components/role-select/src/data.js +0 -1
- package/dist/components/role-select/src/index.cjs +0 -1
- package/dist/components/role-select/src/index.js +0 -1
- package/dist/components/seamless-scroll/index.cjs +8 -0
- package/dist/components/seamless-scroll/index.css +30 -0
- package/dist/components/seamless-scroll/index.d.ts +118 -0
- package/dist/components/seamless-scroll/index.js +8 -0
- package/dist/components/seamless-scroll/index.scss +19 -0
- package/dist/components/seamless-scroll/src/data.cjs +34 -0
- package/dist/components/seamless-scroll/src/data.d.ts +44 -0
- package/dist/components/seamless-scroll/src/data.js +34 -0
- package/dist/components/seamless-scroll/src/index.cjs +148 -0
- package/dist/components/seamless-scroll/src/index.d.ts +80 -0
- package/dist/components/seamless-scroll/src/index.js +148 -0
- package/dist/components/seamless-scroll/src/index2.cjs +4 -0
- package/dist/components/seamless-scroll/src/index2.js +4 -0
- package/dist/components/select/index.d.ts +4 -3
- package/dist/components/select-dialog/index.d.ts +4 -3
- package/dist/components/select-dialog/src/data.cjs +0 -1
- package/dist/components/select-dialog/src/data.js +0 -1
- package/dist/components/select-dialog/src/index.cjs +0 -1
- package/dist/components/select-dialog/src/index.js +0 -1
- package/dist/components/select-popover/index.d.ts +4 -3
- package/dist/components/select-popover/src/data.cjs +0 -1
- package/dist/components/select-popover/src/data.js +0 -1
- package/dist/components/select-scroll/index.d.ts +34 -84
- package/dist/components/selector/index.d.ts +45 -116
- package/dist/components/selects/index.d.ts +53 -124
- package/dist/components/slider/index.d.ts +4 -3
- package/dist/components/stick-div/index.d.ts +4 -3
- package/dist/components/stick-edge/index.d.ts +4 -3
- package/dist/components/stick-window/index.d.ts +4 -3
- package/dist/components/switch/index.d.ts +4 -3
- package/dist/components/switchs/index.d.ts +47 -111
- package/dist/components/tab-pane/index.d.ts +4 -3
- package/dist/components/tables/common/pagin.cjs +0 -1
- package/dist/components/tables/common/pagin.d.ts +14 -6
- package/dist/components/tables/common/pagin.js +0 -1
- package/dist/components/tables/common/util.cjs +0 -1
- package/dist/components/tables/common/util.js +0 -1
- package/dist/components/tables/index.d.ts +4 -3
- package/dist/components/tablesp/index.d.ts +10 -6
- package/dist/components/tablesp/src/index.cjs +2 -1
- package/dist/components/tablesp/src/index.d.ts +2 -1
- package/dist/components/tablesp/src/index.js +2 -1
- package/dist/components/tabless/index.d.ts +4 -3
- package/dist/components/tablesv/index.d.ts +4 -3
- package/dist/components/tablesv/src/column.cjs +0 -1
- package/dist/components/tablesv/src/column.js +0 -1
- package/dist/components/tablesvp/index.d.ts +4 -3
- package/dist/components/tabs/index.d.ts +4 -3
- package/dist/components/text/index.d.ts +10 -30
- package/dist/components/time-picker/index.d.ts +4 -3
- package/dist/components/time-select/index.d.ts +4 -3
- package/dist/components/tooltip/index.d.ts +4 -3
- package/dist/components/tree/index.d.ts +4 -3
- package/dist/components/tree-select/index.d.ts +4 -3
- package/dist/components/tree-select-box/index.d.ts +4 -3
- package/dist/components/tree-select-box/src/data.cjs +0 -1
- package/dist/components/tree-select-box/src/data.js +0 -1
- package/dist/components/tree-select-box/src/index.cjs +0 -1
- package/dist/components/tree-select-box/src/index.js +0 -1
- package/dist/components/upload/index.d.ts +7 -6
- package/dist/components/upload/src/index.d.ts +6 -6
- package/dist/components/user-select/index.d.ts +4 -3
- package/dist/components/user-select/src/data.cjs +0 -1
- package/dist/components/user-select/src/data.js +0 -1
- package/dist/components/user-select/src/index.cjs +0 -1
- package/dist/components/user-select/src/index.js +0 -1
- package/dist/components/window/index.d.ts +4 -3
- package/dist/expand/{chunk-XJ2UIJNI.js → chunk-IMQMZ66E.js} +1 -0
- package/dist/expand/{chunk-JOH5MZT3.cjs → chunk-KYVOOBKQ.cjs} +1 -0
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/inherit/index.cjs +0 -1
- package/dist/hooks/inherit/index.js +0 -1
- package/dist/index.cjs +116 -114
- package/dist/index.css +25 -0
- package/dist/index.js +2 -0
- package/dist/type.d.ts +21 -0
- package/dist/utils/vues/withInstall.cjs +2 -16
- package/dist/utils/vues/withInstall.d.ts +2 -1
- package/dist/utils/vues/withInstall.js +2 -16
- package/package.json +10 -8
- package/dist/index2.css +0 -4
- /package/dist/components/{radio-group → collapse-item}/index.css +0 -0
|
@@ -1,125 +1,54 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
};
|
|
24
|
-
default(): never[];
|
|
25
|
-
};
|
|
26
|
-
clearAbsent: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
};
|
|
29
|
-
label: {
|
|
30
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
prop: {
|
|
34
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: null;
|
|
39
|
-
};
|
|
40
|
-
multiple: {
|
|
41
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
42
|
-
};
|
|
43
|
-
load: {
|
|
44
|
-
type: BooleanConstructor[];
|
|
45
|
-
};
|
|
46
|
-
optobj: {
|
|
47
|
-
type: BooleanConstructor[];
|
|
48
|
-
};
|
|
49
|
-
}>> & Readonly<{}>, {
|
|
50
|
-
el: Ref<any, any>;
|
|
51
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
52
|
-
label: string | Function;
|
|
53
|
-
options: ObjAny[];
|
|
54
|
-
prop: string | Function;
|
|
55
|
-
clearAbsent: boolean;
|
|
56
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
57
|
-
refEl: HTMLDivElement;
|
|
58
|
-
}, any, ComponentProvideOptions, {
|
|
59
|
-
P: {};
|
|
60
|
-
B: {};
|
|
61
|
-
D: {};
|
|
62
|
-
C: {};
|
|
63
|
-
M: {};
|
|
64
|
-
Defaults: {};
|
|
65
|
-
}, Readonly< ExtractPropTypes<{
|
|
66
|
-
placeholder: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
};
|
|
69
|
-
options: {
|
|
70
|
-
type: {
|
|
71
|
-
(arrayLength: number): ObjAny[];
|
|
72
|
-
(...items: ObjAny[]): ObjAny[];
|
|
73
|
-
new (arrayLength: number): ObjAny[];
|
|
74
|
-
new (...items: ObjAny[]): ObjAny[];
|
|
75
|
-
isArray(arg: any): arg is any[];
|
|
76
|
-
readonly prototype: any[];
|
|
77
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
78
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
79
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
80
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
81
|
-
of<T>(...items: T[]): T[];
|
|
82
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
83
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
84
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
85
|
-
};
|
|
86
|
-
default(): never[];
|
|
87
|
-
};
|
|
88
|
-
clearAbsent: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
};
|
|
91
|
-
label: {
|
|
92
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
prop: {
|
|
96
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
modelValue: {
|
|
100
|
-
type: null;
|
|
101
|
-
};
|
|
102
|
-
multiple: {
|
|
103
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
104
|
-
};
|
|
105
|
-
load: {
|
|
106
|
-
type: BooleanConstructor[];
|
|
107
|
-
};
|
|
108
|
-
optobj: {
|
|
109
|
-
type: BooleanConstructor[];
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const Selects: SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
4
|
+
placeholder: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: {
|
|
9
|
+
(arrayLength: number): ObjAny[];
|
|
10
|
+
(...items: ObjAny[]): ObjAny[];
|
|
11
|
+
new (arrayLength: number): ObjAny[];
|
|
12
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
13
|
+
isArray(arg: any): arg is any[];
|
|
14
|
+
readonly prototype: any[];
|
|
15
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
16
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
17
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
18
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
19
|
+
of<T>(...items: T[]): T[];
|
|
20
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
21
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
22
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
110
23
|
};
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
24
|
+
default(): never[];
|
|
25
|
+
};
|
|
26
|
+
clearAbsent: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
};
|
|
29
|
+
label: {
|
|
30
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
prop: {
|
|
34
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
modelValue: {
|
|
38
|
+
type: null;
|
|
39
|
+
};
|
|
40
|
+
multiple: {
|
|
41
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
42
|
+
};
|
|
43
|
+
load: {
|
|
44
|
+
type: BooleanConstructor[];
|
|
45
|
+
};
|
|
46
|
+
optobj: {
|
|
47
|
+
type: BooleanConstructor[];
|
|
48
|
+
};
|
|
49
|
+
}>, {
|
|
50
|
+
el: Ref<any, any>;
|
|
51
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
123
52
|
placeholder: {
|
|
124
53
|
type: StringConstructor;
|
|
125
54
|
};
|
|
@@ -166,11 +95,11 @@ declare const Selects: {
|
|
|
166
95
|
type: BooleanConstructor[];
|
|
167
96
|
};
|
|
168
97
|
}>> & Readonly<{}>, {
|
|
169
|
-
el: Ref<any, any>;
|
|
170
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
171
98
|
label: string | Function;
|
|
172
99
|
options: ObjAny[];
|
|
173
100
|
prop: string | Function;
|
|
174
101
|
clearAbsent: boolean;
|
|
175
|
-
}, {},
|
|
102
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
103
|
+
refEl: HTMLDivElement;
|
|
104
|
+
}, any>>;
|
|
176
105
|
export { Selects, Selects as default };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ExtractPropTypes, PropType, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentProvideOptions, ComponentOptionsBase } from 'vue';
|
|
2
3
|
import { EpPropFinalized, Arrayable, EpPropMergeType } from 'element-plus/es/utils';
|
|
3
4
|
import { Placement } from 'element-plus/es/index';
|
|
4
|
-
declare const Slider: {
|
|
5
|
+
declare const Slider: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -234,5 +235,5 @@ declare const Slider: {
|
|
|
234
235
|
refEl: Ref<any, any>;
|
|
235
236
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
236
237
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
237
|
-
})
|
|
238
|
+
})>;
|
|
238
239
|
export { Slider, Slider as default };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
2
3
|
import { Direction } from './src/data';
|
|
3
|
-
declare const StickDiv: {
|
|
4
|
+
declare const StickDiv: SFCWithInstall<{
|
|
4
5
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5
6
|
direction: {
|
|
6
7
|
type: PropType<Direction>;
|
|
@@ -110,5 +111,5 @@ declare const StickDiv: {
|
|
|
110
111
|
directions: Direction[];
|
|
111
112
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
112
113
|
$slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>>;
|
|
113
|
-
})
|
|
114
|
+
})>;
|
|
114
115
|
export { StickDiv, StickDiv as default };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
3
|
+
declare const StickEdge: SFCWithInstall<{
|
|
3
4
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
4
5
|
drag: {
|
|
5
6
|
type: (BooleanConstructor | StringConstructor)[];
|
|
@@ -108,5 +109,5 @@ declare const StickEdge: {
|
|
|
108
109
|
isFixed: boolean;
|
|
109
110
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
110
111
|
$slots: Partial<Record<string, (_: {}) => any>>;
|
|
111
|
-
})
|
|
112
|
+
})>;
|
|
112
113
|
export { StickEdge, StickEdge as default };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
|
|
2
3
|
import { Direction } from './src/data';
|
|
3
|
-
declare const StickWindow: {
|
|
4
|
+
declare const StickWindow: SFCWithInstall<{
|
|
4
5
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
5
6
|
to: {
|
|
6
7
|
type: StringConstructor;
|
|
@@ -153,5 +154,5 @@ declare const StickWindow: {
|
|
|
153
154
|
title?: string | undefined;
|
|
154
155
|
}[];
|
|
155
156
|
}) => any>> & Partial<Record<string, (_: {}) => any>>;
|
|
156
|
-
})
|
|
157
|
+
})>;
|
|
157
158
|
export { StickWindow, StickWindow as default };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
declare const Switch: {
|
|
5
|
+
declare const Switch: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -256,5 +257,5 @@ declare const Switch: {
|
|
|
256
257
|
refEl: Ref<any, any>;
|
|
257
258
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
258
259
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
259
|
-
})
|
|
260
|
+
})>;
|
|
260
261
|
export { Switch, Switch as default };
|
|
@@ -1,113 +1,49 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
21
|
-
default(): never[];
|
|
22
|
-
};
|
|
23
|
-
clearAbsent: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
};
|
|
26
|
-
label: {
|
|
27
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
prop: {
|
|
31
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
modelValue: {
|
|
35
|
-
type: null;
|
|
36
|
-
};
|
|
37
|
-
multiple: {
|
|
38
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
39
|
-
};
|
|
40
|
-
load: {
|
|
41
|
-
type: BooleanConstructor[];
|
|
42
|
-
};
|
|
43
|
-
optobj: {
|
|
44
|
-
type: BooleanConstructor[];
|
|
45
|
-
};
|
|
46
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
47
|
-
label: string | Function;
|
|
48
|
-
options: ObjAny[];
|
|
49
|
-
prop: string | Function;
|
|
50
|
-
clearAbsent: boolean;
|
|
51
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
52
|
-
P: {};
|
|
53
|
-
B: {};
|
|
54
|
-
D: {};
|
|
55
|
-
C: {};
|
|
56
|
-
M: {};
|
|
57
|
-
Defaults: {};
|
|
58
|
-
}, Readonly< ExtractPropTypes<{
|
|
59
|
-
options: {
|
|
60
|
-
type: {
|
|
61
|
-
(arrayLength: number): ObjAny[];
|
|
62
|
-
(...items: ObjAny[]): ObjAny[];
|
|
63
|
-
new (arrayLength: number): ObjAny[];
|
|
64
|
-
new (...items: ObjAny[]): ObjAny[];
|
|
65
|
-
isArray(arg: any): arg is any[];
|
|
66
|
-
readonly prototype: any[];
|
|
67
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
68
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
69
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
70
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
71
|
-
of<T>(...items: T[]): T[];
|
|
72
|
-
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
73
|
-
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
74
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
75
|
-
};
|
|
76
|
-
default(): never[];
|
|
77
|
-
};
|
|
78
|
-
clearAbsent: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
};
|
|
81
|
-
label: {
|
|
82
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
prop: {
|
|
86
|
-
type: (FunctionConstructor | StringConstructor)[];
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
modelValue: {
|
|
90
|
-
type: null;
|
|
91
|
-
};
|
|
92
|
-
multiple: {
|
|
93
|
-
type: (BooleanConstructor | StringConstructor)[];
|
|
94
|
-
};
|
|
95
|
-
load: {
|
|
96
|
-
type: BooleanConstructor[];
|
|
97
|
-
};
|
|
98
|
-
optobj: {
|
|
99
|
-
type: BooleanConstructor[];
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const Switchs: SFCWithInstall<DefineComponent<ExtractPropTypes<{
|
|
4
|
+
options: {
|
|
5
|
+
type: {
|
|
6
|
+
(arrayLength: number): ObjAny[];
|
|
7
|
+
(...items: ObjAny[]): ObjAny[];
|
|
8
|
+
new (arrayLength: number): ObjAny[];
|
|
9
|
+
new (...items: ObjAny[]): ObjAny[];
|
|
10
|
+
isArray(arg: any): arg is any[];
|
|
11
|
+
readonly prototype: any[];
|
|
12
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
+
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
+
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
+
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
+
of<T>(...items: T[]): T[];
|
|
17
|
+
fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
|
|
18
|
+
fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
|
|
19
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
100
20
|
};
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
21
|
+
default(): never[];
|
|
22
|
+
};
|
|
23
|
+
clearAbsent: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
};
|
|
26
|
+
label: {
|
|
27
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
prop: {
|
|
31
|
+
type: (FunctionConstructor | StringConstructor)[];
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: null;
|
|
36
|
+
};
|
|
37
|
+
multiple: {
|
|
38
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
39
|
+
};
|
|
40
|
+
load: {
|
|
41
|
+
type: BooleanConstructor[];
|
|
42
|
+
};
|
|
43
|
+
optobj: {
|
|
44
|
+
type: BooleanConstructor[];
|
|
45
|
+
};
|
|
46
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
111
47
|
options: {
|
|
112
48
|
type: {
|
|
113
49
|
(arrayLength: number): ObjAny[];
|
|
@@ -150,10 +86,10 @@ declare const Switchs: {
|
|
|
150
86
|
optobj: {
|
|
151
87
|
type: BooleanConstructor[];
|
|
152
88
|
};
|
|
153
|
-
}>> & Readonly<{}>, {
|
|
89
|
+
}>> & Readonly<{}>, {
|
|
154
90
|
label: string | Function;
|
|
155
91
|
options: ObjAny[];
|
|
156
92
|
prop: string | Function;
|
|
157
93
|
clearAbsent: boolean;
|
|
158
|
-
}, {},
|
|
94
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>>;
|
|
159
95
|
export { Switchs, Switchs as default };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { EpPropMergeType, EpPropFinalized } from 'element-plus/es/utils';
|
|
3
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
declare const TabPane: {
|
|
5
|
+
declare const TabPane: SFCWithInstall<{
|
|
5
6
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
6
7
|
refEl: Ref<any, any>;
|
|
7
8
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
@@ -108,5 +109,5 @@ declare const TabPane: {
|
|
|
108
109
|
refEl: Ref<any, any>;
|
|
109
110
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
110
111
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
111
|
-
})
|
|
112
|
+
})>;
|
|
112
113
|
export { TabPane, TabPane as default };
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const util = require("../../../utils/util.cjs");
|
|
5
5
|
require("../../../utils/vues/getBuildProps.cjs");
|
|
6
|
-
require("../../../utils/vues/withInstall.cjs");
|
|
7
6
|
require("@fangzhongya/utils/css/setObjStyle");
|
|
8
7
|
require("@fangzhongya/utils/css/getCss");
|
|
9
8
|
const urls = require("../../common/urls.cjs");
|
|
@@ -187,11 +187,15 @@ export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit:
|
|
|
187
187
|
prop?: string | undefined;
|
|
188
188
|
slot?: string | undefined;
|
|
189
189
|
pars?: boolean | undefined;
|
|
190
|
-
hide?: boolean | HideFun;
|
|
190
|
+
hide?: (boolean | HideFun) | undefined;
|
|
191
191
|
rules?: any[] | undefined;
|
|
192
|
-
rule?: string | boolean | 0 | 1 |
|
|
192
|
+
rule?: string | boolean | 0 | 1 | {
|
|
193
|
+
type: 1 | 2;
|
|
194
|
+
must: boolean;
|
|
195
|
+
judge: string;
|
|
196
|
+
} | undefined;
|
|
193
197
|
class?: string | undefined;
|
|
194
|
-
style?: ObjAny | SetFun;
|
|
198
|
+
style?: (ObjAny | SetFun) | undefined;
|
|
195
199
|
required?: boolean | undefined;
|
|
196
200
|
labelWidth?: string | number | undefined;
|
|
197
201
|
width?: string | number | undefined;
|
|
@@ -214,11 +218,15 @@ export declare const useInit: (props: ExtractPropTypes<typeof dataProps>, emit:
|
|
|
214
218
|
prop?: string | undefined;
|
|
215
219
|
slot?: string | undefined;
|
|
216
220
|
pars?: boolean | undefined;
|
|
217
|
-
hide?: boolean | HideFun;
|
|
221
|
+
hide?: (boolean | HideFun) | undefined;
|
|
218
222
|
rules?: any[] | undefined;
|
|
219
|
-
rule?: string | boolean | 0 | 1 |
|
|
223
|
+
rule?: string | boolean | 0 | 1 | {
|
|
224
|
+
type: 1 | 2;
|
|
225
|
+
must: boolean;
|
|
226
|
+
judge: string;
|
|
227
|
+
} | undefined;
|
|
220
228
|
class?: string | undefined;
|
|
221
|
-
style?: ObjAny | SetFun;
|
|
229
|
+
style?: (ObjAny | SetFun) | undefined;
|
|
222
230
|
required?: boolean | undefined;
|
|
223
231
|
labelWidth?: string | number | undefined;
|
|
224
232
|
width?: string | number | undefined;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ref, reactive, watch, computed } from "vue";
|
|
2
2
|
import { executionMethod } from "../../../utils/util.js";
|
|
3
3
|
import "../../../utils/vues/getBuildProps.js";
|
|
4
|
-
import "../../../utils/vues/withInstall.js";
|
|
5
4
|
import "@fangzhongya/utils/css/setObjStyle";
|
|
6
5
|
import "@fangzhongya/utils/css/getCss";
|
|
7
6
|
import { props, comHandle } from "../../common/urls.js";
|
|
@@ -14,7 +14,6 @@ require("@fangzhongya/utils/basic/object/deepCopy");
|
|
|
14
14
|
require("@fangzhongya/utils/basic/Array/toggleArray");
|
|
15
15
|
require("@fangzhongya/utils/basic/object/objValue");
|
|
16
16
|
require("../../../utils/vues/getBuildProps.cjs");
|
|
17
|
-
require("../../../utils/vues/withInstall.cjs");
|
|
18
17
|
require("@fangzhongya/utils/css/setObjStyle");
|
|
19
18
|
require("@fangzhongya/utils/css/getCss");
|
|
20
19
|
const index = require("../../../hooks/inherit/index.cjs");
|
|
@@ -12,7 +12,6 @@ import "@fangzhongya/utils/basic/object/deepCopy";
|
|
|
12
12
|
import "@fangzhongya/utils/basic/Array/toggleArray";
|
|
13
13
|
import "@fangzhongya/utils/basic/object/objValue";
|
|
14
14
|
import "../../../utils/vues/getBuildProps.js";
|
|
15
|
-
import "../../../utils/vues/withInstall.js";
|
|
16
15
|
import "@fangzhongya/utils/css/setObjStyle";
|
|
17
16
|
import "@fangzhongya/utils/css/getCss";
|
|
18
17
|
import { useAttrValue } from "../../../hooks/inherit/index.js";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, PropType, CSSProperties, ComputedRef, Ref, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentProvideOptions, ComponentOptionsBase } from 'vue';
|
|
2
3
|
import { DefaultSort } from './src/data';
|
|
3
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
4
5
|
import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
|
|
@@ -8,7 +9,7 @@ import { StoreFilter } from 'element-plus/es/components/table/src/store';
|
|
|
8
9
|
import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
|
|
9
10
|
import { DebouncedFunc } from 'lodash';
|
|
10
11
|
import { Translator } from 'element-plus/es/hooks';
|
|
11
|
-
declare const Tables: {
|
|
12
|
+
declare const Tables: SFCWithInstall<{
|
|
12
13
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
13
14
|
defaultSort: {
|
|
14
15
|
type: () => DefaultSort;
|
|
@@ -1726,5 +1727,5 @@ declare const Tables: {
|
|
|
1726
1727
|
$slots: Partial<Record<string, (_: any) => any>> & {
|
|
1727
1728
|
'no-data'?(_: {}): any;
|
|
1728
1729
|
};
|
|
1729
|
-
})
|
|
1730
|
+
})>;
|
|
1730
1731
|
export { Tables, Tables as default };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SFCWithInstall } from '../../utils/vues';
|
|
2
|
+
import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, PropType, CSSProperties, ComputedRef, Ref, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
3
|
import { DefaultSort } from '../tables/src/data';
|
|
3
4
|
import { EpPropMergeType } from 'element-plus/es/utils';
|
|
4
5
|
import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
|
|
@@ -9,7 +10,7 @@ import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/compo
|
|
|
9
10
|
import { DebouncedFunc } from 'lodash';
|
|
10
11
|
import { Translator } from 'element-plus/es/hooks';
|
|
11
12
|
import { OnCleanup } from '@vue/reactivity';
|
|
12
|
-
declare const Tablesp: {
|
|
13
|
+
declare const Tablesp: SFCWithInstall<{
|
|
13
14
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
14
15
|
configs: {
|
|
15
16
|
type: () => Config;
|
|
@@ -73,7 +74,8 @@ declare const Tablesp: {
|
|
|
73
74
|
}>> & Readonly<{}>, {
|
|
74
75
|
getSelection: typeof getSelection;
|
|
75
76
|
initData: (callback?: () => void) => void;
|
|
76
|
-
|
|
77
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
78
|
+
getList: (callback?: () => void) => void;
|
|
77
79
|
empty: () => void;
|
|
78
80
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
79
81
|
config: TableConfig;
|
|
@@ -1844,7 +1846,8 @@ declare const Tablesp: {
|
|
|
1844
1846
|
}>> & Readonly<{}>, {
|
|
1845
1847
|
getSelection: typeof getSelection;
|
|
1846
1848
|
initData: (callback?: () => void) => void;
|
|
1847
|
-
|
|
1849
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
1850
|
+
getList: (callback?: () => void) => void;
|
|
1848
1851
|
empty: () => void;
|
|
1849
1852
|
}, {}, {}, {}, {
|
|
1850
1853
|
config: TableConfig;
|
|
@@ -1922,7 +1925,8 @@ declare const Tablesp: {
|
|
|
1922
1925
|
}>> & Readonly<{}>, {
|
|
1923
1926
|
getSelection: typeof getSelection;
|
|
1924
1927
|
initData: (callback?: () => void) => void;
|
|
1925
|
-
|
|
1928
|
+
getData: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
|
|
1929
|
+
getList: (callback?: () => void) => void;
|
|
1926
1930
|
empty: () => void;
|
|
1927
1931
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1928
1932
|
config: TableConfig;
|
|
@@ -1935,5 +1939,5 @@ declare const Tablesp: {
|
|
|
1935
1939
|
};
|
|
1936
1940
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
1937
1941
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
1938
|
-
})
|
|
1942
|
+
})>;
|
|
1939
1943
|
export { Tablesp, Tablesp as default };
|