tsv2-library 1.1.0-dev-alpha.20 → 1.1.0-dev-alpha.21
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
|
@@ -31999,8 +31999,8 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
31999
31999
|
__expose({ asset });
|
|
32000
32000
|
const nameWithSequence = computed(
|
|
32001
32001
|
() => {
|
|
32002
|
-
var _a, _b;
|
|
32003
|
-
return ((_a = assetName.value) == null ? void 0 : _a.nameWithSequence) ?? ((_b = props.transactionDetail) == null ? void 0 : _b.nameWithSequence) ?? "-";
|
|
32002
|
+
var _a, _b, _c;
|
|
32003
|
+
return ((_a = assetName.value) == null ? void 0 : _a.nameWithSequence) ?? ((_b = props.transactionDetail) == null ? void 0 : _b.nameWithSequence) ?? ((_c = props.transactionDetail) == null ? void 0 : _c.name) ?? "-";
|
|
32004
32004
|
}
|
|
32005
32005
|
);
|
|
32006
32006
|
const assetId = computed(
|
|
@@ -32011,20 +32011,20 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
32011
32011
|
);
|
|
32012
32012
|
const brand = computed(
|
|
32013
32013
|
() => {
|
|
32014
|
-
var _a, _b, _c, _d, _e;
|
|
32015
|
-
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetBrand) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.brand) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetBrand) ?? "-";
|
|
32014
|
+
var _a, _b, _c, _d, _e, _f;
|
|
32015
|
+
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetBrand) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.brand) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetBrand) ?? ((_f = props.transactionDetail) == null ? void 0 : _f.brand) ?? "-";
|
|
32016
32016
|
}
|
|
32017
32017
|
);
|
|
32018
32018
|
const model = computed(
|
|
32019
32019
|
() => {
|
|
32020
|
-
var _a, _b, _c, _d, _e;
|
|
32021
|
-
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetModel) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.model) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetModel) ?? "-";
|
|
32020
|
+
var _a, _b, _c, _d, _e, _f;
|
|
32021
|
+
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetModel) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.model) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetModel) ?? ((_f = props.transactionDetail) == null ? void 0 : _f.model) ?? "-";
|
|
32022
32022
|
}
|
|
32023
32023
|
);
|
|
32024
32024
|
const group = computed(
|
|
32025
32025
|
() => {
|
|
32026
|
-
var _a, _b, _c, _d, _e;
|
|
32027
|
-
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetGroup) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.group) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetGroup) ?? "-";
|
|
32026
|
+
var _a, _b, _c, _d, _e, _f;
|
|
32027
|
+
return ((_b = (_a = asset.value) == null ? void 0 : _a.assetGroup) == null ? void 0 : _b.name) ?? ((_d = (_c = asset.value) == null ? void 0 : _c.group) == null ? void 0 : _d.name) ?? ((_e = props.transactionDetail) == null ? void 0 : _e.assetGroup) ?? ((_f = props.transactionDetail) == null ? void 0 : _f.group) ?? "-";
|
|
32028
32028
|
}
|
|
32029
32029
|
);
|
|
32030
32030
|
const status = computed(
|