@devtable/dashboard 13.13.5 → 13.13.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 +14 -4
- 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
|
@@ -1733,7 +1733,7 @@ class Fi {
|
|
|
1733
1733
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1734
1734
|
}
|
|
1735
1735
|
}
|
|
1736
|
-
const mc = "13.13.
|
|
1736
|
+
const mc = "13.13.7", dg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1737
1737
|
__proto__: null,
|
|
1738
1738
|
version: mc
|
|
1739
1739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -4161,7 +4161,7 @@ function tb(t) {
|
|
|
4161
4161
|
backgroundColor: s
|
|
4162
4162
|
} }) }),
|
|
4163
4163
|
/* @__PURE__ */ r.jsxs(Nn.Dropdown, { children: [
|
|
4164
|
-
/* @__PURE__ */ r.jsx(me, { withinPortal: !0, zIndex: 340, label: e("common.actions.close"), children: /* @__PURE__ */ r.jsx(vr, { size: "sm", color: "gray", onClick: T, style: {
|
|
4164
|
+
/* @__PURE__ */ r.jsx(me, { withinPortal: !0, zIndex: 340, label: e("common.actions.close"), children: /* @__PURE__ */ r.jsx(vr, { "data-testid": "palette-item-cancel", size: "sm", color: "gray", onClick: T, style: {
|
|
4165
4165
|
position: "absolute",
|
|
4166
4166
|
top: "0.5em",
|
|
4167
4167
|
right: "0.8em"
|
|
@@ -23056,10 +23056,20 @@ const sT = ({
|
|
|
23056
23056
|
close: u
|
|
23057
23057
|
}] = on(!1), [h, m] = n, p = h ? $(h).format(o) : "", f = m ? $(m).format(o) : "";
|
|
23058
23058
|
return /* @__PURE__ */ r.jsxs(Nn, { opened: c, onClose: u, position: "bottom-start", shadow: "md", children: [
|
|
23059
|
-
/* @__PURE__ */ r.jsxs(b, { position: "left", grow: !0, noWrap: !0, spacing: 0, w: "
|
|
23059
|
+
/* @__PURE__ */ r.jsxs(b, { position: "left", grow: !0, noWrap: !0, spacing: 0, w: "288px", sx: {
|
|
23060
23060
|
marginTop: "3px"
|
|
23061
23061
|
}, children: [
|
|
23062
|
-
/* @__PURE__ */ r.jsx(Nn.Target, { children: /* @__PURE__ */ r.jsx(D, { label: t,
|
|
23062
|
+
/* @__PURE__ */ r.jsx(Nn.Target, { children: /* @__PURE__ */ r.jsx(D, { label: t, labelProps: {
|
|
23063
|
+
title: t
|
|
23064
|
+
}, required: e, icon: /* @__PURE__ */ r.jsx(Dm, { size: 16 }), placeholder: l("filter.widget.date_range.start_date"), readOnly: !0, value: p, onFocus: d, styles: Uo(c), sx: {
|
|
23065
|
+
".mantine-TextInput-label": {
|
|
23066
|
+
textOverflow: "ellipsis",
|
|
23067
|
+
overflow: "hidden",
|
|
23068
|
+
whiteSpace: "nowrap",
|
|
23069
|
+
width: "calc(240px)",
|
|
23070
|
+
position: "relative",
|
|
23071
|
+
zIndex: 1
|
|
23072
|
+
},
|
|
23063
23073
|
".mantine-Input-input": {
|
|
23064
23074
|
borderRight: "none",
|
|
23065
23075
|
borderTopRightRadius: 0,
|