@byteluck-fe/runtime-engine 7.0.0-beta.20 → 7.0.0-beta.22
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/runtime-engine.js +6968 -7194
- 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/detailGridPaginationMount.d.ts +5 -0
- package/dist/src/entry_desktop/controls/rok-grid-table/detailPaginationSyncBus.d.ts +13 -0
- 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 +18 -9
- 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 +8 -5
- 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 +6 -0
- 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 +4 -2
- package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +3 -127
- package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +3 -127
- 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 +2 -126
- 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-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/ag-grid-modules.d.ts +1 -0
- 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 +7 -1
- 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 +6 -4
- 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/useListRows.d.ts +6 -1
- package/dist/src/hooks/controls/listView/useModel.d.ts +10 -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 +11 -3
- 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/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 +9 -3
- package/dist/src/hooks/controls/useAttachmentPreview.d.ts +2 -2
- package/dist/src/hooks/controls/useDateRange.d.ts +2 -126
- 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 +7 -1
- package/dist/src/hooks/form/useChangeLog.d.ts +78 -0
- 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 +17 -2
- package/dist/src/hooks/table/useGridTableRowHeight.d.ts +2 -2
- package/dist/src/hooks/useAgreement.d.ts +4 -1
- 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/services/api.d.ts +2 -0
- package/dist/src/services/appsCustom.d.ts +0 -13
- package/dist/src/services/portalCustom.d.ts +22 -0
- package/dist/src/services/services.auto.d.ts +18 -0
- package/dist/src/utils/controls/formCopy.d.ts +2 -0
- package/dist/src/utils/controls/formatColumnData.d.ts +1 -1
- package/dist/src/utils/controls/gridColumnRuntimeControl.d.ts +13 -0
- package/dist/src/utils/controls/index.d.ts +1 -0
- package/dist/src/utils/controls/masterDetailHeaders.d.ts +15 -0
- package/dist/src/utils/controls/portalHome.d.ts +7 -0
- package/dist/src/utils/controls/richText.d.ts +3 -0
- package/dist/src/utils/controls/subtableDealTableColumn.d.ts +11 -6
- package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +1 -1
- package/dist/src/utils/controls/treeGroupHeader.d.ts +6 -0
- package/dist/src/utils/tools/getCachedApplyRender.d.ts +2 -0
- package/package.json +5 -5
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useSubtableList.d.ts +0 -120
- package/dist/src/hooks/controls/subtable/useSubtableInstanceSchemaChange.d.ts +0 -66
|
@@ -13,132 +13,8 @@ export default function (props: PropsInstanceType<CONTROL_TYPE.SEARCH_DATE_RANGE
|
|
|
13
13
|
updateCtrlValue: (val: any) => void;
|
|
14
14
|
isReadonly: ComputedRef<boolean>;
|
|
15
15
|
rules: ComputedRef<PropertyRuntimeRules>;
|
|
16
|
-
minDate: Ref<
|
|
17
|
-
|
|
18
|
-
toDateString: () => string;
|
|
19
|
-
toTimeString: () => string;
|
|
20
|
-
toLocaleString: {
|
|
21
|
-
(): string;
|
|
22
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
23
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
24
|
-
};
|
|
25
|
-
toLocaleDateString: {
|
|
26
|
-
(): string;
|
|
27
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
28
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
29
|
-
};
|
|
30
|
-
toLocaleTimeString: {
|
|
31
|
-
(): string;
|
|
32
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
33
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
34
|
-
};
|
|
35
|
-
valueOf: () => number;
|
|
36
|
-
getTime: () => number;
|
|
37
|
-
getFullYear: () => number;
|
|
38
|
-
getUTCFullYear: () => number;
|
|
39
|
-
getMonth: () => number;
|
|
40
|
-
getUTCMonth: () => number;
|
|
41
|
-
getDate: () => number;
|
|
42
|
-
getUTCDate: () => number;
|
|
43
|
-
getDay: () => number;
|
|
44
|
-
getUTCDay: () => number;
|
|
45
|
-
getHours: () => number;
|
|
46
|
-
getUTCHours: () => number;
|
|
47
|
-
getMinutes: () => number;
|
|
48
|
-
getUTCMinutes: () => number;
|
|
49
|
-
getSeconds: () => number;
|
|
50
|
-
getUTCSeconds: () => number;
|
|
51
|
-
getMilliseconds: () => number;
|
|
52
|
-
getUTCMilliseconds: () => number;
|
|
53
|
-
getTimezoneOffset: () => number;
|
|
54
|
-
setTime: (time: number) => number;
|
|
55
|
-
setMilliseconds: (ms: number) => number;
|
|
56
|
-
setUTCMilliseconds: (ms: number) => number;
|
|
57
|
-
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
58
|
-
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
59
|
-
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
60
|
-
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
61
|
-
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
62
|
-
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
63
|
-
setDate: (date: number) => number;
|
|
64
|
-
setUTCDate: (date: number) => number;
|
|
65
|
-
setMonth: (month: number, date?: number | undefined) => number;
|
|
66
|
-
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
67
|
-
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
68
|
-
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
69
|
-
toUTCString: () => string;
|
|
70
|
-
toISOString: () => string;
|
|
71
|
-
toJSON: (key?: any) => string;
|
|
72
|
-
[Symbol.toPrimitive]: {
|
|
73
|
-
(hint: "default"): string;
|
|
74
|
-
(hint: "string"): string;
|
|
75
|
-
(hint: "number"): number;
|
|
76
|
-
(hint: string): string | number;
|
|
77
|
-
};
|
|
78
|
-
}>;
|
|
79
|
-
maxDate: Ref<{
|
|
80
|
-
toString: () => string;
|
|
81
|
-
toDateString: () => string;
|
|
82
|
-
toTimeString: () => string;
|
|
83
|
-
toLocaleString: {
|
|
84
|
-
(): string;
|
|
85
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
86
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
87
|
-
};
|
|
88
|
-
toLocaleDateString: {
|
|
89
|
-
(): string;
|
|
90
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
91
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
92
|
-
};
|
|
93
|
-
toLocaleTimeString: {
|
|
94
|
-
(): string;
|
|
95
|
-
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
96
|
-
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
97
|
-
};
|
|
98
|
-
valueOf: () => number;
|
|
99
|
-
getTime: () => number;
|
|
100
|
-
getFullYear: () => number;
|
|
101
|
-
getUTCFullYear: () => number;
|
|
102
|
-
getMonth: () => number;
|
|
103
|
-
getUTCMonth: () => number;
|
|
104
|
-
getDate: () => number;
|
|
105
|
-
getUTCDate: () => number;
|
|
106
|
-
getDay: () => number;
|
|
107
|
-
getUTCDay: () => number;
|
|
108
|
-
getHours: () => number;
|
|
109
|
-
getUTCHours: () => number;
|
|
110
|
-
getMinutes: () => number;
|
|
111
|
-
getUTCMinutes: () => number;
|
|
112
|
-
getSeconds: () => number;
|
|
113
|
-
getUTCSeconds: () => number;
|
|
114
|
-
getMilliseconds: () => number;
|
|
115
|
-
getUTCMilliseconds: () => number;
|
|
116
|
-
getTimezoneOffset: () => number;
|
|
117
|
-
setTime: (time: number) => number;
|
|
118
|
-
setMilliseconds: (ms: number) => number;
|
|
119
|
-
setUTCMilliseconds: (ms: number) => number;
|
|
120
|
-
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
121
|
-
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
122
|
-
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
123
|
-
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
124
|
-
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
125
|
-
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
126
|
-
setDate: (date: number) => number;
|
|
127
|
-
setUTCDate: (date: number) => number;
|
|
128
|
-
setMonth: (month: number, date?: number | undefined) => number;
|
|
129
|
-
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
130
|
-
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
131
|
-
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
132
|
-
toUTCString: () => string;
|
|
133
|
-
toISOString: () => string;
|
|
134
|
-
toJSON: (key?: any) => string;
|
|
135
|
-
[Symbol.toPrimitive]: {
|
|
136
|
-
(hint: "default"): string;
|
|
137
|
-
(hint: "string"): string;
|
|
138
|
-
(hint: "number"): number;
|
|
139
|
-
(hint: string): string | number;
|
|
140
|
-
};
|
|
141
|
-
}>;
|
|
16
|
+
minDate: Ref<Date, Date>;
|
|
17
|
+
maxDate: Ref<Date, Date>;
|
|
142
18
|
columns: any;
|
|
143
19
|
disabledDates: {
|
|
144
20
|
min: Date;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Ref, ComputedRef, ShallowRef } from 'vue';
|
|
2
|
-
import { ColumnEvent, ColumnResizedEvent, RowClickedEvent, GetRowIdParams, RowClassParams, CellClickedEvent, GridApi, GridReadyEvent, GridOptions } from '
|
|
2
|
+
import { ColumnEvent, ColumnResizedEvent, RowClickedEvent, GetRowIdParams, RowClassParams, CellClickedEvent, GridApi, GridReadyEvent, GridOptions } from 'ag-grid-community';
|
|
3
3
|
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
4
4
|
|
|
5
5
|
export default function useAgGrid(props: Recordable<any>, emit: any): {
|
|
6
|
-
engine: Ref<Engine> | undefined;
|
|
6
|
+
engine: Ref<Engine, Engine> | undefined;
|
|
7
7
|
maxHeight: ComputedRef<string | undefined>;
|
|
8
|
-
tableLoading: Ref<boolean>;
|
|
9
|
-
gridApi: ShallowRef<GridApi<any> | undefined>;
|
|
8
|
+
tableLoading: Ref<boolean, boolean>;
|
|
9
|
+
gridApi: ShallowRef<GridApi<any> | undefined, GridApi<any> | undefined>;
|
|
10
10
|
onCellClicked: (event: CellClickedEvent) => void;
|
|
11
11
|
onGridReady: (params: GridReadyEvent) => void;
|
|
12
12
|
onSortChanged: (event: ColumnEvent) => void;
|
|
@@ -16,7 +16,7 @@ export default function useAgGrid(props: Recordable<any>, emit: any): {
|
|
|
16
16
|
backgroundColor: string;
|
|
17
17
|
};
|
|
18
18
|
getRowId: (params: GetRowIdParams) => any;
|
|
19
|
-
agGridRef: Ref<any>;
|
|
19
|
+
agGridRef: Ref<any, any>;
|
|
20
20
|
onColumnResized: (event: ColumnResizedEvent) => void;
|
|
21
21
|
onSelectionChanged: () => void;
|
|
22
22
|
setColumnsVisible: (visibleColumns: string[], hiddenColumns: string[]) => void;
|
|
@@ -14,9 +14,9 @@ interface FullParams {
|
|
|
14
14
|
toggleCallBack?: (type: 0 | 1) => void;
|
|
15
15
|
}
|
|
16
16
|
declare const useFull: (params: FullParams, context?: Ref<Engine>) => {
|
|
17
|
-
full: Ref<Full | undefined>;
|
|
18
|
-
isFull: Ref<boolean>;
|
|
17
|
+
full: Ref<Full | undefined, Full | undefined>;
|
|
18
|
+
isFull: Ref<boolean, boolean>;
|
|
19
19
|
closeFullScreen: () => void;
|
|
20
|
-
screenLockOr: Ref<"landscape" | "portrait" | undefined>;
|
|
20
|
+
screenLockOr: Ref<"landscape" | "portrait" | undefined, "landscape" | "portrait" | undefined>;
|
|
21
21
|
};
|
|
22
22
|
export default useFull;
|
|
@@ -24,14 +24,14 @@ export declare function useInit(formatState?: any): {
|
|
|
24
24
|
processInstanceId: string;
|
|
25
25
|
processDefinitionKey: string;
|
|
26
26
|
};
|
|
27
|
-
dataCode: Ref<string>;
|
|
27
|
+
dataCode: Ref<string, string>;
|
|
28
28
|
setProcessParam: (processParam: typing.ProcessParamBo) => void;
|
|
29
29
|
};
|
|
30
30
|
export declare function useValidate(): {
|
|
31
|
-
renderEngineRef: Ref<any>;
|
|
32
|
-
context: Ref<Engine | undefined>;
|
|
33
|
-
formModel: Ref<any>;
|
|
31
|
+
renderEngineRef: Ref<any, any>;
|
|
32
|
+
context: Ref<Engine | undefined, Engine | undefined>;
|
|
33
|
+
formModel: Ref<any, any>;
|
|
34
34
|
buttonGroups: any;
|
|
35
|
-
formRef: Ref<any>;
|
|
36
|
-
isMounted: Ref<boolean>;
|
|
35
|
+
formRef: Ref<any, any>;
|
|
36
|
+
isMounted: Ref<boolean, boolean>;
|
|
37
37
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function registerAgGridModules(): void;
|
|
@@ -11,7 +11,7 @@ export default function useDataPagination<T = any>(list: Ref<T[]> | ComputedRef<
|
|
|
11
11
|
setPageSize: (pageSize: number) => void;
|
|
12
12
|
getPaginationList: ComputedRef<T[]>;
|
|
13
13
|
serverPagination: ComputedRef<boolean>;
|
|
14
|
-
spinning: Ref<boolean>;
|
|
14
|
+
spinning: Ref<boolean, boolean>;
|
|
15
15
|
setSpinning: (flag: boolean) => void;
|
|
16
16
|
showTotal: (total: number) => string;
|
|
17
17
|
};
|
|
@@ -20,7 +20,7 @@ export interface FormEngineProps {
|
|
|
20
20
|
* 处理表单弹窗逻辑
|
|
21
21
|
* */
|
|
22
22
|
export declare function useFormEngine(props: FormEngineProps): {
|
|
23
|
-
context: Ref<Engine> | undefined;
|
|
23
|
+
context: Ref<Engine, Engine> | undefined;
|
|
24
24
|
state: {
|
|
25
25
|
data: any;
|
|
26
26
|
url: Record<string, unknown>;
|
|
@@ -31,13 +31,13 @@ export declare function useFormEngine(props: FormEngineProps): {
|
|
|
31
31
|
formType: string;
|
|
32
32
|
viewType?: string | undefined;
|
|
33
33
|
};
|
|
34
|
-
isFull: Ref<boolean>;
|
|
35
|
-
loading: Ref<boolean>;
|
|
34
|
+
isFull: Ref<boolean, boolean>;
|
|
35
|
+
loading: Ref<boolean, boolean>;
|
|
36
36
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
37
|
-
hasPermission: Ref<boolean>;
|
|
38
|
-
supportMobile: Ref<boolean>;
|
|
37
|
+
hasPermission: Ref<boolean, boolean>;
|
|
38
|
+
supportMobile: Ref<boolean, boolean>;
|
|
39
39
|
pageStatus: ComputedRef<PAGE_STATUS.READONLY | PAGE_STATUS.EDITABLE>;
|
|
40
|
-
findForm: Ref<boolean>;
|
|
40
|
+
findForm: Ref<boolean, boolean>;
|
|
41
41
|
isBindProcess: ComputedRef<any>;
|
|
42
42
|
onClose: () => Promise<void>;
|
|
43
43
|
};
|
|
@@ -7,6 +7,6 @@ import { PageState } from '../../../types/extend';
|
|
|
7
7
|
* 处理编辑和查看表单的逻辑,回显对应的数据
|
|
8
8
|
* */
|
|
9
9
|
export declare function useFormEngineContext(state: PageState, uid?: Ref<string | undefined> | string, engineInitCallback?: (engine: Engine) => void): {
|
|
10
|
-
engineContext: Ref<Engine | undefined>;
|
|
10
|
+
engineContext: Ref<Engine | undefined, Engine | undefined>;
|
|
11
11
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
12
12
|
};
|
|
@@ -30,13 +30,13 @@ export declare function useFormEngineModal(props: FormEngineModalProps): {
|
|
|
30
30
|
formType: string;
|
|
31
31
|
viewType?: string | undefined;
|
|
32
32
|
};
|
|
33
|
-
isFull: Ref<boolean>;
|
|
34
|
-
loading: Ref<boolean>;
|
|
33
|
+
isFull: Ref<boolean, boolean>;
|
|
34
|
+
loading: Ref<boolean, boolean>;
|
|
35
35
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
36
|
-
hasPermission: Ref<boolean>;
|
|
37
|
-
supportMobile: Ref<boolean>;
|
|
36
|
+
hasPermission: Ref<boolean, boolean>;
|
|
37
|
+
supportMobile: Ref<boolean, boolean>;
|
|
38
38
|
pageStatus: ComputedRef<PAGE_STATUS.READONLY | PAGE_STATUS.EDITABLE>;
|
|
39
|
-
findForm: Ref<boolean>;
|
|
39
|
+
findForm: Ref<boolean, boolean>;
|
|
40
40
|
isBindProcess: ComputedRef<any>;
|
|
41
41
|
onClose: () => Promise<void>;
|
|
42
42
|
};
|
|
@@ -14,9 +14,9 @@ export declare function useFormState(formKey: Ref<string> | string, visible: Ref
|
|
|
14
14
|
formType: string;
|
|
15
15
|
viewType?: string | undefined;
|
|
16
16
|
};
|
|
17
|
-
loading: Ref<boolean>;
|
|
18
|
-
hasPermission: Ref<boolean>;
|
|
19
|
-
supportMobile: Ref<boolean>;
|
|
20
|
-
findForm: Ref<boolean>;
|
|
17
|
+
loading: Ref<boolean, boolean>;
|
|
18
|
+
hasPermission: Ref<boolean, boolean>;
|
|
19
|
+
supportMobile: Ref<boolean, boolean>;
|
|
20
|
+
findForm: Ref<boolean, boolean>;
|
|
21
21
|
isBindProcess: ComputedRef<any>;
|
|
22
22
|
};
|
|
@@ -5,7 +5,7 @@ import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
|
5
5
|
* 控制列表页面的全屏展示
|
|
6
6
|
* */
|
|
7
7
|
export declare function useFullScreen(context: Ref<Engine | undefined>, visible: Ref<boolean>, simpleWidth?: string | Ref<string>): {
|
|
8
|
-
isSimpleMode: Ref<boolean>;
|
|
8
|
+
isSimpleMode: Ref<boolean, boolean>;
|
|
9
9
|
width: ComputedRef<string>;
|
|
10
10
|
changeFullScreen: (status: boolean) => void;
|
|
11
11
|
};
|
|
@@ -15,6 +15,6 @@ export declare function useListEngineContext(state: PageState, selection: Ref<bo
|
|
|
15
15
|
} | {
|
|
16
16
|
disabled?: undefined;
|
|
17
17
|
}>;
|
|
18
|
-
engineContext: Ref<Engine | undefined>;
|
|
18
|
+
engineContext: Ref<Engine | undefined, Engine | undefined>;
|
|
19
19
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
20
20
|
};
|
|
@@ -25,7 +25,7 @@ interface ListEngineModalProps {
|
|
|
25
25
|
export declare function useListEngineModal(props: ListEngineModalProps): {
|
|
26
26
|
context: Engine | undefined;
|
|
27
27
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
28
|
-
engineContext: Ref<Engine | undefined>;
|
|
28
|
+
engineContext: Ref<Engine | undefined, Engine | undefined>;
|
|
29
29
|
state: {
|
|
30
30
|
data: any;
|
|
31
31
|
url: Record<string, unknown>;
|
|
@@ -36,10 +36,10 @@ export declare function useListEngineModal(props: ListEngineModalProps): {
|
|
|
36
36
|
formType: string;
|
|
37
37
|
viewType?: string | undefined;
|
|
38
38
|
};
|
|
39
|
-
hasPermission: Ref<boolean>;
|
|
40
|
-
supportMobile: Ref<boolean>;
|
|
41
|
-
isSimpleMode: Ref<boolean>;
|
|
42
|
-
authFlag: Ref<string>;
|
|
39
|
+
hasPermission: Ref<boolean, boolean>;
|
|
40
|
+
supportMobile: Ref<boolean, boolean>;
|
|
41
|
+
isSimpleMode: Ref<boolean, boolean>;
|
|
42
|
+
authFlag: Ref<string, string>;
|
|
43
43
|
width: ComputedRef<string>;
|
|
44
44
|
changeFullScreen: (status: boolean) => void;
|
|
45
45
|
handleOk: () => Promise<void>;
|
|
@@ -49,6 +49,6 @@ export declare function useListEngineModal(props: ListEngineModalProps): {
|
|
|
49
49
|
} | {
|
|
50
50
|
disabled?: undefined;
|
|
51
51
|
}>;
|
|
52
|
-
okButtonLoading: Ref<boolean>;
|
|
52
|
+
okButtonLoading: Ref<boolean, boolean>;
|
|
53
53
|
};
|
|
54
54
|
export {};
|
|
@@ -14,8 +14,8 @@ export declare function useListState(formKey: string | Ref<string>, visible: Ref
|
|
|
14
14
|
formType: string;
|
|
15
15
|
viewType?: string | undefined;
|
|
16
16
|
};
|
|
17
|
-
loading: Ref<boolean>;
|
|
18
|
-
hasPermission: Ref<boolean>;
|
|
19
|
-
supportMobile: Ref<boolean>;
|
|
20
|
-
authFlag: Ref<string>;
|
|
17
|
+
loading: Ref<boolean, boolean>;
|
|
18
|
+
hasPermission: Ref<boolean, boolean>;
|
|
19
|
+
supportMobile: Ref<boolean, boolean>;
|
|
20
|
+
authFlag: Ref<string, string>;
|
|
21
21
|
};
|
|
@@ -3,11 +3,17 @@ export declare function useApprovelAi(props: any, decisionBtns: any, customId: a
|
|
|
3
3
|
ristState: Ref<{
|
|
4
4
|
text: string;
|
|
5
5
|
type: string;
|
|
6
|
+
}, {
|
|
7
|
+
text: string;
|
|
8
|
+
type: string;
|
|
9
|
+
} | {
|
|
10
|
+
text: string;
|
|
11
|
+
type: string;
|
|
6
12
|
}>;
|
|
7
13
|
isShowRist: ComputedRef<boolean>;
|
|
8
14
|
isShowSideAi: ComputedRef<boolean>;
|
|
9
15
|
aiAssistant: ComputedRef<any>;
|
|
10
|
-
sideAiRef: Ref<any>;
|
|
16
|
+
sideAiRef: Ref<any, any>;
|
|
11
17
|
sideAiInfo: ComputedRef<{
|
|
12
18
|
env: string;
|
|
13
19
|
agentCode: any;
|
|
@@ -2,8 +2,8 @@ import { RuntimeLayoutControl, RuntimeListControl } from '@byteluck-fe/model-dri
|
|
|
2
2
|
import { ShallowRef, Ref, ComputedRef } from 'vue';
|
|
3
3
|
import { IfAny } from '@vue/shared';
|
|
4
4
|
|
|
5
|
-
export declare function useLayoutChildren<T extends RuntimeLayoutControl | RuntimeListControl>(instance: T): ShallowRef<never[]> | ( Ref<any> extends T["children"] ? T["children"] extends infer T_1 ? T_1 extends T["children"] ? T_1 extends T_1 & Ref<any> ? IfAny<T_1, ShallowRef<T_1>, T_1> : ShallowRef<T_1> : never : never : ShallowRef<T["children"]>);
|
|
5
|
+
export declare function useLayoutChildren<T extends RuntimeLayoutControl | RuntimeListControl>(instance: T): ShallowRef<never[], never[]> | ( Ref<any, any> extends T["children"] ? T["children"] extends infer T_1 ? T_1 extends T["children"] ? T_1 extends T_1 & Ref<any, any> ? IfAny<T_1, ShallowRef<T_1, T_1>, T_1> : ShallowRef<T_1, T_1> : never : never : ShallowRef<T["children"], T["children"]>);
|
|
6
6
|
export declare function useListHeader<T extends RuntimeListControl>(props: any): {
|
|
7
|
-
headers: Ref<any> extends T["props"]["headers"] ? T["props"]["headers"] extends infer T_1 ? T_1 extends T["props"]["headers"] ? T_1 extends T_1 & Ref<any> ? IfAny<T_1, ShallowRef<T_1>, T_1> : ShallowRef<T_1> : never : never : ShallowRef<T["props"]["headers"]>;
|
|
7
|
+
headers: Ref<any, any> extends T["props"]["headers"] ? T["props"]["headers"] extends infer T_1 ? T_1 extends T["props"]["headers"] ? T_1 extends T_1 & Ref<any, any> ? IfAny<T_1, ShallowRef<T_1, T_1>, T_1> : ShallowRef<T_1, T_1> : never : never : ShallowRef<T["props"]["headers"], T["props"]["headers"]>;
|
|
8
8
|
operationBtns: ComputedRef<any>;
|
|
9
9
|
};
|
|
@@ -3,7 +3,7 @@ import { RuntimeListControl, RuntimeControl } from '@byteluck-fe/model-driven-co
|
|
|
3
3
|
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
4
4
|
|
|
5
5
|
export declare function useList(instance: RuntimeListControl): {
|
|
6
|
-
context: Ref<Engine> | undefined;
|
|
6
|
+
context: Ref<Engine, Engine> | undefined;
|
|
7
7
|
getState: (id: string, rowIndex?: number) => any;
|
|
8
8
|
};
|
|
9
|
-
export declare function useListChildren(instance: RuntimeListControl): ShallowRef< RuntimeControl[]>;
|
|
9
|
+
export declare function useListChildren(instance: RuntimeListControl): ShallowRef< RuntimeControl[], RuntimeControl[]>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare function useMenu(): {
|
|
4
|
-
menuList: Ref<never[]>;
|
|
5
|
-
selectedKeys: Ref<string[]>;
|
|
6
|
-
menuMap: Ref<Recordable<any>>;
|
|
7
|
-
openKeys: Ref<string[]>;
|
|
4
|
+
menuList: Ref<never[], never[]>;
|
|
5
|
+
selectedKeys: Ref<string[], string[]>;
|
|
6
|
+
menuMap: Ref<Recordable<any>, Recordable<any>>;
|
|
7
|
+
openKeys: Ref<string[], string[]>;
|
|
8
8
|
isShowMenu: ComputedRef<boolean>;
|
|
9
|
-
sappInfo: Ref<any>;
|
|
9
|
+
sappInfo: Ref<any, any>;
|
|
10
10
|
keysArr: any;
|
|
11
11
|
sappId: any;
|
|
12
12
|
panes: ComputedRef<any>;
|
|
@@ -6,7 +6,7 @@ import { PropsInstanceType } from '../../constant';
|
|
|
6
6
|
export declare function useOcr(instanceProps: ShallowRef<ControlPropertyInstance<CONTROL_TYPE.INVOICE_CHECK_BUTTON>>, props: PropsInstanceType<CONTROL_TYPE.INVOICE_CHECK_BUTTON>, toast: any, engine?: Ref<Engine>): {
|
|
7
7
|
fillChange: (params: any) => Promise<void>;
|
|
8
8
|
checkImgValidate: (resolve: any, reject: any, file: any, type: string, size?: number, width?: number) => void;
|
|
9
|
-
accept: Ref<string>;
|
|
10
|
-
imgType: Ref<string>;
|
|
9
|
+
accept: Ref<string, string>;
|
|
10
|
+
imgType: Ref<string, string>;
|
|
11
11
|
disabled: ComputedRef<boolean>;
|
|
12
12
|
};
|
|
@@ -3,6 +3,6 @@ import { PageState } from '../../types/extend';
|
|
|
3
3
|
import { Ref } from 'vue';
|
|
4
4
|
|
|
5
5
|
export declare function usePageStatus(state: PageState): {
|
|
6
|
-
pageStatus: Ref<PAGE_STATUS>;
|
|
7
|
-
pageType: Ref<string>;
|
|
6
|
+
pageStatus: Ref<PAGE_STATUS, PAGE_STATUS>;
|
|
7
|
+
pageType: Ref<string, string>;
|
|
8
8
|
};
|
|
@@ -7,5 +7,5 @@ import { Ref } from 'vue';
|
|
|
7
7
|
* @param type page=页面预览 site=租户预览
|
|
8
8
|
*/
|
|
9
9
|
export declare function useDisableAPI(type?: string): void;
|
|
10
|
-
export declare function usePreviewMode(): Ref<boolean>;
|
|
11
|
-
export declare function useIsPreview(): Ref<boolean>;
|
|
10
|
+
export declare function usePreviewMode(): Ref<boolean, boolean>;
|
|
11
|
+
export declare function useIsPreview(): Ref<boolean, boolean>;
|
|
@@ -6,6 +6,6 @@ import { Ref } from 'vue';
|
|
|
6
6
|
* 创建一个新的engine
|
|
7
7
|
* */
|
|
8
8
|
export declare function useEngineContext(state: PageState, engineInitCallback?: (engine: Engine) => void): {
|
|
9
|
-
engineContext: Ref<Engine | undefined>;
|
|
9
|
+
engineContext: Ref<Engine | undefined, Engine | undefined>;
|
|
10
10
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
11
11
|
};
|
|
@@ -2,9 +2,9 @@ import { PropsInstanceType } from '../../../constant';
|
|
|
2
2
|
import { ShallowRef, Ref, ComputedRef } from 'vue';
|
|
3
3
|
|
|
4
4
|
export declare function useBarcode(props: PropsInstanceType<'barcode'>): {
|
|
5
|
-
formItemRef: ShallowRef<null>;
|
|
6
|
-
renderError: Ref<string>;
|
|
7
|
-
barcodeDataUrl: Ref<string>;
|
|
5
|
+
formItemRef: ShallowRef<null, null>;
|
|
6
|
+
renderError: Ref<string, string>;
|
|
7
|
+
barcodeDataUrl: Ref<string, string>;
|
|
8
8
|
formItemInstanceProps: ComputedRef<{
|
|
9
9
|
caption: any;
|
|
10
10
|
}>;
|
|
@@ -25,10 +25,10 @@ export declare function useButton(props: PropsInstanceType<CONTROL_TYPE.BUTTON>,
|
|
|
25
25
|
buttonType: ComputedRef<"success" | "info" | "warning" | "primary" | "danger" | "blue">;
|
|
26
26
|
showIcon: ComputedRef<boolean>;
|
|
27
27
|
showText: ComputedRef<boolean>;
|
|
28
|
-
isShowPopover: Ref<boolean>;
|
|
28
|
+
isShowPopover: Ref<boolean, boolean>;
|
|
29
29
|
showContent: ComputedRef<string>;
|
|
30
30
|
buttonContent: ComputedRef<string>;
|
|
31
31
|
clickHandle: (event: Event) => void;
|
|
32
|
-
isLoading: Ref<boolean>;
|
|
33
|
-
isOperateDisabled: Ref<boolean>;
|
|
32
|
+
isLoading: Ref<boolean, boolean>;
|
|
33
|
+
isOperateDisabled: Ref<boolean, boolean>;
|
|
34
34
|
};
|
|
@@ -2,10 +2,12 @@ import { Ref, ShallowRef, ComputedRef } from 'vue';
|
|
|
2
2
|
import { PropsInstanceType } from '../../../constant';
|
|
3
3
|
|
|
4
4
|
type ChartProps = PropsInstanceType<'bar-chart'> | PropsInstanceType<'line-chart'> | PropsInstanceType<'pie-chart'>;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
type ChartOptionEnhancer = (option: Record<string, any>) => Record<string, any>;
|
|
6
|
+
export declare function useChart(props: ChartProps, defaultTemplate: string, enhanceChartOption?: ChartOptionEnhancer): {
|
|
7
|
+
formItemRef: ShallowRef<null, null>;
|
|
8
|
+
chartRef: Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
9
|
+
chartOption: ComputedRef<Record<string, any>>;
|
|
10
|
+
renderError: Ref<string, string>;
|
|
9
11
|
formItemInstanceProps: ComputedRef<{
|
|
10
12
|
caption: any;
|
|
11
13
|
}>;
|
|
@@ -4,6 +4,6 @@ import { Ref } from 'vue';
|
|
|
4
4
|
export declare const onEngineListInit: (engine: Engine) => Promise<void>;
|
|
5
5
|
export declare function useListMaster(): {
|
|
6
6
|
state: any;
|
|
7
|
-
hasPermission: Ref<boolean>;
|
|
7
|
+
hasPermission: Ref<boolean, boolean>;
|
|
8
8
|
onEngineInit: (engine: Engine) => Promise<void>;
|
|
9
9
|
};
|
|
@@ -11,9 +11,9 @@ export declare function useListSelectButton(props: PropsInstanceType<CONTROL_TYP
|
|
|
11
11
|
engine?: Engine;
|
|
12
12
|
visible?: Ref<boolean>;
|
|
13
13
|
}): {
|
|
14
|
-
visible: Ref<boolean>;
|
|
14
|
+
visible: Ref<boolean, boolean>;
|
|
15
15
|
disabled: ComputedRef<boolean>;
|
|
16
|
-
value: Ref<string | string[] | undefined>;
|
|
16
|
+
value: Ref<string | string[] | undefined, string | string[] | undefined>;
|
|
17
17
|
handlerClick: () => void;
|
|
18
18
|
handlerClickOk: (selectState: SelectStateType) => Promise<void>;
|
|
19
19
|
onEngineInit: (engine: Engine, rowIndex?: number) => Promise<void>;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* 嵌套子表:设计器列 field_code(如 num1)与 nest 接口 rows_header(如 num)不一致时,从别名/去尾数字段补值。
|
|
5
|
+
* 同时写入顶层与 data_value_map,保证 valueGetter 与 CellRendererFramework 一致。
|
|
6
|
+
*/
|
|
7
|
+
export declare function applyDetailRowFieldAliasesFromHeaders(rows: any[], headersFlat: any[]): void;
|
|
3
8
|
export declare function useListRows(gridInstance: ControlRuntimeInstance<'grid-table'> | any): {
|
|
4
|
-
getRowsFromResult: (result: any, blListViewData?: any, type?: string) =>
|
|
9
|
+
getRowsFromResult: (result: any, blListViewData?: any, type?: string, headersOverride?: any[]) => {}[];
|
|
5
10
|
};
|
|
@@ -38,17 +38,21 @@ export type fetchTableListParams = {
|
|
|
38
38
|
isViewSearch?: boolean;
|
|
39
39
|
};
|
|
40
40
|
export declare function useListViewModel(params: listViewModelParams): {
|
|
41
|
-
isPageInit: Ref<boolean>;
|
|
42
|
-
queryData: Ref<any>;
|
|
43
|
-
listData: Ref<any>;
|
|
41
|
+
isPageInit: Ref<boolean, boolean>;
|
|
42
|
+
queryData: Ref<any, any>;
|
|
43
|
+
listData: Ref<any, any>;
|
|
44
44
|
statisticsData: any;
|
|
45
|
-
pageConfig: Ref<{}>;
|
|
45
|
+
pageConfig: Ref<{}, {}>;
|
|
46
46
|
symbolIndexList: any;
|
|
47
|
-
listPagination: Ref<any>;
|
|
47
|
+
listPagination: Ref<any, any>;
|
|
48
48
|
fetchTableList: ({ paginationInfo, ordersInfo, queryInfo, filtersInfo, isFilter, clear, isPost, isPageChange, isSerach, isViewSearch, }: fetchTableListParams, options?: {
|
|
49
49
|
token: Number;
|
|
50
50
|
}) => Promise<void>;
|
|
51
|
-
|
|
51
|
+
fetchDetailTableList: (props: any) => Promise<{
|
|
52
|
+
rows: {}[];
|
|
53
|
+
total: number;
|
|
54
|
+
}>;
|
|
55
|
+
isShowAgGridFooterStatistics: Ref<boolean, boolean>;
|
|
52
56
|
deleteTableRow: (record: Recordable<unknown>, condition?: any) => Promise<void>;
|
|
53
57
|
getNoCountListMaxSize: ({ paginationInfo, ordersInfo, queryInfo, filtersInfo, isFilter, clear, }: fetchTableListParams) => Promise<{} | undefined>;
|
|
54
58
|
};
|