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,4 +1,4 @@
|
|
1
|
-
import { ExtractPropTypes, CSSProperties, ComponentPublicInstance } from 'vue';
|
1
|
+
import { ExtractPropTypes, CSSProperties, ComponentPublicInstance, PropType } from 'vue';
|
2
2
|
type rowClassNameFn = (data: {
|
3
3
|
rowData: any;
|
4
4
|
rowIndex: number;
|
@@ -26,36 +26,19 @@ type cellStyleFn = (data: {
|
|
26
26
|
columnIndex: number;
|
27
27
|
}) => CSSProperties;
|
28
28
|
export declare const pagetableProps: () => {
|
29
|
-
data:
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
}
|
37
|
-
pagination: {
|
38
|
-
type: import('vue').PropType<{
|
39
|
-
currentPage?: number;
|
40
|
-
pageSize?: number;
|
41
|
-
pageSizes?: number[];
|
42
|
-
total?: number;
|
43
|
-
}>;
|
44
|
-
default: {
|
45
|
-
currentPage?: number;
|
46
|
-
pageSize?: number;
|
47
|
-
pageSizes?: number[];
|
48
|
-
total?: number;
|
49
|
-
};
|
50
|
-
};
|
29
|
+
data: ArrayConstructor;
|
30
|
+
tailData: ObjectConstructor;
|
31
|
+
pagination: PropType<{
|
32
|
+
currentPage?: number;
|
33
|
+
pageSize?: number;
|
34
|
+
pageSizes?: number[];
|
35
|
+
total?: number;
|
36
|
+
}>;
|
51
37
|
paginationTeleported: {
|
52
38
|
type: BooleanConstructor;
|
53
39
|
default: boolean;
|
54
40
|
};
|
55
|
-
paginationPagerCount:
|
56
|
-
type: import('vue').PropType<number>;
|
57
|
-
default: number;
|
58
|
-
};
|
41
|
+
paginationPagerCount: NumberConstructor;
|
59
42
|
paginationShowTotal: {
|
60
43
|
type: BooleanConstructor;
|
61
44
|
default: boolean;
|
@@ -80,26 +63,11 @@ export declare const pagetableProps: () => {
|
|
80
63
|
type: BooleanConstructor;
|
81
64
|
default: boolean;
|
82
65
|
};
|
83
|
-
size:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
type: import('vue').PropType<string | rowClassNameFn>;
|
89
|
-
default: string | rowClassNameFn;
|
90
|
-
};
|
91
|
-
rowStyle: {
|
92
|
-
type: import('vue').PropType<CSSProperties | rowStyleFn>;
|
93
|
-
default: CSSProperties | rowStyleFn;
|
94
|
-
};
|
95
|
-
cellClassName: {
|
96
|
-
type: import('vue').PropType<string | cellClassNameFn>;
|
97
|
-
default: string | cellClassNameFn;
|
98
|
-
};
|
99
|
-
cellStyle: {
|
100
|
-
type: import('vue').PropType<CSSProperties | cellStyleFn>;
|
101
|
-
default: CSSProperties | cellStyleFn;
|
102
|
-
};
|
66
|
+
size: PropType<"" | "large" | "default" | "small">;
|
67
|
+
rowClassName: PropType<string | rowClassNameFn>;
|
68
|
+
rowStyle: PropType<CSSProperties | rowStyleFn>;
|
69
|
+
cellClassName: PropType<string | cellClassNameFn>;
|
70
|
+
cellStyle: PropType<CSSProperties | cellStyleFn>;
|
103
71
|
};
|
104
72
|
export type PagetableProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableProps>>>;
|
105
73
|
export interface PagetableExpose {
|
@@ -111,36 +79,19 @@ export interface PagetableExpose {
|
|
111
79
|
}
|
112
80
|
export type PagetableInstance = ComponentPublicInstance<PagetableProps, PagetableExpose>;
|
113
81
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
114
|
-
data:
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
}
|
122
|
-
pagination: {
|
123
|
-
type: import('vue').PropType<{
|
124
|
-
currentPage?: number;
|
125
|
-
pageSize?: number;
|
126
|
-
pageSizes?: number[];
|
127
|
-
total?: number;
|
128
|
-
}>;
|
129
|
-
default: {
|
130
|
-
currentPage?: number;
|
131
|
-
pageSize?: number;
|
132
|
-
pageSizes?: number[];
|
133
|
-
total?: number;
|
134
|
-
};
|
135
|
-
};
|
82
|
+
data: ArrayConstructor;
|
83
|
+
tailData: ObjectConstructor;
|
84
|
+
pagination: PropType<{
|
85
|
+
currentPage?: number;
|
86
|
+
pageSize?: number;
|
87
|
+
pageSizes?: number[];
|
88
|
+
total?: number;
|
89
|
+
}>;
|
136
90
|
paginationTeleported: {
|
137
91
|
type: BooleanConstructor;
|
138
92
|
default: boolean;
|
139
93
|
};
|
140
|
-
paginationPagerCount:
|
141
|
-
type: import('vue').PropType<number>;
|
142
|
-
default: number;
|
143
|
-
};
|
94
|
+
paginationPagerCount: NumberConstructor;
|
144
95
|
paginationShowTotal: {
|
145
96
|
type: BooleanConstructor;
|
146
97
|
default: boolean;
|
@@ -165,57 +116,25 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
165
116
|
type: BooleanConstructor;
|
166
117
|
default: boolean;
|
167
118
|
};
|
168
|
-
size:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
type: import('vue').PropType<string | rowClassNameFn>;
|
174
|
-
default: string | rowClassNameFn;
|
175
|
-
};
|
176
|
-
rowStyle: {
|
177
|
-
type: import('vue').PropType<CSSProperties | rowStyleFn>;
|
178
|
-
default: CSSProperties | rowStyleFn;
|
179
|
-
};
|
180
|
-
cellClassName: {
|
181
|
-
type: import('vue').PropType<string | cellClassNameFn>;
|
182
|
-
default: string | cellClassNameFn;
|
183
|
-
};
|
184
|
-
cellStyle: {
|
185
|
-
type: import('vue').PropType<CSSProperties | cellStyleFn>;
|
186
|
-
default: CSSProperties | cellStyleFn;
|
187
|
-
};
|
119
|
+
size: PropType<"" | "large" | "default" | "small">;
|
120
|
+
rowClassName: PropType<string | rowClassNameFn>;
|
121
|
+
rowStyle: PropType<CSSProperties | rowStyleFn>;
|
122
|
+
cellClassName: PropType<string | cellClassNameFn>;
|
123
|
+
cellStyle: PropType<CSSProperties | cellStyleFn>;
|
188
124
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick")[], "select" | "select-all" | "selectionChange" | "currentRowChange" | "update:pagination" | "paginationChange" | "rowClick" | "rowDblclick" | "cellClick" | "cellDblclick", import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
189
|
-
data:
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
}
|
197
|
-
pagination: {
|
198
|
-
type: import('vue').PropType<{
|
199
|
-
currentPage?: number;
|
200
|
-
pageSize?: number;
|
201
|
-
pageSizes?: number[];
|
202
|
-
total?: number;
|
203
|
-
}>;
|
204
|
-
default: {
|
205
|
-
currentPage?: number;
|
206
|
-
pageSize?: number;
|
207
|
-
pageSizes?: number[];
|
208
|
-
total?: number;
|
209
|
-
};
|
210
|
-
};
|
125
|
+
data: ArrayConstructor;
|
126
|
+
tailData: ObjectConstructor;
|
127
|
+
pagination: PropType<{
|
128
|
+
currentPage?: number;
|
129
|
+
pageSize?: number;
|
130
|
+
pageSizes?: number[];
|
131
|
+
total?: number;
|
132
|
+
}>;
|
211
133
|
paginationTeleported: {
|
212
134
|
type: BooleanConstructor;
|
213
135
|
default: boolean;
|
214
136
|
};
|
215
|
-
paginationPagerCount:
|
216
|
-
type: import('vue').PropType<number>;
|
217
|
-
default: number;
|
218
|
-
};
|
137
|
+
paginationPagerCount: NumberConstructor;
|
219
138
|
paginationShowTotal: {
|
220
139
|
type: BooleanConstructor;
|
221
140
|
default: boolean;
|
@@ -240,26 +159,11 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
240
159
|
type: BooleanConstructor;
|
241
160
|
default: boolean;
|
242
161
|
};
|
243
|
-
size:
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
type: import('vue').PropType<string | rowClassNameFn>;
|
249
|
-
default: string | rowClassNameFn;
|
250
|
-
};
|
251
|
-
rowStyle: {
|
252
|
-
type: import('vue').PropType<CSSProperties | rowStyleFn>;
|
253
|
-
default: CSSProperties | rowStyleFn;
|
254
|
-
};
|
255
|
-
cellClassName: {
|
256
|
-
type: import('vue').PropType<string | cellClassNameFn>;
|
257
|
-
default: string | cellClassNameFn;
|
258
|
-
};
|
259
|
-
cellStyle: {
|
260
|
-
type: import('vue').PropType<CSSProperties | cellStyleFn>;
|
261
|
-
default: CSSProperties | cellStyleFn;
|
262
|
-
};
|
162
|
+
size: PropType<"" | "large" | "default" | "small">;
|
163
|
+
rowClassName: PropType<string | rowClassNameFn>;
|
164
|
+
rowStyle: PropType<CSSProperties | rowStyleFn>;
|
165
|
+
cellClassName: PropType<string | cellClassNameFn>;
|
166
|
+
cellStyle: PropType<CSSProperties | cellStyleFn>;
|
263
167
|
}>> & Readonly<{
|
264
168
|
onSelect?: ((...args: any[]) => any) | undefined;
|
265
169
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
@@ -272,26 +176,12 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
272
176
|
onCellClick?: ((...args: any[]) => any) | undefined;
|
273
177
|
onCellDblclick?: ((...args: any[]) => any) | undefined;
|
274
178
|
}>, {
|
275
|
-
size: "" | "small" | "default" | "large";
|
276
|
-
data: any[];
|
277
|
-
pagination: {
|
278
|
-
currentPage?: number;
|
279
|
-
pageSize?: number;
|
280
|
-
pageSizes?: number[];
|
281
|
-
total?: number;
|
282
|
-
};
|
283
|
-
tailData: Record<string, any>;
|
284
179
|
paginationTeleported: boolean;
|
285
|
-
paginationPagerCount: number;
|
286
180
|
paginationShowTotal: boolean;
|
287
181
|
paginationShowSizes: boolean;
|
288
182
|
paginationShowJumber: boolean;
|
289
183
|
showRowNumber: boolean;
|
290
184
|
selectionMode: boolean;
|
291
185
|
currentRowMode: boolean;
|
292
|
-
rowClassName: string | rowClassNameFn;
|
293
|
-
rowStyle: CSSProperties | rowStyleFn;
|
294
|
-
cellClassName: string | cellClassNameFn;
|
295
|
-
cellStyle: CSSProperties | cellStyleFn;
|
296
186
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
297
187
|
export default _default;
|
@@ -1,24 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { ExtractPropTypes } from 'vue';
|
2
2
|
export declare const pagetableCellButtonProps: () => {
|
3
|
-
type:
|
4
|
-
type: PropType<string>;
|
5
|
-
default: string;
|
6
|
-
};
|
3
|
+
type: StringConstructor;
|
7
4
|
};
|
8
5
|
export type PagetableCellButtonProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableCellButtonProps>>>;
|
9
6
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
10
|
-
type:
|
11
|
-
type: PropType<string>;
|
12
|
-
default: string;
|
13
|
-
};
|
7
|
+
type: StringConstructor;
|
14
8
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
15
|
-
type:
|
16
|
-
type: PropType<string>;
|
17
|
-
default: string;
|
18
|
-
};
|
9
|
+
type: StringConstructor;
|
19
10
|
}>> & Readonly<{
|
20
11
|
onClick?: ((...args: any[]) => any) | undefined;
|
21
|
-
}>, {
|
22
|
-
type: string;
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
24
13
|
export default _default;
|
@@ -1,104 +1,31 @@
|
|
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 pagetableColumnButtongroupProps: () => {
|
5
|
-
head:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
};
|
13
|
-
bodyAlign: {
|
14
|
-
type: PropType<"center" | "left" | "right">;
|
15
|
-
default: "center" | "left" | "right";
|
16
|
-
};
|
17
|
-
name: {
|
18
|
-
type: PropType<string>;
|
19
|
-
default: string;
|
20
|
-
};
|
21
|
-
width: {
|
22
|
-
type: PropType<string | boolean>;
|
23
|
-
default: string | boolean;
|
24
|
-
};
|
25
|
-
fixed: {
|
26
|
-
type: PropType<FixedType>;
|
27
|
-
default: FixedType;
|
28
|
-
};
|
29
|
-
tail: {
|
30
|
-
type: PropType<string | boolean>;
|
31
|
-
default: string | boolean;
|
32
|
-
};
|
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)[];
|
33
10
|
};
|
34
11
|
export type PagetableColumnButtongroupProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnButtongroupProps>>>;
|
35
12
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
36
|
-
head:
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
};
|
44
|
-
bodyAlign: {
|
45
|
-
type: PropType<"center" | "left" | "right">;
|
46
|
-
default: "center" | "left" | "right";
|
47
|
-
};
|
48
|
-
name: {
|
49
|
-
type: PropType<string>;
|
50
|
-
default: string;
|
51
|
-
};
|
52
|
-
width: {
|
53
|
-
type: PropType<string | boolean>;
|
54
|
-
default: string | boolean;
|
55
|
-
};
|
56
|
-
fixed: {
|
57
|
-
type: PropType<FixedType>;
|
58
|
-
default: FixedType;
|
59
|
-
};
|
60
|
-
tail: {
|
61
|
-
type: PropType<string | boolean>;
|
62
|
-
default: string | boolean;
|
63
|
-
};
|
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)[];
|
64
20
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
65
|
-
head:
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
bodyAlign: {
|
74
|
-
type: PropType<"center" | "left" | "right">;
|
75
|
-
default: "center" | "left" | "right";
|
76
|
-
};
|
77
|
-
name: {
|
78
|
-
type: PropType<string>;
|
79
|
-
default: string;
|
80
|
-
};
|
81
|
-
width: {
|
82
|
-
type: PropType<string | boolean>;
|
83
|
-
default: string | boolean;
|
84
|
-
};
|
85
|
-
fixed: {
|
86
|
-
type: PropType<FixedType>;
|
87
|
-
default: FixedType;
|
88
|
-
};
|
89
|
-
tail: {
|
90
|
-
type: PropType<string | boolean>;
|
91
|
-
default: string | boolean;
|
92
|
-
};
|
93
|
-
}>> & Readonly<{}>, {
|
94
|
-
name: string;
|
95
|
-
fixed: FixedType;
|
96
|
-
head: string;
|
97
|
-
width: string | boolean;
|
98
|
-
bodyAlign: "center" | "left" | "right";
|
99
|
-
tail: string | boolean;
|
100
|
-
headAlign: "center" | "left" | "right";
|
101
|
-
}, CustomSlotsType<{
|
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<{}>, {}, SlotsType<{
|
102
29
|
default: any;
|
103
30
|
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
104
31
|
export default _default;
|
@@ -1,127 +1,35 @@
|
|
1
1
|
import { PropType, ExtractPropTypes } from 'vue';
|
2
|
-
import { FixedType } from '../interface';
|
3
2
|
export declare const pagetableColumnDateProps: () => {
|
4
|
-
head:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
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
|
-
};
|
32
|
-
format: {
|
33
|
-
type: PropType<string>;
|
34
|
-
default: string;
|
35
|
-
};
|
36
|
-
sourceFormat: {
|
37
|
-
type: PropType<string>;
|
38
|
-
default: string;
|
39
|
-
};
|
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
|
+
format: StringConstructor;
|
11
|
+
sourceFormat: StringConstructor;
|
40
12
|
};
|
41
13
|
export type PagetableColumnDateProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnDateProps>>>;
|
42
14
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
43
|
-
head:
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
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
|
-
};
|
67
|
-
tail: {
|
68
|
-
type: PropType<string | boolean>;
|
69
|
-
default: string | boolean;
|
70
|
-
};
|
71
|
-
format: {
|
72
|
-
type: PropType<string>;
|
73
|
-
default: string;
|
74
|
-
};
|
75
|
-
sourceFormat: {
|
76
|
-
type: PropType<string>;
|
77
|
-
default: string;
|
78
|
-
};
|
15
|
+
head: StringConstructor;
|
16
|
+
headAlign: PropType<"left" | "right" | "center">;
|
17
|
+
bodyAlign: PropType<"left" | "right" | "center">;
|
18
|
+
name: StringConstructor;
|
19
|
+
width: (NumberConstructor | StringConstructor)[];
|
20
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
21
|
+
tail: (StringConstructor | BooleanConstructor)[];
|
22
|
+
format: StringConstructor;
|
23
|
+
sourceFormat: StringConstructor;
|
79
24
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
80
|
-
head:
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
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
|
-
};
|
104
|
-
tail: {
|
105
|
-
type: PropType<string | boolean>;
|
106
|
-
default: string | boolean;
|
107
|
-
};
|
108
|
-
format: {
|
109
|
-
type: PropType<string>;
|
110
|
-
default: string;
|
111
|
-
};
|
112
|
-
sourceFormat: {
|
113
|
-
type: PropType<string>;
|
114
|
-
default: string;
|
115
|
-
};
|
116
|
-
}>> & Readonly<{}>, {
|
117
|
-
name: string;
|
118
|
-
fixed: FixedType;
|
119
|
-
head: string;
|
120
|
-
width: string | boolean;
|
121
|
-
format: string;
|
122
|
-
bodyAlign: "center" | "left" | "right";
|
123
|
-
tail: string | boolean;
|
124
|
-
headAlign: "center" | "left" | "right";
|
125
|
-
sourceFormat: string;
|
126
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
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)[];
|
32
|
+
format: StringConstructor;
|
33
|
+
sourceFormat: StringConstructor;
|
34
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
127
35
|
export default _default;
|