@kengic/vue 0.31.5 → 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.
Files changed (38) hide show
  1. package/dist/kengic-vue.js +16858 -16863
  2. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +3 -0
  3. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +3 -0
  4. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +3 -0
  5. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +3 -0
  6. package/dist/src/component/KgCanvas/KgCanvas.d.ts +4 -3
  7. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +2 -2
  8. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
  9. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +29 -1
  10. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +12 -5
  11. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +134 -134
  12. package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +1 -1
  13. package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts → KgVarConfig.Modal.Table.VarGridMaster.service.d.ts} +1 -1
  14. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
  15. package/dist/src/model/index.d.ts +28 -28
  16. package/package.json +1 -1
  17. /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButton.d.ts → KgVarConfig.Modal.Button.VarButton.d.ts} +0 -0
  18. /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts → KgVarConfig.Modal.Button.VarButtonConfig.d.ts} +0 -0
  19. /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.d.ts → KgVarConfig.Modal.Button.d.ts} +0 -0
  20. /package/dist/src/component/KgVarConfig/{components/child/KgVarConfig.Modal.Child.d.ts → KgVarConfig.Modal.Child.d.ts} +0 -0
  21. /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts → KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +0 -0
  22. /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.d.ts} +0 -0
  23. /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.d.ts → KgVarConfig.Modal.Search.d.ts} +0 -0
  24. /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts → KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts} +0 -0
  25. /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts → KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts} +0 -0
  26. /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.d.ts → KgVarConfig.Modal.Submit.d.ts} +0 -0
  27. /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts → KgVarConfig.Modal.Table.VarGridConfig.d.ts} +0 -0
  28. /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts → KgVarConfig.Modal.Table.VarGridMaster.d.ts} +0 -0
  29. /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.d.ts → KgVarConfig.Modal.Table.d.ts} +0 -0
  30. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts → KgVarConfig.Modal.Var.VarConfigControl.d.ts} +0 -0
  31. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts → KgVarConfig.Modal.Var.VarConfigDescription.d.ts} +0 -0
  32. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts → KgVarConfig.Modal.Var.VarConfigInput.d.ts} +0 -0
  33. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts → KgVarConfig.Modal.Var.VarConfigLookup.d.ts} +0 -0
  34. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts → KgVarConfig.Modal.Var.VarConfigPossibility.d.ts} +0 -0
  35. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts → KgVarConfig.Modal.Var.VarConfigTip.d.ts} +0 -0
  36. /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarVariable.d.ts → KgVarConfig.Modal.Var.VarVariable.d.ts} +0 -0
  37. /package/dist/src/component/KgVarConfig/{components/KgVarConfig.SelectFormIdModal.d.ts → KgVarConfig.SelectFormIdModal.d.ts} +0 -0
  38. /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
- required: boolean;
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
- required: boolean;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.31.5",
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",