@databrainhq/plugin 0.12.33 → 0.12.34
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/webcomponents.es.js
CHANGED
|
@@ -25790,10 +25790,10 @@ const _d = "/dashboard", Nm = "/metric", kK = "dashboardData", vye = `${_d}/embe
|
|
|
25790
25790
|
barWidth: 40,
|
|
25791
25791
|
barRadius: [0, 0, 0, 0],
|
|
25792
25792
|
axisLabels: "none",
|
|
25793
|
-
fontSize:
|
|
25793
|
+
fontSize: 35,
|
|
25794
25794
|
subHeaderShow: !1,
|
|
25795
25795
|
displayText: "",
|
|
25796
|
-
subHeaderFontSize:
|
|
25796
|
+
subHeaderFontSize: 15,
|
|
25797
25797
|
dateFormatter: "none",
|
|
25798
25798
|
numberFormatter: "original",
|
|
25799
25799
|
xRotation: 50,
|
|
@@ -77008,7 +77008,7 @@ const pHe = "_tableData_1kvo7_4", vHe = "_tableScroll_1kvo7_7", gHe = "_tableHea
|
|
|
77008
77008
|
new Set(
|
|
77009
77009
|
n == null ? void 0 : n.map((A) => {
|
|
77010
77010
|
if (s && A[i || ""]) {
|
|
77011
|
-
const L = new Date(A[i || ""]), O = x[l || "monthly"];
|
|
77011
|
+
const L = new Date(A[i || ""]), O = x[(l == null ? void 0 : l.toLowerCase()) || "monthly"];
|
|
77012
77012
|
return O(L);
|
|
77013
77013
|
}
|
|
77014
77014
|
return A[i || ""];
|
|
@@ -77053,7 +77053,7 @@ const pHe = "_tableData_1kvo7_4", vHe = "_tableScroll_1kvo7_7", gHe = "_tableHea
|
|
|
77053
77053
|
), O = _.map((k) => {
|
|
77054
77054
|
var $;
|
|
77055
77055
|
if (s && k) {
|
|
77056
|
-
const z = x[l || "monthly"], P = L == null ? void 0 : L.filter((V) => {
|
|
77056
|
+
const z = x[(l == null ? void 0 : l.toLowerCase()) || "monthly"], P = L == null ? void 0 : L.filter((V) => {
|
|
77057
77057
|
const W = new Date(V[i || ""]);
|
|
77058
77058
|
return z(W) === k;
|
|
77059
77059
|
});
|
|
@@ -77158,7 +77158,7 @@ const pHe = "_tableData_1kvo7_4", vHe = "_tableScroll_1kvo7_7", gHe = "_tableHea
|
|
|
77158
77158
|
const T = _.getMonth(), A = Math.floor(T / 3) + 1, L = _.getFullYear();
|
|
77159
77159
|
return `Q${A} ${L}`;
|
|
77160
77160
|
}
|
|
77161
|
-
}[i], M = x(new Date(b[t]));
|
|
77161
|
+
}[i == null ? void 0 : i.toLowerCase()], M = x(new Date(b[t]));
|
|
77162
77162
|
return y[M] || (y[M] = 0), y[M] += Number(b[p]) || 0, y;
|
|
77163
77163
|
}, {})), f = [];
|
|
77164
77164
|
if (l) {
|
|
@@ -92709,7 +92709,7 @@ const $Ze = (n) => {
|
|
|
92709
92709
|
{
|
|
92710
92710
|
type: "number",
|
|
92711
92711
|
label: "Truncate Label",
|
|
92712
|
-
placeholder: "No. of
|
|
92712
|
+
placeholder: "No. of letters after to truncate",
|
|
92713
92713
|
value: (na = n.labelSettings) == null ? void 0 : na.truncateLabelValue,
|
|
92714
92714
|
onChange: (de) => t((se) => ({
|
|
92715
92715
|
...se,
|