mozrest-sdk-react-dev 0.3.33 → 0.3.35
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/mozrest-sdk.es.js +8 -8
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -93126,10 +93126,10 @@ const Param = ({
|
|
|
93126
93126
|
className: styles$14.param,
|
|
93127
93127
|
children: [/* @__PURE__ */ jsx$1("span", {
|
|
93128
93128
|
className: styles$14.title,
|
|
93129
|
-
children: tooltip2
|
|
93129
|
+
children: tooltip2 ? /* @__PURE__ */ jsx$1(Tooltip$1, {
|
|
93130
93130
|
message: tooltip2,
|
|
93131
93131
|
children: title2
|
|
93132
|
-
})
|
|
93132
|
+
}) : title2
|
|
93133
93133
|
}), loadingValue ? /* @__PURE__ */ jsx$1(Spinner$1, {}) : /* @__PURE__ */ jsx$1("span", {
|
|
93134
93134
|
children: value2
|
|
93135
93135
|
})]
|
|
@@ -93658,8 +93658,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93658
93658
|
}, {
|
|
93659
93659
|
title: t2("SAMETIMELASTMONTH"),
|
|
93660
93660
|
value: ((_f = (_e2 = data2 == null ? void 0 : data2.bookings) == null ? void 0 : _e2.lastMonth) == null ? void 0 : _f.toLocaleString()) ?? "0",
|
|
93661
|
-
loadingValue: isLoadingLastMonthBookings
|
|
93662
|
-
tooltip:
|
|
93661
|
+
loadingValue: isLoadingLastMonthBookings
|
|
93662
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93663
93663
|
}, {
|
|
93664
93664
|
title: t2("SAMETIMELASTYEAR"),
|
|
93665
93665
|
value: ((_h = (_g = data2 == null ? void 0 : data2.bookings) == null ? void 0 : _g.lastYear) == null ? void 0 : _h.toLocaleString()) ?? "0",
|
|
@@ -93694,8 +93694,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93694
93694
|
}, {
|
|
93695
93695
|
title: t2("SAMETIMELASTMONTH"),
|
|
93696
93696
|
value: ((_n = (_m = data2 == null ? void 0 : data2.covers) == null ? void 0 : _m.lastMonth) == null ? void 0 : _n.toLocaleString()) ?? "0",
|
|
93697
|
-
loadingValue: isLoadingLastMonthCovers
|
|
93698
|
-
tooltip:
|
|
93697
|
+
loadingValue: isLoadingLastMonthCovers
|
|
93698
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93699
93699
|
}, {
|
|
93700
93700
|
title: t2("SAMETIMELASTYEAR"),
|
|
93701
93701
|
value: ((_p = (_o = data2 == null ? void 0 : data2.covers) == null ? void 0 : _o.lastYear) == null ? void 0 : _p.toLocaleString()) ?? "0",
|
|
@@ -93730,8 +93730,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93730
93730
|
}, {
|
|
93731
93731
|
title: t2("SAMETIMELASTMONTH"),
|
|
93732
93732
|
value: ((_u = data2 == null ? void 0 : data2.cancelations.lastMonth) == null ? void 0 : _u.toLocaleString()) ?? "0",
|
|
93733
|
-
loadingValue: isLoadingLastMonthCancelations
|
|
93734
|
-
tooltip:
|
|
93733
|
+
loadingValue: isLoadingLastMonthCancelations
|
|
93734
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93735
93735
|
}, {
|
|
93736
93736
|
title: t2("SAMETIMELASTYEAR"),
|
|
93737
93737
|
value: ((_w = (_v = data2 == null ? void 0 : data2.cancelations) == null ? void 0 : _v.lastYear) == null ? void 0 : _w.toLocaleString()) ?? "0",
|