@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
@@ -13,21 +13,21 @@ export interface RendererInternals<HostNode = RendererNode, HostElement = Render
13
13
  n: NextFn;
14
14
  o: RendererOptions<HostNode, HostElement>;
15
15
  }
16
- declare type PatchFn = (n1: VNode | null, // null means this is a mount
16
+ type PatchFn = (n1: VNode | null, // null means this is a mount
17
17
  n2: VNode, container: RendererElement, anchor?: RendererNode | null, parentComponent?: ComponentInternalInstance | null, parentSuspense?: SuspenseBoundary | null, isSVG?: boolean, slotScopeIds?: string[] | null, optimized?: boolean) => void;
18
- declare type UnmountFn = (vnode: VNode, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, doRemove?: boolean, optimized?: boolean) => void;
19
- declare type RemoveFn = (vnode: VNode) => void;
20
- declare type MoveFn = (vnode: VNode, container: RendererElement, anchor: RendererNode | null, type: MoveType, parentSuspense?: SuspenseBoundary | null) => void;
18
+ type UnmountFn = (vnode: VNode, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, doRemove?: boolean, optimized?: boolean) => void;
19
+ type RemoveFn = (vnode: VNode) => void;
20
+ type MoveFn = (vnode: VNode, container: RendererElement, anchor: RendererNode | null, type: MoveType, parentSuspense?: SuspenseBoundary | null) => void;
21
21
  export declare const enum MoveType {
22
22
  ENTER = 0,
23
23
  LEAVE = 1,
24
24
  REORDER = 2
25
25
  }
26
- export declare type MountComponentFn = (initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
27
- declare type MountChildrenFn = (children: VNodeArrayChildren, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean, start?: number) => void;
28
- declare type PatchChildrenFn = (n1: VNode | null, n2: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean) => void;
29
- declare type PatchBlockChildrenFn = (oldChildren: VNode[], newChildren: VNode[], fallbackContainer: RendererElement, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null) => void;
30
- declare type NextFn = (vnode: VNode) => RendererNode | null;
26
+ export type MountComponentFn = (initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
27
+ type MountChildrenFn = (children: VNodeArrayChildren, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean, start?: number) => void;
28
+ type PatchChildrenFn = (n1: VNode | null, n2: VNode, container: RendererElement, anchor: RendererNode | null, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null, optimized: boolean) => void;
29
+ type PatchBlockChildrenFn = (oldChildren: VNode[], newChildren: VNode[], fallbackContainer: RendererElement, parentComponent: ComponentInternalInstance | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, slotScopeIds: string[] | null) => void;
30
+ type NextFn = (vnode: VNode) => RendererNode | null;
31
31
  export declare const queuePostRenderEffect: typeof queuePostFlushCb | typeof queueEffectWithSuspense;
32
- export declare type SetupRenderEffectFn = (instance: ComponentInternalInstance, initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
32
+ export type SetupRenderEffectFn = (instance: ComponentInternalInstance, initialVNode: VNode, container: RendererElement, anchor: RendererNode | null, parentSuspense: SuspenseBoundary | null, isSVG: boolean, optimized: boolean) => void;
33
33
  export {};
@@ -1,7 +1,7 @@
1
1
  import { ComponentInternalInstance, VNode } from 'vue';
2
2
 
3
- declare type VNodeMountHook = (vnode: VNode) => void;
4
- declare type VNodeUpdateHook = (vnode: VNode, oldVNode: VNode) => void;
5
- export declare type VNodeHook = VNodeMountHook | VNodeUpdateHook | VNodeMountHook[] | VNodeUpdateHook[];
3
+ type VNodeMountHook = (vnode: VNode) => void;
4
+ type VNodeUpdateHook = (vnode: VNode, oldVNode: VNode) => void;
5
+ export type VNodeHook = VNodeMountHook | VNodeUpdateHook | VNodeMountHook[] | VNodeUpdateHook[];
6
6
  export declare function invokeVNodeHook(hook: VNodeHook, instance: ComponentInternalInstance | null, vnode: VNode, prevVNode?: VNode | null): void;
7
7
  export {};
@@ -2,7 +2,7 @@ import { VNode, VNodeProps, RendererElement, RendererNode } from 'vue';
2
2
  import { RendererInternals } from './core/renderer';
3
3
  import { ComponentRenderContext } from './core/componentPublicInstance';
4
4
 
5
- declare type MatchPattern = string | RegExp | Array<string | RegExp>;
5
+ type MatchPattern = string | RegExp | Array<string | RegExp>;
6
6
  export interface MeKeepAliveProps {
7
7
  include?: MatchPattern;
8
8
  exclude?: MatchPattern;
@@ -82,7 +82,7 @@ export interface UpdateLogEventOther extends UpdateLogEventBase<string> {
82
82
  /**
83
83
  * 操作事件
84
84
  * */
85
- export declare type UpdateLogEvent = UpdateLogEventPeople | UpdateLogEventDepartment | UpdateLogEventAddress | UpdateLogEventTimeStamp | UpdateLogEventOther;
85
+ export type UpdateLogEvent = UpdateLogEventPeople | UpdateLogEventDepartment | UpdateLogEventAddress | UpdateLogEventTimeStamp | UpdateLogEventOther;
86
86
  export interface UpdateLogItem {
87
87
  /**
88
88
  * 操作人
@@ -109,7 +109,7 @@ export interface UpdateLogItem {
109
109
  * */
110
110
  event: UpdateLogEvent[];
111
111
  }
112
- export declare type UpdateLogList = UpdateLogItem[];
112
+ export type UpdateLogList = UpdateLogItem[];
113
113
  export declare const getDay: (value: string) => string;
114
114
  export declare const getTime: (value: string) => string;
115
115
  export declare const timestampFormat: (stamp: number) => string;
@@ -0,0 +1,14 @@
1
+ import { ButtonPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface ButtonPropsInterface extends ButtonPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.BUTTON>;
6
+ disabled?: boolean;
7
+ onClick?: (e: any) => void;
8
+ preventEngineEvent?: boolean;
9
+ loading?: boolean;
10
+ noClickEvent?: boolean;
11
+ }
12
+ export declare const ButtonPropsDefaultValue: {
13
+ name: string;
14
+ };
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, DashboardPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface DashboardPropsInterface extends DashboardPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DASHBOARD>;
6
+ }
7
+ export declare const DashboardPropsDefaultValue: {
8
+ name: string;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, DividerPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface DividerPropsInterface extends DividerPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DIVIDER>;
6
+ }
7
+ export declare const DividerPropsDefaultValue: {
8
+ name: string;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, FormSelectButtonPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface FormSelectButtonPropsInterface extends FormSelectButtonPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.FORM_SELECT_BUTTON>;
6
+ }
7
+ export declare const FormSelectButtonPropsDefaultValue: {
8
+ name: string;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, InvoiceCheckButtonPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface InvoiceCheckButtonPropsInterface extends InvoiceCheckButtonPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.INVOICE_CHECK_BUTTON>;
6
+ disabled?: boolean;
7
+ svcCode?: string;
8
+ }
9
+ export declare const InvoiceCheckButtonPropsDefaultValue: {};
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, LinkPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface LinkPropsInterface extends LinkPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.LINK>;
6
+ }
7
+ export declare const LinkPropsDefaultValue: {
8
+ name: string;
9
+ };
@@ -0,0 +1,9 @@
1
+ import { ControlRuntimeInstance, ListSelectButtonPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface ListSelectButtonPropsInterface extends ListSelectButtonPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.LIST_SELECT_BUTTON>;
6
+ }
7
+ export declare const ListSelectButtonPropsDefaultValue: {
8
+ name: string;
9
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ListViewSelectPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface ListViewSelectPropsInterface extends ListViewSelectPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.LIST_VIEW_SELECT>;
6
+ isHaveShadow?: boolean;
7
+ targetRef?: HTMLElement;
8
+ clearSelectedRows?: boolean;
9
+ tableId?: string;
10
+ device?: string;
11
+ }
12
+ export declare const ListViewSelectPropsDefaultValue: {};
@@ -0,0 +1,10 @@
1
+ import { ControlRuntimeInstance, ReferenceListPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface ReferenceListPropsInterface extends ReferenceListPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.REFERENCE_LIST>;
6
+ value?: string[];
7
+ }
8
+ export declare const ReferenceListPropsDefaultValue: {
9
+ name: string;
10
+ };
@@ -0,0 +1,7 @@
1
+ import { ControlRuntimeInstance, TextPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface TextPropsInterface extends TextPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TEXT>;
6
+ }
7
+ export declare const TextPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { ControlRuntimeInstance, TextOcrButtonPropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface TextOcrButtonPropsInterface extends TextOcrButtonPropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TEXT_OCR_BUTTON>;
6
+ disabled?: boolean;
7
+ }
8
+ export declare const TextOcrButtonPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { ControlRuntimeInstance, TitlePropertyInterface, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { BasePropsInterface } from '../defaultProps';
3
+
4
+ export interface TitlePropsInterface extends TitlePropertyInterface, BasePropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TITLE>;
6
+ value: object;
7
+ }
8
+ export declare const TitlePropsDefaultValue: {};
@@ -0,0 +1,12 @@
1
+ import { ControlPropertyInstance, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface ApprovalStatusColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.Approval_Status_Column>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.Approval_Status_Column>>;
8
+ }
9
+ export declare const ApprovalStatusColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface ArrayColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ARRAY_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.ARRAY_COLUMN>>;
8
+ }
9
+ export declare const ArrayColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,10 @@
1
+ import { ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+
4
+ export interface AutoNumberColumnPropsInterface extends ColumnPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.AUTO_NUMBER_COLUMN>;
6
+ }
7
+ export declare const AutoNumberColumnPropsDefaultValue: {
8
+ rowRecord: () => void;
9
+ value: () => never[];
10
+ };
@@ -0,0 +1,11 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface CustomColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.CUSTOM_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.CUSTOM_COLUMN>>;
8
+ }
9
+ export declare const CustomColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ };
@@ -0,0 +1,11 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface DecimalColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DECIMAL_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.DECIMAL_COLUMN>>;
8
+ }
9
+ export declare const DecimalColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface DepartmentColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.DEPARTMENT_COLUMN>>;
8
+ }
9
+ export declare const DepartmentColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface EmployeeColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.EMPLOYEE_COLUMN>>;
8
+ }
9
+ export declare const EmployeeColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface FileColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.FILE_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.FILE_COLUMN>>;
8
+ }
9
+ export declare const FileColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface ImageColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.IMAGE_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.IMAGE_COLUMN>>;
8
+ }
9
+ export declare const ImageColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,10 @@
1
+ import { ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+
4
+ export interface LocationColumnPropsInterface extends ColumnPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.LOCATION_COLUMN>;
6
+ }
7
+ export declare const LocationColumnPropsDefaultValue: {
8
+ rowRecord: () => void;
9
+ value: () => never[];
10
+ };
@@ -0,0 +1,12 @@
1
+ import { ControlRuntimeInstance, ControlPropertyInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+ import { ShallowRef } from 'vue';
4
+
5
+ export interface PeopleColumnPropsInterface extends ColumnPropsInterface {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.PEOPLE_COLUMN>;
7
+ instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.PEOPLE_COLUMN>>;
8
+ }
9
+ export declare const PeopleColumnPropsDefaultValue: {
10
+ rowRecord: () => void;
11
+ value: () => never[];
12
+ };
@@ -0,0 +1,10 @@
1
+ import { ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { ColumnPropsInterface } from '../defaultProps';
3
+
4
+ export interface TimestampColumnPropsInterface extends ColumnPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.TIMESTAMP_COLUMN>;
6
+ }
7
+ export declare const TimestampColumnPropsDefaultValue: {
8
+ rowRecord: () => void;
9
+ value: () => never[];
10
+ };
@@ -0,0 +1,24 @@
1
+ import { ControlRuntimeInstance, ControlsKeys } from '@byteluck-fe/model-driven-core-all';
2
+
3
+ export interface DefaultPropsInterface<T extends ControlsKeys = ControlsKeys> {
4
+ instance: ControlRuntimeInstance<T>;
5
+ keepFormItem?: boolean;
6
+ rowIndex?: number;
7
+ name?: string;
8
+ isStatic?: boolean;
9
+ }
10
+ export interface LayoutPropsInterface extends DefaultPropsInterface {
11
+ }
12
+ export interface FormPropsInterface extends DefaultPropsInterface {
13
+ value: any;
14
+ }
15
+ export interface BasePropsInterface extends DefaultPropsInterface {
16
+ }
17
+ export interface ListPropsInterface extends DefaultPropsInterface {
18
+ }
19
+ export interface ColumnPropsInterface extends DefaultPropsInterface {
20
+ value: any;
21
+ rowRecord?: any;
22
+ width?: number;
23
+ instanceProps?: any;
24
+ }
@@ -0,0 +1,8 @@
1
+ import { AddressPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface AddressPropsInterface extends AddressPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ADDRESS>;
6
+ value: string[] | object[];
7
+ }
8
+ export declare const AddressPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { AmountPropertyInterface, AmountValue, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface AmountPropsInterface extends AmountPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.AMOUNT>;
6
+ value: AmountValue;
7
+ }
8
+ export declare const AmountPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { AttachmentPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface AttachmentPropsInterface extends AttachmentPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ATTACHMENT>;
6
+ value: any[];
7
+ }
8
+ export declare const AttachmentPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { AutoNumberPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface AutoNumberPropsInterface extends AutoNumberPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.AUTO_NUMBER>;
6
+ value: string;
7
+ from: string;
8
+ }
9
+ export declare const AutoNumberPropsDefaultValue: {
10
+ from: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ import { CalcPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE, CalcValue } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface CalcPropsInterface extends CalcPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.CALC>;
6
+ value: CalcValue;
7
+ }
8
+ export declare const CalcPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { CheckboxPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface CheckboxPropsInterface extends CheckboxPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.CHECKBOX>;
6
+ value: string[];
7
+ }
8
+ export declare const CheckboxPropsDefaultValue: {};
@@ -0,0 +1,12 @@
1
+ import { DataViewPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface DataViewPropsInterface extends DataViewPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DATA_VIEW>;
6
+ isSubmitButtonDisabled: boolean;
7
+ isBindProcess: boolean;
8
+ isStatic?: boolean;
9
+ }
10
+ export declare const DataViewPropsDefaultValue: {
11
+ isStatic: boolean;
12
+ };
@@ -0,0 +1,8 @@
1
+ import { DatePickerPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface DatePickerPropsInterface extends DatePickerPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DATE_PICKER>;
6
+ value: string;
7
+ }
8
+ export declare const DatePickerPropsDefaultValue: {};
@@ -0,0 +1,8 @@
1
+ import { DateRangePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE, RangeDateValue } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface DateRangePropsInterface extends DateRangePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DATE_RANGE>;
6
+ value: RangeDateValue;
7
+ }
8
+ export declare const DateRangePropsDefaultValue: {};
@@ -0,0 +1,12 @@
1
+ import { DepartmentPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface DepartmentPropsInterface extends DepartmentPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT>;
6
+ value: string[] | object[];
7
+ options?: any[];
8
+ from?: string;
9
+ width?: number;
10
+ hasBorder?: boolean;
11
+ }
12
+ export declare const DepartmentPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { Department2PropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface Department2PropsInterface extends Department2PropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT2>;
6
+ options?: any[];
7
+ from?: string;
8
+ width?: number;
9
+ hasBorder?: boolean;
10
+ }
11
+ export declare const Department2PropsDefaultValue: {};
@@ -0,0 +1,7 @@
1
+ import { ElectronicSignaturePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface ElectronicSignaturePropsInterface extends ElectronicSignaturePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ELECTRONIC_SIGNATURE>;
6
+ }
7
+ export declare const ElectronicSignaturePropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { EmployeePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface EmployeePropsInterface extends EmployeePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE>;
6
+ from?: string;
7
+ hasBorder?: boolean;
8
+ }
9
+ export declare const EmployeePropsDefaultValue: {
10
+ hasBorder: boolean;
11
+ };
@@ -0,0 +1,12 @@
1
+ import { Employee2PropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface Employee2PropsInterface extends Employee2PropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE2>;
6
+ from?: string;
7
+ orgType?: string;
8
+ hasBorder?: boolean;
9
+ }
10
+ export declare const Employee2PropsDefaultValue: {
11
+ showType: string;
12
+ };
@@ -0,0 +1,7 @@
1
+ import { ImagePropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface ImagePropsInterface extends ImagePropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.IMAGE>;
6
+ }
7
+ export declare const ImagePropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { InputPropertyInterface, CONTROL_TYPE, ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface InputPropsInterface extends InputPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.INPUT>;
6
+ rules?: any[];
7
+ showType?: string;
8
+ }
9
+ export declare const InputPropsDefaultValue: {
10
+ showType: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ import { NumberPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface NumberPropsInterface extends NumberPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.NUMBER>;
6
+ value: number | '';
7
+ }
8
+ export declare const NumberPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { OrganizationSelectionPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface OrganizationSelectionPropsInterface extends OrganizationSelectionPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.ORGANIZATION_SELECTION>;
6
+ options?: any[];
7
+ width?: number;
8
+ }
9
+ export declare const OrganizationSelectionPropsDefaultValue: {
10
+ showType: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ import { RadioPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface RadioPropsInterface extends RadioPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.RADIO>;
6
+ value: string[];
7
+ }
8
+ export declare const RadioPropsDefaultValue: {};
@@ -0,0 +1,11 @@
1
+ import { RichTextPropertyInterface, ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
+ import { FormPropsInterface } from '../defaultProps';
3
+
4
+ export interface RichTextPropsInterface extends RichTextPropertyInterface, FormPropsInterface {
5
+ instance: ControlRuntimeInstance<CONTROL_TYPE.RICH_TEXT>;
6
+ value: string;
7
+ editing?: boolean;
8
+ }
9
+ export declare const RichTextPropsDefaultValue: {
10
+ editing: boolean;
11
+ };