@byteluck-fe/runtime-engine 3.0.0 → 6.2.0-beta.1
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/runtime-engine.js +17054 -13773
- 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/components/EllipsisTooltip/EllipsisTooltip.d.ts +87 -0
- package/dist/src/entry_desktop/components/FormEngine/index.d.ts +3 -0
- 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-comment/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-grid-table/hooks/useAgGrid.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 +20 -4
- 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-step/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-sublist/hooks/useModel.d.ts +1 -0
- 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_desktop/controls/rok-table-layout/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-table-layout-row/index.d.ts +4 -0
- package/dist/src/entry_desktop/controls/rok-table-layout-wrapper/index.d.ts +3 -0
- package/dist/src/entry_desktop/hooks/layoutVar.d.ts +197 -0
- package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +3 -3
- package/dist/src/entry_mobile/components/VanSuperForm/VanSuperForm.d.ts +2 -2
- package/dist/src/entry_mobile/controls/components/table/hooks/hook.d.ts +2 -0
- 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 +40 -3
- package/dist/src/entry_mobile/controls/rok-attachment/upload.type.d.ts +5 -5
- package/dist/src/entry_mobile/controls/rok-attachment/utils.d.ts +2 -1
- package/dist/src/entry_mobile/controls/rok-comment/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-date-picker/hook.d.ts +148 -3
- package/dist/src/entry_mobile/controls/rok-date-range/hook.d.ts +149 -3
- package/dist/src/entry_mobile/controls/rok-department/hook.d.ts +20 -3
- package/dist/src/entry_mobile/controls/rok-department2/hook.d.ts +21 -3
- 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-grid-table/hooks/useRender.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-image/image.type.d.ts +3 -3
- package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +2 -1
- package/dist/src/entry_mobile/controls/rok-organization-selection/hook.d.ts +20 -3
- package/dist/src/entry_mobile/controls/rok-search-date-range/hook.d.ts +146 -3
- package/dist/src/entry_mobile/controls/rok-step/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-subtable/components/AgGrid/hooks/useAgGrid.d.ts +2 -0
- package/dist/src/entry_mobile/controls/rok-subtable/hooks/useFull.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-table-layout/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-table-layout-row/index.d.ts +4 -0
- package/dist/src/entry_mobile/controls/rok-table-layout-wrapper/index.d.ts +3 -0
- package/dist/src/entry_mobile/views/page-render/process-form/hooks.d.ts +1 -0
- package/dist/src/entry_mobile/views/page-render/useCancel.d.ts +1 -1
- package/dist/src/hooks/ag-grid-config.d.ts +4 -0
- package/dist/src/hooks/atomic/useEventListener.d.ts +1 -1
- package/dist/src/hooks/components/formEngineModal/index.d.ts +1 -0
- package/dist/src/hooks/components/formEngineModal/useFormEngine.d.ts +43 -0
- package/dist/src/hooks/components/formEngineModal/useFormEngineModal.d.ts +1 -0
- package/dist/src/hooks/components/formEngineModal/useFormState.d.ts +1 -0
- package/dist/src/hooks/components/listEngineModal/useListEngineModal.d.ts +3 -0
- package/dist/src/hooks/components/listEngineModal/useListState.d.ts +2 -1
- package/dist/src/hooks/components/useGroupTaskCommentTag.d.ts +3 -0
- package/dist/src/hooks/components/useLayoutChildren.d.ts +2 -2
- package/dist/src/hooks/components/useList.d.ts +9 -0
- package/dist/src/hooks/context/useGlobalEngineContext.d.ts +1 -0
- package/dist/src/hooks/controls/department2/useDepartmentDisabledSelected.d.ts +5 -0
- package/dist/src/hooks/controls/form/interface.d.ts +2 -2
- package/dist/src/hooks/controls/listMaster/useModel.d.ts +1 -0
- package/dist/src/hooks/controls/listSelectButton/useEngineFillState.d.ts +2 -2
- package/dist/src/hooks/controls/listSelectButton/useListSelectButton.d.ts +1 -1
- package/dist/src/hooks/controls/listView/useIframe.d.ts +2 -1
- package/dist/src/hooks/controls/listView/useListRows.d.ts +5 -0
- package/dist/src/hooks/controls/listView/useModel.d.ts +5 -4
- package/dist/src/hooks/controls/listView/useRowSpanModel.d.ts +1 -1
- package/dist/src/hooks/controls/selecRelation/useSelectRelationEngineInit.d.ts +1 -1
- package/dist/src/hooks/controls/simpleSearch/useSimpleSearch.d.ts +1 -1
- package/dist/src/hooks/controls/subtable/useSubtableFormEngineModal.d.ts +4 -1
- package/dist/src/hooks/controls/tab/useTab.d.ts +14 -0
- package/dist/src/hooks/controls/useDateRange.d.ts +137 -0
- package/dist/src/hooks/form/useBaseForm.d.ts +35 -0
- 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/hooks/form/useFormPageMask.d.ts +4 -0
- package/dist/src/hooks/model/useDashboardState.d.ts +9 -1
- package/dist/src/hooks/views/useApprovalForm.d.ts +5 -0
- package/dist/src/hooks/views/useExternalFormData.d.ts +1 -0
- package/dist/src/hooks/views/useFormRenderByApprovalProcess.d.ts +4 -0
- package/dist/src/hooks/views/useFormRenderByFormKeyAndUid.d.ts +1 -0
- package/dist/src/hooks/views/usePageForm.d.ts +1 -0
- package/dist/src/hooks/views/usePrintForm.d.ts +1 -0
- package/dist/src/hooks/views/useProcessForm.d.ts +3 -0
- package/dist/src/hooks/views/useProcessFormRenderByFormKeyAndUid.d.ts +3 -0
- package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +12 -8
- package/dist/src/plugins/engine/CustomVueControlPlugin.d.ts +2 -2
- package/dist/src/plugins/engine/DataSourceManagePlugin.d.ts +1 -1
- package/dist/src/plugins/engine/DataViewPlugin.d.ts +3 -1
- package/dist/src/plugins/engine/DatasourceSearchPlugin.d.ts +3 -1
- package/dist/src/plugins/engine/DisplayPlugin.d.ts +2 -0
- package/dist/src/plugins/engine/EventListenerPlugin/index.d.ts +1 -0
- package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +13 -12
- package/dist/src/plugins/engine/ExpressionPlugin.d.ts +9 -1
- package/dist/src/plugins/engine/MultistageFillingPlugin.d.ts +1 -1
- package/dist/src/plugins/engine/TitleSettingPlugin.d.ts +1 -0
- 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/services/services.auto.d.ts +25 -1
- package/dist/src/services/template.d.ts +1 -1
- package/dist/src/store/index.d.ts +2 -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 +8 -8
- 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/controls/subtableDealTableColumn.d.ts +49 -0
- package/dist/src/utils/controls/subtableReadonlyCellRenders.d.ts +13 -0
- package/dist/src/utils/core/captionStyle.d.ts +1 -0
- package/dist/src/utils/core/crossMessageProcessor.d.ts +1 -1
- package/dist/src/utils/core/customVariables.d.ts +4 -0
- package/dist/src/utils/core/expressionTools.d.ts +1 -1
- package/dist/src/utils/core/index.d.ts +2 -0
- 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/dateUtils.d.ts +1 -0
- package/dist/src/utils/tools/displayValue.d.ts +2 -2
- package/dist/src/utils/tools/getCachedApplyRender.d.ts +1 -1
- package/dist/src/utils/tools/subtableAgGridUtils.d.ts +1 -1
- package/package.json +1 -1
- package/dist/src/entry_desktop/controls/rok-attachment/hook-file-base.d.ts +0 -4
- package/dist/src/entry_desktop/controls/rok-attachment/hook.d.ts +0 -30
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { ShallowRef, Ref, ComputedRef } from 'vue';
|
|
2
|
+
import { ControlPropertyInstance, ControlRuntimeInstance, LimitDate } from '@byteluck-fe/model-driven-core-all';
|
|
3
|
+
|
|
4
|
+
export declare function useDateRange(instanceProps: ShallowRef<ControlPropertyInstance<'date-range' | 'date-picker' | 'search-date-range'>>, instance: ControlRuntimeInstance<'date-range' | 'date-picker' | 'search-date-range'>): {
|
|
5
|
+
minDate: Ref<{
|
|
6
|
+
toString: () => string;
|
|
7
|
+
toDateString: () => string;
|
|
8
|
+
toTimeString: () => string;
|
|
9
|
+
toLocaleString: {
|
|
10
|
+
(): string;
|
|
11
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
12
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
13
|
+
};
|
|
14
|
+
toLocaleDateString: {
|
|
15
|
+
(): string;
|
|
16
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
17
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
18
|
+
};
|
|
19
|
+
toLocaleTimeString: {
|
|
20
|
+
(): string;
|
|
21
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
22
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
23
|
+
};
|
|
24
|
+
valueOf: () => number;
|
|
25
|
+
getTime: () => number;
|
|
26
|
+
getFullYear: () => number;
|
|
27
|
+
getUTCFullYear: () => number;
|
|
28
|
+
getMonth: () => number;
|
|
29
|
+
getUTCMonth: () => number;
|
|
30
|
+
getDate: () => number;
|
|
31
|
+
getUTCDate: () => number;
|
|
32
|
+
getDay: () => number;
|
|
33
|
+
getUTCDay: () => number;
|
|
34
|
+
getHours: () => number;
|
|
35
|
+
getUTCHours: () => number;
|
|
36
|
+
getMinutes: () => number;
|
|
37
|
+
getUTCMinutes: () => number;
|
|
38
|
+
getSeconds: () => number;
|
|
39
|
+
getUTCSeconds: () => number;
|
|
40
|
+
getMilliseconds: () => number;
|
|
41
|
+
getUTCMilliseconds: () => number;
|
|
42
|
+
getTimezoneOffset: () => number;
|
|
43
|
+
setTime: (time: number) => number;
|
|
44
|
+
setMilliseconds: (ms: number) => number;
|
|
45
|
+
setUTCMilliseconds: (ms: number) => number;
|
|
46
|
+
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
47
|
+
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
48
|
+
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
49
|
+
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
50
|
+
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
51
|
+
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
52
|
+
setDate: (date: number) => number;
|
|
53
|
+
setUTCDate: (date: number) => number;
|
|
54
|
+
setMonth: (month: number, date?: number | undefined) => number;
|
|
55
|
+
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
56
|
+
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
57
|
+
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
58
|
+
toUTCString: () => string;
|
|
59
|
+
toISOString: () => string;
|
|
60
|
+
toJSON: (key?: any) => string;
|
|
61
|
+
[Symbol.toPrimitive]: {
|
|
62
|
+
(hint: "default"): string;
|
|
63
|
+
(hint: "string"): string;
|
|
64
|
+
(hint: "number"): number;
|
|
65
|
+
(hint: string): string | number;
|
|
66
|
+
};
|
|
67
|
+
}>;
|
|
68
|
+
maxDate: Ref<{
|
|
69
|
+
toString: () => string;
|
|
70
|
+
toDateString: () => string;
|
|
71
|
+
toTimeString: () => string;
|
|
72
|
+
toLocaleString: {
|
|
73
|
+
(): string;
|
|
74
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
75
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
76
|
+
};
|
|
77
|
+
toLocaleDateString: {
|
|
78
|
+
(): string;
|
|
79
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
80
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
81
|
+
};
|
|
82
|
+
toLocaleTimeString: {
|
|
83
|
+
(): string;
|
|
84
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
85
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
86
|
+
};
|
|
87
|
+
valueOf: () => number;
|
|
88
|
+
getTime: () => number;
|
|
89
|
+
getFullYear: () => number;
|
|
90
|
+
getUTCFullYear: () => number;
|
|
91
|
+
getMonth: () => number;
|
|
92
|
+
getUTCMonth: () => number;
|
|
93
|
+
getDate: () => number;
|
|
94
|
+
getUTCDate: () => number;
|
|
95
|
+
getDay: () => number;
|
|
96
|
+
getUTCDay: () => number;
|
|
97
|
+
getHours: () => number;
|
|
98
|
+
getUTCHours: () => number;
|
|
99
|
+
getMinutes: () => number;
|
|
100
|
+
getUTCMinutes: () => number;
|
|
101
|
+
getSeconds: () => number;
|
|
102
|
+
getUTCSeconds: () => number;
|
|
103
|
+
getMilliseconds: () => number;
|
|
104
|
+
getUTCMilliseconds: () => number;
|
|
105
|
+
getTimezoneOffset: () => number;
|
|
106
|
+
setTime: (time: number) => number;
|
|
107
|
+
setMilliseconds: (ms: number) => number;
|
|
108
|
+
setUTCMilliseconds: (ms: number) => number;
|
|
109
|
+
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
110
|
+
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
111
|
+
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
112
|
+
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
113
|
+
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
114
|
+
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
115
|
+
setDate: (date: number) => number;
|
|
116
|
+
setUTCDate: (date: number) => number;
|
|
117
|
+
setMonth: (month: number, date?: number | undefined) => number;
|
|
118
|
+
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
119
|
+
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
120
|
+
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
121
|
+
toUTCString: () => string;
|
|
122
|
+
toISOString: () => string;
|
|
123
|
+
toJSON: (key?: any) => string;
|
|
124
|
+
[Symbol.toPrimitive]: {
|
|
125
|
+
(hint: "default"): string;
|
|
126
|
+
(hint: "string"): string;
|
|
127
|
+
(hint: "number"): number;
|
|
128
|
+
(hint: string): string | number;
|
|
129
|
+
};
|
|
130
|
+
}>;
|
|
131
|
+
disabledDates: {
|
|
132
|
+
min: Date;
|
|
133
|
+
max: Date;
|
|
134
|
+
}[];
|
|
135
|
+
limitDateList: ComputedRef< LimitDate[]>;
|
|
136
|
+
instanceProps: ShallowRef<ControlPropertyInstance<"date-picker" | "date-range" | "search-date-range">>;
|
|
137
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ComputedRef, Ref, ShallowRef } from 'vue';
|
|
2
|
+
import { RuntimeFormControl, PAGE_STATUS, PropertyRuntimeRules } from '@byteluck-fe/model-driven-core-all';
|
|
3
|
+
import { Engine } from '@byteluck-fe/model-driven-engine';
|
|
4
|
+
|
|
5
|
+
declare enum PROCESS_DISPLAY_TYPE {
|
|
6
|
+
DISABLED = "disabled",
|
|
7
|
+
TEXT = "text"
|
|
8
|
+
}
|
|
9
|
+
export declare function useFormItemValidate(): {
|
|
10
|
+
formItemRef: Ref<any>;
|
|
11
|
+
formItemValidate: () => Promise<any>;
|
|
12
|
+
};
|
|
13
|
+
export declare function useBaseForm<T extends RuntimeFormControl>(instanceProps: ShallowRef<T['props']>, instance: T, rowIndex: number | undefined, value?: ComputedRef<any>): {
|
|
14
|
+
context: Ref<Engine> | undefined;
|
|
15
|
+
isDisabled: ComputedRef<boolean>;
|
|
16
|
+
placeholder: ComputedRef<any>;
|
|
17
|
+
updateValue: (value: string | string[] | number | number[] | object) => void;
|
|
18
|
+
pageStatus: ComputedRef< PAGE_STATUS>;
|
|
19
|
+
isReadonly: ComputedRef<boolean>;
|
|
20
|
+
isProcessForm: boolean;
|
|
21
|
+
isEditable: ComputedRef<boolean>;
|
|
22
|
+
isReadonlyHandler: ComputedRef<boolean>;
|
|
23
|
+
rules: ComputedRef< PropertyRuntimeRules>;
|
|
24
|
+
formItemRef: Ref<any>;
|
|
25
|
+
formItemValidate: () => Promise<any>;
|
|
26
|
+
isPrint: ComputedRef<boolean>;
|
|
27
|
+
isSubtable: ComputedRef<boolean>;
|
|
28
|
+
isMobileEditable: ComputedRef<boolean>;
|
|
29
|
+
props: ShallowRef<T["props"]>;
|
|
30
|
+
isApproval: boolean;
|
|
31
|
+
processFormReadonlyControlMode: unknown;
|
|
32
|
+
getDisplayType: () => string;
|
|
33
|
+
PROCESS_DISPLAY_TYPE: typeof PROCESS_DISPLAY_TYPE;
|
|
34
|
+
};
|
|
35
|
+
export {};
|
|
@@ -21,7 +21,7 @@ export declare function useBatchPrint(props: any, options?: {
|
|
|
21
21
|
}[]>;
|
|
22
22
|
isHaveUploadWordTemplate: ComputedRef<any>;
|
|
23
23
|
onlyHaveSystemPrint: ComputedRef<boolean>;
|
|
24
|
-
handlePrint: (e?: any, formKey?: string
|
|
24
|
+
handlePrint: (e?: any, formKey?: string) => Promise<void>;
|
|
25
25
|
jumpToPrintUrl: (formKey: string) => void;
|
|
26
26
|
showPrint: ComputedRef<boolean>;
|
|
27
27
|
};
|
|
@@ -18,7 +18,7 @@ export declare function useChangeLog(params: {
|
|
|
18
18
|
element_type?: string | undefined;
|
|
19
19
|
field_code?: string | undefined;
|
|
20
20
|
field_type?: string | undefined;
|
|
21
|
-
operation_type?: "
|
|
21
|
+
operation_type?: "UPDATE" | "DELETE" | "INSERT" | undefined;
|
|
22
22
|
result_value?: unknown;
|
|
23
23
|
source_value?: unknown;
|
|
24
24
|
sub_data_code?: string | undefined;
|
|
@@ -26,7 +26,7 @@ export declare function useChangeLog(params: {
|
|
|
26
26
|
operation_action_type?: "MANUAL" | "SERVICE" | undefined;
|
|
27
27
|
operation_time?: string | undefined;
|
|
28
28
|
operation_timestamp?: number | undefined;
|
|
29
|
-
operation_type?: "
|
|
29
|
+
operation_type?: "UPDATE" | "DELETE" | "INSERT" | undefined;
|
|
30
30
|
operator?: {
|
|
31
31
|
all_dept_id_list?: string[] | undefined;
|
|
32
32
|
all_group_code_list?: string[] | undefined;
|
|
@@ -3,8 +3,8 @@ import { PropsInstanceType } from '../../constant';
|
|
|
3
3
|
|
|
4
4
|
export declare function useFormEvents(props: PropsInstanceType<any>): {
|
|
5
5
|
isFocusing: Ref<boolean>;
|
|
6
|
-
onBlur: (value: unknown, options?: Record<string, unknown>
|
|
7
|
-
onFocus: (value: unknown, options?: Record<string, unknown>
|
|
8
|
-
onInput: (value: unknown, options?: Record<string, unknown>
|
|
9
|
-
onClick: (value: unknown, options?: Record<string, unknown>
|
|
6
|
+
onBlur: (value: unknown, options?: Record<string, unknown>) => void;
|
|
7
|
+
onFocus: (value: unknown, options?: Record<string, unknown>) => void;
|
|
8
|
+
onInput: (value: unknown, options?: Record<string, unknown>) => void;
|
|
9
|
+
onClick: (value: unknown, options?: Record<string, unknown>) => void;
|
|
10
10
|
};
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { Ref, ComputedRef } from 'vue';
|
|
2
|
-
|
|
2
|
+
interface dashboardParams {
|
|
3
|
+
appId: MayBeRef<string>;
|
|
4
|
+
dashboardKey: MayBeRef<string>;
|
|
5
|
+
formKey?: MayBeRef<string>;
|
|
6
|
+
dataId?: MayBeRef<string>;
|
|
7
|
+
reportParams?: any;
|
|
8
|
+
}
|
|
9
|
+
export declare function useDashboardState(params: dashboardParams): {
|
|
3
10
|
title: Ref<string>;
|
|
4
11
|
state: Ref<{
|
|
5
12
|
app_id?: string | undefined;
|
|
@@ -22,3 +29,4 @@ export declare function useDashboardState(appId: MayBeRef<string>, dashboardKey:
|
|
|
22
29
|
isError: ComputedRef<boolean>;
|
|
23
30
|
loading: Ref<boolean>;
|
|
24
31
|
};
|
|
32
|
+
export {};
|
|
@@ -13,6 +13,7 @@ export declare function useApprovalForm(handlerRenderError: (error: {
|
|
|
13
13
|
formKey: string;
|
|
14
14
|
dataCode?: string | undefined;
|
|
15
15
|
formType: string;
|
|
16
|
+
viewType?: string | undefined;
|
|
16
17
|
};
|
|
17
18
|
processInfo: {
|
|
18
19
|
appId: string;
|
|
@@ -25,6 +26,8 @@ export declare function useApprovalForm(handlerRenderError: (error: {
|
|
|
25
26
|
processDefinitionKey: string;
|
|
26
27
|
bizKey: string;
|
|
27
28
|
processParam: {};
|
|
29
|
+
noticeId: string;
|
|
30
|
+
noteId: string;
|
|
28
31
|
};
|
|
29
32
|
dataCode: ComputedRef<any>;
|
|
30
33
|
isTodoOrDone: ComputedRef<boolean>;
|
|
@@ -43,5 +46,7 @@ export declare function useApprovalForm(handlerRenderError: (error: {
|
|
|
43
46
|
};
|
|
44
47
|
custom: number;
|
|
45
48
|
isShowTip: boolean;
|
|
49
|
+
command_policy_type: string;
|
|
50
|
+
next_node_config: string;
|
|
46
51
|
}) => Promise<unknown>;
|
|
47
52
|
};
|
|
@@ -5,6 +5,7 @@ interface ProcessParams {
|
|
|
5
5
|
taskId?: string;
|
|
6
6
|
processInstanceId?: string;
|
|
7
7
|
noticeId?: string;
|
|
8
|
+
noteId?: string;
|
|
8
9
|
formKey?: string;
|
|
9
10
|
additional_query?: string;
|
|
10
11
|
}
|
|
@@ -22,6 +23,7 @@ export declare function useFormRenderByApprovalProcess(requestParams?: ProcessPa
|
|
|
22
23
|
formKey: string;
|
|
23
24
|
dataCode?: string | undefined;
|
|
24
25
|
formType: string;
|
|
26
|
+
viewType?: string | undefined;
|
|
25
27
|
};
|
|
26
28
|
processInfo: {
|
|
27
29
|
appId: string;
|
|
@@ -34,6 +36,8 @@ export declare function useFormRenderByApprovalProcess(requestParams?: ProcessPa
|
|
|
34
36
|
processDefinitionKey: string;
|
|
35
37
|
bizKey: string;
|
|
36
38
|
processParam: {};
|
|
39
|
+
noticeId: string;
|
|
40
|
+
noteId: string;
|
|
37
41
|
};
|
|
38
42
|
getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
|
|
39
43
|
dataCode: ComputedRef<any>;
|
|
@@ -20,6 +20,7 @@ export declare function useFormRenderByFormKeyAndUid(requestParams?: FormKeyAndU
|
|
|
20
20
|
formKey: string;
|
|
21
21
|
dataCode?: string | undefined;
|
|
22
22
|
formType: string;
|
|
23
|
+
viewType?: string | undefined;
|
|
23
24
|
};
|
|
24
25
|
getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
|
|
25
26
|
hasPermission: Ref<boolean>;
|
|
@@ -13,6 +13,7 @@ export declare function useProcessForm(handlerRenderError: (error: {
|
|
|
13
13
|
formKey: string;
|
|
14
14
|
dataCode?: string | undefined;
|
|
15
15
|
formType: string;
|
|
16
|
+
viewType?: string | undefined;
|
|
16
17
|
};
|
|
17
18
|
processInfo: {
|
|
18
19
|
appId: string;
|
|
@@ -25,6 +26,8 @@ export declare function useProcessForm(handlerRenderError: (error: {
|
|
|
25
26
|
processDefinitionKey: string;
|
|
26
27
|
bizKey: string;
|
|
27
28
|
processParam: {};
|
|
29
|
+
noticeId: string;
|
|
30
|
+
noteId: string;
|
|
28
31
|
};
|
|
29
32
|
dataCode: ComputedRef<any>;
|
|
30
33
|
engine: Ref<Engine | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare function useProcessFormRenderByFormKeyAndUid(requestParams?: {},
|
|
|
14
14
|
formKey: string;
|
|
15
15
|
dataCode?: string | undefined;
|
|
16
16
|
formType: string;
|
|
17
|
+
viewType?: string | undefined;
|
|
17
18
|
};
|
|
18
19
|
processInfo: {
|
|
19
20
|
appId: string;
|
|
@@ -26,6 +27,8 @@ export declare function useProcessFormRenderByFormKeyAndUid(requestParams?: {},
|
|
|
26
27
|
processDefinitionKey: string;
|
|
27
28
|
bizKey: string;
|
|
28
29
|
processParam: {};
|
|
30
|
+
noticeId: string;
|
|
31
|
+
noteId: string;
|
|
29
32
|
};
|
|
30
33
|
getFormDataDisplayPromise: Ref<Promise<typing.PageDataDisplayBo | undefined> | undefined>;
|
|
31
34
|
dataCode: ComputedRef<any>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { Engine, Plugin } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
import { ControlRuntimeInstance, ControlsKeys } from '@byteluck-fe/model-driven-core-all';
|
|
3
3
|
import { FetchService } from '../../utils';
|
|
4
|
+
import { RouteLocationRaw, NavigationFailure, RouteLocationNormalizedLoaded, RouteLocation } from 'vue-router';
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
type ActionUtilType = {
|
|
6
7
|
device: 'desktop' | 'mobile';
|
|
7
8
|
userInfo: any;
|
|
8
9
|
tenant: any;
|
|
@@ -28,9 +29,9 @@ export declare class ActionUtilsPlugin implements Plugin {
|
|
|
28
29
|
getUserInfo(): any;
|
|
29
30
|
getTenant(): any;
|
|
30
31
|
getLanguage(): string;
|
|
31
|
-
getLocaleText(key: string,
|
|
32
|
+
getLocaleText(key: string, replaceObj?: any, defaultVal?: string): string;
|
|
32
33
|
toast(message: string, type?: ToastOptions['type'], show?: ToastOptions['show']): void;
|
|
33
|
-
confirm(title: string, content: any): Promise<unknown>;
|
|
34
|
+
confirm(title: string, content: any, options?: {}): Promise<unknown>;
|
|
34
35
|
getHttp(path?: string): FetchService;
|
|
35
36
|
setGlobalLoading(isloading?: boolean, color?: string): void;
|
|
36
37
|
getBasePath(): any;
|
|
@@ -45,6 +46,7 @@ export declare class ActionUtilsPlugin implements Plugin {
|
|
|
45
46
|
batchSetDisplayCache({ dic_map, display_map, }: {
|
|
46
47
|
[key: string]: typing.SubTablePageVo;
|
|
47
48
|
}): void;
|
|
49
|
+
clearDisplayCache(dataCode: string, fieldCode?: string, value?: string | string[]): void;
|
|
48
50
|
getPageStatus(): any;
|
|
49
51
|
getProcessParam(): any;
|
|
50
52
|
getPageData(): {
|
|
@@ -54,11 +56,13 @@ export declare class ActionUtilsPlugin implements Plugin {
|
|
|
54
56
|
} | undefined;
|
|
55
57
|
getURLParam(): any;
|
|
56
58
|
getRouter(): {
|
|
57
|
-
push:
|
|
58
|
-
replace:
|
|
59
|
-
back:
|
|
60
|
-
forward:
|
|
61
|
-
resolve:
|
|
59
|
+
push: (to: RouteLocationRaw) => Promise<void | NavigationFailure | undefined>;
|
|
60
|
+
replace: (to: RouteLocationRaw) => Promise<void | NavigationFailure | undefined>;
|
|
61
|
+
back: () => void;
|
|
62
|
+
forward: () => void;
|
|
63
|
+
resolve: (to: RouteLocationRaw, currentLocation?: RouteLocationNormalizedLoaded | undefined) => RouteLocation & {
|
|
64
|
+
href: string;
|
|
65
|
+
};
|
|
62
66
|
};
|
|
63
67
|
getEnvVariables(app_id?: string, env_keys?: string[]): Promise<any>;
|
|
64
68
|
getSysVariables(sys_keys?: string[]): Promise<any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin, Engine } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
|
|
3
|
-
export
|
|
3
|
+
export type CustomConfig = {
|
|
4
4
|
module: {
|
|
5
5
|
compiled: string;
|
|
6
6
|
source: string;
|
|
@@ -11,7 +11,7 @@ export declare type CustomConfig = {
|
|
|
11
11
|
name: string;
|
|
12
12
|
}[];
|
|
13
13
|
};
|
|
14
|
-
export
|
|
14
|
+
export type CustomConfigMap = {
|
|
15
15
|
custom: CustomConfig;
|
|
16
16
|
rel_form_keys: string[];
|
|
17
17
|
style: {
|
|
@@ -22,5 +22,5 @@ export declare class DataSourceManagePlugin implements Plugin {
|
|
|
22
22
|
private cacheRequest;
|
|
23
23
|
constructor(options: any, isPreviewMode: boolean);
|
|
24
24
|
apply(engine: Engine): void;
|
|
25
|
-
requestData(payload: EventPayload): Promise<
|
|
25
|
+
requestData(payload: EventPayload): Promise<{}>;
|
|
26
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Engine, EventPayload, Plugin } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
type Types = 'cancel' | 'save' | 'print' | 'save_as' | 'draft';
|
|
5
5
|
interface ButtonItem {
|
|
6
6
|
name: string;
|
|
7
7
|
props: {
|
|
@@ -21,6 +21,7 @@ export declare class DataViewPlugin implements Plugin {
|
|
|
21
21
|
private isBindProcessStartNode;
|
|
22
22
|
private showDataViewOperationBtn;
|
|
23
23
|
private store;
|
|
24
|
+
private payload;
|
|
24
25
|
constructor(options: {
|
|
25
26
|
buttonGroups: ButtonItem[];
|
|
26
27
|
behaviors: typing.PageBehaviorBo[];
|
|
@@ -33,6 +34,7 @@ export declare class DataViewPlugin implements Plugin {
|
|
|
33
34
|
private setSaveDraftButton;
|
|
34
35
|
handlerFormSubmit(payload: EventPayload & {
|
|
35
36
|
instance: ControlRuntimeInstance<'data-view'>;
|
|
37
|
+
isSubmit?: any;
|
|
36
38
|
}): Promise<typing.PlainResult$OptResDto$ | undefined>;
|
|
37
39
|
private onBeforeSubmit;
|
|
38
40
|
private onBeforeSubmitFormatParams;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Engine, Plugin } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
type DatasourceSearchUtilType = {
|
|
4
4
|
userInfo: any;
|
|
5
5
|
isPreviewMode: any;
|
|
6
6
|
};
|
|
@@ -11,12 +11,14 @@ export declare class DatasourceSearchPlugin implements Plugin {
|
|
|
11
11
|
private cacheRequest;
|
|
12
12
|
private config;
|
|
13
13
|
private weakMap;
|
|
14
|
+
private setDepartmentDisabled;
|
|
14
15
|
constructor(config: DatasourceSearchUtilType);
|
|
15
16
|
apply(engine: Engine): void;
|
|
16
17
|
private watchSearchEvents;
|
|
17
18
|
private watchSetSearchCacheEvents;
|
|
18
19
|
private isOptions;
|
|
19
20
|
private isDataSourceBind;
|
|
21
|
+
private getDepartmentFetchData;
|
|
20
22
|
private onDataSourceSearch;
|
|
21
23
|
private getUserListByIds;
|
|
22
24
|
private getDepartmentsByIds;
|
|
@@ -8,6 +8,7 @@ export declare class DisplayPlugin implements Plugin {
|
|
|
8
8
|
private formConfig;
|
|
9
9
|
private engine;
|
|
10
10
|
private cacheDefaultIsHide;
|
|
11
|
+
private isInit;
|
|
11
12
|
constructor(behaviors: typing.PageBehaviorBo[], config: DisplayItem[], formConfig: any);
|
|
12
13
|
apply(engine: Engine): void;
|
|
13
14
|
private judgeAndCacheInstanceIsHide;
|
|
@@ -16,6 +17,7 @@ export declare class DisplayPlugin implements Plugin {
|
|
|
16
17
|
private handlerInitEmptyInstanceIsHide;
|
|
17
18
|
private handlerJudgeParentHide;
|
|
18
19
|
private watchInstanceIsHideChange;
|
|
20
|
+
private initControlsDisplay;
|
|
19
21
|
/**
|
|
20
22
|
* @description 监听change事件,触发显隐
|
|
21
23
|
* */
|
|
@@ -19,6 +19,7 @@ export declare class EventListenerPlugin implements Plugin {
|
|
|
19
19
|
private router;
|
|
20
20
|
constructor(config: ControlsEvent, app_id: string, userInfo: typing.CurrentUserInfo, store: any, route: RouteLocationNormalizedLoaded, router: Router);
|
|
21
21
|
apply(engine: Engine): void;
|
|
22
|
+
private getAllEventList;
|
|
22
23
|
private getNeedListenEventKeys;
|
|
23
24
|
private configCamelizeKeys;
|
|
24
25
|
private formatConfig;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Engine, EventPayload } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
import { FieldFilterCondition, FieldFilterConditions, DataSourceOrderItem, RuntimeControl, FillBackBind, FillPayloadBind, FormSelectBind, ListBind } from '@byteluck-fe/model-driven-core-all';
|
|
3
3
|
|
|
4
|
-
export
|
|
4
|
+
export type ControlsEvent = {
|
|
5
5
|
[controlId: string]: BaitedaEventListener[];
|
|
6
6
|
};
|
|
7
|
-
export
|
|
7
|
+
export type FormattedControlEvent = {
|
|
8
8
|
[controlId: string | number]: Record<string, BaitedaEventListener>;
|
|
9
9
|
};
|
|
10
|
-
export
|
|
10
|
+
export type EventKeys = Parameters<Engine['on']>[0];
|
|
11
11
|
export declare class BaitedaEventListener {
|
|
12
12
|
eventKey: string;
|
|
13
13
|
enabledCase: boolean;
|
|
@@ -86,7 +86,8 @@ export declare enum RuleType {
|
|
|
86
86
|
form = "form",
|
|
87
87
|
system = "system",
|
|
88
88
|
fx = "fx",
|
|
89
|
-
page = "page"
|
|
89
|
+
page = "page",
|
|
90
|
+
customVariable = "custom-variable"
|
|
90
91
|
}
|
|
91
92
|
export declare enum OpenMode {
|
|
92
93
|
newTab = "newTab",
|
|
@@ -95,10 +96,10 @@ export declare enum OpenMode {
|
|
|
95
96
|
}
|
|
96
97
|
export declare const currenSystem: any;
|
|
97
98
|
export declare enum ModelMode {
|
|
98
|
-
subtable = "subtable"
|
|
99
|
+
subtable = "subtable",//子表
|
|
99
100
|
current = "current"
|
|
100
101
|
}
|
|
101
|
-
export
|
|
102
|
+
export type UnnkownValue = {
|
|
102
103
|
[x: string]: string | [] | number | undefined | unknown;
|
|
103
104
|
};
|
|
104
105
|
export declare enum ImageType {
|
|
@@ -107,7 +108,7 @@ export declare enum ImageType {
|
|
|
107
108
|
local = "local",
|
|
108
109
|
fileId = "fileId"
|
|
109
110
|
}
|
|
110
|
-
export
|
|
111
|
+
export type PropItem = {
|
|
111
112
|
prop: string;
|
|
112
113
|
value: any;
|
|
113
114
|
propName: string;
|
|
@@ -133,7 +134,7 @@ export interface CalcDifferenceType {
|
|
|
133
134
|
goalModuleTime: any;
|
|
134
135
|
unit: any;
|
|
135
136
|
}
|
|
136
|
-
export
|
|
137
|
+
export type EventCaseHandlerPayload = {
|
|
137
138
|
name: string;
|
|
138
139
|
engine: Engine;
|
|
139
140
|
handler: IBaitedaEventHandler;
|
|
@@ -145,20 +146,20 @@ export declare type EventCaseHandlerPayload = {
|
|
|
145
146
|
value?: unknown;
|
|
146
147
|
rowIndex?: number;
|
|
147
148
|
};
|
|
148
|
-
export
|
|
149
|
+
export type ConfirmDialog = {
|
|
149
150
|
titleData: any;
|
|
150
151
|
titleType: string;
|
|
151
152
|
contentData: any;
|
|
152
153
|
contentType: string;
|
|
153
154
|
isErrorContinue: boolean;
|
|
154
155
|
};
|
|
155
|
-
export
|
|
156
|
+
export type ActionOperate = {
|
|
156
157
|
controlId: string;
|
|
157
158
|
optType: string;
|
|
158
159
|
optCode: string;
|
|
159
160
|
isErrorContinue: boolean;
|
|
160
161
|
};
|
|
161
|
-
export
|
|
162
|
+
export type TriggerOtherControlEvent = {
|
|
162
163
|
controlId: string;
|
|
163
164
|
controlName: string;
|
|
164
165
|
eventKey: string;
|
|
@@ -166,7 +167,7 @@ export declare type TriggerOtherControlEvent = {
|
|
|
166
167
|
subTableId: string;
|
|
167
168
|
subTableName: string;
|
|
168
169
|
};
|
|
169
|
-
export
|
|
170
|
+
export type OpenPageEventType = {
|
|
170
171
|
pageType: 'form' | 'list' | 'link';
|
|
171
172
|
operateType: 'view';
|
|
172
173
|
openType: 'tab' | 'current' | 'new' | 'dialog';
|
|
@@ -32,6 +32,8 @@ export declare class ExpressionPlugin extends ExpressionBasePlugin {
|
|
|
32
32
|
payload: EventPayload;
|
|
33
33
|
type: string;
|
|
34
34
|
rowIndex?: number;
|
|
35
|
+
eventKey?: string;
|
|
36
|
+
eventValue?: any;
|
|
35
37
|
needExpressionControlObj: any;
|
|
36
38
|
relationSubFormControlsObj: any;
|
|
37
39
|
hasExpressionsControlIdsObj: any;
|
|
@@ -45,6 +47,7 @@ export declare class ExpressionPlugin extends ExpressionBasePlugin {
|
|
|
45
47
|
clearCurrentSettingData(): void;
|
|
46
48
|
onDatasourceLoaded(datasourceId: string, callback: Function): void;
|
|
47
49
|
parserFXConfig(): void;
|
|
50
|
+
setValues: (values: any[], result: any) => void;
|
|
48
51
|
runFxOfEventListener(): {
|
|
49
52
|
isRight: boolean;
|
|
50
53
|
values?: undefined;
|
|
@@ -55,19 +58,24 @@ export declare class ExpressionPlugin extends ExpressionBasePlugin {
|
|
|
55
58
|
isRight: boolean;
|
|
56
59
|
} | undefined;
|
|
57
60
|
resetSubTableAddRowDataBeforeInsert(payload: EventPayload): void;
|
|
61
|
+
runFxOfTextContent(): Promise<void>;
|
|
58
62
|
resetParseResultOfDateRange(match: any, originControlId: string, prevParseResult: any, propertyKey: string): {
|
|
59
63
|
min: any;
|
|
60
64
|
max: any;
|
|
61
65
|
};
|
|
62
66
|
resetParseResult(controlId: string, prevParseResult: any, propertyKey: string): any;
|
|
63
|
-
deepCloneWithPrototype(obj: any, map?: WeakMap<
|
|
67
|
+
deepCloneWithPrototype(obj: any, map?: WeakMap<WeakKey, any>): any;
|
|
64
68
|
runnerExpressionAndUpdateBeforeSubTableInsert(controlId: string): void;
|
|
65
69
|
registerDatasourceFunctions(): void;
|
|
70
|
+
getDateFormat(controlId: string, format: string): Promise<string | undefined>;
|
|
66
71
|
getLocaleText(key: string, rowNumber: number): any;
|
|
72
|
+
getControlDisplay(controlId: string, rowNumber: number): Promise<any>;
|
|
67
73
|
registerSystemVariables(): void;
|
|
68
74
|
parseFunctionExpression(expression: any): void;
|
|
69
75
|
parseConditionArgument(expression: any): void;
|
|
70
76
|
parseAndOrFunctionExpression(expression: any): void;
|
|
77
|
+
parseGetControlDisplayFunctionExpression(expression: any): void;
|
|
78
|
+
getConditionArgument: (conditions: any[]) => any[];
|
|
71
79
|
parseIfFunctionExpression(expression: any): void;
|
|
72
80
|
getConditionCodes(conditionArgument: any[]): string[];
|
|
73
81
|
getFormControlValue(controlIds: string[]): any;
|