@kengic/vue 0.30.1-beta.10 → 0.30.1-beta.12

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 (29) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/kengic-vue.js +72 -69
  3. package/dist/src/const/form-id.const.d.ts +10 -10
  4. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  5. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  6. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  7. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  8. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  9. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  10. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  11. package/dist/src/page/{KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  12. package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.d.ts +5 -0
  13. package/dist/src/page/{KgCircleVis/components/KgCircleVis.hooks.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.hooks.d.ts} +6 -6
  14. package/dist/src/page/{KgCircleVis/components/KgCircleVis.model.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.model.d.ts} +1 -1
  15. package/dist/src/page/{KgCircleVis/components/KgCircleVis.store.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.store.d.ts} +10 -10
  16. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  17. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  18. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
  19. package/dist/src/page/index.d.ts +2 -2
  20. package/package.json +1 -1
  21. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  22. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  23. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  24. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  25. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  26. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  27. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  28. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  29. /package/dist/src/page/{KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
@@ -164620,7 +164620,7 @@ function _interopRequireDefault(U) {
164620
164620
  return U && U.__esModule ? U : { default: U };
164621
164621
  }
164622
164622
  default_1 = zhTW.default = _zhCHT.default;
164623
- const version = "0.30.1-beta.10", KG__DI__ID = Symbol("KG__DI__ID"), KG__DI__FORM_ID = Symbol("KG__DI__FORM_ID"), KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID"), KG__DI__KG_FORM_ITEM__VAR_NAME = Symbol("KG__DI__KG_FORM_ITEM__VAR_NAME"), KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID"), KG_CONST = {
164623
+ const version = "0.30.1-beta.12", KG__DI__ID = Symbol("KG__DI__ID"), KG__DI__FORM_ID = Symbol("KG__DI__FORM_ID"), KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID"), KG__DI__KG_FORM_ITEM__VAR_NAME = Symbol("KG__DI__KG_FORM_ITEM__VAR_NAME"), KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID = Symbol("KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID"), KG_CONST = {
164624
164624
  DB_COLUMN_TYPE: {
164625
164625
  NCHAR: "NCHAR",
164626
164626
  NVARCHAR: "NVARCHAR"
@@ -164760,11 +164760,11 @@ const KG_DYNAMIC_QUERY_OPERATOR = KG_CONST.DYNAMIC_QUERY_OPERATOR, __KG__RESPONS
164760
164760
  __KG__CUSTOM_ROW_ID__: "__KG__CUSTOM_ROW_ID__",
164761
164761
  __KG__NULL__: "__KG__NULL__"
164762
164762
  }, KG_TABLE_TEMP_ID = "__KG_TABLE_TEMP_ID__", FORM_IDS = {
164763
- KG_CIRCLE_VIS__RGV_SUMMARY: "KgCircleVis.RgvSummary",
164764
- KG_CIRCLE_VIS__RGV__CREATE_TASK: "KgCircleVis.Rgv.CreateTask",
164765
- KG_CIRCLE_VIS__RGV__STATUS: "KgCircleVis.Rgv.Status",
164766
- KG_CIRCLE_VIS__RGV__TASK: "KgCircleVis.Rgv.Task",
164767
- KG_CIRCLE_VIS__TASK_SUMMARY: "KgCircleVis.TaskSummary",
164763
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: "KgCircleVis.RgvSummary",
164764
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: "KgCircleVis.Rgv.CreateTask",
164765
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: "KgCircleVis.Rgv.Status",
164766
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: "KgCircleVis.Rgv.Task",
164767
+ KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: "KgCircleVis.TaskSummary",
164768
164768
  KG_PAGE_DDA__CREATE__BUTTON: "KgPageDda.Create.Button",
164769
164769
  KG_SQL_CLIENT__RESULT_TAB: "KgSqlClient.ResultTab",
164770
164770
  KG_VAR_CONFIG__MODAL__BUTTON__VAR_BUTTON: "KgVarConfig.Modal.Button.VarButton",
@@ -179996,16 +179996,19 @@ const KG__DI__KG_CANVAS_PROPS = Symbol("KG__DI__KG_CANVAS_PROPS"), KG__DI__KG_CA
179996
179996
  const ue = () => {
179997
179997
  var ra, la, ia, ca, da, fa, ma, pa;
179998
179998
  const ea = (la = (ra = document.querySelector(`#${G}`)) == null ? void 0 : ra.offsetWidth) != null ? la : 0, ta = (ca = (ia = document.querySelector(`#${G}`)) == null ? void 0 : ia.offsetHeight) != null ? ca : 0, aa = (fa = (da = document.querySelector(`#${G} > .kg-canvas--context-menu`)) == null ? void 0 : da.offsetWidth) != null ? fa : 0, oa = (pa = (ma = document.querySelector(`#${G} > .kg-canvas--context-menu`)) == null ? void 0 : ma.offsetHeight) != null ? pa : 0;
179999
- ie + aa > ea && (ie = ie - aa), se + oa > ta && (se = se - oa);
179999
+ ie + aa > ea && (ie = ie - aa), se + oa > ta && (se = se - oa), ne.value.left = `${ie}px`, ne.value.top = `${se}px`;
180000
180000
  };
180001
- ne.value.left = `${ie}px`, ne.value.top = `${se}px`, nextTick().then(() => {
180002
- ue(), ne.value.left = `${ie}px`, ne.value.top = `${se}px`;
180001
+ ue(), nextTick().then(() => {
180002
+ ue();
180003
180003
  });
180004
180004
  }, {
180005
180005
  immediate: !0
180006
180006
  }), () => createVNode("div", {
180007
180007
  class: ae.value,
180008
- style: ne.value
180008
+ style: ne.value,
180009
+ onContextmenu: (oe) => {
180010
+ oe.preventDefault(), oe.stopPropagation();
180011
+ }
180009
180012
  }, [createVNode(Menu$1, {
180010
180013
  mode: "vertical",
180011
180014
  selectable: !1
@@ -202296,9 +202299,9 @@ const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
202296
202299
  }, Symbol.toStringTag, { value: "Module" })), api = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
202297
202300
  __proto__: null,
202298
202301
  WMS: index
202299
- }, Symbol.toStringTag, { value: "Module" })), KgCircleVis$1 = "";
202300
- function useKgCircleVis() {
202301
- const U = useKgCircleVisStore(pinia);
202302
+ }, Symbol.toStringTag, { value: "Module" })), KgCircularShuttleMonitor$1 = "";
202303
+ function useKgCircularShuttleMonitor() {
202304
+ const U = useKgCircularShuttleMonitorStore(pinia);
202302
202305
  return new Proxy(
202303
202306
  {
202304
202307
  $Canvas$popMapData() {
@@ -202348,7 +202351,7 @@ const NODE_KEY = {
202348
202351
  };
202349
202352
  function useDraw() {
202350
202353
  var tl, ll;
202351
- const U = useKgCircleVis(), G = Math.min(Math.max((ll = (tl = U.store.getProps) == null ? void 0 : tl.strokeLineWidth) != null ? ll : 100, 1), 1e3), te = ref$1(0), ne = ref$1(0), ae = ref$1(0), oe = ref$1(0), ie = ref$1(0), se = ref$1(0), ue = ref$1(0), ut = ref$1(0), ct = ref$1(0), ea = ref$1(0), ta = ref$1(0), aa = ref$1(0), oa = ref$1(0), ra = ref$1(0), la = ref$1(0), ia = ref$1(""), ca = ref$1(0), da = ref$1(0), fa = ref$1(""), ma = ref$1(0), pa = ref$1(0), ha = ref$1("");
202354
+ const U = useKgCircularShuttleMonitor(), G = Math.min(Math.max((ll = (tl = U.store.getProps) == null ? void 0 : tl.strokeLineWidth) != null ? ll : 100, 1), 1e3), te = ref$1(0), ne = ref$1(0), ae = ref$1(0), oe = ref$1(0), ie = ref$1(0), se = ref$1(0), ue = ref$1(0), ut = ref$1(0), ct = ref$1(0), ea = ref$1(0), ta = ref$1(0), aa = ref$1(0), oa = ref$1(0), ra = ref$1(0), la = ref$1(0), ia = ref$1(""), ca = ref$1(0), da = ref$1(0), fa = ref$1(""), ma = ref$1(0), pa = ref$1(0), ha = ref$1("");
202352
202355
  let ba = !1, $a = !0, xa = 0, Sa = -1;
202353
202356
  function Oa(ki) {
202354
202357
  var _i, vi, yi, Ai, ol, al, Ya, Ti, pi, zi, Hi, il, gl, Oi, Ii, Gi, dl, wl, Bl;
@@ -202436,7 +202439,7 @@ function useDraw() {
202436
202439
  Object.keys(_i).forEach((ol) => {
202437
202440
  const al = _i[ol], Ya = uniq$3(al.map((Ti) => Ti.y));
202438
202441
  if (Ya.length > 1)
202439
- Ne(`KgCircleVis | \u7ED8\u5236\u5DF7\u9053 | \u540C\u4E2A\u5DF7\u9053\u7684\u591A\u4E2A\u7AD9\u70B9\u7684\u7EB5\u5750\u6807\u4E0D\u540C | ${ol}`);
202442
+ Ne(`KgCircularShuttleMonitor | \u7ED8\u5236\u5DF7\u9053 | \u540C\u4E2A\u5DF7\u9053\u7684\u591A\u4E2A\u7AD9\u70B9\u7684\u7EB5\u5750\u6807\u4E0D\u540C | ${ol}`);
202440
202443
  else {
202441
202444
  const Ti = Ya[0], pi = uniq$3(al.map((il) => il.x)), zi = Math.min(...pi), Hi = Math.max(...pi);
202442
202445
  Ra(ol, zi, Hi, Ti);
@@ -202990,7 +202993,7 @@ function useDraw() {
202990
202993
  zi.ui.fillColor = $a ? "#ffff0075" : "#ffffff00", zi.ui.borderColor = $a ? "#ffff00" : "#ffffff00", U.graph.invalidateElement(pi);
202991
202994
  }
202992
202995
  } catch (Ya) {
202993
- Ne(`KgCircleVis | \u95EA\u70C1\u9009\u4E2D | ${Ya.message}`);
202996
+ Ne(`KgCircularShuttleMonitor | \u95EA\u70C1\u9009\u4E2D | ${Ya.message}`);
202994
202997
  }
202995
202998
  Sa = setTimeout(() => {
202996
202999
  El();
@@ -203077,7 +203080,7 @@ const TAB_KEY = {
203077
203080
  "#eb2f96",
203078
203081
  "#1677ff",
203079
203082
  "#722ed1"
203080
- ], useKgCircleVisStore = defineStore("KgCircleVis", {
203083
+ ], useKgCircularShuttleMonitorStore = defineStore("KgCircularShuttleMonitor", {
203081
203084
  actions: {
203082
203085
  $AreaSelect$setIsRequesting(U) {
203083
203086
  this.$AreaSelect$isRequesting = U != null ? U : !1;
@@ -203323,12 +203326,12 @@ const TAB_KEY = {
203323
203326
  }
203324
203327
  }
203325
203328
  })
203326
- }), KgCircleVisAreaSelect = defineComponent({
203327
- name: "KgCircleVisAreaSelect",
203329
+ }), KgCircularShuttleMonitorAreaSelect = defineComponent({
203330
+ name: "KgCircularShuttleMonitorAreaSelect",
203328
203331
  setup(U, {
203329
203332
  emit: G
203330
203333
  }) {
203331
- const te = useKg(), ne = useKgCircleVisStore(), ae = ref$1([]);
203334
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore(), ae = ref$1([]);
203332
203335
  async function oe() {
203333
203336
  try {
203334
203337
  ne.$AreaSelect$setIsRequesting(!0), ae.value = [{
@@ -203347,7 +203350,7 @@ const TAB_KEY = {
203347
203350
  return onMounted(async () => {
203348
203351
  await oe();
203349
203352
  }), () => createVNode("div", {
203350
- class: "kg-circle-vis--area-select"
203353
+ class: "kg-circular-shuttle-monitor--area-select"
203351
203354
  }, [createVNode(Tooltip$1, {
203352
203355
  title: te.t("KgCircleVisAreaSelect.area"),
203353
203356
  placement: "topLeft"
@@ -203359,9 +203362,9 @@ const TAB_KEY = {
203359
203362
  "onUpdate:value": (se) => {
203360
203363
  ne.$AreaSelect$setValue(se);
203361
203364
  },
203362
- getPopupContainer: () => document.querySelector(".kg-circle-vis--canvas"),
203365
+ getPopupContainer: () => document.querySelector(".kg-circular-shuttle-monitor--canvas"),
203363
203366
  loading: ne.$AreaSelect$getIsRequesting,
203364
- dropdownClassName: "kg-circle-vis--area-select--dropdown"
203367
+ dropdownClassName: "kg-circular-shuttle-monitor--area-select--dropdown"
203365
203368
  }, {
203366
203369
  default: () => ae.value.map((se) => createVNode(Select$2.Option, {
203367
203370
  key: se.id,
@@ -203378,16 +203381,16 @@ const TAB_KEY = {
203378
203381
  }
203379
203382
  })]);
203380
203383
  }
203381
- }), KgCircleVisLegend = defineComponent({
203382
- name: "KgCircleVisLegend",
203384
+ }), KgCircularShuttleMonitorLegend = defineComponent({
203385
+ name: "KgCircularShuttleMonitorLegend",
203383
203386
  setup(U, {
203384
203387
  emit: G
203385
203388
  }) {
203386
- const te = useKg(), ne = useKgCircleVisStore();
203389
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore();
203387
203390
  return () => {
203388
203391
  var ae, oe, ie, se, ue, ut, ct, ea, ta, aa, oa, ra, la, ia, ca, da, fa, ma, pa, ha, ba;
203389
203392
  return createVNode("div", {
203390
- class: "kg-circle-vis--legend"
203393
+ class: "kg-circular-shuttle-monitor--legend"
203391
203394
  }, [createVNode("div", {
203392
203395
  class: "item"
203393
203396
  }, [createVNode("div", {
@@ -203454,14 +203457,14 @@ const TAB_KEY = {
203454
203457
  }, [te.t("KgCircleVisLegend.offline")])])]);
203455
203458
  };
203456
203459
  }
203457
- }), KgCircleVisSetting = defineComponent({
203458
- name: "KgCircleVisSetting",
203460
+ }), KgCircularShuttleMonitorSetting = defineComponent({
203461
+ name: "KgCircularShuttleMonitorSetting",
203459
203462
  setup(U, {
203460
203463
  emit: G
203461
203464
  }) {
203462
- const te = useKg(), ne = useKgCircleVisStore();
203465
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore();
203463
203466
  return () => createVNode("div", {
203464
- class: "kg-circle-vis--setting"
203467
+ class: "kg-circular-shuttle-monitor--setting"
203465
203468
  }, [createVNode("div", {
203466
203469
  class: "head"
203467
203470
  }, [createVNode("div", {
@@ -203590,14 +203593,14 @@ const TAB_KEY = {
203590
203593
  }, null)
203591
203594
  })])]);
203592
203595
  }
203593
- }), KgCircleVisCanvas = defineComponent({
203594
- name: "KgCircleVisCanvas",
203596
+ }), KgCircularShuttleMonitorCanvas = defineComponent({
203597
+ name: "KgCircularShuttleMonitorCanvas",
203595
203598
  setup(U, {
203596
203599
  emit: G
203597
203600
  }) {
203598
203601
  const te = useKg(), ne = _KgUtil.uuid({
203599
203602
  prefix: "kg-canvas-"
203600
- }), ae = useKgCanvas(ne), oe = useKgCircleVisStore();
203603
+ }), ae = useKgCanvas(ne), oe = useKgCircularShuttleMonitorStore();
203601
203604
  ae.onInit(async ({
203602
203605
  graph: da
203603
203606
  }) => {
@@ -203680,7 +203683,7 @@ const TAB_KEY = {
203680
203683
  url: (ma = (fa = (da = oe.getProps) == null ? void 0 : da.api) == null ? void 0 : fa.GetMap) != null ? ma : "/was/CircleRgvMap/GetMap"
203681
203684
  }, {
203682
203685
  isTransformResponse: !1,
203683
- mock: window.$KgCircleVis$requestCanvasMapData ? (() => window.$KgCircleVis$requestCanvasMapData())() : void 0
203686
+ mock: window.$KgCircularShuttleMonitor$requestCanvasMapData ? (() => window.$KgCircularShuttleMonitor$requestCanvasMapData())() : void 0
203684
203687
  }), httpClient().request({
203685
203688
  method: "GET",
203686
203689
  params: {
@@ -203689,7 +203692,7 @@ const TAB_KEY = {
203689
203692
  url: (ba = (ha = (pa = oe.getProps) == null ? void 0 : pa.api) == null ? void 0 : ha.GetState) != null ? ba : "/was/CircleRgvState/GetState"
203690
203693
  }, {
203691
203694
  isTransformResponse: !1,
203692
- mock: window.$KgCircleVis$requestCanvasStatusData ? (() => window.$KgCircleVis$requestCanvasStatusData())() : void 0
203695
+ mock: window.$KgCircularShuttleMonitor$requestCanvasStatusData ? (() => window.$KgCircularShuttleMonitor$requestCanvasStatusData())() : void 0
203693
203696
  })]);
203694
203697
  if ($i && $i.code === 0 && xi && xi.code === 0) {
203695
203698
  if (!la($i.data))
@@ -203729,7 +203732,7 @@ const TAB_KEY = {
203729
203732
  url: (ma = (fa = (da = oe.getProps) == null ? void 0 : da.api) == null ? void 0 : fa.GetState) != null ? ma : "/was/CircleRgvState/GetState"
203730
203733
  }, {
203731
203734
  isTransformResponse: !1,
203732
- mock: window.$KgCircleVis$requestCanvasStatusData ? (() => window.$KgCircleVis$requestCanvasStatusData())() : void 0
203735
+ mock: window.$KgCircularShuttleMonitor$requestCanvasStatusData ? (() => window.$KgCircularShuttleMonitor$requestCanvasStatusData())() : void 0
203733
203736
  });
203734
203737
  if (La && La.code === 0) {
203735
203738
  ca(La.data);
@@ -203803,8 +203806,8 @@ const TAB_KEY = {
203803
203806
  },
203804
203807
  id: ne
203805
203808
  }, {
203806
- right: () => oe.$Setting$getIsVisible ? createVNode(KgCircleVisSetting, null, null) : null,
203807
- toolbarRight: () => createVNode(Fragment, null, [oe.$Canvas$Setting$getIsLegendVisible && createVNode(KgCircleVisLegend, null, null), createVNode(Button$2, {
203809
+ right: () => oe.$Setting$getIsVisible ? createVNode(KgCircularShuttleMonitorSetting, null, null) : null,
203810
+ toolbarRight: () => createVNode(Fragment, null, [oe.$Canvas$Setting$getIsLegendVisible && createVNode(KgCircularShuttleMonitorLegend, null, null), createVNode(Button$2, {
203808
203811
  loading: !1,
203809
203812
  type: "default",
203810
203813
  class: {
@@ -203831,7 +203834,7 @@ const TAB_KEY = {
203831
203834
  var ha, ba, $a, xa, Sa, Oa, Ta, wa, Ma, ka, Pa, Ra, Da, Aa, Na, Ka, Ua, La, Wa, za, Xa, hi, mi, Za, Ci, Ja, qa, Ha, Qa;
203832
203835
  const pa = (ha = fa == null ? void 0 : fa.properties) == null ? void 0 : ha.key;
203833
203836
  return pa != null && pa.startsWith(NODE_KEY.RGV) ? createVNode("div", {
203834
- class: "kg-circle-vis--tooltip-rgv"
203837
+ class: "kg-circular-shuttle-monitor--tooltip-rgv"
203835
203838
  }, [createVNode("div", {
203836
203839
  class: "item"
203837
203840
  }, [createVNode("div", {
@@ -203883,7 +203886,7 @@ const TAB_KEY = {
203883
203886
  }, [te.t("KgCircleVisCanvas.containerId"), createTextVNode(":")]), createVNode("div", {
203884
203887
  class: "value"
203885
203888
  }, [(Na = (Aa = (Da = fa == null ? void 0 : fa.properties) == null ? void 0 : Da.data) == null ? void 0 : Aa.containerId) != null ? Na : ""])])]) : pa != null && pa.startsWith(NODE_KEY.STATION) ? createVNode("div", {
203886
- class: "kg-circle-vis--tooltip-station"
203889
+ class: "kg-circular-shuttle-monitor--tooltip-station"
203887
203890
  }, [createVNode("div", {
203888
203891
  class: "item"
203889
203892
  }, [createVNode("div", {
@@ -203912,17 +203915,17 @@ const TAB_KEY = {
203912
203915
  }
203913
203916
  });
203914
203917
  }
203915
- }), KgCircleVisOffline = defineComponent({
203916
- name: "KgCircleVisOffline",
203918
+ }), KgCircularShuttleMonitorOffline = defineComponent({
203919
+ name: "KgCircularShuttleMonitorOffline",
203917
203920
  setup(U, {
203918
203921
  emit: G
203919
203922
  }) {
203920
- const te = useKg(), ne = useKgCircleVisStore();
203923
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore();
203921
203924
  function ae(oe) {
203922
203925
  ne.$Canvas$setCurrentStationList([]), ne.$Canvas$setCurrentRgvList([oe]), ne.$Tab$insertRgvList(ne.$Canvas$getCurrentRgvList);
203923
203926
  }
203924
203927
  return () => createVNode("div", {
203925
- class: "kg-circle-vis--offline"
203928
+ class: "kg-circular-shuttle-monitor--offline"
203926
203929
  }, [createVNode("div", {
203927
203930
  class: "title"
203928
203931
  }, [te.t("KgCircleVisOffline.title")]), createVNode("div", {
@@ -203938,13 +203941,13 @@ const TAB_KEY = {
203938
203941
  }
203939
203942
  }))])]);
203940
203943
  }
203941
- }), KgCircleVisTabLog = defineComponent({
203942
- name: "KgCircleVisTabLog",
203944
+ }), KgCircularShuttleMonitorTabLog = defineComponent({
203945
+ name: "KgCircularShuttleMonitorTabLog",
203943
203946
  setup(U, {
203944
203947
  emit: G
203945
203948
  }) {
203946
- return useKgCircleVisStore(), () => createVNode("div", {
203947
- class: "kg-circle-vis--log"
203949
+ return useKgCircularShuttleMonitorStore(), () => createVNode("div", {
203950
+ class: "kg-circular-shuttle-monitor--log"
203948
203951
  }, null);
203949
203952
  }
203950
203953
  });
@@ -203956,14 +203959,14 @@ const getProps$a = () => ({
203956
203959
  required: !0,
203957
203960
  type: Object
203958
203961
  }
203959
- }), KgCircleVisTabRgv = defineComponent({
203960
- name: "KgCircleVisTabRgv",
203962
+ }), KgCircularShuttleMonitorTabRgv = defineComponent({
203963
+ name: "KgCircularShuttleMonitorTabRgv",
203961
203964
  props: getProps$a(),
203962
203965
  setup(U, {
203963
203966
  emit: G
203964
203967
  }) {
203965
203968
  var ma, pa, ha;
203966
- const te = useKg(), ne = useKgCircleVisStore(), ae = useKgVar(`CLONE[${FORM_IDS.KG_CIRCLE_VIS__RGV__STATUS}]TO[${FORM_IDS.KG_CIRCLE_VIS__RGV__STATUS}-${(ma = U.rgv) == null ? void 0 : ma.rgvNo}]`), oe = useKgVar(`CLONE[${FORM_IDS.KG_CIRCLE_VIS__RGV__TASK}]TO[${FORM_IDS.KG_CIRCLE_VIS__RGV__TASK}-${(pa = U.rgv) == null ? void 0 : pa.rgvNo}]`), ie = useKgVar(`CLONE[${FORM_IDS.KG_CIRCLE_VIS__RGV__CREATE_TASK}]TO[${FORM_IDS.KG_CIRCLE_VIS__RGV__CREATE_TASK}-${(ha = U.rgv) == null ? void 0 : ha.rgvNo}]`);
203969
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore(), ae = useKgVar(`CLONE[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS}]TO[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS}-${(ma = U.rgv) == null ? void 0 : ma.rgvNo}]`), oe = useKgVar(`CLONE[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK}]TO[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK}-${(pa = U.rgv) == null ? void 0 : pa.rgvNo}]`), ie = useKgVar(`CLONE[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK}]TO[${FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK}-${(ha = U.rgv) == null ? void 0 : ha.rgvNo}]`);
203967
203970
  ae.onSetup(() => {
203968
203971
  ae.kgTable.onBeforeParseRequestParameter(async ({
203969
203972
  params: ba
@@ -204365,7 +204368,7 @@ const getProps$a = () => ({
204365
204368
  return () => {
204366
204369
  let ba, $a, xa, Sa, Oa, Ta, wa;
204367
204370
  return createVNode("div", {
204368
- class: "kg-circle-vis--tab"
204371
+ class: "kg-circular-shuttle-monitor--tab"
204369
204372
  }, [createVNode("div", {
204370
204373
  class: "left"
204371
204374
  }, [createVNode(KgVar2, {
@@ -204432,13 +204435,13 @@ const getProps$a = () => ({
204432
204435
  })])]);
204433
204436
  };
204434
204437
  }
204435
- }), KgCircleVis = defineComponent({
204436
- name: "KgCircleVis",
204438
+ }), KgCircularShuttleMonitor = defineComponent({
204439
+ name: "KgCircularShuttleMonitor",
204437
204440
  setup(U, {
204438
204441
  emit: G
204439
204442
  }) {
204440
204443
  var ue, ut;
204441
- const te = useKg(), ne = useKgCircleVisStore(), ae = useDraw(), oe = ref$1({
204444
+ const te = useKg(), ne = useKgCircularShuttleMonitorStore(), ae = useDraw(), oe = ref$1({
204442
204445
  kgHeight: (ut = (ue = ne.getProps) == null ? void 0 : ue.bottomDefaultHeight) != null ? ut : 639,
204443
204446
  kgMinHeight: 122
204444
204447
  });
@@ -204458,15 +204461,15 @@ const getProps$a = () => ({
204458
204461
  }
204459
204462
  }
204460
204463
  return () => createVNode("div", {
204461
- class: "kg-circle-vis"
204464
+ class: "kg-circular-shuttle-monitor"
204462
204465
  }, [createVNode("div", {
204463
- class: "kg-circle-vis--canvas"
204466
+ class: "kg-circular-shuttle-monitor--canvas"
204464
204467
  }, [createVNode(Spin, {
204465
204468
  spinning: ne.$Canvas$getMapIsRequesting
204466
204469
  }, {
204467
- default: () => [createVNode(KgCircleVisCanvas, null, null), createVNode(KgCircleVisAreaSelect, null, null), ne.$Offline$getRgvList.length > 0 && createVNode(KgCircleVisOffline, null, null)]
204470
+ default: () => [createVNode(KgCircularShuttleMonitorCanvas, null, null), createVNode(KgCircularShuttleMonitorAreaSelect, null, null), ne.$Offline$getRgvList.length > 0 && createVNode(KgCircularShuttleMonitorOffline, null, null)]
204468
204471
  })]), createVNode(KgResizable, {
204469
- kgClass: "kg-circle-vis--tabs",
204472
+ kgClass: "kg-circular-shuttle-monitor--tabs",
204470
204473
  kgType: "top",
204471
204474
  kgResizeHandleVisible: !1,
204472
204475
  kgMinHeight: oe.value.kgMinHeight,
@@ -204494,7 +204497,7 @@ const getProps$a = () => ({
204494
204497
  })])
204495
204498
  }, {
204496
204499
  default: () => [createVNode(KgVar2, {
204497
- kgFormID: FORM_IDS.KG_CIRCLE_VIS__RGV_SUMMARY
204500
+ kgFormID: FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY
204498
204501
  }, null)]
204499
204502
  }), createVNode(Tabs$1.TabPane, {
204500
204503
  key: TAB_KEY.TASK_SUMMARY,
@@ -204509,7 +204512,7 @@ const getProps$a = () => ({
204509
204512
  })])
204510
204513
  }, {
204511
204514
  default: () => [createVNode(KgVar2, {
204512
- kgFormID: FORM_IDS.KG_CIRCLE_VIS__TASK_SUMMARY
204515
+ kgFormID: FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY
204513
204516
  }, null)]
204514
204517
  }), createVNode(Tabs$1.TabPane, {
204515
204518
  key: TAB_KEY.LOG,
@@ -204523,7 +204526,7 @@ const getProps$a = () => ({
204523
204526
  }, null)]
204524
204527
  })])
204525
204528
  }, {
204526
- default: () => [createVNode(KgCircleVisTabLog, null, null)]
204529
+ default: () => [createVNode(KgCircularShuttleMonitorTabLog, null, null)]
204527
204530
  }), ne.$Tab$getRgvList.map((ct) => createVNode(Tabs$1.TabPane, {
204528
204531
  key: ct.rgvNo,
204529
204532
  tab: () => createVNode(Fragment, null, [createVNode("div", null, [ct.rgvNo]), createVNode(Button$2, {
@@ -204536,18 +204539,18 @@ const getProps$a = () => ({
204536
204539
  }, null)]
204537
204540
  })])
204538
204541
  }, {
204539
- default: () => [ne.$Tab$getActiveKey === ct.rgvNo && createVNode(KgCircleVisTabRgv, {
204542
+ default: () => [ne.$Tab$getActiveKey === ct.rgvNo && createVNode(KgCircularShuttleMonitorTabRgv, {
204540
204543
  rgv: ct
204541
204544
  }, null)]
204542
204545
  }))]
204543
204546
  })]
204544
204547
  })]);
204545
204548
  }
204546
- }), KgPageCircleVis = defineComponent({
204547
- name: "KgPageCircleVis",
204549
+ }), KgPageCircularShuttleMonitor = defineComponent({
204550
+ name: "KgPageCircularShuttleMonitor",
204548
204551
  props: {},
204549
204552
  setup() {
204550
- return () => createVNode(KgCircleVis, null, null);
204553
+ return () => createVNode(KgCircularShuttleMonitor, null, null);
204551
204554
  }
204552
204555
  }), KgPageDda$1 = "", getProps$9 = () => ({
204553
204556
  visible: Boolean,
@@ -206784,7 +206787,7 @@ function KG_ROUTES(U) {
206784
206787
  path: "/wcs/KgPageCircleVis",
206785
206788
  name: "/wcs/KgPageCircleVis",
206786
206789
  component: U,
206787
- children: [{ path: "", name: "KgPageCircleVis", component: KgPageCircleVis }]
206790
+ children: [{ path: "", name: "KgPageCircularShuttleMonitor", component: KgPageCircularShuttleMonitor }]
206788
206791
  },
206789
206792
  {
206790
206793
  path: "/sys/dda/.sys.dda",
@@ -207195,7 +207198,7 @@ export {
207195
207198
  useKgAppSelectStore,
207196
207199
  useKgButton,
207197
207200
  useKgCanvas,
207198
- useKgCircleVis,
207201
+ useKgCircularShuttleMonitor,
207199
207202
  useKgForm,
207200
207203
  useKgFormStore,
207201
207204
  useKgLayoutHeaderResizeObserver,
@@ -3,25 +3,25 @@
3
3
  */
4
4
  export declare const FORM_IDS: {
5
5
  /**
6
- * 环穿可视化:小车信息汇总.
6
+ * 环形穿梭车可视化:小车信息汇总.
7
7
  */
8
- KG_CIRCLE_VIS__RGV_SUMMARY: string;
8
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
9
9
  /**
10
- * 环穿可视化:小车:人工创建任务.
10
+ * 环形穿梭车可视化:小车:人工创建任务.
11
11
  */
12
- KG_CIRCLE_VIS__RGV__CREATE_TASK: string;
12
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
13
13
  /**
14
- * 环穿可视化:小车:状态.
14
+ * 环形穿梭车可视化:小车:状态.
15
15
  */
16
- KG_CIRCLE_VIS__RGV__STATUS: string;
16
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
17
17
  /**
18
- * 环穿可视化:小车:任务.
18
+ * 环形穿梭车可视化:小车:任务.
19
19
  */
20
- KG_CIRCLE_VIS__RGV__TASK: string;
20
+ KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
21
21
  /**
22
- * 环穿可视化:任务信息汇总.
22
+ * 环形穿梭车可视化:任务信息汇总.
23
23
  */
24
- KG_CIRCLE_VIS__TASK_SUMMARY: string;
24
+ KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
25
25
  KG_PAGE_DDA__CREATE__BUTTON: string;
26
26
  KG_SQL_CLIENT__RESULT_TAB: string;
27
27
  /**
@@ -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,7 +151,7 @@ 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
  */
@@ -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;
@@ -349,6 +349,6 @@ export interface IKgCircleVisStoreActions {
349
349
  $Tab$setActiveKey(value: string | number | null | undefined): void;
350
350
  $Tab$setRgvList(value: Array<StatusRgvVO> | null | undefined): void;
351
351
  setGraph(value: Q.Graph | null | undefined): void;
352
- setProps(value: IKgCircleVisProps | 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';