tsv2-library 1.1.0-dev-alpha.49 → 1.1.0-dev-alpha.51
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
|
@@ -65101,7 +65101,7 @@ const assetNameDetailColumns = () => {
|
|
|
65101
65101
|
break;
|
|
65102
65102
|
case "On Disposal Process":
|
|
65103
65103
|
case "Reported Disposal":
|
|
65104
|
-
severity = "
|
|
65104
|
+
severity = "dark";
|
|
65105
65105
|
break;
|
|
65106
65106
|
case "Damaged":
|
|
65107
65107
|
case "Missing":
|
|
@@ -77562,7 +77562,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
77562
77562
|
};
|
|
77563
77563
|
const checkRedundant = (text2) => {
|
|
77564
77564
|
var _a;
|
|
77565
|
-
return (_a = field2.value) == null ? void 0 : _a.some((label8) => label8 === text2);
|
|
77565
|
+
return (_a = field2.value) == null ? void 0 : _a.some((label8) => (label8 == null ? void 0 : label8.toLowerCase()) === (text2 == null ? void 0 : text2.toLowerCase()));
|
|
77566
77566
|
};
|
|
77567
77567
|
const isFirefoxBased = navigator.userAgent.includes("Firefox");
|
|
77568
77568
|
watch(
|