@nsshunt/stsuxvue 1.0.36 → 1.0.37
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/stsuxvue.mjs +3 -12
- package/dist/stsuxvue.mjs.map +1 -1
- package/dist/stsuxvue.umd.js +2 -11
- package/dist/stsuxvue.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/commonTypes.d.ts +1 -36
- package/types/commonTypes.d.ts.map +1 -1
package/dist/stsuxvue.mjs
CHANGED
|
@@ -154,15 +154,7 @@ const ModelStore = defineStore("__sts__ModelStore", {
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
});
|
|
157
|
-
const
|
|
158
|
-
var eIWMessageCommands = /* @__PURE__ */ ((eIWMessageCommands2) => {
|
|
159
|
-
eIWMessageCommands2["InstrumentTelemetry"] = "__STS__InstrumentTelemetry";
|
|
160
|
-
eIWMessageCommands2["MessagePort"] = "__STS__MessagePort";
|
|
161
|
-
eIWMessageCommands2["MessagePortResponse"] = "__STS__MessagePortResponse";
|
|
162
|
-
eIWMessageCommands2["AddAsyncRunner"] = "__STS__AddAsyncRunner";
|
|
163
|
-
eIWMessageCommands2["StopAllAsyncRunners"] = "__STS__StopAllAsyncRunners";
|
|
164
|
-
return eIWMessageCommands2;
|
|
165
|
-
})(eIWMessageCommands || {});
|
|
157
|
+
const URI_BASE_STSUXVUE = "/";
|
|
166
158
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
167
159
|
__name: "UXBarChart",
|
|
168
160
|
setup(__props, { expose: __expose }) {
|
|
@@ -10877,7 +10869,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10877
10869
|
});
|
|
10878
10870
|
export {
|
|
10879
10871
|
ModelStore,
|
|
10880
|
-
|
|
10872
|
+
URI_BASE_STSUXVUE,
|
|
10881
10873
|
_sfc_main$9 as UXBarChart,
|
|
10882
10874
|
_sfc_main$8 as UXLineChart,
|
|
10883
10875
|
UXModelInstrumentAgentCommon,
|
|
@@ -10888,7 +10880,6 @@ export {
|
|
|
10888
10880
|
_sfc_main$7 as UXMultiBarChart,
|
|
10889
10881
|
_sfc_main$6 as UXRadialChart,
|
|
10890
10882
|
_sfc_main as UXTestForm,
|
|
10891
|
-
_estate
|
|
10892
|
-
eIWMessageCommands
|
|
10883
|
+
_estate
|
|
10893
10884
|
};
|
|
10894
10885
|
//# sourceMappingURL=stsuxvue.mjs.map
|