@gct-paas/core 0.0.1-dev.6 → 0.0.1-dev.7
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/index.min.cjs +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/_virtual/_commonjsHelpers.mjs +40 -0
- package/es/_virtual/index.mjs +7 -0
- package/es/constants/index.d.ts +1 -1
- package/es/constants/index.mjs +1 -1
- package/es/enums/app-designer/index.d.ts +80 -0
- package/es/enums/app-designer/index.mjs +58 -0
- package/es/enums/appEnum.d.ts +605 -0
- package/es/enums/appEnum.mjs +356 -0
- package/es/enums/appStateEnum.d.ts +14 -0
- package/es/enums/appStateEnum.mjs +12 -0
- package/es/enums/authActionEnum.d.ts +50 -0
- package/es/enums/authActionEnum.mjs +55 -0
- package/es/enums/breakpointEnum.d.ts +18 -0
- package/es/enums/breakpointEnum.mjs +28 -0
- package/es/enums/cacheEnum.d.ts +19 -0
- package/es/enums/cacheEnum.mjs +23 -0
- package/es/enums/designEnum.d.ts +82 -0
- package/es/enums/designEnum.mjs +72 -0
- package/es/enums/exceptionEnum.d.ts +17 -0
- package/es/enums/exceptionEnum.mjs +19 -0
- package/es/enums/httpEnum.d.ts +65 -0
- package/es/enums/httpEnum.mjs +63 -0
- package/es/enums/index.d.ts +15 -0
- package/es/enums/index.mjs +21 -0
- package/es/enums/menuEnum.d.ts +35 -0
- package/es/enums/menuEnum.mjs +40 -0
- package/es/enums/page-designer/designer.d.ts +277 -0
- package/es/enums/page-designer/designer.mjs +330 -0
- package/es/enums/page-designer/index.d.ts +4 -0
- package/es/enums/page-designer/index.mjs +6 -0
- package/es/enums/page-designer/panel.d.ts +243 -0
- package/es/enums/page-designer/panel.mjs +195 -0
- package/es/enums/page-designer/toolkit.d.ts +10 -0
- package/es/enums/page-designer/toolkit.mjs +14 -0
- package/es/enums/page-designer/widget.d.ts +316 -0
- package/es/enums/page-designer/widget.mjs +335 -0
- package/es/enums/pageEnum.d.ts +11 -0
- package/es/enums/pageEnum.mjs +15 -0
- package/es/enums/processEnum.d.ts +35 -0
- package/es/enums/processEnum.mjs +28 -0
- package/es/enums/roleEnum.d.ts +4 -0
- package/es/enums/roleEnum.mjs +8 -0
- package/es/enums/sizeEnum.d.ts +5 -0
- package/es/enums/sizeEnum.mjs +9 -0
- package/es/global/gct/gct.d.ts +47 -0
- package/es/global/gct/gct.mjs +49 -0
- package/es/global/index.d.ts +1 -0
- package/es/global/index.mjs +3 -0
- package/es/index.d.ts +14 -0
- package/es/index.mjs +41 -0
- package/es/interface/controller/i-designer-controller.d.ts +116 -0
- package/es/interface/controller/i-designer-controller.mjs +1 -0
- package/es/interface/controller/index.d.ts +1 -0
- package/es/interface/controller/index.mjs +1 -0
- package/es/interface/hooks/i-designer-hooks.d.ts +26 -0
- package/es/interface/hooks/i-designer-hooks.mjs +3 -0
- package/es/interface/hooks/index.d.ts +1 -0
- package/es/interface/hooks/index.mjs +1 -0
- package/es/interface/i-import-style-map/i-import-style-map.d.ts +15 -0
- package/es/interface/i-import-style-map/i-import-style-map.mjs +1 -0
- package/es/interface/i-pinia-action/i-global-actions.d.ts +14 -0
- package/es/interface/i-pinia-action/i-global-actions.mjs +1 -0
- package/es/interface/i-pinia-getter/i-global-getters.d.ts +16 -0
- package/es/interface/i-pinia-getter/i-global-getters.mjs +1 -0
- package/es/interface/i-pinia-state/i-global-state.d.ts +15 -0
- package/es/interface/i-pinia-state/i-global-state.mjs +1 -0
- package/es/interface/index.d.ts +8 -0
- package/es/interface/index.mjs +6 -0
- package/es/interface/low-code-types/index.d.ts +4 -0
- package/es/interface/low-code-types/index.mjs +5 -0
- package/es/interface/low-code-types/modal-types.d.ts +67 -0
- package/es/interface/low-code-types/modal-types.mjs +3 -0
- package/es/interface/low-code-types/model/index.d.ts +5338 -0
- package/es/interface/low-code-types/model/index.mjs +1 -0
- package/es/interface/low-code-types/schema/index.d.ts +12 -0
- package/es/interface/low-code-types/schema/index.mjs +1 -0
- package/es/interface/low-code-types/widget-basic-types.d.ts +655 -0
- package/es/interface/low-code-types/widget-basic-types.mjs +3 -0
- package/es/interface/state/i-designer-state.d.ts +39 -0
- package/es/interface/state/i-designer-state.mjs +1 -0
- package/es/interface/state/index.d.ts +1 -0
- package/es/interface/state/index.mjs +1 -0
- package/es/node_modules/.pnpm/path-browserify@1.0.1/node_modules/path-browserify/index.mjs +541 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/async-series-hook/async-series-hook.mjs +73 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/index.mjs +2 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/hook/sync-series-hook/sync-series-hook.mjs +100 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/index.mjs +2 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/array/array.mjs +47 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/index.mjs +5 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/object/object.mjs +24 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event/qx-event.mjs +94 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/qx-event-emitter/qx-event-emitter.mjs +146 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/type-util/type-util.mjs +149 -0
- package/es/node_modules/.pnpm/qx-util@0.4.8/node_modules/qx-util/out/utils/util/util.mjs +227 -0
- package/es/provider/i-designer-provider/i-designer-provider.d.ts +102 -0
- package/es/provider/i-designer-provider/i-designer-provider.mjs +1 -0
- package/es/provider/index.d.ts +1 -0
- package/es/provider/index.mjs +1 -0
- package/es/register/designer-register/designer-register.d.ts +58 -0
- package/es/register/designer-register/designer-register.mjs +70 -0
- package/es/register/index.d.ts +2 -0
- package/es/register/index.mjs +4 -0
- package/es/register/render-register/render-register.d.ts +59 -0
- package/es/register/render-register/render-register.mjs +65 -0
- package/es/state/global-pinia-state/global-pinia-state.d.ts +16 -0
- package/es/state/global-pinia-state/global-pinia-state.mjs +11 -0
- package/es/state/index.d.ts +1 -0
- package/es/state/index.mjs +3 -0
- package/es/store/global-store.d.ts +2 -0
- package/es/store/global-store.mjs +22 -0
- package/es/store/index.d.ts +20 -0
- package/es/store/index.mjs +21 -0
- package/es/types/index.d.ts +46 -0
- package/es/utils/index.d.ts +2 -0
- package/es/utils/index.mjs +2 -0
- package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +17 -0
- package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +27 -0
- package/es/utils/plugin-static-resource/plugin-static-resource.d.ts +41 -0
- package/es/utils/plugin-static-resource/plugin-static-resource.mjs +46 -0
- package/package.json +15 -5
|
@@ -0,0 +1,605 @@
|
|
|
1
|
+
export declare const SIDE_BAR_MINI_WIDTH = 48;
|
|
2
|
+
export declare const SIDE_BAR_SHOW_TIT_MINI_WIDTH = 80;
|
|
3
|
+
export declare enum ContentEnum {
|
|
4
|
+
FULL = "full",
|
|
5
|
+
FIXED = "fixed"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ThemeEnum {
|
|
8
|
+
DARK = "dark",
|
|
9
|
+
LIGHT = "light"
|
|
10
|
+
}
|
|
11
|
+
export declare enum SettingButtonPositionEnum {
|
|
12
|
+
AUTO = "auto",
|
|
13
|
+
HEADER = "header",
|
|
14
|
+
FIXED = "fixed"
|
|
15
|
+
}
|
|
16
|
+
export declare enum SessionTimeoutProcessingEnum {
|
|
17
|
+
ROUTE_JUMP = 0,
|
|
18
|
+
PAGE_COVERAGE = 1
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* 权限模式
|
|
22
|
+
*/
|
|
23
|
+
export declare enum PermissionModeEnum {
|
|
24
|
+
ROLE = "ROLE",
|
|
25
|
+
BACK = "BACK",
|
|
26
|
+
ROUTE_MAPPING = "ROUTE_MAPPING",
|
|
27
|
+
PLATFORM_ROLE = "PLATFORM_ROLE"
|
|
28
|
+
}
|
|
29
|
+
export declare enum RouterTransitionEnum {
|
|
30
|
+
ZOOM_FADE = "zoom-fade",
|
|
31
|
+
ZOOM_OUT = "zoom-out",
|
|
32
|
+
FADE_SIDE = "fade-slide",
|
|
33
|
+
FADE = "fade",
|
|
34
|
+
FADE_BOTTOM = "fade-bottom",
|
|
35
|
+
FADE_SCALE = "fade-scale"
|
|
36
|
+
}
|
|
37
|
+
export declare enum ProjectName {
|
|
38
|
+
/** 门户 */
|
|
39
|
+
PORTAL = "portal",
|
|
40
|
+
/** 后台管理 */
|
|
41
|
+
BACKEND_MANAGEMENT = "backend-management",
|
|
42
|
+
/** 开发者中心 */
|
|
43
|
+
DEVELOPER_CENTER = "developer-center",
|
|
44
|
+
/** 租户管理后题啊 */
|
|
45
|
+
TENANT_CENTER = "tenant-center",
|
|
46
|
+
/** 应用设计器 */
|
|
47
|
+
APP_DESIGNER = "app-designer",
|
|
48
|
+
/** 页面设计器 */
|
|
49
|
+
PAGE_DESIGNER = "page-designer",
|
|
50
|
+
/** web端渲染 */
|
|
51
|
+
WEB_RENDER = "web-render",
|
|
52
|
+
/** 移动端渲染 */
|
|
53
|
+
MOBILE_RENDER = "mobile-render"
|
|
54
|
+
}
|
|
55
|
+
export declare enum FIELD_TYPE_CATEGORY {
|
|
56
|
+
'ALL' = "field_type_all",
|
|
57
|
+
'BASIC' = "field_type_basic",
|
|
58
|
+
'LOGIC' = "field_type_logic",
|
|
59
|
+
'TRACE' = "field_type_trace"
|
|
60
|
+
}
|
|
61
|
+
export declare enum FIELD_TYPE {
|
|
62
|
+
/**
|
|
63
|
+
* 主键
|
|
64
|
+
*/
|
|
65
|
+
PRIMARY_KEY = "primary_key",
|
|
66
|
+
/**
|
|
67
|
+
* 子表关联主键
|
|
68
|
+
*/
|
|
69
|
+
ASSOCIATED_PRIMARY_KEY = "associated_primary_key",
|
|
70
|
+
/**
|
|
71
|
+
* 短文本
|
|
72
|
+
*/
|
|
73
|
+
TEXT = "text",
|
|
74
|
+
/**
|
|
75
|
+
* 长文本
|
|
76
|
+
*/
|
|
77
|
+
LONG_TEXT = "long_text",
|
|
78
|
+
/**
|
|
79
|
+
* 整数
|
|
80
|
+
*/
|
|
81
|
+
INTEGER = "integer",
|
|
82
|
+
/**
|
|
83
|
+
* 长整数
|
|
84
|
+
*/
|
|
85
|
+
LONG = "long",
|
|
86
|
+
/**
|
|
87
|
+
* 小数
|
|
88
|
+
*/
|
|
89
|
+
DOUBLE = "double",
|
|
90
|
+
/**
|
|
91
|
+
* 精度小数
|
|
92
|
+
*/
|
|
93
|
+
DECIMAL = "decimal",
|
|
94
|
+
/**
|
|
95
|
+
* 布尔
|
|
96
|
+
*/
|
|
97
|
+
BOOLEAN = "boolean",
|
|
98
|
+
/**
|
|
99
|
+
* 二进制流
|
|
100
|
+
*/
|
|
101
|
+
/**
|
|
102
|
+
* 日期
|
|
103
|
+
*/
|
|
104
|
+
DATE = "date",
|
|
105
|
+
/**
|
|
106
|
+
* 时间
|
|
107
|
+
*/
|
|
108
|
+
TIME = "time",
|
|
109
|
+
/**
|
|
110
|
+
* 日期时间
|
|
111
|
+
*/
|
|
112
|
+
DATE_TIME = "date_time",
|
|
113
|
+
/**
|
|
114
|
+
* 图片
|
|
115
|
+
*/
|
|
116
|
+
IMAGE = "image",
|
|
117
|
+
/**
|
|
118
|
+
* 附件
|
|
119
|
+
*/
|
|
120
|
+
ATTACHMENT = "attachment",
|
|
121
|
+
/**
|
|
122
|
+
* 序列号
|
|
123
|
+
*/
|
|
124
|
+
SERIAL = "serial_number",
|
|
125
|
+
/**
|
|
126
|
+
* 主从关联
|
|
127
|
+
*/
|
|
128
|
+
MASTERSLAVE = "master_slave",
|
|
129
|
+
/**
|
|
130
|
+
* 人员
|
|
131
|
+
*/
|
|
132
|
+
USER = "user",
|
|
133
|
+
/**
|
|
134
|
+
* 人员
|
|
135
|
+
*/
|
|
136
|
+
USER_MULTI = "user_multi",
|
|
137
|
+
/**
|
|
138
|
+
* 部门
|
|
139
|
+
*/
|
|
140
|
+
ORG = "org",
|
|
141
|
+
/**
|
|
142
|
+
* 部门
|
|
143
|
+
*/
|
|
144
|
+
ORG_MULTI = "org_multi",
|
|
145
|
+
/**
|
|
146
|
+
* 枚举关联
|
|
147
|
+
*/
|
|
148
|
+
ENUM = "enum",
|
|
149
|
+
/**
|
|
150
|
+
* 枚举多选
|
|
151
|
+
*/
|
|
152
|
+
ENUM_MULTI = "enum_multi",
|
|
153
|
+
/**
|
|
154
|
+
* 枚举单选
|
|
155
|
+
*/
|
|
156
|
+
OPTION = "option",
|
|
157
|
+
/**
|
|
158
|
+
* 枚举多选
|
|
159
|
+
*/
|
|
160
|
+
OPTION_MULTI = "option_multi",
|
|
161
|
+
/**
|
|
162
|
+
* 模型关联
|
|
163
|
+
*/
|
|
164
|
+
REF = "ref",
|
|
165
|
+
/**
|
|
166
|
+
* 模型多选
|
|
167
|
+
*/
|
|
168
|
+
REF_MULTI = "ref_multi",
|
|
169
|
+
/**
|
|
170
|
+
* rdo模型关联
|
|
171
|
+
*/
|
|
172
|
+
RDO_REF = "rdo_ref",
|
|
173
|
+
/**
|
|
174
|
+
* 公式
|
|
175
|
+
*/
|
|
176
|
+
EXPRESSION = "expression",
|
|
177
|
+
/**
|
|
178
|
+
* 公式条件
|
|
179
|
+
*/
|
|
180
|
+
EXPRESSION_CONDITION = "expression_condition",
|
|
181
|
+
/**
|
|
182
|
+
* 汇总
|
|
183
|
+
*/
|
|
184
|
+
AGG = "agg",
|
|
185
|
+
/**
|
|
186
|
+
* E-SOP
|
|
187
|
+
*/
|
|
188
|
+
ESOP = "esop",
|
|
189
|
+
/**
|
|
190
|
+
* 动态表单关联
|
|
191
|
+
*/
|
|
192
|
+
/**
|
|
193
|
+
* 事务
|
|
194
|
+
*/
|
|
195
|
+
TRANSACTION = "transaction",
|
|
196
|
+
/**
|
|
197
|
+
* 标签设计
|
|
198
|
+
*/
|
|
199
|
+
LABEL_TEMPLATE = "label_template",
|
|
200
|
+
/**
|
|
201
|
+
* 标签模版
|
|
202
|
+
*/
|
|
203
|
+
LABEL_TEMPLATE_REF = "label_template_ref",
|
|
204
|
+
/**
|
|
205
|
+
* 单据模版
|
|
206
|
+
*/
|
|
207
|
+
DOCUMENT_TEMPLATE = "document_template",
|
|
208
|
+
/**
|
|
209
|
+
* 序列号规则
|
|
210
|
+
*/
|
|
211
|
+
SERIALRULE = "serial_number_rule",
|
|
212
|
+
/**
|
|
213
|
+
* 打印机
|
|
214
|
+
*/
|
|
215
|
+
PRINTER = "printer",
|
|
216
|
+
/**
|
|
217
|
+
* 消息模板
|
|
218
|
+
*/
|
|
219
|
+
MESSAGE_TMPL = "message_tmpl",
|
|
220
|
+
/**
|
|
221
|
+
* 范围人员
|
|
222
|
+
*/
|
|
223
|
+
RANGE_USER = "range_user",
|
|
224
|
+
/**
|
|
225
|
+
* 签名
|
|
226
|
+
*/
|
|
227
|
+
SIGNATURE = "electronic_signature",
|
|
228
|
+
/**
|
|
229
|
+
* 表单模板
|
|
230
|
+
*/
|
|
231
|
+
ONLINE_FORM_TEMPLATE = "online_form_tmpl",
|
|
232
|
+
/**
|
|
233
|
+
* eDHR模板
|
|
234
|
+
*/
|
|
235
|
+
E_DHR_TEMPLATE = "edhr_tmpl",
|
|
236
|
+
/**
|
|
237
|
+
* 在线表单
|
|
238
|
+
*/
|
|
239
|
+
ONLINE_FORM = "online_form",
|
|
240
|
+
/**
|
|
241
|
+
* 前端公式字段
|
|
242
|
+
*/
|
|
243
|
+
DATA_TABLE_FORMULA = "data_table_formula",
|
|
244
|
+
/**
|
|
245
|
+
* 只读字段
|
|
246
|
+
*/
|
|
247
|
+
READONLYCMP = "readonlycmp",
|
|
248
|
+
/**
|
|
249
|
+
* lot/sn
|
|
250
|
+
*/
|
|
251
|
+
MATERIAL_NO = "material_no",
|
|
252
|
+
/**
|
|
253
|
+
* 产品
|
|
254
|
+
*/
|
|
255
|
+
PRODUCT = "product",
|
|
256
|
+
/**
|
|
257
|
+
* 设备
|
|
258
|
+
*/
|
|
259
|
+
DEVICE = "device",
|
|
260
|
+
/**
|
|
261
|
+
* 业务流
|
|
262
|
+
*/
|
|
263
|
+
Biz_Process = "biz_process"
|
|
264
|
+
}
|
|
265
|
+
export declare enum FIELD_TYPE_BASIC {
|
|
266
|
+
/**
|
|
267
|
+
* 短文本
|
|
268
|
+
*/
|
|
269
|
+
TEXT = "text",
|
|
270
|
+
/**
|
|
271
|
+
* 长文本
|
|
272
|
+
*/
|
|
273
|
+
LONG_TEXT = "long_text",
|
|
274
|
+
/**
|
|
275
|
+
* 整数
|
|
276
|
+
*/
|
|
277
|
+
INTEGER = "integer",
|
|
278
|
+
/**
|
|
279
|
+
* 长整数
|
|
280
|
+
*/
|
|
281
|
+
LONG = "long",
|
|
282
|
+
/**
|
|
283
|
+
* 小数
|
|
284
|
+
*/
|
|
285
|
+
DOUBLE = "double",
|
|
286
|
+
/**
|
|
287
|
+
* 精度小数
|
|
288
|
+
*/
|
|
289
|
+
DECIMAL = "decimal",
|
|
290
|
+
/**
|
|
291
|
+
* 布尔
|
|
292
|
+
*/
|
|
293
|
+
BOOLEAN = "boolean",
|
|
294
|
+
/**
|
|
295
|
+
* 日期
|
|
296
|
+
*/
|
|
297
|
+
DATE = "date",
|
|
298
|
+
/**
|
|
299
|
+
* 时间
|
|
300
|
+
*/
|
|
301
|
+
TIME = "time",
|
|
302
|
+
/**
|
|
303
|
+
* 日期时间
|
|
304
|
+
*/
|
|
305
|
+
DATE_TIME = "date_time"
|
|
306
|
+
}
|
|
307
|
+
export declare enum FIELD_TYPE_LOGIC {
|
|
308
|
+
/**
|
|
309
|
+
* 图片
|
|
310
|
+
*/
|
|
311
|
+
IMAGE = "image",
|
|
312
|
+
/**
|
|
313
|
+
* 附件
|
|
314
|
+
*/
|
|
315
|
+
ATTACHMENT = "attachment",
|
|
316
|
+
/**
|
|
317
|
+
* 序列号
|
|
318
|
+
*/
|
|
319
|
+
SERIAL = "serial_number",
|
|
320
|
+
/**
|
|
321
|
+
* 主从关联
|
|
322
|
+
*/
|
|
323
|
+
MASTERSLAVE = "master_slave",
|
|
324
|
+
/**
|
|
325
|
+
* 人员
|
|
326
|
+
*/
|
|
327
|
+
USER = "user",
|
|
328
|
+
/**
|
|
329
|
+
* 人员
|
|
330
|
+
*/
|
|
331
|
+
USER_MULTI = "user_multi",
|
|
332
|
+
/**
|
|
333
|
+
* 部门
|
|
334
|
+
*/
|
|
335
|
+
ORG = "org",
|
|
336
|
+
/**
|
|
337
|
+
* 部门
|
|
338
|
+
*/
|
|
339
|
+
ORG_MULTI = "org_multi",
|
|
340
|
+
/**
|
|
341
|
+
* 枚举关联
|
|
342
|
+
*/
|
|
343
|
+
ENUM = "enum",
|
|
344
|
+
/**
|
|
345
|
+
* 枚举多选
|
|
346
|
+
*/
|
|
347
|
+
ENUM_MULTI = "enum_multi",
|
|
348
|
+
/**
|
|
349
|
+
* 枚举单选
|
|
350
|
+
*/
|
|
351
|
+
OPTION = "option",
|
|
352
|
+
/**
|
|
353
|
+
* 枚举多选
|
|
354
|
+
*/
|
|
355
|
+
OPTION_MULTI = "option_multi",
|
|
356
|
+
/**
|
|
357
|
+
* 模型关联
|
|
358
|
+
*/
|
|
359
|
+
REF = "ref",
|
|
360
|
+
/**
|
|
361
|
+
* 模型多选
|
|
362
|
+
*/
|
|
363
|
+
REF_MULTI = "ref_multi",
|
|
364
|
+
/**
|
|
365
|
+
* rdo模型关联
|
|
366
|
+
*/
|
|
367
|
+
RDO_REF = "rdo_ref",
|
|
368
|
+
/**
|
|
369
|
+
* 公式
|
|
370
|
+
*/
|
|
371
|
+
EXPRESSION = "expression",
|
|
372
|
+
/**
|
|
373
|
+
* 条件公式
|
|
374
|
+
*/
|
|
375
|
+
EXPRESSION_CONDITION = "expression_condition",
|
|
376
|
+
/**
|
|
377
|
+
* 汇总
|
|
378
|
+
*/
|
|
379
|
+
AGG = "agg",
|
|
380
|
+
/**
|
|
381
|
+
* E-SOP
|
|
382
|
+
*/
|
|
383
|
+
ESOP = "esop",
|
|
384
|
+
/**
|
|
385
|
+
* 动态表单关联
|
|
386
|
+
*/
|
|
387
|
+
/**
|
|
388
|
+
* 事务
|
|
389
|
+
*/
|
|
390
|
+
TRANSACTION = "transaction",
|
|
391
|
+
/**
|
|
392
|
+
* 标签设计
|
|
393
|
+
*/
|
|
394
|
+
LABEL_TEMPLATE = "label_template",
|
|
395
|
+
/**
|
|
396
|
+
* 标签模版
|
|
397
|
+
*/
|
|
398
|
+
LABEL_TEMPLATE_REF = "label_template_ref",
|
|
399
|
+
/**
|
|
400
|
+
* 单据模版
|
|
401
|
+
*/
|
|
402
|
+
DOCUMENT_TEMPLATE = "document_template",
|
|
403
|
+
/**
|
|
404
|
+
* 序列号规则
|
|
405
|
+
*/
|
|
406
|
+
SERIALRULE = "serial_number_rule",
|
|
407
|
+
/**
|
|
408
|
+
* 打印机
|
|
409
|
+
*/
|
|
410
|
+
PRINTER = "printer",
|
|
411
|
+
/**
|
|
412
|
+
* 消息模板
|
|
413
|
+
*/
|
|
414
|
+
MESSAGE_TMPL = "message_tmpl",
|
|
415
|
+
/**
|
|
416
|
+
* 范围人员
|
|
417
|
+
*/
|
|
418
|
+
RANGE_USER = "range_user",
|
|
419
|
+
/**
|
|
420
|
+
* 签名
|
|
421
|
+
*/
|
|
422
|
+
SIGNATURE = "electronic_signature",
|
|
423
|
+
/**
|
|
424
|
+
* 表单模板
|
|
425
|
+
*/
|
|
426
|
+
ONLINE_FORM_TEMPLATE = "online_form_tmpl",
|
|
427
|
+
/**
|
|
428
|
+
* eDHR模板
|
|
429
|
+
*/
|
|
430
|
+
E_DHR_TEMPLATE = "edhr_tmpl",
|
|
431
|
+
/**
|
|
432
|
+
* 在线表单
|
|
433
|
+
*/
|
|
434
|
+
ONLINE_FORM = "online_form",
|
|
435
|
+
/**
|
|
436
|
+
* 业务流
|
|
437
|
+
*/
|
|
438
|
+
Biz_Process = "biz_process"
|
|
439
|
+
}
|
|
440
|
+
export declare enum FIELD_TYPE_TRACE {
|
|
441
|
+
MATERIAL_NO = "material_no",
|
|
442
|
+
PRODUCT = "product",
|
|
443
|
+
DEVICE = "device"
|
|
444
|
+
}
|
|
445
|
+
export declare const FieldTypeToJs: Record<FIELD_TYPE, string>;
|
|
446
|
+
export declare enum CreateType {
|
|
447
|
+
/** 系统字段 */
|
|
448
|
+
SYSTEM = "SYSTEM",
|
|
449
|
+
/** 用户创建的自定义字段 */
|
|
450
|
+
USER_DEFINED = "USER_DEFINED",
|
|
451
|
+
/** 内置字段 */
|
|
452
|
+
BUILTIN = "BUILTIN",
|
|
453
|
+
/**自定义显示字段 */
|
|
454
|
+
CUSTOM = "CUSTOM",
|
|
455
|
+
/** 流程字段*/
|
|
456
|
+
PROCESS = "PROCESS"
|
|
457
|
+
}
|
|
458
|
+
export declare enum MenuType {
|
|
459
|
+
CATALOG = "CATALOG",
|
|
460
|
+
STANDARD = "STANDARD",
|
|
461
|
+
LINK = "LINK"
|
|
462
|
+
}
|
|
463
|
+
export declare enum OpenMode {
|
|
464
|
+
PRESENT = "PRESENT",
|
|
465
|
+
IFRAME = "IFRAME",
|
|
466
|
+
NEW = "NEW"
|
|
467
|
+
}
|
|
468
|
+
export declare enum MaterialEnum {
|
|
469
|
+
/** 表单字段 */
|
|
470
|
+
MaterialFormField = "formField",
|
|
471
|
+
/** 列字段 */
|
|
472
|
+
MaterialTableField = "tableField",
|
|
473
|
+
/**
|
|
474
|
+
* 嵌套子表格字段
|
|
475
|
+
*/
|
|
476
|
+
MaterialEmbedTableField = "embedTableField",
|
|
477
|
+
/** 子表单正常模式字段 */
|
|
478
|
+
MaterialSubTableField = "subTableField",
|
|
479
|
+
/** 子表单模态框状态下表格字段 */
|
|
480
|
+
MaterialSubTableModalField = "subTableModalField",
|
|
481
|
+
/** 卡片列表字段 */
|
|
482
|
+
cardListFormField = "cardList",
|
|
483
|
+
/**列表选择器字段 */
|
|
484
|
+
MaterialTableSelectField = "tableSelectField",
|
|
485
|
+
/**描述列表字段 */
|
|
486
|
+
DescriptionsFormField = "descriptions"
|
|
487
|
+
}
|
|
488
|
+
/** 字段类型关联 icon */
|
|
489
|
+
export declare const FieldIconMap: {
|
|
490
|
+
primary_key: string;
|
|
491
|
+
text: string;
|
|
492
|
+
long_text: string;
|
|
493
|
+
integer: string;
|
|
494
|
+
long: string;
|
|
495
|
+
decimal: string;
|
|
496
|
+
double: string;
|
|
497
|
+
boolean: string;
|
|
498
|
+
date: string;
|
|
499
|
+
time: string;
|
|
500
|
+
date_time: string;
|
|
501
|
+
user: string;
|
|
502
|
+
org: string;
|
|
503
|
+
user_multi: string;
|
|
504
|
+
org_multi: string;
|
|
505
|
+
image: string;
|
|
506
|
+
attachment: string;
|
|
507
|
+
serial_number: string;
|
|
508
|
+
master_slave: string;
|
|
509
|
+
enum: string;
|
|
510
|
+
ref: string;
|
|
511
|
+
rdo_ref: string;
|
|
512
|
+
enum_multi: string;
|
|
513
|
+
option: string;
|
|
514
|
+
option_multi: string;
|
|
515
|
+
ref_multi: string;
|
|
516
|
+
expression: string;
|
|
517
|
+
expression_condition: string;
|
|
518
|
+
agg: string;
|
|
519
|
+
esop: string;
|
|
520
|
+
transaction: string;
|
|
521
|
+
serial_number_rule: string;
|
|
522
|
+
printer: string;
|
|
523
|
+
message_tmpl: string;
|
|
524
|
+
range_user: string;
|
|
525
|
+
label_template_ref: string;
|
|
526
|
+
document_template: string;
|
|
527
|
+
electronic_signature: string;
|
|
528
|
+
online_form_tmpl: string;
|
|
529
|
+
edhr_tmpl: string;
|
|
530
|
+
online_form: string;
|
|
531
|
+
data_table_formula: string;
|
|
532
|
+
readonlycmp: string;
|
|
533
|
+
tenant: string;
|
|
534
|
+
associated_primary_key: string;
|
|
535
|
+
material_no: string;
|
|
536
|
+
product: string;
|
|
537
|
+
device: string;
|
|
538
|
+
biz_process: string;
|
|
539
|
+
};
|
|
540
|
+
export declare enum AggTypes {
|
|
541
|
+
COUNT = "COUNT",
|
|
542
|
+
SUM = "SUM",
|
|
543
|
+
MAX = "MAX",
|
|
544
|
+
MIN = "MIN",
|
|
545
|
+
AVG = "AVG"
|
|
546
|
+
}
|
|
547
|
+
export declare enum NodesConfigTypeEnum {
|
|
548
|
+
SPEC = "spec",
|
|
549
|
+
SUB_WORKFLOW = "sub_workflow"
|
|
550
|
+
}
|
|
551
|
+
export declare enum selectionTypeEnums {
|
|
552
|
+
None = "none",
|
|
553
|
+
SingleChoice = "gct_radio",
|
|
554
|
+
MultipleChoice = "checkbox"
|
|
555
|
+
}
|
|
556
|
+
/** 是否唯一配置参数类型 */
|
|
557
|
+
export declare const enum UniqueConstraintType {
|
|
558
|
+
/** 无 */
|
|
559
|
+
NONE = "NONE",
|
|
560
|
+
/** 全局唯一 */
|
|
561
|
+
GLOBAL = "GLOBAL",
|
|
562
|
+
/** 同级唯一 */
|
|
563
|
+
LEVEL = "LEVEL",
|
|
564
|
+
/** 逻辑唯一 */
|
|
565
|
+
LOGIC = "LOGIC"
|
|
566
|
+
}
|
|
567
|
+
export declare const enum MessageType {
|
|
568
|
+
/**全部 */
|
|
569
|
+
ALL = "all",
|
|
570
|
+
/**未读 */
|
|
571
|
+
UNREAD = "unread"
|
|
572
|
+
}
|
|
573
|
+
export declare const enum WorkbenchType {
|
|
574
|
+
/**全部 */
|
|
575
|
+
TEST = "myTestApp",
|
|
576
|
+
/**未读 */
|
|
577
|
+
QUICK = "quickAccess",
|
|
578
|
+
MY = "myApp"
|
|
579
|
+
}
|
|
580
|
+
export declare const enum PersonalCenterType {
|
|
581
|
+
/**头像 */
|
|
582
|
+
PROFILE = "profile",
|
|
583
|
+
/**性别 */
|
|
584
|
+
GENDER = "gender",
|
|
585
|
+
/**企业 */
|
|
586
|
+
ENTERPRISE = "enterprise"
|
|
587
|
+
}
|
|
588
|
+
export declare const enum GENDER_TYPE {
|
|
589
|
+
/**女 */
|
|
590
|
+
FEMALE = "female",
|
|
591
|
+
/**男 */
|
|
592
|
+
MALE = "male",
|
|
593
|
+
/**保密 */
|
|
594
|
+
PRIVARY = "privary"
|
|
595
|
+
}
|
|
596
|
+
export declare const enum TODO_TYPE {
|
|
597
|
+
/**我的待办 */
|
|
598
|
+
TODO = "todo",
|
|
599
|
+
/**我的申请 */
|
|
600
|
+
APPLICATION = "application",
|
|
601
|
+
/**我的已办 */
|
|
602
|
+
DONE = "done",
|
|
603
|
+
/**委托设置 */
|
|
604
|
+
DELEGATE = "delegate"
|
|
605
|
+
}
|