@byteluck-fe/runtime-engine 7.0.0-beta.22 → 7.0.0-beta.23
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 +2 -2
- package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +10 -10
- package/dist/src/entry_desktop/components/configProviderMerged.d.ts +5 -5
- package/dist/src/entry_desktop/controls/components/base-table/hooks/useDataSource.d.ts +1 -1
- package/dist/src/entry_desktop/controls/components/input-number/hook.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/EmployeeDepartmentModalInitLogic.d.ts +4 -4
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/use-sort-hooks.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useAgGrid.d.ts +12 -12
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/hooks/useWCModalComponentChangeValue.d.ts +2 -2
- package/dist/src/entry_desktop/controls/components/subtable-ag-grid/keyDownEvent.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-department/hook.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-department2/hook.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/components/models/export.d.ts +7 -7
- package/dist/src/entry_desktop/controls/rok-grid-table/components/models/import.d.ts +7 -7
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useAgGrid.d.ts +4 -4
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useColumns.d.ts +4 -4
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useMouseEvent.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/useOperate.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useOrganization.d.ts +2 -2
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useViewStyle.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useListTree.d.ts +5 -5
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useOperate.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view/hooks/useTreeHeight.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/rule-tree/hook.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-picker.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-list-view-title/rule-filter/sok-advanced-filter/utils/date-range.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-operation-column/hooks/useOperate.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-simple-search/hooks.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.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/useImport.d.ts +5 -8
- package/dist/src/entry_desktop/controls/rok-subtable/hooks/usePasteCellValue.d.ts +1 -1
- package/dist/src/entry_desktop/controls/rok-subtable/utils/subtableOperation.d.ts +1 -1
- package/dist/src/entry_desktop/hooks/useMaxTagCount.d.ts +1 -1
- package/dist/src/entry_desktop/views/list-application/hooks/useInnerTabs.d.ts +0 -6
- package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +7 -7
- package/dist/src/entry_mobile/components/VanSuperForm/VanFormItem.d.ts +5 -5
- package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +5 -5
- package/dist/src/entry_mobile/components/VanSuperForm/index.d.ts +9 -9
- package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-attachment/hook-file-base.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +127 -3
- package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +127 -3
- package/dist/src/entry_mobile/controls/rok-department/dep-hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-department2/dep-hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-grid-table/hooks/useModel.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +4 -4
- package/dist/src/entry_mobile/controls/rok-organization-selection/dep-hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +2 -2
- package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +126 -2
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +5 -5
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/props.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +120 -0
- package/dist/src/entry_mobile/controls/rok-subtable-column/useMobileSubtableColumnCaption.d.ts +1 -1
- package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +6 -6
- package/dist/src/hooks/atomic/useDataPagination.d.ts +1 -1
- package/dist/src/hooks/atomic/useElementSize.d.ts +2 -2
- package/dist/src/hooks/atomic/useSetTitle.d.ts +1 -1
- package/dist/src/hooks/atomic/useTitle.d.ts +1 -1
- package/dist/src/hooks/components/formEngineModal/useFormEngine.d.ts +6 -6
- package/dist/src/hooks/components/formEngineModal/useFormEngineContext.d.ts +1 -1
- package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +5 -5
- package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +4 -4
- package/dist/src/hooks/components/listEngineModal/useFullScreen.d.ts +1 -1
- package/dist/src/hooks/components/listEngineModal/useListEngineContext.d.ts +1 -1
- package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +6 -6
- package/dist/src/hooks/components/listEngineModal/useListState.d.ts +4 -4
- package/dist/src/hooks/components/useApprovelAi.d.ts +1 -7
- package/dist/src/hooks/components/useLayoutChildren.d.ts +2 -2
- package/dist/src/hooks/components/useList.d.ts +2 -2
- package/dist/src/hooks/components/useMenu.d.ts +5 -5
- package/dist/src/hooks/components/useOcr.d.ts +2 -2
- package/dist/src/hooks/components/usePageStatus.d.ts +2 -2
- package/dist/src/hooks/components/usePreviewMode.d.ts +2 -2
- package/dist/src/hooks/components/usePrint.d.ts +1 -1
- package/dist/src/hooks/components/useWidgets.d.ts +1 -1
- package/dist/src/hooks/context/useEngine.d.ts +1 -1
- package/dist/src/hooks/context/useEngineContext.d.ts +1 -1
- package/dist/src/hooks/controls/barcode/useBarcode.d.ts +3 -3
- package/dist/src/hooks/controls/button/useButton.d.ts +3 -3
- package/dist/src/hooks/controls/chart/useChart.d.ts +3 -3
- package/dist/src/hooks/controls/listMaster/useListMaster.d.ts +1 -1
- package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +2 -2
- package/dist/src/hooks/controls/listView/useModel.d.ts +6 -6
- package/dist/src/hooks/controls/listView/useOperate.d.ts +1 -1
- package/dist/src/hooks/controls/listView/useQuerySelectedRows.d.ts +1 -1
- package/dist/src/hooks/controls/qrCode/useQrCode.d.ts +4 -4
- package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
- package/dist/src/hooks/controls/selecRelation/useViewLink.d.ts +3 -11
- package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +3 -3
- package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +2 -2
- package/dist/src/hooks/controls/subtable/useSubtableInstanceSchemaChange.d.ts +66 -0
- package/dist/src/hooks/controls/tab/useTab.d.ts +2 -2
- package/dist/src/hooks/controls/textReaderOnly/useDetailedList.d.ts +1 -1
- package/dist/src/hooks/controls/title/useTitleStar.d.ts +6 -6
- package/dist/src/hooks/controls/useAttachmentPreview.d.ts +2 -2
- package/dist/src/hooks/controls/useDateRange.d.ts +126 -2
- package/dist/src/hooks/controls/useRokFormEngineModal.d.ts +2 -2
- package/dist/src/hooks/controls/useRokListEngineModal.d.ts +6 -6
- package/dist/src/hooks/form/useBaseForm.d.ts +3 -3
- package/dist/src/hooks/form/useBatchPrint.d.ts +1 -7
- package/dist/src/hooks/form/useChangeLog.d.ts +0 -78
- package/dist/src/hooks/form/useDisplay.d.ts +1 -1
- package/dist/src/hooks/form/useFormEvents.d.ts +1 -1
- package/dist/src/hooks/form/useSubmitStatus.d.ts +3 -3
- package/dist/src/hooks/form/useUserValue.d.ts +1 -1
- package/dist/src/hooks/model/useDashboardState.d.ts +2 -17
- package/dist/src/hooks/table/useGridTableRowHeight.d.ts +2 -2
- package/dist/src/hooks/useAgreement.d.ts +1 -4
- package/dist/src/hooks/views/useApprovalForm.d.ts +1 -1
- package/dist/src/hooks/views/useExternalFormData.d.ts +1 -1
- package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +1 -1
- package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +3 -3
- package/dist/src/hooks/views/usePageForm.d.ts +2 -2
- package/dist/src/hooks/views/usePrintForm.d.ts +2 -2
- package/dist/src/hooks/views/useProcessForm.d.ts +1 -1
- package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +1 -1
- package/dist/src/hooks/views/useRefreshWc.d.ts +1 -1
- package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
- package/dist/src/utils/controls/gridColumnRuntimeControl.d.ts +1 -1
- package/dist/src/utils/controls/subtableDealTableColumn.d.ts +6 -11
- package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +1 -1
- package/package.json +5 -5
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
26
|
-
hasPermission: Ref<boolean
|
|
25
|
+
getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
|
|
26
|
+
hasPermission: Ref<boolean>;
|
|
27
27
|
isBindProcess: ComputedRef<any>;
|
|
28
|
-
isSubmitButtonDisabled: Ref<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
|
|
20
|
-
isSubmitButtonDisabled: Ref<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
|
|
16
|
-
submitTime: Ref<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
|
|
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
|
|
33
|
+
getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
|
|
34
34
|
dataCode: ComputedRef<any>;
|
|
35
35
|
};
|
|
@@ -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,
|
|
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<
|
|
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
|
-
}>> &
|
|
45
|
+
}>> & {
|
|
46
46
|
onOpenVirtuallyModel?: ((...args: any[]) => any) | undefined;
|
|
47
|
-
}
|
|
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?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/runtime-engine",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.23",
|
|
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.
|
|
25
|
-
"@vue/reactivity": "3.
|
|
26
|
-
"@vue/runtime-core": "3.
|
|
27
|
-
"@vue/shared": "^3.
|
|
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;
|