orion-design 0.1.53 → 0.1.55
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 +13 -8
- package/dist/components/Pagetable/hooks/usePagetable.js +52 -40
- 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,114 +1,32 @@
|
|
1
|
-
import {
|
2
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
3
2
|
export declare const querytableColumnDateProps: () => {
|
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
|
-
format: {
|
29
|
-
type: PropType<string>;
|
30
|
-
default: string;
|
31
|
-
};
|
32
|
-
sourceFormat: {
|
33
|
-
type: PropType<string>;
|
34
|
-
default: string;
|
35
|
-
};
|
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
|
+
format: StringConstructor;
|
10
|
+
sourceFormat: StringConstructor;
|
36
11
|
};
|
37
12
|
export type QuerytableColumnDateProps = Partial<ExtractPropTypes<ReturnType<typeof querytableColumnDateProps>>>;
|
38
13
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
39
|
-
head:
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
bodyAlign: {
|
48
|
-
type: PropType<"center" | "left" | "right">;
|
49
|
-
default: "center" | "left" | "right";
|
50
|
-
};
|
51
|
-
name: {
|
52
|
-
type: PropType<string>;
|
53
|
-
default: string;
|
54
|
-
};
|
55
|
-
width: {
|
56
|
-
type: PropType<string | boolean>;
|
57
|
-
default: string | boolean;
|
58
|
-
};
|
59
|
-
fixed: {
|
60
|
-
type: PropType<FixedType>;
|
61
|
-
default: FixedType;
|
62
|
-
};
|
63
|
-
format: {
|
64
|
-
type: PropType<string>;
|
65
|
-
default: string;
|
66
|
-
};
|
67
|
-
sourceFormat: {
|
68
|
-
type: PropType<string>;
|
69
|
-
default: string;
|
70
|
-
};
|
14
|
+
head: StringConstructor;
|
15
|
+
headAlign: PropType<"left" | "right" | "center">;
|
16
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
17
|
+
name: StringConstructor;
|
18
|
+
width: (NumberConstructor | StringConstructor)[];
|
19
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
20
|
+
format: StringConstructor;
|
21
|
+
sourceFormat: StringConstructor;
|
71
22
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
72
|
-
head:
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
type: PropType<"center" | "left" | "right">;
|
82
|
-
default: "center" | "left" | "right";
|
83
|
-
};
|
84
|
-
name: {
|
85
|
-
type: PropType<string>;
|
86
|
-
default: string;
|
87
|
-
};
|
88
|
-
width: {
|
89
|
-
type: PropType<string | boolean>;
|
90
|
-
default: string | boolean;
|
91
|
-
};
|
92
|
-
fixed: {
|
93
|
-
type: PropType<FixedType>;
|
94
|
-
default: FixedType;
|
95
|
-
};
|
96
|
-
format: {
|
97
|
-
type: PropType<string>;
|
98
|
-
default: string;
|
99
|
-
};
|
100
|
-
sourceFormat: {
|
101
|
-
type: PropType<string>;
|
102
|
-
default: string;
|
103
|
-
};
|
104
|
-
}>> & Readonly<{}>, {
|
105
|
-
name: string;
|
106
|
-
fixed: FixedType;
|
107
|
-
head: string;
|
108
|
-
width: string | boolean;
|
109
|
-
format: string;
|
110
|
-
bodyAlign: "center" | "left" | "right";
|
111
|
-
headAlign: "center" | "left" | "right";
|
112
|
-
sourceFormat: string;
|
113
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
23
|
+
head: StringConstructor;
|
24
|
+
headAlign: PropType<"left" | "right" | "center">;
|
25
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
26
|
+
name: StringConstructor;
|
27
|
+
width: (NumberConstructor | StringConstructor)[];
|
28
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
29
|
+
format: StringConstructor;
|
30
|
+
sourceFormat: StringConstructor;
|
31
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
114
32
|
export default _default;
|
@@ -1,78 +1,25 @@
|
|
1
|
-
import { PropType, ExtractPropTypes } from 'vue';
|
2
|
-
import { CustomSlotsType } from '../../_util/type';
|
3
|
-
import { FixedType } from '../interface';
|
1
|
+
import { PropType, ExtractPropTypes, SlotsType } from 'vue';
|
4
2
|
export declare const querytableColumnDiyProps: () => {
|
5
|
-
head:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
type: PropType<"center" | "left" | "right">;
|
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
|
-
};
|
3
|
+
head: StringConstructor;
|
4
|
+
headAlign: PropType<"left" | "right" | "center">;
|
5
|
+
name: StringConstructor;
|
6
|
+
width: (NumberConstructor | StringConstructor)[];
|
7
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
25
8
|
};
|
26
9
|
export type QuerytableColumnDiyProps = Partial<ExtractPropTypes<ReturnType<typeof querytableColumnDiyProps>>>;
|
27
10
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
28
|
-
head:
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
type: PropType<"center" | "left" | "right">;
|
34
|
-
default: "center" | "left" | "right";
|
35
|
-
};
|
36
|
-
name: {
|
37
|
-
type: PropType<string>;
|
38
|
-
default: string;
|
39
|
-
};
|
40
|
-
width: {
|
41
|
-
type: PropType<string | boolean>;
|
42
|
-
default: string | boolean;
|
43
|
-
};
|
44
|
-
fixed: {
|
45
|
-
type: PropType<FixedType>;
|
46
|
-
default: FixedType;
|
47
|
-
};
|
11
|
+
head: StringConstructor;
|
12
|
+
headAlign: PropType<"left" | "right" | "center">;
|
13
|
+
name: StringConstructor;
|
14
|
+
width: (NumberConstructor | StringConstructor)[];
|
15
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
48
16
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
49
|
-
head:
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
default: "center" | "left" | "right";
|
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
|
-
}>> & Readonly<{}>, {
|
70
|
-
name: string;
|
71
|
-
fixed: FixedType;
|
72
|
-
head: string;
|
73
|
-
width: string | boolean;
|
74
|
-
headAlign: "center" | "left" | "right";
|
75
|
-
}, CustomSlotsType<{
|
17
|
+
head: StringConstructor;
|
18
|
+
headAlign: PropType<"left" | "right" | "center">;
|
19
|
+
name: StringConstructor;
|
20
|
+
width: (NumberConstructor | StringConstructor)[];
|
21
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
22
|
+
}>> & Readonly<{}>, {}, SlotsType<{
|
76
23
|
default: any;
|
77
24
|
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
78
25
|
export default _default;
|
@@ -1,88 +1,26 @@
|
|
1
1
|
import { PropType, ExtractPropTypes } from 'vue';
|
2
|
-
import { FixedType } from '../interface';
|
3
2
|
export declare const querytableColumnLinkProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
default: "center" | "left" | "right";
|
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
|
-
};
|
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)[];
|
28
9
|
};
|
29
10
|
export type QuerytableColumnLinkProps = Partial<ExtractPropTypes<ReturnType<typeof querytableColumnLinkProps>>>;
|
30
11
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
31
|
-
head:
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
default: "center" | "left" | "right";
|
38
|
-
};
|
39
|
-
bodyAlign: {
|
40
|
-
type: PropType<"center" | "left" | "right">;
|
41
|
-
default: "center" | "left" | "right";
|
42
|
-
};
|
43
|
-
name: {
|
44
|
-
type: PropType<string>;
|
45
|
-
default: string;
|
46
|
-
};
|
47
|
-
width: {
|
48
|
-
type: PropType<string | boolean>;
|
49
|
-
default: string | boolean;
|
50
|
-
};
|
51
|
-
fixed: {
|
52
|
-
type: PropType<FixedType>;
|
53
|
-
default: FixedType;
|
54
|
-
};
|
12
|
+
head: StringConstructor;
|
13
|
+
headAlign: PropType<"left" | "right" | "center">;
|
14
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
15
|
+
name: StringConstructor;
|
16
|
+
width: (NumberConstructor | StringConstructor)[];
|
17
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
55
18
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
56
|
-
head:
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
};
|
64
|
-
bodyAlign: {
|
65
|
-
type: PropType<"center" | "left" | "right">;
|
66
|
-
default: "center" | "left" | "right";
|
67
|
-
};
|
68
|
-
name: {
|
69
|
-
type: PropType<string>;
|
70
|
-
default: string;
|
71
|
-
};
|
72
|
-
width: {
|
73
|
-
type: PropType<string | boolean>;
|
74
|
-
default: string | boolean;
|
75
|
-
};
|
76
|
-
fixed: {
|
77
|
-
type: PropType<FixedType>;
|
78
|
-
default: FixedType;
|
79
|
-
};
|
80
|
-
}>> & Readonly<{}>, {
|
81
|
-
name: string;
|
82
|
-
fixed: FixedType;
|
83
|
-
head: string;
|
84
|
-
width: string | boolean;
|
85
|
-
bodyAlign: "center" | "left" | "right";
|
86
|
-
headAlign: "center" | "left" | "right";
|
87
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
19
|
+
head: StringConstructor;
|
20
|
+
headAlign: PropType<"left" | "right" | "center">;
|
21
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
22
|
+
name: StringConstructor;
|
23
|
+
width: (NumberConstructor | StringConstructor)[];
|
24
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
25
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
88
26
|
export default _default;
|
@@ -1,122 +1,38 @@
|
|
1
1
|
import { PropType, ExtractPropTypes } from 'vue';
|
2
|
-
import { FixedType } from '../interface';
|
3
2
|
export declare const querytableColumnMultiselectProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
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
|
-
code: {
|
29
|
-
type: PropType<string | {
|
30
|
-
value: string;
|
31
|
-
content: string;
|
32
|
-
}[]>;
|
33
|
-
default: string | {
|
34
|
-
value: string;
|
35
|
-
content: string;
|
36
|
-
}[];
|
37
|
-
};
|
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
|
+
code: PropType<string | {
|
10
|
+
value: string;
|
11
|
+
content: string;
|
12
|
+
}[]>;
|
38
13
|
};
|
39
14
|
export type QuerytableColumnMultiselectProps = Partial<ExtractPropTypes<ReturnType<typeof querytableColumnMultiselectProps>>>;
|
40
15
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
41
|
-
head:
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
default: "center" | "left" | "right";
|
52
|
-
};
|
53
|
-
name: {
|
54
|
-
type: PropType<string>;
|
55
|
-
default: string;
|
56
|
-
};
|
57
|
-
width: {
|
58
|
-
type: PropType<string | boolean>;
|
59
|
-
default: string | boolean;
|
60
|
-
};
|
61
|
-
fixed: {
|
62
|
-
type: PropType<FixedType>;
|
63
|
-
default: FixedType;
|
64
|
-
};
|
65
|
-
code: {
|
66
|
-
type: PropType<string | {
|
67
|
-
value: string;
|
68
|
-
content: string;
|
69
|
-
}[]>;
|
70
|
-
default: string | {
|
71
|
-
value: string;
|
72
|
-
content: string;
|
73
|
-
}[];
|
74
|
-
};
|
16
|
+
head: StringConstructor;
|
17
|
+
headAlign: PropType<"left" | "right" | "center">;
|
18
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
19
|
+
name: StringConstructor;
|
20
|
+
width: (NumberConstructor | StringConstructor)[];
|
21
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
22
|
+
code: PropType<string | {
|
23
|
+
value: string;
|
24
|
+
content: string;
|
25
|
+
}[]>;
|
75
26
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
76
|
-
head:
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
};
|
84
|
-
bodyAlign: {
|
85
|
-
type: PropType<"center" | "left" | "right">;
|
86
|
-
default: "center" | "left" | "right";
|
87
|
-
};
|
88
|
-
name: {
|
89
|
-
type: PropType<string>;
|
90
|
-
default: string;
|
91
|
-
};
|
92
|
-
width: {
|
93
|
-
type: PropType<string | boolean>;
|
94
|
-
default: string | boolean;
|
95
|
-
};
|
96
|
-
fixed: {
|
97
|
-
type: PropType<FixedType>;
|
98
|
-
default: FixedType;
|
99
|
-
};
|
100
|
-
code: {
|
101
|
-
type: PropType<string | {
|
102
|
-
value: string;
|
103
|
-
content: string;
|
104
|
-
}[]>;
|
105
|
-
default: string | {
|
106
|
-
value: string;
|
107
|
-
content: string;
|
108
|
-
}[];
|
109
|
-
};
|
110
|
-
}>> & Readonly<{}>, {
|
111
|
-
name: string;
|
112
|
-
fixed: FixedType;
|
113
|
-
code: string | {
|
27
|
+
head: StringConstructor;
|
28
|
+
headAlign: PropType<"left" | "right" | "center">;
|
29
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
30
|
+
name: StringConstructor;
|
31
|
+
width: (NumberConstructor | StringConstructor)[];
|
32
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
33
|
+
code: PropType<string | {
|
114
34
|
value: string;
|
115
35
|
content: string;
|
116
|
-
}[]
|
117
|
-
|
118
|
-
width: string | boolean;
|
119
|
-
bodyAlign: "center" | "left" | "right";
|
120
|
-
headAlign: "center" | "left" | "right";
|
121
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
36
|
+
}[]>;
|
37
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
122
38
|
export default _default;
|
@@ -1,37 +1,18 @@
|
|
1
|
-
import {
|
2
|
-
import { FixedType } from '../interface';
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
3
2
|
export declare const querytableColumnNumberProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
default: "center" | "left" | "right";
|
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
|
-
};
|
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)[];
|
28
9
|
thousandsSeparator: {
|
29
10
|
type: BooleanConstructor;
|
30
11
|
default: boolean;
|
31
12
|
};
|
32
13
|
precision: {
|
33
|
-
type:
|
34
|
-
default:
|
14
|
+
type: NumberConstructor;
|
15
|
+
default: number;
|
35
16
|
};
|
36
17
|
percentage: {
|
37
18
|
type: BooleanConstructor;
|
@@ -40,88 +21,46 @@ export declare const querytableColumnNumberProps: () => {
|
|
40
21
|
};
|
41
22
|
export type QuerytableColumnNumberProps = Partial<ExtractPropTypes<ReturnType<typeof querytableColumnNumberProps>>>;
|
42
23
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
43
|
-
head:
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
default: "center" | "left" | "right";
|
50
|
-
};
|
51
|
-
bodyAlign: {
|
52
|
-
type: PropType<"center" | "left" | "right">;
|
53
|
-
default: "center" | "left" | "right";
|
54
|
-
};
|
55
|
-
name: {
|
56
|
-
type: PropType<string>;
|
57
|
-
default: string;
|
58
|
-
};
|
59
|
-
width: {
|
60
|
-
type: PropType<string | boolean>;
|
61
|
-
default: string | boolean;
|
62
|
-
};
|
63
|
-
fixed: {
|
64
|
-
type: PropType<FixedType>;
|
65
|
-
default: FixedType;
|
66
|
-
};
|
24
|
+
head: StringConstructor;
|
25
|
+
headAlign: PropType<"left" | "right" | "center">;
|
26
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
27
|
+
name: StringConstructor;
|
28
|
+
width: (NumberConstructor | StringConstructor)[];
|
29
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
67
30
|
thousandsSeparator: {
|
68
31
|
type: BooleanConstructor;
|
69
32
|
default: boolean;
|
70
33
|
};
|
71
34
|
precision: {
|
72
|
-
type:
|
73
|
-
default:
|
35
|
+
type: NumberConstructor;
|
36
|
+
default: number;
|
74
37
|
};
|
75
38
|
percentage: {
|
76
39
|
type: BooleanConstructor;
|
77
40
|
default: boolean;
|
78
41
|
};
|
79
42
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
80
|
-
head:
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
default: "center" | "left" | "right";
|
87
|
-
};
|
88
|
-
bodyAlign: {
|
89
|
-
type: PropType<"center" | "left" | "right">;
|
90
|
-
default: "center" | "left" | "right";
|
91
|
-
};
|
92
|
-
name: {
|
93
|
-
type: PropType<string>;
|
94
|
-
default: string;
|
95
|
-
};
|
96
|
-
width: {
|
97
|
-
type: PropType<string | boolean>;
|
98
|
-
default: string | boolean;
|
99
|
-
};
|
100
|
-
fixed: {
|
101
|
-
type: PropType<FixedType>;
|
102
|
-
default: FixedType;
|
103
|
-
};
|
43
|
+
head: StringConstructor;
|
44
|
+
headAlign: PropType<"left" | "right" | "center">;
|
45
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
46
|
+
name: StringConstructor;
|
47
|
+
width: (NumberConstructor | StringConstructor)[];
|
48
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
104
49
|
thousandsSeparator: {
|
105
50
|
type: BooleanConstructor;
|
106
51
|
default: boolean;
|
107
52
|
};
|
108
53
|
precision: {
|
109
|
-
type:
|
110
|
-
default:
|
54
|
+
type: NumberConstructor;
|
55
|
+
default: number;
|
111
56
|
};
|
112
57
|
percentage: {
|
113
58
|
type: BooleanConstructor;
|
114
59
|
default: boolean;
|
115
60
|
};
|
116
61
|
}>> & Readonly<{}>, {
|
117
|
-
name: string;
|
118
|
-
fixed: FixedType;
|
119
|
-
head: string;
|
120
|
-
width: string | boolean;
|
121
|
-
bodyAlign: "center" | "left" | "right";
|
122
62
|
thousandsSeparator: boolean;
|
123
|
-
|
124
|
-
precision: -1;
|
63
|
+
precision: number;
|
125
64
|
percentage: boolean;
|
126
65
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
127
66
|
export default _default;
|