@byteluck-fe/runtime-engine 6.2.0-beta.1 → 6.2.1-gdnz-beta.2
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 +69263 -15509
- package/dist/src/constant/controls/simple-search.d.ts +1 -0
- package/dist/src/constant/page/address.d.ts +1 -1
- package/dist/src/entry_desktop/components/EllipsisTooltip/EllipsisTooltip.d.ts +3 -3
- package/dist/src/entry_desktop/controls/rok-bar-chart/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-barcode/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-blank-container/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-cascader/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-collapse/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-counter/index.d.ts +3 -0
- 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/useColumns.d.ts +19 -5
- package/dist/src/entry_desktop/controls/rok-iframe/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-line-chart/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-pie-chart/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-qr-code/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-slider/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-switch/index.d.ts +3 -0
- package/dist/src/entry_desktop/controls/rok-tag/index.d.ts +3 -0
- package/dist/src/entry_desktop/hooks/layoutVar.d.ts +1 -1
- package/dist/src/entry_desktop/utils/openType.d.ts +3 -0
- package/dist/src/entry_desktop/views/list-application/hooks/useListApplication.d.ts +1 -1
- package/dist/src/entry_desktop/views/multiple-tabs-form/embeddedUrl.d.ts +2 -0
- package/dist/src/entry_mobile/controls/rok-bar-chart/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-barcode/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-blank-container/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-cascader/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-collapse/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-counter/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-iframe/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-line-chart/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-list-view/hook.d.ts +1 -1
- package/dist/src/entry_mobile/controls/rok-pie-chart/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-qr-code/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-slider/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-switch/index.d.ts +3 -0
- package/dist/src/entry_mobile/controls/rok-tag/index.d.ts +3 -0
- package/dist/src/hooks/components/useMenu.d.ts +1 -1
- package/dist/src/hooks/controls/address/useAddress.d.ts +1 -1
- package/dist/src/hooks/controls/barcode/index.d.ts +1 -0
- package/dist/src/hooks/controls/barcode/useBarcode.d.ts +25 -0
- package/dist/src/hooks/controls/chart/chart-event-result.d.ts +4 -0
- package/dist/src/hooks/controls/chart/chart-event-result.test.d.mts +1 -0
- package/dist/src/hooks/controls/chart/chart-transform.d.ts +19 -0
- package/dist/src/hooks/controls/chart/index.d.ts +1 -0
- package/dist/src/hooks/controls/chart/useChart.d.ts +13 -0
- package/dist/src/hooks/controls/counter/index.d.ts +1 -0
- package/dist/src/hooks/controls/file/useUploading.d.ts +1 -1
- package/dist/src/hooks/controls/iframe/index.d.ts +1 -0
- package/dist/src/hooks/controls/iframe/useIframe.d.ts +15 -0
- package/dist/src/hooks/controls/index.d.ts +7 -0
- package/dist/src/hooks/controls/listView/useIframe.d.ts +3 -1
- package/dist/src/hooks/controls/listView/useListRows.d.ts +6 -1
- package/dist/src/hooks/controls/listView/useModel.d.ts +11 -2
- package/dist/src/hooks/controls/qrCode/index.d.ts +1 -0
- package/dist/src/hooks/controls/qrCode/useQrCode.d.ts +26 -0
- package/dist/src/hooks/controls/slider/index.d.ts +1 -0
- package/dist/src/hooks/controls/switch/index.d.ts +1 -0
- package/dist/src/hooks/controls/useRokFormEngineModal.d.ts +1 -0
- package/dist/src/hooks/form/useDisplay.d.ts +1 -1
- package/dist/src/plugins/axios.d.ts +19 -0
- package/dist/src/plugins/engine/ActionUtilsPlugin.d.ts +2 -3
- package/dist/src/plugins/engine/EventListenerPlugin/JsMethodHandler.test.d.mts +1 -0
- package/dist/src/plugins/engine/EventListenerPlugin/chart-change-source.test.d.mts +1 -0
- package/dist/src/plugins/engine/EventListenerPlugin/chartChangeResult.d.ts +9 -0
- package/dist/src/plugins/engine/EventListenerPlugin/chartChangeResult.test.d.mts +1 -0
- package/dist/src/plugins/engine/EventListenerPlugin/exceutor.d.ts +2 -1
- package/dist/src/plugins/engine/EventListenerPlugin/index.d.ts +2 -0
- package/dist/src/plugins/engine/EventListenerPlugin/type.d.ts +2 -3
- package/dist/src/plugins/globalState.d.ts +13 -0
- package/dist/src/plugins/utils/ActionHandle/ActionHandler.d.ts +1 -1
- package/dist/src/plugins/utils/ActionHandle/ConcreteHandler.d.ts +1 -1
- package/dist/src/plugins/utils/ActionHandle/ExecuteAction.d.ts +7 -0
- package/dist/src/services/baseAuto.d.ts +2 -0
- package/dist/src/services/services.auto.d.ts +36 -0
- package/dist/src/utils/controls/dateUtils.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/core/crossMessageProcessor.d.ts +10 -2
- package/dist/src/utils/core/index.d.ts +0 -1
- package/dist/src/utils/model/operateCache.d.ts +1 -1
- package/dist/src/utils/tools/index.d.ts +3 -0
- package/dist/src/utils/tools/loadTinymce.d.ts +1 -0
- package/dist/src/utils/tools/routeParam.d.ts +3 -0
- package/dist/src/utils/tools/setAdaptiveTextColor.d.ts +2 -0
- package/package.json +1 -1
- package/dist/src/utils/core/customVariables.d.ts +0 -4
|
@@ -31,6 +31,7 @@ export declare class EventListenerPlugin implements Plugin {
|
|
|
31
31
|
private setOpenPageRelationControlIds;
|
|
32
32
|
private checkOpenPageListener;
|
|
33
33
|
private listenGetOpenPageRelationControlIds;
|
|
34
|
+
private callChartChangeEvent;
|
|
34
35
|
private callControlEvent;
|
|
35
36
|
private checkToRunRefreshList;
|
|
36
37
|
private resetValueEmptyOnChange;
|
|
@@ -43,6 +44,7 @@ export declare class EventListenerPlugin implements Plugin {
|
|
|
43
44
|
*/
|
|
44
45
|
private changeEventRunningActive;
|
|
45
46
|
private doCallActions;
|
|
47
|
+
private doCallActionsWithResult;
|
|
46
48
|
private getHandlerAfterAnalysisCondition;
|
|
47
49
|
private getValueFromListSelected;
|
|
48
50
|
private getEventParamValues;
|
|
@@ -86,8 +86,7 @@ export declare enum RuleType {
|
|
|
86
86
|
form = "form",
|
|
87
87
|
system = "system",
|
|
88
88
|
fx = "fx",
|
|
89
|
-
page = "page"
|
|
90
|
-
customVariable = "custom-variable"
|
|
89
|
+
page = "page"
|
|
91
90
|
}
|
|
92
91
|
export declare enum OpenMode {
|
|
93
92
|
newTab = "newTab",
|
|
@@ -170,7 +169,7 @@ export type TriggerOtherControlEvent = {
|
|
|
170
169
|
export type OpenPageEventType = {
|
|
171
170
|
pageType: 'form' | 'list' | 'link';
|
|
172
171
|
operateType: 'view';
|
|
173
|
-
openType: 'tab' | 'current' | 'new' | 'dialog';
|
|
172
|
+
openType: 'tab' | 'current' | 'new' | 'dialog' | 'replace';
|
|
174
173
|
options: {
|
|
175
174
|
link: {
|
|
176
175
|
openMode: 'newTab' | 'currentTab';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type QiankunProps = {
|
|
2
|
+
setGlobalState?: any;
|
|
3
|
+
setGlobalStateChange?: any;
|
|
4
|
+
};
|
|
5
|
+
declare class GlobalState {
|
|
6
|
+
isOK: boolean;
|
|
7
|
+
state: QiankunProps;
|
|
8
|
+
initGlobalState(props: QiankunProps): void;
|
|
9
|
+
setGlobalState(...args: any): void;
|
|
10
|
+
onGlobalStateChange(...args: any): void;
|
|
11
|
+
}
|
|
12
|
+
export declare const globalState: GlobalState;
|
|
13
|
+
export {};
|
|
@@ -9,7 +9,7 @@ export type ActionParams = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare abstract class ActionHandler {
|
|
11
11
|
abstract use(action: ActionHandler): ActionHandler;
|
|
12
|
-
abstract handleAction(action: IBaitedaEventHandler): Promise<false | undefined>;
|
|
12
|
+
abstract handleAction(action: IBaitedaEventHandler): Promise<false | Result | undefined>;
|
|
13
13
|
abstract apply({ engine, controlEventKey, options, action, }: ActionParams): void;
|
|
14
14
|
abstract actionKey?: EventHandlerMethod;
|
|
15
15
|
}
|
|
@@ -6,7 +6,7 @@ export declare class ConcreteHandler implements ActionHandler {
|
|
|
6
6
|
private preResult;
|
|
7
7
|
use(action: ActionHandler): ActionHandler;
|
|
8
8
|
apply(params: ActionParams): void;
|
|
9
|
-
handleAction(action: IBaitedaEventHandler): Promise<false | undefined>;
|
|
9
|
+
handleAction(action: IBaitedaEventHandler): Promise<false | Result | undefined>;
|
|
10
10
|
getIsErrorContinueValue(action: IBaitedaEventHandler): any;
|
|
11
11
|
canHandle(action: IBaitedaEventHandler): boolean;
|
|
12
12
|
doHandle(action: IBaitedaEventHandler, preResult: Result): Promise<Result>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Engine, EventPayload } from '@byteluck-fe/model-driven-engine';
|
|
2
2
|
import { IBaitedaEventHandler } from '../../engine/EventListenerPlugin/type';
|
|
3
|
+
import { Result } from './ActionHandler';
|
|
3
4
|
|
|
4
5
|
export type ExecuteActionParams = {
|
|
5
6
|
engine: Engine;
|
|
@@ -9,6 +10,11 @@ export type ExecuteActionParams = {
|
|
|
9
10
|
};
|
|
10
11
|
controlEventKey: string;
|
|
11
12
|
};
|
|
13
|
+
export type ExecuteActionResult = {
|
|
14
|
+
isRunContinue: boolean;
|
|
15
|
+
result?: Result;
|
|
16
|
+
results: Result[];
|
|
17
|
+
};
|
|
12
18
|
export declare class ExecuteAction {
|
|
13
19
|
private _actions;
|
|
14
20
|
private engine;
|
|
@@ -17,5 +23,6 @@ export declare class ExecuteAction {
|
|
|
17
23
|
private _options;
|
|
18
24
|
constructor(params: ExecuteActionParams);
|
|
19
25
|
handleActions(): Promise<boolean>;
|
|
26
|
+
handleActionsWithResult(): Promise<ExecuteActionResult>;
|
|
20
27
|
private getAction;
|
|
21
28
|
}
|
|
@@ -24,6 +24,8 @@ export default class {
|
|
|
24
24
|
getOrgList(parm: any): Promise<any>;
|
|
25
25
|
personalizeConfig(): Promise<any>;
|
|
26
26
|
personalizeSaveByKey(parm: any): Promise<any>;
|
|
27
|
+
listUserGuide(typeList: string[]): Promise<any>;
|
|
28
|
+
addUserGuide(typeList: string[]): Promise<any>;
|
|
27
29
|
SwitchDeptEmployeePrivateV1POST(params: {
|
|
28
30
|
query?: {
|
|
29
31
|
deptId?: string;
|
|
@@ -1736,6 +1736,24 @@ export default class {
|
|
|
1736
1736
|
SimplifyListPagePrivateV1ApiAppsPOST(params: {
|
|
1737
1737
|
payload?: typing.FormDataPageRequest$List$PageListDataQuery$$_2;
|
|
1738
1738
|
}, options?: any): Promise<typing.PlainResult$SimplifyRowsResp$>;
|
|
1739
|
+
/**
|
|
1740
|
+
* 主子表展开:嵌套列表接口(子表数据)
|
|
1741
|
+
* @method
|
|
1742
|
+
* @name #NestSimplifyListPagePrivateV1ApiAppsPOST
|
|
1743
|
+
* @param payload app_id, data_uid, form_key, data_code, page
|
|
1744
|
+
*/
|
|
1745
|
+
NestSimplifyListPagePrivateV1ApiAppsPOST(params: {
|
|
1746
|
+
payload?: {
|
|
1747
|
+
app_id?: string;
|
|
1748
|
+
data_uid?: string;
|
|
1749
|
+
form_key?: string;
|
|
1750
|
+
data_code?: string;
|
|
1751
|
+
page?: {
|
|
1752
|
+
page_index?: number;
|
|
1753
|
+
page_size?: number;
|
|
1754
|
+
};
|
|
1755
|
+
};
|
|
1756
|
+
}, options?: any): Promise<typing.PlainResult$SimplifyRowsResp$>;
|
|
1739
1757
|
/**
|
|
1740
1758
|
* 传入:查询条件(JSON格式)
|
|
1741
1759
|
* @method
|
|
@@ -2094,6 +2112,24 @@ export default class {
|
|
|
2094
2112
|
GetInfoByEmpIdUserPrivateV1ApiAppsPOST(params: {
|
|
2095
2113
|
payload?: typing.EmployeeQuery;
|
|
2096
2114
|
}, options?: any): Promise<typing.PlainResult$Map$>;
|
|
2115
|
+
/**
|
|
2116
|
+
* 添加已读记录
|
|
2117
|
+
* @method
|
|
2118
|
+
* @name #AddGuideUserPrivateV1ApiAppsPOST
|
|
2119
|
+
* @param {} guideReq - guideReq
|
|
2120
|
+
*/
|
|
2121
|
+
AddGuideUserPrivateV1ApiAppsPOST(params: {
|
|
2122
|
+
payload?: typing.UserGuideReq;
|
|
2123
|
+
}, options?: any): Promise<typing.PlainResult$boolean$>;
|
|
2124
|
+
/**
|
|
2125
|
+
* 已读列表
|
|
2126
|
+
* @method
|
|
2127
|
+
* @name #ListGuideUserPrivateV1ApiAppsPOST
|
|
2128
|
+
* @param {} guideReq - guideReq
|
|
2129
|
+
*/
|
|
2130
|
+
ListGuideUserPrivateV1ApiAppsPOST(params: {
|
|
2131
|
+
payload?: typing.UserGuideReq;
|
|
2132
|
+
}, options?: any): Promise<typing.ListResult$UserGuideDto$>;
|
|
2097
2133
|
/**
|
|
2098
2134
|
* 获取人员组件中,搜索列表
|
|
2099
2135
|
* @method
|
|
@@ -38,7 +38,7 @@ export declare const searchDateRangeSettingList: () => ({
|
|
|
38
38
|
exclude?: undefined;
|
|
39
39
|
})[];
|
|
40
40
|
declare const formatDateValue: (value: any) => any;
|
|
41
|
-
declare const computedDisabledDate: (current: any, limitDateList: any, dateType: 'date' | 'datetime' | 'datemin' | 'datehour' | 'month' | 'year') => any;
|
|
41
|
+
declare const computedDisabledDate: (current: any, limitDateList: any, dateType: 'date' | 'datetime' | 'datemin' | 'datehour' | 'month' | 'year' | string) => any;
|
|
42
42
|
declare const boundaryTime: (value: number | string, type?: string) => string[] | "";
|
|
43
43
|
declare const boundaryRange: (range: any, type: any) => string[];
|
|
44
44
|
declare const getSystemTime: (type: any) => number;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ColDef } from '@ag-grid-community/core';
|
|
2
|
+
import { ControlRuntimeInstance } from '@byteluck-fe/model-driven-core-all';
|
|
3
|
+
|
|
4
|
+
export declare function attachGridColumnControlInstance(colDef: ColDef, controlInstance: ControlRuntimeInstance<any> | undefined): ColDef<any, any>;
|
|
5
|
+
export declare function getGridColumnControlInstance(colDef: ColDef | undefined): any;
|
|
6
|
+
export declare function resolveGridColumnControlInstance(params: {
|
|
7
|
+
colDef?: ColDef;
|
|
8
|
+
context?: Record<string, unknown> & {
|
|
9
|
+
engineId?: string;
|
|
10
|
+
};
|
|
11
|
+
} | undefined, engine?: {
|
|
12
|
+
getInstance?: (id: string) => ControlRuntimeInstance<any>;
|
|
13
|
+
}): ControlRuntimeInstance<any> | Record<string, unknown> | undefined;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* list-view 主子表:子表列定义在 props.master_detail.headers(或 header),
|
|
3
|
+
* 主表列在 grid-table 的 props.headers(个别文档写作 columns)。
|
|
4
|
+
* 与 applyRender schema 一致,同时兼容 snake_case / camelCase。
|
|
5
|
+
*/
|
|
6
|
+
export declare function pickMasterDetailHeaderList(masterDetail: unknown): unknown[] | undefined;
|
|
7
|
+
/** 在列头树(含分组 children)中按控件 id 查找 */
|
|
8
|
+
export declare function findHeaderByControlIdInTree(headers: unknown[] | undefined, controlId: string | undefined): Record<string, unknown> | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* 从 AG Grid context 解析 list-view 下 master_detail 中的列 schema。
|
|
11
|
+
* context.exposeParams.listViewInstanceProps | list_view_instance_props
|
|
12
|
+
*/
|
|
13
|
+
export declare function findMasterDetailHeaderByContext(context: Record<string, unknown> | undefined, controlId: string | undefined): Record<string, unknown> | undefined;
|
|
14
|
+
/** 主表 grid-table:headers 或 columns */
|
|
15
|
+
export declare function findMainGridHeaderByControlId(gridTableProps: Record<string, unknown> | undefined, controlId: string | undefined): Record<string, unknown> | undefined;
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
type CrossDomainMessageType = {
|
|
2
|
-
status
|
|
2
|
+
status?: string;
|
|
3
3
|
action: string;
|
|
4
4
|
system: string;
|
|
5
|
-
options
|
|
5
|
+
options?: Record<string, unknown>;
|
|
6
6
|
};
|
|
7
|
+
export declare function getSameOriginNavigationUrl(url: unknown): string | undefined;
|
|
7
8
|
export declare function tryRefreshOpener(message: CrossDomainMessageType): void;
|
|
9
|
+
export declare function isTrustedMessageSource(source: MessageEventSource | null, action: string, trustedWindows: {
|
|
10
|
+
current: Window;
|
|
11
|
+
parent: Window;
|
|
12
|
+
opener: Window | null;
|
|
13
|
+
frames: Window[];
|
|
14
|
+
}): boolean;
|
|
15
|
+
export declare function parseCrossDomainMessage(value: unknown): CrossDomainMessageType | undefined;
|
|
8
16
|
export declare function corssDomainMessageProcessor(route: any, store: any): void;
|
|
9
17
|
export declare function removeAppLauncherTab(message: any): void;
|
|
10
18
|
export {};
|
|
@@ -3,7 +3,6 @@ export * from './cacheRequest';
|
|
|
3
3
|
export * from './setFormData';
|
|
4
4
|
export * from './setSubtableData';
|
|
5
5
|
export * from './buildFiltersToDataSetValues';
|
|
6
|
-
export * from './customVariables';
|
|
7
6
|
export * from './math';
|
|
8
7
|
export { default as vueApp } from './vueApp';
|
|
9
8
|
export { default as Mitt } from './tinyMitt';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
|
|
2
2
|
|
|
3
|
-
export declare const useOperateCache: (instance: ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT> | ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT2> | ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE> | ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE2> | ControlRuntimeInstance<CONTROL_TYPE.SELECT> | ControlRuntimeInstance<CONTROL_TYPE.SELECT_MULTIPLE> | ControlRuntimeInstance<CONTROL_TYPE.SELECT_RELATION> | ControlRuntimeInstance<CONTROL_TYPE.RADIO> | ControlRuntimeInstance<CONTROL_TYPE.AMOUNT> | ControlRuntimeInstance<CONTROL_TYPE.TREE> | ControlRuntimeInstance<CONTROL_TYPE.CHECKBOX> | ControlRuntimeInstance<CONTROL_TYPE.IMAGE> | ControlRuntimeInstance<CONTROL_TYPE.ATTACHMENT>) => {
|
|
3
|
+
export declare const useOperateCache: (instance: ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT> | ControlRuntimeInstance<CONTROL_TYPE.DEPARTMENT2> | ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE> | ControlRuntimeInstance<CONTROL_TYPE.EMPLOYEE2> | ControlRuntimeInstance<CONTROL_TYPE.SELECT> | ControlRuntimeInstance<CONTROL_TYPE.SELECT_MULTIPLE> | ControlRuntimeInstance<CONTROL_TYPE.TAG> | ControlRuntimeInstance<CONTROL_TYPE.SELECT_RELATION> | ControlRuntimeInstance<CONTROL_TYPE.RADIO> | ControlRuntimeInstance<CONTROL_TYPE.AMOUNT> | ControlRuntimeInstance<CONTROL_TYPE.TREE> | ControlRuntimeInstance<CONTROL_TYPE.CHECKBOX> | ControlRuntimeInstance<CONTROL_TYPE.IMAGE> | ControlRuntimeInstance<CONTROL_TYPE.ATTACHMENT>) => {
|
|
4
4
|
updateStorageCache: (value: string[], data: any[] | unknown) => void;
|
|
5
5
|
getCacheDisplayValue: (value?: unknown[] | string[] | string) => any[];
|
|
6
6
|
updateCacheDisplay: (data: any, valueCode?: string, displayCode?: string) => void;
|
|
@@ -20,3 +20,6 @@ export * from './getMultipleTabsTitle';
|
|
|
20
20
|
export * from './getPageDefaultProps';
|
|
21
21
|
export * from './displayValue';
|
|
22
22
|
export * from './replacePrefixPath';
|
|
23
|
+
export * from './getPageDefaultProps';
|
|
24
|
+
export * from './setAdaptiveTextColor';
|
|
25
|
+
export * from './routeParam';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function loadTinymce(): Promise<any>;
|
package/package.json
CHANGED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const CUSTOM_VARIABLE_RIGHT_VALUE_TYPE = "custom-variable";
|
|
2
|
-
export type CustomVariables = Record<string, unknown>;
|
|
3
|
-
export declare function normalizeCustomVariables<T extends Record<string, any>>(params: T): T;
|
|
4
|
-
export declare function hasCustomVariables(params?: Record<string, any> | null): any;
|