@nsshunt/stsvueutils 1.2.13 → 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/{style.css → index.css} +1 -26
- package/dist/stsvueutils.mjs +17 -18
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +18 -17
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/components/UXModelInstrumentServiceSmall.vue.d.ts.map +1 -1
|
@@ -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
|
+
}
|
package/dist/stsvueutils.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import './index.css';
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
4
|
var __publicField = (obj, key, value) => {
|
|
@@ -35,7 +36,7 @@ var __privateMethod = (obj, member, method) => {
|
|
|
35
36
|
return method;
|
|
36
37
|
};
|
|
37
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;
|
|
38
|
-
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,
|
|
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
40
|
import debugModule from "debug";
|
|
40
41
|
import { STSInstrumentControllerPluginKey, GetSTSInstrumentController, Gauge, GetSTSInstrumentControllerPluginKey } from "@nsshunt/stsobservability";
|
|
41
42
|
import { ModelDelimeter, Sleep } from "@nsshunt/stsutils";
|
|
@@ -14861,61 +14862,60 @@ const VProgressCircular = genericComponent()({
|
|
|
14861
14862
|
return {};
|
|
14862
14863
|
}
|
|
14863
14864
|
});
|
|
14864
|
-
const _withScopeId = (n) => (pushScopeId("data-v-ad136411"), n = n(), popScopeId(), n);
|
|
14865
14865
|
const _hoisted_1$1 = { class: "ststitle" };
|
|
14866
14866
|
const _hoisted_2$1 = {
|
|
14867
14867
|
key: 0,
|
|
14868
14868
|
class: "stssubtitle"
|
|
14869
14869
|
};
|
|
14870
|
-
const _hoisted_3 = /* @__PURE__ */
|
|
14870
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " CPU ", -1);
|
|
14871
14871
|
const _hoisted_4 = { class: "stsbiginfo" };
|
|
14872
|
-
const _hoisted_5 = /* @__PURE__ */
|
|
14872
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Velocity ", -1);
|
|
14873
14873
|
const _hoisted_6 = { class: "stsbiginfo" };
|
|
14874
|
-
const _hoisted_7 = /* @__PURE__ */
|
|
14874
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Active Rx Count ", -1);
|
|
14875
14875
|
const _hoisted_8 = { class: "stsbiginfo" };
|
|
14876
|
-
const _hoisted_9 = /* @__PURE__ */
|
|
14876
|
+
const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "stsbiginfolabel" }, " Connections ", -1);
|
|
14877
14877
|
const _hoisted_10 = { class: "stsbiginfo" };
|
|
14878
|
-
const _hoisted_11 = /* @__PURE__ */
|
|
14878
|
+
const _hoisted_11 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Request (c/e/r): ", -1);
|
|
14879
14879
|
const _hoisted_12 = {
|
|
14880
14880
|
class: "stsinfo",
|
|
14881
14881
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14882
14882
|
};
|
|
14883
|
-
const _hoisted_13 = /* @__PURE__ */
|
|
14883
|
+
const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Timer: ", -1);
|
|
14884
14884
|
const _hoisted_14 = {
|
|
14885
14885
|
class: "stsinfo",
|
|
14886
14886
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14887
14887
|
};
|
|
14888
|
-
const _hoisted_15 = /* @__PURE__ */
|
|
14888
|
+
const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Duration (ms): ", -1);
|
|
14889
14889
|
const _hoisted_16 = {
|
|
14890
14890
|
class: "stsinfo",
|
|
14891
14891
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14892
14892
|
};
|
|
14893
|
-
const _hoisted_17 = /* @__PURE__ */
|
|
14893
|
+
const _hoisted_17 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Latency (ms): ", -1);
|
|
14894
14894
|
const _hoisted_18 = {
|
|
14895
14895
|
class: "stsinfo",
|
|
14896
14896
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14897
14897
|
};
|
|
14898
|
-
const _hoisted_19 = /* @__PURE__ */
|
|
14898
|
+
const _hoisted_19 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Receive-Rx (MBs): ", -1);
|
|
14899
14899
|
const _hoisted_20 = {
|
|
14900
14900
|
class: "stsinfo",
|
|
14901
14901
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14902
14902
|
};
|
|
14903
|
-
const _hoisted_21 = /* @__PURE__ */
|
|
14903
|
+
const _hoisted_21 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Transmit-Tx (MBs): ", -1);
|
|
14904
14904
|
const _hoisted_22 = {
|
|
14905
14905
|
class: "stsinfo",
|
|
14906
14906
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14907
14907
|
};
|
|
14908
|
-
const _hoisted_23 = /* @__PURE__ */
|
|
14908
|
+
const _hoisted_23 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Pool (tot/idle/wait): ", -1);
|
|
14909
14909
|
const _hoisted_24 = {
|
|
14910
14910
|
class: "stsinfo",
|
|
14911
14911
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14912
14912
|
};
|
|
14913
|
-
const _hoisted_25 = /* @__PURE__ */
|
|
14913
|
+
const _hoisted_25 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " vCPU: ", -1);
|
|
14914
14914
|
const _hoisted_26 = {
|
|
14915
14915
|
class: "stsinfo",
|
|
14916
14916
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
14917
14917
|
};
|
|
14918
|
-
const _hoisted_27 = /* @__PURE__ */
|
|
14918
|
+
const _hoisted_27 = /* @__PURE__ */ createElementVNode("div", { style: { "white-space": "nowrap", "text-align": "right" } }, " Auth (c/e/r): ", -1);
|
|
14919
14919
|
const _hoisted_28 = {
|
|
14920
14920
|
class: "stsinfo",
|
|
14921
14921
|
style: { "text-align": "right", "padding-left": "15px" }
|
|
@@ -15428,7 +15428,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
|
|
|
15428
15428
|
};
|
|
15429
15429
|
}
|
|
15430
15430
|
});
|
|
15431
|
-
const UXModelInstrumentServiceSmall = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-ad136411"]]);
|
|
15432
15431
|
const _hoisted_1 = ["value"];
|
|
15433
15432
|
const _hoisted_2 = { key: 0 };
|
|
15434
15433
|
const _sfc_main = /* @__PURE__ */ defineComponent$1({
|
|
@@ -15467,7 +15466,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
|
|
|
15467
15466
|
class: "d-inline-flex align-center justify-center ma-0 pa-0"
|
|
15468
15467
|
}, [
|
|
15469
15468
|
cpu(svc) > 0 ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
15470
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ?
|
|
15469
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.smallMode ? _sfc_main$1 : UXModelInstrumentServiceCommon), {
|
|
15471
15470
|
isleafnode: false,
|
|
15472
15471
|
nodeid: svc.id,
|
|
15473
15472
|
contextdata: svc.context,
|
|
@@ -15502,7 +15501,7 @@ export {
|
|
|
15502
15501
|
_sfc_main$6 as UXBarChart,
|
|
15503
15502
|
_sfc_main$5 as UXLineChart,
|
|
15504
15503
|
UXModelInstrumentServiceCommon,
|
|
15505
|
-
UXModelInstrumentServiceSmall,
|
|
15504
|
+
_sfc_main$1 as UXModelInstrumentServiceSmall,
|
|
15506
15505
|
_sfc_main as UXModelNode,
|
|
15507
15506
|
_sfc_main$4 as UXMultiBarChart,
|
|
15508
15507
|
_sfc_main$3 as UXRadialChart,
|