@veeqo/transfigure 1.2.0 → 1.2.1

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 (107) hide show
  1. package/dist/constants/viewConstants.d.ts +2 -0
  2. package/dist/index.cjs +1 -1
  3. package/dist/index.js +16 -14
  4. package/dist/index100.cjs +1 -1
  5. package/dist/index100.js +32 -14
  6. package/dist/index101.cjs +1 -19
  7. package/dist/index101.js +28 -23
  8. package/dist/index102.cjs +12 -1
  9. package/dist/index102.js +16 -24
  10. package/dist/index103.cjs +1 -12
  11. package/dist/index103.js +15 -16
  12. package/dist/index104.cjs +1 -80
  13. package/dist/index104.js +24 -101
  14. package/dist/index105.cjs +1 -1
  15. package/dist/index105.js +7 -2
  16. package/dist/index106.cjs +80 -1
  17. package/dist/index106.js +101 -19
  18. package/dist/index107.cjs +1 -1
  19. package/dist/index107.js +2 -8
  20. package/dist/index108.cjs +1 -1
  21. package/dist/index108.js +17 -62
  22. package/dist/index109.cjs +1 -1
  23. package/dist/index109.js +7 -29
  24. package/dist/index11.cjs +1 -1
  25. package/dist/index11.js +1 -1
  26. package/dist/index110.cjs +1 -13
  27. package/dist/index110.js +63 -16
  28. package/dist/index111.cjs +1 -1
  29. package/dist/index111.js +29 -25
  30. package/dist/index112.cjs +13 -1
  31. package/dist/index112.js +14 -33
  32. package/dist/index113.cjs +1 -7
  33. package/dist/index113.js +26 -10
  34. package/dist/index114.cjs +1 -1
  35. package/dist/index114.js +35 -62
  36. package/dist/index115.cjs +7 -1
  37. package/dist/index115.js +10 -47
  38. package/dist/index116.cjs +1 -0
  39. package/dist/index116.js +65 -0
  40. package/dist/index117.cjs +1 -0
  41. package/dist/index117.js +49 -0
  42. package/dist/index17.cjs +1 -1
  43. package/dist/index17.js +1 -1
  44. package/dist/index22.cjs +1 -1
  45. package/dist/index22.js +1 -1
  46. package/dist/index31.cjs +1 -1
  47. package/dist/index31.js +1 -1
  48. package/dist/index34.cjs +1 -1
  49. package/dist/index34.js +1 -1
  50. package/dist/index36.cjs +1 -1
  51. package/dist/index36.js +2 -2
  52. package/dist/index39.cjs +1 -1
  53. package/dist/index39.js +1 -1
  54. package/dist/index41.cjs +1 -1
  55. package/dist/index41.js +1 -1
  56. package/dist/index42.cjs +1 -1
  57. package/dist/index42.js +1 -1
  58. package/dist/index44.cjs +1 -1
  59. package/dist/index44.js +1 -1
  60. package/dist/index62.cjs +1 -1
  61. package/dist/index62.js +31 -49
  62. package/dist/index7.cjs +1 -1
  63. package/dist/index7.js +4 -4
  64. package/dist/index80.cjs +1 -1
  65. package/dist/index80.js +20 -6
  66. package/dist/index81.cjs +1 -1
  67. package/dist/index81.js +7 -2
  68. package/dist/index82.cjs +1 -1
  69. package/dist/index82.js +2 -9
  70. package/dist/index83.cjs +1 -3
  71. package/dist/index83.js +8 -13
  72. package/dist/index84.cjs +3 -1
  73. package/dist/index84.js +13 -8
  74. package/dist/index85.cjs +1 -1
  75. package/dist/index85.js +8 -4
  76. package/dist/index88.cjs +1 -1
  77. package/dist/index88.js +7 -7
  78. package/dist/index90.cjs +1 -1
  79. package/dist/index90.js +5 -13
  80. package/dist/index91.cjs +1 -104
  81. package/dist/index91.js +13 -120
  82. package/dist/index92.cjs +104 -1
  83. package/dist/index92.js +117 -65
  84. package/dist/index93.cjs +1 -1
  85. package/dist/index93.js +63 -24
  86. package/dist/index94.cjs +1 -1
  87. package/dist/index94.js +29 -2
  88. package/dist/index95.cjs +1 -1
  89. package/dist/index95.js +2 -41
  90. package/dist/index96.cjs +1 -1
  91. package/dist/index96.js +39 -9
  92. package/dist/index97.cjs +1 -1
  93. package/dist/index97.js +9 -31
  94. package/dist/index98.cjs +19 -1
  95. package/dist/index98.js +23 -28
  96. package/dist/index99.cjs +1 -1
  97. package/dist/index99.js +1 -1
  98. package/dist/mocks/createMockTransformedView.d.ts +2 -0
  99. package/dist/mocks/createMockView.d.ts +2 -0
  100. package/dist/storybookHelpers/apiMocks/views/mockSeededAllView.d.ts +26 -0
  101. package/dist/types.d.ts +5 -0
  102. package/dist/utils/index.d.ts +1 -0
  103. package/dist/utils/organiseViews/index.d.ts +1 -0
  104. package/dist/utils/organiseViews/organiseViews.d.ts +18 -0
  105. package/dist/utils/organiseViews/organiseViews.test.d.ts +1 -0
  106. package/package.json +1 -1
  107. /package/dist/storybookHelpers/apiMocks/{custom_views.d.ts → views/custom_views.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ import { ViewsState } from 'src/types';
2
+ export declare const INITIAL_VIEWS_STATE: Readonly<ViewsState>;
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index2.cjs"),o=require("./index3.cjs"),n=require("./index4.cjs"),a=require("./index5.cjs"),c=require("./index6.cjs"),u=require("./index7.cjs"),l=require("./index8.cjs"),F=require("./index9.cjs"),d=require("./index10.cjs"),q=require("./index11.cjs"),g=require("./index12.cjs"),w=require("./index13.cjs"),A=require("./index14.cjs"),V=require("./index15.cjs"),p=require("./index16.cjs"),C=require("./index17.cjs"),h=require("./index18.cjs"),v=require("./index19.cjs"),b=require("./index20.cjs"),R=require("./index21.cjs"),m=require("./index22.cjs"),D=require("./index23.cjs"),M=require("./index24.cjs"),T=require("./index25.cjs"),y=require("./index26.cjs"),S=require("./index27.cjs"),P=require("./index28.cjs"),N=require("./index29.cjs"),O=require("./index30.cjs"),U=require("./index31.cjs"),L=require("./index32.cjs"),B=require("./index33.cjs"),f=require("./index34.cjs"),k=require("./index35.cjs"),I=require("./index36.cjs"),x=require("./index37.cjs"),H=require("./index38.cjs"),E=require("./index39.cjs"),_=require("./index40.cjs"),G=require("./index41.cjs"),W=require("./index42.cjs"),X=require("./index43.cjs"),$=require("./index44.cjs"),J=require("./index45.cjs"),K=require("./index46.cjs"),j=require("./index47.cjs"),e=require("./index48.cjs"),r=require("./index49.cjs"),z=require("./index50.cjs"),Q=require("./index51.cjs"),Y=require("./index52.cjs"),Z=require("./index53.cjs"),i=require("./index54.cjs"),t=require("./index55.cjs"),ee=require("./index56.cjs"),re=require("./index57.cjs"),ie=require("./index58.cjs"),te=require("./index59.cjs"),se=require("./index60.cjs"),oe=require("./index61.cjs"),ne=require("./index62.cjs"),ae=require("./index63.cjs"),ce=require("./index64.cjs"),ue=require("./index65.cjs"),le=require("./index66.cjs"),Fe=require("./index67.cjs"),de=require("./index68.cjs"),qe=require("./index69.cjs"),ge=require("./index70.cjs"),we=require("./index71.cjs"),Ae=require("./index72.cjs"),Ve=require("./index73.cjs"),pe=require("./index74.cjs"),Ce=require("./index75.cjs"),he=require("./index76.cjs"),ve=require("./index77.cjs"),be=require("./index78.cjs"),Re=require("./index79.cjs"),me=require("./index80.cjs");exports.SortingMode=s.SortingMode;exports.deleteCustomView=o.deleteCustomView;exports.patchCurrentUser=n.patchCurrentUser;exports.patchCustomView=a.patchCustomView;exports.createCustomView=c.createCustomView;exports.axios=u.axios;exports.useBusinessLogic=l.useBusinessLogic;exports.BusinessLogicManager=F.BusinessLogicManager;exports.setMockedBusinessLogic=d.setMockedBusinessLogic;exports.ActionsDropdown=q.ActionsDropdown;exports.ErrorBoundary=g.ErrorBoundary;exports.SearchBar=w.SearchBar;exports.TableControls=A.TableControls;exports.ToastsManager=V.ToastsManager;exports.ActiveFilters=p.ActiveFilters;exports.FilterArrayField=C.FilterArrayField;exports.FilterField=h.FilterField;exports.ActiveFilterTag=v.ActiveFilterTag;exports.ActiveFilterArrayTag=b.ActiveFilterArrayTag;exports.ActiveFilterDateRangeTag=R.ActiveFilterDateRangeTag;exports.ActiveFilterNumberRangeTag=m.ActiveFilterNumberRangeTag;exports.ActiveAsyncRadioFilter=D.ActiveAsyncRadioFilter;exports.ActiveFilterFooter=M.ActiveFilterFooter;exports.ActiveFilterHeader=T.ActiveFilterHeader;exports.AsyncCheckboxFilter=y.AsyncCheckboxFilter;exports.AsyncRadioFilter=S.AsyncRadioFilter;exports.CheckboxFilter=P.CheckboxFilter;exports.DateRangeFilter=N.DateRangeFilter;exports.MultipleFieldFilter=O.MultipleFieldFilter;exports.NumberRangeFilter=U.NumberRangeFilter;exports.RadioFilter=L.RadioFilter;exports.FiltersDropdown=B.FiltersDropdown;exports.FiltersList=f.FiltersList;exports.FilterGroup=k.FilterGroup;exports.ViewTab=I.ViewTab;exports.CreateView=x.CreateView;exports.EditDropdown=H.EditDropdown;exports.OptionsDropdown=E.OptionsDropdown;exports.PillNotifications=_.PillNotifications;exports.SortableViews=G.SortableViews;exports.UnsavedChangesPill=W.UnsavedChangesPill;exports.ViewDropdowns=X.ViewDropdowns;exports.ViewList=$.ViewList;exports.SHARING_OPTIONS=J.SHARING_OPTIONS;exports.TableManagement=K.TableManagement;exports.RefreshButton=j.RefreshButton;exports.DateOptionMap=e.DateOptionMap;exports.DateValue=e.DateValue;exports.FilterChoiceValue=r.FilterChoiceValue;exports.SWR_HOOK_OPTIONS=r.SWR_HOOK_OPTIONS;exports.ModalProvider=z.ModalProvider;exports.ModalId=Q.ModalId;exports.useModal=Y.useModal;exports.withCSRF=Z.withCSRF;exports.onlyJSON=i.onlyJSON;exports.vndAPI=i.vndAPI;exports.fetcherV1=t.fetcherV1;exports.fetcherV2=t.fetcherV2;exports.useDropdownManager=ee.useDropdownManager;exports.useDuplicateActiveView=re.useDuplicateActiveView;exports.useFilterArrayLabel=ie.useFilterArrayLabel;exports.useFilterLabel=te.useFilterLabel;exports.usePersistUnsavedChanges=se.usePersistUnsavedChanges;exports.useStores=oe.useStores;exports.useViews=ne.useViews;exports.useViewUrlChange=ae.useViewUrlChange;exports.useUrlChange=ce.useUrlChange;exports.useCustomViews=ue.useCustomViews;exports.useColumns=le.useColumns;exports.useUrlParams=Fe.useUrlParams;exports.Filters=de.Filters;exports.NumberRangeFilterClass=qe.NumberRangeFilter;exports.RangeFilter=ge.RangeFilter;exports.Views=we.Views;exports.Notifications=Ae.Notifications;exports.Table=Ve.Table;exports.MobXProvider=pe.MobXProvider;exports.getAsyncOptions=Ce.getAsyncOptions;exports.getFetcherFunction=he.getFetcherFunction;exports.isValidDateRange=ve.isValidDateRange;exports.viewsAdapter=be.viewsAdapter;exports.createAllView=Re.createAllView;exports.mockUseStores=me.mockUseStores;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index2.cjs"),o=require("./index3.cjs"),n=require("./index4.cjs"),a=require("./index5.cjs"),c=require("./index6.cjs"),u=require("./index7.cjs"),l=require("./index8.cjs"),F=require("./index9.cjs"),d=require("./index10.cjs"),q=require("./index11.cjs"),g=require("./index12.cjs"),w=require("./index13.cjs"),A=require("./index14.cjs"),V=require("./index15.cjs"),p=require("./index16.cjs"),C=require("./index17.cjs"),h=require("./index18.cjs"),v=require("./index19.cjs"),b=require("./index20.cjs"),R=require("./index21.cjs"),m=require("./index22.cjs"),D=require("./index23.cjs"),M=require("./index24.cjs"),T=require("./index25.cjs"),y=require("./index26.cjs"),S=require("./index27.cjs"),P=require("./index28.cjs"),N=require("./index29.cjs"),O=require("./index30.cjs"),U=require("./index31.cjs"),L=require("./index32.cjs"),B=require("./index33.cjs"),f=require("./index34.cjs"),k=require("./index35.cjs"),I=require("./index36.cjs"),x=require("./index37.cjs"),H=require("./index38.cjs"),E=require("./index39.cjs"),_=require("./index40.cjs"),G=require("./index41.cjs"),W=require("./index42.cjs"),X=require("./index43.cjs"),$=require("./index44.cjs"),J=require("./index45.cjs"),K=require("./index46.cjs"),j=require("./index47.cjs"),e=require("./index48.cjs"),r=require("./index49.cjs"),z=require("./index50.cjs"),Q=require("./index51.cjs"),Y=require("./index52.cjs"),Z=require("./index53.cjs"),i=require("./index54.cjs"),t=require("./index55.cjs"),ee=require("./index56.cjs"),re=require("./index57.cjs"),ie=require("./index58.cjs"),te=require("./index59.cjs"),se=require("./index60.cjs"),oe=require("./index61.cjs"),ne=require("./index62.cjs"),ae=require("./index63.cjs"),ce=require("./index64.cjs"),ue=require("./index65.cjs"),le=require("./index66.cjs"),Fe=require("./index67.cjs"),de=require("./index68.cjs"),qe=require("./index69.cjs"),ge=require("./index70.cjs"),we=require("./index71.cjs"),Ae=require("./index72.cjs"),Ve=require("./index73.cjs"),pe=require("./index74.cjs"),Ce=require("./index75.cjs"),he=require("./index76.cjs"),ve=require("./index77.cjs"),be=require("./index78.cjs"),Re=require("./index79.cjs"),me=require("./index80.cjs"),De=require("./index81.cjs");exports.SortingMode=s.SortingMode;exports.deleteCustomView=o.deleteCustomView;exports.patchCurrentUser=n.patchCurrentUser;exports.patchCustomView=a.patchCustomView;exports.createCustomView=c.createCustomView;exports.axios=u.axios;exports.useBusinessLogic=l.useBusinessLogic;exports.BusinessLogicManager=F.BusinessLogicManager;exports.setMockedBusinessLogic=d.setMockedBusinessLogic;exports.ActionsDropdown=q.ActionsDropdown;exports.ErrorBoundary=g.ErrorBoundary;exports.SearchBar=w.SearchBar;exports.TableControls=A.TableControls;exports.ToastsManager=V.ToastsManager;exports.ActiveFilters=p.ActiveFilters;exports.FilterArrayField=C.FilterArrayField;exports.FilterField=h.FilterField;exports.ActiveFilterTag=v.ActiveFilterTag;exports.ActiveFilterArrayTag=b.ActiveFilterArrayTag;exports.ActiveFilterDateRangeTag=R.ActiveFilterDateRangeTag;exports.ActiveFilterNumberRangeTag=m.ActiveFilterNumberRangeTag;exports.ActiveAsyncRadioFilter=D.ActiveAsyncRadioFilter;exports.ActiveFilterFooter=M.ActiveFilterFooter;exports.ActiveFilterHeader=T.ActiveFilterHeader;exports.AsyncCheckboxFilter=y.AsyncCheckboxFilter;exports.AsyncRadioFilter=S.AsyncRadioFilter;exports.CheckboxFilter=P.CheckboxFilter;exports.DateRangeFilter=N.DateRangeFilter;exports.MultipleFieldFilter=O.MultipleFieldFilter;exports.NumberRangeFilter=U.NumberRangeFilter;exports.RadioFilter=L.RadioFilter;exports.FiltersDropdown=B.FiltersDropdown;exports.FiltersList=f.FiltersList;exports.FilterGroup=k.FilterGroup;exports.ViewTab=I.ViewTab;exports.CreateView=x.CreateView;exports.EditDropdown=H.EditDropdown;exports.OptionsDropdown=E.OptionsDropdown;exports.PillNotifications=_.PillNotifications;exports.SortableViews=G.SortableViews;exports.UnsavedChangesPill=W.UnsavedChangesPill;exports.ViewDropdowns=X.ViewDropdowns;exports.ViewList=$.ViewList;exports.SHARING_OPTIONS=J.SHARING_OPTIONS;exports.TableManagement=K.TableManagement;exports.RefreshButton=j.RefreshButton;exports.DateOptionMap=e.DateOptionMap;exports.DateValue=e.DateValue;exports.FilterChoiceValue=r.FilterChoiceValue;exports.SWR_HOOK_OPTIONS=r.SWR_HOOK_OPTIONS;exports.ModalProvider=z.ModalProvider;exports.ModalId=Q.ModalId;exports.useModal=Y.useModal;exports.withCSRF=Z.withCSRF;exports.onlyJSON=i.onlyJSON;exports.vndAPI=i.vndAPI;exports.fetcherV1=t.fetcherV1;exports.fetcherV2=t.fetcherV2;exports.useDropdownManager=ee.useDropdownManager;exports.useDuplicateActiveView=re.useDuplicateActiveView;exports.useFilterArrayLabel=ie.useFilterArrayLabel;exports.useFilterLabel=te.useFilterLabel;exports.usePersistUnsavedChanges=se.usePersistUnsavedChanges;exports.useStores=oe.useStores;exports.useViews=ne.useViews;exports.useViewUrlChange=ae.useViewUrlChange;exports.useUrlChange=ce.useUrlChange;exports.useCustomViews=ue.useCustomViews;exports.useColumns=le.useColumns;exports.useUrlParams=Fe.useUrlParams;exports.Filters=de.Filters;exports.NumberRangeFilterClass=qe.NumberRangeFilter;exports.RangeFilter=ge.RangeFilter;exports.Views=we.Views;exports.Notifications=Ae.Notifications;exports.Table=Ve.Table;exports.MobXProvider=pe.MobXProvider;exports.getAsyncOptions=Ce.getAsyncOptions;exports.getFetcherFunction=he.getFetcherFunction;exports.isValidDateRange=ve.isValidDateRange;exports.viewsAdapter=be.viewsAdapter;exports.createAllView=Re.createAllView;exports.organiseViews=me.organiseViews;exports.mockUseStores=De.mockUseStores;
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { SortingMode as o } from "./index2.js";
2
2
  import { deleteCustomView as p } from "./index3.js";
3
- import { patchCurrentUser as i } from "./index4.js";
3
+ import { patchCurrentUser as m } from "./index4.js";
4
4
  import { patchCustomView as x } from "./index5.js";
5
- import { createCustomView as s } from "./index6.js";
5
+ import { createCustomView as a } from "./index6.js";
6
6
  import { axios as n } from "./index7.js";
7
7
  import { useBusinessLogic as c } from "./index8.js";
8
8
  import { BusinessLogicManager as d } from "./index9.js";
@@ -27,9 +27,9 @@ import { AsyncRadioFilter as Z } from "./index27.js";
27
27
  import { CheckboxFilter as rr } from "./index28.js";
28
28
  import { DateRangeFilter as or } from "./index29.js";
29
29
  import { MultipleFieldFilter as pr } from "./index30.js";
30
- import { NumberRangeFilter as ir } from "./index31.js";
30
+ import { NumberRangeFilter as mr } from "./index31.js";
31
31
  import { RadioFilter as xr } from "./index32.js";
32
- import { FiltersDropdown as sr } from "./index33.js";
32
+ import { FiltersDropdown as ar } from "./index33.js";
33
33
  import { FiltersList as nr } from "./index34.js";
34
34
  import { FilterGroup as cr } from "./index35.js";
35
35
  import { ViewTab as dr } from "./index36.js";
@@ -52,9 +52,9 @@ import { useModal as Qr } from "./index52.js";
52
52
  import { withCSRF as Zr } from "./index53.js";
53
53
  import { onlyJSON as re, vndAPI as ee } from "./index54.js";
54
54
  import { fetcherV1 as te, fetcherV2 as pe } from "./index55.js";
55
- import { useDropdownManager as ie } from "./index56.js";
55
+ import { useDropdownManager as me } from "./index56.js";
56
56
  import { useDuplicateActiveView as xe } from "./index57.js";
57
- import { useFilterArrayLabel as se } from "./index58.js";
57
+ import { useFilterArrayLabel as ae } from "./index58.js";
58
58
  import { useFilterLabel as ne } from "./index59.js";
59
59
  import { usePersistUnsavedChanges as ce } from "./index60.js";
60
60
  import { useStores as de } from "./index61.js";
@@ -76,7 +76,8 @@ import { getFetcherFunction as Xe } from "./index76.js";
76
76
  import { isValidDateRange as qe } from "./index77.js";
77
77
  import { viewsAdapter as Qe } from "./index78.js";
78
78
  import { createAllView as Ze } from "./index79.js";
79
- import { mockUseStores as ro } from "./index80.js";
79
+ import { organiseViews as ro } from "./index80.js";
80
+ import { mockUseStores as oo } from "./index81.js";
80
81
  export {
81
82
  V as ActionsDropdown,
82
83
  K as ActiveAsyncRadioFilter,
@@ -102,14 +103,14 @@ export {
102
103
  L as FilterField,
103
104
  cr as FilterGroup,
104
105
  Ne as Filters,
105
- sr as FiltersDropdown,
106
+ ar as FiltersDropdown,
106
107
  nr as FiltersList,
107
108
  Ge as MobXProvider,
108
109
  qr as ModalId,
109
110
  Xr as ModalProvider,
110
111
  pr as MultipleFieldFilter,
111
112
  ke as Notifications,
112
- ir as NumberRangeFilter,
113
+ mr as NumberRangeFilter,
113
114
  ye as NumberRangeFilterClass,
114
115
  hr as OptionsDropdown,
115
116
  Rr as PillNotifications,
@@ -132,24 +133,25 @@ export {
132
133
  Be as Views,
133
134
  n as axios,
134
135
  Ze as createAllView,
135
- s as createCustomView,
136
+ a as createCustomView,
136
137
  p as deleteCustomView,
137
138
  te as fetcherV1,
138
139
  pe as fetcherV2,
139
140
  Ke as getAsyncOptions,
140
141
  Xe as getFetcherFunction,
141
142
  qe as isValidDateRange,
142
- ro as mockUseStores,
143
+ oo as mockUseStores,
143
144
  re as onlyJSON,
144
- i as patchCurrentUser,
145
+ ro as organiseViews,
146
+ m as patchCurrentUser,
145
147
  x as patchCustomView,
146
148
  w as setMockedBusinessLogic,
147
149
  c as useBusinessLogic,
148
150
  De as useColumns,
149
151
  Re as useCustomViews,
150
- ie as useDropdownManager,
152
+ me as useDropdownManager,
151
153
  xe as useDuplicateActiveView,
152
- se as useFilterArrayLabel,
154
+ ae as useFilterArrayLabel,
153
155
  ne as useFilterLabel,
154
156
  Qr as useModal,
155
157
  ce as usePersistUnsavedChanges,
package/dist/index100.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),l=require("./index110.cjs"),o=e=>i.jsx(l.StyledSortableViews,{...e,onChange:t=>{t.filter(r=>{var n;return(n=r.children)==null?void 0:n.length}).length||e.onChange(t)}});exports.LegacySortableViews=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("react"),f=require("swr"),R=require("./index61.cjs"),S=require("./index8.cjs"),P=require("./index62.cjs"),h=require("./index55.cjs"),m=e=>e&&e.__esModule?e:{default:e},q=m(f),E=()=>{var r;const{Filters:{queryParams:e}}=R.useStores(),{TABLE_DATA_URL:i,PAGE_NUMBER_FILTER_ID:u,PAGE_SIZE_FILTER_ID:n}=S.useBusinessLogic(),{isLoading:c}=P.useViews(),a=w.useMemo(()=>{const s=new URLSearchParams(e);return s.set(u,"1"),s.set(n,"1"),s.toString()},[e,u,n]),l=!c?`${i}?${a}`:null,{data:t,error:d,isLoading:_,mutate:L}=q.default([l,{includeMeta:!0}],([s,g])=>h.fetcherV2(s,g),{revalidateOnFocus:!1,revalidateOnReconnect:!1,keepPreviousData:!0}),o=t==null?void 0:t.meta;return{viewCounts:(r=o==null?void 0:o.page)==null?void 0:r.total_count,error:d,isLoadingViewCounts:_,mutate:L}};exports.useViewCounts=E;
package/dist/index100.js CHANGED
@@ -1,17 +1,35 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { StyledSortableViews as i } from "./index110.js";
3
- const h = (e) => /* @__PURE__ */ o(
4
- i,
5
- {
6
- ...e,
7
- onChange: (t) => {
8
- t.filter((n) => {
9
- var r;
10
- return (r = n.children) == null ? void 0 : r.length;
11
- }).length || e.onChange(t);
1
+ import { useMemo as _ } from "react";
2
+ import p from "swr";
3
+ import { useStores as w } from "./index61.js";
4
+ import { useBusinessLogic as R } from "./index8.js";
5
+ import { useViews as g } from "./index62.js";
6
+ import { fetcherV2 as E } from "./index55.js";
7
+ const V = () => {
8
+ var i;
9
+ const { Filters: { queryParams: s } } = w(), { TABLE_DATA_URL: a, PAGE_NUMBER_FILTER_ID: r, PAGE_SIZE_FILTER_ID: n } = R(), { isLoading: u } = g(), c = _(() => {
10
+ const e = new URLSearchParams(s);
11
+ return e.set(r, "1"), e.set(n, "1"), e.toString();
12
+ }, [s, r, n]), m = !u ? `${a}?${c}` : null, {
13
+ data: t,
14
+ error: l,
15
+ isLoading: L,
16
+ mutate: d
17
+ } = p(
18
+ [m, { includeMeta: !0 }],
19
+ ([e, f]) => E(e, f),
20
+ {
21
+ revalidateOnFocus: !1,
22
+ revalidateOnReconnect: !1,
23
+ keepPreviousData: !0
12
24
  }
13
- }
14
- );
25
+ ), o = t == null ? void 0 : t.meta;
26
+ return {
27
+ viewCounts: (i = o == null ? void 0 : o.page) == null ? void 0 : i.total_count,
28
+ error: l,
29
+ isLoadingViewCounts: L,
30
+ mutate: d
31
+ };
32
+ };
15
33
  export {
16
- h as LegacySortableViews
34
+ V as useViewCounts
17
35
  };
package/dist/index101.cjs CHANGED
@@ -1,19 +1 @@
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};
6
-
7
- &:hover {
8
- background-color: ${e.theme.colors.neutral.grey.lightest};
9
- color: ${e.theme.colors.secondary.blue.base};
10
- cursor: pointer;
11
- }
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;
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;
package/dist/index101.js CHANGED
@@ -1,26 +1,31 @@
1
- import t from "styled-components";
2
- import { theme as o, Card as r, Button as e } from "@veeqo/ui";
3
- const n = t(e).attrs(() => ({ role: "option", variant: "flat" }))`
4
- margin: ${o.sizes.xs};
5
- min-width: 180px;
6
- justify-content: flex-start;
7
- font-size: ${o.text.body.fontSize};
8
-
9
- &:hover {
10
- background-color: ${o.colors.neutral.grey.lightest};
11
- color: ${o.colors.secondary.blue.base};
12
- cursor: pointer;
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." })
13
27
  }
14
- `, a = t(r.Surface).attrs(() => ({ role: "listbox", elevation: 4 }))`
15
- margin-top: ${o.sizes.xs};
16
- background-color: white;
17
- `, l = t.hr`
18
- width: 100%;
19
- border-top: 1px solid ${o.colors.neutral.grey.dark};
20
- margin: 0;
21
- `;
28
+ );
22
29
  export {
23
- l as Divider,
24
- n as Item,
25
- a as MenuItems
30
+ s as Confirmation
26
31
  };
package/dist/index102.cjs CHANGED
@@ -1 +1,12 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),n=require("react"),l=require("./index113.cjs"),v=({children:i,style:o,className:c})=>{const r=n.useRef(null),[u,f]=n.useState(0);return n.useEffect(()=>{const e=r.current,s=()=>{if(e){const{top:a}=e.getBoundingClientRect();f(a)}};s();const t=new ResizeObserver(s);return e&&t.observe(e),()=>{e&&t.unobserve(e),t.disconnect()}},[]),d.jsx(l.AdaptiveStyledContainer,{style:o,className:c,offset:u,ref:r,children:i})};exports.AdaptiveHeightContainer=v;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("styled-components"),t=require("@veeqo/ui"),o=e=>e&&e.__esModule?e:{default:e},r=o(i),d=r.default(t.BaseContainer)`
2
+ display: flex;
3
+ flex-direction: column;
4
+ padding: 8px;
5
+ padding-left: 35px;
6
+ margin: 8px;
7
+ background-color: ${t.theme.colors.neutral.grey.lightest};
8
+ `,l=r.default.hr`
9
+ width: 100%;
10
+ border-top: 1px solid ${t.theme.colors.neutral.grey.dark};
11
+ margin: 0 0 4px 0;
12
+ `;exports.Divider=l;exports.FixedViews=d;
package/dist/index102.js CHANGED
@@ -1,26 +1,18 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { useRef as a, useState as d, useEffect as m } from "react";
3
- import { AdaptiveStyledContainer as v } from "./index113.js";
4
- const R = ({
5
- children: o,
6
- style: s,
7
- className: f
8
- }) => {
9
- const r = a(null), [i, c] = d(0);
10
- return m(() => {
11
- const e = r.current, n = () => {
12
- if (e) {
13
- const { top: u } = e.getBoundingClientRect();
14
- c(u);
15
- }
16
- };
17
- n();
18
- const t = new ResizeObserver(n);
19
- return e && t.observe(e), () => {
20
- e && t.unobserve(e), t.disconnect();
21
- };
22
- }, []), /* @__PURE__ */ p(v, { style: s, className: f, offset: i, ref: r, children: o });
23
- };
1
+ import r from "styled-components";
2
+ import { theme as o, BaseContainer as e } from "@veeqo/ui";
3
+ const d = r(e)`
4
+ display: flex;
5
+ flex-direction: column;
6
+ padding: 8px;
7
+ padding-left: 35px;
8
+ margin: 8px;
9
+ background-color: ${o.colors.neutral.grey.lightest};
10
+ `, l = r.hr`
11
+ width: 100%;
12
+ border-top: 1px solid ${o.colors.neutral.grey.dark};
13
+ margin: 0 0 4px 0;
14
+ `;
24
15
  export {
25
- R as AdaptiveHeightContainer
16
+ l as Divider,
17
+ d as FixedViews
26
18
  };
package/dist/index103.cjs CHANGED
@@ -1,12 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("styled-components"),t=require("@veeqo/ui"),o=e=>e&&e.__esModule?e:{default:e},r=o(i),d=r.default(t.BaseContainer)`
2
- display: flex;
3
- flex-direction: column;
4
- padding: 8px;
5
- padding-left: 35px;
6
- margin: 8px;
7
- background-color: ${t.theme.colors.neutral.grey.lightest};
8
- `,l=r.default.hr`
9
- width: 100%;
10
- border-top: 1px solid ${t.theme.colors.neutral.grey.dark};
11
- margin: 0 0 4px 0;
12
- `;exports.Divider=l;exports.FixedViews=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),l=require("./index112.cjs"),o=e=>i.jsx(l.StyledSortableViews,{...e,onChange:t=>{t.filter(r=>{var n;return(n=r.children)==null?void 0:n.length}).length||e.onChange(t)}});exports.LegacySortableViews=o;
package/dist/index103.js CHANGED
@@ -1,18 +1,17 @@
1
- import r from "styled-components";
2
- import { theme as o, BaseContainer as e } from "@veeqo/ui";
3
- const d = r(e)`
4
- display: flex;
5
- flex-direction: column;
6
- padding: 8px;
7
- padding-left: 35px;
8
- margin: 8px;
9
- background-color: ${o.colors.neutral.grey.lightest};
10
- `, l = r.hr`
11
- width: 100%;
12
- border-top: 1px solid ${o.colors.neutral.grey.dark};
13
- margin: 0 0 4px 0;
14
- `;
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { StyledSortableViews as i } from "./index112.js";
3
+ const h = (e) => /* @__PURE__ */ o(
4
+ i,
5
+ {
6
+ ...e,
7
+ onChange: (t) => {
8
+ t.filter((n) => {
9
+ var r;
10
+ return (r = n.children) == null ? void 0 : r.length;
11
+ }).length || e.onChange(t);
12
+ }
13
+ }
14
+ );
15
15
  export {
16
- l as Divider,
17
- d as FixedViews
16
+ h as LegacySortableViews
18
17
  };
package/dist/index104.cjs CHANGED
@@ -1,80 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("styled-components"),t=require("@veeqo/ui"),r=require("@veeqo/components"),l=require("framer-motion"),s=require("./index111.cjs"),c=e=>e&&e.__esModule?e:{default:e},o=c(a),{Glyph:i}=r.VeeqoCommon,d=o.default(l.motion(t.BaseContainer)).attrs(()=>({variants:s.notificationVariants,initial:"initial",animate:"animate",exit:"exit"}))`
2
- display: flex;
3
- position: fixed;
4
- width: 100vw;
5
- left: 0;
6
- bottom: 24px;
7
- z-index: 1001;
8
-
9
- &.notification-enter {
10
- opacity: 0;
11
- transform: translateY(-16px);
12
- }
13
-
14
- &.notification-enter-active {
15
- opacity: 1;
16
- transform: translateY(0);
17
- transition: 350ms ease;
18
- }
19
-
20
- &.notification-exit {
21
- opacity: 0;
22
- transform: translateY(16px);
23
- transition: 350ms ease;
24
- }
25
- pointer-events: none;
26
- `,f=o.default(t.BaseContainer)`
27
- display: inline-flex;
28
- flex-direction: row;
29
- align-items: center;
30
- padding: 20px 24px 24px 24px;
31
- border-radius: 4px;
32
- margin: 0 auto;
33
- background-color: #fff;
34
- box-shadow: ${t.theme.shadows.lg};
35
- pointer-events: all;
36
- `,p=o.default(t.Banner)`
37
- display: inline-flex;
38
- flex-direction: row;
39
- align-items: center;
40
- margin: 0 auto;
41
- background-color: #fff;
42
- box-shadow: ${t.theme.shadows.lg};
43
- pointer-events: all;
44
- `,x=o.default(t.Button)`
45
- margin-right: 16px;
46
- `,u=o.default(t.Text)`
47
- line-height: 20px;
48
- `,n=o.default(t.Text)`
49
- margin: ${e=>e.margin?e.margin:""};
50
- color: ${e=>e.color};
51
- `,m=o.default(t.Text)`
52
- margin-right: 8px;
53
- color: ${e=>e.color};
54
- `,g=o.default(i)``,h=o.default(t.BaseContainer)`
55
- display: flex;
56
- flex-direction: row;
57
- align-items: flex-end;
58
- flex-grow: 2;
59
- margin-left: 24px;
60
- margin-right: 24px;
61
- `;o.default.button`
62
- display: flex;
63
- flex-direction: row;
64
- width: 100%;
65
- padding: 12px 16px;
66
- cursor: pointer;
67
-
68
- & > ${n} {
69
- white-space: nowrap;
70
- user-select: none;
71
- }
72
-
73
- &:hover {
74
- background-color: ${t.theme.colors.neutral.grey.lightest};
75
- }
76
-
77
- &:hover > ${n} {
78
- color: ${t.theme.colors.secondary.blue.base};
79
- }
80
- `;exports.Bold=m;exports.Button=x;exports.Container=f;exports.Glyph=g;exports.Hint=u;exports.Notification=d;exports.Pill=p;exports.Text=n;exports.UIGlyph=i;exports.Wrap=h;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),n=require("react"),l=require("./index115.cjs"),v=({children:i,style:o,className:c})=>{const r=n.useRef(null),[u,f]=n.useState(0);return n.useEffect(()=>{const e=r.current,s=()=>{if(e){const{top:a}=e.getBoundingClientRect();f(a)}};s();const t=new ResizeObserver(s);return e&&t.observe(e),()=>{e&&t.unobserve(e),t.disconnect()}},[]),d.jsx(l.AdaptiveStyledContainer,{style:o,className:c,offset:u,ref:r,children:i})};exports.AdaptiveHeightContainer=v;
package/dist/index104.js CHANGED
@@ -1,103 +1,26 @@
1
- import t from "styled-components";
2
- import { BaseContainer as n, theme as i, Text as e, Banner as a, Button as l } from "@veeqo/ui";
3
- import { VeeqoCommon as s } from "@veeqo/components";
4
- import { motion as c } from "framer-motion";
5
- import { notificationVariants as p } from "./index111.js";
6
- const { Glyph: x } = s, u = t(c(n)).attrs(() => ({
7
- variants: p,
8
- initial: "initial",
9
- animate: "animate",
10
- exit: "exit"
11
- }))`
12
- display: flex;
13
- position: fixed;
14
- width: 100vw;
15
- left: 0;
16
- bottom: 24px;
17
- z-index: 1001;
18
-
19
- &.notification-enter {
20
- opacity: 0;
21
- transform: translateY(-16px);
22
- }
23
-
24
- &.notification-enter-active {
25
- opacity: 1;
26
- transform: translateY(0);
27
- transition: 350ms ease;
28
- }
29
-
30
- &.notification-exit {
31
- opacity: 0;
32
- transform: translateY(16px);
33
- transition: 350ms ease;
34
- }
35
- pointer-events: none;
36
- `, w = t(n)`
37
- display: inline-flex;
38
- flex-direction: row;
39
- align-items: center;
40
- padding: 20px 24px 24px 24px;
41
- border-radius: 4px;
42
- margin: 0 auto;
43
- background-color: #fff;
44
- box-shadow: ${i.shadows.lg};
45
- pointer-events: all;
46
- `, y = t(a)`
47
- display: inline-flex;
48
- flex-direction: row;
49
- align-items: center;
50
- margin: 0 auto;
51
- background-color: #fff;
52
- box-shadow: ${i.shadows.lg};
53
- pointer-events: all;
54
- `, $ = t(l)`
55
- margin-right: 16px;
56
- `, b = t(e)`
57
- line-height: 20px;
58
- `, r = t(e)`
59
- margin: ${(o) => o.margin ? o.margin : ""};
60
- color: ${(o) => o.color};
61
- `, v = t(e)`
62
- margin-right: 8px;
63
- color: ${(o) => o.color};
64
- `, B = t(x)``, k = t(n)`
65
- display: flex;
66
- flex-direction: row;
67
- align-items: flex-end;
68
- flex-grow: 2;
69
- margin-left: 24px;
70
- margin-right: 24px;
71
- `;
72
- t.button`
73
- display: flex;
74
- flex-direction: row;
75
- width: 100%;
76
- padding: 12px 16px;
77
- cursor: pointer;
78
-
79
- & > ${r} {
80
- white-space: nowrap;
81
- user-select: none;
82
- }
83
-
84
- &:hover {
85
- background-color: ${i.colors.neutral.grey.lightest};
86
- }
87
-
88
- &:hover > ${r} {
89
- color: ${i.colors.secondary.blue.base};
90
- }
91
- `;
1
+ import { jsx as p } from "react/jsx-runtime";
2
+ import { useRef as a, useState as d, useEffect as m } from "react";
3
+ import { AdaptiveStyledContainer as v } from "./index115.js";
4
+ const R = ({
5
+ children: o,
6
+ style: s,
7
+ className: f
8
+ }) => {
9
+ const r = a(null), [i, c] = d(0);
10
+ return m(() => {
11
+ const e = r.current, n = () => {
12
+ if (e) {
13
+ const { top: u } = e.getBoundingClientRect();
14
+ c(u);
15
+ }
16
+ };
17
+ n();
18
+ const t = new ResizeObserver(n);
19
+ return e && t.observe(e), () => {
20
+ e && t.unobserve(e), t.disconnect();
21
+ };
22
+ }, []), /* @__PURE__ */ p(v, { style: s, className: f, offset: i, ref: r, children: o });
23
+ };
92
24
  export {
93
- v as Bold,
94
- $ as Button,
95
- w as Container,
96
- B as Glyph,
97
- b as Hint,
98
- u as Notification,
99
- y as Pill,
100
- r as Text,
101
- x as UIGlyph,
102
- k as Wrap
25
+ R as AdaptiveHeightContainer
103
26
  };
package/dist/index105.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=r=>r instanceof Error;exports.isError=e;
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;
package/dist/index105.js CHANGED
@@ -1,4 +1,9 @@
1
- const o = (r) => r instanceof Error;
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
+ };
2
7
  export {
3
- o as isError
8
+ s as INITIAL_VIEWS_STATE
4
9
  };