@veeqo/transfigure 0.0.37 → 1.0.0

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 (141) hide show
  1. package/dist/BusinessLogic/types.d.ts +2 -3
  2. package/dist/api/deleteCustomView/deleteCustomView.d.ts +1 -1
  3. package/dist/api/patchCurrentUser/patchCurrentUser.d.ts +1 -1
  4. package/dist/api/patchCustomView/patchCustomView.d.ts +1 -1
  5. package/dist/api/types.d.ts +1 -1
  6. package/dist/axiosWrappers/axiosWrappers.d.ts +13 -13
  7. package/dist/axiosWrappers/utils/filteringUtils/filteringUtils.d.ts +1 -1
  8. package/dist/components/Filters/Fields/CheckboxFilter/CheckboxFilter.d.ts +1 -1
  9. package/dist/components/Filters/Fields/NumberRangeFilter/MuiSlider.d.ts +4 -4
  10. package/dist/components/Filters/Fields/RadioFilter/RadioFilter.d.ts +1 -1
  11. package/dist/components/Filters/FilterGroup/mock.d.ts +2 -0
  12. package/dist/components/RefreshButton/RefreshButton.d.ts +1 -1
  13. package/dist/components/RefreshButton/styled.d.ts +3 -3
  14. package/dist/components/SearchBar/SearchBar.d.ts +2 -2
  15. package/dist/components/TableManagement/TableManagement.d.ts +1 -1
  16. package/dist/components/TableManagement/TableManagementModal.d.ts +1 -1
  17. package/dist/components/TableManagement/components/DroppableArea.d.ts +1 -1
  18. package/dist/components/TableManagement/components/styled.d.ts +312 -8
  19. package/dist/components/TableManagement/hooks/useCollisionDetectionStrategy/mockUseCollisionDetectionStrategy.d.ts +5 -0
  20. package/dist/components/TableManagement/hooks/useCollisionDetectionStrategy/useCollisionDetectionStrategy.test.d.ts +1 -0
  21. package/dist/components/TableManagement/hooks/useDragHandlers/mock.d.ts +13 -0
  22. package/dist/components/TableManagement/hooks/useDragHandlers/mockUseDragHandlers.d.ts +13 -0
  23. package/dist/components/TableManagement/hooks/useDragHandlers/useDragHandlers.test.d.ts +1 -0
  24. package/dist/components/TableManagement/types.d.ts +2 -3
  25. package/dist/components/TableManagement/utils/filterColumnsBySearch/filterColumnsBySearch.d.ts +1 -1
  26. package/dist/components/TableManagement/utils/filterColumnsBySearch/filterColumnsBySearch.test.d.ts +1 -0
  27. package/dist/components/Views/OptionsDropdown/styled.d.ts +2 -2
  28. package/dist/components/Views/PillNotifications/variants/styled.d.ts +7 -7
  29. package/dist/components/Views/SortableViews/styled.d.ts +1 -1
  30. package/dist/constants/constants.d.ts +1 -1
  31. package/dist/constants/dateConstants.d.ts +2 -2
  32. package/dist/context/ModalContext/mocks/mockUseModal.d.ts +7 -5
  33. package/dist/fetchers/withCSRF.d.ts +1 -1
  34. package/dist/hooks/useCustomViews/useCustomViews.d.ts +1 -1
  35. package/dist/hooks/usePersistColumns/mockUsePersistColumns.d.ts +7 -0
  36. package/dist/hooks/usePersistUnsavedChanges/mockUsePersistUnsavedChanges.d.ts +9 -0
  37. package/dist/hooks/useViewCountsHook/useViewCountsHook.d.ts +1 -1
  38. package/dist/hooks/useViews/useViews.d.ts +1 -1
  39. package/dist/index.cjs +1 -1
  40. package/dist/index.d.ts +1 -0
  41. package/dist/index.js +15 -13
  42. package/dist/index100.cjs +18 -11
  43. package/dist/index100.js +20 -12
  44. package/dist/index101.cjs +80 -1
  45. package/dist/index101.js +101 -2
  46. package/dist/index102.cjs +1 -1
  47. package/dist/index102.js +2 -36
  48. package/dist/index103.cjs +1 -1
  49. package/dist/index103.js +1 -1
  50. package/dist/index108.cjs +1 -1
  51. package/dist/index108.js +32 -22
  52. package/dist/index109.cjs +1 -7
  53. package/dist/index109.js +26 -10
  54. package/dist/index11.cjs +1 -1
  55. package/dist/index11.js +10 -10
  56. package/dist/index110.cjs +7 -1
  57. package/dist/index110.js +10 -63
  58. package/dist/index111.cjs +1 -1
  59. package/dist/index111.js +58 -42
  60. package/dist/index112.cjs +1 -1
  61. package/dist/index112.js +46 -41
  62. package/dist/index15.cjs +1 -1
  63. package/dist/index15.js +1 -1
  64. package/dist/index20.cjs +1 -1
  65. package/dist/index20.js +1 -1
  66. package/dist/index24.cjs +1 -1
  67. package/dist/index24.js +41 -38
  68. package/dist/index25.cjs +1 -1
  69. package/dist/index25.js +37 -34
  70. package/dist/index26.cjs +1 -1
  71. package/dist/index26.js +28 -27
  72. package/dist/index29.cjs +1 -1
  73. package/dist/index29.js +1 -1
  74. package/dist/index30.cjs +1 -1
  75. package/dist/index30.js +28 -27
  76. package/dist/index32.cjs +1 -1
  77. package/dist/index32.js +1 -1
  78. package/dist/index33.cjs +1 -1
  79. package/dist/index33.js +11 -11
  80. package/dist/index34.cjs +1 -1
  81. package/dist/index34.js +2 -2
  82. package/dist/index37.cjs +1 -1
  83. package/dist/index37.js +1 -1
  84. package/dist/index38.cjs +1 -1
  85. package/dist/index38.js +1 -1
  86. package/dist/index39.cjs +1 -1
  87. package/dist/index39.js +1 -1
  88. package/dist/index40.cjs +1 -1
  89. package/dist/index40.js +1 -1
  90. package/dist/index42.cjs +1 -1
  91. package/dist/index42.js +1 -1
  92. package/dist/index44.cjs +1 -1
  93. package/dist/index44.js +36 -33
  94. package/dist/index45.cjs +1 -1
  95. package/dist/index45.js +3 -3
  96. package/dist/index6.cjs +1 -1
  97. package/dist/index6.js +4 -4
  98. package/dist/index76.js +1 -1
  99. package/dist/index77.cjs +1 -1
  100. package/dist/index77.js +7 -2
  101. package/dist/index78.cjs +1 -1
  102. package/dist/index78.js +2 -9
  103. package/dist/index79.cjs +1 -3
  104. package/dist/index79.js +8 -13
  105. package/dist/index80.cjs +3 -1
  106. package/dist/index80.js +13 -8
  107. package/dist/index81.cjs +1 -11
  108. package/dist/index81.js +9 -16
  109. package/dist/index82.cjs +11 -1
  110. package/dist/index82.js +16 -41
  111. package/dist/index83.cjs +1 -1
  112. package/dist/index83.js +40 -8
  113. package/dist/index84.cjs +1 -1
  114. package/dist/index84.js +9 -143
  115. package/dist/index85.cjs +1 -1
  116. package/dist/index85.js +117 -18
  117. package/dist/index86.cjs +1 -1
  118. package/dist/index86.js +18 -23
  119. package/dist/index94.cjs +1 -1
  120. package/dist/index94.js +23 -32
  121. package/dist/index95.cjs +12 -1
  122. package/dist/index95.js +16 -29
  123. package/dist/index96.cjs +1 -19
  124. package/dist/index96.js +33 -24
  125. package/dist/index97.cjs +1 -1
  126. package/dist/index97.js +29 -21
  127. package/dist/index98.cjs +1 -1
  128. package/dist/index98.js +20 -14
  129. package/dist/index99.cjs +1 -80
  130. package/dist/index99.js +14 -100
  131. package/dist/mobx/Filters/Filters.d.ts +1 -1
  132. package/dist/mobx/Notifications/Notifications.d.ts +1 -1
  133. package/dist/mobx/RangeFilter/RangeFilter.d.ts +3 -3
  134. package/dist/mobx/Table/Table.d.ts +1 -1
  135. package/dist/mockServiceWorker.js +104 -63
  136. package/dist/mocks/internal/mockSWRReturn/index.d.ts +1 -0
  137. package/dist/mocks/internal/mockSWRReturn/mockSWRReturn.d.ts +1 -0
  138. package/dist/setupTests.d.ts +8 -0
  139. package/dist/storybookHelpers/constants.d.ts +1 -1
  140. package/dist/utils/isValidDateRange/isValidDateRange.d.ts +1 -1
  141. package/package.json +8 -4
package/dist/index44.js CHANGED
@@ -1,44 +1,47 @@
1
1
  import { jsxs as v, Fragment as B, jsx as s } from "react/jsx-runtime";
2
- import { TableManagementModal as O } from "./index84.js";
2
+ import { TableManagementModal as O } from "./index85.js";
3
3
  import { Tooltip as w, Button as x } from "@veeqo/ui";
4
- import { TableManagementGlyph as F } from "./index85.js";
4
+ import { TableManagementGlyph as F } from "./index86.js";
5
5
  import { observer as I } from "mobx-react";
6
6
  import { useBusinessLogic as y } from "./index7.js";
7
7
  import { useModal as P } from "./index50.js";
8
8
  import { useStores as U } from "./index59.js";
9
9
  import { useViews as G } from "./index60.js";
10
10
  import { ModalId as M } from "./index49.js";
11
- const X = I(({ columnDefinitions: f, pinnedRightColumnIds: i = [], pinnedLeftColumnIds: l = [] }) => {
12
- var p;
13
- const { DEFAULT_HIDDEN_COLUMNS: b, DEFAULT_VISIBLE_COLUMNS: g } = y(), t = [...l, ...i], a = b.filter((o) => !t.includes(o)), m = g.filter((o) => !t.includes(o)), T = [...a, ...m], { closeModal: E, isModalOpen: A, openModal: D } = P(), { Filters: { activeViewId: n }, Views: { draftViewsMap: h } } = U(), { viewsMap: C, isLoading: L } = G();
14
- if (!n || L) return null;
15
- const e = C.get(n), r = Array.isArray((p = e == null ? void 0 : e.columns) == null ? void 0 : p.columnIds), c = r ? e.columns.columnIds.filter((o) => !t.includes(o)) : m, N = r ? T.filter(
16
- (o) => !c.includes(o)
17
- ) : a, u = h.has(n), d = !(e != null && e.editable), S = d || u, _ = u ? "Please create a view to use table management" : d ? "Please choose a custom view to use table management" : "Table management";
18
- return /* @__PURE__ */ v(B, { children: [
19
- /* @__PURE__ */ s(w, { text: _, children: /* @__PURE__ */ s(
20
- x,
21
- {
22
- "aria-label": "Open table management",
23
- onClick: () => D(M.ORDERS_TABLE_MANAGEMENT),
24
- size: "sm",
25
- iconSlot: /* @__PURE__ */ s(F, {}),
26
- disabled: S
27
- }
28
- ) }),
29
- A(M.ORDERS_TABLE_MANAGEMENT) && /* @__PURE__ */ s(
30
- O,
31
- {
32
- pinnedRightColumnIds: i,
33
- pinnedLeftColumnIds: l,
34
- visibleColumns: c,
35
- hiddenColumns: N,
36
- columnDefintions: f,
37
- onClose: E
38
- }
39
- )
40
- ] });
41
- });
11
+ const X = I(
12
+ ({ columnDefinitions: f, pinnedRightColumnIds: i = [], pinnedLeftColumnIds: l = [] }) => {
13
+ var p;
14
+ const { DEFAULT_HIDDEN_COLUMNS: b, DEFAULT_VISIBLE_COLUMNS: g } = y(), t = [...l, ...i], a = b.filter((o) => !t.includes(o)), m = g.filter((o) => !t.includes(o)), T = [...a, ...m], { closeModal: E, isModalOpen: A, openModal: D } = P(), {
15
+ Filters: { activeViewId: n },
16
+ Views: { draftViewsMap: h }
17
+ } = U(), { viewsMap: C, isLoading: L } = G();
18
+ if (!n || L) return null;
19
+ const e = C.get(n), r = Array.isArray((p = e == null ? void 0 : e.columns) == null ? void 0 : p.columnIds), c = r ? e.columns.columnIds.filter((o) => !t.includes(o)) : m, N = r ? T.filter((o) => !c.includes(o)) : a, u = h.has(n), d = !(e != null && e.editable), S = d || u, _ = u ? "Please create a view to use table management" : d ? "Please choose a custom view to use table management" : "Table management";
20
+ return /* @__PURE__ */ v(B, { children: [
21
+ /* @__PURE__ */ s(w, { text: _, children: /* @__PURE__ */ s(
22
+ x,
23
+ {
24
+ "aria-label": "Open table management",
25
+ onClick: () => D(M.ORDERS_TABLE_MANAGEMENT),
26
+ size: "sm",
27
+ iconSlot: /* @__PURE__ */ s(F, {}),
28
+ disabled: S
29
+ }
30
+ ) }),
31
+ A(M.ORDERS_TABLE_MANAGEMENT) && /* @__PURE__ */ s(
32
+ O,
33
+ {
34
+ pinnedRightColumnIds: i,
35
+ pinnedLeftColumnIds: l,
36
+ visibleColumns: c,
37
+ hiddenColumns: N,
38
+ columnDefinitions: f,
39
+ onClose: E
40
+ }
41
+ )
42
+ ] });
43
+ }
44
+ );
42
45
  export {
43
46
  X as TableManagement
44
47
  };
package/dist/index45.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index81.cjs"),c=require("./index82.cjs"),h=require("./index83.cjs"),f=require("./index59.cjs"),y=({isLoading:o,refetch:a,trackMetricClick:t,tooltipText:n="Refresh data",buttonProps:l={size:"sm",variant:"default"}})=>{const{hasChanges:r,acknowledgeButtonClick:i}=c.usePollData(),{Notifications:{notify:u}}=f.useStores(),d=async()=>{try{await a(),await i(),t==null||t()}catch{u({type:"error",text:"Failed to refresh data"})}};return e.jsxs(s.StyledTooltip,{text:n,children:[e.jsx(s.StyledButton,{onClick:d,loading:o,disabled:o,iconSlot:e.jsx(h.RefreshIcon,{}),"aria-label":r?"refresh table with changes":"refresh table","aria-live":"polite",...l}),e.jsx(s.StyledIndicator,{color:"red",size:"xs",style:{opacity:r?1:0}})]})};exports.RefreshButton=y;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index82.cjs"),c=require("./index83.cjs"),h=require("./index84.cjs"),f=require("./index59.cjs"),y=({isLoading:o,refetch:a,trackMetricClick:t,tooltipText:n="Refresh data",buttonProps:l={size:"sm",variant:"default"}})=>{const{hasChanges:r,acknowledgeButtonClick:i}=c.usePollData(),{Notifications:{notify:u}}=f.useStores(),d=async()=>{try{await a(),await i(),t==null||t()}catch{u({type:"error",text:"Failed to refresh data"})}};return e.jsxs(s.StyledTooltip,{text:n,children:[e.jsx(s.StyledButton,{onClick:d,loading:o,disabled:o,iconSlot:e.jsx(h.RefreshIcon,{}),"aria-label":r?"refresh table with changes":"refresh table","aria-live":"polite",...l}),e.jsx(s.StyledIndicator,{color:"red",size:"xs",style:{opacity:r?1:0}})]})};exports.RefreshButton=y;
package/dist/index45.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as t } from "react/jsx-runtime";
2
- import { StyledTooltip as h, StyledButton as d, StyledIndicator as m } from "./index81.js";
3
- import { usePollData as p } from "./index82.js";
4
- import { RefreshIcon as y } from "./index83.js";
2
+ import { StyledTooltip as h, StyledButton as d, StyledIndicator as m } from "./index82.js";
3
+ import { usePollData as p } from "./index83.js";
4
+ import { RefreshIcon as y } from "./index84.js";
5
5
  import { useStores as c } from "./index59.js";
6
6
  const B = ({
7
7
  isLoading: o,
package/dist/index6.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("axios"),i=require("./index77.cjs"),s=require("./index78.cjs"),l=require("./index79.cjs"),E=require("./index80.cjs"),p=t=>t&&t.__esModule?t:{default:t},c=p(u),y=async(t,a)=>{const o=new Error,r=s.filterOptionalArgsGetDelete(t,a);try{return await c.default.get(...r)}catch(e){throw l.filterErrorStack(o),E.injectIntoError({customError:o,originalError:e,type:i.AxiosErrorType.GET}),e}},f=async(t,a)=>{const o=new Error,r=s.filterOptionalArgsGetDelete(t,a);try{return await c.default.delete(...r)}catch(e){throw l.filterErrorStack(o),E.injectIntoError({customError:o,originalError:e,type:i.AxiosErrorType.DELETE}),e}},g=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.post(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.POST}),n}},w=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.patch(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PATCH}),n}},A=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.put(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PUT}),n}},d=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.postForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.POST_FORM}),n}},h=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.putForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PUT_FORM}),n}},T=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.patchForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PATCH_FORM}),n}},m={get:y,delete:f,post:g,patch:w,put:A,postForm:d,putForm:h,patchForm:T,CancelToken:c.default.CancelToken,isCancel:c.default.isCancel,getUri:c.default.getUri,isAxiosError:c.default.isAxiosError};exports.axios=m;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("axios"),i=require("./index78.cjs"),s=require("./index79.cjs"),l=require("./index80.cjs"),E=require("./index81.cjs"),p=t=>t&&t.__esModule?t:{default:t},c=p(u),y=async(t,a)=>{const o=new Error,r=s.filterOptionalArgsGetDelete(t,a);try{return await c.default.get(...r)}catch(e){throw l.filterErrorStack(o),E.injectIntoError({customError:o,originalError:e,type:i.AxiosErrorType.GET}),e}},f=async(t,a)=>{const o=new Error,r=s.filterOptionalArgsGetDelete(t,a);try{return await c.default.delete(...r)}catch(e){throw l.filterErrorStack(o),E.injectIntoError({customError:o,originalError:e,type:i.AxiosErrorType.DELETE}),e}},g=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.post(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.POST}),n}},w=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.patch(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PATCH}),n}},A=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.put(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PUT}),n}},d=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.postForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.POST_FORM}),n}},h=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.putForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PUT_FORM}),n}},T=async(t,a,o)=>{const r=new Error,e=s.filterOptionalArgs(t,a,o);try{return await c.default.patchForm(...e)}catch(n){throw l.filterErrorStack(r),E.injectIntoError({customError:r,originalError:n,type:i.AxiosErrorType.PATCH_FORM}),n}},m={get:y,delete:f,post:g,patch:w,put:A,postForm:d,putForm:h,patchForm:T,CancelToken:c.default.CancelToken,isCancel:c.default.isCancel,getUri:c.default.getUri,isAxiosError:c.default.isAxiosError};exports.axios=m;
package/dist/index6.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import a from "axios";
2
- import { AxiosErrorType as e } from "./index77.js";
3
- import { filterOptionalArgsGetDelete as y, filterOptionalArgs as p } from "./index78.js";
4
- import { filterErrorStack as i } from "./index79.js";
5
- import { injectIntoError as E } from "./index80.js";
2
+ import { AxiosErrorType as e } from "./index78.js";
3
+ import { filterOptionalArgsGetDelete as y, filterOptionalArgs as p } from "./index79.js";
4
+ import { filterErrorStack as i } from "./index80.js";
5
+ import { injectIntoError as E } from "./index81.js";
6
6
  const m = async (n, s) => {
7
7
  const o = new Error(), r = y(n, s);
8
8
  try {
package/dist/index76.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const e = "all", l = () => ({
2
- id: e,
2
+ id: "all",
3
3
  label: "All",
4
4
  filterMaps: {
5
5
  filters: /* @__PURE__ */ new Map(),
package/dist/index77.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var P=(t=>(t.GET="AxiosGet",t.DELETE="AxiosDelete",t.POST="AxiosPost",t.PATCH="AxiosPatch",t.PUT="AxiosPut",t.POST_FORM="AxioPostForm",t.PUT_FORM="AxiosPutForm",t.PATCH_FORM="AxiosPatchForm",t))(P||{});exports.AxiosErrorType=P;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index59.cjs"),t=e=>{o.useStores.mockImplementation(()=>({...e}))};exports.mockUseStores=t;
package/dist/index77.js CHANGED
@@ -1,4 +1,9 @@
1
- var t = /* @__PURE__ */ ((P) => (P.GET = "AxiosGet", P.DELETE = "AxiosDelete", P.POST = "AxiosPost", P.PATCH = "AxiosPatch", P.PUT = "AxiosPut", P.POST_FORM = "AxioPostForm", P.PUT_FORM = "AxiosPutForm", P.PATCH_FORM = "AxiosPatchForm", P))(t || {});
1
+ import { useStores as e } from "./index59.js";
2
+ const m = (o) => {
3
+ e.mockImplementation(() => ({
4
+ ...o
5
+ }));
6
+ };
2
7
  export {
3
- t as AxiosErrorType
8
+ m as mockUseStores
4
9
  };
package/dist/index78.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=(r,t)=>{const e=[r];return t!==void 0&&e.push(t),e},l=(r,t,e)=>{const i=[r];return t!==void 0&&i.push(t),e!==void 0&&i.push(e),i};exports.filterOptionalArgs=l;exports.filterOptionalArgsGetDelete=s;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var P=(t=>(t.GET="AxiosGet",t.DELETE="AxiosDelete",t.POST="AxiosPost",t.PATCH="AxiosPatch",t.PUT="AxiosPut",t.POST_FORM="AxioPostForm",t.PUT_FORM="AxiosPutForm",t.PATCH_FORM="AxiosPatchForm",t))(P||{});exports.AxiosErrorType=P;
package/dist/index78.js CHANGED
@@ -1,11 +1,4 @@
1
- const i = (s, t) => {
2
- const r = [s];
3
- return t !== void 0 && r.push(t), r;
4
- }, o = (s, t, r) => {
5
- const e = [s];
6
- return t !== void 0 && e.push(t), r !== void 0 && e.push(r), e;
7
- };
1
+ var t = /* @__PURE__ */ ((P) => (P.GET = "AxiosGet", P.DELETE = "AxiosDelete", P.POST = "AxiosPost", P.PATCH = "AxiosPatch", P.PUT = "AxiosPut", P.POST_FORM = "AxioPostForm", P.PUT_FORM = "AxiosPutForm", P.PATCH_FORM = "AxiosPatchForm", P))(t || {});
8
2
  export {
9
- o as filterOptionalArgs,
10
- i as filterOptionalArgsGetDelete
3
+ t as AxiosErrorType
11
4
  };
package/dist/index79.cjs CHANGED
@@ -1,3 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index101.cjs"),s=e=>{if(!l.isError(e))return e;if(e.stack){const t=e.stack.split(`
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
- `);e.stack=r}return e};exports.filterErrorStack=s;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=(r,t)=>{const e=[r];return t!==void 0&&e.push(t),e},l=(r,t,e)=>{const i=[r];return t!==void 0&&i.push(t),e!==void 0&&i.push(e),i};exports.filterOptionalArgs=l;exports.filterOptionalArgsGetDelete=s;
package/dist/index79.js CHANGED
@@ -1,16 +1,11 @@
1
- import { isError as l } from "./index101.js";
2
- const s = (e) => {
3
- if (!l(e)) return e;
4
- if (e.stack) {
5
- const n = e.stack.split(`
6
- `);
7
- if (n.length <= 10) return e;
8
- const i = n == null ? void 0 : n[0], t = n == null ? void 0 : n.splice(9), f = [i, ...t].join(`
9
- `);
10
- e.stack = f;
11
- }
12
- return e;
1
+ const i = (s, t) => {
2
+ const r = [s];
3
+ return t !== void 0 && r.push(t), r;
4
+ }, o = (s, t, r) => {
5
+ const e = [s];
6
+ return t !== void 0 && e.push(t), r !== void 0 && e.push(r), e;
13
7
  };
14
8
  export {
15
- s as filterErrorStack
9
+ o as filterOptionalArgs,
10
+ i as filterOptionalArgsGetDelete
16
11
  };
package/dist/index80.cjs CHANGED
@@ -1 +1,3 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index101.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 l=require("./index102.cjs"),s=e=>{if(!l.isError(e))return e;if(e.stack){const t=e.stack.split(`
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
+ `);e.stack=r}return e};exports.filterErrorStack=s;
package/dist/index80.js CHANGED
@@ -1,11 +1,16 @@
1
- import { isError as c } from "./index101.js";
2
- const s = ({
3
- customError: e,
4
- originalError: t,
5
- type: f
6
- }) => {
7
- !c(t) || !c(e) || (t.stack && (t.stack = e.stack), t.name && (t.name = `${f} (${t.name})`));
1
+ import { isError as l } from "./index102.js";
2
+ const s = (e) => {
3
+ if (!l(e)) return e;
4
+ if (e.stack) {
5
+ const n = e.stack.split(`
6
+ `);
7
+ if (n.length <= 10) return e;
8
+ const i = n == null ? void 0 : n[0], t = n == null ? void 0 : n.splice(9), f = [i, ...t].join(`
9
+ `);
10
+ e.stack = f;
11
+ }
12
+ return e;
8
13
  };
9
14
  export {
10
- s as injectIntoError
15
+ s as filterErrorStack
11
16
  };
package/dist/index81.cjs CHANGED
@@ -1,11 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("styled-components"),t=require("@veeqo/ui"),s=e=>e&&e.__esModule?e:{default:e},o=s(i),l=o.default(t.Button)`
2
- padding-right: ${t.theme.sizes.sm};
3
- color: ${t.theme.colors.neutral.ink.base};
4
- `,d=o.default(t.Indicator)`
5
- height: ${t.theme.sizes[3]};
6
- min-width: ${t.theme.sizes[3]};
7
- top: -${t.theme.sizes.xs};
8
- right: -${t.theme.sizes.xs};
9
- `,n=o.default(t.Tooltip)`
10
- position: relative;
11
- `;exports.StyledButton=l;exports.StyledIndicator=d;exports.StyledTooltip=n;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index102.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/index81.js CHANGED
@@ -1,18 +1,11 @@
1
- import o from "styled-components";
2
- import { Tooltip as i, theme as t, Button as s, Indicator as e } from "@veeqo/ui";
3
- const l = o(s)`
4
- padding-right: ${t.sizes.sm};
5
- color: ${t.colors.neutral.ink.base};
6
- `, d = o(e)`
7
- height: ${t.sizes[3]};
8
- min-width: ${t.sizes[3]};
9
- top: -${t.sizes.xs};
10
- right: -${t.sizes.xs};
11
- `, p = o(i)`
12
- position: relative;
13
- `;
1
+ import { isError as c } from "./index102.js";
2
+ const s = ({
3
+ customError: e,
4
+ originalError: t,
5
+ type: f
6
+ }) => {
7
+ !c(t) || !c(e) || (t.stack && (t.stack = e.stack), t.name && (t.name = `${f} (${t.name})`));
8
+ };
14
9
  export {
15
- l as StyledButton,
16
- d as StyledIndicator,
17
- p as StyledTooltip
10
+ s as injectIntoError
18
11
  };
package/dist/index82.cjs CHANGED
@@ -1 +1,11 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),w=require("react-use"),L=require("./index7.cjs"),m=require("./index59.cjs"),v=require("./index64.cjs"),q=require("./index53.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 i=require("styled-components"),t=require("@veeqo/ui"),s=e=>e&&e.__esModule?e:{default:e},o=s(i),l=o.default(t.Button)`
2
+ padding-right: ${t.theme.sizes.sm};
3
+ color: ${t.theme.colors.neutral.ink.base};
4
+ `,d=o.default(t.Indicator)`
5
+ height: ${t.theme.sizes[3]};
6
+ min-width: ${t.theme.sizes[3]};
7
+ top: -${t.theme.sizes.xs};
8
+ right: -${t.theme.sizes.xs};
9
+ `,n=o.default(t.Tooltip)`
10
+ position: relative;
11
+ `;exports.StyledButton=l;exports.StyledIndicator=d;exports.StyledTooltip=n;
package/dist/index82.js CHANGED
@@ -1,43 +1,18 @@
1
- import { useState as t, useEffect as p } from "react";
2
- import { useInterval as P } from "react-use";
3
- import { useBusinessLogic as S } from "./index7.js";
4
- import { useStores as L } from "./index59.js";
5
- import { useUrlParams as v } from "./index64.js";
6
- import { fetcherV2 as V } from "./index53.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
- }
1
+ import o from "styled-components";
2
+ import { Tooltip as i, theme as t, Button as s, Indicator as e } from "@veeqo/ui";
3
+ const l = o(s)`
4
+ padding-right: ${t.sizes.sm};
5
+ color: ${t.colors.neutral.ink.base};
6
+ `, d = o(e)`
7
+ height: ${t.sizes[3]};
8
+ min-width: ${t.sizes[3]};
9
+ top: -${t.sizes.xs};
10
+ right: -${t.sizes.xs};
11
+ `, p = o(i)`
12
+ position: relative;
13
+ `;
41
14
  export {
42
- T as usePollData
15
+ l as StyledButton,
16
+ d as StyledIndicator,
17
+ p as StyledTooltip
43
18
  };
package/dist/index83.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=o=>e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:e.jsx("path",{d:"M17.64 6.35C16.19 4.9 14.2 4 11.99 4C7.57 4 4 7.58 4 12C4 16.42 7.57 20 11.99 20C15.72 20 18.83 17.45 19.72 14H17.64C16.82 16.33 14.6 18 11.99 18C8.68 18 5.99 15.31 5.99 12C5.99 8.69 8.68 6 11.99 6C13.65 6 15.13 6.69 16.21 7.78L12.99 11H19.99V4L17.64 6.35Z",fill:"currentColor"})});exports.RefreshIcon=r;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),w=require("react-use"),L=require("./index7.cjs"),m=require("./index59.cjs"),v=require("./index64.cjs"),q=require("./index53.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/index83.js CHANGED
@@ -1,11 +1,43 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const e = (r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o(
3
- "path",
4
- {
5
- d: "M17.64 6.35C16.19 4.9 14.2 4 11.99 4C7.57 4 4 7.58 4 12C4 16.42 7.57 20 11.99 20C15.72 20 18.83 17.45 19.72 14H17.64C16.82 16.33 14.6 18 11.99 18C8.68 18 5.99 15.31 5.99 12C5.99 8.69 8.68 6 11.99 6C13.65 6 15.13 6.69 16.21 7.78L12.99 11H19.99V4L17.64 6.35Z",
6
- fill: "currentColor"
1
+ import { useState as t, useEffect as p } from "react";
2
+ import { useInterval as P } from "react-use";
3
+ import { useBusinessLogic as S } from "./index7.js";
4
+ import { useStores as L } from "./index59.js";
5
+ import { useUrlParams as v } from "./index64.js";
6
+ import { fetcherV2 as V } from "./index53.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);
7
17
  }
8
- ) });
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
+ }
9
41
  export {
10
- e as RefreshIcon
42
+ T as usePollData
11
43
  };
package/dist/index84.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("@veeqo/ui"),s=require("react"),w=require("@veeqo/components"),S=require("./index87.cjs"),i=require("./index88.cjs"),T=require("./index89.cjs"),V=require("./index90.cjs"),n=require("./index91.cjs"),D=require("./index85.cjs"),H=require("./index92.cjs"),j=require("./index93.cjs"),{Glyph:O}=w.VeeqoCommon,$=({onClose:u,columnDefintions:G,hiddenColumns:d,visibleColumns:m,pinnedLeftColumnIds:y,pinnedRightColumnIds:f})=>{const[c,p]=s.useState(""),a=s.useMemo(()=>new Map(G.map(r=>[r.id,r])),[]),[o,g]=s.useState(()=>({[n.ColumnGroupIds.Hidden]:d,[n.ColumnGroupIds.Visible]:m})),I=s.useMemo(()=>{const r=o[n.ColumnGroupIds.Visible].map(t=>a.get(`${t}`));return j.filterColumnsBySearch(r,c)},[o,a,c]),v=s.useMemo(()=>{const r=o[n.ColumnGroupIds.Hidden].map(t=>a.get(`${t}`));return j.filterColumnsBySearch(r,c)},[o,a,c]),{isSavingColumns:h,saveColumns:M}=H.usePersistColumns({pinnedLeftColumnIds:y,pinnedRightColumnIds:f}),q=()=>{p(""),g({[n.ColumnGroupIds.Hidden]:d,[n.ColumnGroupIds.Visible]:m})},x=s.useCallback(r=>{if(p(r),!r){const t=new Set([...d,...m]);g(b=>({[n.ColumnGroupIds.Hidden]:b[n.ColumnGroupIds.Hidden].filter(C=>t.has(`${C}`)),[n.ColumnGroupIds.Visible]:b[n.ColumnGroupIds.Visible].filter(C=>t.has(`${C}`))}))}},[d,m]),k=s.useCallback(r=>{const t=a.get(`${r}`);return t?e.jsx(V.ColumnItem,{column:t,isDragOverlay:!0}):null},[a]);return e.jsx(l.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>u==null?void 0:u(),headerSlot:e.jsxs(i.HeaderContainer,{children:[e.jsxs(l.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(l.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(D.TableManagementGlyph,{height:32,width:32}),e.jsx(l.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(l.Button,{"aria-label":"Close modal",onClick:u,variant:"flat",iconSlot:e.jsx(O,{name:"close"})})]}),e.jsxs(l.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(l.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(l.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:q,variant:"default",disabled:h}],rightActions:[{label:"Cancel",onClick:u,variant:"default",disabled:h},{label:"Save",onClick:()=>M({visibleColumns:o[n.ColumnGroupIds.Visible]}),variant:"primary",disabled:h,loading:h}],children:e.jsx(l.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(l.Stack,{spacing:4,alignX:"stretch",children:e.jsx(T.DndContainer,{items:o,setItems:g,renderDragOverlay:k,children:e.jsx(i.Container,{children:e.jsxs(i.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(S.ColumnGroup,{id:n.ColumnGroupIds.Visible,title:"Shown columns:",columns:I}),e.jsx(i.VerticalSeparator,{children:e.jsx(i.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(S.ColumnGroup,{id:n.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:v})]})})})})})})};exports.TableManagementModal=$;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=o=>e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,children:e.jsx("path",{d:"M17.64 6.35C16.19 4.9 14.2 4 11.99 4C7.57 4 4 7.58 4 12C4 16.42 7.57 20 11.99 20C15.72 20 18.83 17.45 19.72 14H17.64C16.82 16.33 14.6 18 11.99 18C8.68 18 5.99 15.31 5.99 12C5.99 8.69 8.68 6 11.99 6C13.65 6 15.13 6.69 16.21 7.78L12.99 11H19.99V4L17.64 6.35Z",fill:"currentColor"})});exports.RefreshIcon=r;
package/dist/index84.js CHANGED
@@ -1,145 +1,11 @@
1
- import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
- import { Modal as O, Stack as h, Text as p, Button as X, Anchor as A } from "@veeqo/ui";
3
- import { useState as v, useMemo as f, useCallback as y } from "react";
4
- import { VeeqoCommon as I } from "@veeqo/components";
5
- import { ColumnGroup as w } from "./index87.js";
6
- import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./index88.js";
7
- import { DndContainer as R } from "./index89.js";
8
- import { ColumnItem as q } from "./index90.js";
9
- import { ColumnGroupIds as n } from "./index91.js";
10
- import { TableManagementGlyph as P } from "./index85.js";
11
- import { usePersistColumns as _ } from "./index92.js";
12
- import { filterColumnsBySearch as V } from "./index93.js";
13
- const { Glyph: E } = I, te = ({
14
- onClose: l,
15
- columnDefintions: k,
16
- hiddenColumns: s,
17
- visibleColumns: m,
18
- pinnedLeftColumnIds: D,
19
- pinnedRightColumnIds: H
20
- }) => {
21
- const [o, b] = v(""), i = f(
22
- () => new Map(k.map((a) => [a.id, a])),
23
- []
24
- ), [t, u] = v(() => ({
25
- [n.Hidden]: s,
26
- [n.Visible]: m
27
- })), M = f(() => {
28
- const a = t[n.Visible].map((r) => i.get(`${r}`));
29
- return V(a, o);
30
- }, [t, i, o]), x = f(() => {
31
- const a = t[n.Hidden].map((r) => i.get(`${r}`));
32
- return V(a, o);
33
- }, [t, i, o]), { isSavingColumns: d, saveColumns: G } = _({ pinnedLeftColumnIds: D, pinnedRightColumnIds: H }), T = () => {
34
- b(""), u({
35
- [n.Hidden]: s,
36
- [n.Visible]: m
37
- });
38
- }, C = y(
39
- (a) => {
40
- if (b(a), !a) {
41
- const r = /* @__PURE__ */ new Set([...s, ...m]);
42
- u((S) => ({
43
- [n.Hidden]: S[n.Hidden].filter((g) => r.has(`${g}`)),
44
- [n.Visible]: S[n.Visible].filter((g) => r.has(`${g}`))
45
- }));
46
- }
47
- },
48
- [s, m]
49
- ), $ = y(
50
- (a) => {
51
- const r = i.get(`${a}`);
52
- return r ? /* @__PURE__ */ e(q, { column: r, isDragOverlay: !0 }) : null;
53
- },
54
- [i]
55
- );
56
- return /* @__PURE__ */ e(
57
- O,
58
- {
59
- variant: "lg",
60
- style: { overflowY: "hidden" },
61
- shouldShow: !0,
62
- onClose: () => l == null ? void 0 : l(),
63
- headerSlot: /* @__PURE__ */ c(L, { children: [
64
- /* @__PURE__ */ c(h, { direction: "horizontal", alignX: "between", alignY: "center", children: [
65
- /* @__PURE__ */ c(h, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
66
- /* @__PURE__ */ e(P, { height: 32, width: 32 }),
67
- /* @__PURE__ */ e(p, { variant: "headingLarge", as: "h1", children: "Table management" })
68
- ] }),
69
- /* @__PURE__ */ e(
70
- X,
71
- {
72
- "aria-label": "Close modal",
73
- onClick: l,
74
- variant: "flat",
75
- iconSlot: /* @__PURE__ */ e(E, { name: "close" })
76
- }
77
- )
78
- ] }),
79
- /* @__PURE__ */ c(p, { variant: "subheadingMedium", children: [
80
- "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",
81
- " ",
82
- /* @__PURE__ */ e(A, { href: "#", target: "_blank", children: "help guide (TODO)" }),
83
- "."
84
- ] }),
85
- /* @__PURE__ */ e(p, { variant: "headingSmall", children: "Column management" }),
86
- /* @__PURE__ */ e(
87
- Q,
88
- {
89
- name: "column-search-query",
90
- placeholder: "Search",
91
- value: o,
92
- onChange: C,
93
- onClearClick: () => C(""),
94
- fill: "100%"
95
- }
96
- )
97
- ] }),
98
- leftActions: [
99
- {
100
- label: "Reset",
101
- onClick: T,
102
- variant: "default",
103
- disabled: d
104
- }
105
- ],
106
- rightActions: [
107
- {
108
- label: "Cancel",
109
- onClick: l,
110
- variant: "default",
111
- disabled: d
112
- },
113
- {
114
- label: "Save",
115
- onClick: () => G({ visibleColumns: t[n.Visible] }),
116
- variant: "primary",
117
- disabled: d,
118
- loading: d
119
- }
120
- ],
121
- children: /* @__PURE__ */ e(h, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(h, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(R, { items: t, setItems: u, renderDragOverlay: $, children: /* @__PURE__ */ e(Y, { children: /* @__PURE__ */ c(j, { columns: 2, spacing: "xl", children: [
122
- /* @__PURE__ */ e(
123
- w,
124
- {
125
- id: n.Visible,
126
- title: "Shown columns:",
127
- columns: M
128
- }
129
- ),
130
- /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(B, { children: "Drag & Drop columns" }) }),
131
- /* @__PURE__ */ e(
132
- w,
133
- {
134
- id: n.Hidden,
135
- title: "Hidden columns:",
136
- columns: x
137
- }
138
- )
139
- ] }) }) }) }) })
140
- }
141
- );
142
- };
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ const e = (r) => /* @__PURE__ */ o("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o(
3
+ "path",
4
+ {
5
+ d: "M17.64 6.35C16.19 4.9 14.2 4 11.99 4C7.57 4 4 7.58 4 12C4 16.42 7.57 20 11.99 20C15.72 20 18.83 17.45 19.72 14H17.64C16.82 16.33 14.6 18 11.99 18C8.68 18 5.99 15.31 5.99 12C5.99 8.69 8.68 6 11.99 6C13.65 6 15.13 6.69 16.21 7.78L12.99 11H19.99V4L17.64 6.35Z",
6
+ fill: "currentColor"
7
+ }
8
+ ) });
143
9
  export {
144
- te as TableManagementModal
10
+ e as RefreshIcon
145
11
  };
package/dist/index85.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),t=({height:H=16,width:V=16})=>e.jsx("svg",{width:V,height:H,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:e.jsx("path",{d:"M12.6667 3.33333V12.6667H3.33333V3.33333H12.6667ZM13.4 2H2.6C2.26667 2 2 2.26667 2 2.6V13.4C2 13.6667 2.26667 14 2.6 14H13.4C13.6667 14 14 13.6667 14 13.4V2.6C14 2.26667 13.6667 2 13.4 2ZM7.33333 4.66667H11.3333V6H7.33333V4.66667ZM7.33333 7.33333H11.3333V8.66667H7.33333V7.33333ZM7.33333 10H11.3333V11.3333H7.33333V10ZM4.66667 4.66667H6V6H4.66667V4.66667ZM4.66667 7.33333H6V8.66667H4.66667V7.33333ZM4.66667 10H6V11.3333H4.66667V10Z",fill:"#37424D"})});exports.TableManagementGlyph=t;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("@veeqo/ui"),s=require("react"),w=require("@veeqo/components"),S=require("./index87.cjs"),i=require("./index88.cjs"),T=require("./index89.cjs"),V=require("./index90.cjs"),n=require("./index91.cjs"),D=require("./index86.cjs"),H=require("./index92.cjs"),j=require("./index93.cjs"),{Glyph:O}=w.VeeqoCommon,$=({onClose:u,columnDefinitions:G,hiddenColumns:d,visibleColumns:m,pinnedLeftColumnIds:y,pinnedRightColumnIds:f})=>{const[c,p]=s.useState(""),a=s.useMemo(()=>new Map(G.map(r=>[r.id,r])),[]),[o,g]=s.useState(()=>({[n.ColumnGroupIds.Hidden]:d,[n.ColumnGroupIds.Visible]:m})),I=s.useMemo(()=>{const r=o[n.ColumnGroupIds.Visible].map(t=>a.get(`${t}`));return j.filterColumnsBySearch(r,c)},[o,a,c]),v=s.useMemo(()=>{const r=o[n.ColumnGroupIds.Hidden].map(t=>a.get(`${t}`));return j.filterColumnsBySearch(r,c)},[o,a,c]),{isSavingColumns:h,saveColumns:M}=H.usePersistColumns({pinnedLeftColumnIds:y,pinnedRightColumnIds:f}),q=()=>{p(""),g({[n.ColumnGroupIds.Hidden]:d,[n.ColumnGroupIds.Visible]:m})},x=s.useCallback(r=>{if(p(r),!r){const t=new Set([...d,...m]);g(b=>({[n.ColumnGroupIds.Hidden]:b[n.ColumnGroupIds.Hidden].filter(C=>t.has(`${C}`)),[n.ColumnGroupIds.Visible]:b[n.ColumnGroupIds.Visible].filter(C=>t.has(`${C}`))}))}},[d,m]),k=s.useCallback(r=>{const t=a.get(`${r}`);return t?e.jsx(V.ColumnItem,{column:t,isDragOverlay:!0}):null},[a]);return e.jsx(l.Modal,{variant:"lg",style:{overflowY:"hidden"},shouldShow:!0,onClose:()=>u==null?void 0:u(),headerSlot:e.jsxs(i.HeaderContainer,{children:[e.jsxs(l.Stack,{direction:"horizontal",alignX:"between",alignY:"center",children:[e.jsxs(l.Stack,{direction:"horizontal",alignX:"start",alignY:"center",spacing:"sm",children:[e.jsx(D.TableManagementGlyph,{height:32,width:32}),e.jsx(l.Text,{variant:"headingLarge",as:"h1",children:"Table management"})]}),e.jsx(l.Button,{"aria-label":"Close modal",onClick:u,variant:"flat",iconSlot:e.jsx(O,{name:"close"})})]}),e.jsxs(l.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(l.Anchor,{href:"#",target:"_blank",children:"help guide (TODO)"}),"."]}),e.jsx(l.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:q,variant:"default",disabled:h}],rightActions:[{label:"Cancel",onClick:u,variant:"default",disabled:h},{label:"Save",onClick:()=>M({visibleColumns:o[n.ColumnGroupIds.Visible]}),variant:"primary",disabled:h,loading:h}],children:e.jsx(l.Stack,{spacing:"md",alignX:"stretch",children:e.jsx(l.Stack,{spacing:4,alignX:"stretch",children:e.jsx(T.DndContainer,{items:o,setItems:g,renderDragOverlay:k,children:e.jsx(i.Container,{children:e.jsxs(i.ColumnGroupsGrid,{columns:2,spacing:"xl",children:[e.jsx(S.ColumnGroup,{id:n.ColumnGroupIds.Visible,title:"Shown columns:",columns:I}),e.jsx(i.VerticalSeparator,{children:e.jsx(i.VerticalText,{children:"Drag & Drop columns"})}),e.jsx(S.ColumnGroup,{id:n.ColumnGroupIds.Hidden,title:"Hidden columns:",columns:v})]})})})})})})};exports.TableManagementModal=$;