@nsshunt/stsvueutils 1.2.5 → 1.2.7

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.
@@ -35,7 +35,7 @@ var __privateMethod = (obj, member, method) => {
35
35
  return method;
36
36
  };
37
37
  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, Fragment, reactive, computed, watchEffect, toRefs, 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 } from "vue";
38
+ import { inject, Fragment, reactive, computed, watchEffect, toRefs, 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 } from "vue";
39
39
  import debugModule from "debug";
40
40
  import { STSInstrumentControllerPluginKey, GetSTSInstrumentController, Gauge, GetSTSInstrumentControllerPluginKey } from "@nsshunt/stsobservability";
41
41
  import { ModelDelimeter, Sleep } from "@nsshunt/stsutils";
@@ -7291,7 +7291,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
7291
7291
  const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
7292
7292
  __name: "UXBarChart",
7293
7293
  setup(__props, { expose: __expose }) {
7294
- const VueApexCharts = () => import("vue3-apexcharts");
7294
+ const VueApexCharts = defineAsyncComponent(() => import("vue3-apexcharts"));
7295
7295
  const series = [{
7296
7296
  name: "Duration (ms)",
7297
7297
  data: [0, 0, 0, 0, 0, 0, 0]
@@ -7357,7 +7357,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
7357
7357
  });
7358
7358
  return (_ctx, _cache) => {
7359
7359
  return openBlock(), createElementBlock("div", null, [
7360
- createVNode(VueApexCharts, {
7360
+ createVNode(unref(VueApexCharts), {
7361
7361
  ref_key: "barChart",
7362
7362
  ref: barChart,
7363
7363
  height: "250",
@@ -7372,7 +7372,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent$1({
7372
7372
  const _sfc_main = /* @__PURE__ */ defineComponent$1({
7373
7373
  __name: "UXLineChart",
7374
7374
  setup(__props, { expose: __expose }) {
7375
- const VueApexCharts = () => import("vue3-apexcharts");
7375
+ const VueApexCharts = defineAsyncComponent(() => import("vue3-apexcharts"));
7376
7376
  let interval = 0;
7377
7377
  const series = reactive([{ data: [] }]);
7378
7378
  const UpdateGraph = (val) => {
@@ -7460,7 +7460,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
7460
7460
  });
7461
7461
  return (_ctx, _cache) => {
7462
7462
  return openBlock(), createElementBlock("div", null, [
7463
- createVNode(VueApexCharts, {
7463
+ createVNode(unref(VueApexCharts), {
7464
7464
  ref: "chart",
7465
7465
  height: "250",
7466
7466
  width: "100%",