@devtable/dashboard 13.43.6 → 13.43.8

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.
@@ -2,7 +2,7 @@ import { MantineRadius } from '@mantine/core';
2
2
  import { TreeItem } from 'performant-array-to-tree';
3
3
  type Props = {
4
4
  radius?: MantineRadius;
5
- style?: Record<string, any>;
5
+ style: Record<string, any>;
6
6
  label: string;
7
7
  value: TreeItem[];
8
8
  onChange: (v: TreeItem[]) => void;
@@ -1,6 +1,7 @@
1
1
  import { MantineRadius } from '@mantine/core';
2
2
  export interface TreeSelectWidgetStylesParams {
3
3
  radius?: MantineRadius;
4
+ width: string;
4
5
  name: string;
5
6
  }
6
7
  declare const _default: (params: TreeSelectWidgetStylesParams) => {
@@ -2,7 +2,7 @@ import { MantineRadius } from '@mantine/core';
2
2
  import { TreeItem } from 'performant-array-to-tree';
3
3
  type Props = {
4
4
  radius?: MantineRadius;
5
- style?: Record<string, any>;
5
+ style: Record<string, any>;
6
6
  label: string;
7
7
  value: TreeItem;
8
8
  onChange: (v: TreeItem) => void;
@@ -1,6 +1,7 @@
1
1
  import { MantineRadius } from '@mantine/core';
2
2
  export interface TreeSelectWidgetStylesParams {
3
3
  radius?: MantineRadius;
4
+ width: string;
4
5
  name: string;
5
6
  }
6
7
  declare const _default: (params: TreeSelectWidgetStylesParams) => {
@@ -6512,7 +6512,7 @@ class hl {
6512
6512
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
6513
6513
  }
6514
6514
  }
6515
- const Gp = "13.43.6", Qj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6515
+ const Gp = "13.43.8", Qj = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6516
6516
  __proto__: null,
6517
6517
  version: Gp
6518
6518
  }, Symbol.toStringTag, { value: "Module" }));
@@ -25465,7 +25465,8 @@ const SE = x.model("FilterDateRangeConfigMeta", {
25465
25465
  ...t
25466
25466
  }) => /* @__PURE__ */ r.jsx(AE, { onClick: e, ...t }), PE = Xr((e, {
25467
25467
  radius: t = 4,
25468
- name: n
25468
+ width: n,
25469
+ name: i
25469
25470
  }) => ({
25470
25471
  root: {
25471
25472
  borderRadius: so(t),
@@ -25592,7 +25593,8 @@ const SE = x.model("FilterDateRangeConfigMeta", {
25592
25593
  fontSize: e.fontSizes.xs,
25593
25594
  zIndex: 300,
25594
25595
  paddingTop: "6px",
25595
- position: "relative",
25596
+ position: "absolute",
25597
+ width: `${n} !important`,
25596
25598
  "&.rc-tree-select-dropdown-slide-up-leave-active": {
25597
25599
  display: "none"
25598
25600
  },
@@ -25743,6 +25745,7 @@ const SE = x.model("FilterDateRangeConfigMeta", {
25743
25745
  cx: p
25744
25746
  } = PE({
25745
25747
  radius: t,
25748
+ width: n.width,
25746
25749
  name: "FilterTreeSelectWidget"
25747
25750
  }), [g, m] = X(!1), _ = (C) => {
25748
25751
  m(C);
@@ -25831,7 +25834,8 @@ const SE = x.model("FilterDateRangeConfigMeta", {
25831
25834
  ] });
25832
25835
  }), VE = Xr((e, {
25833
25836
  radius: t = 4,
25834
- name: n
25837
+ width: n,
25838
+ name: i
25835
25839
  }) => ({
25836
25840
  root: {
25837
25841
  borderRadius: so(t),
@@ -25946,7 +25950,8 @@ const SE = x.model("FilterDateRangeConfigMeta", {
25946
25950
  fontSize: e.fontSizes.xs,
25947
25951
  zIndex: 300,
25948
25952
  paddingTop: "6px",
25949
- position: "relative",
25953
+ position: "absolute",
25954
+ width: `${n} !important`,
25950
25955
  "&.rc-tree-select-dropdown-slide-up-leave-active": {
25951
25956
  display: "none"
25952
25957
  },
@@ -26091,6 +26096,7 @@ const SE = x.model("FilterDateRangeConfigMeta", {
26091
26096
  cx: u
26092
26097
  } = VE({
26093
26098
  radius: t,
26099
+ width: n.width,
26094
26100
  name: "FilterTreeSelectWidget"
26095
26101
  });
26096
26102
  return /* @__PURE__ */ r.jsxs(T, { gap: 3, children: [
@@ -27239,7 +27245,7 @@ const px = x.model("FiltersRenderModel", {
27239
27245
  console.debug("⚪️ patching filter values: ", JSON.stringify(t)), e.values = hx(t, e.values);
27240
27246
  },
27241
27247
  setValueByKey(t, n) {
27242
- console.trace(`⚪️ setting filter[${t}] to value: `, JSON.stringify(n)), e.values = {
27248
+ console.debug(`⚪️ setting filter[${t}] to value: `, JSON.stringify(n)), e.values = {
27243
27249
  ...e.values,
27244
27250
  [t]: n
27245
27251
  };
@@ -27952,6 +27958,9 @@ const dA = (e) => new cA(e), uA = ({
27952
27958
  return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
27953
27959
  /* @__PURE__ */ r.jsx(R, { variant: "dashed", my: 10 }),
27954
27960
  /* @__PURE__ */ r.jsx(j, { withTableBorder: !1, sx: {
27961
+ "tbody > tr": {
27962
+ border: "none"
27963
+ },
27955
27964
  "tbody > tr > th, tbody > tr > td": {
27956
27965
  borderTop: "none",
27957
27966
  padding: "2px 6px"