@devtable/dashboard 14.43.1 → 14.43.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 +9 -9
- 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
|
@@ -2474,7 +2474,7 @@ function Vm() {
|
|
|
2474
2474
|
} = R.useContext(ps);
|
|
2475
2475
|
return e ? document.getElementById(e) : null;
|
|
2476
2476
|
}
|
|
2477
|
-
const gs = "14.43.
|
|
2477
|
+
const gs = "14.43.3", $m = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2478
2478
|
__proto__: null,
|
|
2479
2479
|
version: gs
|
|
2480
2480
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -21522,18 +21522,18 @@ function A2(e, {
|
|
|
21522
21522
|
const n = t.queryIDs[0];
|
|
21523
21523
|
if (!n)
|
|
21524
21524
|
throw new Error("cannot migrate when queryID is empty");
|
|
21525
|
-
const a = (c) => c && `${n}.${c}
|
|
21526
|
-
|
|
21525
|
+
const a = (c) => c && !c.includes(`${n}.`) ? `${n}.${c}` : c, {
|
|
21526
|
+
x_axes: i,
|
|
21527
21527
|
y_axis: o,
|
|
21528
21528
|
series: l,
|
|
21529
21529
|
...s
|
|
21530
21530
|
} = e;
|
|
21531
21531
|
return {
|
|
21532
21532
|
...s,
|
|
21533
|
-
|
|
21534
|
-
...
|
|
21535
|
-
data_key: a(
|
|
21536
|
-
},
|
|
21533
|
+
x_axes: i.map((c) => ({
|
|
21534
|
+
...c,
|
|
21535
|
+
data_key: a(c.data_key)
|
|
21536
|
+
})),
|
|
21537
21537
|
y_axis: {
|
|
21538
21538
|
...o,
|
|
21539
21539
|
data_key: a(o.data_key)
|
|
@@ -21597,7 +21597,7 @@ const O2 = {
|
|
|
21597
21597
|
configRender: D2,
|
|
21598
21598
|
createConfig: () => ({
|
|
21599
21599
|
version: 3,
|
|
21600
|
-
config: Ai
|
|
21600
|
+
config: C.cloneDeep(Ai)
|
|
21601
21601
|
}),
|
|
21602
21602
|
triggers: [V2],
|
|
21603
21603
|
translation: L2
|
|
@@ -30855,7 +30855,7 @@ function V4(e) {
|
|
|
30855
30855
|
description: o.description,
|
|
30856
30856
|
items: s.fields.map((c) => typeof c == "string" ? {
|
|
30857
30857
|
label: c,
|
|
30858
|
-
value: c
|
|
30858
|
+
value: `${o.name} -> ${c}`
|
|
30859
30859
|
} : {
|
|
30860
30860
|
label: c.field,
|
|
30861
30861
|
value: `${o.name} -> ${c.field}`,
|