@byteluck-fe/runtime-engine 2.0.36 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/dist/runtime-engine.js +19292 -15985
  2. package/dist/src/components/meKeepAlive/core/renderer.d.ts +10 -10
  3. package/dist/src/components/meKeepAlive/core/vnode.d.ts +3 -3
  4. package/dist/src/components/meKeepAlive/index.d.ts +1 -1
  5. package/dist/src/components/update-log/utils.d.ts +2 -2
  6. package/dist/src/constant/controls/props/base/button.d.ts +14 -0
  7. package/dist/src/constant/controls/props/base/dashboard.d.ts +9 -0
  8. package/dist/src/constant/controls/props/base/divider.d.ts +9 -0
  9. package/dist/src/constant/controls/props/base/formSelectButton.d.ts +9 -0
  10. package/dist/src/constant/controls/props/base/invoiceCheckButton.d.ts +9 -0
  11. package/dist/src/constant/controls/props/base/link.d.ts +9 -0
  12. package/dist/src/constant/controls/props/base/listSelectButton.d.ts +9 -0
  13. package/dist/src/constant/controls/props/base/listViewSelect.d.ts +12 -0
  14. package/dist/src/constant/controls/props/base/referenceList.d.ts +10 -0
  15. package/dist/src/constant/controls/props/base/text.d.ts +7 -0
  16. package/dist/src/constant/controls/props/base/textOcrButton.d.ts +8 -0
  17. package/dist/src/constant/controls/props/base/title.d.ts +8 -0
  18. package/dist/src/constant/controls/props/column/approvalStatusColumn.d.ts +12 -0
  19. package/dist/src/constant/controls/props/column/arrayColumn.d.ts +12 -0
  20. package/dist/src/constant/controls/props/column/autoNumberColumn.d.ts +10 -0
  21. package/dist/src/constant/controls/props/column/customColumn.d.ts +11 -0
  22. package/dist/src/constant/controls/props/column/decimalColumn.d.ts +11 -0
  23. package/dist/src/constant/controls/props/column/departmentColumn.d.ts +12 -0
  24. package/dist/src/constant/controls/props/column/employeeColumn.d.ts +12 -0
  25. package/dist/src/constant/controls/props/column/fileColumn.d.ts +12 -0
  26. package/dist/src/constant/controls/props/column/imageColumn.d.ts +12 -0
  27. package/dist/src/constant/controls/props/column/locationColumn.d.ts +10 -0
  28. package/dist/src/constant/controls/props/column/peopleColumn.d.ts +12 -0
  29. package/dist/src/constant/controls/props/column/timestampColumn.d.ts +10 -0
  30. package/dist/src/constant/controls/props/defaultProps.d.ts +24 -0
  31. package/dist/src/constant/controls/props/form/address.d.ts +8 -0
  32. package/dist/src/constant/controls/props/form/amount.d.ts +8 -0
  33. package/dist/src/constant/controls/props/form/attachment.d.ts +8 -0
  34. package/dist/src/constant/controls/props/form/autoNumber.d.ts +11 -0
  35. package/dist/src/constant/controls/props/form/calc.d.ts +8 -0
  36. package/dist/src/constant/controls/props/form/checkbox.d.ts +8 -0
  37. package/dist/src/constant/controls/props/form/dataView.d.ts +12 -0
  38. package/dist/src/constant/controls/props/form/datePicker.d.ts +8 -0
  39. package/dist/src/constant/controls/props/form/dateRange.d.ts +8 -0
  40. package/dist/src/constant/controls/props/form/department.d.ts +12 -0
  41. package/dist/src/constant/controls/props/form/department2.d.ts +11 -0
  42. package/dist/src/constant/controls/props/form/electronicSignature.d.ts +7 -0
  43. package/dist/src/constant/controls/props/form/employee.d.ts +11 -0
  44. package/dist/src/constant/controls/props/form/employee2.d.ts +12 -0
  45. package/dist/src/constant/controls/props/form/image.d.ts +7 -0
  46. package/dist/src/constant/controls/props/form/input.d.ts +11 -0
  47. package/dist/src/constant/controls/props/form/number.d.ts +8 -0
  48. package/dist/src/constant/controls/props/form/organizationSelection.d.ts +11 -0
  49. package/dist/src/constant/controls/props/form/radio.d.ts +8 -0
  50. package/dist/src/constant/controls/props/form/richText.d.ts +11 -0
  51. package/dist/src/constant/controls/props/form/score.d.ts +8 -0
  52. package/dist/src/constant/controls/props/form/searchDateRange.d.ts +8 -0
  53. package/dist/src/constant/controls/props/form/searchInput.d.ts +9 -0
  54. package/dist/src/constant/controls/props/form/searchNumberRange.d.ts +8 -0
  55. package/dist/src/constant/controls/props/form/select.d.ts +8 -0
  56. package/dist/src/constant/controls/props/form/selectMultiple.d.ts +11 -0
  57. package/dist/src/constant/controls/props/form/selectRelation.d.ts +8 -0
  58. package/dist/src/constant/controls/props/form/textarea.d.ts +8 -0
  59. package/dist/src/constant/controls/props/form/tree.d.ts +10 -0
  60. package/dist/src/constant/controls/props/form/vueFormItem.d.ts +8 -0
  61. package/dist/src/constant/controls/props/form/vuePage.d.ts +8 -0
  62. package/dist/src/constant/controls/props/form/wps.d.ts +7 -0
  63. package/dist/src/constant/controls/props/layout/actionBar.d.ts +11 -0
  64. package/dist/src/constant/controls/props/layout/cardGroup.d.ts +10 -0
  65. package/dist/src/constant/controls/props/layout/col.d.ts +10 -0
  66. package/dist/src/constant/controls/props/layout/grid.d.ts +10 -0
  67. package/dist/src/constant/controls/props/layout/gridLayoutContainer.d.ts +10 -0
  68. package/dist/src/constant/controls/props/layout/gridLayoutWrap.d.ts +10 -0
  69. package/dist/src/constant/controls/props/layout/gridRow.d.ts +11 -0
  70. package/dist/src/constant/controls/props/layout/row.d.ts +10 -0
  71. package/dist/src/constant/controls/props/layout/simpleSearch.d.ts +13 -0
  72. package/dist/src/constant/controls/props/layout/step.d.ts +7 -0
  73. package/dist/src/constant/controls/props/layout/stepPane.d.ts +7 -0
  74. package/dist/src/constant/controls/props/layout/tab.d.ts +7 -0
  75. package/dist/src/constant/controls/props/list/subtable.d.ts +11 -0
  76. package/dist/src/constant/controls/props/renderEngine.d.ts +63 -0
  77. package/dist/src/constant/page/address.d.ts +12 -12
  78. package/dist/src/constant/page/table/column.d.ts +3 -3
  79. package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +87 -0
  80. package/dist/src/entry_desktop/components/FormEngine/index.d.ts +3 -0
  81. package/dist/src/entry_desktop/controls/components/base-table/components/editable/componentMap.d.ts +2 -2
  82. package/dist/src/entry_desktop/controls/components/base-table/hooks/useTableContext.d.ts +2 -2
  83. package/dist/src/entry_desktop/controls/components/base-table/types/table.d.ts +2 -2
  84. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +1 -1
  85. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +1 -1
  86. package/dist/src/entry_desktop/controls/rok-comment/index.d.ts +3 -0
  87. package/dist/src/entry_desktop/controls/rok-date-picker/hook.d.ts +1 -0
  88. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useAgGrid.d.ts +1 -1
  89. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useBackgroundStyle.d.ts +1 -1
  90. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +13 -4
  91. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useModel.d.ts +1 -1
  92. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useNonePage.d.ts +1 -1
  93. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +1 -1
  94. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +1 -1
  95. package/dist/src/entry_desktop/controls/rok-step/index.d.ts +3 -0
  96. package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.d.ts +1 -0
  97. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useGetTemplateList.d.ts +1 -1
  98. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useSubtableSelectionState.d.ts +1 -1
  99. package/dist/src/entry_desktop/controls/rok-table-layout/index.d.ts +3 -0
  100. package/dist/src/entry_desktop/controls/rok-table-layout-row/index.d.ts +4 -0
  101. package/dist/src/entry_desktop/controls/rok-table-layout-wrapper/index.d.ts +3 -0
  102. package/dist/src/entry_desktop/hooks/layoutVar.d.ts +197 -0
  103. package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +3 -3
  104. package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +2 -2
  105. package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +2 -0
  106. package/dist/src/entry_mobile/controls/components/table/types/table.d.ts +1 -1
  107. package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +40 -3
  108. package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +5 -5
  109. package/dist/src/entry_mobile/controls/rok-attachment/utils.d.ts +2 -1
  110. package/dist/src/entry_mobile/controls/rok-comment/index.d.ts +3 -0
  111. package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +148 -3
  112. package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +149 -3
  113. package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +20 -3
  114. package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +21 -3
  115. package/dist/src/entry_mobile/controls/rok-employee/src/constant/index.d.ts +4 -4
  116. package/dist/src/entry_mobile/controls/rok-employee2/src/constant/index.d.ts +4 -4
  117. package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useRender.d.ts +3 -0
  118. package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +3 -3
  119. package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +2 -1
  120. package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +20 -3
  121. package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +146 -3
  122. package/dist/src/entry_mobile/controls/rok-step/index.d.ts +3 -0
  123. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +2 -0
  124. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +1 -1
  125. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +120 -0
  126. package/dist/src/entry_mobile/controls/rok-table-layout/index.d.ts +3 -0
  127. package/dist/src/entry_mobile/controls/rok-table-layout-row/index.d.ts +4 -0
  128. package/dist/src/entry_mobile/controls/rok-table-layout-wrapper/index.d.ts +3 -0
  129. package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +1 -0
  130. package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +1 -1
  131. package/dist/src/hooks/ag-grid-config.d.ts +4 -0
  132. package/dist/src/hooks/atomic/useEventListener.d.ts +1 -1
  133. package/dist/src/hooks/components/formEngineModal/index.d.ts +1 -0
  134. package/dist/src/hooks/components/formEngineModal/useFormEngine.d.ts +43 -0
  135. package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +1 -0
  136. package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +1 -0
  137. package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +3 -0
  138. package/dist/src/hooks/components/listEngineModal/useListState.d.ts +2 -1
  139. package/dist/src/hooks/components/useGroupTaskCommentTag.d.ts +3 -0
  140. package/dist/src/hooks/components/useLayoutChildren.d.ts +3 -3
  141. package/dist/src/hooks/components/useList.d.ts +9 -0
  142. package/dist/src/hooks/context/useGlobalEngineContext.d.ts +1 -0
  143. package/dist/src/hooks/context/useInstanceSchemaChangeContext.d.ts +4 -1
  144. package/dist/src/hooks/controls/department2/useDepartmentDisabledSelected.d.ts +5 -0
  145. package/dist/src/hooks/controls/form/interface.d.ts +2 -2
  146. package/dist/src/hooks/controls/listMaster/useModel.d.ts +1 -0
  147. package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +2 -2
  148. package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +1 -1
  149. package/dist/src/hooks/controls/listView/useIframe.d.ts +2 -1
  150. package/dist/src/hooks/controls/listView/useListRows.d.ts +5 -0
  151. package/dist/src/hooks/controls/listView/useModel.d.ts +5 -4
  152. package/dist/src/hooks/controls/listView/useRowSpanModel.d.ts +1 -1
  153. package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
  154. package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +1 -1
  155. package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +4 -1
  156. package/dist/src/hooks/controls/subtable/useSubtableInstanceSchemaChange.d.ts +66 -0
  157. package/dist/src/hooks/controls/tab/useTab.d.ts +14 -0
  158. package/dist/src/hooks/controls/useDateRange.d.ts +137 -0
  159. package/dist/src/hooks/form/useBaseForm.d.ts +35 -0
  160. package/dist/src/hooks/form/useBatchPrint.d.ts +1 -1
  161. package/dist/src/hooks/form/useChangeLog.d.ts +2 -2
  162. package/dist/src/hooks/form/useFormEvents.d.ts +4 -4
  163. package/dist/src/hooks/form/useFormPageMask.d.ts +4 -0
  164. package/dist/src/hooks/model/useDashboardState.d.ts +9 -1
  165. package/dist/src/hooks/views/useApprovalForm.d.ts +5 -0
  166. package/dist/src/hooks/views/useExternalFormData.d.ts +1 -0
  167. package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +4 -0
  168. package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +1 -0
  169. package/dist/src/hooks/views/usePageForm.d.ts +1 -0
  170. package/dist/src/hooks/views/usePrintForm.d.ts +1 -0
  171. package/dist/src/hooks/views/useProcessForm.d.ts +3 -0
  172. package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +3 -0
  173. package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +12 -8
  174. package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +2 -2
  175. package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +1 -1
  176. package/dist/src/plugins/engine/DataViewPlugin.d.ts +3 -1
  177. package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +3 -1
  178. package/dist/src/plugins/engine/DisplayPlugin.d.ts +2 -0
  179. package/dist/src/plugins/engine/EventListenerPlugin/index.d.ts +1 -0
  180. package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +11 -11
  181. package/dist/src/plugins/engine/ExpressionPlugin.d.ts +9 -1
  182. package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +1 -1
  183. package/dist/src/plugins/engine/TitleSettingPlugin.d.ts +1 -0
  184. package/dist/src/plugins/utils/ActionHandle/ActionHandler.d.ts +1 -1
  185. package/dist/src/plugins/utils/ActionHandle/ExecuteAction.d.ts +1 -1
  186. package/dist/src/services/services.auto.d.ts +25 -1
  187. package/dist/src/services/template.d.ts +1 -1
  188. package/dist/src/store/index.d.ts +2 -1
  189. package/dist/src/types/PageContext.d.ts +1 -1
  190. package/dist/src/types/approval-submit.d.ts +1 -1
  191. package/dist/src/types/type.d.ts +8 -8
  192. package/dist/src/utils/controls/attachmentUtils.d.ts +1 -1
  193. package/dist/src/utils/controls/dateUtils.d.ts +1 -1
  194. package/dist/src/utils/controls/formCopy.d.ts +1 -1
  195. package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
  196. package/dist/src/utils/controls/imageUtils.d.ts +1 -1
  197. package/dist/src/utils/controls/scrollIntoDomView.d.ts +1 -1
  198. package/dist/src/utils/controls/subtableDealTableColumn.d.ts +49 -0
  199. package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +13 -0
  200. package/dist/src/utils/core/captionStyle.d.ts +1 -0
  201. package/dist/src/utils/core/crossMessageProcessor.d.ts +1 -1
  202. package/dist/src/utils/core/expressionTools.d.ts +1 -1
  203. package/dist/src/utils/core/index.d.ts +1 -0
  204. package/dist/src/utils/core/math.d.ts +1 -1
  205. package/dist/src/utils/model/operateCache.d.ts +2 -2
  206. package/dist/src/utils/tools/asyncInterval.d.ts +1 -1
  207. package/dist/src/utils/tools/dateUtils.d.ts +1 -0
  208. package/dist/src/utils/tools/displayValue.d.ts +2 -2
  209. package/dist/src/utils/tools/getCachedApplyRender.d.ts +1 -1
  210. package/dist/src/utils/tools/index.d.ts +2 -0
  211. package/dist/src/utils/tools/setAdaptiveTextColor.d.ts +2 -0
  212. package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
  213. package/package.json +1 -1
  214. package/dist/src/entry_desktop/controls/rok-attachment/hook-file-base.d.ts +0 -4
  215. package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +0 -30
@@ -0,0 +1,8 @@
1
+ import { ScorePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface ScorePropsInterface extends ScorePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SCORE>;
6
+ value: number;
7
+ }
8
+ export declare const ScorePropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { SearchDateRangePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface SearchDateRangePropsInterface extends SearchDateRangePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SEARCH_DATE_RANGE>;
6
+ value: string[];
7
+ }
8
+ export declare const SearchDateRangePropsDefaultValue: {};
@@ -0,0 +1,9 @@
1
+ import { SearchInputPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface SearchInputPropsInterface extends SearchInputPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SEARCH_INPUT>;
6
+ value: string;
7
+ rules?: any[];
8
+ }
9
+ export declare const SearchInputPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { SearchNumberRangePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface SearchNumberRangePropsInterface extends SearchNumberRangePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SEARCH_NUMBER_RANGE>;
6
+ value: number[];
7
+ }
8
+ export declare const SearchNumberRangePropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { SelectPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface SelectPropsInterface extends SelectPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SELECT>;
6
+ value: string[];
7
+ }
8
+ export declare const SelectPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { SelectMultiplePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+ import { SourceType } from '../../../enums/status';
4
+
5
+ export interface SelectMultiplePropsInterface extends SelectMultiplePropertyInterface, FormPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SELECT_MULTIPLE>;
7
+ value: any[];
8
+ width?: number;
9
+ source?: SourceType;
10
+ }
11
+ export declare const SelectMultiplePropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { SelectRelationPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface SelectRelationPropsInterface extends SelectRelationPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SELECT_RELATION>;
6
+ value: string[];
7
+ }
8
+ export declare const SelectRelationPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { TextareaPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface TextareaPropsInterface extends TextareaPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TEXTAREA>;
6
+ value: string;
7
+ }
8
+ export declare const TextareaPropsDefaultValue: {};
@@ -0,0 +1,10 @@
1
+ import { TreePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface TreePropsInterface extends TreePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TREE>;
6
+ value: string | string[];
7
+ selectFilterVlaue?: string;
8
+ setLoading?: (loading: boolean) => void;
9
+ }
10
+ export declare const TreePropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { VueFormItemPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface VueFormItemPropsInterface extends VueFormItemPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.VUE_FORM_ITEM>;
6
+ rowRecord?: any;
7
+ }
8
+ export declare const VueFormItemPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { VuePagePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface VuePagePropsInterface extends VuePagePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.VUE_PAGE>;
6
+ rowRecord?: any;
7
+ }
8
+ export declare const VuePagePropsDefaultValue: {};
@@ -0,0 +1,7 @@
1
+ import { WPSPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface WpsPropsInterface extends WPSPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.WPS>;
6
+ }
7
+ export declare const WpsPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { ActionBarPropertyInterface, ControlRuntimeInstance, ControlsKeys, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface ActionBarPropsInterface extends ActionBarPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ACTION_BAR>;
6
+ subtableInstance?: ControlRuntimeInstance<ControlsKeys>;
7
+ isBindProcess?: boolean;
8
+ processView?: boolean;
9
+ onProcessView?: () => void;
10
+ }
11
+ export declare const ActionBarPropsDefaultValue: {};
@@ -0,0 +1,10 @@
1
+ import { CardGroupPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface CardGroupPropsInterface extends CardGroupPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.CARD_GROUP>;
6
+ isStatic?: boolean;
7
+ }
8
+ export declare const CardGroupPropsDefaultValue: {
9
+ isStatic: boolean;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { ColPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface ColPropsInterface extends ColPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.COL>;
6
+ gutter?: number;
7
+ }
8
+ export declare const ColPropsDefaultValue: {
9
+ gutter: number;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { GridPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface GridPropsInterface extends GridPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.GRID>;
6
+ isStatic?: boolean;
7
+ }
8
+ export declare const GridPropsDefaultValue: {
9
+ isStatic: boolean;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { GridLayoutContainerPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface GridLayoutContainerPropsInterface extends GridLayoutContainerPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.GRID_LAYOUT_CONTAINER>;
6
+ isStatic?: boolean;
7
+ }
8
+ export declare const GridLayoutContainerPropsDefaultValue: {
9
+ isStatic: boolean;
10
+ };
@@ -0,0 +1,10 @@
1
+ import { GridLayoutWrapPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface GridLayoutWrapPropsInterface extends GridLayoutWrapPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.GRID_LAYOUT_WRAP>;
6
+ isStatic?: boolean;
7
+ }
8
+ export declare const GridLayoutWrapPropsDefaultValue: {
9
+ isStatic: boolean;
10
+ };
@@ -0,0 +1,11 @@
1
+ import { GridRowPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface GridRowPropsInterface extends GridRowPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.GRID_ROW>;
6
+ state?: string;
7
+ isStatic?: boolean;
8
+ }
9
+ export declare const GridRowPropsDefaultValue: {
10
+ isStatic: boolean;
11
+ };
@@ -0,0 +1,10 @@
1
+ import { RowPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface RowPropsInterface extends RowPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ROW>;
6
+ isStatic?: boolean;
7
+ }
8
+ export declare const RowPropsDefaultValue: {
9
+ isStatic: boolean;
10
+ };
@@ -0,0 +1,13 @@
1
+ import { SimpleSearchPropertyInterface, ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface SimpleSearchPropsInterface extends SimpleSearchPropertyInterface, LayoutPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SIMPLE_SEARCH>;
7
+ showType?: string;
8
+ tableId?: string;
9
+ clearSelectedRows?: boolean;
10
+ isHaveToolbar?: boolean;
11
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.SIMPLE_SEARCH>>;
12
+ }
13
+ export declare const SimpleSearchPropsDefaultValue: {};
@@ -0,0 +1,7 @@
1
+ import { StepPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface StepPropsInterface extends StepPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.STEP>;
6
+ }
7
+ export declare const StepPropsDefaultValue: {};
@@ -0,0 +1,7 @@
1
+ import { StepPanePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface StepPanePropsInterface extends StepPanePropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.STEP_PANE>;
6
+ }
7
+ export declare const StepPanePropsDefaultValue: {};
@@ -0,0 +1,7 @@
1
+ import { TabPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { LayoutPropsInterface } from '../defaultProps';
3
+
4
+ export interface TabPropsInterface extends TabPropertyInterface, LayoutPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TAB>;
6
+ }
7
+ export declare const TabPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { ControlRuntimeInstance, SubTablePropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ListPropsInterface } from '../defaultProps';
3
+
4
+ export interface SubtablePropsInterface extends SubTablePropertyInterface<'Schema'>, ListPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SUBTABLE>;
6
+ value: any[];
7
+ state?: string;
8
+ }
9
+ export declare const SubtablePropsDefaultValue: {
10
+ value: () => never[];
11
+ };
@@ -0,0 +1,63 @@
1
+ import { PropType } from 'vue';
2
+ import { Engine, EngineProps } from '@byteluck-fe/model-driven-engine';
3
+ import { LocaleEnum } from '@byteluck-fe/locale-message';
4
+
5
+ export declare const renderEngine: {
6
+ state: {
7
+ type: PropType<{
8
+ data: {
9
+ content: any;
10
+ name: string;
11
+ app_id: string;
12
+ form_key: string;
13
+ form_type: number;
14
+ rel_custom_pages: any;
15
+ };
16
+ }>;
17
+ required: boolean;
18
+ };
19
+ pageStatus: {
20
+ type: NumberConstructor;
21
+ required: boolean;
22
+ };
23
+ descript: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ device: {
28
+ type: StringConstructor;
29
+ required: boolean;
30
+ };
31
+ isServiceSubtablePage: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ engineOptionsBuilder: {
36
+ type: PropType<(options: EngineProps) => EngineProps | undefined>;
37
+ default: undefined;
38
+ };
39
+ relationValue: {
40
+ type: PropType<RelationValue>;
41
+ default: undefined;
42
+ };
43
+ isWatchTitle: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ locale: {
48
+ type: PropType<LocaleEnum>;
49
+ default: undefined;
50
+ };
51
+ showDataViewOperationBtn: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ parentEngine: {
56
+ type: PropType<Engine>;
57
+ default: undefined;
58
+ };
59
+ isBindProcess: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ };
@@ -6,20 +6,20 @@ export declare const AdressTypeName: () => Readonly<{
6
6
  district: string;
7
7
  }>;
8
8
  export declare const SubAdressType: Readonly<{
9
- country: string;
10
- province: string;
11
- city: string;
12
- district: string;
9
+ country: "province";
10
+ province: "city";
11
+ city: "district";
12
+ district: "";
13
13
  }>;
14
14
  export declare const AdressLevel: Readonly<{
15
- first: string;
16
- second: string;
17
- third: string;
18
- fourth: string;
15
+ first: "country";
16
+ second: "province";
17
+ third: "city";
18
+ fourth: "district";
19
19
  }>;
20
20
  export declare const AdressCodes: Readonly<{
21
- China: string;
22
- HongKong: string;
23
- Taiwan: string;
24
- Macao: string;
21
+ China: "MDCT00000040";
22
+ HongKong: "MDCT00000079";
23
+ Taiwan: "MDCT00000193";
24
+ Macao: "MDCT00000125";
25
25
  }>;
@@ -1,7 +1,7 @@
1
1
  export declare const CUSTOM_COLUMNS: string[];
2
2
  export declare enum AdjustTypes {
3
- NO = "no",
4
- Last = "last",
5
- AVG = "avg",
3
+ NO = "no",// 不需要调整
4
+ Last = "last",// 全部设置宽度,拉伸最后一列
5
+ AVG = "avg",// 平分其余列,撑开列表
6
6
  MIN = "min"
7
7
  }
@@ -0,0 +1,87 @@
1
+ import { PropType, Ref, DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
+ import { VueNode } from '../../../types/type';
3
+ import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
4
+
5
+ declare const EllipsisTooltip: DefineComponent<{
6
+ instance: {
7
+ type: PropType<ControlRuntimeInstance<"select" | "select-multiple">>;
8
+ default: () => void;
9
+ };
10
+ value: {
11
+ type: StringConstructor[];
12
+ required: false;
13
+ };
14
+ title: {
15
+ type: PropType<VueNode>;
16
+ default: string;
17
+ };
18
+ overlayClassName: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ color: {
23
+ type: StringConstructor;
24
+ default: undefined;
25
+ };
26
+ isShowDetail: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ formVisible: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ allowHTML: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }, {
39
+ visible: Ref<boolean>;
40
+ contentRef: Ref<ElRef<HTMLDivElement>>;
41
+ detailListStatus: Ref<boolean>;
42
+ handleChangeVisible: (value: boolean) => void;
43
+ isReadOnly: ComputedRef<boolean>;
44
+ handleShowDetail: () => void;
45
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
46
+ instance: {
47
+ type: PropType<ControlRuntimeInstance<"select" | "select-multiple">>;
48
+ default: () => void;
49
+ };
50
+ value: {
51
+ type: StringConstructor[];
52
+ required: false;
53
+ };
54
+ title: {
55
+ type: PropType<VueNode>;
56
+ default: string;
57
+ };
58
+ overlayClassName: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ color: {
63
+ type: StringConstructor;
64
+ default: undefined;
65
+ };
66
+ isShowDetail: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ formVisible: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ allowHTML: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ }>>, {
79
+ title: VueNode;
80
+ color: string;
81
+ instance: ControlRuntimeInstance<"select" | "select-multiple">;
82
+ overlayClassName: string;
83
+ formVisible: boolean;
84
+ isShowDetail: boolean;
85
+ allowHTML: boolean;
86
+ }, {}>;
87
+ export default EllipsisTooltip;
@@ -0,0 +1,3 @@
1
+ import { default as FormEngine } from './FormEngine';
2
+
3
+ export default FormEngine;
@@ -1,7 +1,7 @@
1
- import { Component, ComputedOptions, MethodOptions } from 'vue';
1
+ import { Component } from 'vue';
2
2
  import { ComponentType } from '../../types/table';
3
3
 
4
- declare const componentMap: Map<ComponentType, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>>;
4
+ declare const componentMap: Map<ComponentType, Component>;
5
5
  export declare function add(compName: ComponentType, component: Component): void;
6
6
  export declare function del(compName: ComponentType): void;
7
7
  export { componentMap };
@@ -1,10 +1,10 @@
1
1
  import { ComputedRef } from 'vue';
2
2
  import { BasicTableProps, TableActionType } from '../types/table';
3
3
 
4
- declare type Instance = TableActionType & {
4
+ type Instance = TableActionType & {
5
5
  getTableProps: ComputedRef<Recordable>;
6
6
  };
7
- declare type RetInstance = Omit<Instance, 'getTableProps'> & {
7
+ type RetInstance = Omit<Instance, 'getTableProps'> & {
8
8
  getTableProps: ComputedRef<BasicTableProps>;
9
9
  };
10
10
  export declare function createTableContext(instance: Instance): void;
@@ -4,8 +4,8 @@ import { SubTableColumn } from '@byteluck-fe/model-driven-core-all';
4
4
  import { PaginationProps } from '../../../../../types/PaginationProps';
5
5
 
6
6
  export declare type SortOrder = 'ascend' | 'descend';
7
- export declare type SizeType = 'default' | 'middle' | 'small';
8
- export declare type ComponentType = 'Input' | 'Select' | 'Checkbox' | 'Switch';
7
+ export type SizeType = 'default' | 'middle' | 'small';
8
+ export type ComponentType = 'Input' | 'Select' | 'Checkbox' | 'Switch';
9
9
  export interface BasicColumn extends ColumnProps {
10
10
  title?: string;
11
11
  children?: BasicColumn[];
@@ -3,7 +3,7 @@ export declare function useSortHooks(params: {
3
3
  [key: string]: any;
4
4
  }): {
5
5
  isSort: ComputedRef<any>;
6
- onSortRequested: (order: 'asc' | 'desc', merge?: boolean | undefined) => Promise<void>;
6
+ onSortRequested: (order: 'asc' | 'desc', merge?: boolean) => Promise<void>;
7
7
  upSort: Ref<string>;
8
8
  downSort: Ref<string>;
9
9
  fieldCode: ComputedRef<any>;
@@ -7,7 +7,7 @@ export declare function useWCModalComponentChangeValue(): {
7
7
  closeModal: (params: any) => void;
8
8
  onlyKey: ShallowRef<any>;
9
9
  };
10
- export declare type VirtuallyParams = {
10
+ export type VirtuallyParams = {
11
11
  ref: InstanceType<any>;
12
12
  instance: ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE | CONTROL_TYPE.EMPLOYEE2 | CONTROL_TYPE.DEPARTMENT | CONTROL_TYPE.DEPARTMENT2>;
13
13
  value: string | string[];
@@ -0,0 +1,3 @@
1
+ import { default as RokComment } from './rok-comment';
2
+
3
+ export { RokComment };
@@ -1,3 +1,4 @@
1
+ import { ComputedRef } from 'vue';
1
2
  import { CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
3
  import { PropsInstanceType } from '../../../constant';
3
4
 
@@ -11,7 +11,7 @@ export default function useAgGrid(props: ExtractPropTypes<typeof basicProps>, em
11
11
  showAgRowBorderWidth: ComputedRef<"0px" | "1px">;
12
12
  primaryKeyNew: string;
13
13
  gridInterface: any;
14
- showAgSelectedCellBorderColor: ComputedRef<"var(--bl-brand-c)" | "transparent">;
14
+ showAgSelectedCellBorderColor: ComputedRef<"transparent" | "var(--bl-brand-c)">;
15
15
  onGridReady: (args: GridReadyEvent) => void;
16
16
  getRowClass: (params: RowClassParams<any, any>) => string;
17
17
  getRowId: (node: GetRowIdParams) => any;
@@ -2,6 +2,6 @@ import { Ref } from 'vue';
2
2
  import { BasicPropsTypes } from '../props';
3
3
  import { Engine } from '@byteluck-fe/model-driven-engine';
4
4
 
5
- export declare const useBackgroundStyle: (props: BasicPropsTypes, primaryKey: string, agGridParentRef: any, context?: Ref<Engine> | undefined) => {
5
+ export declare const useBackgroundStyle: (props: BasicPropsTypes, primaryKey: string, agGridParentRef: any, context?: Ref<Engine>) => {
6
6
  initCreateBackground: (listData: any[]) => void;
7
7
  };
@@ -1,4 +1,4 @@
1
- import { ComputedRef, ShallowRef } from 'vue';
1
+ import { ComputedRef, Ref, ShallowRef } from 'vue';
2
2
  import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
3
3
  import { DragStoppedEvent, GridApi, ColDef, ColumnResizedEvent } from '@ag-grid-community/core';
4
4
 
@@ -12,15 +12,24 @@ export declare function useColumns(params: {
12
12
  isShowCustomColumns?: ComputedRef<boolean>;
13
13
  }): {
14
14
  columns: ShallowRef<ColDef<any, any>[]>;
15
+ detailCellRendererParams: Ref<any>;
15
16
  operationbtns: any;
16
17
  onColumnsMounted: () => void;
17
18
  onDragStopped: (params: DragStoppedEvent) => void;
18
- handleSortsColumns: (viewColumns: ColDef[], customConfig?: typing.ListHeaderConfigVo[] | undefined) => ColDef<any, any>[];
19
+ handleSortsColumns: (viewColumns: ColDef[], customConfig?: typing.ListHeaderConfigVo[]) => ColDef<any, any>[];
19
20
  isViewShowColumns: (item: ColDef) => any;
20
21
  onColumnResized: (event: ColumnResizedEvent) => void;
21
- onSetColumnVisible: (hideKeys: string[], type?: "reset" | "resetVisible" | undefined) => void;
22
+ onSetColumnVisible: (hideKeys: string[], type?: 'reset' | 'resetVisible') => void;
22
23
  viewConfigs: ComputedRef<ViewConfigType>;
23
24
  customColumns: ShallowRef<any>;
24
25
  fullColumns: any[];
25
- getColumns: (viewFieldCode?: string[] | undefined, type?: "reset" | undefined) => Promise<void>;
26
+ getColumns: (viewFieldCode?: string[], type?: 'reset', options?: {
27
+ headers: any[];
28
+ isDetail: boolean;
29
+ } | undefined) => Promise<void>;
30
+ groupDefaultExpanded: ComputedRef<0 | -1>;
31
+ autoGroupColumnDef: ComputedRef<any>;
32
+ isTreeData: ComputedRef<boolean | undefined>;
33
+ isShowTreeGroupStatisticsBtn: ComputedRef<boolean | undefined>;
34
+ isMasterDetail: ComputedRef<boolean>;
26
35
  };
@@ -1,6 +1,6 @@
1
1
  import { ComputedRef } from 'vue';
2
2
  export declare function useAgGridModel(emit?: EmitType): {
3
- fetchViewConfig: (query: Recordable<any>, gridTableId?: string | undefined) => Promise<typing.ViewConfigVo | undefined>;
3
+ fetchViewConfig: (query: Recordable<any>, gridTableId?: string) => Promise<typing.ViewConfigVo | undefined>;
4
4
  saveViewConfig: (viewParams: {
5
5
  viewConfig: typing.ViewConfigRequest;
6
6
  customHandler?: boolean;
@@ -27,5 +27,5 @@ export declare const useNonePage: (params: {
27
27
  totalPage: ComputedRef<number | undefined>;
28
28
  nonePageNext: () => void;
29
29
  gotoPage: () => void;
30
- getTableList: (ordersInfo?: IOrderType[] | undefined, paginationParam?: PaginationProps | undefined, isPost?: string | undefined, isPageChange?: boolean | undefined) => void;
30
+ getTableList: (ordersInfo?: IOrderType[], paginationParam?: PaginationProps, isPost?: string, isPageChange?: boolean) => void;
31
31
  };
@@ -1,7 +1,7 @@
1
1
  import { RowClassParams, CellClassParams } from '@ag-grid-community/core';
2
2
  import { BasicPropsTypes } from '../props';
3
3
 
4
- export declare const useViewStyle: (props?: BasicPropsTypes | undefined) => {
4
+ export declare const useViewStyle: (props?: BasicPropsTypes) => {
5
5
  getRowClass: (params: RowClassParams) => string;
6
6
  mergeCellClasslist: {
7
7
  'bl-grid-table-first-cell': (params: CellClassParams) => boolean | undefined;
@@ -21,5 +21,5 @@ export default function (params: {
21
21
  onOpenChange: (visible: boolean) => void;
22
22
  formItemRef: Ref<any>;
23
23
  handleDateUpdate: (val: any) => void;
24
- pageStatus: ComputedRef< PAGE_STATUS | undefined>;
24
+ pageStatus: ComputedRef<PAGE_STATUS>;
25
25
  };