@nsshunt/stsvueutils 1.2.22 → 1.2.24
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/stsvueutils.mjs +2 -2
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +2 -2
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +5 -3
- package/types/components/UXModelNode.vue.d.ts.map +1 -1
- package/types/stores/modelStore.d.ts +1 -0
- package/types/stores/modelStore.d.ts.map +1 -1
package/dist/stsvueutils.mjs
CHANGED
|
@@ -2546,7 +2546,8 @@ const ModelStore = defineStore("__sts__ModelStore", {
|
|
|
2546
2546
|
serviceModelSubscriptionKey: null,
|
|
2547
2547
|
agentModelSubscriptionKey: null,
|
|
2548
2548
|
friendlyName: {},
|
|
2549
|
-
friendNameIndex: 1
|
|
2549
|
+
friendNameIndex: 1,
|
|
2550
|
+
state: "idle"
|
|
2550
2551
|
};
|
|
2551
2552
|
},
|
|
2552
2553
|
UpdateServiceModel(modelId, model, subscriptionKey) {
|
|
@@ -10633,7 +10634,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10633
10634
|
}
|
|
10634
10635
|
};
|
|
10635
10636
|
const navigate = function(id) {
|
|
10636
|
-
console.log(chalk$1.yellow(`==> ${id}`));
|
|
10637
10637
|
emit("myclick", id);
|
|
10638
10638
|
};
|
|
10639
10639
|
return (_ctx, _cache) => {
|