@nsshunt/stsvueutils 1.2.15 → 1.2.16

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,4 +2463,29 @@ textarea.v-field__input::placeholder {
2463
2463
  100% {
2464
2464
  transform: rotate(270deg);
2465
2465
  }
2466
- }
2466
+ }
2467
+ .stsinfo[data-v-8cff8e97] {
2468
+ }
2469
+ .stsbiginfo[data-v-8cff8e97] {
2470
+ font-size: x-large;
2471
+ font-weight: bold;
2472
+ text-align: right;
2473
+ width: 130px;
2474
+ }
2475
+ .stsbiginfolabel[data-v-8cff8e97] {
2476
+ text-align: right;
2477
+ white-space: nowrap;
2478
+ width: 130px;
2479
+ }
2480
+ .ststitle[data-v-8cff8e97] {
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-8cff8e97] {
2488
+ font-size: small;
2489
+ font-weight: bold;
2490
+ text-align: center;
2491
+ }
@@ -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, 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, pushScopeId, popScopeId, 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,60 +14862,61 @@ const VProgressCircular = genericComponent()({
14862
14862
  return {};
14863
14863
  }
14864
14864
  });
14865
+ const _withScopeId = (n) => (pushScopeId("data-v-8cff8e97"), n = n(), popScopeId(), n);
14865
14866
  const _hoisted_1$1 = { class: "ststitle" };
14866
14867
  const _hoisted_2$1 = {
14867
14868
  key: 0,
14868
14869
  class: "stssubtitle"
14869
14870
  };
14870
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " CPU ", -1);
14871
+ const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " CPU ", -1));
14871
14872
  const _hoisted_4 = { class: "stsbiginfo" };
14872
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Velocity ", -1);
14873
+ const _hoisted_5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Velocity ", -1));
14873
14874
  const _hoisted_6 = { class: "stsbiginfo" };
14874
- const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Active Rx Count ", -1);
14875
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Active Rx Count ", -1));
14875
14876
  const _hoisted_8 = { class: "stsbiginfo" };
14876
- const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Connections ", -1);
14877
+ const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Connections ", -1));
14877
14878
  const _hoisted_10 = { class: "stsbiginfo" };
14878
- const _hoisted_11 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Request (c/e/r): ", -1);
14879
+ const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Request (c/e/r): ", -1));
14879
14880
  const _hoisted_12 = {
14880
14881
  class: "stsinfo",
14881
14882
  style: { "text-align": "right", "padding-left": "15px" }
14882
14883
  };
14883
- const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Timer: ", -1);
14884
+ const _hoisted_13 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Timer: ", -1));
14884
14885
  const _hoisted_14 = {
14885
14886
  class: "stsinfo",
14886
14887
  style: { "text-align": "right", "padding-left": "15px" }
14887
14888
  };
14888
- const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Duration (ms): ", -1);
14889
+ const _hoisted_15 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Duration (ms): ", -1));
14889
14890
  const _hoisted_16 = {
14890
14891
  class: "stsinfo",
14891
14892
  style: { "text-align": "right", "padding-left": "15px" }
14892
14893
  };
14893
- const _hoisted_17 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Latency (ms): ", -1);
14894
+ const _hoisted_17 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Latency (ms): ", -1));
14894
14895
  const _hoisted_18 = {
14895
14896
  class: "stsinfo",
14896
14897
  style: { "text-align": "right", "padding-left": "15px" }
14897
14898
  };
14898
- const _hoisted_19 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Receive-Rx (MBs): ", -1);
14899
+ const _hoisted_19 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Receive-Rx (MBs): ", -1));
14899
14900
  const _hoisted_20 = {
14900
14901
  class: "stsinfo",
14901
14902
  style: { "text-align": "right", "padding-left": "15px" }
14902
14903
  };
14903
- const _hoisted_21 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Transmit-Tx (MBs): ", -1);
14904
+ const _hoisted_21 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Transmit-Tx (MBs): ", -1));
14904
14905
  const _hoisted_22 = {
14905
14906
  class: "stsinfo",
14906
14907
  style: { "text-align": "right", "padding-left": "15px" }
14907
14908
  };
14908
- const _hoisted_23 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Pool (tot/idle/wait): ", -1);
14909
+ const _hoisted_23 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Pool (tot/idle/wait): ", -1));
14909
14910
  const _hoisted_24 = {
14910
14911
  class: "stsinfo",
14911
14912
  style: { "text-align": "right", "padding-left": "15px" }
14912
14913
  };
14913
- const _hoisted_25 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " vCPU: ", -1);
14914
+ const _hoisted_25 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " vCPU: ", -1));
14914
14915
  const _hoisted_26 = {
14915
14916
  class: "stsinfo",
14916
14917
  style: { "text-align": "right", "padding-left": "15px" }
14917
14918
  };
14918
- const _hoisted_27 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Auth (c/e/r): ", -1);
14919
+ const _hoisted_27 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Auth (c/e/r): ", -1));
14919
14920
  const _hoisted_28 = {
14920
14921
  class: "stsinfo",
14921
14922
  style: { "text-align": "right", "padding-left": "15px" }
@@ -15428,6 +15429,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
15428
15429
  };
15429
15430
  }
15430
15431
  });
15432
+ const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-8cff8e97"]]);
15431
15433
  const _hoisted_1 = ["value"];
15432
15434
  const _hoisted_2 = { key: 0 };
15433
15435
  const _sfc_main = /* @__PURE__ */ defineComponent$1({
@@ -15466,7 +15468,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
15466
15468
  class: "d-inline-flex align-center justify-center ma-0 pa-0"
15467
15469
  }, [
15468
15470
  cpu(svc) > 0 ? (openBlock(), createElementBlock("div", _hoisted_2, [
15469
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ? _sfc_main$1 : UXModelInstrumentServiceCommon), {
15471
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ? UXModelInstrumentServiceSmall : UXModelInstrumentServiceCommon), {
15470
15472
  isleafnode: false,
15471
15473
  nodeid: svc.id,
15472
15474
  contextdata: svc.context,
@@ -15501,7 +15503,7 @@ export {
15501
15503
  _sfc_main$6 as UXBarChart,
15502
15504
  _sfc_main$5 as UXLineChart,
15503
15505
  UXModelInstrumentServiceCommon,
15504
- _sfc_main$1 as UXModelInstrumentServiceSmall,
15506
+ UXModelInstrumentServiceSmall,
15505
15507
  _sfc_main as UXModelNode,
15506
15508
  _sfc_main$4 as UXMultiBarChart,
15507
15509
  _sfc_main$3 as UXRadialChart,