tsv2-library 1.1.0-dev-alpha.33 → 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"]
|