@nsshunt/stsuxvue 0.0.9 → 0.0.11

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 (33) hide show
  1. package/dist/stsuxvue.mjs +16 -24
  2. package/dist/stsuxvue.mjs.map +1 -1
  3. package/dist/stsuxvue.umd.js +72 -80
  4. package/dist/stsuxvue.umd.js.map +1 -1
  5. package/dist/style.css +15 -15
  6. package/package.json +16 -16
  7. package/types/Views/AppView.vue.d.ts +3 -0
  8. package/types/Views/AppView.vue.d.ts.map +1 -0
  9. package/types/Views/LandingView.vue.d.ts +3 -0
  10. package/types/Views/LandingView.vue.d.ts.map +1 -0
  11. package/types/Views/UXModelNavigatorView.vue.d.ts +3 -0
  12. package/types/Views/UXModelNavigatorView.vue.d.ts.map +1 -0
  13. package/types/Views/UXModelNavigatorViewSingle.vue.d.ts +3 -0
  14. package/types/Views/UXModelNavigatorViewSingle.vue.d.ts.map +1 -0
  15. package/types/components/UXBarChart.vue.d.ts +125 -0
  16. package/types/components/UXBarChart.vue.d.ts.map +1 -1
  17. package/types/components/UXLineChart.vue.d.ts.map +1 -1
  18. package/types/components/UXModelInstrumentAgentCommon.vue.d.ts +3 -3
  19. package/types/components/UXModelInstrumentAgentCommon.vue.d.ts.map +1 -1
  20. package/types/components/UXModelInstrumentServiceCommon.vue.d.ts +3 -3
  21. package/types/components/UXModelInstrumentServiceCommon.vue.d.ts.map +1 -1
  22. package/types/components/UXModelInstrumentServiceSmall.vue.d.ts +3 -3
  23. package/types/components/UXModelInstrumentServiceSmall.vue.d.ts.map +1 -1
  24. package/types/components/UXModelNavigator.vue.d.ts +3 -3
  25. package/types/components/UXModelNavigator.vue.d.ts.map +1 -1
  26. package/types/components/UXModelNode.vue.d.ts +3 -3
  27. package/types/components/UXModelNode.vue.d.ts.map +1 -1
  28. package/types/components/UXMultiBarChart.vue.d.ts +3 -3
  29. package/types/components/UXMultiBarChart.vue.d.ts.map +1 -1
  30. package/types/components/UXRadialChart.vue.d.ts +3 -3
  31. package/types/components/UXRadialChart.vue.d.ts.map +1 -1
  32. package/types/components/UXTestForm.vue.d.ts +11 -11
  33. package/types/components/UXTestForm.vue.d.ts.map +1 -1
package/dist/stsuxvue.mjs CHANGED
@@ -7708,13 +7708,12 @@ function _defineProperties(target2, props) {
7708
7708
  }
7709
7709
  function _createClass(Constructor, protoProps, staticProps) {
7710
7710
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
7711
- if (staticProps) _defineProperties(Constructor, staticProps);
7712
7711
  return Constructor;
7713
7712
  }
7714
7713
  function _createForOfIteratorHelper(o, allowArrayLike) {
7715
7714
  var it2 = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
7716
7715
  if (!it2) {
7717
- if (Array.isArray(o) || (it2 = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
7716
+ if (Array.isArray(o) || (it2 = _unsupportedIterableToArray(o)) || allowArrayLike) {
7718
7717
  if (it2) o = it2;
7719
7718
  var i = 0;
7720
7719
  var F = function F2() {
@@ -9601,7 +9600,7 @@ const _export_sfc = (sfc, props) => {
9601
9600
  }
9602
9601
  return target2;
9603
9602
  };
9604
- const UXModelInstrumentAgentCommon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-00273855"]]);
9603
+ const UXModelInstrumentAgentCommon = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-c034ae06"]]);
9605
9604
  const _hoisted_1$4 = { class: "ststitle" };
9606
9605
  const _hoisted_2$3 = {
9607
9606
  key: 0,
@@ -10253,8 +10252,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
10253
10252
  };
10254
10253
  }
10255
10254
  });
10256
- const UXModelInstrumentServiceCommon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-02af10f2"]]);
10257
- const _withScopeId = (n) => (pushScopeId("data-v-3eab32be"), n = n(), popScopeId(), n);
10255
+ const UXModelInstrumentServiceCommon = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-6372566a"]]);
10256
+ const _withScopeId = (n) => (pushScopeId("data-v-9f670670"), n = n(), popScopeId(), n);
10258
10257
  const _hoisted_1$3 = { class: "ststitle" };
10259
10258
  const _hoisted_2$2 = {
10260
10259
  key: 0,
@@ -10826,7 +10825,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
10826
10825
  };
10827
10826
  }
10828
10827
  });
10829
- const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-3eab32be"]]);
10828
+ const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-9f670670"]]);
10830
10829
  const _hoisted_1$2 = ["value"];
10831
10830
  const _hoisted_2$1 = { key: 0 };
10832
10831
  const _sfc_main$2 = /* @__PURE__ */ defineComponent({
@@ -10889,8 +10888,15 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
10889
10888
  };
10890
10889
  }
10891
10890
  });
10892
- let getRandomValues;
10893
- const rnds8 = new Uint8Array(16);
10891
+ var byteToHex = [];
10892
+ for (var i = 0; i < 256; ++i) {
10893
+ byteToHex.push((i + 256).toString(16).slice(1));
10894
+ }
10895
+ function unsafeStringify(arr, offset = 0) {
10896
+ return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase();
10897
+ }
10898
+ var getRandomValues;
10899
+ var rnds8 = new Uint8Array(16);
10894
10900
  function rng() {
10895
10901
  if (!getRandomValues) {
10896
10902
  getRandomValues = typeof crypto !== "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto);
@@ -10900,14 +10906,7 @@ function rng() {
10900
10906
  }
10901
10907
  return getRandomValues(rnds8);
10902
10908
  }
10903
- const byteToHex = [];
10904
- for (let i = 0; i < 256; ++i) {
10905
- byteToHex.push((i + 256).toString(16).slice(1));
10906
- }
10907
- function unsafeStringify(arr, offset = 0) {
10908
- return byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]];
10909
- }
10910
- const randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
10909
+ var randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
10911
10910
  const native = {
10912
10911
  randomUUID
10913
10912
  };
@@ -10916,16 +10915,9 @@ function v4(options, buf, offset) {
10916
10915
  return native.randomUUID();
10917
10916
  }
10918
10917
  options = options || {};
10919
- const rnds = options.random || (options.rng || rng)();
10918
+ var rnds = options.random || (options.rng || rng)();
10920
10919
  rnds[6] = rnds[6] & 15 | 64;
10921
10920
  rnds[8] = rnds[8] & 63 | 128;
10922
- if (buf) {
10923
- offset = offset || 0;
10924
- for (let i = 0; i < 16; ++i) {
10925
- buf[offset + i] = rnds[i];
10926
- }
10927
- return buf;
10928
- }
10929
10921
  return unsafeStringify(rnds);
10930
10922
  }
10931
10923
  const SOCKET_NAMESPACE = "stsinstrumentmanager/stsmonitor";