tsv2-library 1.0.61-beta.70 → 1.0.61-beta.71

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.
@@ -42270,7 +42270,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
42270
42270
  const selectAllNode = () => {
42271
42271
  const el = document.getElementById(treeNodeID.value);
42272
42272
  const allNode = el == null ? void 0 : el.querySelector('[data-node-key="0"]');
42273
- if (allNode.getAttribute("data-node-selected") == "false")
42273
+ if ((allNode == null ? void 0 : allNode.getAttribute("data-node-selected")) == "false")
42274
42274
  allNode == null ? void 0 : allNode.click();
42275
42275
  };
42276
42276
  const expandAll = () => {
@@ -62118,7 +62118,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
62118
62118
  const TAG_MAP = {
62119
62119
  "QR": ["QR", "RFID & QR"],
62120
62120
  "RFID": ["RFID", "RFID & QR"],
62121
- "RFID & QR": ["QR", "RFID", "RFID & QR"]
62121
+ "RFID & QR": []
62122
62122
  };
62123
62123
  const DEFAULT_TAG_OPTIONS = ["RFID", "QR", "RFID & QR", "Non TAG"];
62124
62124
  if (!props.tagType)
@@ -62288,7 +62288,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
62288
62288
  "option-value": "value",
62289
62289
  placeholder: "Select model/type"
62290
62290
  }, null, 8, ["modelValue", "loading", "options"])) : createCommentVNode("", true),
62291
- showFilterList.value.includes("tagType") ? (openBlock(), createBlock(_sfc_main$13, {
62291
+ showFilterList.value.includes("tagType") && props.tagType !== "RFID & QR" ? (openBlock(), createBlock(_sfc_main$13, {
62292
62292
  key: 6,
62293
62293
  modelValue: filter4.value.tagType,
62294
62294
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => filter4.value.tagType = $event),