tsv2-library 1.0.61-alpha.38 → 1.0.61-alpha.39
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
|
@@ -65504,12 +65504,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
65504
65504
|
const props = __props;
|
|
65505
65505
|
const emit = __emit;
|
|
65506
65506
|
const visibility = computed(() => props.visible);
|
|
65507
|
-
const assetWithTag = computed(
|
|
65508
|
-
|
|
65509
|
-
|
|
65510
|
-
|
|
65511
|
-
}
|
|
65512
|
-
);
|
|
65507
|
+
const assetWithTag = computed(() => {
|
|
65508
|
+
var _a;
|
|
65509
|
+
return ((_a = assetInfo.value) == null ? void 0 : _a.tagType) !== "Non TAG";
|
|
65510
|
+
});
|
|
65513
65511
|
const dialogForm = ref();
|
|
65514
65512
|
const assetInfo = ref();
|
|
65515
65513
|
const reportTagDialog = shallowRef(false);
|