@kengic/vue 0.30.1-beta.2 → 0.30.1-beta.21

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 (129) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/align-left-outlined.579b01c6.mjs +8 -0
  3. package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
  4. package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
  5. package/dist/caret-up-outlined.81b559ad.mjs +8 -0
  6. package/dist/double-right-outlined.f057a6b2.mjs +8 -0
  7. package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
  8. package/dist/holder-outlined.9e698750.mjs +8 -0
  9. package/dist/index.css +1 -1
  10. package/dist/kengic-vue.js +133709 -96220
  11. package/dist/loading-outlined.13a15197.mjs +8 -0
  12. package/dist/more-outlined.8e1202ac.mjs +8 -0
  13. package/dist/palette-swatch-variant.f7258843.mjs +8 -0
  14. package/dist/project/build/utils.ts +20 -15
  15. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
  16. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
  17. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
  18. package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
  19. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
  20. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
  21. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
  22. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
  23. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
  24. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  25. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
  26. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
  27. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
  28. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
  29. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
  30. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
  31. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
  32. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
  33. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
  34. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  35. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
  36. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  37. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
  38. package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
  39. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  40. package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
  41. package/dist/src/api/WMS/models.d.ts +11 -5
  42. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  43. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +15 -3
  44. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +7 -1
  45. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +1 -33
  46. package/dist/src/component/KgForm/KgForm.d.ts +3 -3
  47. package/dist/src/component/KgForm/index.d.ts +4 -4
  48. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +1 -3
  49. package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +2 -2
  50. package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +2 -2
  51. package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +2 -6
  52. package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +0 -2
  53. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +4 -2
  54. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  55. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  56. package/dist/src/component/KgModal/KgModal.d.ts +1 -1
  57. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  58. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  59. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  60. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  61. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +74 -0
  62. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +81 -0
  63. package/dist/src/component/KgSimulator/KgSimulator.Toolbar.Prefab.d.ts +9 -0
  64. package/dist/src/component/KgSimulator/KgSimulator.Toolbar.d.ts +113 -0
  65. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  66. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +17 -0
  67. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  68. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +363 -0
  69. package/dist/src/component/KgSimulator/KgSimulator.service.d.ts +20 -0
  70. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +68 -0
  71. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  72. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  73. package/dist/src/component/KgTable/{components/KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
  74. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  75. package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
  76. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +72 -0
  77. package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
  78. package/dist/src/component/KgVar/KgVarFactory.d.ts +12 -4
  79. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  80. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
  81. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
  82. package/dist/src/component/index.d.ts +1 -0
  83. package/dist/src/config/config.store.d.ts +15 -3
  84. package/dist/src/const/const.model.d.ts +549 -6
  85. package/dist/src/const/form-id.const.d.ts +10 -10
  86. package/dist/src/const/index.d.ts +0 -1
  87. package/dist/src/i18n/cs_CZ.d.ts +1 -1
  88. package/dist/src/i18n/en.d.ts +1 -1
  89. package/dist/src/i18n/es_ES.d.ts +1 -1
  90. package/dist/src/i18n/fr_FR.d.ts +1 -1
  91. package/dist/src/i18n/km_KH.d.ts +1 -1
  92. package/dist/src/i18n/ko_KR.d.ts +1 -1
  93. package/dist/src/i18n/vi_VN.d.ts +1 -1
  94. package/dist/src/i18n/zh_CN.d.ts +1 -1
  95. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  96. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  97. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  98. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  99. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  100. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  101. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  102. package/dist/src/page/{KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  103. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.d.ts +5 -0
  104. package/dist/src/page/{KgCircleVis/components/KgCircleVis.hooks.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.hooks.d.ts} +6 -6
  105. package/dist/src/page/{KgCircleVis/components/KgCircleVis.model.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.model.d.ts} +1 -1
  106. package/dist/src/page/{KgCircleVis/components/KgCircleVis.store.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.store.d.ts} +12 -12
  107. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  108. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  109. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
  110. package/dist/src/page/index.d.ts +2 -2
  111. package/dist/src/project/src/utils/env.d.ts +0 -16
  112. package/dist/src/util/ant-design-vue.d.ts +1 -1
  113. package/package.json +8 -6
  114. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
  115. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  116. package/dist/src/const/injection-keys.const.d.ts +0 -11
  117. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  118. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  119. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  120. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  121. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  122. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  123. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  124. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  125. /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
  126. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
  127. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
  128. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
  129. /package/dist/src/page/{KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  totalText: string;
147
147
  varGridMasters: string;
148
148
  };
149
- KgTableHeaderCell: {
149
+ KgTableHeadCell: {
150
150
  align: string;
151
151
  alignCenter: string;
152
152
  alignLeft: string;
@@ -147,7 +147,7 @@ declare const _default: {
147
147
  totalText: string;
148
148
  varGridMasters: string;
149
149
  };
150
- KgTableHeaderCell: {
150
+ KgTableHeadCell: {
151
151
  align: string;
152
152
  alignCenter: string;
153
153
  alignLeft: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 环穿可视化.
2
+ * 环形穿梭车可视化.
3
3
  */
4
4
  declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
5
5
  [x: string]: unknown;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:库区下拉列表.
4
+ */
5
+ export declare const KgCircularShuttleMonitorAreaSelect: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:画布.
4
+ */
5
+ export declare const KgCircularShuttleMonitorCanvas: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:图例.
4
+ */
5
+ export declare const KgCircularShuttleMonitorLegend: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:离线区.
4
+ */
5
+ export declare const KgCircularShuttleMonitorOffline: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:设置面板.
4
+ */
5
+ export declare const KgCircularShuttleMonitorSetting: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:日志.
4
+ */
5
+ export declare const KgCircularShuttleMonitorTabLog: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgCircleVis.css';
3
- import { StatusRgvVO } from './KgCircleVis.model';
2
+ import './KgCircularShuttleMonitor.css';
3
+ import { StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
4
  export declare const getProps: () => {
5
5
  /**
6
6
  * 小车.
@@ -10,11 +10,11 @@ export declare const getProps: () => {
10
10
  type: PropType<StatusRgvVO>;
11
11
  };
12
12
  };
13
- export declare type KgCircleVisTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
13
+ export declare type KgCircularShuttleMonitorTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
14
14
  /**
15
- * 环穿可视化:小车信息.
15
+ * 环形穿梭车可视化:小车信息.
16
16
  */
17
- export declare const KgCircleVisTabRgv: import("vue").DefineComponent<{
17
+ export declare const KgCircularShuttleMonitorTabRgv: import("vue").DefineComponent<{
18
18
  /**
19
19
  * 小车.
20
20
  */
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化.
4
+ */
5
+ export declare const KgCircularShuttleMonitor: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,7 +1,7 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { IKgCircleVisProps, useKgCircleVisStore } from './KgCircleVis.store';
3
- import { MapDTO, StatusDTO } from './KgCircleVis.model';
4
- export declare type IUseKgCircleVis = {
2
+ import { MapDTO, StatusDTO } from './KgCircularShuttleMonitor.model';
3
+ import { IKgCircularShuttleMonitorProps, useKgCircularShuttleMonitorStore } from './KgCircularShuttleMonitor.store';
4
+ export declare type IUseKgCircularShuttleMonitor = {
5
5
  /**
6
6
  * 画布:取下一个地图数据. 从地图数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
7
7
  */
@@ -19,11 +19,11 @@ export declare type IUseKgCircleVis = {
19
19
  *
20
20
  * @param props 参数.
21
21
  */
22
- setProps(props: IKgCircleVisProps | null | undefined): void;
22
+ setProps(props: IKgCircularShuttleMonitorProps | null | undefined): void;
23
23
  /** 状态数据. */
24
- store: ReturnType<typeof useKgCircleVisStore>;
24
+ store: ReturnType<typeof useKgCircularShuttleMonitorStore>;
25
25
  };
26
26
  /**
27
27
  *
28
28
  */
29
- export declare function useKgCircleVis(): IUseKgCircleVis;
29
+ export declare function useKgCircularShuttleMonitor(): IUseKgCircularShuttleMonitor;
@@ -21,7 +21,7 @@ export declare type MapStationDTO = {
21
21
  aisle: number;
22
22
  /** 线体编号. */
23
23
  conveyorNo: string;
24
- /** 线体坐标(线体相对环穿轨道的位置). */
24
+ /** 线体坐标(线体相对环形穿梭车轨道的位置). */
25
25
  coordinate: number;
26
26
  /** 站点方向 0:朝向车,1:背离车. */
27
27
  direction: number;
@@ -1,7 +1,7 @@
1
1
  import { Q } from '@thymine/xunee';
2
2
  import { KgStoreDefinition } from '../../../const';
3
- import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircleVis.model';
4
- export declare type IKgCircleVisProps = {
3
+ import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
+ export declare type IKgCircularShuttleMonitorProps = {
5
5
  /**
6
6
  * 接口地址.
7
7
  */
@@ -43,7 +43,7 @@ export declare type IKgCircleVisProps = {
43
43
  */
44
44
  GetState?: string;
45
45
  /**
46
- * 创建环穿任务.
46
+ * 创建环形穿梭车任务.
47
47
  *
48
48
  * @default /apigateway/wasserver/api/v1/CircleRgvState/ManualCreateWorkTask
49
49
  */
@@ -151,11 +151,11 @@ export declare type IKgCircleVisProps = {
151
151
  */
152
152
  updateStatusInterval?: number;
153
153
  };
154
- export interface IKgCircleVisStoreState {
154
+ export interface IKgCircularShuttleMonitorStoreState {
155
155
  /**
156
156
  * 库区下拉列表:是否正在请求数据.
157
157
  */
158
- $AreaSelect$isRequesting: boolean;
158
+ $AreaSelect$isRequesting$: boolean;
159
159
  /**
160
160
  * 库区下拉列表:当前选中的值.
161
161
  */
@@ -260,9 +260,9 @@ export interface IKgCircleVisStoreState {
260
260
  /**
261
261
  * 参数.
262
262
  */
263
- props: IKgCircleVisProps | null;
263
+ props: IKgCircularShuttleMonitorProps | null;
264
264
  }
265
- export interface IKgCircleVisStoreGetters {
265
+ export interface IKgCircularShuttleMonitorStoreGetters {
266
266
  $AreaSelect$getIsRequesting: boolean;
267
267
  $AreaSelect$getValue: string | null;
268
268
  /**
@@ -297,9 +297,9 @@ export interface IKgCircleVisStoreGetters {
297
297
  $Tab$getActiveKey: string | number;
298
298
  $Tab$getRgvList: Array<StatusRgvVO>;
299
299
  getGraph: Q.Graph | null;
300
- getProps: IKgCircleVisProps | null;
300
+ getProps: IKgCircularShuttleMonitorProps | null;
301
301
  }
302
- export interface IKgCircleVisStoreActions {
302
+ export interface IKgCircularShuttleMonitorStoreActions {
303
303
  $AreaSelect$setIsRequesting(value: boolean | null | undefined): void;
304
304
  $AreaSelect$setValue(value: string | null | undefined): void;
305
305
  $Canvas$Setting$setCollapseActiveKey(value: Array<string> | null | undefined): void;
@@ -348,7 +348,7 @@ export interface IKgCircleVisStoreActions {
348
348
  $Tab$insertRgvList(value: Array<StatusRgvVO> | null | undefined): void;
349
349
  $Tab$setActiveKey(value: string | number | null | undefined): void;
350
350
  $Tab$setRgvList(value: Array<StatusRgvVO> | null | undefined): void;
351
- setGraph(value: Q.Graph | null | undefined): void;
352
- setProps(value: IKgCircleVisProps | null | undefined): void;
351
+ set$graph(value: Q.Graph | null | undefined): void;
352
+ setProps(value: IKgCircularShuttleMonitorProps | null | undefined): void;
353
353
  }
354
- export declare const useKgCircleVisStore: KgStoreDefinition<IKgCircleVisStoreGetters, IKgCircleVisStoreActions>;
354
+ export declare const useKgCircularShuttleMonitorStore: KgStoreDefinition<IKgCircularShuttleMonitorStoreGetters, IKgCircularShuttleMonitorStoreActions>;
@@ -0,0 +1 @@
1
+ export { default as KgPageCircularShuttleMonitor } from './KgPageCircularShuttleMonitor';
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
- import './KgPageDda.less';
2
+ import './KgPageDda.css';
3
3
  export declare const getProps: () => any;
4
4
  export declare type IKgPageDdaProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
5
5
  declare const _default: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
@@ -1,13 +1,13 @@
1
1
  import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../../api/WMS/models';
2
2
  import { KgStoreDefinition } from '../../../const';
3
- export interface IKgCircleVisStoreGetters {
3
+ export interface IKgPageDdaCreateStoreGetters {
4
4
  getCreateVarDdaQuery: CreateVarDdaQuery;
5
5
  getFrmId: string | null | undefined;
6
6
  getIsLoading: boolean;
7
7
  getResultSetMetadataColumns: Array<ResultSetMetadataColumn>;
8
8
  getVarButtons: Array<VarButton>;
9
9
  }
10
- export interface IKgCircleVisStoreActions {
10
+ export interface IKgPageDdaCreateStoreActions {
11
11
  createVarButton(button: VarButton): void;
12
12
  deleteVarButton(param: {
13
13
  varName: string | null | undefined;
@@ -36,4 +36,4 @@ export interface IKgCircleVisStoreActions {
36
36
  frmNam: string;
37
37
  }): void;
38
38
  }
39
- export declare const useKgPageDdaCreateStore: KgStoreDefinition<IKgCircleVisStoreGetters, IKgCircleVisStoreActions>;
39
+ export declare const useKgPageDdaCreateStore: KgStoreDefinition<IKgPageDdaCreateStoreGetters, IKgPageDdaCreateStoreActions>;
@@ -1,5 +1,5 @@
1
- export { useKgCircleVis, type IUseKgCircleVis } from './KgCircleVis/components/KgCircleVis.hooks';
2
- export * from './KgCircleVis/components/KgCircleVis.model';
1
+ export { useKgCircularShuttleMonitor, type IUseKgCircularShuttleMonitor } from './KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.hooks';
2
+ export * from './KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.model';
3
3
  /**
4
4
  * 路由.
5
5
  *
@@ -10,23 +10,7 @@ export declare function getAppEnvConfig(): {
10
10
  VITE_GLOB_DOMAIN_URL: string;
11
11
  VITE_GLOB_ONLINE_VIEW_URL: string | undefined;
12
12
  };
13
- /**
14
- * @description: Development mode
15
- */
16
13
  export declare const devMode = "development";
17
- /**
18
- * @description: Production mode
19
- */
20
14
  export declare const prodMode = "production";
21
- /**
22
- * @description: Is it a development mode
23
- * @returns:
24
- * @example:
25
- */
26
15
  export declare function isDevMode(): boolean;
27
- /**
28
- * @description: Is it a production mode
29
- * @returns:
30
- * @example:
31
- */
32
16
  export declare function isProdMode(): boolean;
@@ -6,7 +6,7 @@ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
6
6
  import { ButtonShape, ButtonType } from 'ant-design-vue/lib/button';
7
7
  import { CSSProperties, ExtractPropTypes, HTMLAttributes, PropType } from 'vue';
8
8
  export declare const formProps: () => {
9
- layout: PropType<"vertical" | "horizontal" | "inline">;
9
+ layout: PropType<"inline" | "horizontal" | "vertical">;
10
10
  labelCol: {
11
11
  type: PropType<Partial<ExtractPropTypes<{
12
12
  span: (StringConstructor | NumberConstructor)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.2",
3
+ "version": "0.30.1-beta.21",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -15,6 +15,7 @@
15
15
  "copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
16
16
  "bump-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
17
17
  "copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory-test": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory-test.ts",
18
+ "copy-to:luotao:smartfactory.product.simulator--main": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.simulator--main.ts",
18
19
  "copy-to:luotao:smartfactory.tyre.haohua.basic.was-java--PcrTireWeb": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.tyre.haohua.basic.was-java--PcrTireWeb.ts",
19
20
  "----- --------------------------------------------": "更新组件库的版本",
20
21
  "bump:major": "npm run use-node && tsx script/bump.ts major",
@@ -30,24 +31,23 @@
30
31
  "------- ------------------------------------------": ""
31
32
  },
32
33
  "peerDependencies": {
33
- "vue": "3.2.43"
34
+ "vue": "^3.2.43"
34
35
  },
35
36
  "dependencies": {
36
37
  "@ant-design/colors": "6.0.0",
37
- "@ant-design/icons-vue": "6.1.0",
38
38
  "@iconify-icons/akar-icons": "1.2.19",
39
39
  "@iconify-icons/ant-design": "1.2.7",
40
+ "@iconify-icons/eos-icons": "1.2.6",
40
41
  "@iconify-icons/fluent-mdl2": "1.2.1",
41
42
  "@iconify-icons/material-symbols": "1.2.58",
42
43
  "@iconify-icons/mdi": "1.2.48",
43
44
  "@iconify-icons/ph": "1.2.5",
44
- "@iconify-icons/eos-icons": "1.2.6",
45
45
  "@iconify/vue": "4.1.2",
46
46
  "@kengic/core.core": "0.0.1-beta.22",
47
47
  "@kengic/core.react": "0.0.2-beta.42",
48
48
  "@kengic/pont": "1.2.17-beta.5",
49
49
  "@rys-fe/vite-plugin-theme": "0.8.6",
50
- "@thymine/xunee": "0.4.9-beta.8",
50
+ "@thymine/xunee": "0.4.9-beta.19",
51
51
  "@types/crypto-js": "4.1.1",
52
52
  "@types/fs-extra": "9.0.13",
53
53
  "@types/inquirer": "8.2.5",
@@ -68,6 +68,7 @@
68
68
  "crypto-js": "4.1.1",
69
69
  "dayjs": "1.11.10",
70
70
  "dotenv": "16.0.3",
71
+ "element-plus": "2.11.4",
71
72
  "filesize": "10.1.0",
72
73
  "fs-extra": "10.1.0",
73
74
  "html-to-image": "1.11.11",
@@ -116,7 +117,8 @@
116
117
  "types": "./dist/src/index.d.ts",
117
118
  "exports": {
118
119
  ".": {
119
- "import": "./dist/kengic-vue.js"
120
+ "import": "./dist/kengic-vue.js",
121
+ "types": "./dist/src/index.d.ts"
120
122
  },
121
123
  "./dist/index.css": "./dist/index.css"
122
124
  },
@@ -1,54 +0,0 @@
1
- import { IRequestConfig, IRequestOption } from '../../../../service';
2
- import * as DEF from '../../../def';
3
- /** 请求参数. */
4
- export declare class ListVOQuery {
5
- /** 是否可用. */
6
- activeFlg?: number | null;
7
- /** 地址编号. */
8
- adrId?: string | null;
9
- /** 地址名. */
10
- adrnam?: string | null;
11
- /** 公司代码. */
12
- comCod?: string | null;
13
- /** 默认仓库. */
14
- defWhFlg?: number | null;
15
- /** 主键. */
16
- id?: string | null;
17
- /** 所属地/国编号. */
18
- orgcod?: string | null;
19
- /** 永久调整托盘. */
20
- permAdjLod?: string | null;
21
- /** 永久调整箱. */
22
- permAdjSub?: string | null;
23
- /** 永久创建托盘. */
24
- permCreLod?: string | null;
25
- /** 永久创建箱. */
26
- permCreSub?: string | null;
27
- /** 版本. */
28
- version?: number | null;
29
- /** 仓库名称. */
30
- whDsc?: string | null;
31
- /** 仓库编号. */
32
- whId?: string | null;
33
- /** 排序字段. */
34
- column?: string | null;
35
- /** 排序方式. */
36
- order?: 'asc' | 'desc' | null;
37
- /** 当前页数. */
38
- pageNo?: number | null;
39
- /** 每页条数. */
40
- pageSize?: number | null;
41
- constructor(obj?: ListVOQuery);
42
- }
43
- /**
44
- * wh-分页列表查询VO
45
- wh-分页列表查询VO.
46
- *
47
- * @param config 请求配置.
48
- * @param option 请求选项.
49
- */
50
- export declare function ListVO(config?: IRequestConfig<ListVOQuery, {}>, option?: IRequestOption): Promise<DEF.WMS.IPage<DEF.WMS.WhDTO>>;
51
- export declare namespace ListVO {
52
- var method: "GET";
53
- var url: string;
54
- }
@@ -1,9 +0,0 @@
1
- import { FormInstance } from 'ant-design-vue/lib/form/Form';
2
- import { ComputedRef, InjectionKey, Ref } from 'vue';
3
- /**
4
- * 依赖注入表单数据对象.
5
- * 在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.
6
- */
7
- export declare const KG__DI__KG_FORM___FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
8
- /** 依赖注入 formRef. */
9
- export declare const KG__DI__KG_FORM___FORM_REF: InjectionKey<Ref<FormInstance | null>>;
@@ -1,11 +0,0 @@
1
- import { InjectionKey } from 'vue';
2
- /** 唯一标识. */
3
- export declare const KG__DI__ID: InjectionKey<string>;
4
- /** 界面标识. */
5
- export declare const KG__DI__FORM_ID: InjectionKey<string>;
6
- /** 宿主界面标识. */
7
- export declare const KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID: InjectionKey<string>;
8
- /** 变量名称. */
9
- export declare const KG__DI__KG_FORM_ITEM__VAR_NAME: InjectionKey<string>;
10
- /** 变量查找编号. */
11
- export declare const KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID: InjectionKey<string>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:库区下拉列表.
4
- */
5
- export declare const KgCircleVisAreaSelect: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:画布.
4
- */
5
- export declare const KgCircleVisCanvas: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:图例.
4
- */
5
- export declare const KgCircleVisLegend: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:离线区.
4
- */
5
- export declare const KgCircleVisOffline: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:设置面板.
4
- */
5
- export declare const KgCircleVisSetting: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化:日志.
4
- */
5
- export declare const KgCircleVisTabLog: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,5 +0,0 @@
1
- import './KgCircleVis.css';
2
- /**
3
- * 环穿可视化.
4
- */
5
- export declare const KgCircleVis: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1 +0,0 @@
1
- export { default as KgPageCircleVis } from './KgPageCircleVis';