@kodiak-finance/orderly-portfolio 2.8.19 → 2.8.20
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/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +9 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -18
package/dist/index.mjs
CHANGED
|
@@ -4441,7 +4441,6 @@ var init_useAssetHistory = __esm({
|
|
|
4441
4441
|
// calculatedData,
|
|
4442
4442
|
aggregateValue,
|
|
4443
4443
|
createFakeData,
|
|
4444
|
-
volumeUpdateDate: data?.[data.length - 1]?.date ?? "",
|
|
4445
4444
|
filterItems,
|
|
4446
4445
|
onFilter,
|
|
4447
4446
|
dateRange,
|
|
@@ -4674,7 +4673,6 @@ var init_performance_ui = __esm({
|
|
|
4674
4673
|
aggregateValue,
|
|
4675
4674
|
invisible,
|
|
4676
4675
|
visible,
|
|
4677
|
-
volumeUpdateDate,
|
|
4678
4676
|
curPeriod,
|
|
4679
4677
|
filterItems,
|
|
4680
4678
|
onFilter
|
|
@@ -4769,18 +4767,15 @@ var init_performance_ui = __esm({
|
|
|
4769
4767
|
classNames: {
|
|
4770
4768
|
label: "oui-w-full"
|
|
4771
4769
|
},
|
|
4772
|
-
label: /* @__PURE__ */
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
{
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
) }),
|
|
4782
|
-
/* @__PURE__ */ jsx("span", { children: volumeUpdateDate })
|
|
4783
|
-
] }),
|
|
4770
|
+
label: /* @__PURE__ */ jsx(
|
|
4771
|
+
LabelWithHint,
|
|
4772
|
+
{
|
|
4773
|
+
label: t("portfolio.overview.performance.volume", {
|
|
4774
|
+
period: curPeriod
|
|
4775
|
+
}),
|
|
4776
|
+
hint: t("portfolio.overview.performance.volume.tooltip")
|
|
4777
|
+
}
|
|
4778
|
+
),
|
|
4784
4779
|
valueProps: { visible },
|
|
4785
4780
|
children: invisible ? "--" : aggregateValue.vol
|
|
4786
4781
|
}
|