tsv2-library 1.1.0-dev-alpha.32 → 1.1.0-dev-alpha.34
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/tsv2-library.es.js
CHANGED
|
@@ -42175,10 +42175,6 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
42175
42175
|
const getParamsByPath = () => {
|
|
42176
42176
|
const pathName = window.location.pathname;
|
|
42177
42177
|
switch (true) {
|
|
42178
|
-
case pathName.includes("assets/all"):
|
|
42179
|
-
case pathName.includes("assets/available"):
|
|
42180
|
-
case pathName.includes("assets/registration"):
|
|
42181
|
-
return { showAll: true };
|
|
42182
42178
|
case pathName.includes("group"):
|
|
42183
42179
|
return {
|
|
42184
42180
|
systemRole: ["group"]
|
|
@@ -42244,7 +42240,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
42244
42240
|
roleType: getRoleType("trackingRole")
|
|
42245
42241
|
};
|
|
42246
42242
|
case pathName.includes("handheld-reader"):
|
|
42247
|
-
case pathName.includes("
|
|
42243
|
+
case pathName.includes("smart-fixed-reader"):
|
|
42248
42244
|
return {
|
|
42249
42245
|
systemRole: ["iotReader"]
|
|
42250
42246
|
};
|