@kengic/vue 0.31.4 → 0.31.6-beta.0
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/CHANGELOG.md +9 -3
- package/dist/kengic-vue.js +27438 -27435
- package/dist/src/component/KgButton/KgButton.store.d.ts +5 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +4 -3
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +2 -2
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +29 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +12 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +134 -134
- package/dist/src/component/KgTable/KgTable.model.d.ts +1 -3
- package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +1 -1
- package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts → KgVarConfig.Modal.Table.VarGridMaster.service.d.ts} +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
- package/dist/src/model/index.d.ts +33 -30
- package/dist/src/util/kg.util.d.ts +5 -37
- package/package.json +1 -1
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButton.d.ts → KgVarConfig.Modal.Button.VarButton.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts → KgVarConfig.Modal.Button.VarButtonConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.d.ts → KgVarConfig.Modal.Button.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/child/KgVarConfig.Modal.Child.d.ts → KgVarConfig.Modal.Child.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts → KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.d.ts → KgVarConfig.Modal.Search.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts → KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts → KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.d.ts → KgVarConfig.Modal.Submit.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts → KgVarConfig.Modal.Table.VarGridConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts → KgVarConfig.Modal.Table.VarGridMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.d.ts → KgVarConfig.Modal.Table.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts → KgVarConfig.Modal.Var.VarConfigControl.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts → KgVarConfig.Modal.Var.VarConfigDescription.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts → KgVarConfig.Modal.Var.VarConfigInput.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts → KgVarConfig.Modal.Var.VarConfigLookup.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts → KgVarConfig.Modal.Var.VarConfigPossibility.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts → KgVarConfig.Modal.Var.VarConfigTip.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarVariable.d.ts → KgVarConfig.Modal.Var.VarVariable.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfig.SelectFormIdModal.d.ts → KgVarConfig.SelectFormIdModal.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfigModal.d.ts → KgVarConfigModal.d.ts} +0 -0
|
@@ -37,7 +37,7 @@ declare const KG: {
|
|
|
37
37
|
WEB: string;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* 依赖注入.
|
|
41
41
|
*/
|
|
42
42
|
DI: {
|
|
43
43
|
/**
|
|
@@ -58,7 +58,7 @@ declare const KG: {
|
|
|
58
58
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
59
59
|
id: {
|
|
60
60
|
type: import("vue").PropType<string>;
|
|
61
|
-
|
|
61
|
+
default: string;
|
|
62
62
|
};
|
|
63
63
|
kg$ContextMenu$Reload$IsAvailable: {
|
|
64
64
|
type: import("vue").PropType<boolean>;
|
|
@@ -224,23 +224,23 @@ declare const KG: {
|
|
|
224
224
|
START_WITH: string;
|
|
225
225
|
};
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* 界面标识--环形穿梭车可视化--小车信息汇总.
|
|
228
228
|
*/
|
|
229
229
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* 界面标识--环形穿梭车可视化--小车--人工创建任务.
|
|
232
232
|
*/
|
|
233
233
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
* 界面标识--环形穿梭车可视化--小车--状态.
|
|
236
236
|
*/
|
|
237
237
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
239
|
+
* 界面标识--环形穿梭车可视化--小车--任务.
|
|
240
240
|
*/
|
|
241
241
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* 界面标识--环形穿梭车可视化--任务信息汇总.
|
|
244
244
|
*/
|
|
245
245
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
|
|
246
246
|
/**
|
|
@@ -324,6 +324,10 @@ declare const KG: {
|
|
|
324
324
|
/** @deprecated 已废弃, 请使用 KG.HTTP_HEADER__KG_WORK_STATION */
|
|
325
325
|
KG_WORK_STATION: string;
|
|
326
326
|
};
|
|
327
|
+
/**
|
|
328
|
+
* 环形穿梭车可视化--依赖注入--唯一标识.
|
|
329
|
+
*/
|
|
330
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__DI__ID: InjectionKey<string>;
|
|
327
331
|
VAR_CONFIG_CONTROL: {
|
|
328
332
|
/**
|
|
329
333
|
* 表单控件类型.
|
|
@@ -414,7 +418,7 @@ declare const KG: {
|
|
|
414
418
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
415
419
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
416
420
|
DYNAMIC_QUERY_OPERATOR__GTE: string; /**
|
|
417
|
-
*
|
|
421
|
+
* 依赖注入.
|
|
418
422
|
*/
|
|
419
423
|
DYNAMIC_QUERY_OPERATOR__IN: string;
|
|
420
424
|
DYNAMIC_QUERY_OPERATOR__LT: string;
|
|
@@ -422,9 +426,7 @@ declare const KG: {
|
|
|
422
426
|
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
423
427
|
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
|
|
424
428
|
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
425
|
-
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
426
|
-
* 表单.
|
|
427
|
-
*/
|
|
429
|
+
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
428
430
|
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
429
431
|
* <p>依赖注入表单数据对象.</p>
|
|
430
432
|
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
@@ -455,9 +457,7 @@ declare const KG: {
|
|
|
455
457
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
456
458
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
457
459
|
LOCALE: {
|
|
458
|
-
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
459
|
-
* 左上侧工具栏.
|
|
460
|
-
*/
|
|
460
|
+
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
461
461
|
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
462
462
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
463
463
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
@@ -502,7 +502,7 @@ declare const KG_CONST: {
|
|
|
502
502
|
WEB: string;
|
|
503
503
|
};
|
|
504
504
|
/**
|
|
505
|
-
*
|
|
505
|
+
* 依赖注入.
|
|
506
506
|
*/
|
|
507
507
|
DI: {
|
|
508
508
|
/**
|
|
@@ -523,7 +523,7 @@ declare const KG_CONST: {
|
|
|
523
523
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
524
524
|
id: {
|
|
525
525
|
type: import("vue").PropType<string>;
|
|
526
|
-
|
|
526
|
+
default: string;
|
|
527
527
|
};
|
|
528
528
|
kg$ContextMenu$Reload$IsAvailable: {
|
|
529
529
|
type: import("vue").PropType<boolean>;
|
|
@@ -689,23 +689,23 @@ declare const KG_CONST: {
|
|
|
689
689
|
START_WITH: string;
|
|
690
690
|
};
|
|
691
691
|
/**
|
|
692
|
-
*
|
|
692
|
+
* 界面标识--环形穿梭车可视化--小车信息汇总.
|
|
693
693
|
*/
|
|
694
694
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
695
695
|
/**
|
|
696
|
-
*
|
|
696
|
+
* 界面标识--环形穿梭车可视化--小车--人工创建任务.
|
|
697
697
|
*/
|
|
698
698
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
699
699
|
/**
|
|
700
|
-
*
|
|
700
|
+
* 界面标识--环形穿梭车可视化--小车--状态.
|
|
701
701
|
*/
|
|
702
702
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
703
703
|
/**
|
|
704
|
-
*
|
|
704
|
+
* 界面标识--环形穿梭车可视化--小车--任务.
|
|
705
705
|
*/
|
|
706
706
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
707
707
|
/**
|
|
708
|
-
*
|
|
708
|
+
* 界面标识--环形穿梭车可视化--任务信息汇总.
|
|
709
709
|
*/
|
|
710
710
|
FORM_ID__KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
|
|
711
711
|
/**
|
|
@@ -789,6 +789,10 @@ declare const KG_CONST: {
|
|
|
789
789
|
/** @deprecated 已废弃, 请使用 KG.HTTP_HEADER__KG_WORK_STATION */
|
|
790
790
|
KG_WORK_STATION: string;
|
|
791
791
|
};
|
|
792
|
+
/**
|
|
793
|
+
* 环形穿梭车可视化--依赖注入--唯一标识.
|
|
794
|
+
*/
|
|
795
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__DI__ID: InjectionKey<string>;
|
|
792
796
|
VAR_CONFIG_CONTROL: {
|
|
793
797
|
/**
|
|
794
798
|
* 表单控件类型.
|
|
@@ -879,7 +883,7 @@ declare const KG_CONST: {
|
|
|
879
883
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
880
884
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
881
885
|
DYNAMIC_QUERY_OPERATOR__GTE: string; /**
|
|
882
|
-
*
|
|
886
|
+
* 依赖注入.
|
|
883
887
|
*/
|
|
884
888
|
DYNAMIC_QUERY_OPERATOR__IN: string;
|
|
885
889
|
DYNAMIC_QUERY_OPERATOR__LT: string;
|
|
@@ -887,9 +891,7 @@ declare const KG_CONST: {
|
|
|
887
891
|
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
888
892
|
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
|
|
889
893
|
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
890
|
-
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
891
|
-
* 表单.
|
|
892
|
-
*/
|
|
894
|
+
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
893
895
|
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
894
896
|
* <p>依赖注入表单数据对象.</p>
|
|
895
897
|
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
@@ -920,9 +922,7 @@ declare const KG_CONST: {
|
|
|
920
922
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
921
923
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
922
924
|
LOCALE: {
|
|
923
|
-
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
924
|
-
* 左上侧工具栏.
|
|
925
|
-
*/
|
|
925
|
+
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
926
926
|
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
927
927
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
928
928
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
@@ -1545,10 +1545,13 @@ interface IKgVarSubmitConfigProperties {
|
|
|
1545
1545
|
* <p>额外的配置属性. 对应 {@link VarButton#props} 字段.</p>
|
|
1546
1546
|
*/
|
|
1547
1547
|
interface IKgVarButtonProperties {
|
|
1548
|
+
/**
|
|
1549
|
+
* <p>执行成功之后--重新请求表格数据时, 是否请求第一页的数据. 默认为 true, 如果为 false 表示请求当前页的数据.</p>
|
|
1550
|
+
* <p>如果是「更新按钮」, 则默认为 false, 即更新成功之后默认查询当前页的数据.</p>
|
|
1551
|
+
*/
|
|
1552
|
+
$AfterOk$isRequestFirstPage?: boolean;
|
|
1548
1553
|
/**
|
|
1549
1554
|
* 是否显示, 默认为 true.
|
|
1550
|
-
*
|
|
1551
|
-
* @default true
|
|
1552
1555
|
*/
|
|
1553
1556
|
isVisible?: boolean;
|
|
1554
1557
|
/**
|
|
@@ -288,55 +288,23 @@ export declare class KgUtil {
|
|
|
288
288
|
kgSearchFormID: string | null | undefined;
|
|
289
289
|
params: Record<string, any> | null | undefined;
|
|
290
290
|
}): {
|
|
291
|
+
/** @deprecated 已废弃, 请使用 operatorRecordJSON */
|
|
291
292
|
operatorObjectJSON: string;
|
|
292
|
-
orderBySql: string;
|
|
293
|
-
sql: string;
|
|
294
|
-
whereObjectJSON: string;
|
|
295
|
-
whereSql: string;
|
|
296
|
-
whereSql01: string;
|
|
297
|
-
whereSql02: string;
|
|
298
|
-
whereSql03: string;
|
|
299
|
-
whereSql04: string;
|
|
300
|
-
whereSql05: string;
|
|
301
|
-
} | {
|
|
302
293
|
/**
|
|
303
294
|
* 查询操作符对象的 JSON 字符串.
|
|
304
295
|
*/
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* ORDER BY SQL.
|
|
308
|
-
*/
|
|
296
|
+
operatorRecordJSON: string;
|
|
309
297
|
orderBySql: string;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
* <p>该对象中, 每一个 key 表示字段名, 每一个 value 表示该字段对应的 SQL 片段</p>
|
|
313
|
-
*/
|
|
298
|
+
valueRecordJSON: string;
|
|
299
|
+
/** @deprecated 已废弃, 请使用 whereSqlSegmentRecordJSON */
|
|
314
300
|
whereObjectJSON: string;
|
|
315
|
-
/**
|
|
316
|
-
* WHERE SQL.
|
|
317
|
-
*/
|
|
318
301
|
whereSql: string;
|
|
319
|
-
/**
|
|
320
|
-
* WHERE SQL.
|
|
321
|
-
*/
|
|
322
302
|
whereSql01: string;
|
|
323
|
-
/**
|
|
324
|
-
* WHERE SQL.
|
|
325
|
-
*/
|
|
326
303
|
whereSql02: string;
|
|
327
|
-
/**
|
|
328
|
-
* WHERE SQL.
|
|
329
|
-
*/
|
|
330
304
|
whereSql03: string;
|
|
331
|
-
/**
|
|
332
|
-
* WHERE SQL.
|
|
333
|
-
*/
|
|
334
305
|
whereSql04: string;
|
|
335
|
-
/**
|
|
336
|
-
* WHERE SQL.
|
|
337
|
-
*/
|
|
338
306
|
whereSql05: string;
|
|
339
|
-
|
|
307
|
+
whereSqlSegmentRecordJSON: string;
|
|
340
308
|
};
|
|
341
309
|
}
|
|
342
310
|
export declare type ModalFunc = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.6-beta.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/component/KgVarConfig/{components/KgVarConfigModal.d.ts → KgVarConfigModal.d.ts}
RENAMED
|
File without changes
|