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.
package/dist/tsv2-library.es.js
CHANGED
|
@@ -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
|
|
27973
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
27974
27974
|
if (props.transactionDetail) {
|
|
27975
|
-
|
|
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 ((
|
|
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;
|