@byteluck-fe/runtime-engine 2.0.4 → 2.0.7

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 (84) hide show
  1. package/dist/packages/runtime-engine/src/runtimeEngine.d.ts +4 -2
  2. package/dist/runtime-engine.js +5669 -5283
  3. package/dist/src/components/meKeepAlive/core/renderer.d.ts +10 -10
  4. package/dist/src/components/meKeepAlive/core/vnode.d.ts +3 -3
  5. package/dist/src/components/meKeepAlive/index.d.ts +1 -1
  6. package/dist/src/components/update-log/utils.d.ts +2 -2
  7. package/dist/src/constant/page/address.d.ts +12 -12
  8. package/dist/src/constant/page/table/column.d.ts +3 -3
  9. package/dist/src/entry_desktop/controls/components/base-table/components/editable/componentMap.d.ts +2 -2
  10. package/dist/src/entry_desktop/controls/components/base-table/hooks/useTableContext.d.ts +2 -2
  11. package/dist/src/entry_desktop/controls/components/base-table/types/table.d.ts +2 -2
  12. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +1 -1
  13. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +1 -1
  14. package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +1 -1
  15. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useBackgroundStyle.d.ts +1 -1
  16. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +3 -3
  17. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useModel.d.ts +1 -1
  18. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useNonePage.d.ts +1 -1
  19. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +1 -1
  20. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +1 -1
  21. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useGetTemplateList.d.ts +1 -1
  22. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useSubtableSelectionState.d.ts +1 -1
  23. package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +2 -2
  24. package/dist/src/entry_mobile/controls/components/table/types/table.d.ts +1 -1
  25. package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +3 -40
  26. package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +5 -5
  27. package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +3 -148
  28. package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +3 -149
  29. package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +3 -19
  30. package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +3 -21
  31. package/dist/src/entry_mobile/controls/rok-employee/src/constant/index.d.ts +4 -4
  32. package/dist/src/entry_mobile/controls/rok-employee2/src/constant/index.d.ts +4 -4
  33. package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +3 -3
  34. package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +3 -20
  35. package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +3 -146
  36. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +1 -1
  37. package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +1 -1
  38. package/dist/src/hooks/atomic/useEventListener.d.ts +1 -1
  39. package/dist/src/hooks/components/useLayoutChildren.d.ts +2 -2
  40. package/dist/src/hooks/controls/ElectronicSignature/useElectronicSignature.d.ts +1 -1
  41. package/dist/src/hooks/controls/form/interface.d.ts +2 -2
  42. package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +1 -1
  43. package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +1 -1
  44. package/dist/src/hooks/controls/listView/useModel.d.ts +3 -3
  45. package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
  46. package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +1 -1
  47. package/dist/src/hooks/form/useBatchPrint.d.ts +1 -1
  48. package/dist/src/hooks/form/useChangeLog.d.ts +2 -2
  49. package/dist/src/hooks/form/useFormEvents.d.ts +4 -4
  50. package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +1 -1
  51. package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +1 -1
  52. package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +1 -1
  53. package/dist/src/plugins/engine/DataViewPlugin.d.ts +1 -1
  54. package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +1 -1
  55. package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +11 -11
  56. package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +1 -1
  57. package/dist/src/plugins/engine/NoPlugin.d.ts +7 -0
  58. package/dist/src/plugins/engine/index.d.ts +1 -0
  59. package/dist/src/plugins/utils/ActionHandle/ActionHandler.d.ts +1 -1
  60. package/dist/src/plugins/utils/ActionHandle/ExecuteAction.d.ts +1 -1
  61. package/dist/src/store/index.d.ts +1 -1
  62. package/dist/src/types/PageContext.d.ts +1 -1
  63. package/dist/src/types/approval-submit.d.ts +1 -1
  64. package/dist/src/types/type.d.ts +8 -8
  65. package/dist/src/utils/controls/attachmentUtils.d.ts +1 -1
  66. package/dist/src/utils/controls/formCopy.d.ts +1 -1
  67. package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
  68. package/dist/src/utils/controls/imageUtils.d.ts +1 -1
  69. package/dist/src/utils/controls/scrollIntoDomView.d.ts +1 -1
  70. package/dist/src/utils/core/crossMessageProcessor.d.ts +1 -1
  71. package/dist/src/utils/core/math.d.ts +1 -1
  72. package/dist/src/utils/model/operateCache.d.ts +2 -2
  73. package/dist/src/utils/tools/asyncInterval.d.ts +1 -1
  74. package/dist/src/utils/tools/globalModules.d.ts +2 -1
  75. package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
  76. package/package.json +1 -1
  77. package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +0 -77
  78. package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useRender.d.ts +0 -3
  79. package/dist/src/hooks/components/useList.d.ts +0 -9
  80. package/dist/src/hooks/controls/tab/useTab.d.ts +0 -14
  81. package/dist/src/hooks/controls/useDateRange.d.ts +0 -137
  82. package/dist/src/hooks/form/useBaseForm.d.ts +0 -25
  83. package/dist/src/utils/controls/subtableDealTableColumn.d.ts +0 -48
  84. package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +0 -13
@@ -2,6 +2,8 @@ import { Engine } from '@byteluck-fe/model-driven-engine';
2
2
  import { ActionUtilsPlugin, ApprovalPlugin, CustomVueControlPlugin, StatisticsPlugin, DataFilterPlugin, DatasourceSearchPlugin, DataViewPlugin, DisplayPlugin, FormRelationFieldPlugin, JurisdictionPlugin, MultistageFillingPlugin, ReferenceAndCalcFieldPlugin, TitlePlugin, SubtableChangePlugin, DataSourceManagePlugin, ExpressionPlugin, TitleSettingPlugin, EventListenerPlugin, FormStateChangePlugin, WorkerDataStorePlugin, CalcPlugin, ListCheckStatePlugin, GlobalLockPlugin, PageRulePlugin } from '../../../src/plugins/engine';
3
3
  import { Store } from 'vuex';
4
4
  import { RouteLocationNormalizedLoaded, Router } from 'vue-router';
5
+ import { useListMaster } from '../../../src/hooks';
6
+ import { setFormDataNew } from '../../../src/utils';
5
7
  import { PropsInstanceType } from '../../../src/constant';
6
8
  import { ComputedRef, Ref } from 'vue';
7
9
 
@@ -45,7 +47,7 @@ declare const useRenderEngine: ({ props, emit, route, router, store, }: {
45
47
  GlobalLockPlugin: typeof GlobalLockPlugin;
46
48
  PageRulePlugin: typeof PageRulePlugin;
47
49
  };
48
- declare function initContext(props: any, printUrlList?: any, inject?: any, customViteVue?: any): Engine;
50
+ declare function initContext(props: PropsInstanceType<'render-engine'>, printUrlList?: any, inject?: any, customViteVue?: any): Engine;
49
51
  declare function checkToGetFormPageTitleInListPage(engine: Engine): void;
50
52
  declare function checkToAddFormKey(formKey: string, needGetTitleFormKeyObj: any): void;
51
- export { initContext, checkToGetFormPageTitleInListPage, checkToAddFormKey, useRenderEngine, };
53
+ export { initContext, checkToGetFormPageTitleInListPage, checkToAddFormKey, useListMaster, setFormDataNew, useRenderEngine, };