@fly-vue/lcdp-iview 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/@types/module/action-nodes/impl/back.d.ts +6 -0
- package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -0
- package/@types/module/action-nodes/impl/condition.d.ts +9 -0
- package/@types/module/action-nodes/impl/confirm.d.ts +6 -0
- package/@types/module/action-nodes/impl/d-component-emit.d.ts +6 -0
- package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +6 -0
- package/@types/module/action-nodes/impl/end.d.ts +4 -0
- package/@types/module/action-nodes/impl/foreach.d.ts +6 -0
- package/@types/module/action-nodes/impl/form.d.ts +8 -0
- package/@types/module/action-nodes/impl/http.d.ts +6 -0
- package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -0
- package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -0
- package/@types/module/action-nodes/impl/index.d.ts +4 -0
- package/@types/module/action-nodes/impl/message.d.ts +6 -0
- package/@types/module/action-nodes/impl/notice.d.ts +6 -0
- package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -0
- package/@types/module/action-nodes/impl/open-url.d.ts +6 -0
- package/@types/module/action-nodes/impl/output.d.ts +6 -0
- package/@types/module/action-nodes/impl/script.d.ts +6 -0
- package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -0
- package/@types/module/action-nodes/impl/start.d.ts +4 -0
- package/@types/module/action-nodes/impl/wizard.d.ts +8 -0
- package/@types/module/action-nodes/index.d.ts +6 -0
- package/@types/module/common/dialog-service.d.ts +8 -0
- package/@types/module/common/index.d.ts +1 -0
- package/@types/module/components/IvTableGrid/cols.d.ts +20 -0
- package/@types/module/components/IvTableGrid/index.vue.d.ts +351 -0
- package/@types/module/components/IvTableGrid/pager-props.d.ts +19 -0
- package/@types/module/components/IvTableGrid/table-props.d.ts +103 -0
- package/@types/module/components/IvTableGrid/use-pager-events.d.ts +8 -0
- package/@types/module/components/IvTableGrid/use-table-events.d.ts +9 -0
- package/@types/module/components/IvTableGrid/utils.d.ts +1 -0
- package/@types/module/components/IvWizard/index.vue.d.ts +26 -0
- package/@types/module/components/IvWizard/step-pane.vue.d.ts +24 -0
- package/@types/module/components/attribute/RadioGroupAttrEdit.vue.d.ts +35 -0
- package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +129 -0
- package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -0
- package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +19 -0
- package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +83 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +89 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +49 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -0
- package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -0
- package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +53 -0
- package/@types/module/components/attribute/prop-value-editor/use-v-model.d.ts +49 -0
- package/@types/module/components/attribute/tableDictionary.d.ts +6 -0
- package/@types/module/components/base/IvHtml/index.vue.d.ts +14 -0
- package/@types/module/components/base/IvIframe/index.vue.d.ts +35 -0
- package/@types/module/components/base/IvText/index.vue.d.ts +41 -0
- package/@types/module/components/base-attr-components.d.ts +60 -0
- package/@types/module/components/design/SlotContainer.vue.d.ts +4 -0
- package/@types/module/components/designer/common/index.d.ts +2 -0
- package/@types/module/components/designer/common/use-action-expression-context.d.ts +15 -0
- package/@types/module/components/designer/common/use-expression-dialog.d.ts +11 -0
- package/@types/module/components/designer/prop-value-editor/var-input/index.vue.d.ts +60 -0
- package/@types/module/components/iam/lib/modal.d.ts +2 -0
- package/@types/module/components/iam/lib/query-methods-builder.d.ts +22 -0
- package/@types/module/components/iam/lib/tree.d.ts +10 -0
- package/@types/module/components/iam/mixins/build-query-methods.d.ts +21 -0
- package/@types/module/components/index.d.ts +588 -0
- package/@types/module/components/iview.d.ts +11 -0
- package/@types/module/components/lab-component/dynamic-input/index.vue.d.ts +40 -0
- package/@types/module/components/utils.d.ts +18 -0
- package/@types/module/index.d.ts +12 -0
- package/@types/module/plugins/index.d.ts +1 -0
- package/@types/module/plugins/use-services.d.ts +6 -0
- package/@types/module/schema-extend/components/actions.d.ts +23 -0
- package/@types/module/schema-extend/components/badge.d.ts +63 -0
- package/@types/module/schema-extend/components/carousel.d.ts +47 -0
- package/@types/module/schema-extend/components/checkbox.d.ts +37 -0
- package/@types/module/schema-extend/components/collapse.d.ts +39 -0
- package/@types/module/schema-extend/components/color-picker.d.ts +12 -0
- package/@types/module/schema-extend/components/description-list.d.ts +39 -0
- package/@types/module/schema-extend/components/ellipsis.d.ts +47 -0
- package/@types/module/schema-extend/components/footer.d.ts +23 -0
- package/@types/module/schema-extend/components/form.d.ts +376 -0
- package/@types/module/schema-extend/components/globalfooter.d.ts +23 -0
- package/@types/module/schema-extend/components/grid.d.ts +35 -0
- package/@types/module/schema-extend/components/image.d.ts +22 -0
- package/@types/module/schema-extend/components/input.d.ts +10 -0
- package/@types/module/schema-extend/components/iv-table.d.ts +225 -0
- package/@types/module/schema-extend/components/layout.d.ts +164 -0
- package/@types/module/schema-extend/components/li-list.d.ts +33 -0
- package/@types/module/schema-extend/components/list.d.ts +81 -0
- package/@types/module/schema-extend/components/modal.d.ts +40 -0
- package/@types/module/schema-extend/components/numberInfo.d.ts +10 -0
- package/@types/module/schema-extend/components/others.d.ts +297 -0
- package/@types/module/schema-extend/components/page.d.ts +37 -0
- package/@types/module/schema-extend/components/poptip.d.ts +22 -0
- package/@types/module/schema-extend/components/radio.d.ts +54 -0
- package/@types/module/schema-extend/components/steps.d.ts +38 -0
- package/@types/module/schema-extend/components/table.d.ts +131 -0
- package/@types/module/schema-extend/components/tag-select.d.ts +30 -0
- package/@types/module/schema-extend/components/tag.d.ts +18 -0
- package/@types/module/schema-extend/components/timeline.d.ts +39 -0
- package/@types/module/schema-extend/components/title.d.ts +11 -0
- package/@types/module/schema-extend/components/tooltips.d.ts +10 -0
- package/@types/module/schema-extend/components/tree.d.ts +35 -0
- package/@types/module/schema-extend/components/wizard.d.ts +62 -0
- package/@types/module/schema-extend/index.d.ts +1 -0
- package/@types/module/schema-extend/iview-schema.d.ts +2 -0
- package/@types/module/schema-extend/utils.d.ts +34 -0
- package/@types/module/validate-processor.d.ts +6 -0
- package/_starter.js +1 -0
- package/bingo-builder-manifest.json +31 -0
- package/index.js +38 -0
- package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.82058947.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.fd5dc24a.css +1 -0
- package/modules/fly_vue_lcdp_iview/assets/image/img.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-121column-fill.a1e141a8.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-14column-fill.22c0c252.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-1column-fill.6d1caadc.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-21column-fill.f21bd4f8.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-22column-fill.8937ef0e.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-2column-fill.5d99cf8a.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-3column-fill.b40e3f82.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-41column-fill.920364fa.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/grid-4column-fill.83ec8853.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/img/img.3ed67b0a.jpg +0 -0
- package/modules/fly_vue_lcdp_iview/assets/img/img.8004483f.svg +1 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-121column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-14column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-1column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-21column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-22column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-2column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-3column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-41column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/grid-4column-fill.svg +7 -0
- package/modules/fly_vue_lcdp_iview/assets/svg/img.svg +1 -0
- package/modules/fly_vue_lcdp_iview/chunk-732b533d.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/dll-manifest.json +12 -0
- package/modules/fly_vue_lcdp_iview/dll.js +36 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.113976de81be9aa496ea.js +1 -0
- package/modules/fly_vue_lcdp_iview/lcdp-iview-component.113976de81be9aa496ea.js +1 -0
- package/package.json +28 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
|
2
|
+
declare const _default: {
|
3
|
+
id: string;
|
4
|
+
func: (actionContext: ActionContext) => Promise<ActionResult>;
|
5
|
+
};
|
6
|
+
export default _default;
|
7
|
+
export declare const closeDialog: {
|
8
|
+
id: string;
|
9
|
+
func: (actionContext: ActionContext) => Promise<ActionResult>;
|
10
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './dialog-service';
|
@@ -0,0 +1,20 @@
|
|
1
|
+
export declare function updateRender({ cols }: {
|
2
|
+
cols: any;
|
3
|
+
}): void;
|
4
|
+
export declare function handleOpCol({ cols, opCol }: {
|
5
|
+
cols: any;
|
6
|
+
opCol: any;
|
7
|
+
}): void;
|
8
|
+
export declare function handleSelectionCol({ cols, enableSelectionCol, enableIndexCol, fixedSelection }: {
|
9
|
+
cols: any;
|
10
|
+
enableSelectionCol: any;
|
11
|
+
enableIndexCol: any;
|
12
|
+
fixedSelection: any;
|
13
|
+
}): void;
|
14
|
+
export declare function handleIndexCol({ cols, enableIndexCol, enableSelectionCol, fixedIndex }: {
|
15
|
+
cols: any;
|
16
|
+
enableIndexCol: any;
|
17
|
+
enableSelectionCol: any;
|
18
|
+
fixedIndex: any;
|
19
|
+
}): void;
|
20
|
+
export declare function setSoltAndFormat(tableCols: any): boolean;
|
@@ -0,0 +1,351 @@
|
|
1
|
+
import { PropType } from 'vue';
|
2
|
+
import { PagerProps } from './pager-props';
|
3
|
+
import { TablePager } from './use-pager-events';
|
4
|
+
import { LcdpDataSource, SimpleDsQueryFilter } from '@fly-vue/lcdp-engine';
|
5
|
+
declare type TableCol = {
|
6
|
+
title: string;
|
7
|
+
show: boolean;
|
8
|
+
[index: string]: any;
|
9
|
+
};
|
10
|
+
declare const _default: import("vue").DefineComponent<{
|
11
|
+
pagerProps: {
|
12
|
+
type: PropType<PagerProps>;
|
13
|
+
};
|
14
|
+
ds: {
|
15
|
+
type: PropType<LcdpDataSource>;
|
16
|
+
required: true;
|
17
|
+
};
|
18
|
+
data: {
|
19
|
+
type: ArrayConstructor;
|
20
|
+
};
|
21
|
+
visibleHeaderOp: {
|
22
|
+
type: BooleanConstructor;
|
23
|
+
};
|
24
|
+
autoReload: {
|
25
|
+
type: BooleanConstructor;
|
26
|
+
};
|
27
|
+
filters: {
|
28
|
+
type: PropType<SimpleDsQueryFilter>;
|
29
|
+
};
|
30
|
+
visibleMore: {
|
31
|
+
type: BooleanConstructor;
|
32
|
+
};
|
33
|
+
tableCols: {
|
34
|
+
type: PropType<TableCol[]>;
|
35
|
+
};
|
36
|
+
enableSelectionCol: {
|
37
|
+
type: BooleanConstructor;
|
38
|
+
};
|
39
|
+
enableIndexCol: {
|
40
|
+
type: BooleanConstructor;
|
41
|
+
};
|
42
|
+
fixedIndex: {
|
43
|
+
type: StringConstructor;
|
44
|
+
};
|
45
|
+
fixedSelection: {
|
46
|
+
type: StringConstructor;
|
47
|
+
};
|
48
|
+
visiblePage: {
|
49
|
+
type: BooleanConstructor;
|
50
|
+
};
|
51
|
+
size: {
|
52
|
+
validator(value: any): boolean;
|
53
|
+
};
|
54
|
+
width: {
|
55
|
+
type: (StringConstructor | NumberConstructor)[];
|
56
|
+
};
|
57
|
+
height: {
|
58
|
+
type: (StringConstructor | NumberConstructor)[];
|
59
|
+
};
|
60
|
+
maxHeight: {
|
61
|
+
type: (StringConstructor | NumberConstructor)[];
|
62
|
+
};
|
63
|
+
stripe: {
|
64
|
+
type: BooleanConstructor;
|
65
|
+
default: boolean;
|
66
|
+
};
|
67
|
+
border: {
|
68
|
+
type: BooleanConstructor;
|
69
|
+
default: boolean;
|
70
|
+
};
|
71
|
+
showHeader: {
|
72
|
+
type: BooleanConstructor;
|
73
|
+
default: boolean;
|
74
|
+
};
|
75
|
+
highlightRow: {
|
76
|
+
type: BooleanConstructor;
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
rowClassName: {
|
80
|
+
type: FunctionConstructor;
|
81
|
+
default(): string;
|
82
|
+
};
|
83
|
+
context: {
|
84
|
+
type: ObjectConstructor;
|
85
|
+
};
|
86
|
+
noDataText: {
|
87
|
+
type: StringConstructor;
|
88
|
+
};
|
89
|
+
noFilteredDataText: {
|
90
|
+
type: StringConstructor;
|
91
|
+
};
|
92
|
+
disabledHover: {
|
93
|
+
type: BooleanConstructor;
|
94
|
+
};
|
95
|
+
loading: {
|
96
|
+
type: BooleanConstructor;
|
97
|
+
default: boolean;
|
98
|
+
};
|
99
|
+
draggable: {
|
100
|
+
type: BooleanConstructor;
|
101
|
+
default: boolean;
|
102
|
+
};
|
103
|
+
tooltipTheme: {
|
104
|
+
validator(value: any): boolean;
|
105
|
+
default: string;
|
106
|
+
};
|
107
|
+
tooltipMaxWidth: {
|
108
|
+
type: NumberConstructor;
|
109
|
+
default: number;
|
110
|
+
};
|
111
|
+
rowKey: {
|
112
|
+
type: (BooleanConstructor | StringConstructor)[];
|
113
|
+
default: boolean;
|
114
|
+
};
|
115
|
+
spanMethod: {
|
116
|
+
type: FunctionConstructor;
|
117
|
+
};
|
118
|
+
showSummary: {
|
119
|
+
type: BooleanConstructor;
|
120
|
+
default: boolean;
|
121
|
+
};
|
122
|
+
summaryMethod: {
|
123
|
+
type: FunctionConstructor;
|
124
|
+
};
|
125
|
+
sumText: {
|
126
|
+
type: StringConstructor;
|
127
|
+
};
|
128
|
+
indentSize: {
|
129
|
+
type: NumberConstructor;
|
130
|
+
default: number;
|
131
|
+
};
|
132
|
+
loadData: {
|
133
|
+
type: FunctionConstructor;
|
134
|
+
};
|
135
|
+
updateShowChildren: {
|
136
|
+
type: BooleanConstructor; /**
|
137
|
+
* 计算全部 table column
|
138
|
+
*/
|
139
|
+
default: boolean;
|
140
|
+
};
|
141
|
+
contextMenu: {
|
142
|
+
type: BooleanConstructor;
|
143
|
+
default: boolean;
|
144
|
+
};
|
145
|
+
showContextMenu: {
|
146
|
+
type: BooleanConstructor;
|
147
|
+
default: boolean;
|
148
|
+
};
|
149
|
+
fixedShadow: {
|
150
|
+
type: StringConstructor;
|
151
|
+
default: string;
|
152
|
+
};
|
153
|
+
}, {
|
154
|
+
allTableColumn: import("vue").ComputedRef<any[]>;
|
155
|
+
tableColumns: import("vue").ComputedRef<any[]>;
|
156
|
+
filterTableColumn: import("vue").Ref<any[]>;
|
157
|
+
pager: TablePager;
|
158
|
+
pagerPropsNew: import("vue").Ref<{
|
159
|
+
pageSize: number;
|
160
|
+
pageSizeOpts: number[];
|
161
|
+
placement: "bottom" | "top";
|
162
|
+
transfer: boolean;
|
163
|
+
size: "default" | "small";
|
164
|
+
simple: boolean;
|
165
|
+
showTotal: boolean;
|
166
|
+
showElevator: boolean;
|
167
|
+
showSizer: boolean;
|
168
|
+
className: string;
|
169
|
+
styles: any;
|
170
|
+
prevText: string;
|
171
|
+
nextText: string;
|
172
|
+
disabled: boolean;
|
173
|
+
}>;
|
174
|
+
tableData: import("vue").ComputedRef<any>;
|
175
|
+
onSearch: (resetPage?: boolean) => void;
|
176
|
+
onSelectionChange: (_selection: any) => void;
|
177
|
+
selection: any;
|
178
|
+
tableFullscreen: import("vue").Ref<boolean>;
|
179
|
+
handleFullscreen: () => void;
|
180
|
+
handleResetColumn: (cols: any) => void;
|
181
|
+
onPageChange: (_page: any) => void;
|
182
|
+
onPageSizeChange: (_pageSize: any) => void;
|
183
|
+
}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
184
|
+
pagerProps: {
|
185
|
+
type: PropType<PagerProps>;
|
186
|
+
};
|
187
|
+
ds: {
|
188
|
+
type: PropType<LcdpDataSource>;
|
189
|
+
required: true;
|
190
|
+
};
|
191
|
+
data: {
|
192
|
+
type: ArrayConstructor;
|
193
|
+
};
|
194
|
+
visibleHeaderOp: {
|
195
|
+
type: BooleanConstructor;
|
196
|
+
};
|
197
|
+
autoReload: {
|
198
|
+
type: BooleanConstructor;
|
199
|
+
};
|
200
|
+
filters: {
|
201
|
+
type: PropType<SimpleDsQueryFilter>;
|
202
|
+
};
|
203
|
+
visibleMore: {
|
204
|
+
type: BooleanConstructor;
|
205
|
+
};
|
206
|
+
tableCols: {
|
207
|
+
type: PropType<TableCol[]>;
|
208
|
+
};
|
209
|
+
enableSelectionCol: {
|
210
|
+
type: BooleanConstructor;
|
211
|
+
};
|
212
|
+
enableIndexCol: {
|
213
|
+
type: BooleanConstructor;
|
214
|
+
};
|
215
|
+
fixedIndex: {
|
216
|
+
type: StringConstructor;
|
217
|
+
};
|
218
|
+
fixedSelection: {
|
219
|
+
type: StringConstructor;
|
220
|
+
};
|
221
|
+
visiblePage: {
|
222
|
+
type: BooleanConstructor;
|
223
|
+
};
|
224
|
+
size: {
|
225
|
+
validator(value: any): boolean;
|
226
|
+
};
|
227
|
+
width: {
|
228
|
+
type: (StringConstructor | NumberConstructor)[];
|
229
|
+
};
|
230
|
+
height: {
|
231
|
+
type: (StringConstructor | NumberConstructor)[];
|
232
|
+
};
|
233
|
+
maxHeight: {
|
234
|
+
type: (StringConstructor | NumberConstructor)[];
|
235
|
+
};
|
236
|
+
stripe: {
|
237
|
+
type: BooleanConstructor;
|
238
|
+
default: boolean;
|
239
|
+
};
|
240
|
+
border: {
|
241
|
+
type: BooleanConstructor;
|
242
|
+
default: boolean;
|
243
|
+
};
|
244
|
+
showHeader: {
|
245
|
+
type: BooleanConstructor;
|
246
|
+
default: boolean;
|
247
|
+
};
|
248
|
+
highlightRow: {
|
249
|
+
type: BooleanConstructor;
|
250
|
+
default: boolean;
|
251
|
+
};
|
252
|
+
rowClassName: {
|
253
|
+
type: FunctionConstructor;
|
254
|
+
default(): string;
|
255
|
+
};
|
256
|
+
context: {
|
257
|
+
type: ObjectConstructor;
|
258
|
+
};
|
259
|
+
noDataText: {
|
260
|
+
type: StringConstructor;
|
261
|
+
};
|
262
|
+
noFilteredDataText: {
|
263
|
+
type: StringConstructor;
|
264
|
+
};
|
265
|
+
disabledHover: {
|
266
|
+
type: BooleanConstructor;
|
267
|
+
};
|
268
|
+
loading: {
|
269
|
+
type: BooleanConstructor;
|
270
|
+
default: boolean;
|
271
|
+
};
|
272
|
+
draggable: {
|
273
|
+
type: BooleanConstructor;
|
274
|
+
default: boolean;
|
275
|
+
};
|
276
|
+
tooltipTheme: {
|
277
|
+
validator(value: any): boolean;
|
278
|
+
default: string;
|
279
|
+
};
|
280
|
+
tooltipMaxWidth: {
|
281
|
+
type: NumberConstructor;
|
282
|
+
default: number;
|
283
|
+
};
|
284
|
+
rowKey: {
|
285
|
+
type: (BooleanConstructor | StringConstructor)[];
|
286
|
+
default: boolean;
|
287
|
+
};
|
288
|
+
spanMethod: {
|
289
|
+
type: FunctionConstructor;
|
290
|
+
};
|
291
|
+
showSummary: {
|
292
|
+
type: BooleanConstructor;
|
293
|
+
default: boolean;
|
294
|
+
};
|
295
|
+
summaryMethod: {
|
296
|
+
type: FunctionConstructor;
|
297
|
+
};
|
298
|
+
sumText: {
|
299
|
+
type: StringConstructor;
|
300
|
+
};
|
301
|
+
indentSize: {
|
302
|
+
type: NumberConstructor;
|
303
|
+
default: number;
|
304
|
+
};
|
305
|
+
loadData: {
|
306
|
+
type: FunctionConstructor;
|
307
|
+
};
|
308
|
+
updateShowChildren: {
|
309
|
+
type: BooleanConstructor; /**
|
310
|
+
* 计算全部 table column
|
311
|
+
*/
|
312
|
+
default: boolean;
|
313
|
+
};
|
314
|
+
contextMenu: {
|
315
|
+
type: BooleanConstructor;
|
316
|
+
default: boolean;
|
317
|
+
};
|
318
|
+
showContextMenu: {
|
319
|
+
type: BooleanConstructor;
|
320
|
+
default: boolean;
|
321
|
+
};
|
322
|
+
fixedShadow: {
|
323
|
+
type: StringConstructor;
|
324
|
+
default: string;
|
325
|
+
};
|
326
|
+
}>>, {
|
327
|
+
loading: boolean;
|
328
|
+
border: boolean;
|
329
|
+
contextMenu: boolean;
|
330
|
+
visibleHeaderOp: boolean;
|
331
|
+
autoReload: boolean;
|
332
|
+
visibleMore: boolean;
|
333
|
+
enableSelectionCol: boolean;
|
334
|
+
enableIndexCol: boolean;
|
335
|
+
visiblePage: boolean;
|
336
|
+
stripe: boolean;
|
337
|
+
showHeader: boolean;
|
338
|
+
highlightRow: boolean;
|
339
|
+
rowClassName: Function;
|
340
|
+
disabledHover: boolean;
|
341
|
+
draggable: boolean;
|
342
|
+
tooltipTheme: string;
|
343
|
+
tooltipMaxWidth: number;
|
344
|
+
rowKey: string | boolean;
|
345
|
+
showSummary: boolean;
|
346
|
+
indentSize: number;
|
347
|
+
updateShowChildren: boolean;
|
348
|
+
showContextMenu: boolean;
|
349
|
+
fixedShadow: string;
|
350
|
+
}>;
|
351
|
+
export default _default;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
declare type PagerPlacement = 'top' | 'bottom';
|
2
|
+
declare type PagerSize = 'small' | 'default';
|
3
|
+
export declare type PagerProps = {
|
4
|
+
pageSize: number;
|
5
|
+
pageSizeOpts: number[];
|
6
|
+
placement: PagerPlacement;
|
7
|
+
transfer: boolean;
|
8
|
+
size: PagerSize;
|
9
|
+
simple: boolean;
|
10
|
+
showTotal: boolean;
|
11
|
+
showElevator: boolean;
|
12
|
+
showSizer: boolean;
|
13
|
+
className: string;
|
14
|
+
styles: any;
|
15
|
+
prevText: string;
|
16
|
+
nextText: string;
|
17
|
+
disabled: boolean;
|
18
|
+
};
|
19
|
+
export {};
|