@byteluck-fe/runtime-engine 2.0.8 → 2.0.9

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.
@@ -1,5 +1,5 @@
1
1
  export declare const IMPORT_REPEAT_NAME_SEPARATOR = "#@#";
2
- export declare const SubTableTaskPaths: {
2
+ export declare const SubTableTaskPaths: () => {
3
3
  title: any;
4
4
  path: string;
5
5
  }[];
@@ -1,4 +1,4 @@
1
- export declare const AdressTypeName: Readonly<{
1
+ export declare const AdressTypeName: () => Readonly<{
2
2
  country: any;
3
3
  province: any;
4
4
  abroadProvince: any;
@@ -1,4 +1,4 @@
1
- export declare const taskPaths: {
1
+ export declare const taskPaths: () => {
2
2
  title: any;
3
3
  path: string;
4
4
  }[];
@@ -2,6 +2,6 @@ interface OpertatorItem {
2
2
  name: string;
3
3
  value: string;
4
4
  }
5
- export declare function getOperatorByValueType(type: string): OpertatorItem[];
5
+ export declare function getOperatorByValueType(type: any): OpertatorItem[];
6
6
  export declare const recursion: (r: any) => any;
7
7
  export {};
@@ -1,9 +1,10 @@
1
- import { CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
1
+ import { ControlRuntimeInstance, CONTROL_TYPE } from '@byteluck-fe/model-driven-core-all';
2
2
  import { Ref, ComputedRef } from 'vue';
3
3
  import { Engine } from '@byteluck-fe/model-driven-engine';
4
- import { PropsInstanceType } from '../../../../constant';
5
4
 
6
- declare function usePasteCellValue(props: PropsInstanceType<CONTROL_TYPE.SUBTABLE> & {
5
+ declare function usePasteCellValue(props: {
6
+ instance: ControlRuntimeInstance<CONTROL_TYPE.SUBTABLE>;
7
+ value: any[];
7
8
  total: ComputedRef<number>;
8
9
  }, context?: Ref<Engine>): {
9
10
  pasteLoading: Ref<boolean>;
@@ -1,4 +1,4 @@
1
- export declare const messageMap: {
1
+ export declare function messageMap(): {
2
2
  form: {
3
3
  saveAs: any;
4
4
  save: any;
@@ -58,6 +58,7 @@ export declare function useChangeLog(params: {
58
58
  department_en_name?: string | undefined;
59
59
  department_id?: string | undefined;
60
60
  department_name?: string | undefined;
61
+ dept_id_path?: string | undefined;
61
62
  dept_name_path?: string | undefined;
62
63
  email?: string | undefined;
63
64
  employee_card?: string | undefined;
@@ -6,7 +6,7 @@ export declare function useDashboardState(appId: MayBeRef<string>, dashboardKey:
6
6
  create_time?: string | undefined;
7
7
  creator?: string | undefined;
8
8
  dashboard_key?: string | undefined;
9
- dashboard_type_enum?: "0" | "1" | undefined;
9
+ dashboard_type_enum?: "0" | "1" | "10" | "11" | "12" | undefined;
10
10
  descript?: string | undefined;
11
11
  name?: string | undefined;
12
12
  report_dashboard_id?: number | undefined;
@@ -111,6 +111,15 @@ export default class {
111
111
  'fileId'?: string;
112
112
  };
113
113
  }, options?: any): Promise<typing.PlainResult>;
114
+ /**
115
+ * 批量获取附件信息
116
+ * @method
117
+ * @name #GetAttachmentBase64ListAttachmentPrivateV1ApiAppsPOST
118
+ * @param {} queryBo - queryBo
119
+ */
120
+ GetAttachmentBase64ListAttachmentPrivateV1ApiAppsPOST(params: {
121
+ payload?: typing.FileQueryBo;
122
+ }, options?: any): Promise<typing.ListResult$AttachmentBase64Dto$>;
114
123
  /**
115
124
  * 批量获取附件信息
116
125
  * @method
@@ -160,12 +169,18 @@ export default class {
160
169
  * 多图片上传
161
170
  * @method
162
171
  * @name #UploadImagesAttachmentPrivateV1ApiAppsPOST
172
+ * @param {string} appId - app_id
163
173
  * @param {boolean} deletable - deletable
174
+ * @param {string} elementId - element_id
164
175
  * @param {array} file - file
176
+ * @param {string} formKey - form_key
165
177
  */
166
178
  UploadImagesAttachmentPrivateV1ApiAppsPOST(params: {
167
179
  query?: {
180
+ 'appId'?: string;
168
181
  'deletable'?: boolean;
182
+ 'elementId'?: string;
183
+ 'formKey'?: string;
169
184
  };
170
185
  }, options?: any): Promise<typing.PlainResult>;
171
186
  /**
@@ -350,6 +365,15 @@ export default class {
350
365
  'requestId'?: string;
351
366
  };
352
367
  }, options?: any): Promise<typing.PlainResult$string$>;
368
+ /**
369
+ * 传入:组件CFCA相关配置
370
+ * @method
371
+ * @name #SealAutoCfcaPrivateV1ApiAppsPOST
372
+ * @param {} cfcaReq - cfcaReq
373
+ */
374
+ SealAutoCfcaPrivateV1ApiAppsPOST(params: {
375
+ payload?: typing.CFCAReq;
376
+ }, options?: any): Promise<typing.PlainResult$CFCAResp$>;
353
377
  /**
354
378
  * 传入:表单变更日志请求对象(JSON格式)
355
379
  * @method
@@ -359,6 +383,50 @@ export default class {
359
383
  ListLogChangePrivateV1ApiAppsPOST(params: {
360
384
  payload?: typing.ChangeLogParamBo;
361
385
  }, options?: any): Promise<typing.ListResult$ChangeLogBo$>;
386
+ /**
387
+ * 数据源详情
388
+ * @method
389
+ * @name #GetDetailDatasourceCustomPrivateV1ApiAppsGET
390
+ * @param {string} datasourceCode - datasourceCode
391
+ */
392
+ GetDetailDatasourceCustomPrivateV1ApiAppsGET(params: {
393
+ query?: {
394
+ 'datasourceCode'?: string;
395
+ };
396
+ }, options?: any): Promise<typing.PlainResult$DatasourceInfoDetail$>;
397
+ /**
398
+ * 数据源列表
399
+ * @method
400
+ * @name #ListDatasourceCustomPrivateV1ApiAppsGET
401
+ */
402
+ ListDatasourceCustomPrivateV1ApiAppsGET(params?: {}, options?: any): Promise<typing.PlainResult$List$DatasourceInfoDto$$>;
403
+ /**
404
+ * 数据源列表
405
+ * @method
406
+ * @name #TestConnectDatasourceCustomPrivateV1ApiAppsPOST
407
+ * @param {} checkConnect - checkConnect
408
+ */
409
+ TestConnectDatasourceCustomPrivateV1ApiAppsPOST(params: {
410
+ payload?: typing.CheckConnectDto;
411
+ }, options?: any): Promise<typing.PlainResult$DbConnectResultDto$>;
412
+ /**
413
+ * 数据源配置信息修改
414
+ * @method
415
+ * @name #UpdateDatasourceCustomPrivateV1ApiAppsPOST
416
+ * @param {} datasourceConfig - datasourceConfig
417
+ */
418
+ UpdateDatasourceCustomPrivateV1ApiAppsPOST(params: {
419
+ payload?: typing.DatasourceConfigDto;
420
+ }, options?: any): Promise<typing.PlainResult$boolean$>;
421
+ /**
422
+ * 数据源更改
423
+ * @method
424
+ * @name #UpdateConnectDatasourceCustomPrivateV1ApiAppsPOST
425
+ * @param {} checkConnect - checkConnect
426
+ */
427
+ UpdateConnectDatasourceCustomPrivateV1ApiAppsPOST(params: {
428
+ payload?: typing.CheckConnectDto;
429
+ }, options?: any): Promise<typing.PlainResult$DbConnectResultDto$>;
362
430
  /**
363
431
  * 传入:仪表盘渲染请求对象(JSON格式)
364
432
  * @method
@@ -377,6 +445,23 @@ export default class {
377
445
  DashboardsRenderDashboardPrivateV1ApiAppsPOST(params: {
378
446
  payload?: typing.DashboardsRenderDto;
379
447
  }, options?: any): Promise<typing.ListResult$DashboardBo$>;
448
+ /**
449
+ * smartBi的单点登录url
450
+ * @method
451
+ * @name #LoginUrlDashboardPrivateV1ApiAppsGET
452
+ * @param {string} redirectUrl - redirectUrl
453
+ */
454
+ LoginUrlDashboardPrivateV1ApiAppsGET(params: {
455
+ query?: {
456
+ 'redirectUrl'?: string;
457
+ };
458
+ }, options?: any): Promise<{}>;
459
+ /**
460
+ * 查询smartBi的aiUrl
461
+ * @method
462
+ * @name #OpenAiUrlDashboardPrivateV1ApiAppsGET
463
+ */
464
+ OpenAiUrlDashboardPrivateV1ApiAppsGET(params?: {}, options?: any): Promise<typing.PlainResult$string$>;
380
465
  /**
381
466
  * 数据校验结果查询
382
467
  * @method
@@ -770,6 +855,35 @@ export default class {
770
855
  UpdateSignInfoDigitalSealPrivateV1ApiAppsPOST(params: {
771
856
  payload?: typing.RunFormDto_9;
772
857
  }, options?: any): Promise<typing.PlainResult$boolean$>;
858
+ /**
859
+ * 删除环境变量
860
+ * @method
861
+ * @name #GetOneEnvVariablePrivateV1ApiAppsGET
862
+ * @param {string} code - code
863
+ */
864
+ GetOneEnvVariablePrivateV1ApiAppsGET(params: {
865
+ query?: {
866
+ 'code'?: string;
867
+ };
868
+ }, options?: any): Promise<typing.PlainResult$EnvVariableManageBo$>;
869
+ /**
870
+ * 分页查询
871
+ * @method
872
+ * @name #QueryForPageEnvVariablePrivateV1ApiAppsPOST
873
+ * @param {} pageRequest - pageRequest
874
+ */
875
+ QueryForPageEnvVariablePrivateV1ApiAppsPOST(params: {
876
+ payload?: typing.PageRequest$EnvVariableManageBo$;
877
+ }, options?: any): Promise<typing.PageResult$EnvVariableManageBo$>;
878
+ /**
879
+ * 保存环境变量
880
+ * @method
881
+ * @name #SaveOrUpdateEnvVariablePrivateV1ApiAppsPOST
882
+ * @param {} envVariableDto - envVariableDto
883
+ */
884
+ SaveOrUpdateEnvVariablePrivateV1ApiAppsPOST(params: {
885
+ payload?: typing.EnvVariableManageBo;
886
+ }, options?: any): Promise<typing.PlainResult$boolean$>;
773
887
  /**
774
888
  * 解析获取表单的权限控制组件列表
775
889
  * @method
@@ -954,15 +1068,6 @@ export default class {
954
1068
  'templateCode'?: string;
955
1069
  };
956
1070
  }, options?: any): Promise<typing.PlainResult$SubTablePageVo$>;
957
- /**
958
- * 高级导出测试
959
- * @method
960
- * @name #TestExportImportPrivateV1ApiAppsPOST
961
- * @param {} param - param
962
- */
963
- TestExportImportPrivateV1ApiAppsPOST(params: {
964
- payload?: {};
965
- }, options?: any): Promise<{}>;
966
1071
  /**
967
1072
  * redirectPage
968
1073
  * @method
@@ -1040,12 +1145,84 @@ export default class {
1040
1145
  'redirectUrl'?: string;
1041
1146
  };
1042
1147
  }, options?: any): Promise<{}>;
1148
+ /**
1149
+ * 人脸核身结果
1150
+ * @method
1151
+ * @name #GetKycResultKycPrivateV1ApiAppsGET
1152
+ * @param {string} orderNo - order_no
1153
+ */
1154
+ GetKycResultKycPrivateV1ApiAppsGET(params: {
1155
+ query?: {
1156
+ 'orderNo'?: string;
1157
+ };
1158
+ }, options?: any): Promise<typing.PlainResult$KycAuthInfoBo$>;
1159
+ /**
1160
+ * 登录启动人脸核身
1161
+ * @method
1162
+ * @name #LoginKycPrivateV1ApiAppsGET
1163
+ * @param {string} idCard - id_card
1164
+ * @param {string} redirectUrl - redirect_url
1165
+ */
1166
+ LoginKycPrivateV1ApiAppsGET(params: {
1167
+ query?: {
1168
+ 'idCard'?: string;
1169
+ 'redirectUrl'?: string;
1170
+ };
1171
+ }, options?: any): Promise<{}>;
1172
+ /**
1173
+ * 下载模版多语言模板
1174
+ * @method
1175
+ * @name #DownloadLangTemplateLanguagePrivateV1ApiAppsGET
1176
+ * @param {string} langCode - langCode
1177
+ * @param {string} langName - langName
1178
+ */
1179
+ DownloadLangTemplateLanguagePrivateV1ApiAppsGET(params: {
1180
+ query?: {
1181
+ 'langCode'?: string;
1182
+ 'langName'?: string;
1183
+ };
1184
+ }, options?: any): Promise<{}>;
1185
+ /**
1186
+ * 获取语言列表
1187
+ * @method
1188
+ * @name #LisAllLangBoLanguagePrivateV1ApiAppsPOST
1189
+ * @param {boolean} isActive - is_active
1190
+ * @param {string} langCode - lang_code
1191
+ * @param {string} langName - lang_name
1192
+ */
1193
+ LisAllLangBoLanguagePrivateV1ApiAppsPOST(params: {
1194
+ query?: {
1195
+ 'isActive'?: boolean;
1196
+ 'langCode'?: string;
1197
+ 'langName'?: string;
1198
+ };
1199
+ }, options?: any): Promise<typing.ListResult$LangBo$>;
1043
1200
  /**
1044
1201
  * 获取语言种类
1045
1202
  * @method
1046
1203
  * @name #ListLanguagePrivateV1ApiAppsPOST
1047
1204
  */
1048
1205
  ListLanguagePrivateV1ApiAppsPOST(params?: {}, options?: any): Promise<typing.ListResult$LocalLanguageBo$>;
1206
+ /**
1207
+ * 设置默认语言
1208
+ * @method
1209
+ * @name #SaveOrEditLangLanguagePrivateV1ApiAppsPOST
1210
+ * @param {} langBo - langBo
1211
+ */
1212
+ SaveOrEditLangLanguagePrivateV1ApiAppsPOST(params: {
1213
+ payload?: typing.LangReqBo;
1214
+ }, options?: any): Promise<typing.PlainResult$boolean$>;
1215
+ /**
1216
+ * 设置默认语言
1217
+ * @method
1218
+ * @name #SetDefaultLangLanguagePrivateV1ApiAppsPOST
1219
+ * @param {string} langId - langId
1220
+ */
1221
+ SetDefaultLangLanguagePrivateV1ApiAppsPOST(params: {
1222
+ query?: {
1223
+ 'langId'?: string;
1224
+ };
1225
+ }, options?: any): Promise<typing.PlainResult$boolean$>;
1049
1226
  /**
1050
1227
  * 设置语言种类
1051
1228
  * @method
@@ -1090,6 +1267,15 @@ export default class {
1090
1267
  GetOperationUrlEditOnlinePrivateV1ApiAppsPOST(params: {
1091
1268
  payload?: typing.GetOperationUrlDto;
1092
1269
  }, options?: any): Promise<typing.PlainResult$string$>;
1270
+ /**
1271
+ * 获取WPS初始化信息V3版
1272
+ * @method
1273
+ * @name #GetOperationV3EditOnlinePrivateV1ApiAppsPOST
1274
+ * @param {} getOperationUrlDto - getOperationUrlDto
1275
+ */
1276
+ GetOperationV3EditOnlinePrivateV1ApiAppsPOST(params: {
1277
+ payload?: typing.GetOperationUrlDto;
1278
+ }, options?: any): Promise<typing.PlainResult$FileAppsDto$>;
1093
1279
  /**
1094
1280
  * 获取Token
1095
1281
  * @method
@@ -1152,7 +1338,7 @@ export default class {
1152
1338
  * @param {} submitFormRequest - submitFormRequest
1153
1339
  */
1154
1340
  ApplySubmitPagePrivateV1ApiAppsPOST(params: {
1155
- payload?: typing.SubmitFormDto;
1341
+ payload?: typing.SubmitFormDto_9;
1156
1342
  }, options?: any): Promise<typing.PlainResult$string$>;
1157
1343
  /**
1158
1344
  * 传入:非第一次表单提交数据(JSON格式)
@@ -1410,7 +1596,7 @@ export default class {
1410
1596
  */
1411
1597
  ProcessDataDisplayPagePrivateV1ApiAppsPOST(params: {
1412
1598
  payload?: typing.ApproveRenderDto;
1413
- }, options?: any): Promise<typing.PlainResult$PageDataDisplayBo$_1>;
1599
+ }, options?: any): Promise<typing.PlainResult$PageDataDisplayBo$>;
1414
1600
  /**
1415
1601
  * 传入:模型编码、主键值、流程key
1416
1602
  * @method
@@ -1454,7 +1640,7 @@ export default class {
1454
1640
  * @param {} pageRequest - pageRequest
1455
1641
  */
1456
1642
  ListDataSubtablePagePrivateV1ApiAppsPOST(params: {
1457
- payload?: typing.PageRequest$SubTableQuery$_1;
1643
+ payload?: typing.PageRequest$SubTableQuery$_2;
1458
1644
  }, options?: any): Promise<typing.PageResult$SubTableRowDataBo$>;
1459
1645
  /**
1460
1646
  * 传入:查询条件(JSON格式)
@@ -1463,7 +1649,7 @@ export default class {
1463
1649
  * @param {} pageRequest - pageRequest
1464
1650
  */
1465
1651
  CountDataSimplifySubtablePagePrivateV1ApiAppsPOST(params: {
1466
- payload?: typing.PageRequest$SubTableQuery$;
1652
+ payload?: typing.PageRequest$SubTableQuery$_1;
1467
1653
  }, options?: any): Promise<typing.PlainResult$int$>;
1468
1654
  /**
1469
1655
  * 传入:查询条件(JSON格式)
@@ -1533,6 +1719,15 @@ export default class {
1533
1719
  'formKey'?: string;
1534
1720
  };
1535
1721
  }, options?: any): Promise<typing.PlainResult$List$BizDataExportBo$$>;
1722
+ /**
1723
+ * 传入:查询条件,导出符合条件的所有数据
1724
+ * @method
1725
+ * @name #ExportWordPageOprPrivateV1ApiAppsPOST
1726
+ * @param {} exportRequest - exportRequest
1727
+ */
1728
+ ExportWordPageOprPrivateV1ApiAppsPOST(params: {
1729
+ payload?: typing.DataExportDto$List$PageListDataQuery$$_1;
1730
+ }, options?: any): Promise<typing.PlainResult$boolean$>;
1536
1731
  /**
1537
1732
  * 获取视图配置
1538
1733
  * @method
@@ -1863,4 +2058,13 @@ export default class {
1863
2058
  SearchUserInfoUserPrivateV1ApiAppsPOST(params: {
1864
2059
  payload?: typing.EmployeeQuery;
1865
2060
  }, options?: any): Promise<typing.PageResult$UserDto$>;
2061
+ /**
2062
+ * 签字生成pdf
2063
+ * @method
2064
+ * @name #WriteSignPdfXssPrivateV1ApiAppsPOST
2065
+ * @param {} xssParamBo - xssParamBo
2066
+ */
2067
+ WriteSignPdfXssPrivateV1ApiAppsPOST(params: {
2068
+ payload?: typing.XssParamBo;
2069
+ }, options?: any): Promise<typing.PlainResult$AttachmentDto$>;
1866
2070
  }
@@ -1,4 +1,5 @@
1
1
  export declare let _vueApp: any;
2
+ export declare const setVueApp: (app: any) => void;
2
3
  declare const _default: {
3
4
  install(app: any): void;
4
5
  };
@@ -1,7 +1,6 @@
1
1
  import { default as moment } from 'moment';
2
2
  import { default as lodash } from 'lodash';
3
3
  import { default as decimal } from 'decimal.js';
4
- import { default as vant } from 'vant';
5
4
  import { AxiosStatic } from 'axios';
6
5
  import * as ModelDrivenCoreAll from '@byteluck-fe/model-driven-core-all';
7
6
  import * as ModelDrivenEngine from '@byteluck-fe/model-driven-engine';
@@ -10,6 +9,8 @@ import * as CustomControlSdkMain from '@byteluck-fe/custom-control-sdk/main';
10
9
  import * as CustomControlSdkMainRuntime from '@byteluck-fe/custom-control-sdk/runtime';
11
10
  import * as i18n from '@byteluck/ok-vue-i18n';
12
11
  import * as vue from 'vue';
12
+ import * as vant from 'vant';
13
+ import * as Antd from 'ant-design-vue';
13
14
  export declare function globalModules(isPc: boolean): {
14
15
  vue: typeof vue;
15
16
  '@byteluck-fe/model-driven-core-all': typeof ModelDrivenCoreAll;
@@ -24,12 +25,9 @@ export declare function globalModules(isPc: boolean): {
24
25
  '@byteluck-fe/custom-control-sdk/runtime': typeof CustomControlSdkMainRuntime;
25
26
  '@byteluck-fe/global-shared': typeof GlobalShared;
26
27
  '@byteluck/global-shared': typeof GlobalShared;
27
- 'ok-vue-i18n': typeof i18n;
28
+ '@byteluck/ok-vue-i18n': typeof i18n;
28
29
  } & ({
29
- 'ant-design-vue': {
30
- version: string;
31
- install: (app: vue.App<any>) => vue.App<any>;
32
- };
30
+ 'ant-design-vue': typeof Antd;
33
31
  vant: {};
34
32
  } | {
35
33
  'ant-design-vue': {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",