@nsshunt/stsvueutils 1.2.5 → 1.2.6

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.
@@ -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 = () => import("./vue3-apexcharts-BAumCy6j.mjs");
7295
7295
  const series = [{
7296
7296
  name: "Duration (ms)",
7297
7297
  data: [0, 0, 0, 0, 0, 0, 0]
@@ -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 = () => import("./vue3-apexcharts-BAumCy6j.mjs");
7376
7376
  let interval = 0;
7377
7377
  const series = reactive([{ data: [] }]);
7378
7378
  const UpdateGraph = (val) => {