@kengic/vue 0.31.5 → 0.31.6
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/kengic-vue.js +16858 -16863
- 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/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 +28 -28
- 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;
|
package/package.json
CHANGED
|
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
|