@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.
@@ -7290,7 +7290,7 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7290
7290
  const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
7291
7291
  __name: "UXBarChart",
7292
7292
  setup(__props, { expose: __expose }) {
7293
- const VueApexCharts = () => import("vue3-apexcharts");
7293
+ const VueApexCharts = vue.defineAsyncComponent(() => import("vue3-apexcharts"));
7294
7294
  const series = [{
7295
7295
  name: "Duration (ms)",
7296
7296
  data: [0, 0, 0, 0, 0, 0, 0]
@@ -7356,7 +7356,7 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7356
7356
  });
7357
7357
  return (_ctx, _cache) => {
7358
7358
  return vue.openBlock(), vue.createElementBlock("div", null, [
7359
- vue.createVNode(VueApexCharts, {
7359
+ vue.createVNode(vue.unref(VueApexCharts), {
7360
7360
  ref_key: "barChart",
7361
7361
  ref: barChart,
7362
7362
  height: "250",
@@ -7371,7 +7371,7 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7371
7371
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
7372
7372
  __name: "UXLineChart",
7373
7373
  setup(__props, { expose: __expose }) {
7374
- const VueApexCharts = () => import("vue3-apexcharts");
7374
+ const VueApexCharts = vue.defineAsyncComponent(() => import("vue3-apexcharts"));
7375
7375
  let interval = 0;
7376
7376
  const series = vue.reactive([{ data: [] }]);
7377
7377
  const UpdateGraph = (val) => {
@@ -7459,7 +7459,7 @@ Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
7459
7459
  });
7460
7460
  return (_ctx, _cache) => {
7461
7461
  return vue.openBlock(), vue.createElementBlock("div", null, [
7462
- vue.createVNode(VueApexCharts, {
7462
+ vue.createVNode(vue.unref(VueApexCharts), {
7463
7463
  ref: "chart",
7464
7464
  height: "250",
7465
7465
  width: "100%",