@nsshunt/stsvueutils 1.2.1 → 1.2.3
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/stsvueutils.mjs +8 -5
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +10 -6
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +2 -1
- package/types/components/UXBarChart.vue.d.ts.map +1 -1
- package/types/components/UXLineChart.vue.d.ts.map +1 -1
- package/types/components/UXMultiBarChart.vue.d.ts.map +1 -1
- package/types/components/UXRadialChart.vue.d.ts.map +1 -1
package/dist/stsvueutils.mjs
CHANGED
|
@@ -40,7 +40,6 @@ import debugModule from "debug";
|
|
|
40
40
|
import { STSInstrumentControllerPluginKey, GetSTSInstrumentController, Gauge, GetSTSInstrumentControllerPluginKey } from "@nsshunt/stsobservability";
|
|
41
41
|
import { ModelDelimeter, Sleep } from "@nsshunt/stsutils";
|
|
42
42
|
import { defineStore } from "pinia";
|
|
43
|
-
import VueApexCharts from "vue3-apexcharts";
|
|
44
43
|
import _cloneDeep from "lodash.clonedeep";
|
|
45
44
|
const STSStoragePluginKey = Symbol("storage");
|
|
46
45
|
const STSEmitterPluginKey = Symbol("emitter");
|
|
@@ -7304,6 +7303,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent$1({
|
|
|
7304
7303
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
7305
7304
|
__name: "UXBarChart",
|
|
7306
7305
|
setup(__props, { expose: __expose }) {
|
|
7306
|
+
const VueApexCharts = () => import("vue3-apexcharts");
|
|
7307
7307
|
const series = [{
|
|
7308
7308
|
name: "Duration (ms)",
|
|
7309
7309
|
data: [0, 0, 0, 0, 0, 0, 0]
|
|
@@ -7369,7 +7369,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
7369
7369
|
});
|
|
7370
7370
|
return (_ctx, _cache) => {
|
|
7371
7371
|
return openBlock(), createElementBlock("div", null, [
|
|
7372
|
-
createVNode(
|
|
7372
|
+
createVNode(VueApexCharts, {
|
|
7373
7373
|
ref_key: "barChart",
|
|
7374
7374
|
ref: barChart,
|
|
7375
7375
|
height: "250",
|
|
@@ -7384,6 +7384,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent$1({
|
|
|
7384
7384
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
7385
7385
|
__name: "UXLineChart",
|
|
7386
7386
|
setup(__props, { expose: __expose }) {
|
|
7387
|
+
const VueApexCharts = () => import("vue3-apexcharts");
|
|
7387
7388
|
let interval = 0;
|
|
7388
7389
|
const series = reactive([{ data: [] }]);
|
|
7389
7390
|
const UpdateGraph = (val) => {
|
|
@@ -7471,7 +7472,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent$1({
|
|
|
7471
7472
|
});
|
|
7472
7473
|
return (_ctx, _cache) => {
|
|
7473
7474
|
return openBlock(), createElementBlock("div", null, [
|
|
7474
|
-
createVNode(
|
|
7475
|
+
createVNode(VueApexCharts, {
|
|
7475
7476
|
ref: "chart",
|
|
7476
7477
|
height: "250",
|
|
7477
7478
|
width: "100%",
|
|
@@ -7489,6 +7490,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent$1({
|
|
|
7489
7490
|
labels: {}
|
|
7490
7491
|
},
|
|
7491
7492
|
setup(__props, { expose: __expose }) {
|
|
7493
|
+
const VueApexCharts = () => import("vue3-apexcharts");
|
|
7492
7494
|
const UpdateGraph = () => {
|
|
7493
7495
|
};
|
|
7494
7496
|
const options = {
|
|
@@ -7569,7 +7571,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent$1({
|
|
|
7569
7571
|
});
|
|
7570
7572
|
return (_ctx, _cache) => {
|
|
7571
7573
|
return openBlock(), createElementBlock("div", null, [
|
|
7572
|
-
createVNode(
|
|
7574
|
+
createVNode(VueApexCharts, {
|
|
7573
7575
|
ref: "chart",
|
|
7574
7576
|
height: "100",
|
|
7575
7577
|
width: "100%",
|
|
@@ -7588,6 +7590,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent$1({
|
|
|
7588
7590
|
labels: {}
|
|
7589
7591
|
},
|
|
7590
7592
|
setup(__props, { expose: __expose }) {
|
|
7593
|
+
const VueApexCharts = () => import("vue3-apexcharts");
|
|
7591
7594
|
const props = __props;
|
|
7592
7595
|
const UpdateGraph = () => {
|
|
7593
7596
|
};
|
|
@@ -7648,7 +7651,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent$1({
|
|
|
7648
7651
|
});
|
|
7649
7652
|
return (_ctx, _cache) => {
|
|
7650
7653
|
return openBlock(), createElementBlock("div", null, [
|
|
7651
|
-
createVNode(
|
|
7654
|
+
createVNode(VueApexCharts, {
|
|
7652
7655
|
ref: "chart",
|
|
7653
7656
|
height: "140",
|
|
7654
7657
|
width: "100%",
|