@devtable/dashboard 14.4.0 → 14.4.2
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 -3
- 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
|
@@ -2751,7 +2751,7 @@ class Wa {
|
|
|
2751
2751
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
2752
2752
|
}
|
|
2753
2753
|
}
|
|
2754
|
-
const Is = "14.4.
|
|
2754
|
+
const Is = "14.4.2", bg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2755
2755
|
__proto__: null,
|
|
2756
2756
|
version: Is
|
|
2757
2757
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26759,7 +26759,7 @@ function uz(e) {
|
|
|
26759
26759
|
requireTrendingReason: l
|
|
26760
26760
|
};
|
|
26761
26761
|
}
|
|
26762
|
-
const t = S.uniq(e.derivedMetrics.map((i) => i.calculation)).filter((i) => wo.has(i))
|
|
26762
|
+
const t = S.uniq(e.derivedMetrics.map((i) => i.calculation)).filter((i) => wo.has(i)), n = e.supportTrending ? `当前指标涉及 ${t.map((i) => S.get(So, i, i)).join("、")},缺少时序则无法展示有效结果。` : "";
|
|
26763
26763
|
return {
|
|
26764
26764
|
filters: e.filters,
|
|
26765
26765
|
groupBys: e.groupBys,
|
|
@@ -34201,7 +34201,9 @@ const y4 = [{
|
|
|
34201
34201
|
n(p), c.closeDropdown();
|
|
34202
34202
|
}, styles: M4, children: [
|
|
34203
34203
|
/* @__PURE__ */ r(Ot.Target, { children: l ? /* @__PURE__ */ r(te, { label: l, children: h }) : h }),
|
|
34204
|
-
/* @__PURE__ */ r(Ot.Dropdown, { miw: 300, children: /* @__PURE__ */ r(Ot.Options, {
|
|
34204
|
+
/* @__PURE__ */ r(Ot.Dropdown, { miw: 300, children: /* @__PURE__ */ r(Ot.Options, { mah: 500, style: {
|
|
34205
|
+
overflowY: "auto"
|
|
34206
|
+
}, children: s.map(({
|
|
34205
34207
|
group: p,
|
|
34206
34208
|
items: f
|
|
34207
34209
|
}) => /* @__PURE__ */ r(Ot.Group, { label: p, children: f.map((b) => {
|