tsv2-library 1.1.0-dev-alpha.21 → 1.1.0-dev-alpha.22

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.
@@ -31949,12 +31949,12 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
31949
31949
  };
31950
31950
  });
31951
31951
  const aliasCode = computed(() => {
31952
- var _a, _b, _c, _d, _e, _f, _g, _h;
31952
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
31953
31953
  if (props.transactionDetail) {
31954
- const alias = ((_a = props.transactionDetail) == null ? void 0 : _a.aliasCode) ?? ((_c = (_b = asset.value) == null ? void 0 : _b.assetName) == null ? void 0 : _c.aliasCode);
31954
+ const alias = ((_a = props.transactionDetail) == null ? void 0 : _a.aliasCode) ?? ((_b = props.transactionDetail) == null ? void 0 : _b.assetAliasCode) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.assetName) == null ? void 0 : _d.aliasCode);
31955
31955
  return (alias == null ? void 0 : alias.length) ? `${alias}` : "";
31956
31956
  }
31957
- 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}` : "";
31957
+ return ((_g = (_f = (_e = asset.value) == null ? void 0 : _e.name) == null ? void 0 : _f.aliasCode) == null ? void 0 : _g.length) ? `${(_i = (_h = asset.value) == null ? void 0 : _h.name) == null ? void 0 : _i.aliasCode}` : "";
31958
31958
  });
31959
31959
  const assetIdWithAliasCode = computed(() => {
31960
31960
  var _a;