@nsshunt/stsuxvue 1.0.24 → 1.0.26
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
CHANGED
|
@@ -11,7 +11,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
11
11
|
var _socket, _observabilitySocketIOSubscriber, _logger, _observabilitySubscriptionManager, _store, _state, _modelId, _options2, _tinyEmitter, _id, _SocketIOConnect, _SetupObservabilitySubscriber, _SetupSocketIO, _SocketConnect, _ProcessSocketError, _ProcessSocketEvents;
|
|
12
12
|
import { defineStore } from "pinia";
|
|
13
13
|
import _cloneDeep from "lodash.clonedeep";
|
|
14
|
-
import { defineComponent, defineAsyncComponent, ref,
|
|
14
|
+
import { defineComponent, defineAsyncComponent, ref, createElementBlock, openBlock, createVNode, unref, reactive, computed, watch, resolveComponent, createBlock, withCtx, createTextVNode, toDisplayString, createElementVNode, createCommentVNode, Fragment, renderList, onMounted, onBeforeUnmount, resolveDynamicComponent, isRef } from "vue";
|
|
15
15
|
import { Gauge, ObservabilitySocketIOSubscriber, ObservabilityRESTAPISubscriber, ObservabilitySubscriptionManager, SubscriptionTopic } from "@nsshunt/stsobservability";
|
|
16
16
|
import { defaultLogger } from "@nsshunt/stsutils";
|
|
17
17
|
import { io } from "socket.io-client";
|
|
@@ -5960,20 +5960,11 @@ var EXPRESSIONS = /* @__PURE__ */ Object.freeze({
|
|
|
5960
5960
|
});
|
|
5961
5961
|
const NODE_TYPE = {
|
|
5962
5962
|
element: 1,
|
|
5963
|
-
attribute: 2,
|
|
5964
5963
|
text: 3,
|
|
5965
|
-
cdataSection: 4,
|
|
5966
|
-
entityReference: 5,
|
|
5967
|
-
// Deprecated
|
|
5968
|
-
entityNode: 6,
|
|
5969
5964
|
// Deprecated
|
|
5970
5965
|
progressingInstruction: 7,
|
|
5971
5966
|
comment: 8,
|
|
5972
|
-
document: 9
|
|
5973
|
-
documentType: 10,
|
|
5974
|
-
documentFragment: 11,
|
|
5975
|
-
notation: 12
|
|
5976
|
-
// Deprecated
|
|
5967
|
+
document: 9
|
|
5977
5968
|
};
|
|
5978
5969
|
const getGlobal = function getGlobal2() {
|
|
5979
5970
|
return typeof window === "undefined" ? null : window;
|
|
@@ -9955,7 +9946,7 @@ const randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.
|
|
|
9955
9946
|
const native = { randomUUID };
|
|
9956
9947
|
function v4(options, buf, offset) {
|
|
9957
9948
|
var _a;
|
|
9958
|
-
if (native.randomUUID &&
|
|
9949
|
+
if (native.randomUUID && true && !options) {
|
|
9959
9950
|
return native.randomUUID();
|
|
9960
9951
|
}
|
|
9961
9952
|
options = options || {};
|