@devtable/dashboard 10.9.5 → 10.9.7
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 +15 -11
- package/dist/dashboard.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -3024,7 +3024,7 @@ class Zo {
|
|
|
3024
3024
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
3025
3025
|
}
|
|
3026
3026
|
}
|
|
3027
|
-
const yc = "10.9.
|
|
3027
|
+
const yc = "10.9.7", Cf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3028
3028
|
__proto__: null,
|
|
3029
3029
|
version: yc
|
|
3030
3030
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -22200,16 +22200,9 @@ const $k = Se((t, e) => {
|
|
|
22200
22200
|
/* @__PURE__ */ i(R, { mb: -10, variant: "dashed", label: "Style", labelPosition: "center" }),
|
|
22201
22201
|
/* @__PURE__ */ u(w, { grow: !0, children: [
|
|
22202
22202
|
/* @__PURE__ */ i(le, { hideControls: !0, label: "Min Width", rightSection: /* @__PURE__ */ i(Bi, {}), disabled: !0 }),
|
|
22203
|
-
/* @__PURE__ */ i(
|
|
22204
|
-
|
|
22205
|
-
|
|
22206
|
-
name: `columns.${e}.width`,
|
|
22207
|
-
control: t,
|
|
22208
|
-
render: ({
|
|
22209
|
-
field: s
|
|
22210
|
-
}) => /* @__PURE__ */ i(le, { hideControls: !0, label: "Width", rightSection: /* @__PURE__ */ i(Bi, {}), ...s })
|
|
22211
|
-
}
|
|
22212
|
-
),
|
|
22203
|
+
/* @__PURE__ */ i(y, { name: `columns.${e}.width`, control: t, render: ({
|
|
22204
|
+
field: s
|
|
22205
|
+
}) => /* @__PURE__ */ i(le, { hideControls: !0, label: "Width", rightSection: /* @__PURE__ */ i(Bi, {}), ...s }) }),
|
|
22213
22206
|
/* @__PURE__ */ i(le, { hideControls: !0, label: "Max Width", rightSection: /* @__PURE__ */ i(Bi, {}), disabled: !0 })
|
|
22214
22207
|
] }),
|
|
22215
22208
|
/* @__PURE__ */ i(w, { grow: !0, noWrap: !0, children: /* @__PURE__ */ i(
|
|
@@ -24850,6 +24843,17 @@ const iD = D(({
|
|
|
24850
24843
|
return /* @__PURE__ */ i(Ie, { size: r.width, centered: !0, opened: o, onClose: a, withCloseButton: !1, title: r.custom_modal_title.value, trapFocus: !0, onDragStart: (s) => {
|
|
24851
24844
|
s.stopPropagation();
|
|
24852
24845
|
}, styles: {
|
|
24846
|
+
root: {
|
|
24847
|
+
position: "fixed",
|
|
24848
|
+
zIndex: 200,
|
|
24849
|
+
inset: 0
|
|
24850
|
+
},
|
|
24851
|
+
overlay: {
|
|
24852
|
+
zIndex: "unset"
|
|
24853
|
+
},
|
|
24854
|
+
inner: {
|
|
24855
|
+
zIndex: "unset"
|
|
24856
|
+
},
|
|
24853
24857
|
content: {
|
|
24854
24858
|
border: "1px solid #efefef"
|
|
24855
24859
|
},
|