tsv2-library 1.0.61-alpha.32 → 1.0.61-alpha.33

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.
@@ -27970,11 +27970,12 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
27970
27970
  };
27971
27971
  });
27972
27972
  const aliasCode = computed(() => {
27973
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
27973
+ var _a, _b, _c, _d, _e, _f, _g, _h;
27974
27974
  if (props.transactionDetail) {
27975
- return ((_c = (_b = (_a = asset.value) == null ? void 0 : _a.assetName) == null ? void 0 : _b.aliasCode) == null ? void 0 : _c.length) ? `(${(_e = (_d = asset.value) == null ? void 0 : _d.assetName) == null ? void 0 : _e.aliasCode})` : "";
27975
+ const alias = ((_a = props.transactionDetail) == null ? void 0 : _a.aliasCode) ?? ((_c = (_b = asset.value) == null ? void 0 : _b.assetName) == null ? void 0 : _c.aliasCode);
27976
+ return (alias == null ? void 0 : alias.length) ? `(${alias})` : "";
27976
27977
  }
27977
- return ((_h = (_g = (_f = asset.value) == null ? void 0 : _f.name) == null ? void 0 : _g.aliasCode) == null ? void 0 : _h.length) ? `(${(_j = (_i = asset.value) == null ? void 0 : _i.name) == null ? void 0 : _j.aliasCode})` : "";
27978
+ return ((_f = (_e = (_d = asset.value) == null ? void 0 : _d.name) == null ? void 0 : _e.aliasCode) == null ? void 0 : _f.length) ? `(${(_h = (_g = asset.value) == null ? void 0 : _g.name) == null ? void 0 : _h.aliasCode})` : "";
27978
27979
  });
27979
27980
  const assetTagType = computed(() => {
27980
27981
  var _a, _b, _c;