@veeqo/transfigure 2.1.0 → 2.1.2

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 (99) hide show
  1. package/dist/index100.cjs +1 -1
  2. package/dist/index100.js +15 -24
  3. package/dist/index101.cjs +1 -19
  4. package/dist/index101.js +21 -24
  5. package/dist/index102.cjs +12 -1
  6. package/dist/index102.js +16 -50
  7. package/dist/index103.cjs +1 -1
  8. package/dist/index103.js +7 -29
  9. package/dist/index104.cjs +1 -12
  10. package/dist/index104.js +50 -16
  11. package/dist/index105.cjs +1 -1
  12. package/dist/index105.js +26 -12
  13. package/dist/index106.cjs +80 -1
  14. package/dist/index106.js +98 -21
  15. package/dist/index107.cjs +1 -80
  16. package/dist/index107.js +24 -98
  17. package/dist/index108.cjs +1 -1
  18. package/dist/index108.js +2 -19
  19. package/dist/index109.cjs +1 -1
  20. package/dist/index109.js +18 -7
  21. package/dist/index11.cjs +1 -1
  22. package/dist/index11.js +1 -1
  23. package/dist/index110.cjs +1 -1
  24. package/dist/index110.js +7 -63
  25. package/dist/index111.cjs +1 -1
  26. package/dist/index111.js +60 -26
  27. package/dist/index112.cjs +1 -1
  28. package/dist/index112.js +30 -2
  29. package/dist/index114.cjs +1 -1
  30. package/dist/index114.js +22 -32
  31. package/dist/index115.cjs +1 -1
  32. package/dist/index115.js +32 -22
  33. package/dist/index116.cjs +7 -1
  34. package/dist/index116.js +10 -63
  35. package/dist/index118.cjs +1 -7
  36. package/dist/index118.js +63 -10
  37. package/dist/index13.cjs +1 -1
  38. package/dist/index13.js +1 -1
  39. package/dist/index19.cjs +1 -1
  40. package/dist/index19.js +1 -1
  41. package/dist/index22.cjs +1 -1
  42. package/dist/index22.js +1 -1
  43. package/dist/index30.cjs +1 -1
  44. package/dist/index30.js +1 -1
  45. package/dist/index31.cjs +1 -1
  46. package/dist/index31.js +60 -64
  47. package/dist/index34.cjs +1 -1
  48. package/dist/index34.js +1 -1
  49. package/dist/index36.cjs +1 -1
  50. package/dist/index36.js +2 -2
  51. package/dist/index39.cjs +1 -1
  52. package/dist/index39.js +1 -1
  53. package/dist/index40.cjs +1 -1
  54. package/dist/index40.js +1 -1
  55. package/dist/index41.cjs +1 -1
  56. package/dist/index41.js +1 -1
  57. package/dist/index42.cjs +1 -1
  58. package/dist/index42.js +1 -1
  59. package/dist/index44.cjs +1 -1
  60. package/dist/index44.js +1 -1
  61. package/dist/index46.cjs +1 -1
  62. package/dist/index46.js +1 -1
  63. package/dist/index47.cjs +1 -1
  64. package/dist/index47.js +2 -2
  65. package/dist/index69.cjs +1 -1
  66. package/dist/index69.js +2 -4
  67. package/dist/index80.cjs +1 -1
  68. package/dist/index80.js +1 -1
  69. package/dist/index84.cjs +1 -1
  70. package/dist/index84.js +1 -1
  71. package/dist/index85.cjs +1 -1
  72. package/dist/index85.js +1 -1
  73. package/dist/index86.cjs +1 -1
  74. package/dist/index86.js +2 -116
  75. package/dist/index87.cjs +1 -1
  76. package/dist/index87.js +5 -2
  77. package/dist/index88.cjs +1 -1
  78. package/dist/index88.js +114 -39
  79. package/dist/index89.cjs +1 -1
  80. package/dist/index89.js +41 -9
  81. package/dist/index90.cjs +1 -1
  82. package/dist/index90.js +8 -4
  83. package/dist/index92.cjs +1 -1
  84. package/dist/index92.js +13 -7
  85. package/dist/index93.cjs +104 -1
  86. package/dist/index93.js +119 -13
  87. package/dist/index94.cjs +1 -104
  88. package/dist/index94.js +65 -116
  89. package/dist/index95.cjs +1 -1
  90. package/dist/index95.js +23 -63
  91. package/dist/index96.cjs +1 -1
  92. package/dist/index96.js +2 -28
  93. package/dist/index97.cjs +1 -1
  94. package/dist/index97.js +41 -2
  95. package/dist/index98.cjs +1 -1
  96. package/dist/index98.js +9 -39
  97. package/dist/index99.cjs +19 -1
  98. package/dist/index99.js +24 -11
  99. package/package.json +1 -1
package/dist/index47.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as o } from "react/jsx-runtime";
2
- import { usePollData as c } from "./index88.js";
2
+ import { usePollData as c } from "./index89.js";
3
3
  import { Tooltip as d, Button as p, RefreshIcon as u, theme as y, Indicator as x } from "@veeqo/ui";
4
- import t from "./index89.js";
4
+ import t from "./index90.js";
5
5
  import { useStores as b } from "./index61.js";
6
6
  const j = ({
7
7
  isLoading: s,
package/dist/index69.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";var c=Object.defineProperty;var M=(r,e,s)=>e in r?c(r,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):r[e]=s;var t=(r,e,s)=>M(r,typeof e!="symbol"?e+"":e,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("mobx"),d=require("./index9.cjs");class n{constructor({filterId:e}){t(this,"filterId");t(this,"gteMinLabel");t(this,"gteMin");t(this,"lteMaxLabel");t(this,"lteMax");t(this,"gte");t(this,"lte");t(this,"setGte",e=>{this.gte=e});t(this,"setLte",e=>{this.lte=e});t(this,"clear",()=>{this.setGte(void 0),this.setLte(void 0)});t(this,"clone",()=>{const e=new n({filterId:this.filterId});return e.setGte(this.gte),e.setLte(this.lte),e});t(this,"isEqual",e=>!(!e||this.lte!==e.lte||this.gte!==e.gte));var h,o;i.makeObservable(this,{filterId:i.observable,filterLabel:i.computed,gte:i.observable,lte:i.observable,lteMax:i.observable,gteMin:i.observable,setGte:i.action,setLte:i.action,clear:i.action}),this.filterId=e;const{FIELDS_MAP:s}=d.BusinessLogicManager.getBusinessLogic(),l=s.get(this.filterId),u=(h=l==null?void 0:l.options)==null?void 0:h.every(a=>a.value&&Number.isInteger(Number(a.value)));if(l&&u&&((o=l.options)==null?void 0:o.length)===2){const[a,g]=l.options,b=Number(a.value),f=Number(g.value);this.gteMin=b,this.gteMinLabel=a.label,this.lteMax=f,this.lteMaxLabel=g.label}else this.gte=0,this.gteMin=0,this.gteMinLabel="Min.",this.lte=100,this.lteMax=100,this.lteMaxLabel="Max."}get isValidLte(){return!(this.lte===void 0||this.lte===this.lteMax)}get filterLabel(){return this.gte===void 0&&this.lte===void 0?"":this.isValidLte?`Between ${this.gte} and ${this.lte}`:this.gte!==void 0?`${this.gte} or more`:""}get isActive(){return this.gte===this.gteMin&&this.lte===this.lteMax||this.gte===this.lte||this.gte===void 0&&this.lte===void 0?!1:this.gte!==void 0?!0:this.lte!==void 0&&this.lte<this.lteMax}}exports.NumberRangeFilter=n;
1
+ "use strict";var c=Object.defineProperty;var M=(r,e,s)=>e in r?c(r,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):r[e]=s;var t=(r,e,s)=>M(r,typeof e!="symbol"?e+"":e,s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("mobx"),d=require("./index9.cjs");class n{constructor({filterId:e}){t(this,"filterId");t(this,"gteMinLabel");t(this,"gteMin");t(this,"lteMaxLabel");t(this,"lteMax");t(this,"gte");t(this,"lte");t(this,"setGte",e=>{this.gte=e});t(this,"setLte",e=>{this.lte=e});t(this,"clear",()=>{this.setGte(void 0),this.setLte(void 0)});t(this,"clone",()=>{const e=new n({filterId:this.filterId});return e.setGte(this.gte),e.setLte(this.lte),e});t(this,"isEqual",e=>!(!e||this.lte!==e.lte||this.gte!==e.gte));var h,o;i.makeObservable(this,{filterId:i.observable,filterLabel:i.computed,gte:i.observable,lte:i.observable,lteMax:i.observable,gteMin:i.observable,setGte:i.action,setLte:i.action,clear:i.action}),this.filterId=e;const{FIELDS_MAP:s}=d.BusinessLogicManager.getBusinessLogic(),l=s.get(this.filterId),u=(h=l==null?void 0:l.options)==null?void 0:h.every(a=>a.value&&Number.isInteger(Number(a.value)));if(l&&u&&((o=l.options)==null?void 0:o.length)===2){const[a,g]=l.options,b=Number(a.value),f=Number(g.value);this.gteMin=b,this.gteMinLabel=a.label,this.lteMax=f,this.lteMaxLabel=g.label}else this.gte=0,this.gteMin=0,this.gteMinLabel="Min.",this.lte=100,this.lteMax=100,this.lteMaxLabel="Max."}get isValidLte(){return!(this.lte===void 0||this.lte===this.lteMax)}get filterLabel(){return this.gte===void 0&&this.lte===void 0?"":this.isValidLte?`Between ${this.gte} and ${this.lte}`:this.gte!==void 0?`${this.gte} or more`:""}get isActive(){return this.gte===this.gteMin&&this.lte===this.lteMax||this.gte===void 0&&this.lte===void 0?!1:this.gte!==void 0?!0:this.lte!==void 0&&this.lte<this.lteMax}}exports.NumberRangeFilter=n;
package/dist/index69.js CHANGED
@@ -38,9 +38,7 @@ class u {
38
38
  setLte: n,
39
39
  clear: n
40
40
  }), this.filterId = t;
41
- const { FIELDS_MAP: i } = x.getBusinessLogic(), s = i.get(this.filterId), f = (a = s == null ? void 0 : s.options) == null ? void 0 : a.every(
42
- (r) => r.value && Number.isInteger(Number(r.value))
43
- );
41
+ const { FIELDS_MAP: i } = x.getBusinessLogic(), s = i.get(this.filterId), f = (a = s == null ? void 0 : s.options) == null ? void 0 : a.every((r) => r.value && Number.isInteger(Number(r.value)));
44
42
  if (s && f && ((o = s.options) == null ? void 0 : o.length) === 2) {
45
43
  const [r, g] = s.options, M = Number(r.value), d = Number(g.value);
46
44
  this.gteMin = M, this.gteMinLabel = r.label, this.lteMax = d, this.lteMaxLabel = g.label;
@@ -54,7 +52,7 @@ class u {
54
52
  return this.gte === void 0 && this.lte === void 0 ? "" : this.isValidLte ? `Between ${this.gte} and ${this.lte}` : this.gte !== void 0 ? `${this.gte} or more` : "";
55
53
  }
56
54
  get isActive() {
57
- return this.gte === this.gteMin && this.lte === this.lteMax || this.gte === this.lte || this.gte === void 0 && this.lte === void 0 ? !1 : this.gte !== void 0 ? !0 : this.lte !== void 0 && this.lte < this.lteMax;
55
+ return this.gte === this.gteMin && this.lte === this.lteMax || this.gte === void 0 && this.lte === void 0 ? !1 : this.gte !== void 0 ? !0 : this.lte !== void 0 && this.lte < this.lteMax;
58
56
  }
59
57
  }
60
58
  export {
package/dist/index80.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index92.cjs"),w=require("./index79.cjs"),V=require("./index78.cjs"),d=({data:n,canUpdateCustomViews:u})=>{const l={fixedViews:[...r.INITIAL_VIEWS_STATE.fixedViews],customViews:[...r.INITIAL_VIEWS_STATE.customViews],viewsMap:new Map(r.INITIAL_VIEWS_STATE.viewsMap)};if(!n)return l;let o=!1;const i=n.reduce((e,s)=>{const t=V.viewsAdapter({view:s,canUpdateCustomViews:u});return e.viewsMap.set(s.id,t),s.editable?e.customViews.push(t):e.fixedViews.push(t),s.title==="All"&&(o=!0),e},l);return o&&(i.viewsMap.delete(w.ALL_VIEW_ID),i.fixedViews.shift()),i};exports.organiseViews=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index103.cjs"),w=require("./index79.cjs"),V=require("./index78.cjs"),d=({data:n,canUpdateCustomViews:u})=>{const l={fixedViews:[...r.INITIAL_VIEWS_STATE.fixedViews],customViews:[...r.INITIAL_VIEWS_STATE.customViews],viewsMap:new Map(r.INITIAL_VIEWS_STATE.viewsMap)};if(!n)return l;let o=!1;const i=n.reduce((e,s)=>{const t=V.viewsAdapter({view:s,canUpdateCustomViews:u});return e.viewsMap.set(s.id,t),s.editable?e.customViews.push(t):e.fixedViews.push(t),s.title==="All"&&(o=!0),e},l);return o&&(i.viewsMap.delete(w.ALL_VIEW_ID),i.fixedViews.shift()),i};exports.organiseViews=d;
package/dist/index80.js CHANGED
@@ -1,4 +1,4 @@
1
- import { INITIAL_VIEWS_STATE as r } from "./index92.js";
1
+ import { INITIAL_VIEWS_STATE as r } from "./index103.js";
2
2
  import { ALL_VIEW_ID as p } from "./index79.js";
3
3
  import { viewsAdapter as u } from "./index78.js";
4
4
  const m = ({ data: o, canUpdateCustomViews: w }) => {
package/dist/index84.cjs CHANGED
@@ -1,3 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index112.cjs"),s=e=>{if(!l.isError(e))return e;if(e.stack){const t=e.stack.split(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index108.cjs"),s=e=>{if(!l.isError(e))return e;if(e.stack){const t=e.stack.split(`
2
2
  `);if(t.length<=10)return e;const n=t==null?void 0:t[0],i=t==null?void 0:t.splice(9),r=[n,...i].join(`
3
3
  `);e.stack=r}return e};exports.filterErrorStack=s;
package/dist/index84.js CHANGED
@@ -1,4 +1,4 @@
1
- import { isError as l } from "./index112.js";
1
+ import { isError as l } from "./index108.js";
2
2
  const s = (e) => {
3
3
  if (!l(e)) return e;
4
4
  if (e.stack) {
package/dist/index85.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index112.cjs"),n=({customError:t,originalError:e,type:c})=>{!s.isError(e)||!s.isError(t)||(e.stack&&(e.stack=t.stack),e.name&&(e.name=`${c} (${e.name})`))};exports.injectIntoError=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index108.cjs"),n=({customError:t,originalError:e,type:c})=>{!s.isError(e)||!s.isError(t)||(e.stack&&(e.stack=t.stack),e.name&&(e.name=`${c} (${e.name})`))};exports.injectIntoError=n;
package/dist/index85.js CHANGED
@@ -1,4 +1,4 @@
1
- import { isError as c } from "./index112.js";
1
+ import { isError as c } from "./index108.js";
2
2
  const s = ({
3
3
  customError: e,
4
4
  originalError: t,
package/dist/index86.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("@veeqo/ui"),t=require("react"),j=require("./index93.cjs"),i=require("./index94.cjs"),q=require("./index95.cjs"),D=require("./index96.cjs"),s=require("./index97.cjs"),T=require("./index98.cjs"),b=require("./index99.cjs"),V=({onClose:u,columnDefinitions:G,hiddenColumns:d,visibleColumns:m,pinnedLeftColumnIds:I,pinnedRightColumnIds:f})=>{const[c,p]=t.useState(""),a=t.useMemo(()=>new Map(G.map(r=>[r.id,r])),[]),[o,g]=t.useState(()=>({[s.ColumnGroupIds.Hidden]:d,[s.ColumnGroupIds.Visible]:m})),y=t.useMemo(()=>{const r=o[s.ColumnGroupIds.Visible].map(l=>a.get(`${l}`));return b.filterColumnsBySearch(r,c)},[o,a,c]),v=t.useMemo(()=>{const r=o[s.ColumnGroupIds.Hidden].map(l=>a.get(`${l}`));return b.filterColumnsBySearch(r,c)},[o,a,c]),{isSavingColumns:h,saveColumns:k}=T.usePersistColumns({pinnedLeftColumnIds:I,pinnedRightColumnIds:f}),M=()=>{p(""),g({[s.ColumnGroupIds.Hidden]:d,[s.ColumnGroupIds.Visible]:m})},x=t.useCallback(r=>{if(p(r),!r){const l=new Set([...d,...m]);g(S=>({[s.ColumnGroupIds.Hidden]:S[s.ColumnGroupIds.Hidden].filter(C=>l.has(`${C}`)),[s.ColumnGroupIds.Visible]:S[s.ColumnGroupIds.Visible].filter(C=>l.has(`${C}`))}))}},[d,m]),w=t.useCallback(r=>{const l=a.get(`${r}`);return l?e.jsx(D.ColumnItem,{column:l,isDragOverlay:!0}):null},[a]);return e.jsx(n.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>u==null?void 0:u(),headerSlot:e.jsxs(i.HeaderContainer,{children:[e.jsxs(n.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(n.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(n.ListBoardIcon,{height:n.theme.sizes.lg,width:n.theme.sizes.lg}),e.jsx(n.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(n.Button,{"aria-label":"Close modal",onClick:u,variant:"flat",iconSlot:e.jsx(n.CloseIcon,{})})]}),e.jsxs(n.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(n.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(n.Text,{variant:"headingSmall",children:"Column management"}),e.jsx(i.ColumnSearch,{name:"column-search-query",placeholder:"Search",value:c,onChange:x,onClearClick:()=>x(""),fill:"100%"})]}),leftActions:[{label:"Reset",onClick:M,variant:"default",disabled:h}],rightActions:[{label:"Cancel",onClick:u,variant:"default",disabled:h},{label:"Save",onClick:()=>k({visibleColumns:o[s.ColumnGroupIds.Visible]}),variant:"primary",disabled:h,loading:h}],children:e.jsx(n.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(n.Stack,{spacing:4,alignX:"stretch",children:e.jsx(q.DndContainer,{items:o,setItems:g,renderDragOverlay:w,children:e.jsx(i.Container,{children:e.jsxs(i.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(j.ColumnGroup,{id:s.ColumnGroupIds.Visible,title:"Shown columns:",columns:y}),e.jsx(i.VerticalSeparator,{children:e.jsx(i.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(j.ColumnGroup,{id:s.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:v})]})})})})})})};exports.TableManagementModal=V;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=t=>t.trim().length>=3||t.trim().length===0;exports.isTextFilterValid=e;
package/dist/index86.js CHANGED
@@ -1,118 +1,4 @@
1
- import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
- import { Modal as G, Stack as h, ListBoardIcon as O, theme as v, Text as p, Button as X, CloseIcon as A, Anchor as B } from "@veeqo/ui";
3
- import { useState as w, useMemo as f, useCallback as y } from "react";
4
- import { ColumnGroup as V } from "./index93.js";
5
- import { Container as L, ColumnGroupsGrid as Y, VerticalSeparator as j, VerticalText as Q, HeaderContainer as R, ColumnSearch as P } from "./index94.js";
6
- import { DndContainer as _ } from "./index95.js";
7
- import { ColumnItem as q } from "./index96.js";
8
- import { ColumnGroupIds as n } from "./index97.js";
9
- import { usePersistColumns as E } from "./index98.js";
10
- import { filterColumnsBySearch as k } from "./index99.js";
11
- const ae = ({
12
- onClose: l,
13
- columnDefinitions: D,
14
- hiddenColumns: c,
15
- visibleColumns: d,
16
- pinnedLeftColumnIds: H,
17
- pinnedRightColumnIds: M
18
- }) => {
19
- const [o, b] = w(""), r = f(() => new Map(D.map((i) => [i.id, i])), []), [t, u] = w(() => ({
20
- [n.Hidden]: c,
21
- [n.Visible]: d
22
- })), x = f(() => {
23
- const i = t[n.Visible].map((a) => r.get(`${a}`));
24
- return k(i, o);
25
- }, [t, r, o]), I = f(() => {
26
- const i = t[n.Hidden].map((a) => r.get(`${a}`));
27
- return k(i, o);
28
- }, [t, r, o]), { isSavingColumns: m, saveColumns: T } = E({ pinnedLeftColumnIds: H, pinnedRightColumnIds: M }), $ = () => {
29
- b(""), u({
30
- [n.Hidden]: c,
31
- [n.Visible]: d
32
- });
33
- }, C = y(
34
- (i) => {
35
- if (b(i), !i) {
36
- const a = /* @__PURE__ */ new Set([...c, ...d]);
37
- u((S) => ({
38
- [n.Hidden]: S[n.Hidden].filter((g) => a.has(`${g}`)),
39
- [n.Visible]: S[n.Visible].filter((g) => a.has(`${g}`))
40
- }));
41
- }
42
- },
43
- [c, d]
44
- ), z = y(
45
- (i) => {
46
- const a = r.get(`${i}`);
47
- return a ? /* @__PURE__ */ e(q, { column: a, isDragOverlay: !0 }) : null;
48
- },
49
- [r]
50
- );
51
- return /* @__PURE__ */ e(
52
- G,
53
- {
54
- variant: "lg",
55
- style: { overflowY: "hidden" },
56
- shouldShow: !0,
57
- onClose: () => l == null ? void 0 : l(),
58
- headerSlot: /* @__PURE__ */ s(R, { children: [
59
- /* @__PURE__ */ s(h, { direction: "horizontal", alignX: "between", alignY: "center", children: [
60
- /* @__PURE__ */ s(h, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
61
- /* @__PURE__ */ e(O, { height: v.sizes.lg, width: v.sizes.lg }),
62
- /* @__PURE__ */ e(p, { variant: "headingLarge", as: "h1", children: "Table management" })
63
- ] }),
64
- /* @__PURE__ */ e(X, { "aria-label": "Close modal", onClick: l, variant: "flat", iconSlot: /* @__PURE__ */ e(A, {}) })
65
- ] }),
66
- /* @__PURE__ */ s(p, { variant: "subheadingMedium", children: [
67
- "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",
68
- " ",
69
- /* @__PURE__ */ e(B, { href: "#", target: "_blank", children: "help guide (TODO)" }),
70
- "."
71
- ] }),
72
- /* @__PURE__ */ e(p, { variant: "headingSmall", children: "Column management" }),
73
- /* @__PURE__ */ e(
74
- P,
75
- {
76
- name: "column-search-query",
77
- placeholder: "Search",
78
- value: o,
79
- onChange: C,
80
- onClearClick: () => C(""),
81
- fill: "100%"
82
- }
83
- )
84
- ] }),
85
- leftActions: [
86
- {
87
- label: "Reset",
88
- onClick: $,
89
- variant: "default",
90
- disabled: m
91
- }
92
- ],
93
- rightActions: [
94
- {
95
- label: "Cancel",
96
- onClick: l,
97
- variant: "default",
98
- disabled: m
99
- },
100
- {
101
- label: "Save",
102
- onClick: () => T({ visibleColumns: t[n.Visible] }),
103
- variant: "primary",
104
- disabled: m,
105
- loading: m
106
- }
107
- ],
108
- children: /* @__PURE__ */ e(h, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(h, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(_, { items: t, setItems: u, renderDragOverlay: z, children: /* @__PURE__ */ e(L, { children: /* @__PURE__ */ s(Y, { columns: 2, spacing: "xl", children: [
109
- /* @__PURE__ */ e(V, { id: n.Visible, title: "Shown columns:", columns: x }),
110
- /* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(Q, { children: "Drag & Drop columns" }) }),
111
- /* @__PURE__ */ e(V, { id: n.Hidden, title: "Hidden columns:", columns: I })
112
- ] }) }) }) }) })
113
- }
114
- );
115
- };
1
+ const i = (t) => t.trim().length >= 3 || t.trim().length === 0;
116
2
  export {
117
- ae as TableManagementModal
3
+ i as isTextFilterValid
118
4
  };
package/dist/index87.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=t=>t.trim().length>=3||t.trim().length===0;exports.isTextFilterValid=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_actionsHeaderContainer_fgqms_1",t={actionsHeaderContainer:e};exports.actionsHeaderContainer=e;exports.default=t;
package/dist/index87.js CHANGED
@@ -1,4 +1,7 @@
1
- const i = (t) => t.trim().length >= 3 || t.trim().length === 0;
1
+ const e = "_actionsHeaderContainer_fgqms_1", a = {
2
+ actionsHeaderContainer: e
3
+ };
2
4
  export {
3
- i as isTextFilterValid
5
+ e as actionsHeaderContainer,
6
+ a as default
4
7
  };
package/dist/index88.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),w=require("react-use"),L=require("./index8.cjs"),m=require("./index61.cjs"),v=require("./index67.cjs"),q=require("./index55.cjs");function V(){const{TABLE_DATA_URL:h}=L.useBusinessLogic(),{Filters:{pageSize:s,activeViewId:n}}=m.useStores(),{queryParams:S}=v.useUrlParams();async function c(){const e=`${h}?${S}`,g=await q.fetcherV2(e);return JSON.stringify(g)}const[u,a]=t.useState(null),[o,l]=t.useState(!1),[f,C]=t.useState(n),[y,P]=t.useState(s),i=3e5,[D,r]=t.useState(i);return t.useEffect(()=>{const e=()=>{document.hidden?r(null):r(i)};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}},[]),w.useInterval(async()=>{const e=await c();if(u===null||f!==n||y!==s){a(e),C(n),P(s);return}const d=e!==u;d&&(a(e),l(d))},o?null:D),{hasChanges:o,acknowledgeButtonClick:async()=>{l(!1),r(i),a(await c())}}}exports.usePollData=V;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("@veeqo/ui"),t=require("react"),j=require("./index92.cjs"),i=require("./index93.cjs"),q=require("./index94.cjs"),D=require("./index95.cjs"),s=require("./index96.cjs"),T=require("./index97.cjs"),b=require("./index98.cjs"),V=({onClose:u,columnDefinitions:G,hiddenColumns:d,visibleColumns:m,pinnedLeftColumnIds:I,pinnedRightColumnIds:f})=>{const[c,p]=t.useState(""),a=t.useMemo(()=>new Map(G.map(r=>[r.id,r])),[]),[o,g]=t.useState(()=>({[s.ColumnGroupIds.Hidden]:d,[s.ColumnGroupIds.Visible]:m})),y=t.useMemo(()=>{const r=o[s.ColumnGroupIds.Visible].map(l=>a.get(`${l}`));return b.filterColumnsBySearch(r,c)},[o,a,c]),v=t.useMemo(()=>{const r=o[s.ColumnGroupIds.Hidden].map(l=>a.get(`${l}`));return b.filterColumnsBySearch(r,c)},[o,a,c]),{isSavingColumns:h,saveColumns:k}=T.usePersistColumns({pinnedLeftColumnIds:I,pinnedRightColumnIds:f}),M=()=>{p(""),g({[s.ColumnGroupIds.Hidden]:d,[s.ColumnGroupIds.Visible]:m})},x=t.useCallback(r=>{if(p(r),!r){const l=new Set([...d,...m]);g(S=>({[s.ColumnGroupIds.Hidden]:S[s.ColumnGroupIds.Hidden].filter(C=>l.has(`${C}`)),[s.ColumnGroupIds.Visible]:S[s.ColumnGroupIds.Visible].filter(C=>l.has(`${C}`))}))}},[d,m]),w=t.useCallback(r=>{const l=a.get(`${r}`);return l?e.jsx(D.ColumnItem,{column:l,isDragOverlay:!0}):null},[a]);return e.jsx(n.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>u==null?void 0:u(),headerSlot:e.jsxs(i.HeaderContainer,{children:[e.jsxs(n.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(n.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(n.ListBoardIcon,{height:n.theme.sizes.lg,width:n.theme.sizes.lg}),e.jsx(n.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(n.Button,{"aria-label":"Close modal",onClick:u,variant:"flat",iconSlot:e.jsx(n.CloseIcon,{})})]}),e.jsxs(n.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(n.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(n.Text,{variant:"headingSmall",children:"Column management"}),e.jsx(i.ColumnSearch,{name:"column-search-query",placeholder:"Search",value:c,onChange:x,onClearClick:()=>x(""),fill:"100%"})]}),leftActions:[{label:"Reset",onClick:M,variant:"default",disabled:h}],rightActions:[{label:"Cancel",onClick:u,variant:"default",disabled:h},{label:"Save",onClick:()=>k({visibleColumns:o[s.ColumnGroupIds.Visible]}),variant:"primary",disabled:h,loading:h}],children:e.jsx(n.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(n.Stack,{spacing:4,alignX:"stretch",children:e.jsx(q.DndContainer,{items:o,setItems:g,renderDragOverlay:w,children:e.jsx(i.Container,{children:e.jsxs(i.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(j.ColumnGroup,{id:s.ColumnGroupIds.Visible,title:"Shown columns:",columns:y}),e.jsx(i.VerticalSeparator,{children:e.jsx(i.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(j.ColumnGroup,{id:s.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:v})]})})})})})})};exports.TableManagementModal=V;
package/dist/index88.js CHANGED
@@ -1,43 +1,118 @@
1
- import { useState as t, useEffect as p } from "react";
2
- import { useInterval as P } from "react-use";
3
- import { useBusinessLogic as S } from "./index8.js";
4
- import { useStores as L } from "./index61.js";
5
- import { useUrlParams as v } from "./index67.js";
6
- import { fetcherV2 as V } from "./index55.js";
7
- function T() {
8
- const { TABLE_DATA_URL: h } = S(), {
9
- Filters: {
10
- pageSize: n,
11
- activeViewId: s
12
- }
13
- } = L(), { queryParams: m } = v();
14
- async function r() {
15
- const e = `${h}?${m}`, g = await V(e);
16
- return JSON.stringify(g);
17
- }
18
- const [c, a] = t(null), [l, u] = t(!1), [f, C] = t(s), [w, y] = t(n), i = 3e5, [D, o] = t(i);
19
- return p(() => {
20
- const e = () => {
21
- document.hidden ? o(null) : o(i);
22
- };
23
- return document.addEventListener("visibilitychange", e), () => {
24
- document.removeEventListener("visibilitychange", e);
25
- };
26
- }, []), P(
27
- async () => {
28
- const e = await r();
29
- if (c === null || f !== s || w !== n) {
30
- a(e), C(s), y(n);
31
- return;
1
+ import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
+ import { Modal as G, Stack as h, ListBoardIcon as O, theme as v, Text as p, Button as X, CloseIcon as A, Anchor as B } from "@veeqo/ui";
3
+ import { useState as w, useMemo as f, useCallback as y } from "react";
4
+ import { ColumnGroup as V } from "./index92.js";
5
+ import { Container as L, ColumnGroupsGrid as Y, VerticalSeparator as j, VerticalText as Q, HeaderContainer as R, ColumnSearch as P } from "./index93.js";
6
+ import { DndContainer as _ } from "./index94.js";
7
+ import { ColumnItem as q } from "./index95.js";
8
+ import { ColumnGroupIds as n } from "./index96.js";
9
+ import { usePersistColumns as E } from "./index97.js";
10
+ import { filterColumnsBySearch as k } from "./index98.js";
11
+ const ae = ({
12
+ onClose: l,
13
+ columnDefinitions: D,
14
+ hiddenColumns: c,
15
+ visibleColumns: d,
16
+ pinnedLeftColumnIds: H,
17
+ pinnedRightColumnIds: M
18
+ }) => {
19
+ const [o, b] = w(""), r = f(() => new Map(D.map((i) => [i.id, i])), []), [t, u] = w(() => ({
20
+ [n.Hidden]: c,
21
+ [n.Visible]: d
22
+ })), x = f(() => {
23
+ const i = t[n.Visible].map((a) => r.get(`${a}`));
24
+ return k(i, o);
25
+ }, [t, r, o]), I = f(() => {
26
+ const i = t[n.Hidden].map((a) => r.get(`${a}`));
27
+ return k(i, o);
28
+ }, [t, r, o]), { isSavingColumns: m, saveColumns: T } = E({ pinnedLeftColumnIds: H, pinnedRightColumnIds: M }), $ = () => {
29
+ b(""), u({
30
+ [n.Hidden]: c,
31
+ [n.Visible]: d
32
+ });
33
+ }, C = y(
34
+ (i) => {
35
+ if (b(i), !i) {
36
+ const a = /* @__PURE__ */ new Set([...c, ...d]);
37
+ u((S) => ({
38
+ [n.Hidden]: S[n.Hidden].filter((g) => a.has(`${g}`)),
39
+ [n.Visible]: S[n.Visible].filter((g) => a.has(`${g}`))
40
+ }));
32
41
  }
33
- const d = e !== c;
34
- d && (a(e), u(d));
35
42
  },
36
- l ? null : D
37
- ), { hasChanges: l, acknowledgeButtonClick: async () => {
38
- u(!1), o(i), a(await r());
39
- } };
40
- }
43
+ [c, d]
44
+ ), z = y(
45
+ (i) => {
46
+ const a = r.get(`${i}`);
47
+ return a ? /* @__PURE__ */ e(q, { column: a, isDragOverlay: !0 }) : null;
48
+ },
49
+ [r]
50
+ );
51
+ return /* @__PURE__ */ e(
52
+ G,
53
+ {
54
+ variant: "lg",
55
+ style: { overflowY: "hidden" },
56
+ shouldShow: !0,
57
+ onClose: () => l == null ? void 0 : l(),
58
+ headerSlot: /* @__PURE__ */ s(R, { children: [
59
+ /* @__PURE__ */ s(h, { direction: "horizontal", alignX: "between", alignY: "center", children: [
60
+ /* @__PURE__ */ s(h, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
61
+ /* @__PURE__ */ e(O, { height: v.sizes.lg, width: v.sizes.lg }),
62
+ /* @__PURE__ */ e(p, { variant: "headingLarge", as: "h1", children: "Table management" })
63
+ ] }),
64
+ /* @__PURE__ */ e(X, { "aria-label": "Close modal", onClick: l, variant: "flat", iconSlot: /* @__PURE__ */ e(A, {}) })
65
+ ] }),
66
+ /* @__PURE__ */ s(p, { variant: "subheadingMedium", children: [
67
+ "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",
68
+ " ",
69
+ /* @__PURE__ */ e(B, { href: "#", target: "_blank", children: "help guide (TODO)" }),
70
+ "."
71
+ ] }),
72
+ /* @__PURE__ */ e(p, { variant: "headingSmall", children: "Column management" }),
73
+ /* @__PURE__ */ e(
74
+ P,
75
+ {
76
+ name: "column-search-query",
77
+ placeholder: "Search",
78
+ value: o,
79
+ onChange: C,
80
+ onClearClick: () => C(""),
81
+ fill: "100%"
82
+ }
83
+ )
84
+ ] }),
85
+ leftActions: [
86
+ {
87
+ label: "Reset",
88
+ onClick: $,
89
+ variant: "default",
90
+ disabled: m
91
+ }
92
+ ],
93
+ rightActions: [
94
+ {
95
+ label: "Cancel",
96
+ onClick: l,
97
+ variant: "default",
98
+ disabled: m
99
+ },
100
+ {
101
+ label: "Save",
102
+ onClick: () => T({ visibleColumns: t[n.Visible] }),
103
+ variant: "primary",
104
+ disabled: m,
105
+ loading: m
106
+ }
107
+ ],
108
+ children: /* @__PURE__ */ e(h, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(h, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(_, { items: t, setItems: u, renderDragOverlay: z, children: /* @__PURE__ */ e(L, { children: /* @__PURE__ */ s(Y, { columns: 2, spacing: "xl", children: [
109
+ /* @__PURE__ */ e(V, { id: n.Visible, title: "Shown columns:", columns: x }),
110
+ /* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(Q, { children: "Drag & Drop columns" }) }),
111
+ /* @__PURE__ */ e(V, { id: n.Hidden, title: "Hidden columns:", columns: I })
112
+ ] }) }) }) }) })
113
+ }
114
+ );
115
+ };
41
116
  export {
42
- T as usePollData
117
+ ae as TableManagementModal
43
118
  };
package/dist/index89.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_refreshTooltip_v0eu8_1",r="_refreshButton_v0eu8_5",t="_refreshIndicator_v0eu8_9",o={refreshTooltip:e,refreshButton:r,refreshIndicator:t};exports.default=o;exports.refreshButton=r;exports.refreshIndicator=t;exports.refreshTooltip=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),w=require("react-use"),L=require("./index8.cjs"),m=require("./index61.cjs"),v=require("./index67.cjs"),q=require("./index55.cjs");function V(){const{TABLE_DATA_URL:h}=L.useBusinessLogic(),{Filters:{pageSize:s,activeViewId:n}}=m.useStores(),{queryParams:S}=v.useUrlParams();async function c(){const e=`${h}?${S}`,g=await q.fetcherV2(e);return JSON.stringify(g)}const[u,a]=t.useState(null),[o,l]=t.useState(!1),[f,C]=t.useState(n),[y,P]=t.useState(s),i=3e5,[D,r]=t.useState(i);return t.useEffect(()=>{const e=()=>{document.hidden?r(null):r(i)};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}},[]),w.useInterval(async()=>{const e=await c();if(u===null||f!==n||y!==s){a(e),C(n),P(s);return}const d=e!==u;d&&(a(e),l(d))},o?null:D),{hasChanges:o,acknowledgeButtonClick:async()=>{l(!1),r(i),a(await c())}}}exports.usePollData=V;
package/dist/index89.js CHANGED
@@ -1,11 +1,43 @@
1
- const e = "_refreshTooltip_v0eu8_1", r = "_refreshButton_v0eu8_5", t = "_refreshIndicator_v0eu8_9", o = {
2
- refreshTooltip: e,
3
- refreshButton: r,
4
- refreshIndicator: t
5
- };
1
+ import { useState as t, useEffect as p } from "react";
2
+ import { useInterval as P } from "react-use";
3
+ import { useBusinessLogic as S } from "./index8.js";
4
+ import { useStores as L } from "./index61.js";
5
+ import { useUrlParams as v } from "./index67.js";
6
+ import { fetcherV2 as V } from "./index55.js";
7
+ function T() {
8
+ const { TABLE_DATA_URL: h } = S(), {
9
+ Filters: {
10
+ pageSize: n,
11
+ activeViewId: s
12
+ }
13
+ } = L(), { queryParams: m } = v();
14
+ async function r() {
15
+ const e = `${h}?${m}`, g = await V(e);
16
+ return JSON.stringify(g);
17
+ }
18
+ const [c, a] = t(null), [l, u] = t(!1), [f, C] = t(s), [w, y] = t(n), i = 3e5, [D, o] = t(i);
19
+ return p(() => {
20
+ const e = () => {
21
+ document.hidden ? o(null) : o(i);
22
+ };
23
+ return document.addEventListener("visibilitychange", e), () => {
24
+ document.removeEventListener("visibilitychange", e);
25
+ };
26
+ }, []), P(
27
+ async () => {
28
+ const e = await r();
29
+ if (c === null || f !== s || w !== n) {
30
+ a(e), C(s), y(n);
31
+ return;
32
+ }
33
+ const d = e !== c;
34
+ d && (a(e), u(d));
35
+ },
36
+ l ? null : D
37
+ ), { hasChanges: l, acknowledgeButtonClick: async () => {
38
+ u(!1), o(i), a(await r());
39
+ } };
40
+ }
6
41
  export {
7
- o as default,
8
- r as refreshButton,
9
- t as refreshIndicator,
10
- e as refreshTooltip
42
+ T as usePollData
11
43
  };
package/dist/index90.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_actionsHeaderContainer_fgqms_1",t={actionsHeaderContainer:e};exports.actionsHeaderContainer=e;exports.default=t;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_refreshTooltip_v0eu8_1",r="_refreshButton_v0eu8_5",t="_refreshIndicator_v0eu8_9",o={refreshTooltip:e,refreshButton:r,refreshIndicator:t};exports.default=o;exports.refreshButton=r;exports.refreshIndicator=t;exports.refreshTooltip=e;
package/dist/index90.js CHANGED
@@ -1,7 +1,11 @@
1
- const e = "_actionsHeaderContainer_fgqms_1", a = {
2
- actionsHeaderContainer: e
1
+ const e = "_refreshTooltip_v0eu8_1", r = "_refreshButton_v0eu8_5", t = "_refreshIndicator_v0eu8_9", o = {
2
+ refreshTooltip: e,
3
+ refreshButton: r,
4
+ refreshIndicator: t
3
5
  };
4
6
  export {
5
- e as actionsHeaderContainer,
6
- a as default
7
+ o as default,
8
+ r as refreshButton,
9
+ t as refreshIndicator,
10
+ e as refreshTooltip
7
11
  };
package/dist/index92.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index79.cjs"),e=i.createAllView(),t={fixedViews:[e],customViews:[],viewsMap:new Map([[e.id,e]])};exports.INITIAL_VIEWS_STATE=t;
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("./index109.cjs"),l=require("./index110.cjs"),c=require("./index95.cjs"),u=require("./index96.cjs"),d=require("./index93.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/index92.js CHANGED
@@ -1,9 +1,15 @@
1
- import { createAllView as i } from "./index79.js";
2
- const e = i(), s = {
3
- fixedViews: [e],
4
- customViews: [],
5
- viewsMap: /* @__PURE__ */ new Map([[e.id, e]])
6
- };
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 "./index109.js";
5
+ import { DroppableArea as d } from "./index110.js";
6
+ import { ColumnItem as l } from "./index95.js";
7
+ import { ColumnGroupIds as c } from "./index96.js";
8
+ import { StickyText as f } from "./index93.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
+ ] });
7
13
  export {
8
- s as INITIAL_VIEWS_STATE
14
+ I as ColumnGroup
9
15
  };
package/dist/index93.cjs CHANGED
@@ -1 +1,104 @@
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("./index108.cjs"),l=require("./index109.cjs"),c=require("./index96.cjs"),u=require("./index97.cjs"),d=require("./index94.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;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("styled-components"),e=require("@veeqo/ui"),a=o=>o&&o.__esModule?o:{default:o},t=a(l),i=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
+ `,n=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
+ `,s=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
+ `,d=t.default(e.Text)`
28
+ color: ${e.theme.colors.neutral.ink.light};
29
+ `,c=t.default(e.Grid)`
30
+ // overflow-y: auto;
31
+ position: unset;
32
+ `,r=t.default(e.VisibilityOffIcon)`
33
+ margin-left: auto;
34
+ `,u=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
+ `}
46
+
47
+ &:hover {
48
+ color: ${e.theme.colors.secondary.blue.base};
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
+ `,g=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
+ `,p=t.default(e.Stack)`
83
+ flex: 1;
84
+ padding: 0;
85
+ `,h=t.default(e.Search)`
86
+ input {
87
+ height: 40px;
88
+ box-sizing: border-box;
89
+ }
90
+
91
+ svg {
92
+ width: 16px;
93
+ }
94
+ `,f=t.default.div`
95
+ position: relative;
96
+ min-height: 500px;
97
+ `,m=t.default(e.BaseContainer)`
98
+ display: flex;
99
+ flex-direction: column;
100
+ gap: ${e.theme.sizes.base};
101
+ padding: ${e.theme.sizes.md};
102
+ `,b=t.default.dialog`
103
+ display: contents;
104
+ `;exports.ColumnGroupsGrid=c;exports.ColumnItemWrapper=u;exports.ColumnSearch=h;exports.Container=f;exports.DetailedText=d;exports.DndDragOverlayDialog=b;exports.DraggingOverlay=g;exports.DroppableAreaStack=p;exports.HeaderContainer=m;exports.StickyText=s;exports.VerticalSeparator=i;exports.VerticalText=n;exports.VisibilityOffIcon=r;