@kengic/vue 0.30.1-beta.11 → 0.30.1-beta.13
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/index.css +1 -1
- package/dist/kengic-vue.js +71 -65
- package/dist/src/const/form-id.const.d.ts +10 -10
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.hooks.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.hooks.d.ts} +6 -6
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.model.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.store.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.store.d.ts} +10 -10
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/package.json +1 -1
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- /package/dist/src/page/{KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
package/dist/kengic-vue.js
CHANGED
|
@@ -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.
|
|
164623
|
+
const version = "0.30.1-beta.13", 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
|
-
|
|
164764
|
-
|
|
164765
|
-
|
|
164766
|
-
|
|
164767
|
-
|
|
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",
|
|
@@ -202299,9 +202299,9 @@ const index$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
|
|
|
202299
202299
|
}, Symbol.toStringTag, { value: "Module" })), api = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
202300
202300
|
__proto__: null,
|
|
202301
202301
|
WMS: index
|
|
202302
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
202303
|
-
function
|
|
202304
|
-
const U =
|
|
202302
|
+
}, Symbol.toStringTag, { value: "Module" })), KgCircularShuttleMonitor$1 = "";
|
|
202303
|
+
function useKgCircularShuttleMonitor() {
|
|
202304
|
+
const U = useKgCircularShuttleMonitorStore(pinia);
|
|
202305
202305
|
return new Proxy(
|
|
202306
202306
|
{
|
|
202307
202307
|
$Canvas$popMapData() {
|
|
@@ -202351,7 +202351,7 @@ const NODE_KEY = {
|
|
|
202351
202351
|
};
|
|
202352
202352
|
function useDraw() {
|
|
202353
202353
|
var tl, ll;
|
|
202354
|
-
const U =
|
|
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("");
|
|
202355
202355
|
let ba = !1, $a = !0, xa = 0, Sa = -1;
|
|
202356
202356
|
function Oa(ki) {
|
|
202357
202357
|
var _i, vi, yi, Ai, ol, al, Ya, Ti, pi, zi, Hi, il, gl, Oi, Ii, Gi, dl, wl, Bl;
|
|
@@ -202439,7 +202439,7 @@ function useDraw() {
|
|
|
202439
202439
|
Object.keys(_i).forEach((ol) => {
|
|
202440
202440
|
const al = _i[ol], Ya = uniq$3(al.map((Ti) => Ti.y));
|
|
202441
202441
|
if (Ya.length > 1)
|
|
202442
|
-
Ne(`
|
|
202442
|
+
Ne(`KgCircularShuttleMonitor | \u7ED8\u5236\u5DF7\u9053 | \u540C\u4E2A\u5DF7\u9053\u7684\u591A\u4E2A\u7AD9\u70B9\u7684\u7EB5\u5750\u6807\u4E0D\u540C | ${ol}`);
|
|
202443
202443
|
else {
|
|
202444
202444
|
const Ti = Ya[0], pi = uniq$3(al.map((il) => il.x)), zi = Math.min(...pi), Hi = Math.max(...pi);
|
|
202445
202445
|
Ra(ol, zi, Hi, Ti);
|
|
@@ -202993,7 +202993,7 @@ function useDraw() {
|
|
|
202993
202993
|
zi.ui.fillColor = $a ? "#ffff0075" : "#ffffff00", zi.ui.borderColor = $a ? "#ffff00" : "#ffffff00", U.graph.invalidateElement(pi);
|
|
202994
202994
|
}
|
|
202995
202995
|
} catch (Ya) {
|
|
202996
|
-
Ne(`
|
|
202996
|
+
Ne(`KgCircularShuttleMonitor | \u95EA\u70C1\u9009\u4E2D | ${Ya.message}`);
|
|
202997
202997
|
}
|
|
202998
202998
|
Sa = setTimeout(() => {
|
|
202999
202999
|
El();
|
|
@@ -203080,7 +203080,7 @@ const TAB_KEY = {
|
|
|
203080
203080
|
"#eb2f96",
|
|
203081
203081
|
"#1677ff",
|
|
203082
203082
|
"#722ed1"
|
|
203083
|
-
],
|
|
203083
|
+
], useKgCircularShuttleMonitorStore = defineStore("KgCircularShuttleMonitor", {
|
|
203084
203084
|
actions: {
|
|
203085
203085
|
$AreaSelect$setIsRequesting(U) {
|
|
203086
203086
|
this.$AreaSelect$isRequesting = U != null ? U : !1;
|
|
@@ -203326,12 +203326,12 @@ const TAB_KEY = {
|
|
|
203326
203326
|
}
|
|
203327
203327
|
}
|
|
203328
203328
|
})
|
|
203329
|
-
}),
|
|
203330
|
-
name: "
|
|
203329
|
+
}), KgCircularShuttleMonitorAreaSelect = defineComponent({
|
|
203330
|
+
name: "KgCircularShuttleMonitorAreaSelect",
|
|
203331
203331
|
setup(U, {
|
|
203332
203332
|
emit: G
|
|
203333
203333
|
}) {
|
|
203334
|
-
const te = useKg(), ne =
|
|
203334
|
+
const te = useKg(), ne = useKgCircularShuttleMonitorStore(), ae = ref$1([]);
|
|
203335
203335
|
async function oe() {
|
|
203336
203336
|
try {
|
|
203337
203337
|
ne.$AreaSelect$setIsRequesting(!0), ae.value = [{
|
|
@@ -203350,7 +203350,7 @@ const TAB_KEY = {
|
|
|
203350
203350
|
return onMounted(async () => {
|
|
203351
203351
|
await oe();
|
|
203352
203352
|
}), () => createVNode("div", {
|
|
203353
|
-
class: "kg-
|
|
203353
|
+
class: "kg-circular-shuttle-monitor--area-select"
|
|
203354
203354
|
}, [createVNode(Tooltip$1, {
|
|
203355
203355
|
title: te.t("KgCircleVisAreaSelect.area"),
|
|
203356
203356
|
placement: "topLeft"
|
|
@@ -203362,9 +203362,9 @@ const TAB_KEY = {
|
|
|
203362
203362
|
"onUpdate:value": (se) => {
|
|
203363
203363
|
ne.$AreaSelect$setValue(se);
|
|
203364
203364
|
},
|
|
203365
|
-
getPopupContainer: () => document.querySelector(".kg-
|
|
203365
|
+
getPopupContainer: () => document.querySelector(".kg-circular-shuttle-monitor--canvas"),
|
|
203366
203366
|
loading: ne.$AreaSelect$getIsRequesting,
|
|
203367
|
-
dropdownClassName: "kg-
|
|
203367
|
+
dropdownClassName: "kg-circular-shuttle-monitor--area-select--dropdown"
|
|
203368
203368
|
}, {
|
|
203369
203369
|
default: () => ae.value.map((se) => createVNode(Select$2.Option, {
|
|
203370
203370
|
key: se.id,
|
|
@@ -203381,16 +203381,16 @@ const TAB_KEY = {
|
|
|
203381
203381
|
}
|
|
203382
203382
|
})]);
|
|
203383
203383
|
}
|
|
203384
|
-
}),
|
|
203385
|
-
name: "
|
|
203384
|
+
}), KgCircularShuttleMonitorLegend = defineComponent({
|
|
203385
|
+
name: "KgCircularShuttleMonitorLegend",
|
|
203386
203386
|
setup(U, {
|
|
203387
203387
|
emit: G
|
|
203388
203388
|
}) {
|
|
203389
|
-
const te = useKg(), ne =
|
|
203389
|
+
const te = useKg(), ne = useKgCircularShuttleMonitorStore();
|
|
203390
203390
|
return () => {
|
|
203391
203391
|
var ae, oe, ie, se, ue, ut, ct, ea, ta, aa, oa, ra, la, ia, ca, da, fa, ma, pa, ha, ba;
|
|
203392
203392
|
return createVNode("div", {
|
|
203393
|
-
class: "kg-
|
|
203393
|
+
class: "kg-circular-shuttle-monitor--legend"
|
|
203394
203394
|
}, [createVNode("div", {
|
|
203395
203395
|
class: "item"
|
|
203396
203396
|
}, [createVNode("div", {
|
|
@@ -203457,14 +203457,14 @@ const TAB_KEY = {
|
|
|
203457
203457
|
}, [te.t("KgCircleVisLegend.offline")])])]);
|
|
203458
203458
|
};
|
|
203459
203459
|
}
|
|
203460
|
-
}),
|
|
203461
|
-
name: "
|
|
203460
|
+
}), KgCircularShuttleMonitorSetting = defineComponent({
|
|
203461
|
+
name: "KgCircularShuttleMonitorSetting",
|
|
203462
203462
|
setup(U, {
|
|
203463
203463
|
emit: G
|
|
203464
203464
|
}) {
|
|
203465
|
-
const te = useKg(), ne =
|
|
203465
|
+
const te = useKg(), ne = useKgCircularShuttleMonitorStore();
|
|
203466
203466
|
return () => createVNode("div", {
|
|
203467
|
-
class: "kg-
|
|
203467
|
+
class: "kg-circular-shuttle-monitor--setting"
|
|
203468
203468
|
}, [createVNode("div", {
|
|
203469
203469
|
class: "head"
|
|
203470
203470
|
}, [createVNode("div", {
|
|
@@ -203593,14 +203593,14 @@ const TAB_KEY = {
|
|
|
203593
203593
|
}, null)
|
|
203594
203594
|
})])]);
|
|
203595
203595
|
}
|
|
203596
|
-
}),
|
|
203597
|
-
name: "
|
|
203596
|
+
}), KgCircularShuttleMonitorCanvas = defineComponent({
|
|
203597
|
+
name: "KgCircularShuttleMonitorCanvas",
|
|
203598
203598
|
setup(U, {
|
|
203599
203599
|
emit: G
|
|
203600
203600
|
}) {
|
|
203601
203601
|
const te = useKg(), ne = _KgUtil.uuid({
|
|
203602
203602
|
prefix: "kg-canvas-"
|
|
203603
|
-
}), ae = useKgCanvas(ne), oe =
|
|
203603
|
+
}), ae = useKgCanvas(ne), oe = useKgCircularShuttleMonitorStore();
|
|
203604
203604
|
ae.onInit(async ({
|
|
203605
203605
|
graph: da
|
|
203606
203606
|
}) => {
|
|
@@ -203683,7 +203683,7 @@ const TAB_KEY = {
|
|
|
203683
203683
|
url: (ma = (fa = (da = oe.getProps) == null ? void 0 : da.api) == null ? void 0 : fa.GetMap) != null ? ma : "/was/CircleRgvMap/GetMap"
|
|
203684
203684
|
}, {
|
|
203685
203685
|
isTransformResponse: !1,
|
|
203686
|
-
mock: window.$
|
|
203686
|
+
mock: window.$KgCircularShuttleMonitor$requestCanvasMapData ? (() => window.$KgCircularShuttleMonitor$requestCanvasMapData())() : void 0
|
|
203687
203687
|
}), httpClient().request({
|
|
203688
203688
|
method: "GET",
|
|
203689
203689
|
params: {
|
|
@@ -203692,7 +203692,7 @@ const TAB_KEY = {
|
|
|
203692
203692
|
url: (ba = (ha = (pa = oe.getProps) == null ? void 0 : pa.api) == null ? void 0 : ha.GetState) != null ? ba : "/was/CircleRgvState/GetState"
|
|
203693
203693
|
}, {
|
|
203694
203694
|
isTransformResponse: !1,
|
|
203695
|
-
mock: window.$
|
|
203695
|
+
mock: window.$KgCircularShuttleMonitor$requestCanvasStatusData ? (() => window.$KgCircularShuttleMonitor$requestCanvasStatusData())() : void 0
|
|
203696
203696
|
})]);
|
|
203697
203697
|
if ($i && $i.code === 0 && xi && xi.code === 0) {
|
|
203698
203698
|
if (!la($i.data))
|
|
@@ -203732,7 +203732,7 @@ const TAB_KEY = {
|
|
|
203732
203732
|
url: (ma = (fa = (da = oe.getProps) == null ? void 0 : da.api) == null ? void 0 : fa.GetState) != null ? ma : "/was/CircleRgvState/GetState"
|
|
203733
203733
|
}, {
|
|
203734
203734
|
isTransformResponse: !1,
|
|
203735
|
-
mock: window.$
|
|
203735
|
+
mock: window.$KgCircularShuttleMonitor$requestCanvasStatusData ? (() => window.$KgCircularShuttleMonitor$requestCanvasStatusData())() : void 0
|
|
203736
203736
|
});
|
|
203737
203737
|
if (La && La.code === 0) {
|
|
203738
203738
|
ca(La.data);
|
|
@@ -203806,8 +203806,8 @@ const TAB_KEY = {
|
|
|
203806
203806
|
},
|
|
203807
203807
|
id: ne
|
|
203808
203808
|
}, {
|
|
203809
|
-
right: () => oe.$Setting$getIsVisible ? createVNode(
|
|
203810
|
-
toolbarRight: () => createVNode(Fragment, null, [oe.$Canvas$Setting$getIsLegendVisible && createVNode(
|
|
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, {
|
|
203811
203811
|
loading: !1,
|
|
203812
203812
|
type: "default",
|
|
203813
203813
|
class: {
|
|
@@ -203834,7 +203834,7 @@ const TAB_KEY = {
|
|
|
203834
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;
|
|
203835
203835
|
const pa = (ha = fa == null ? void 0 : fa.properties) == null ? void 0 : ha.key;
|
|
203836
203836
|
return pa != null && pa.startsWith(NODE_KEY.RGV) ? createVNode("div", {
|
|
203837
|
-
class: "kg-
|
|
203837
|
+
class: "kg-circular-shuttle-monitor--tooltip-rgv"
|
|
203838
203838
|
}, [createVNode("div", {
|
|
203839
203839
|
class: "item"
|
|
203840
203840
|
}, [createVNode("div", {
|
|
@@ -203886,7 +203886,7 @@ const TAB_KEY = {
|
|
|
203886
203886
|
}, [te.t("KgCircleVisCanvas.containerId"), createTextVNode(":")]), createVNode("div", {
|
|
203887
203887
|
class: "value"
|
|
203888
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", {
|
|
203889
|
-
class: "kg-
|
|
203889
|
+
class: "kg-circular-shuttle-monitor--tooltip-station"
|
|
203890
203890
|
}, [createVNode("div", {
|
|
203891
203891
|
class: "item"
|
|
203892
203892
|
}, [createVNode("div", {
|
|
@@ -203915,17 +203915,17 @@ const TAB_KEY = {
|
|
|
203915
203915
|
}
|
|
203916
203916
|
});
|
|
203917
203917
|
}
|
|
203918
|
-
}),
|
|
203919
|
-
name: "
|
|
203918
|
+
}), KgCircularShuttleMonitorOffline = defineComponent({
|
|
203919
|
+
name: "KgCircularShuttleMonitorOffline",
|
|
203920
203920
|
setup(U, {
|
|
203921
203921
|
emit: G
|
|
203922
203922
|
}) {
|
|
203923
|
-
const te = useKg(), ne =
|
|
203923
|
+
const te = useKg(), ne = useKgCircularShuttleMonitorStore();
|
|
203924
203924
|
function ae(oe) {
|
|
203925
203925
|
ne.$Canvas$setCurrentStationList([]), ne.$Canvas$setCurrentRgvList([oe]), ne.$Tab$insertRgvList(ne.$Canvas$getCurrentRgvList);
|
|
203926
203926
|
}
|
|
203927
203927
|
return () => createVNode("div", {
|
|
203928
|
-
class: "kg-
|
|
203928
|
+
class: "kg-circular-shuttle-monitor--offline"
|
|
203929
203929
|
}, [createVNode("div", {
|
|
203930
203930
|
class: "title"
|
|
203931
203931
|
}, [te.t("KgCircleVisOffline.title")]), createVNode("div", {
|
|
@@ -203941,13 +203941,13 @@ const TAB_KEY = {
|
|
|
203941
203941
|
}
|
|
203942
203942
|
}))])]);
|
|
203943
203943
|
}
|
|
203944
|
-
}),
|
|
203945
|
-
name: "
|
|
203944
|
+
}), KgCircularShuttleMonitorTabLog = defineComponent({
|
|
203945
|
+
name: "KgCircularShuttleMonitorTabLog",
|
|
203946
203946
|
setup(U, {
|
|
203947
203947
|
emit: G
|
|
203948
203948
|
}) {
|
|
203949
|
-
return
|
|
203950
|
-
class: "kg-
|
|
203949
|
+
return useKgCircularShuttleMonitorStore(), () => createVNode("div", {
|
|
203950
|
+
class: "kg-circular-shuttle-monitor--log"
|
|
203951
203951
|
}, null);
|
|
203952
203952
|
}
|
|
203953
203953
|
});
|
|
@@ -203959,14 +203959,14 @@ const getProps$a = () => ({
|
|
|
203959
203959
|
required: !0,
|
|
203960
203960
|
type: Object
|
|
203961
203961
|
}
|
|
203962
|
-
}),
|
|
203963
|
-
name: "
|
|
203962
|
+
}), KgCircularShuttleMonitorTabRgv = defineComponent({
|
|
203963
|
+
name: "KgCircularShuttleMonitorTabRgv",
|
|
203964
203964
|
props: getProps$a(),
|
|
203965
203965
|
setup(U, {
|
|
203966
203966
|
emit: G
|
|
203967
203967
|
}) {
|
|
203968
203968
|
var ma, pa, ha;
|
|
203969
|
-
const te = useKg(), ne =
|
|
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}]`);
|
|
203970
203970
|
ae.onSetup(() => {
|
|
203971
203971
|
ae.kgTable.onBeforeParseRequestParameter(async ({
|
|
203972
203972
|
params: ba
|
|
@@ -204368,7 +204368,7 @@ const getProps$a = () => ({
|
|
|
204368
204368
|
return () => {
|
|
204369
204369
|
let ba, $a, xa, Sa, Oa, Ta, wa;
|
|
204370
204370
|
return createVNode("div", {
|
|
204371
|
-
class: "kg-
|
|
204371
|
+
class: "kg-circular-shuttle-monitor--tab"
|
|
204372
204372
|
}, [createVNode("div", {
|
|
204373
204373
|
class: "left"
|
|
204374
204374
|
}, [createVNode(KgVar2, {
|
|
@@ -204435,13 +204435,13 @@ const getProps$a = () => ({
|
|
|
204435
204435
|
})])]);
|
|
204436
204436
|
};
|
|
204437
204437
|
}
|
|
204438
|
-
}),
|
|
204439
|
-
name: "
|
|
204438
|
+
}), KgCircularShuttleMonitor = defineComponent({
|
|
204439
|
+
name: "KgCircularShuttleMonitor",
|
|
204440
204440
|
setup(U, {
|
|
204441
204441
|
emit: G
|
|
204442
204442
|
}) {
|
|
204443
204443
|
var ue, ut;
|
|
204444
|
-
const te = useKg(), ne =
|
|
204444
|
+
const te = useKg(), ne = useKgCircularShuttleMonitorStore(), ae = useDraw(), oe = ref$1({
|
|
204445
204445
|
kgHeight: (ut = (ue = ne.getProps) == null ? void 0 : ue.bottomDefaultHeight) != null ? ut : 639,
|
|
204446
204446
|
kgMinHeight: 122
|
|
204447
204447
|
});
|
|
@@ -204461,15 +204461,15 @@ const getProps$a = () => ({
|
|
|
204461
204461
|
}
|
|
204462
204462
|
}
|
|
204463
204463
|
return () => createVNode("div", {
|
|
204464
|
-
class: "kg-
|
|
204464
|
+
class: "kg-circular-shuttle-monitor"
|
|
204465
204465
|
}, [createVNode("div", {
|
|
204466
|
-
class: "kg-
|
|
204466
|
+
class: "kg-circular-shuttle-monitor--canvas"
|
|
204467
204467
|
}, [createVNode(Spin, {
|
|
204468
204468
|
spinning: ne.$Canvas$getMapIsRequesting
|
|
204469
204469
|
}, {
|
|
204470
|
-
default: () => [createVNode(
|
|
204470
|
+
default: () => [createVNode(KgCircularShuttleMonitorCanvas, null, null), createVNode(KgCircularShuttleMonitorAreaSelect, null, null), ne.$Offline$getRgvList.length > 0 && createVNode(KgCircularShuttleMonitorOffline, null, null)]
|
|
204471
204471
|
})]), createVNode(KgResizable, {
|
|
204472
|
-
kgClass: "kg-
|
|
204472
|
+
kgClass: "kg-circular-shuttle-monitor--tabs",
|
|
204473
204473
|
kgType: "top",
|
|
204474
204474
|
kgResizeHandleVisible: !1,
|
|
204475
204475
|
kgMinHeight: oe.value.kgMinHeight,
|
|
@@ -204497,7 +204497,7 @@ const getProps$a = () => ({
|
|
|
204497
204497
|
})])
|
|
204498
204498
|
}, {
|
|
204499
204499
|
default: () => [createVNode(KgVar2, {
|
|
204500
|
-
kgFormID: FORM_IDS.
|
|
204500
|
+
kgFormID: FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY
|
|
204501
204501
|
}, null)]
|
|
204502
204502
|
}), createVNode(Tabs$1.TabPane, {
|
|
204503
204503
|
key: TAB_KEY.TASK_SUMMARY,
|
|
@@ -204512,7 +204512,7 @@ const getProps$a = () => ({
|
|
|
204512
204512
|
})])
|
|
204513
204513
|
}, {
|
|
204514
204514
|
default: () => [createVNode(KgVar2, {
|
|
204515
|
-
kgFormID: FORM_IDS.
|
|
204515
|
+
kgFormID: FORM_IDS.KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY
|
|
204516
204516
|
}, null)]
|
|
204517
204517
|
}), createVNode(Tabs$1.TabPane, {
|
|
204518
204518
|
key: TAB_KEY.LOG,
|
|
@@ -204526,7 +204526,7 @@ const getProps$a = () => ({
|
|
|
204526
204526
|
}, null)]
|
|
204527
204527
|
})])
|
|
204528
204528
|
}, {
|
|
204529
|
-
default: () => [createVNode(
|
|
204529
|
+
default: () => [createVNode(KgCircularShuttleMonitorTabLog, null, null)]
|
|
204530
204530
|
}), ne.$Tab$getRgvList.map((ct) => createVNode(Tabs$1.TabPane, {
|
|
204531
204531
|
key: ct.rgvNo,
|
|
204532
204532
|
tab: () => createVNode(Fragment, null, [createVNode("div", null, [ct.rgvNo]), createVNode(Button$2, {
|
|
@@ -204539,18 +204539,18 @@ const getProps$a = () => ({
|
|
|
204539
204539
|
}, null)]
|
|
204540
204540
|
})])
|
|
204541
204541
|
}, {
|
|
204542
|
-
default: () => [ne.$Tab$getActiveKey === ct.rgvNo && createVNode(
|
|
204542
|
+
default: () => [ne.$Tab$getActiveKey === ct.rgvNo && createVNode(KgCircularShuttleMonitorTabRgv, {
|
|
204543
204543
|
rgv: ct
|
|
204544
204544
|
}, null)]
|
|
204545
204545
|
}))]
|
|
204546
204546
|
})]
|
|
204547
204547
|
})]);
|
|
204548
204548
|
}
|
|
204549
|
-
}),
|
|
204550
|
-
name: "
|
|
204549
|
+
}), KgPageCircularShuttleMonitor = defineComponent({
|
|
204550
|
+
name: "KgPageCircularShuttleMonitor",
|
|
204551
204551
|
props: {},
|
|
204552
204552
|
setup() {
|
|
204553
|
-
return () => createVNode(
|
|
204553
|
+
return () => createVNode(KgCircularShuttleMonitor, null, null);
|
|
204554
204554
|
}
|
|
204555
204555
|
}), KgPageDda$1 = "", getProps$9 = () => ({
|
|
204556
204556
|
visible: Boolean,
|
|
@@ -206787,7 +206787,13 @@ function KG_ROUTES(U) {
|
|
|
206787
206787
|
path: "/wcs/KgPageCircleVis",
|
|
206788
206788
|
name: "/wcs/KgPageCircleVis",
|
|
206789
206789
|
component: U,
|
|
206790
|
-
children: [{ path: "", name: "KgPageCircleVis", component:
|
|
206790
|
+
children: [{ path: "", name: "KgPageCircleVis", component: KgPageCircularShuttleMonitor }]
|
|
206791
|
+
},
|
|
206792
|
+
{
|
|
206793
|
+
path: "/wcs/KgPageCircularShuttleMonitor",
|
|
206794
|
+
name: "/wcs/KgPageCircularShuttleMonitor",
|
|
206795
|
+
component: U,
|
|
206796
|
+
children: [{ path: "", name: "KgPageCircularShuttleMonitor", component: KgPageCircularShuttleMonitor }]
|
|
206791
206797
|
},
|
|
206792
206798
|
{
|
|
206793
206799
|
path: "/sys/dda/.sys.dda",
|
|
@@ -207198,7 +207204,7 @@ export {
|
|
|
207198
207204
|
useKgAppSelectStore,
|
|
207199
207205
|
useKgButton,
|
|
207200
207206
|
useKgCanvas,
|
|
207201
|
-
|
|
207207
|
+
useKgCircularShuttleMonitor,
|
|
207202
207208
|
useKgForm,
|
|
207203
207209
|
useKgFormStore,
|
|
207204
207210
|
useKgLayoutHeaderResizeObserver,
|
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const FORM_IDS: {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 环形穿梭车可视化:小车信息汇总.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 环形穿梭车可视化:小车:人工创建任务.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 环形穿梭车可视化:小车:状态.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 环形穿梭车可视化:小车:任务.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* 环形穿梭车可视化:任务信息汇总.
|
|
23
23
|
*/
|
|
24
|
-
|
|
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
|
/**
|
|
@@ -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<{}>>, {}>;
|
package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.d.ts
ADDED
|
@@ -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<{}>>, {}>;
|
package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Legend.d.ts
ADDED
|
@@ -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<{}>>, {}>;
|
package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Offline.d.ts
ADDED
|
@@ -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<{}>>, {}>;
|
package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Setting.d.ts
ADDED
|
@@ -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<{}>>, {}>;
|
package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Log.d.ts
ADDED
|
@@ -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 './
|
|
3
|
-
import { StatusRgvVO } from './
|
|
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
|
|
13
|
+
export declare type KgCircularShuttleMonitorTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 环形穿梭车可视化:小车信息.
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
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 {
|
|
3
|
-
import {
|
|
4
|
-
export declare type
|
|
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:
|
|
22
|
+
setProps(props: IKgCircularShuttleMonitorProps | null | undefined): void;
|
|
23
23
|
/** 状态数据. */
|
|
24
|
-
store: ReturnType<typeof
|
|
24
|
+
store: ReturnType<typeof useKgCircularShuttleMonitorStore>;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
|
-
export declare function
|
|
29
|
+
export declare function useKgCircularShuttleMonitor(): IUseKgCircularShuttleMonitor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Q } from '@thymine/xunee';
|
|
2
2
|
import { KgStoreDefinition } from '../../../const';
|
|
3
|
-
import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './
|
|
4
|
-
export declare type
|
|
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
|
|
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:
|
|
263
|
+
props: IKgCircularShuttleMonitorProps | null;
|
|
264
264
|
}
|
|
265
|
-
export interface
|
|
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:
|
|
300
|
+
getProps: IKgCircularShuttleMonitorProps | null;
|
|
301
301
|
}
|
|
302
|
-
export interface
|
|
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:
|
|
352
|
+
setProps(value: IKgCircularShuttleMonitorProps | null | undefined): void;
|
|
353
353
|
}
|
|
354
|
-
export declare const
|
|
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.
|
|
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>, {} | {
|