@fly-vue/lcdp-iview 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. package/@types/module/action-nodes/impl/back.d.ts +6 -0
  2. package/@types/module/action-nodes/impl/call-component-method.d.ts +9 -0
  3. package/@types/module/action-nodes/impl/condition.d.ts +9 -0
  4. package/@types/module/action-nodes/impl/confirm.d.ts +6 -0
  5. package/@types/module/action-nodes/impl/d-component-emit.d.ts +6 -0
  6. package/@types/module/action-nodes/impl/data-source-data-reload.d.ts +6 -0
  7. package/@types/module/action-nodes/impl/end.d.ts +4 -0
  8. package/@types/module/action-nodes/impl/foreach.d.ts +6 -0
  9. package/@types/module/action-nodes/impl/form.d.ts +8 -0
  10. package/@types/module/action-nodes/impl/http.d.ts +6 -0
  11. package/@types/module/action-nodes/impl/iam-member-select.d.ts +6 -0
  12. package/@types/module/action-nodes/impl/iam-org-select.d.ts +6 -0
  13. package/@types/module/action-nodes/impl/index.d.ts +4 -0
  14. package/@types/module/action-nodes/impl/message.d.ts +6 -0
  15. package/@types/module/action-nodes/impl/notice.d.ts +6 -0
  16. package/@types/module/action-nodes/impl/open-in-dialog.d.ts +10 -0
  17. package/@types/module/action-nodes/impl/open-url.d.ts +6 -0
  18. package/@types/module/action-nodes/impl/output.d.ts +6 -0
  19. package/@types/module/action-nodes/impl/script.d.ts +6 -0
  20. package/@types/module/action-nodes/impl/set-page-variable.d.ts +6 -0
  21. package/@types/module/action-nodes/impl/start.d.ts +4 -0
  22. package/@types/module/action-nodes/impl/wizard.d.ts +8 -0
  23. package/@types/module/action-nodes/index.d.ts +6 -0
  24. package/@types/module/common/dialog-service.d.ts +8 -0
  25. package/@types/module/common/index.d.ts +1 -0
  26. package/@types/module/components/IvTableGrid/cols.d.ts +20 -0
  27. package/@types/module/components/IvTableGrid/index.vue.d.ts +351 -0
  28. package/@types/module/components/IvTableGrid/pager-props.d.ts +19 -0
  29. package/@types/module/components/IvTableGrid/table-props.d.ts +103 -0
  30. package/@types/module/components/IvTableGrid/use-pager-events.d.ts +8 -0
  31. package/@types/module/components/IvTableGrid/use-table-events.d.ts +9 -0
  32. package/@types/module/components/IvTableGrid/utils.d.ts +1 -0
  33. package/@types/module/components/IvWizard/index.vue.d.ts +26 -0
  34. package/@types/module/components/IvWizard/step-pane.vue.d.ts +24 -0
  35. package/@types/module/components/attribute/RadioGroupAttrEdit.vue.d.ts +35 -0
  36. package/@types/module/components/attribute/TableColAttrEdit.vue.d.ts +129 -0
  37. package/@types/module/components/attribute/TableColAttrEditMockData.vue.d.ts +39 -0
  38. package/@types/module/components/attribute/prop-value-editor/base-props.d.ts +19 -0
  39. package/@types/module/components/attribute/prop-value-editor/designer-props.d.ts +17 -0
  40. package/@types/module/components/attribute/prop-value-editor/filters-editor/common-props.d.ts +19 -0
  41. package/@types/module/components/attribute/prop-value-editor/filters-editor/filter.vue.d.ts +83 -0
  42. package/@types/module/components/attribute/prop-value-editor/filters-editor/filters.vue.d.ts +89 -0
  43. package/@types/module/components/attribute/prop-value-editor/filters-editor/index.vue.d.ts +49 -0
  44. package/@types/module/components/attribute/prop-value-editor/filters-editor/operators.d.ts +4 -0
  45. package/@types/module/components/attribute/prop-value-editor/filters-editor/types.d.ts +11 -0
  46. package/@types/module/components/attribute/prop-value-editor/json-editor.vue.d.ts +53 -0
  47. package/@types/module/components/attribute/prop-value-editor/use-v-model.d.ts +49 -0
  48. package/@types/module/components/attribute/tableDictionary.d.ts +6 -0
  49. package/@types/module/components/base/IvHtml/index.vue.d.ts +14 -0
  50. package/@types/module/components/base/IvIframe/index.vue.d.ts +35 -0
  51. package/@types/module/components/base/IvText/index.vue.d.ts +41 -0
  52. package/@types/module/components/base-attr-components.d.ts +60 -0
  53. package/@types/module/components/design/SlotContainer.vue.d.ts +4 -0
  54. package/@types/module/components/designer/common/index.d.ts +2 -0
  55. package/@types/module/components/designer/common/use-action-expression-context.d.ts +15 -0
  56. package/@types/module/components/designer/common/use-expression-dialog.d.ts +11 -0
  57. package/@types/module/components/designer/prop-value-editor/var-input/index.vue.d.ts +60 -0
  58. package/@types/module/components/iam/lib/modal.d.ts +2 -0
  59. package/@types/module/components/iam/lib/query-methods-builder.d.ts +22 -0
  60. package/@types/module/components/iam/lib/tree.d.ts +10 -0
  61. package/@types/module/components/iam/mixins/build-query-methods.d.ts +21 -0
  62. package/@types/module/components/index.d.ts +588 -0
  63. package/@types/module/components/iview.d.ts +11 -0
  64. package/@types/module/components/lab-component/dynamic-input/index.vue.d.ts +40 -0
  65. package/@types/module/components/utils.d.ts +18 -0
  66. package/@types/module/index.d.ts +12 -0
  67. package/@types/module/plugins/index.d.ts +1 -0
  68. package/@types/module/plugins/use-services.d.ts +6 -0
  69. package/@types/module/schema-extend/components/actions.d.ts +23 -0
  70. package/@types/module/schema-extend/components/badge.d.ts +63 -0
  71. package/@types/module/schema-extend/components/carousel.d.ts +47 -0
  72. package/@types/module/schema-extend/components/checkbox.d.ts +37 -0
  73. package/@types/module/schema-extend/components/collapse.d.ts +39 -0
  74. package/@types/module/schema-extend/components/color-picker.d.ts +12 -0
  75. package/@types/module/schema-extend/components/description-list.d.ts +39 -0
  76. package/@types/module/schema-extend/components/ellipsis.d.ts +47 -0
  77. package/@types/module/schema-extend/components/footer.d.ts +23 -0
  78. package/@types/module/schema-extend/components/form.d.ts +376 -0
  79. package/@types/module/schema-extend/components/globalfooter.d.ts +23 -0
  80. package/@types/module/schema-extend/components/grid.d.ts +35 -0
  81. package/@types/module/schema-extend/components/image.d.ts +22 -0
  82. package/@types/module/schema-extend/components/input.d.ts +10 -0
  83. package/@types/module/schema-extend/components/iv-table.d.ts +225 -0
  84. package/@types/module/schema-extend/components/layout.d.ts +164 -0
  85. package/@types/module/schema-extend/components/li-list.d.ts +33 -0
  86. package/@types/module/schema-extend/components/list.d.ts +81 -0
  87. package/@types/module/schema-extend/components/modal.d.ts +40 -0
  88. package/@types/module/schema-extend/components/numberInfo.d.ts +10 -0
  89. package/@types/module/schema-extend/components/others.d.ts +297 -0
  90. package/@types/module/schema-extend/components/page.d.ts +37 -0
  91. package/@types/module/schema-extend/components/poptip.d.ts +22 -0
  92. package/@types/module/schema-extend/components/radio.d.ts +54 -0
  93. package/@types/module/schema-extend/components/steps.d.ts +38 -0
  94. package/@types/module/schema-extend/components/table.d.ts +131 -0
  95. package/@types/module/schema-extend/components/tag-select.d.ts +30 -0
  96. package/@types/module/schema-extend/components/tag.d.ts +18 -0
  97. package/@types/module/schema-extend/components/timeline.d.ts +39 -0
  98. package/@types/module/schema-extend/components/title.d.ts +11 -0
  99. package/@types/module/schema-extend/components/tooltips.d.ts +10 -0
  100. package/@types/module/schema-extend/components/tree.d.ts +35 -0
  101. package/@types/module/schema-extend/components/wizard.d.ts +62 -0
  102. package/@types/module/schema-extend/index.d.ts +1 -0
  103. package/@types/module/schema-extend/iview-schema.d.ts +2 -0
  104. package/@types/module/schema-extend/utils.d.ts +34 -0
  105. package/@types/module/validate-processor.d.ts +6 -0
  106. package/_starter.js +1 -0
  107. package/bingo-builder-manifest.json +31 -0
  108. package/index.js +38 -0
  109. package/modules/fly_vue_lcdp_iview/assets/css/app.css +1 -0
  110. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-attrcomponent.82058947.css +1 -0
  111. package/modules/fly_vue_lcdp_iview/assets/css/lcdp-iview-component.fd5dc24a.css +1 -0
  112. package/modules/fly_vue_lcdp_iview/assets/image/img.jpg +0 -0
  113. package/modules/fly_vue_lcdp_iview/assets/img/grid-121column-fill.a1e141a8.svg +7 -0
  114. package/modules/fly_vue_lcdp_iview/assets/img/grid-14column-fill.22c0c252.svg +7 -0
  115. package/modules/fly_vue_lcdp_iview/assets/img/grid-1column-fill.6d1caadc.svg +7 -0
  116. package/modules/fly_vue_lcdp_iview/assets/img/grid-21column-fill.f21bd4f8.svg +7 -0
  117. package/modules/fly_vue_lcdp_iview/assets/img/grid-22column-fill.8937ef0e.svg +7 -0
  118. package/modules/fly_vue_lcdp_iview/assets/img/grid-2column-fill.5d99cf8a.svg +7 -0
  119. package/modules/fly_vue_lcdp_iview/assets/img/grid-3column-fill.b40e3f82.svg +7 -0
  120. package/modules/fly_vue_lcdp_iview/assets/img/grid-41column-fill.920364fa.svg +7 -0
  121. package/modules/fly_vue_lcdp_iview/assets/img/grid-4column-fill.83ec8853.svg +7 -0
  122. package/modules/fly_vue_lcdp_iview/assets/img/img.3ed67b0a.jpg +0 -0
  123. package/modules/fly_vue_lcdp_iview/assets/img/img.8004483f.svg +1 -0
  124. package/modules/fly_vue_lcdp_iview/assets/svg/grid-121column-fill.svg +7 -0
  125. package/modules/fly_vue_lcdp_iview/assets/svg/grid-14column-fill.svg +7 -0
  126. package/modules/fly_vue_lcdp_iview/assets/svg/grid-1column-fill.svg +7 -0
  127. package/modules/fly_vue_lcdp_iview/assets/svg/grid-21column-fill.svg +7 -0
  128. package/modules/fly_vue_lcdp_iview/assets/svg/grid-22column-fill.svg +7 -0
  129. package/modules/fly_vue_lcdp_iview/assets/svg/grid-2column-fill.svg +7 -0
  130. package/modules/fly_vue_lcdp_iview/assets/svg/grid-3column-fill.svg +7 -0
  131. package/modules/fly_vue_lcdp_iview/assets/svg/grid-41column-fill.svg +7 -0
  132. package/modules/fly_vue_lcdp_iview/assets/svg/grid-4column-fill.svg +7 -0
  133. package/modules/fly_vue_lcdp_iview/assets/svg/img.svg +1 -0
  134. package/modules/fly_vue_lcdp_iview/chunk-732b533d.113976de81be9aa496ea.js +1 -0
  135. package/modules/fly_vue_lcdp_iview/dll-manifest.json +12 -0
  136. package/modules/fly_vue_lcdp_iview/dll.js +36 -0
  137. package/modules/fly_vue_lcdp_iview/lcdp-iview-attrcomponent.113976de81be9aa496ea.js +1 -0
  138. package/modules/fly_vue_lcdp_iview/lcdp-iview-basecomponent.113976de81be9aa496ea.js +1 -0
  139. package/modules/fly_vue_lcdp_iview/lcdp-iview-component.113976de81be9aa496ea.js +1 -0
  140. package/package.json +28 -0
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
5
+ };
6
+ /**
7
+ * 调用组件的方法
8
+ */
9
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<false | {
5
+ branch: number;
6
+ data: {};
7
+ }>;
8
+ };
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ id: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,8 @@
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 校验表单
4
+ */
5
+ export declare const validate: {
6
+ id: string;
7
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
8
+ };
@@ -0,0 +1,6 @@
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;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<unknown>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ id: string;
3
+ }[];
4
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => void;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => void;
5
+ };
6
+ export default _default;
@@ -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,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<any>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ActionContext } from 'maple-client-orchestration-runtime';
2
+ declare const _default: {
3
+ id: string;
4
+ func: (actionContext: ActionContext) => Promise<void>;
5
+ };
6
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ id: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { ActionContext, ActionResult } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 向导上下步
4
+ */
5
+ export declare const wizardChangeStep: {
6
+ id: string;
7
+ func: (actionContext: ActionContext) => Promise<ActionResult>;
8
+ };
@@ -0,0 +1,6 @@
1
+ import { ClientNodeSchema } from 'maple-client-orchestration-runtime';
2
+ /**
3
+ * 注册所有前端编排运行时所需的节点
4
+ * @param filter 如果指定了filter,将只注册filter返回true的节点
5
+ */
6
+ export declare function register(filter?: (node: ClientNodeSchema) => boolean): void;
@@ -0,0 +1,8 @@
1
+ export declare type CreateDialogOptions = {
2
+ content: any;
3
+ header?: any;
4
+ footer?: any;
5
+ props?: any;
6
+ parent?: any;
7
+ };
8
+ export declare const createDialog: (createDialogOptions: CreateDialogOptions) => Promise<any>;
@@ -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 {};