@veeqo/transfigure 0.0.9 → 0.0.11

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.
Files changed (75) hide show
  1. package/dist/components/TableManagement/TableManagement.d.ts +3 -1
  2. package/dist/components/TableManagement/TableManagementModal.d.ts +1 -1
  3. package/dist/components/TableManagement/types.d.ts +2 -0
  4. package/dist/hooks/usePersistColumns/usePersistColumns.d.ts +7 -2
  5. package/dist/index100.cjs +80 -1
  6. package/dist/index100.js +95 -64
  7. package/dist/index101.cjs +13 -1
  8. package/dist/index101.js +17 -30
  9. package/dist/index20.cjs +1 -1
  10. package/dist/index20.js +1 -1
  11. package/dist/index28.cjs +1 -1
  12. package/dist/index28.js +1 -1
  13. package/dist/index31.cjs +1 -1
  14. package/dist/index31.js +1 -1
  15. package/dist/index33.cjs +1 -1
  16. package/dist/index33.js +43 -43
  17. package/dist/index36.cjs +1 -1
  18. package/dist/index36.js +1 -1
  19. package/dist/index37.cjs +1 -1
  20. package/dist/index37.js +1 -1
  21. package/dist/index38.cjs +1 -1
  22. package/dist/index38.js +1 -1
  23. package/dist/index39.cjs +1 -1
  24. package/dist/index39.js +1 -1
  25. package/dist/index41.cjs +1 -1
  26. package/dist/index41.js +1 -1
  27. package/dist/index43.cjs +1 -1
  28. package/dist/index43.js +33 -31
  29. package/dist/index45.cjs +1 -1
  30. package/dist/index45.js +5 -6
  31. package/dist/index77.cjs +1 -1
  32. package/dist/index77.js +63 -61
  33. package/dist/index79.cjs +1 -1
  34. package/dist/index79.js +13 -29
  35. package/dist/index80.cjs +100 -15
  36. package/dist/index80.js +115 -19
  37. package/dist/index81.cjs +1 -1
  38. package/dist/index81.js +65 -19
  39. package/dist/index82.cjs +1 -80
  40. package/dist/index82.js +29 -95
  41. package/dist/index83.cjs +1 -1
  42. package/dist/index83.js +2 -15
  43. package/dist/index84.cjs +1 -12
  44. package/dist/index84.js +41 -16
  45. package/dist/index85.cjs +1 -1
  46. package/dist/index85.js +7 -23
  47. package/dist/index86.cjs +1 -1
  48. package/dist/index86.js +29 -13
  49. package/dist/index87.cjs +1 -104
  50. package/dist/index87.js +23 -119
  51. package/dist/index88.cjs +19 -1
  52. package/dist/index88.js +23 -67
  53. package/dist/index89.cjs +1 -1
  54. package/dist/index89.js +20 -27
  55. package/dist/index9.cjs +1 -1
  56. package/dist/index9.js +1 -1
  57. package/dist/index90.cjs +1 -1
  58. package/dist/index90.js +15 -2
  59. package/dist/index91.cjs +80 -1
  60. package/dist/index91.js +95 -41
  61. package/dist/index92.cjs +12 -1
  62. package/dist/index92.js +16 -8
  63. package/dist/index94.cjs +1 -80
  64. package/dist/index94.js +62 -94
  65. package/dist/index95.cjs +1 -13
  66. package/dist/index95.js +19 -17
  67. package/dist/index96.cjs +1 -1
  68. package/dist/index96.js +8 -63
  69. package/dist/index97.cjs +1 -1
  70. package/dist/index97.js +63 -35
  71. package/dist/index98.cjs +1 -1
  72. package/dist/index98.js +29 -18
  73. package/dist/index99.cjs +1 -1
  74. package/dist/index99.js +36 -8
  75. package/package.json +1 -1
package/dist/index39.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("react"),s=require("@veeqo/ui"),h=require("mobx-react"),n=require("./index82.cjs"),u=require("./index56.cjs"),g=s.theme.colors.secondary.blue.base,v=h.observer(({onDiscard:i,viewName:t,onSaveDraft:c})=>{const{saveChanges:o,isSubmitting:r}=u.usePersistUnsavedChanges(),[d,a]=l.useState(!1);return e.jsx(n.Notification,{children:e.jsx(n.Container,{className:"act-react-listing-custom-notification-unsaved-changes",children:e.jsxs(s.Stack,{direction:"horizontal",alignY:"center",children:[e.jsx(n.Glyph,{name:"attention",color:g}),e.jsxs(n.Wrap,{children:[e.jsx(n.Text,{variant:"body",margin:"0 4px 0 0",children:"You have unsaved changes to"}),e.jsx(n.Bold,{variant:"bodyBoldDark",children:`'${t}'`})]}),e.jsx(n.Button,{className:"act-react-listing-custom-notification-unsaved-changes-discard",onClick:i,size:"sm",children:"Discard changes"}),e.jsxs(s.AnimatedDropdown,{reversed:!0,shouldShowDropdown:d,onClickAway:()=>a(!1),cta:e.jsx(n.Button,{className:"act-react-listing-custom-notification-unsaved-changes-toggle-dropdown",variant:"primary",onClick:()=>a(!0),size:"sm",dropdown:!0,children:"Save changes"}),children:[e.jsx(n.Item,{onClick:c,className:"act-react-listing-custom-notification-unsaved-changes-create-new-view",children:e.jsx(n.Text,{variant:"body",children:"Create new view"})}),e.jsxs(n.Item,{onClick:o,disabled:r,className:"act-react-listing-custom-notification-unsaved-changes-save-to-existing-view",children:[e.jsx(n.Text,{variant:"body",margin:"0 4px 0 0",children:"Save changes to"}),e.jsx(n.Text,{variant:"bodyBoldDark",children:t})]})]})]})})})});exports.UnsavedChangesPill=v;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("react"),s=require("@veeqo/ui"),h=require("mobx-react"),n=require("./index91.cjs"),u=require("./index56.cjs"),g=s.theme.colors.secondary.blue.base,v=h.observer(({onDiscard:i,viewName:t,onSaveDraft:c})=>{const{saveChanges:o,isSubmitting:r}=u.usePersistUnsavedChanges(),[d,a]=l.useState(!1);return e.jsx(n.Notification,{children:e.jsx(n.Container,{className:"act-react-listing-custom-notification-unsaved-changes",children:e.jsxs(s.Stack,{direction:"horizontal",alignY:"center",children:[e.jsx(n.Glyph,{name:"attention",color:g}),e.jsxs(n.Wrap,{children:[e.jsx(n.Text,{variant:"body",margin:"0 4px 0 0",children:"You have unsaved changes to"}),e.jsx(n.Bold,{variant:"bodyBoldDark",children:`'${t}'`})]}),e.jsx(n.Button,{className:"act-react-listing-custom-notification-unsaved-changes-discard",onClick:i,size:"sm",children:"Discard changes"}),e.jsxs(s.AnimatedDropdown,{reversed:!0,shouldShowDropdown:d,onClickAway:()=>a(!1),cta:e.jsx(n.Button,{className:"act-react-listing-custom-notification-unsaved-changes-toggle-dropdown",variant:"primary",onClick:()=>a(!0),size:"sm",dropdown:!0,children:"Save changes"}),children:[e.jsx(n.Item,{onClick:c,className:"act-react-listing-custom-notification-unsaved-changes-create-new-view",children:e.jsx(n.Text,{variant:"body",children:"Create new view"})}),e.jsxs(n.Item,{onClick:o,disabled:r,className:"act-react-listing-custom-notification-unsaved-changes-save-to-existing-view",children:[e.jsx(n.Text,{variant:"body",margin:"0 4px 0 0",children:"Save changes to"}),e.jsx(n.Text,{variant:"bodyBoldDark",children:t})]})]})]})})})});exports.UnsavedChangesPill=v;
package/dist/index39.js CHANGED
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as n } from "react/jsx-runtime";
2
2
  import { useState as m } from "react";
3
3
  import { Stack as g, theme as u, AnimatedDropdown as v } from "@veeqo/ui";
4
4
  import { observer as p } from "mobx-react";
5
- import { Notification as f, Container as w, Glyph as C, Wrap as b, Text as a, Bold as y, Button as o, Item as r } from "./index82.js";
5
+ import { Notification as f, Container as w, Glyph as C, Wrap as b, Text as a, Bold as y, Button as o, Item as r } from "./index91.js";
6
6
  import { usePersistUnsavedChanges as k } from "./index56.js";
7
7
  const S = u.colors.secondary.blue.base, A = p(
8
8
  ({
package/dist/index41.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),u=require("react"),m=require("mobx-react"),s=require("@veeqo/ui"),c=require("./index84.cjs"),q=require("./index38.cjs"),S=require("./index58.cjs"),f=require("./index59.cjs"),p=require("./index34.cjs"),l=require("./index33.cjs"),C=require("./index57.cjs"),a=require("./index10.cjs"),b=m.observer(({viewTabSlotValueMap:n,isLoadingTableData:o})=>{const{Views:{draftViewsList:d}}=C.useStores(),{viewsArray:w,fixedViews:x}=S.useViews(),[t,i]=u.useState(!1),[h,V]=u.useState(null),j=()=>i(!1);return f.useViewUrlChange(),e.jsxs(e.Fragment,{children:[e.jsxs(s.ViewsContainer,{onClickMenu:()=>i(!0),ariaMenuControls:"views-menu",ariaMenuExpanded:t,ref:V,children:[w.map(r=>e.jsx(a.ErrorBoundary,{children:e.jsx(l.ViewTab,{view:r,viewTabSlotValueMap:n,isLoadingTableData:o})},r.id)),d.map(r=>e.jsx(a.ErrorBoundary,{children:e.jsx(l.ViewTab,{view:r,viewTabSlotValueMap:n,isLoadingTableData:o})},r.id))]}),t&&e.jsx(s.Popover,{id:"views-menu",anchorElement:h,placement:"bottom",onShouldClose:()=>i(!1),children:e.jsxs(s.Card.Surface,{children:[e.jsx(c.FixedViews,{children:x.map(r=>e.jsx(s.Text,{variant:"placeholder",children:r.label},r.id||r.label))}),e.jsx(q.SortableViews,{}),e.jsx(c.Divider,{}),e.jsx(p.CreateView,{hideActionsPopover:j})]})})]})});exports.ViewList=b;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),u=require("react"),m=require("mobx-react"),s=require("@veeqo/ui"),c=require("./index92.cjs"),q=require("./index38.cjs"),S=require("./index58.cjs"),f=require("./index59.cjs"),p=require("./index34.cjs"),l=require("./index33.cjs"),C=require("./index57.cjs"),a=require("./index10.cjs"),b=m.observer(({viewTabSlotValueMap:n,isLoadingTableData:o})=>{const{Views:{draftViewsList:d}}=C.useStores(),{viewsArray:w,fixedViews:x}=S.useViews(),[t,i]=u.useState(!1),[h,V]=u.useState(null),j=()=>i(!1);return f.useViewUrlChange(),e.jsxs(e.Fragment,{children:[e.jsxs(s.ViewsContainer,{onClickMenu:()=>i(!0),ariaMenuControls:"views-menu",ariaMenuExpanded:t,ref:V,children:[w.map(r=>e.jsx(a.ErrorBoundary,{children:e.jsx(l.ViewTab,{view:r,viewTabSlotValueMap:n,isLoadingTableData:o})},r.id)),d.map(r=>e.jsx(a.ErrorBoundary,{children:e.jsx(l.ViewTab,{view:r,viewTabSlotValueMap:n,isLoadingTableData:o})},r.id))]}),t&&e.jsx(s.Popover,{id:"views-menu",anchorElement:h,placement:"bottom",onShouldClose:()=>i(!1),children:e.jsxs(s.Card.Surface,{children:[e.jsx(c.FixedViews,{children:x.map(r=>e.jsx(s.Text,{variant:"placeholder",children:r.label},r.id||r.label))}),e.jsx(q.SortableViews,{}),e.jsx(c.Divider,{}),e.jsx(p.CreateView,{hideActionsPopover:j})]})})]})});exports.ViewList=b;
package/dist/index41.js CHANGED
@@ -2,7 +2,7 @@ import { jsxs as i, Fragment as w, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as m } from "react";
3
3
  import { observer as V } from "mobx-react";
4
4
  import { ViewsContainer as v, Popover as x, Card as C, Text as S } from "@veeqo/ui";
5
- import { FixedViews as A, Divider as E } from "./index84.js";
5
+ import { FixedViews as A, Divider as E } from "./index92.js";
6
6
  import { SortableViews as L } from "./index38.js";
7
7
  import { useViews as M } from "./index58.js";
8
8
  import { useViewUrlChange as b } from "./index59.js";
package/dist/index43.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),S=require("./index77.cjs"),u=require("@veeqo/ui"),q=require("./index78.cjs"),A=require("mobx-react"),I=require("./index7.cjs"),L=require("./index48.cjs"),p=require("./index57.cjs"),x=require("./index58.cjs"),c=require("./index47.cjs"),C=A.observer(({columnDefinitions:r})=>{var i;const{DEFAULT_HIDDEN_COLUMNS:o,DEFAULT_VISIBLE_COLUMNS:n}=I.useBusinessLogic(),m=[...o,...n],{closeModal:d,isModalOpen:M,openModal:b}=L.useModal(),{Filters:{activeViewId:t}}=p.useStores(),{viewsMap:T}=x.useViews();if(!t)return null;const e=T.get(t),a=Array.isArray((i=e==null?void 0:e.columns)==null?void 0:i.columnIds),l=a?e.columns.columnIds:n,g=a?m.filter(E=>!l.includes(E)):o;return s.jsxs(s.Fragment,{children:[s.jsx(u.Tooltip,{text:e!=null&&e.editable?"Table management":"Go to a custom view to use Table management",children:s.jsx(u.Button,{"aria-label":"Open table management",onClick:()=>b(c.ModalId.ORDERS_TABLE_MANAGEMENT),size:"sm",iconSlot:s.jsx(q.TableManagementGlyph,{}),disabled:!(e!=null&&e.editable)})}),M(c.ModalId.ORDERS_TABLE_MANAGEMENT)&&s.jsx(S.TableManagementModal,{visibleColumns:l,hiddenColumns:g,columnDefintions:r,onClose:d})]})});exports.TableManagement=C;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),C=require("./index77.cjs"),m=require("@veeqo/ui"),D=require("./index78.cjs"),N=require("mobx-react"),_=require("./index7.cjs"),j=require("./index48.cjs"),p=require("./index57.cjs"),v=require("./index58.cjs"),M=require("./index47.cjs"),y=N.observer(({columnDefinitions:b,pinnedRightColumnIds:n=[],pinnedLeftColumnIds:t=[]})=>{var d;const{DEFAULT_HIDDEN_COLUMNS:T,DEFAULT_VISIBLE_COLUMNS:g}=_.useBusinessLogic(),l=[...t,...n],i=T.filter(o=>!l.includes(o)),a=g.filter(o=>!l.includes(o)),E=[...i,...a],{closeModal:S,isModalOpen:q,openModal:A}=j.useModal(),{Filters:{activeViewId:c}}=p.useStores(),{viewsMap:L,isLoading:h}=v.useViews();if(!c||h)return null;const e=L.get(c),u=Array.isArray((d=e==null?void 0:e.columns)==null?void 0:d.columnIds),r=u?e.columns.columnIds:a,x=u?E.filter(o=>!r.includes(o)):i;return s.jsxs(s.Fragment,{children:[s.jsx(m.Tooltip,{text:e!=null&&e.editable?"Table management":"Go to a custom view to use Table management",children:s.jsx(m.Button,{"aria-label":"Open table management",onClick:()=>A(M.ModalId.ORDERS_TABLE_MANAGEMENT),size:"sm",iconSlot:s.jsx(D.TableManagementGlyph,{}),disabled:!(e!=null&&e.editable)})}),q(M.ModalId.ORDERS_TABLE_MANAGEMENT)&&s.jsx(C.TableManagementModal,{pinnedRightColumnIds:n,pinnedLeftColumnIds:t,visibleColumns:r,hiddenColumns:x,columnDefintions:b,onClose:S})]})});exports.TableManagement=y;
package/dist/index43.js CHANGED
@@ -1,48 +1,50 @@
1
- import { jsxs as E, Fragment as T, jsx as e } from "react/jsx-runtime";
2
- import { TableManagementModal as A } from "./index77.js";
3
- import { Tooltip as g, Button as C } from "@veeqo/ui";
4
- import { TableManagementGlyph as L } from "./index78.js";
5
- import { observer as S } from "mobx-react";
6
- import { useBusinessLogic as _ } from "./index7.js";
7
- import { useModal as D } from "./index48.js";
8
- import { useStores as I } from "./index57.js";
9
- import { useViews as N } from "./index58.js";
10
- import { ModalId as i } from "./index47.js";
11
- const j = S(({ columnDefinitions: r }) => {
12
- var a;
13
- const { DEFAULT_HIDDEN_COLUMNS: s, DEFAULT_VISIBLE_COLUMNS: n } = _(), c = [...s, ...n], { closeModal: d, isModalOpen: p, openModal: u } = D(), { Filters: { activeViewId: t } } = I(), { viewsMap: M } = N();
14
- if (!t) return null;
15
- const o = M.get(t), m = Array.isArray((a = o == null ? void 0 : o.columns) == null ? void 0 : a.columnIds), l = m ? o.columns.columnIds : n, b = m ? c.filter(
16
- (f) => !l.includes(f)
17
- ) : s;
18
- return /* @__PURE__ */ E(T, { children: [
19
- /* @__PURE__ */ e(
20
- g,
1
+ import { jsxs as L, Fragment as N, jsx as s } from "react/jsx-runtime";
2
+ import { TableManagementModal as S } from "./index77.js";
3
+ import { Tooltip as _, Button as h } from "@veeqo/ui";
4
+ import { TableManagementGlyph as v } from "./index78.js";
5
+ import { observer as O } from "mobx-react";
6
+ import { useBusinessLogic as B } from "./index7.js";
7
+ import { useModal as I } from "./index48.js";
8
+ import { useStores as x } from "./index57.js";
9
+ import { useViews as y } from "./index58.js";
10
+ import { ModalId as u } from "./index47.js";
11
+ const q = O(({ columnDefinitions: p, pinnedRightColumnIds: n = [], pinnedLeftColumnIds: t = [] }) => {
12
+ var d;
13
+ const { DEFAULT_HIDDEN_COLUMNS: M, DEFAULT_VISIBLE_COLUMNS: b } = B(), i = [...t, ...n], l = M.filter((e) => !i.includes(e)), m = b.filter((e) => !i.includes(e)), f = [...l, ...m], { closeModal: T, isModalOpen: E, openModal: A } = I(), { Filters: { activeViewId: a } } = x(), { viewsMap: g, isLoading: C } = y();
14
+ if (!a || C) return null;
15
+ const o = g.get(a), r = Array.isArray((d = o == null ? void 0 : o.columns) == null ? void 0 : d.columnIds), c = r ? o.columns.columnIds : m, D = r ? f.filter(
16
+ (e) => !c.includes(e)
17
+ ) : l;
18
+ return /* @__PURE__ */ L(N, { children: [
19
+ /* @__PURE__ */ s(
20
+ _,
21
21
  {
22
22
  text: o != null && o.editable ? "Table management" : "Go to a custom view to use Table management",
23
- children: /* @__PURE__ */ e(
24
- C,
23
+ children: /* @__PURE__ */ s(
24
+ h,
25
25
  {
26
26
  "aria-label": "Open table management",
27
- onClick: () => u(i.ORDERS_TABLE_MANAGEMENT),
27
+ onClick: () => A(u.ORDERS_TABLE_MANAGEMENT),
28
28
  size: "sm",
29
- iconSlot: /* @__PURE__ */ e(L, {}),
29
+ iconSlot: /* @__PURE__ */ s(v, {}),
30
30
  disabled: !(o != null && o.editable)
31
31
  }
32
32
  )
33
33
  }
34
34
  ),
35
- p(i.ORDERS_TABLE_MANAGEMENT) && /* @__PURE__ */ e(
36
- A,
35
+ E(u.ORDERS_TABLE_MANAGEMENT) && /* @__PURE__ */ s(
36
+ S,
37
37
  {
38
- visibleColumns: l,
39
- hiddenColumns: b,
40
- columnDefintions: r,
41
- onClose: d
38
+ pinnedRightColumnIds: n,
39
+ pinnedLeftColumnIds: t,
40
+ visibleColumns: c,
41
+ hiddenColumns: D,
42
+ columnDefintions: p,
43
+ onClose: T
42
44
  }
43
45
  )
44
46
  ] });
45
47
  });
46
48
  export {
47
- j as TableManagement
49
+ q as TableManagement
48
50
  };
package/dist/index45.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var a=(e=>(e.TEXT="text",e.NUMBER="number",e.CHECKBOX="checkbox",e.RADIO="radio",e.DATE_RANGE="date_range",e.NUMBER_RANGE="number_range",e))(a||{});const n={revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateOnMount:!1,revalidateIfStale:!1};exports.FilterChoiceValue=a;exports.SWR_HOOK_OPTIONS=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var n=(e=>(e.TEXT="text",e.NUMBER="number",e.CHECKBOX="checkbox",e.RADIO="radio",e.DATE_RANGE="date_range",e.NUMBER_RANGE="number_range",e))(n||{});const O={revalidateOnFocus:!1,revalidateOnReconnect:!1,revalidateOnMount:!1};exports.FilterChoiceValue=n;exports.SWR_HOOK_OPTIONS=O;
package/dist/index45.js CHANGED
@@ -1,11 +1,10 @@
1
- var n = /* @__PURE__ */ ((a) => (a.TEXT = "text", a.NUMBER = "number", a.CHECKBOX = "checkbox", a.RADIO = "radio", a.DATE_RANGE = "date_range", a.NUMBER_RANGE = "number_range", a))(n || {});
2
- const e = {
1
+ var a = /* @__PURE__ */ ((n) => (n.TEXT = "text", n.NUMBER = "number", n.CHECKBOX = "checkbox", n.RADIO = "radio", n.DATE_RANGE = "date_range", n.NUMBER_RANGE = "number_range", n))(a || {});
2
+ const O = {
3
3
  revalidateOnFocus: !1,
4
4
  revalidateOnReconnect: !1,
5
- revalidateOnMount: !1,
6
- revalidateIfStale: !1
5
+ revalidateOnMount: !1
7
6
  };
8
7
  export {
9
- n as FilterChoiceValue,
10
- e as SWR_HOOK_OPTIONS
8
+ a as FilterChoiceValue,
9
+ O as SWR_HOOK_OPTIONS
11
10
  };
package/dist/index77.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("@veeqo/ui"),a=require("react"),q=require("@veeqo/components"),x=require("./index86.cjs"),o=require("./index87.cjs"),M=require("./index88.cjs"),k=require("./index89.cjs"),t=require("./index90.cjs"),I=require("./index78.cjs"),T=require("./index91.cjs"),j=require("./index92.cjs"),{Glyph:w}=q.VeeqoCommon,D=({onClose:i,columnDefintions:S,hiddenColumns:h,visibleColumns:m})=>{const[c,g]=a.useState(""),s=a.useMemo(()=>new Map(S.map(n=>[n.id,n])),[]),[u,C]=a.useState(()=>({[t.ColumnGroupIds.Hidden]:h,[t.ColumnGroupIds.Visible]:m})),b=a.useMemo(()=>{const n=u[t.ColumnGroupIds.Visible].map(l=>s.get(`${l}`));return j.filterColumnsBySearch(n,c)},[u,s,c]),y=a.useMemo(()=>{const n=u[t.ColumnGroupIds.Hidden].map(l=>s.get(`${l}`));return j.filterColumnsBySearch(n,c)},[u,s,c]),{isSavingColumns:d,saveColumns:v}=T.usePersistColumns(),G=()=>{g(""),C({[t.ColumnGroupIds.Hidden]:h,[t.ColumnGroupIds.Visible]:m})},p=a.useCallback(n=>{g(n)},[]),f=a.useCallback(n=>{const l=s.get(`${n}`);return l?e.jsx(k.ColumnItem,{column:l,isDragOverlay:!0}):null},[s]);return e.jsx(r.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>i==null?void 0:i(),headerSlot:e.jsxs(o.HeaderContainer,{children:[e.jsxs(r.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(r.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(I.TableManagementGlyph,{height:32,width:32}),e.jsx(r.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(r.Button,{"aria-label":"Close modal",onClick:i,variant:"flat",iconSlot:e.jsx(w,{name:"close"})})]}),e.jsxs(r.Text,{variant:"subheadingMedium",children:["Show, hide, or change the order of the columns in the view, so you always see the data that's most important to you. Learn more with our"," ",e.jsx(r.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(r.Text,{variant:"headingSmall",children:"Column management"}),e.jsx(o.ColumnSearch,{name:"column-search-query",placeholder:"Search",value:c,onChange:p,onClearClick:()=>p(""),fill:"100%"})]}),leftActions:[{label:"Reset",onClick:G,variant:"default",disabled:d}],rightActions:[{label:"Cancel",onClick:i,variant:"default",disabled:d},{label:"Save",onClick:()=>v({visibleColumns:m}),variant:"primary",disabled:d,loading:d}],children:e.jsx(r.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(r.Stack,{spacing:4,alignX:"stretch",children:e.jsx(M.DndContainer,{items:u,setItems:C,renderDragOverlay:f,children:e.jsx(o.Container,{children:e.jsxs(o.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(x.ColumnGroup,{id:t.ColumnGroupIds.Visible,title:"Shown columns:",columns:b}),e.jsx(o.VerticalSeparator,{children:e.jsx(o.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(x.ColumnGroup,{id:t.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:y})]})})})})})})};exports.TableManagementModal=D;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("@veeqo/ui"),s=require("react"),k=require("@veeqo/components"),x=require("./index79.cjs"),i=require("./index80.cjs"),I=require("./index81.cjs"),T=require("./index82.cjs"),t=require("./index83.cjs"),w=require("./index78.cjs"),D=require("./index84.cjs"),b=require("./index85.cjs"),{Glyph:V}=k.VeeqoCommon,H=({onClose:c,columnDefintions:j,hiddenColumns:m,visibleColumns:h,pinnedLeftColumnIds:S,pinnedRightColumnIds:y})=>{const[u,g]=s.useState(""),a=s.useMemo(()=>new Map(j.map(n=>[n.id,n])),[]),[l,C]=s.useState(()=>({[t.ColumnGroupIds.Hidden]:m,[t.ColumnGroupIds.Visible]:h})),v=s.useMemo(()=>{const n=l[t.ColumnGroupIds.Visible].map(o=>a.get(`${o}`));return b.filterColumnsBySearch(n,u)},[l,a,u]),G=s.useMemo(()=>{const n=l[t.ColumnGroupIds.Hidden].map(o=>a.get(`${o}`));return b.filterColumnsBySearch(n,u)},[l,a,u]),{isSavingColumns:d,saveColumns:f}=D.usePersistColumns({pinnedLeftColumnIds:S,pinnedRightColumnIds:y}),q=()=>{g(""),C({[t.ColumnGroupIds.Hidden]:m,[t.ColumnGroupIds.Visible]:h})},p=s.useCallback(n=>{g(n)},[]),M=s.useCallback(n=>{const o=a.get(`${n}`);return o?e.jsx(T.ColumnItem,{column:o,isDragOverlay:!0}):null},[a]);return e.jsx(r.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>c==null?void 0:c(),headerSlot:e.jsxs(i.HeaderContainer,{children:[e.jsxs(r.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(r.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(w.TableManagementGlyph,{height:32,width:32}),e.jsx(r.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(r.Button,{"aria-label":"Close modal",onClick:c,variant:"flat",iconSlot:e.jsx(V,{name:"close"})})]}),e.jsxs(r.Text,{variant:"subheadingMedium",children:["Show, hide, or change the order of the columns in the view, so you always see the data that's most important to you. Learn more with our"," ",e.jsx(r.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(r.Text,{variant:"headingSmall",children:"Column management"}),e.jsx(i.ColumnSearch,{name:"column-search-query",placeholder:"Search",value:u,onChange:p,onClearClick:()=>p(""),fill:"100%"})]}),leftActions:[{label:"Reset",onClick:q,variant:"default",disabled:d}],rightActions:[{label:"Cancel",onClick:c,variant:"default",disabled:d},{label:"Save",onClick:()=>f({visibleColumns:l[t.ColumnGroupIds.Visible]}),variant:"primary",disabled:d,loading:d}],children:e.jsx(r.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(r.Stack,{spacing:4,alignX:"stretch",children:e.jsx(I.DndContainer,{items:l,setItems:C,renderDragOverlay:M,children:e.jsx(i.Container,{children:e.jsxs(i.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(x.ColumnGroup,{id:t.ColumnGroupIds.Visible,title:"Shown columns:",columns:v}),e.jsx(i.VerticalSeparator,{children:e.jsx(i.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(x.ColumnGroup,{id:t.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:G})]})})})})})})};exports.TableManagementModal=H;
package/dist/index77.js CHANGED
@@ -1,86 +1,88 @@
1
- import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
- import { Modal as G, Stack as m, Text as h, Button as H, Anchor as T } from "@veeqo/ui";
3
- import { useState as b, useMemo as u, useCallback as S } from "react";
4
- import { VeeqoCommon as O } from "@veeqo/components";
5
- import { ColumnGroup as v } from "./index86.js";
6
- import { Container as X, ColumnGroupsGrid as A, VerticalSeparator as I, VerticalText as Y, HeaderContainer as $, ColumnSearch as j } from "./index87.js";
7
- import { DndContainer as q } from "./index88.js";
8
- import { ColumnItem as z } from "./index89.js";
9
- import { ColumnGroupIds as r } from "./index90.js";
10
- import { TableManagementGlyph as B } from "./index78.js";
11
- import { usePersistColumns as L } from "./index91.js";
12
- import { filterColumnsBySearch as y } from "./index92.js";
13
- const { Glyph: Q } = O, ne = ({
14
- onClose: i,
1
+ import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
+ import { Modal as T, Stack as m, Text as d, Button as O, Anchor as X } from "@veeqo/ui";
3
+ import { useState as b, useMemo as h, useCallback as v } from "react";
4
+ import { VeeqoCommon as A } from "@veeqo/components";
5
+ import { ColumnGroup as S } from "./index79.js";
6
+ import { Container as I, ColumnGroupsGrid as Y, VerticalSeparator as $, VerticalText as j, HeaderContainer as q, ColumnSearch as z } from "./index80.js";
7
+ import { DndContainer as B } from "./index81.js";
8
+ import { ColumnItem as L } from "./index82.js";
9
+ import { ColumnGroupIds as r } from "./index83.js";
10
+ import { TableManagementGlyph as Q } from "./index78.js";
11
+ import { usePersistColumns as R } from "./index84.js";
12
+ import { filterColumnsBySearch as y } from "./index85.js";
13
+ const { Glyph: P } = A, ae = ({
14
+ onClose: l,
15
15
  columnDefintions: w,
16
- hiddenColumns: g,
17
- visibleColumns: d
16
+ hiddenColumns: u,
17
+ visibleColumns: g,
18
+ pinnedLeftColumnIds: k,
19
+ pinnedRightColumnIds: D
18
20
  }) => {
19
- const [l, p] = b(""), a = u(
21
+ const [o, p] = b(""), a = h(
20
22
  () => new Map(w.map((n) => [n.id, n])),
21
23
  []
22
- ), [o, f] = b(() => ({
23
- [r.Hidden]: g,
24
- [r.Visible]: d
25
- })), k = u(() => {
26
- const n = o[r.Visible].map((t) => a.get(`${t}`));
27
- return y(n, l);
28
- }, [o, a, l]), D = u(() => {
29
- const n = o[r.Hidden].map((t) => a.get(`${t}`));
30
- return y(n, l);
31
- }, [o, a, l]), { isSavingColumns: s, saveColumns: M } = L(), V = () => {
24
+ ), [i, f] = b(() => ({
25
+ [r.Hidden]: u,
26
+ [r.Visible]: g
27
+ })), M = h(() => {
28
+ const n = i[r.Visible].map((t) => a.get(`${t}`));
29
+ return y(n, o);
30
+ }, [i, a, o]), V = h(() => {
31
+ const n = i[r.Hidden].map((t) => a.get(`${t}`));
32
+ return y(n, o);
33
+ }, [i, a, o]), { isSavingColumns: c, saveColumns: x } = R({ pinnedLeftColumnIds: k, pinnedRightColumnIds: D }), G = () => {
32
34
  p(""), f({
33
- [r.Hidden]: g,
34
- [r.Visible]: d
35
+ [r.Hidden]: u,
36
+ [r.Visible]: g
35
37
  });
36
- }, C = S(
38
+ }, C = v(
37
39
  (n) => {
38
40
  p(n);
39
41
  },
40
42
  []
41
- ), x = S(
43
+ ), H = v(
42
44
  (n) => {
43
45
  const t = a.get(`${n}`);
44
- return t ? /* @__PURE__ */ e(z, { column: t, isDragOverlay: !0 }) : null;
46
+ return t ? /* @__PURE__ */ e(L, { column: t, isDragOverlay: !0 }) : null;
45
47
  },
46
48
  [a]
47
49
  );
48
50
  return /* @__PURE__ */ e(
49
- G,
51
+ T,
50
52
  {
51
53
  variant: "lg",
52
54
  style: { overflowY: "hidden" },
53
55
  shouldShow: !0,
54
- onClose: () => i == null ? void 0 : i(),
55
- headerSlot: /* @__PURE__ */ c($, { children: [
56
- /* @__PURE__ */ c(m, { direction: "horizontal", alignX: "between", alignY: "center", children: [
57
- /* @__PURE__ */ c(m, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
58
- /* @__PURE__ */ e(B, { height: 32, width: 32 }),
59
- /* @__PURE__ */ e(h, { variant: "headingLarge", as: "h1", children: "Table management" })
56
+ onClose: () => l == null ? void 0 : l(),
57
+ headerSlot: /* @__PURE__ */ s(q, { children: [
58
+ /* @__PURE__ */ s(m, { direction: "horizontal", alignX: "between", alignY: "center", children: [
59
+ /* @__PURE__ */ s(m, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
60
+ /* @__PURE__ */ e(Q, { height: 32, width: 32 }),
61
+ /* @__PURE__ */ e(d, { variant: "headingLarge", as: "h1", children: "Table management" })
60
62
  ] }),
61
63
  /* @__PURE__ */ e(
62
- H,
64
+ O,
63
65
  {
64
66
  "aria-label": "Close modal",
65
- onClick: i,
67
+ onClick: l,
66
68
  variant: "flat",
67
- iconSlot: /* @__PURE__ */ e(Q, { name: "close" })
69
+ iconSlot: /* @__PURE__ */ e(P, { name: "close" })
68
70
  }
69
71
  )
70
72
  ] }),
71
- /* @__PURE__ */ c(h, { variant: "subheadingMedium", children: [
73
+ /* @__PURE__ */ s(d, { variant: "subheadingMedium", children: [
72
74
  "Show, hide, or change the order of the columns in the view, so you always see the data that's most important to you. Learn more with our",
73
75
  " ",
74
- /* @__PURE__ */ e(T, { href: "#", target: "_blank", children: "help guide (TODO)" }),
76
+ /* @__PURE__ */ e(X, { href: "#", target: "_blank", children: "help guide (TODO)" }),
75
77
  "."
76
78
  ] }),
77
- /* @__PURE__ */ e(h, { variant: "headingSmall", children: "Column management" }),
79
+ /* @__PURE__ */ e(d, { variant: "headingSmall", children: "Column management" }),
78
80
  /* @__PURE__ */ e(
79
- j,
81
+ z,
80
82
  {
81
83
  name: "column-search-query",
82
84
  placeholder: "Search",
83
- value: l,
85
+ value: o,
84
86
  onChange: C,
85
87
  onClearClick: () => C(""),
86
88
  fill: "100%"
@@ -90,42 +92,42 @@ const { Glyph: Q } = O, ne = ({
90
92
  leftActions: [
91
93
  {
92
94
  label: "Reset",
93
- onClick: V,
95
+ onClick: G,
94
96
  variant: "default",
95
- disabled: s
97
+ disabled: c
96
98
  }
97
99
  ],
98
100
  rightActions: [
99
101
  {
100
102
  label: "Cancel",
101
- onClick: i,
103
+ onClick: l,
102
104
  variant: "default",
103
- disabled: s
105
+ disabled: c
104
106
  },
105
107
  {
106
108
  label: "Save",
107
- onClick: () => M({ visibleColumns: d }),
109
+ onClick: () => x({ visibleColumns: i[r.Visible] }),
108
110
  variant: "primary",
109
- disabled: s,
110
- loading: s
111
+ disabled: c,
112
+ loading: c
111
113
  }
112
114
  ],
113
- children: /* @__PURE__ */ e(m, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(m, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(q, { items: o, setItems: f, renderDragOverlay: x, children: /* @__PURE__ */ e(X, { children: /* @__PURE__ */ c(A, { columns: 2, spacing: "xl", children: [
115
+ children: /* @__PURE__ */ e(m, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(m, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(B, { items: i, setItems: f, renderDragOverlay: H, children: /* @__PURE__ */ e(I, { children: /* @__PURE__ */ s(Y, { columns: 2, spacing: "xl", children: [
114
116
  /* @__PURE__ */ e(
115
- v,
117
+ S,
116
118
  {
117
119
  id: r.Visible,
118
120
  title: "Shown columns:",
119
- columns: k
121
+ columns: M
120
122
  }
121
123
  ),
122
- /* @__PURE__ */ e(I, { children: /* @__PURE__ */ e(Y, { children: "Drag & Drop columns" }) }),
124
+ /* @__PURE__ */ e($, { children: /* @__PURE__ */ e(j, { children: "Drag & Drop columns" }) }),
123
125
  /* @__PURE__ */ e(
124
- v,
126
+ S,
125
127
  {
126
128
  id: r.Hidden,
127
129
  title: "Hidden columns:",
128
- columns: D
130
+ columns: V
129
131
  }
130
132
  )
131
133
  ] }) }) }) }) })
@@ -133,5 +135,5 @@ const { Glyph: Q } = O, ne = ({
133
135
  );
134
136
  };
135
137
  export {
136
- ne as TableManagementModal
138
+ ae as TableManagementModal
137
139
  };
package/dist/index79.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("@veeqo/ui"),r=({shouldShow:a,viewName:n,onCancel:t,onDelete:o})=>e.jsx(i.Modal,{headerTitle:`Delete '${n}' view?`,"data-testid":"act-react-listing-custom-confirmation-popup",variant:"sm",shouldShow:a,onClose:t,rightActions:[{className:"act-react-listing-custom-confirmation-popup-cancel",label:"Cancel",onClick:t,variant:"default"},{className:"act-react-listing-custom-confirmation-popup-delete",label:"Delete",onClick:o,variant:"primaryDestructive"}],showHeaderCloseButton:!0,children:e.jsx(i.Text,{variant:"body",children:"This cannot be undone."})});exports.Confirmation=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("@veeqo/ui"),s=require("@dnd-kit/sortable"),a=require("./index95.cjs"),l=require("./index96.cjs"),c=require("./index82.cjs"),u=require("./index83.cjs"),d=require("./index80.cjs"),m=({id:r,title:n,columns:i})=>e.jsxs(o.Stack,{spacing:"sm",alignX:"stretch",children:[e.jsx(d.StickyText,{variant:"bodyBold",children:n}),e.jsx(s.SortableContext,{id:r,items:i,strategy:s.verticalListSortingStrategy,children:e.jsx(l.DroppableArea,{id:r,spacing:"sm",alignX:"stretch",children:i.map(t=>e.jsx(a.SortableItem,{id:t.id,children:e.jsx(c.ColumnItem,{column:t,isHidden:r===u.ColumnGroupIds.Hidden})},t.id))})})]});exports.ColumnGroup=m;
package/dist/index79.js CHANGED
@@ -1,31 +1,15 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { Modal as n, Text as r } from "@veeqo/ui";
3
- const s = ({ shouldShow: a, viewName: i, onCancel: t, onDelete: o }) => /* @__PURE__ */ e(
4
- n,
5
- {
6
- headerTitle: `Delete '${i}' view?`,
7
- "data-testid": "act-react-listing-custom-confirmation-popup",
8
- variant: "sm",
9
- shouldShow: a,
10
- onClose: t,
11
- rightActions: [
12
- {
13
- className: "act-react-listing-custom-confirmation-popup-cancel",
14
- label: "Cancel",
15
- onClick: t,
16
- variant: "default"
17
- },
18
- {
19
- className: "act-react-listing-custom-confirmation-popup-delete",
20
- label: "Delete",
21
- onClick: o,
22
- variant: "primaryDestructive"
23
- }
24
- ],
25
- showHeaderCloseButton: !0,
26
- children: /* @__PURE__ */ e(r, { variant: "body", children: "This cannot be undone." })
27
- }
28
- );
1
+ import { jsxs as m, jsx as r } from "react/jsx-runtime";
2
+ import { Stack as n } from "@veeqo/ui";
3
+ import { SortableContext as p, verticalListSortingStrategy as a } from "@dnd-kit/sortable";
4
+ import { SortableItem as s } from "./index95.js";
5
+ import { DroppableArea as d } from "./index96.js";
6
+ import { ColumnItem as l } from "./index82.js";
7
+ import { ColumnGroupIds as c } from "./index83.js";
8
+ import { StickyText as f } from "./index80.js";
9
+ const I = ({ id: t, title: e, columns: o }) => /* @__PURE__ */ m(n, { spacing: "sm", alignX: "stretch", children: [
10
+ /* @__PURE__ */ r(f, { variant: "bodyBold", children: e }),
11
+ /* @__PURE__ */ r(p, { id: t, items: o, strategy: a, children: /* @__PURE__ */ r(d, { id: t, spacing: "sm", alignX: "stretch", children: o.map((i) => /* @__PURE__ */ r(s, { id: i.id, children: /* @__PURE__ */ r(l, { column: i, isHidden: t === c.Hidden }) }, i.id)) }) })
12
+ ] });
29
13
  export {
30
- s as Confirmation
14
+ I as ColumnGroup
31
15
  };
package/dist/index80.cjs CHANGED
@@ -1,19 +1,104 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("styled-components"),e=require("@veeqo/ui"),s=t=>t&&t.__esModule?t:{default:t},o=s(r),i=o.default(e.Button).attrs(()=>({role:"option",variant:"flat"}))`
2
- margin: ${e.theme.sizes.xs};
3
- min-width: 180px;
4
- justify-content: flex-start;
5
- font-size: ${e.theme.text.body.fontSize};
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("styled-components"),e=require("@veeqo/ui"),a=require("@veeqo/components"),i=o=>o&&o.__esModule?o:{default:o},t=i(l),{Glyph:n}=a.VeeqoCommon,s=t.default.div`
2
+ width: 1px;
3
+ position: absolute;
4
+ left: 50%;
5
+ transform: translateX(-50%);
6
+ border-left: 1px solid ${e.theme.colors.neutral.grey.dark};
7
+ height: 100%;
8
+ margin-top: 40px;
9
+ `,c=t.default(e.Text)`
10
+ writing-mode: vertical-rl;
11
+ position: absolute;
12
+ top: 50%;
13
+ left: 50%;
14
+ transform: translate(-50%, -50%);
15
+ background: white;
16
+ padding: 30px 0;
17
+ text-align: center;
18
+ font-size: 10px;
19
+ color: ${e.theme.colors.neutral.ink.lightest};
20
+ height: max-content;
21
+ `,d=t.default(e.Text)`
22
+ position: sticky;
23
+ top: 0;
24
+ background: #ffffff;
25
+ padding-bottom: ${e.theme.sizes[2]};
26
+ z-index: 1;
27
+ `,u=t.default(e.Text)`
28
+ color: ${e.theme.colors.neutral.ink.light};
29
+ `,g=t.default(e.Grid)`
30
+ // overflow-y: auto;
31
+ position: unset;
32
+ `,r=t.default(n).attrs(()=>({name:"visibility-off"}))`
33
+ margin-left: auto;
34
+ `,p=t.default(e.Stack)`
35
+ border-radius: 4px;
36
+ padding: 8px 12px;
37
+ background: #ffffff;
38
+ border: 1px solid ${e.theme.colors.neutral.ink.lightest};
39
+ transition: all ease 200ms;
40
+
41
+ ${({isHidden:o})=>o&&`
42
+ ${e.Text} {
43
+ color: ${e.theme.colors.neutral.ink.light};
44
+ }
45
+ `}
6
46
 
7
47
  &:hover {
8
- background-color: ${e.theme.colors.neutral.grey.lightest};
9
48
  color: ${e.theme.colors.secondary.blue.base};
10
- cursor: pointer;
49
+ background: ${e.theme.colors.neutral.grey.lightest};
50
+ border: 1px solid ${e.theme.colors.neutral.grey.light};
51
+
52
+ ${e.Text} {
53
+ color: ${e.theme.colors.secondary.blue.base};
54
+ }
55
+
56
+ ${r} {
57
+ color: ${e.theme.colors.neutral.ink.light};
58
+ }
59
+ }
60
+
61
+ ${({isDragOverlay:o})=>o&&`
62
+ color: ${e.theme.colors.secondary.blue.base};
63
+ background: ${e.theme.colors.neutral.grey.lightest};
64
+ border: 1px solid ${e.theme.colors.neutral.grey.light};
65
+ cursor: grabbing;
66
+
67
+ ${e.Text} {
68
+ color: ${e.theme.colors.secondary.blue.base};
69
+ }
70
+ `}
71
+ `,h=t.default.div`
72
+ position: absolute;
73
+ top: 0;
74
+ left: 0;
75
+ right: 0;
76
+ bottom: 0;
77
+ height: 100%;
78
+ width: calc(100% - 2px);
79
+ border-radius: 4px;
80
+ border: 1px dashed ${e.theme.colors.neutral.grey.dark};
81
+ background: ${e.theme.colors.neutral.grey.lightest};
82
+ `,f=t.default(e.Stack)`
83
+ flex: 1;
84
+ padding: 0;
85
+ `,m=t.default(e.Search)`
86
+ input {
87
+ height: 40px;
88
+ box-sizing: border-box;
89
+ }
90
+
91
+ svg {
92
+ width: 16px;
11
93
  }
12
- `,n=o.default(e.Card.Surface).attrs(()=>({role:"listbox",elevation:4}))`
13
- margin-top: ${e.theme.sizes.xs};
14
- background-color: white;
15
- `,l=o.default.hr`
16
- width: 100%;
17
- border-top: 1px solid ${e.theme.colors.neutral.grey.dark};
18
- margin: 0;
19
- `;exports.Divider=l;exports.Item=i;exports.MenuItems=n;
94
+ `,b=t.default.div`
95
+ position: relative;
96
+ min-height: 500px;
97
+ `,x=t.default(e.BaseContainer)`
98
+ display: flex;
99
+ flex-direction: column;
100
+ gap: ${e.theme.sizes.base};
101
+ padding: ${e.theme.sizes.md};
102
+ `,y=t.default.dialog`
103
+ display: contents;
104
+ `;exports.ColumnGroupsGrid=g;exports.ColumnItemWrapper=p;exports.ColumnSearch=m;exports.Container=b;exports.DetailedText=u;exports.DndDragOverlayDialog=y;exports.DraggingOverlay=h;exports.DroppableAreaStack=f;exports.HeaderContainer=x;exports.StickyText=d;exports.VerticalSeparator=s;exports.VerticalText=c;exports.VisibilityOffIcon=r;