orion-design 0.1.53 → 0.1.54
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Flex/Col.d.ts +5 -16
- package/dist/components/Flex/Item.d.ts +1 -15
- package/dist/components/Flex/Row.d.ts +5 -16
- package/dist/components/Flex/index.js +44 -51
- package/dist/components/Flex/index.js.map +1 -1
- package/dist/components/Form/FileInput/FileInput.vue.d.ts +4 -4
- package/dist/components/Form/Form.vue.d.ts +2 -2
- package/dist/components/Form/LovInput/LovInput.vue.d.ts +8 -8
- package/dist/components/Form/TableSelect/TableSelect.vue.d.ts +8 -8
- package/dist/components/Form/index.d.ts +1 -1
- package/dist/components/Form/index.js +1 -1
- package/dist/components/LovTable/LovPagetable.vue.d.ts +144 -504
- package/dist/components/LovTable/LovQuerytable.vue.d.ts +84 -356
- package/dist/components/LovTable/index.d.ts +114 -430
- package/dist/components/Pagetable/Pagetable.d.ts +43 -153
- package/dist/components/Pagetable/columns/PagetableCellButton.d.ts +5 -16
- package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +23 -96
- package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +28 -120
- package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +20 -83
- package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +23 -95
- package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +33 -127
- package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +29 -100
- package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +33 -127
- package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +22 -94
- package/dist/components/Pagetable/columns/PagetableColumngroup.d.ts +8 -29
- package/dist/components/Pagetable/hooks/useColumns.js +2 -2
- package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
- package/dist/components/Pagetable/hooks/usePagetable.d.ts +3 -1
- package/dist/components/Pagetable/hooks/usePagetable.js +32 -26
- package/dist/components/Pagetable/hooks/usePagetable.js.map +1 -1
- package/dist/components/Pagetable/index.d.ts +72 -216
- package/dist/components/Pagetable/index.js +526 -497
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/Querytable/Querytable.d.ts +18 -78
- package/dist/components/Querytable/columns/QuerytableCellButton.d.ts +5 -16
- package/dist/components/Querytable/columns/QuerytableColumnButtongroup.d.ts +20 -83
- package/dist/components/Querytable/columns/QuerytableColumnDate.d.ts +26 -108
- package/dist/components/Querytable/columns/QuerytableColumnDiy.d.ts +17 -70
- package/dist/components/Querytable/columns/QuerytableColumnLink.d.ts +19 -81
- package/dist/components/Querytable/columns/QuerytableColumnMultiselect.d.ts +29 -113
- package/dist/components/Querytable/columns/QuerytableColumnNumber.d.ts +26 -87
- package/dist/components/Querytable/columns/QuerytableColumnSingleselect.d.ts +30 -114
- package/dist/components/Querytable/columns/QuerytableColumnString.d.ts +20 -82
- package/dist/components/Querytable/columns/QuerytableColumngroup.d.ts +8 -29
- package/dist/components/Querytable/hooks/useColumns.js +2 -2
- package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
- package/dist/components/Querytable/index.d.ts +49 -157
- package/dist/components/Querytable/index.js +384 -367
- package/dist/components/Querytable/index.js.map +1 -1
- package/dist/components/RichTextEditor/RichTextEditor.d.ts +22 -48
- package/dist/components/RichTextEditor/index.d.ts +15 -34
- package/dist/components/RichTextEditor/index.js +31 -26
- package/dist/components/RichTextEditor/index.js.map +1 -1
- package/dist/components/Space/index.d.ts +11 -62
- package/dist/components/TableSelectPagetable/TableSelectPagetable.vue.d.ts +144 -504
- package/dist/components/TableSelectPagetable/index.d.ts +72 -252
- package/dist/components/Throne/ThroneContextProvider.d.ts +5 -16
- package/dist/components/_antd_util/camelize.d.ts +2 -0
- package/dist/components/_antd_util/camelize.js +8 -0
- package/dist/components/_antd_util/camelize.js.map +1 -0
- package/dist/components/_antd_util/classNames.js +24 -0
- package/dist/components/_antd_util/classNames.js.map +1 -0
- package/dist/components/_antd_util/index.d.ts +1 -0
- package/dist/components/_antd_util/index.js +14 -0
- package/dist/components/_antd_util/index.js.map +1 -0
- package/dist/components/_antd_util/isValid.js.map +1 -0
- package/dist/components/components.js +2 -2
- package/dist/components/index.js +3 -3
- package/dist/components-BZKLgLQx.js +54 -0
- package/dist/components-BZKLgLQx.js.map +1 -0
- package/dist/index-CvcZkdiG.js +46 -0
- package/dist/index-CvcZkdiG.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/Pagetable/interface.d.ts +0 -11
- package/dist/components/Pagetable/interface.js +0 -2
- package/dist/components/Pagetable/interface.js.map +0 -1
- package/dist/components/Querytable/interface.d.ts +0 -10
- package/dist/components/Querytable/interface.js +0 -2
- package/dist/components/Querytable/interface.js.map +0 -1
- package/dist/components/_util/classNames.js +0 -24
- package/dist/components/_util/classNames.js.map +0 -1
- package/dist/components/_util/isValid.js.map +0 -1
- package/dist/components/_util/props-util/index.d.ts +0 -6
- package/dist/components/_util/props-util/index.js +0 -26
- package/dist/components/_util/props-util/index.js.map +0 -1
- package/dist/components/_util/props-util/initDefaultProps.d.ts +0 -6
- package/dist/components/_util/props-util/initDefaultProps.js +0 -14
- package/dist/components/_util/props-util/initDefaultProps.js.map +0 -1
- package/dist/components/_util/type.d.ts +0 -66
- package/dist/components/_util/type.js +0 -53
- package/dist/components/_util/type.js.map +0 -1
- package/dist/components/_util/util.d.ts +0 -18
- package/dist/components/_util/util.js +0 -55
- package/dist/components/_util/util.js.map +0 -1
- package/dist/components/_util/vue-types/index.d.ts +0 -12
- package/dist/components/_util/vue-types/index.js +0 -331
- package/dist/components/_util/vue-types/index.js.map +0 -1
- package/dist/components-BvgQJQRM.js +0 -55
- package/dist/components-BvgQJQRM.js.map +0 -1
- package/dist/index-BbsXWo7C.js +0 -44
- package/dist/index-BbsXWo7C.js.map +0 -1
- /package/dist/components/{_util → _antd_util}/classNames.d.ts +0 -0
- /package/dist/components/{_util → _antd_util}/isValid.d.ts +0 -0
- /package/dist/components/{_util → _antd_util}/isValid.js +0 -0
@@ -1,91 +1,28 @@
|
|
1
|
-
import { PropType,
|
2
|
-
import { CustomSlotsType } from '../../_util/type';
|
3
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType, SlotsType } from 'vue';
|
4
2
|
export declare const pagetableColumnDiyProps: () => {
|
5
|
-
head:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
default: "center" | "left" | "right";
|
12
|
-
};
|
13
|
-
name: {
|
14
|
-
type: PropType<string>;
|
15
|
-
default: string;
|
16
|
-
};
|
17
|
-
width: {
|
18
|
-
type: PropType<string | boolean>;
|
19
|
-
default: string | boolean;
|
20
|
-
};
|
21
|
-
fixed: {
|
22
|
-
type: PropType<FixedType>;
|
23
|
-
default: FixedType;
|
24
|
-
};
|
25
|
-
tail: {
|
26
|
-
type: PropType<string | boolean>;
|
27
|
-
default: string | boolean;
|
28
|
-
};
|
3
|
+
head: StringConstructor;
|
4
|
+
headAlign: PropType<"left" | "right" | "center">;
|
5
|
+
name: StringConstructor;
|
6
|
+
width: (NumberConstructor | StringConstructor)[];
|
7
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
8
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
29
9
|
};
|
30
10
|
export type PagetableColumnDiyProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnDiyProps>>>;
|
31
11
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
32
|
-
head:
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
default: "center" | "left" | "right";
|
39
|
-
};
|
40
|
-
name: {
|
41
|
-
type: PropType<string>;
|
42
|
-
default: string;
|
43
|
-
};
|
44
|
-
width: {
|
45
|
-
type: PropType<string | boolean>;
|
46
|
-
default: string | boolean;
|
47
|
-
};
|
48
|
-
fixed: {
|
49
|
-
type: PropType<FixedType>;
|
50
|
-
default: FixedType;
|
51
|
-
};
|
52
|
-
tail: {
|
53
|
-
type: PropType<string | boolean>;
|
54
|
-
default: string | boolean;
|
55
|
-
};
|
12
|
+
head: StringConstructor;
|
13
|
+
headAlign: PropType<"left" | "right" | "center">;
|
14
|
+
name: StringConstructor;
|
15
|
+
width: (NumberConstructor | StringConstructor)[];
|
16
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
17
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
56
18
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
57
|
-
head:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
};
|
65
|
-
name: {
|
66
|
-
type: PropType<string>;
|
67
|
-
default: string;
|
68
|
-
};
|
69
|
-
width: {
|
70
|
-
type: PropType<string | boolean>;
|
71
|
-
default: string | boolean;
|
72
|
-
};
|
73
|
-
fixed: {
|
74
|
-
type: PropType<FixedType>;
|
75
|
-
default: FixedType;
|
76
|
-
};
|
77
|
-
tail: {
|
78
|
-
type: PropType<string | boolean>;
|
79
|
-
default: string | boolean;
|
80
|
-
};
|
81
|
-
}>> & Readonly<{}>, {
|
82
|
-
name: string;
|
83
|
-
fixed: FixedType;
|
84
|
-
head: string;
|
85
|
-
width: string | boolean;
|
86
|
-
tail: string | boolean;
|
87
|
-
headAlign: "center" | "left" | "right";
|
88
|
-
}, CustomSlotsType<{
|
19
|
+
head: StringConstructor;
|
20
|
+
headAlign: PropType<"left" | "right" | "center">;
|
21
|
+
name: StringConstructor;
|
22
|
+
width: (NumberConstructor | StringConstructor)[];
|
23
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
24
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
25
|
+
}>> & Readonly<{}>, {}, SlotsType<{
|
89
26
|
default: any;
|
90
27
|
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
91
28
|
export default _default;
|
@@ -1,101 +1,29 @@
|
|
1
|
-
import {
|
2
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
3
2
|
export declare const pagetableColumnLinkProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
};
|
12
|
-
bodyAlign: {
|
13
|
-
type: PropType<"center" | "left" | "right">;
|
14
|
-
default: "center" | "left" | "right";
|
15
|
-
};
|
16
|
-
name: {
|
17
|
-
type: PropType<string>;
|
18
|
-
default: string;
|
19
|
-
};
|
20
|
-
width: {
|
21
|
-
type: PropType<string | boolean>;
|
22
|
-
default: string | boolean;
|
23
|
-
};
|
24
|
-
fixed: {
|
25
|
-
type: PropType<FixedType>;
|
26
|
-
default: FixedType;
|
27
|
-
};
|
28
|
-
tail: {
|
29
|
-
type: PropType<string | boolean>;
|
30
|
-
default: string | boolean;
|
31
|
-
};
|
3
|
+
head: StringConstructor;
|
4
|
+
headAlign: PropType<"left" | "right" | "center">;
|
5
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
6
|
+
name: StringConstructor;
|
7
|
+
width: (NumberConstructor | StringConstructor)[];
|
8
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
9
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
32
10
|
};
|
33
11
|
export type PagetableColumnLinkProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnLinkProps>>>;
|
34
12
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
35
|
-
head:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
};
|
43
|
-
bodyAlign: {
|
44
|
-
type: PropType<"center" | "left" | "right">;
|
45
|
-
default: "center" | "left" | "right";
|
46
|
-
};
|
47
|
-
name: {
|
48
|
-
type: PropType<string>;
|
49
|
-
default: string;
|
50
|
-
};
|
51
|
-
width: {
|
52
|
-
type: PropType<string | boolean>;
|
53
|
-
default: string | boolean;
|
54
|
-
};
|
55
|
-
fixed: {
|
56
|
-
type: PropType<FixedType>;
|
57
|
-
default: FixedType;
|
58
|
-
};
|
59
|
-
tail: {
|
60
|
-
type: PropType<string | boolean>;
|
61
|
-
default: string | boolean;
|
62
|
-
};
|
13
|
+
head: StringConstructor;
|
14
|
+
headAlign: PropType<"left" | "right" | "center">;
|
15
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
16
|
+
name: StringConstructor;
|
17
|
+
width: (NumberConstructor | StringConstructor)[];
|
18
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
19
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
63
20
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
64
|
-
head:
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
bodyAlign: {
|
73
|
-
type: PropType<"center" | "left" | "right">;
|
74
|
-
default: "center" | "left" | "right";
|
75
|
-
};
|
76
|
-
name: {
|
77
|
-
type: PropType<string>;
|
78
|
-
default: string;
|
79
|
-
};
|
80
|
-
width: {
|
81
|
-
type: PropType<string | boolean>;
|
82
|
-
default: string | boolean;
|
83
|
-
};
|
84
|
-
fixed: {
|
85
|
-
type: PropType<FixedType>;
|
86
|
-
default: FixedType;
|
87
|
-
};
|
88
|
-
tail: {
|
89
|
-
type: PropType<string | boolean>;
|
90
|
-
default: string | boolean;
|
91
|
-
};
|
92
|
-
}>> & Readonly<{}>, {
|
93
|
-
name: string;
|
94
|
-
fixed: FixedType;
|
95
|
-
head: string;
|
96
|
-
width: string | boolean;
|
97
|
-
bodyAlign: "center" | "left" | "right";
|
98
|
-
tail: string | boolean;
|
99
|
-
headAlign: "center" | "left" | "right";
|
100
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
21
|
+
head: StringConstructor;
|
22
|
+
headAlign: PropType<"left" | "right" | "center">;
|
23
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
24
|
+
name: StringConstructor;
|
25
|
+
width: (NumberConstructor | StringConstructor)[];
|
26
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
27
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
28
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
101
29
|
export default _default;
|
@@ -1,135 +1,41 @@
|
|
1
|
-
import {
|
2
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
3
2
|
export declare const pagetableColumnMultiselectProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
};
|
16
|
-
name: {
|
17
|
-
type: PropType<string>;
|
18
|
-
default: string;
|
19
|
-
};
|
20
|
-
width: {
|
21
|
-
type: PropType<string | boolean>;
|
22
|
-
default: string | boolean;
|
23
|
-
};
|
24
|
-
fixed: {
|
25
|
-
type: PropType<FixedType>;
|
26
|
-
default: FixedType;
|
27
|
-
};
|
28
|
-
tail: {
|
29
|
-
type: PropType<string | boolean>;
|
30
|
-
default: string | boolean;
|
31
|
-
};
|
32
|
-
code: {
|
33
|
-
type: PropType<string | {
|
34
|
-
value: string;
|
35
|
-
content: string;
|
36
|
-
}[]>;
|
37
|
-
default: string | {
|
38
|
-
value: string;
|
39
|
-
content: string;
|
40
|
-
}[];
|
41
|
-
};
|
3
|
+
head: StringConstructor;
|
4
|
+
headAlign: PropType<"left" | "right" | "center">;
|
5
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
6
|
+
name: StringConstructor;
|
7
|
+
width: (NumberConstructor | StringConstructor)[];
|
8
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
9
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
10
|
+
code: PropType<string | {
|
11
|
+
value: string;
|
12
|
+
content: string;
|
13
|
+
}[]>;
|
42
14
|
};
|
43
15
|
export type PagetableColumnMultiselectProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnMultiselectProps>>>;
|
44
16
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
45
|
-
head:
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
};
|
57
|
-
name: {
|
58
|
-
type: PropType<string>;
|
59
|
-
default: string;
|
60
|
-
};
|
61
|
-
width: {
|
62
|
-
type: PropType<string | boolean>;
|
63
|
-
default: string | boolean;
|
64
|
-
};
|
65
|
-
fixed: {
|
66
|
-
type: PropType<FixedType>;
|
67
|
-
default: FixedType;
|
68
|
-
};
|
69
|
-
tail: {
|
70
|
-
type: PropType<string | boolean>;
|
71
|
-
default: string | boolean;
|
72
|
-
};
|
73
|
-
code: {
|
74
|
-
type: PropType<string | {
|
75
|
-
value: string;
|
76
|
-
content: string;
|
77
|
-
}[]>;
|
78
|
-
default: string | {
|
79
|
-
value: string;
|
80
|
-
content: string;
|
81
|
-
}[];
|
82
|
-
};
|
17
|
+
head: StringConstructor;
|
18
|
+
headAlign: PropType<"left" | "right" | "center">;
|
19
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
20
|
+
name: StringConstructor;
|
21
|
+
width: (NumberConstructor | StringConstructor)[];
|
22
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
23
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
24
|
+
code: PropType<string | {
|
25
|
+
value: string;
|
26
|
+
content: string;
|
27
|
+
}[]>;
|
83
28
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
84
|
-
head:
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
bodyAlign: {
|
93
|
-
type: PropType<"center" | "left" | "right">;
|
94
|
-
default: "center" | "left" | "right";
|
95
|
-
};
|
96
|
-
name: {
|
97
|
-
type: PropType<string>;
|
98
|
-
default: string;
|
99
|
-
};
|
100
|
-
width: {
|
101
|
-
type: PropType<string | boolean>;
|
102
|
-
default: string | boolean;
|
103
|
-
};
|
104
|
-
fixed: {
|
105
|
-
type: PropType<FixedType>;
|
106
|
-
default: FixedType;
|
107
|
-
};
|
108
|
-
tail: {
|
109
|
-
type: PropType<string | boolean>;
|
110
|
-
default: string | boolean;
|
111
|
-
};
|
112
|
-
code: {
|
113
|
-
type: PropType<string | {
|
114
|
-
value: string;
|
115
|
-
content: string;
|
116
|
-
}[]>;
|
117
|
-
default: string | {
|
118
|
-
value: string;
|
119
|
-
content: string;
|
120
|
-
}[];
|
121
|
-
};
|
122
|
-
}>> & Readonly<{}>, {
|
123
|
-
name: string;
|
124
|
-
fixed: FixedType;
|
125
|
-
code: string | {
|
29
|
+
head: StringConstructor;
|
30
|
+
headAlign: PropType<"left" | "right" | "center">;
|
31
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
32
|
+
name: StringConstructor;
|
33
|
+
width: (NumberConstructor | StringConstructor)[];
|
34
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
35
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
36
|
+
code: PropType<string | {
|
126
37
|
value: string;
|
127
38
|
content: string;
|
128
|
-
}[]
|
129
|
-
|
130
|
-
width: string | boolean;
|
131
|
-
bodyAlign: "center" | "left" | "right";
|
132
|
-
tail: string | boolean;
|
133
|
-
headAlign: "center" | "left" | "right";
|
134
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
39
|
+
}[]>;
|
40
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
135
41
|
export default _default;
|
@@ -1,41 +1,19 @@
|
|
1
|
-
import {
|
2
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
3
2
|
export declare const pagetableColumnNumberProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
};
|
12
|
-
bodyAlign: {
|
13
|
-
type: PropType<"center" | "left" | "right">;
|
14
|
-
default: "center" | "left" | "right";
|
15
|
-
};
|
16
|
-
name: {
|
17
|
-
type: PropType<string>;
|
18
|
-
default: string;
|
19
|
-
};
|
20
|
-
width: {
|
21
|
-
type: PropType<string | boolean>;
|
22
|
-
default: string | boolean;
|
23
|
-
};
|
24
|
-
fixed: {
|
25
|
-
type: PropType<FixedType>;
|
26
|
-
default: FixedType;
|
27
|
-
};
|
28
|
-
tail: {
|
29
|
-
type: PropType<string | boolean>;
|
30
|
-
default: string | boolean;
|
31
|
-
};
|
3
|
+
head: StringConstructor;
|
4
|
+
headAlign: PropType<"left" | "right" | "center">;
|
5
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
6
|
+
name: StringConstructor;
|
7
|
+
width: (NumberConstructor | StringConstructor)[];
|
8
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
9
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
32
10
|
thousandsSeparator: {
|
33
11
|
type: BooleanConstructor;
|
34
12
|
default: boolean;
|
35
13
|
};
|
36
14
|
precision: {
|
37
|
-
type:
|
38
|
-
default:
|
15
|
+
type: NumberConstructor;
|
16
|
+
default: number;
|
39
17
|
};
|
40
18
|
percentage: {
|
41
19
|
type: BooleanConstructor;
|
@@ -44,97 +22,48 @@ export declare const pagetableColumnNumberProps: () => {
|
|
44
22
|
};
|
45
23
|
export type PagetableColumnNumberProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnNumberProps>>>;
|
46
24
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
47
|
-
head:
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
};
|
55
|
-
bodyAlign: {
|
56
|
-
type: PropType<"center" | "left" | "right">;
|
57
|
-
default: "center" | "left" | "right";
|
58
|
-
};
|
59
|
-
name: {
|
60
|
-
type: PropType<string>;
|
61
|
-
default: string;
|
62
|
-
};
|
63
|
-
width: {
|
64
|
-
type: PropType<string | boolean>;
|
65
|
-
default: string | boolean;
|
66
|
-
};
|
67
|
-
fixed: {
|
68
|
-
type: PropType<FixedType>;
|
69
|
-
default: FixedType;
|
70
|
-
};
|
71
|
-
tail: {
|
72
|
-
type: PropType<string | boolean>;
|
73
|
-
default: string | boolean;
|
74
|
-
};
|
25
|
+
head: StringConstructor;
|
26
|
+
headAlign: PropType<"left" | "right" | "center">;
|
27
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
28
|
+
name: StringConstructor;
|
29
|
+
width: (NumberConstructor | StringConstructor)[];
|
30
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
31
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
75
32
|
thousandsSeparator: {
|
76
33
|
type: BooleanConstructor;
|
77
34
|
default: boolean;
|
78
35
|
};
|
79
36
|
precision: {
|
80
|
-
type:
|
81
|
-
default:
|
37
|
+
type: NumberConstructor;
|
38
|
+
default: number;
|
82
39
|
};
|
83
40
|
percentage: {
|
84
41
|
type: BooleanConstructor;
|
85
42
|
default: boolean;
|
86
43
|
};
|
87
44
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
88
|
-
head:
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
};
|
96
|
-
bodyAlign: {
|
97
|
-
type: PropType<"center" | "left" | "right">;
|
98
|
-
default: "center" | "left" | "right";
|
99
|
-
};
|
100
|
-
name: {
|
101
|
-
type: PropType<string>;
|
102
|
-
default: string;
|
103
|
-
};
|
104
|
-
width: {
|
105
|
-
type: PropType<string | boolean>;
|
106
|
-
default: string | boolean;
|
107
|
-
};
|
108
|
-
fixed: {
|
109
|
-
type: PropType<FixedType>;
|
110
|
-
default: FixedType;
|
111
|
-
};
|
112
|
-
tail: {
|
113
|
-
type: PropType<string | boolean>;
|
114
|
-
default: string | boolean;
|
115
|
-
};
|
45
|
+
head: StringConstructor;
|
46
|
+
headAlign: PropType<"left" | "right" | "center">;
|
47
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
48
|
+
name: StringConstructor;
|
49
|
+
width: (NumberConstructor | StringConstructor)[];
|
50
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
51
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
116
52
|
thousandsSeparator: {
|
117
53
|
type: BooleanConstructor;
|
118
54
|
default: boolean;
|
119
55
|
};
|
120
56
|
precision: {
|
121
|
-
type:
|
122
|
-
default:
|
57
|
+
type: NumberConstructor;
|
58
|
+
default: number;
|
123
59
|
};
|
124
60
|
percentage: {
|
125
61
|
type: BooleanConstructor;
|
126
62
|
default: boolean;
|
127
63
|
};
|
128
64
|
}>> & Readonly<{}>, {
|
129
|
-
name: string;
|
130
|
-
fixed: FixedType;
|
131
|
-
head: string;
|
132
|
-
width: string | boolean;
|
133
|
-
bodyAlign: "center" | "left" | "right";
|
134
65
|
thousandsSeparator: boolean;
|
135
|
-
|
136
|
-
headAlign: "center" | "left" | "right";
|
137
|
-
precision: -1;
|
66
|
+
precision: number;
|
138
67
|
percentage: boolean;
|
139
68
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
140
69
|
export default _default;
|