@byteluck-fe/runtime-engine 2.0.3 → 2.0.6
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.
- package/dist/packages/runtime-engine/src/runtimeEngine.d.ts +4 -2
- package/dist/runtime-engine.js +5729 -5351
- package/dist/src/components/meKeepAlive/core/renderer.d.ts +10 -10
- package/dist/src/components/meKeepAlive/core/vnode.d.ts +3 -3
- package/dist/src/components/meKeepAlive/index.d.ts +1 -1
- package/dist/src/components/update-log/utils.d.ts +2 -2
- package/dist/src/constant/page/address.d.ts +12 -12
- package/dist/src/constant/page/table/column.d.ts +3 -3
- package/dist/src/entry_desktop/controls/components/base-table/components/editable/componentMap.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useTableContext.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/base-table/types/table.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +1 -1
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useBackgroundStyle.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useModel.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useNonePage.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-subtable/hooks/useGetTemplateList.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-subtable/hooks/useSubtableSelectionState.d.ts +1 -1
- package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/table/types/table.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +3 -40
- package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +5 -5
- package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +3 -148
- package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +3 -149
- package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +3 -19
- package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +3 -21
- package/dist/src/entry_mobile/controls/rok-employee/src/constant/index.d.ts +4 -4
- package/dist/src/entry_mobile/controls/rok-employee2/src/constant/index.d.ts +4 -4
- package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +3 -20
- package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +3 -146
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +1 -1
- package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +1 -1
- package/dist/src/hooks/atomic/useEventListener.d.ts +1 -1
- package/dist/src/hooks/components/useLayoutChildren.d.ts +2 -2
- package/dist/src/hooks/controls/ElectronicSignature/useElectronicSignature.d.ts +1 -1
- package/dist/src/hooks/controls/form/interface.d.ts +2 -2
- package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +1 -1
- package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +1 -1
- package/dist/src/hooks/controls/listView/useModel.d.ts +3 -3
- package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
- package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +1 -1
- package/dist/src/hooks/form/useBatchPrint.d.ts +1 -1
- package/dist/src/hooks/form/useChangeLog.d.ts +2 -2
- package/dist/src/hooks/form/useFormEvents.d.ts +4 -4
- package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +1 -1
- package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +1 -1
- package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +1 -1
- package/dist/src/plugins/engine/DataViewPlugin.d.ts +1 -1
- package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +1 -1
- package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +11 -11
- package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +1 -1
- package/dist/src/plugins/utils/ActionHandle/ActionHandler.d.ts +1 -1
- package/dist/src/plugins/utils/ActionHandle/ExecuteAction.d.ts +1 -1
- package/dist/src/store/index.d.ts +1 -1
- package/dist/src/types/PageContext.d.ts +1 -1
- package/dist/src/types/approval-submit.d.ts +1 -1
- package/dist/src/types/type.d.ts +9 -12
- package/dist/src/utils/controls/attachmentUtils.d.ts +1 -1
- package/dist/src/utils/controls/formCopy.d.ts +1 -1
- package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
- package/dist/src/utils/controls/imageUtils.d.ts +1 -1
- package/dist/src/utils/controls/scrollIntoDomView.d.ts +1 -1
- package/dist/src/utils/core/crossMessageProcessor.d.ts +1 -1
- package/dist/src/utils/core/math.d.ts +1 -1
- package/dist/src/utils/model/operateCache.d.ts +2 -2
- package/dist/src/utils/tools/asyncInterval.d.ts +1 -1
- package/dist/src/utils/tools/globalModules.d.ts +2 -1
- package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +0 -77
- package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useRender.d.ts +0 -3
- package/dist/src/hooks/components/useList.d.ts +0 -9
- package/dist/src/hooks/controls/tab/useTab.d.ts +0 -14
- package/dist/src/hooks/controls/useDateRange.d.ts +0 -137
- package/dist/src/hooks/form/useBaseForm.d.ts +0 -25
- package/dist/src/utils/controls/subtableDealTableColumn.d.ts +0 -48
- 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:
|
|
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, };
|