@maxtropy/v-components 0.1.16-beta.27 → 0.1.16-beta.28

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.
@@ -25920,7 +25920,7 @@ function SK() {
25920
25920
  if (!a)
25921
25921
  return;
25922
25922
  const l = a.getAttribute("href");
25923
- l && (o.preventDefault(), window.open(l, a.getAttribute("target") ?? "_self"));
25923
+ !l || l.startsWith("#") || (o.preventDefault(), window.open(l, a.getAttribute("target") ?? "_self"));
25924
25924
  }), window.SELECTSTAFFORIGIN = window.location.origin + t + "/ms-cc", window.IOTPLATFORMORIGIN = window.location.origin + t + "/ms-dc", window.DMEPLATFORMSORIGIN = window.location.origin + t + "/ms-ds", window.IDSPLATFORMORIGIN = window.location.origin + t + "/ms-ids", (n = window.SERVERALARM) == null || n.forEach((o) => {
25925
25925
  o.originId === 1 ? o.origin = window.SELECTSTAFFORIGIN : o.originId === 2 ? o.origin = window.IOTPLATFORMORIGIN : o.originId === 3 ? o.origin = window.DMEPLATFORMSORIGIN : o.originId === 4 && (o.origin = window.IDSPLATFORMORIGIN);
25926
25926
  }), window.RAW_ALARMWORKORDER = window.ALARMWORKORDER, window.ALARMWORKORDER = window.location.origin + t + "/ms-wo", window.RAW_JXDINTEGRATED = window.JXDINTEGRATED, window.JXDINTEGRATED = window.location.origin + t + "/ms-ji", window.RAW_AIANALYSIS = window.AIANALYSIS, window.AIANALYSIS = window.location.origin + t + "/ms-ai", window.RAW_ZYFMES = window.ZYFMES, window.ZYFMES = window.location.origin + t + "/ms-zm", window.RAW_PVANALYSIS = window.PVANALYSIS, window.PVANALYSIS = window.location.origin + t + "/ms-pa", window.RAW_RBTHERMAL = window.RBTHERMAL, window.RBTHERMAL = window.location.origin + t + "/ms-rt", window.RAW_BSSANALYSIS = window.BSSANALYSIS, window.BSSANALYSIS = window.location.origin + t + "/ms-ba", window.RAW_EVCHARGING = window.EVCHARGING, window.EVCHARGING = window.location.origin + t + "/ms-ec", window.RAW_CARBONANALYSIS = window.CARBONANALYSIS, window.CARBONANALYSIS = window.location.origin + t + "/ms-ca", window.RAW_ENERGY = window.ENERGY, window.ENERGY = window.location.origin + t + "/ms-en", window.RAW_GHGPC = window.GHGPC, window.GHGPC = window.location.origin + t + "/ms-gp", window.RAW_PROCESS = window.PROCESS, window.PROCESS = window.location.origin + t + "/ms-pr";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.16-beta.27",
3
+ "version": "0.1.16-beta.28",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -78,4 +78,4 @@
78
78
  "vue": ">=3.2.0",
79
79
  "vue-router": ">=4"
80
80
  }
81
- }
81
+ }