@byteluck-fe/runtime-engine 7.0.0-beta.22 → 7.0.0-beta.24

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 (135) hide show
  1. package/dist/packages/runtime-engine/src/runtimeEngine.d.ts +2 -2
  2. package/dist/runtime-engine.js +11395 -10977
  3. package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +10 -10
  4. package/dist/src/entry_desktop/components/configProviderMerged.d.ts +5 -5
  5. package/dist/src/entry_desktop/controls/components/base-table/hooks/useDataSource.d.ts +1 -1
  6. package/dist/src/entry_desktop/controls/components/input-number/hook.d.ts +2 -2
  7. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/EmployeeDepartmentModalInitLogic.d.ts +4 -4
  8. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +2 -2
  9. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useAgGrid.d.ts +12 -12
  10. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +2 -2
  11. package/dist/src/entry_desktop/controls/components/subtable-ag-grid/keyDownEvent.d.ts +1 -1
  12. package/dist/src/entry_desktop/controls/rok-department/hook.d.ts +1 -1
  13. package/dist/src/entry_desktop/controls/rok-department2/hook.d.ts +1 -1
  14. package/dist/src/entry_desktop/controls/rok-grid-table/components/models/export.d.ts +7 -7
  15. package/dist/src/entry_desktop/controls/rok-grid-table/components/models/import.d.ts +7 -7
  16. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useAgGrid.d.ts +4 -4
  17. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +4 -4
  18. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useMouseEvent.d.ts +1 -1
  19. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useNonePage.d.ts +1 -1
  20. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOperate.d.ts +1 -1
  21. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOrganization.d.ts +2 -2
  22. package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +1 -1
  23. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useListTree.d.ts +5 -5
  24. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useOperate.d.ts +1 -1
  25. package/dist/src/entry_desktop/controls/rok-list-view/hooks/useTreeHeight.d.ts +1 -1
  26. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/hook.d.ts +1 -1
  27. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-picker.d.ts +1 -1
  28. package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +3 -3
  29. package/dist/src/entry_desktop/controls/rok-operation-column/hooks/useOperate.d.ts +1 -1
  30. package/dist/src/entry_desktop/controls/rok-simple-search/hooks.d.ts +1 -1
  31. package/dist/src/entry_desktop/controls/rok-simple-search/layout.d.ts +46 -0
  32. package/dist/src/entry_desktop/controls/rok-simple-search/useSearchContainerHeight.d.ts +1 -0
  33. package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.d.ts +1 -1
  34. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useGetTemplateList.d.ts +1 -1
  35. package/dist/src/entry_desktop/controls/rok-subtable/hooks/useImport.d.ts +5 -8
  36. package/dist/src/entry_desktop/controls/rok-subtable/hooks/usePasteCellValue.d.ts +1 -1
  37. package/dist/src/entry_desktop/controls/rok-subtable/utils/subtableOperation.d.ts +1 -1
  38. package/dist/src/entry_desktop/hooks/useMaxTagCount.d.ts +1 -1
  39. package/dist/src/entry_desktop/views/list-application/hooks/useInnerTabs.d.ts +0 -6
  40. package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +7 -7
  41. package/dist/src/entry_mobile/components/VanSuperForm/VanFormItem.d.ts +5 -5
  42. package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +5 -5
  43. package/dist/src/entry_mobile/components/VanSuperForm/index.d.ts +9 -9
  44. package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +2 -2
  45. package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +4 -3
  46. package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +127 -3
  47. package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +127 -3
  48. package/dist/src/entry_mobile/controls/rok-department/dep-hook.d.ts +1 -1
  49. package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +2 -2
  50. package/dist/src/entry_mobile/controls/rok-department2/dep-hook.d.ts +1 -1
  51. package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +3 -3
  52. package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useModel.d.ts +1 -1
  53. package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +4 -4
  54. package/dist/src/entry_mobile/controls/rok-organization-selection/dep-hook.d.ts +1 -1
  55. package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +2 -2
  56. package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +126 -2
  57. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +5 -5
  58. package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/props.d.ts +1 -1
  59. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +3 -3
  60. package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +120 -0
  61. package/dist/src/entry_mobile/controls/rok-subtable-column/useMobileSubtableColumnCaption.d.ts +1 -1
  62. package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +6 -6
  63. package/dist/src/hooks/atomic/useDataPagination.d.ts +1 -1
  64. package/dist/src/hooks/atomic/useElementSize.d.ts +2 -2
  65. package/dist/src/hooks/atomic/useSetTitle.d.ts +1 -1
  66. package/dist/src/hooks/atomic/useTitle.d.ts +1 -1
  67. package/dist/src/hooks/components/formEngineModal/useFormEngine.d.ts +6 -6
  68. package/dist/src/hooks/components/formEngineModal/useFormEngineContext.d.ts +1 -1
  69. package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +5 -5
  70. package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +4 -4
  71. package/dist/src/hooks/components/listEngineModal/useFullScreen.d.ts +1 -1
  72. package/dist/src/hooks/components/listEngineModal/useListEngineContext.d.ts +1 -1
  73. package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +6 -6
  74. package/dist/src/hooks/components/listEngineModal/useListState.d.ts +4 -4
  75. package/dist/src/hooks/components/useApprovelAi.d.ts +1 -7
  76. package/dist/src/hooks/components/useLayoutChildren.d.ts +2 -2
  77. package/dist/src/hooks/components/useList.d.ts +2 -2
  78. package/dist/src/hooks/components/useMenu.d.ts +5 -5
  79. package/dist/src/hooks/components/useOcr.d.ts +2 -2
  80. package/dist/src/hooks/components/usePageStatus.d.ts +2 -2
  81. package/dist/src/hooks/components/usePreviewMode.d.ts +2 -2
  82. package/dist/src/hooks/components/usePrint.d.ts +1 -1
  83. package/dist/src/hooks/components/useWidgets.d.ts +1 -1
  84. package/dist/src/hooks/context/useEngine.d.ts +1 -1
  85. package/dist/src/hooks/context/useEngineContext.d.ts +1 -1
  86. package/dist/src/hooks/controls/barcode/useBarcode.d.ts +3 -3
  87. package/dist/src/hooks/controls/button/useButton.d.ts +3 -3
  88. package/dist/src/hooks/controls/chart/useChart.d.ts +3 -3
  89. package/dist/src/hooks/controls/listMaster/useListMaster.d.ts +1 -1
  90. package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +2 -2
  91. package/dist/src/hooks/controls/listView/useModel.d.ts +6 -6
  92. package/dist/src/hooks/controls/listView/useOperate.d.ts +1 -1
  93. package/dist/src/hooks/controls/listView/useQuerySelectedRows.d.ts +1 -1
  94. package/dist/src/hooks/controls/qrCode/useQrCode.d.ts +4 -4
  95. package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
  96. package/dist/src/hooks/controls/selecRelation/useViewLink.d.ts +3 -11
  97. package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +3 -3
  98. package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +2 -2
  99. package/dist/src/hooks/controls/subtable/useSubtableInstanceSchemaChange.d.ts +66 -0
  100. package/dist/src/hooks/controls/tab/useTab.d.ts +2 -2
  101. package/dist/src/hooks/controls/textReaderOnly/useDetailedList.d.ts +1 -1
  102. package/dist/src/hooks/controls/title/useTitleStar.d.ts +6 -6
  103. package/dist/src/hooks/controls/useAttachmentPreview.d.ts +2 -2
  104. package/dist/src/hooks/controls/useDateRange.d.ts +126 -2
  105. package/dist/src/hooks/controls/useRokFormEngineModal.d.ts +2 -2
  106. package/dist/src/hooks/controls/useRokListEngineModal.d.ts +6 -6
  107. package/dist/src/hooks/form/useBaseForm.d.ts +3 -3
  108. package/dist/src/hooks/form/useBatchPrint.d.ts +1 -7
  109. package/dist/src/hooks/form/useChangeLog.d.ts +0 -78
  110. package/dist/src/hooks/form/useDisplay.d.ts +1 -1
  111. package/dist/src/hooks/form/useFormEvents.d.ts +1 -1
  112. package/dist/src/hooks/form/useSubmitStatus.d.ts +3 -3
  113. package/dist/src/hooks/form/useUserValue.d.ts +1 -1
  114. package/dist/src/hooks/model/useDashboardState.d.ts +2 -17
  115. package/dist/src/hooks/table/useGridTableRowHeight.d.ts +2 -2
  116. package/dist/src/hooks/useAgreement.d.ts +1 -4
  117. package/dist/src/hooks/views/useApprovalForm.d.ts +1 -1
  118. package/dist/src/hooks/views/useExternalFormData.d.ts +1 -1
  119. package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +1 -1
  120. package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +3 -3
  121. package/dist/src/hooks/views/usePageForm.d.ts +2 -2
  122. package/dist/src/hooks/views/usePrintForm.d.ts +2 -2
  123. package/dist/src/hooks/views/useProcessForm.d.ts +1 -1
  124. package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +1 -1
  125. package/dist/src/hooks/views/useRefreshWc.d.ts +1 -1
  126. package/dist/src/services/api.d.ts +2 -1
  127. package/dist/src/services/infoAuto.d.ts +10 -4
  128. package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
  129. package/dist/src/utils/controls/gridColumnRuntimeControl.d.ts +1 -1
  130. package/dist/src/utils/controls/subtableDealTableColumn.d.ts +6 -11
  131. package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +1 -1
  132. package/dist/src/utils/tools/getCachedApplyRender.d.ts +2 -1
  133. package/dist/src/utils/tools/getCachedCurrentUser.d.ts +1 -1
  134. package/package.json +5 -5
  135. package/dist/src/hooks/ag-grid-modules.d.ts +0 -1
@@ -2,7 +2,7 @@ import { Ref } from 'vue';
2
2
  export declare function useUserValue(props: any): {
3
3
  userValue: any;
4
4
  removeSpace: (element: string) => string;
5
- isUserInput: Ref<boolean, boolean>;
5
+ isUserInput: Ref<boolean>;
6
6
  onFocus: (event: FocusEvent) => void;
7
7
  onBlur: (event: FocusEvent) => void;
8
8
  props: any;
@@ -7,7 +7,7 @@ interface dashboardParams {
7
7
  reportParams?: any;
8
8
  }
9
9
  export declare function useDashboardState(params: dashboardParams): {
10
- title: Ref<string, string>;
10
+ title: Ref<string>;
11
11
  state: Ref<{
12
12
  app_id?: string | undefined;
13
13
  create_time?: string | undefined;
@@ -23,25 +23,10 @@ export declare function useDashboardState(params: dashboardParams): {
23
23
  tenant_id?: string | undefined;
24
24
  update_time?: string | undefined;
25
25
  updater?: string | undefined;
26
- } | null | undefined, typing.DashboardBo | {
27
- app_id?: string | undefined;
28
- create_time?: string | undefined;
29
- creator?: string | undefined;
30
- dashboard_key?: string | undefined;
31
- dashboard_type_enum?: "0" | "1" | "10" | "11" | "12" | undefined;
32
- descript?: string | undefined;
33
- name?: string | undefined;
34
- report_dashboard_id?: number | undefined;
35
- report_dashboard_url?: string | undefined;
36
- report_tenant_id?: number | undefined;
37
- report_user_id?: number | undefined;
38
- tenant_id?: string | undefined;
39
- update_time?: string | undefined;
40
- updater?: string | undefined;
41
26
  } | null | undefined>;
42
27
  dashboardUrl: ComputedRef<string | undefined>;
43
28
  isNotPublish: ComputedRef<boolean>;
44
29
  isError: ComputedRef<boolean>;
45
- loading: Ref<boolean, boolean>;
30
+ loading: Ref<boolean>;
46
31
  };
47
32
  export {};
@@ -1,6 +1,6 @@
1
1
  import { ShallowRef, Ref } from 'vue';
2
- import { GridApi } from 'ag-grid-community';
2
+ import { GridApi } from '@ag-grid-community/core';
3
3
 
4
4
  export declare function useGridTableRowHeight(gridApi?: ShallowRef<GridApi<any> | undefined>): {
5
- rowHeight: Ref<any, any>;
5
+ rowHeight: Ref<any>;
6
6
  };
@@ -5,11 +5,8 @@ export declare function useAgreement(params: {
5
5
  agreement: Ref<{
6
6
  ag_type?: string | undefined;
7
7
  ag_version?: string | undefined;
8
- }[], typing.portal.UserAgreementBo[] | {
9
- ag_type?: string | undefined;
10
- ag_version?: string | undefined;
11
8
  }[]>;
12
- showAgreementDialog: Ref<string, string>;
9
+ showAgreementDialog: Ref<string>;
13
10
  tenantName: ComputedRef<any>;
14
11
  tenantLogo: ComputedRef<any>;
15
12
  agreementClick: (event: any) => void;
@@ -31,7 +31,7 @@ export declare function useApprovalForm(handlerRenderError: (error: {
31
31
  };
32
32
  dataCode: ComputedRef<any>;
33
33
  isTodoOrDone: ComputedRef<boolean>;
34
- engine: Ref<Engine | undefined, Engine | undefined>;
34
+ engine: Ref<Engine | undefined>;
35
35
  onEngineInit: (context: Engine) => void;
36
36
  isEngineMounted: ComputedRef<boolean>;
37
37
  engineState: ComputedRef<any>;
@@ -2,7 +2,7 @@ import { Ref, ComputedRef } from 'vue';
2
2
  import { Engine } from '@byteluck-fe/model-driven-engine';
3
3
 
4
4
  export declare function useExternalFormData(masterDataCode?: Ref<string>): {
5
- hasPermission: Ref<boolean, boolean>;
5
+ hasPermission: Ref<boolean>;
6
6
  isBindProcess: ComputedRef<any>;
7
7
  isVuePage: ComputedRef<boolean>;
8
8
  isFreePage: ComputedRef<boolean>;
@@ -39,7 +39,7 @@ export declare function useFormRenderByApprovalProcess(requestParams?: ProcessPa
39
39
  noticeId: string;
40
40
  noteId: string;
41
41
  };
42
- getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined, Promise<typing.PageDataDisplayBo | undefined> | undefined>;
42
+ getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
43
43
  dataCode: ComputedRef<any>;
44
44
  isTodoOrDone: ComputedRef<boolean>;
45
45
  };
@@ -22,10 +22,10 @@ export declare function useFormRenderByFormKeyAndUid(requestParams?: FormKeyAndU
22
22
  formType: string;
23
23
  viewType?: string | undefined;
24
24
  };
25
- getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined, Promise<typing.PageDataDisplayBo | undefined> | undefined>;
26
- hasPermission: Ref<boolean, boolean>;
25
+ getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
26
+ hasPermission: Ref<boolean>;
27
27
  isBindProcess: ComputedRef<any>;
28
- isSubmitButtonDisabled: Ref<boolean, boolean>;
28
+ isSubmitButtonDisabled: Ref<boolean>;
29
29
  isVuePage: ComputedRef<boolean>;
30
30
  isFreePage: ComputedRef<boolean>;
31
31
  };
@@ -16,8 +16,8 @@ export declare function usePageForm(handlerError: (error: {
16
16
  viewType?: string | undefined;
17
17
  };
18
18
  isBindProcess: ComputedRef<any>;
19
- hasPermission: Ref<boolean, boolean>;
20
- isSubmitButtonDisabled: Ref<boolean, boolean>;
19
+ hasPermission: Ref<boolean>;
20
+ isSubmitButtonDisabled: Ref<boolean>;
21
21
  isVuePage: ComputedRef<boolean>;
22
22
  isFreePage: ComputedRef<boolean>;
23
23
  onEngineInit: (engine: Engine) => void;
@@ -12,7 +12,7 @@ export declare function usePrintForm(): {
12
12
  formType: string;
13
13
  viewType?: string | undefined;
14
14
  };
15
- employeeName: Ref<string, string>;
16
- submitTime: Ref<string, string>;
15
+ employeeName: Ref<string>;
16
+ submitTime: Ref<string>;
17
17
  onEngineInit: (_engine: Engine) => void;
18
18
  };
@@ -30,7 +30,7 @@ export declare function useProcessForm(handlerRenderError: (error: {
30
30
  noteId: string;
31
31
  };
32
32
  dataCode: ComputedRef<any>;
33
- engine: Ref<Engine | undefined, Engine | undefined>;
33
+ engine: Ref<Engine | undefined>;
34
34
  onEngineInit: (context: Engine) => Promise<void>;
35
35
  isEngineMounted: ComputedRef<boolean>;
36
36
  engineState: ComputedRef<any>;
@@ -30,6 +30,6 @@ export declare function useProcessFormRenderByFormKeyAndUid(requestParams?: {},
30
30
  noticeId: string;
31
31
  noteId: string;
32
32
  };
33
- getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined, Promise<typing.PageDataDisplayBo | undefined> | undefined>;
33
+ getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
34
34
  dataCode: ComputedRef<any>;
35
35
  };
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
2
  declare const useRefreshWc: () => {
3
- symbolKey: Ref<any, any>;
3
+ symbolKey: Ref<any>;
4
4
  };
5
5
  export { useRefreshWc };
@@ -26,7 +26,8 @@ export declare function apiInit(): {
26
26
  default: ServiceAuto;
27
27
  portal: PortalServiceAuto;
28
28
  baseAuto: BaseAuto;
29
- baseInfo: infoAuto;
29
+ baseInfo: BaseAuto;
30
+ infoAuto: infoAuto;
30
31
  widgetsAuto: Widgets;
31
32
  templateAuto: template;
32
33
  appsCustomAuto: AppsCustom;
@@ -9,9 +9,15 @@ export default class {
9
9
  http: FetchService;
10
10
  constructor(http: FetchService);
11
11
  /**
12
- * 获取当前登陆人信息
13
- * @method
14
- * @name #GetCurrentUserUserPrivateV1GET
15
- */
12
+ * 只返回用户基本信息,不返回是否是应用管理员、管控台管理员
13
+ * @method
14
+ * @name #GetCurrentUserEmployeePrivateV1POST
15
+ */
16
+ GetCurrentUserEmployeePrivateV1POST(params?: {}): Promise<any>;
17
+ /**
18
+ * 获取当前登陆人信息
19
+ * @method
20
+ * @name #GetCurrentUserUserPrivateV1GET
21
+ */
16
22
  GetCurrentUserUserPrivateV1GET(params?: {}): Promise<any>;
17
23
  }
@@ -1,5 +1,5 @@
1
1
  import { CONTROL_TYPE, ControlRuntimeInstance, RuntimeControl } from '@byteluck-fe/model-driven-core-all';
2
- import { ValueGetterParams } from 'ag-grid-community';
2
+ import { ValueGetterParams } from '@ag-grid-community/core';
3
3
 
4
4
  export declare const formatColumnDate: (fullColumns: any[], data: any, key?: string, ignoreColumns?: boolean) => any;
5
5
  export declare const commonCellRenderColumns: string[];
@@ -1,7 +1,7 @@
1
1
  import { ColDef } from '@ag-grid-community/core';
2
2
  import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
3
3
 
4
- export declare function attachGridColumnControlInstance(colDef: ColDef, controlInstance: ControlRuntimeInstance<any> | undefined): ColDef;
4
+ export declare function attachGridColumnControlInstance(colDef: ColDef, controlInstance: ControlRuntimeInstance<any> | undefined): ColDef<any, any>;
5
5
  export declare function getGridColumnControlInstance(colDef: ColDef | undefined): any;
6
6
  export declare function resolveGridColumnControlInstance(params: {
7
7
  colDef?: ColDef;
@@ -1,7 +1,7 @@
1
1
  import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
- import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
3
3
  import { Engine } from '@byteluck-fe/model-driven-engine';
4
- import { ICellRendererParams } from 'ag-grid-community';
4
+ import { ICellRendererParams } from '@ag-grid-community/core';
5
5
 
6
6
  export declare function dealGridTableColumns(params: {
7
7
  filterInstance?: ControlRuntimeInstance<'subtable-column'>;
@@ -21,12 +21,12 @@ export declare const subTableCellRenderColumn: (subtableRow?: ControlRuntimeInst
21
21
  minWidth: number | undefined;
22
22
  flex: number | undefined;
23
23
  pinned: string | boolean | undefined;
24
- cellEditor: DefineComponent<ExtractPropTypes<{
24
+ cellEditor: DefineComponent<{
25
25
  params: {
26
26
  type: ObjectConstructor;
27
27
  required: true;
28
28
  };
29
- }>, {}, {
29
+ }, any, {
30
30
  engine: Engine;
31
31
  }, {
32
32
  comRowRecord(): {};
@@ -42,13 +42,8 @@ export declare const subTableCellRenderColumn: (subtableRow?: ControlRuntimeInst
42
42
  type: ObjectConstructor;
43
43
  required: true;
44
44
  };
45
- }>> & Readonly<{
45
+ }>> & {
46
46
  onOpenVirtuallyModel?: ((...args: any[]) => any) | undefined;
47
- }>, {}, {}, {}, {}, string, () => {
48
- context: Engine;
49
- configProvider: any;
50
- formVisible: any;
51
- isReadonlyShowUnderline: boolean;
52
- }, true, {}, any>;
47
+ }, {}, {}>;
53
48
  cellRenderer?: string | ((params: ICellRendererParams<any, any, any>) => HTMLSpanElement | undefined) | undefined;
54
49
  };
@@ -1,5 +1,5 @@
1
1
  import { CONTROL_TYPE, ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
2
- import { ICellRendererParams } from 'ag-grid-community';
2
+ import { ICellRendererParams } from '@ag-grid-community/core';
3
3
 
4
4
  declare const showPasteMap: CONTROL_TYPE[];
5
5
  declare const subtableReadonlyCellRenders: (subtableRow?: ControlRuntimeInstance<'subtable-column'>, options?: {
@@ -11,7 +11,8 @@ declare const api: {
11
11
  default: __DTS_DEFAULT_0__;
12
12
  portal: __DTS_DEFAULT_1__;
13
13
  baseAuto: __DTS_DEFAULT_2__;
14
- baseInfo: __DTS_DEFAULT_3__;
14
+ baseInfo: __DTS_DEFAULT_2__;
15
+ infoAuto: __DTS_DEFAULT_3__;
15
16
  widgetsAuto: __DTS_DEFAULT_4__;
16
17
  templateAuto: __DTS_DEFAULT_5__;
17
18
  appsCustomAuto: __DTS_DEFAULT_6__;
@@ -1 +1 @@
1
- export declare function getCachedCurrentUser(): Promise<typing.PlainResult$CurrentUserInfo$>;
1
+ export declare function getCachedCurrentUser(): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "7.0.0-beta.22",
3
+ "version": "7.0.0-beta.24",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",
@@ -21,10 +21,10 @@
21
21
  "registry": "https://registry.npmjs.org/",
22
22
  "access": "public",
23
23
  "@vue/babel-preset-app": "~5.0.0",
24
- "@vue/compiler-sfc": "3.5.17",
25
- "@vue/reactivity": "3.5.17",
26
- "@vue/runtime-core": "3.5.17",
27
- "@vue/shared": "^3.5.17"
24
+ "@vue/compiler-sfc": "3.4.27",
25
+ "@vue/reactivity": "3.4.27",
26
+ "@vue/runtime-core": "3.4.27",
27
+ "@vue/shared": "^3.4.27"
28
28
  },
29
29
  "dependencies": {},
30
30
  "devDependencies": {
@@ -1 +0,0 @@
1
- export declare function registerAgGridModules(): void;