@devtable/dashboard 14.22.1 → 14.22.3
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/dashboard.es.js +5 -2
- package/dist/dashboard.umd.js +3 -3
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -2425,7 +2425,7 @@ function hm() {
|
|
|
2425
2425
|
} = $.useContext(ts);
|
|
2426
2426
|
return e ? document.getElementById(e) : null;
|
|
2427
2427
|
}
|
|
2428
|
-
const rs = "14.22.
|
|
2428
|
+
const rs = "14.22.3", pm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2429
2429
|
__proto__: null,
|
|
2430
2430
|
version: rs
|
|
2431
2431
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29540,7 +29540,7 @@ function nT(e) {
|
|
|
29540
29540
|
filters: e.filters,
|
|
29541
29541
|
groupBys: e.groupBys,
|
|
29542
29542
|
trendingDateCol: null,
|
|
29543
|
-
supportTrending: e.supportTrending
|
|
29543
|
+
supportTrending: e.supportTrending,
|
|
29544
29544
|
requireTrendingReason: n
|
|
29545
29545
|
// supportTrending, then requireTrending
|
|
29546
29546
|
};
|
|
@@ -34802,6 +34802,9 @@ const lD = [{
|
|
|
34802
34802
|
minHeight: "350px",
|
|
34803
34803
|
maxHeight: "50vh",
|
|
34804
34804
|
overflow: "hidden"
|
|
34805
|
+
},
|
|
34806
|
+
panel: {
|
|
34807
|
+
height: "calc(100% - 36px)"
|
|
34805
34808
|
}
|
|
34806
34809
|
}, color: "red", children: [
|
|
34807
34810
|
/* @__PURE__ */ u(S.List, { children: [
|