@nsshunt/stsvueutils 1.2.12 → 1.2.14

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 CHANGED
@@ -2463,29 +2463,4 @@ textarea.v-field__input::placeholder {
2463
2463
  100% {
2464
2464
  transform: rotate(270deg);
2465
2465
  }
2466
- }
2467
- .stsinfo[data-v-ad136411] {
2468
- }
2469
- .stsbiginfo[data-v-ad136411] {
2470
- font-size: x-large;
2471
- font-weight: bold;
2472
- text-align: right;
2473
- width: 130px;
2474
- }
2475
- .stsbiginfolabel[data-v-ad136411] {
2476
- text-align: right;
2477
- white-space: nowrap;
2478
- width: 130px;
2479
- }
2480
- .ststitle[data-v-ad136411] {
2481
- font-size: large;
2482
- font-weight: bold;
2483
- text-align: center;
2484
- border-bottom: 2px solid lightgray;
2485
- margin-bottom: 5px;
2486
- }
2487
- .stssubtitle[data-v-ad136411] {
2488
- font-size: small;
2489
- font-weight: bold;
2490
- text-align: center;
2491
- }
2466
+ }
@@ -36,7 +36,7 @@ var __privateMethod = (obj, member, method) => {
36
36
  return method;
37
37
  };
38
38
  var _store, _storage, _workersEx, _runner, _workerId, _options, _STSInstrumentController, _app, _CreateRunnerCopy, CreateRunnerCopy_fn, _SetRunnerIntoWorker, _ProcessTelemetry, _CreateAsyncRunner, _PostMessageToWorker, _TerminateWorker, _StopRunner, _StopWorker, _requestResponseMessages, _requestResponseMessageTimeout, _port, _SetupListener, _collectorCollectorPort, _requestResponseHelper, _runners, _options2, _SetMessagePort, _AddAsyncRunner, _StopRunners;
39
- import { inject, reactive, computed, watchEffect, toRefs, Fragment, warn, ref, unref, provide, shallowRef, defineComponent as defineComponent$1, getCurrentInstance as getCurrentInstance$1, isRef, createVNode, mergeProps, toRef, Text, watch, onScopeDispose, effectScope, toRaw, withDirectives, resolveDirective, nextTick, TransitionGroup, Transition, h, camelize, onBeforeMount, onBeforeUnmount, onMounted, capitalize, vShow, cloneVNode, openBlock, createBlock, withCtx, createElementBlock, renderList, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, defineAsyncComponent, readonly, pushScopeId, popScopeId, resolveDynamicComponent } from "vue";
39
+ import { inject, reactive, computed, watchEffect, toRefs, Fragment, warn, ref, unref, provide, shallowRef, defineComponent as defineComponent$1, getCurrentInstance as getCurrentInstance$1, isRef, createVNode, mergeProps, toRef, Text, watch, onScopeDispose, effectScope, toRaw, withDirectives, resolveDirective, nextTick, TransitionGroup, Transition, h, camelize, onBeforeMount, onBeforeUnmount, onMounted, capitalize, vShow, cloneVNode, openBlock, createBlock, withCtx, createElementBlock, renderList, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, defineAsyncComponent, readonly, resolveDynamicComponent } from "vue";
40
40
  import debugModule from "debug";
41
41
  import { STSInstrumentControllerPluginKey, GetSTSInstrumentController, Gauge, GetSTSInstrumentControllerPluginKey } from "@nsshunt/stsobservability";
42
42
  import { ModelDelimeter, Sleep } from "@nsshunt/stsutils";
@@ -14862,61 +14862,60 @@ const VProgressCircular = genericComponent()({
14862
14862
  return {};
14863
14863
  }
14864
14864
  });
14865
- const _withScopeId = (n) => (pushScopeId("data-v-ad136411"), n = n(), popScopeId(), n);
14866
14865
  const _hoisted_1$1 = { class: "ststitle" };
14867
14866
  const _hoisted_2$1 = {
14868
14867
  key: 0,
14869
14868
  class: "stssubtitle"
14870
14869
  };
14871
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " CPU ", -1));
14870
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " CPU ", -1);
14872
14871
  const _hoisted_4 = { class: "stsbiginfo" };
14873
- const _hoisted_5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Velocity ", -1));
14872
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Velocity ", -1);
14874
14873
  const _hoisted_6 = { class: "stsbiginfo" };
14875
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Active Rx Count ", -1));
14874
+ const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Active Rx Count ", -1);
14876
14875
  const _hoisted_8 = { class: "stsbiginfo" };
14877
- const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Connections ", -1));
14876
+ const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Connections ", -1);
14878
14877
  const _hoisted_10 = { class: "stsbiginfo" };
14879
- const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Request (c/e/r): ", -1));
14878
+ const _hoisted_11 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Request (c/e/r): ", -1);
14880
14879
  const _hoisted_12 = {
14881
14880
  class: "stsinfo",
14882
14881
  style: { "text-align": "right", "padding-left": "15px" }
14883
14882
  };
14884
- const _hoisted_13 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Timer: ", -1));
14883
+ const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Timer: ", -1);
14885
14884
  const _hoisted_14 = {
14886
14885
  class: "stsinfo",
14887
14886
  style: { "text-align": "right", "padding-left": "15px" }
14888
14887
  };
14889
- const _hoisted_15 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Duration (ms): ", -1));
14888
+ const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Duration (ms): ", -1);
14890
14889
  const _hoisted_16 = {
14891
14890
  class: "stsinfo",
14892
14891
  style: { "text-align": "right", "padding-left": "15px" }
14893
14892
  };
14894
- const _hoisted_17 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Latency (ms): ", -1));
14893
+ const _hoisted_17 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Latency (ms): ", -1);
14895
14894
  const _hoisted_18 = {
14896
14895
  class: "stsinfo",
14897
14896
  style: { "text-align": "right", "padding-left": "15px" }
14898
14897
  };
14899
- const _hoisted_19 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Receive-Rx (MBs): ", -1));
14898
+ const _hoisted_19 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Receive-Rx (MBs): ", -1);
14900
14899
  const _hoisted_20 = {
14901
14900
  class: "stsinfo",
14902
14901
  style: { "text-align": "right", "padding-left": "15px" }
14903
14902
  };
14904
- const _hoisted_21 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Transmit-Tx (MBs): ", -1));
14903
+ const _hoisted_21 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Transmit-Tx (MBs): ", -1);
14905
14904
  const _hoisted_22 = {
14906
14905
  class: "stsinfo",
14907
14906
  style: { "text-align": "right", "padding-left": "15px" }
14908
14907
  };
14909
- const _hoisted_23 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Pool (tot/idle/wait): ", -1));
14908
+ const _hoisted_23 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Pool (tot/idle/wait): ", -1);
14910
14909
  const _hoisted_24 = {
14911
14910
  class: "stsinfo",
14912
14911
  style: { "text-align": "right", "padding-left": "15px" }
14913
14912
  };
14914
- const _hoisted_25 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " vCPU: ", -1));
14913
+ const _hoisted_25 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " vCPU: ", -1);
14915
14914
  const _hoisted_26 = {
14916
14915
  class: "stsinfo",
14917
14916
  style: { "text-align": "right", "padding-left": "15px" }
14918
14917
  };
14919
- const _hoisted_27 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Auth (c/e/r): ", -1));
14918
+ const _hoisted_27 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Auth (c/e/r): ", -1);
14920
14919
  const _hoisted_28 = {
14921
14920
  class: "stsinfo",
14922
14921
  style: { "text-align": "right", "padding-left": "15px" }
@@ -15429,7 +15428,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
15429
15428
  };
15430
15429
  }
15431
15430
  });
15432
- const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-ad136411"]]);
15433
15431
  const _hoisted_1 = ["value"];
15434
15432
  const _hoisted_2 = { key: 0 };
15435
15433
  const _sfc_main = /* @__PURE__ */ defineComponent$1({
@@ -15468,7 +15466,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
15468
15466
  class: "d-inline-flex align-center justify-center ma-0 pa-0"
15469
15467
  }, [
15470
15468
  cpu(svc) > 0 ? (openBlock(), createElementBlock("div", _hoisted_2, [
15471
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ? UXModelInstrumentServiceSmall : UXModelInstrumentServiceCommon), {
15469
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ? _sfc_main$1 : UXModelInstrumentServiceCommon), {
15472
15470
  isleafnode: false,
15473
15471
  nodeid: svc.id,
15474
15472
  contextdata: svc.context,
@@ -15503,7 +15501,7 @@ export {
15503
15501
  _sfc_main$6 as UXBarChart,
15504
15502
  _sfc_main$5 as UXLineChart,
15505
15503
  UXModelInstrumentServiceCommon,
15506
- UXModelInstrumentServiceSmall,
15504
+ _sfc_main$1 as UXModelInstrumentServiceSmall,
15507
15505
  _sfc_main as UXModelNode,
15508
15506
  _sfc_main$4 as UXMultiBarChart,
15509
15507
  _sfc_main$3 as UXRadialChart,