@maxtropy/v-components 0.1.16-beta.28 → 0.1.16-beta.29
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,14 @@ function SK() {
|
|
|
25920
25920
|
if (!a)
|
|
25921
25921
|
return;
|
|
25922
25922
|
const l = a.getAttribute("href");
|
|
25923
|
-
|
|
25923
|
+
if (!l)
|
|
25924
|
+
return;
|
|
25925
|
+
const i = a.getAttribute("target") ?? "_self";
|
|
25926
|
+
if (l.startsWith("#") && l.length > 1) {
|
|
25927
|
+
o.preventDefault(), window.location.hash = l;
|
|
25928
|
+
return;
|
|
25929
|
+
}
|
|
25930
|
+
o.preventDefault(), window.open(l, i);
|
|
25924
25931
|
}), 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
25932
|
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
25933
|
}), 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";
|