@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.
- package/dist/constants/viewConstants.d.ts +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +16 -14
- package/dist/index100.cjs +1 -1
- package/dist/index100.js +32 -14
- package/dist/index101.cjs +1 -19
- package/dist/index101.js +28 -23
- package/dist/index102.cjs +12 -1
- package/dist/index102.js +16 -24
- package/dist/index103.cjs +1 -12
- package/dist/index103.js +15 -16
- package/dist/index104.cjs +1 -80
- package/dist/index104.js +24 -101
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +7 -2
- package/dist/index106.cjs +80 -1
- package/dist/index106.js +101 -19
- package/dist/index107.cjs +1 -1
- package/dist/index107.js +2 -8
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +17 -62
- package/dist/index109.cjs +1 -1
- package/dist/index109.js +7 -29
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +1 -1
- package/dist/index110.cjs +1 -13
- package/dist/index110.js +63 -16
- package/dist/index111.cjs +1 -1
- package/dist/index111.js +29 -25
- package/dist/index112.cjs +13 -1
- package/dist/index112.js +14 -33
- package/dist/index113.cjs +1 -7
- package/dist/index113.js +26 -10
- package/dist/index114.cjs +1 -1
- package/dist/index114.js +35 -62
- package/dist/index115.cjs +7 -1
- package/dist/index115.js +10 -47
- package/dist/index116.cjs +1 -0
- package/dist/index116.js +65 -0
- package/dist/index117.cjs +1 -0
- package/dist/index117.js +49 -0
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.js +2 -2
- package/dist/index39.cjs +1 -1
- package/dist/index39.js +1 -1
- package/dist/index41.cjs +1 -1
- package/dist/index41.js +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.js +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +1 -1
- package/dist/index62.cjs +1 -1
- package/dist/index62.js +31 -49
- package/dist/index7.cjs +1 -1
- package/dist/index7.js +4 -4
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +20 -6
- package/dist/index81.cjs +1 -1
- package/dist/index81.js +7 -2
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +2 -9
- package/dist/index83.cjs +1 -3
- package/dist/index83.js +8 -13
- package/dist/index84.cjs +3 -1
- package/dist/index84.js +13 -8
- package/dist/index85.cjs +1 -1
- package/dist/index85.js +8 -4
- package/dist/index88.cjs +1 -1
- package/dist/index88.js +7 -7
- package/dist/index90.cjs +1 -1
- package/dist/index90.js +5 -13
- package/dist/index91.cjs +1 -104
- package/dist/index91.js +13 -120
- package/dist/index92.cjs +104 -1
- package/dist/index92.js +117 -65
- package/dist/index93.cjs +1 -1
- package/dist/index93.js +63 -24
- package/dist/index94.cjs +1 -1
- package/dist/index94.js +29 -2
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +2 -41
- package/dist/index96.cjs +1 -1
- package/dist/index96.js +39 -9
- package/dist/index97.cjs +1 -1
- package/dist/index97.js +9 -31
- package/dist/index98.cjs +19 -1
- package/dist/index98.js +23 -28
- package/dist/index99.cjs +1 -1
- package/dist/index99.js +1 -1
- package/dist/mocks/createMockTransformedView.d.ts +2 -0
- package/dist/mocks/createMockView.d.ts +2 -0
- package/dist/storybookHelpers/apiMocks/views/mockSeededAllView.d.ts +26 -0
- package/dist/types.d.ts +5 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/organiseViews/index.d.ts +1 -0
- package/dist/utils/organiseViews/organiseViews.d.ts +18 -0
- package/dist/utils/organiseViews/organiseViews.test.d.ts +1 -0
- package/package.json +1 -1
- /package/dist/storybookHelpers/apiMocks/{custom_views.d.ts → views/custom_views.d.ts} +0 -0
package/dist/index62.js
CHANGED
|
@@ -1,54 +1,36 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { useCustomViews as
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
customViews: [],
|
|
23
|
-
viewsMap: /* @__PURE__ */ new Map([[s.id, s]])
|
|
24
|
-
}),
|
|
25
|
-
[]
|
|
26
|
-
), { viewsMap: M, customViews: r, fixedViews: p } = d(() => n ? n.reduce(
|
|
27
|
-
(e, t) => {
|
|
28
|
-
const i = v({ view: t, canUpdateCustomViews: w });
|
|
29
|
-
return e.viewsMap.set(t.id, i), t.editable ? e.customViews.push(i) : e.fixedViews.push(i), e;
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
fixedViews: [s],
|
|
33
|
-
customViews: [],
|
|
34
|
-
viewsMap: /* @__PURE__ */ new Map([[s.id, s]])
|
|
35
|
-
}
|
|
36
|
-
) : f, [n, f, w]), _ = d(() => r.sort((e, t) => {
|
|
37
|
-
const i = Array.isArray(o) ? o : [], u = i.indexOf(e.id), m = i.indexOf(t.id);
|
|
38
|
-
return u === -1 && m === -1 ? 0 : u === -1 ? 1 : m === -1 ? -1 : u - m;
|
|
39
|
-
}), [r, o]);
|
|
1
|
+
import O from "swr";
|
|
2
|
+
import { useMemo as a } from "react";
|
|
3
|
+
import { SWR_HOOK_OPTIONS as x } from "./index49.js";
|
|
4
|
+
import { useBusinessLogic as C } from "./index8.js";
|
|
5
|
+
import { useCustomViews as I } from "./index65.js";
|
|
6
|
+
import { fetcherV2 as y } from "./index55.js";
|
|
7
|
+
import { organiseViews as v } from "./index80.js";
|
|
8
|
+
const $ = () => {
|
|
9
|
+
const { DEFAULT_PAGE_NUMBER: d, DEFAULT_PAGE_SIZE: f, VIEW_TYPE: t } = C(), {
|
|
10
|
+
canUpdateCustomViews: o,
|
|
11
|
+
orderedListOfCustomViews: r,
|
|
12
|
+
defaultCustomViewId: p,
|
|
13
|
+
isLoading: c
|
|
14
|
+
} = I({ type: t }), { data: n, isLoading: w, error: V, mutate: L } = O(
|
|
15
|
+
`/api/v2/custom_views?filter[type]=${t}&page[number]=${d}&page[size]=${f}`,
|
|
16
|
+
y,
|
|
17
|
+
x
|
|
18
|
+
), { viewsMap: g, customViews: e, fixedViews: m } = a(() => v({ data: n, canUpdateCustomViews: o }), [n, o]), E = a(() => e.sort((_, A) => {
|
|
19
|
+
const u = Array.isArray(r) ? r : [], s = u.indexOf(_.id), i = u.indexOf(A.id);
|
|
20
|
+
return s === -1 && i === -1 ? 0 : s === -1 ? 1 : i === -1 ? -1 : s - i;
|
|
21
|
+
}), [e, r]);
|
|
40
22
|
return {
|
|
41
|
-
defaultCustomViewId:
|
|
42
|
-
viewsArray: [...
|
|
43
|
-
fixedViews:
|
|
44
|
-
customViews:
|
|
45
|
-
sortedCustomViews:
|
|
46
|
-
viewsMap:
|
|
47
|
-
isLoading:
|
|
48
|
-
error:
|
|
49
|
-
mutate:
|
|
23
|
+
defaultCustomViewId: p,
|
|
24
|
+
viewsArray: [...m, ...e],
|
|
25
|
+
fixedViews: m,
|
|
26
|
+
customViews: e,
|
|
27
|
+
sortedCustomViews: E,
|
|
28
|
+
viewsMap: g,
|
|
29
|
+
isLoading: w || c,
|
|
30
|
+
error: V,
|
|
31
|
+
mutate: L
|
|
50
32
|
};
|
|
51
33
|
};
|
|
52
34
|
export {
|
|
53
|
-
|
|
35
|
+
$ as useViews
|
|
54
36
|
};
|
package/dist/index7.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("axios"),i=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("axios"),i=require("./index82.cjs"),s=require("./index83.cjs"),l=require("./index84.cjs"),E=require("./index85.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/index7.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import a from "axios";
|
|
2
|
-
import { AxiosErrorType as e } from "./
|
|
3
|
-
import { filterOptionalArgsGetDelete as y, filterOptionalArgs as p } from "./
|
|
4
|
-
import { filterErrorStack as i } from "./
|
|
5
|
-
import { injectIntoError as E } from "./
|
|
2
|
+
import { AxiosErrorType as e } from "./index82.js";
|
|
3
|
+
import { filterOptionalArgsGetDelete as y, filterOptionalArgs as p } from "./index83.js";
|
|
4
|
+
import { filterErrorStack as i } from "./index84.js";
|
|
5
|
+
import { injectIntoError as E } from "./index85.js";
|
|
6
6
|
const m = async (n, s) => {
|
|
7
7
|
const o = new Error(), r = y(n, s);
|
|
8
8
|
try {
|
package/dist/index80.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index105.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,9 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { INITIAL_VIEWS_STATE as r } from "./index105.js";
|
|
2
|
+
import { ALL_VIEW_ID as p } from "./index79.js";
|
|
3
|
+
import { viewsAdapter as u } from "./index78.js";
|
|
4
|
+
const m = ({ data: o, canUpdateCustomViews: w }) => {
|
|
5
|
+
const f = {
|
|
6
|
+
fixedViews: [...r.fixedViews],
|
|
7
|
+
customViews: [...r.customViews],
|
|
8
|
+
viewsMap: new Map(r.viewsMap)
|
|
9
|
+
};
|
|
10
|
+
if (!o) return f;
|
|
11
|
+
let l = !1;
|
|
12
|
+
const s = o.reduce(
|
|
13
|
+
(e, i) => {
|
|
14
|
+
const t = u({ view: i, canUpdateCustomViews: w });
|
|
15
|
+
return e.viewsMap.set(i.id, t), i.editable ? e.customViews.push(t) : e.fixedViews.push(t), i.title === "All" && (l = !0), e;
|
|
16
|
+
},
|
|
17
|
+
f
|
|
18
|
+
);
|
|
19
|
+
return l && (s.viewsMap.delete(p), s.fixedViews.shift()), s;
|
|
6
20
|
};
|
|
7
21
|
export {
|
|
8
|
-
m as
|
|
22
|
+
m as organiseViews
|
|
9
23
|
};
|
package/dist/index81.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index61.cjs"),t=e=>{o.useStores.mockImplementation(()=>({...e}))};exports.mockUseStores=t;
|
package/dist/index81.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import { useStores as e } from "./index61.js";
|
|
2
|
+
const m = (o) => {
|
|
3
|
+
e.mockImplementation(() => ({
|
|
4
|
+
...o
|
|
5
|
+
}));
|
|
6
|
+
};
|
|
2
7
|
export {
|
|
3
|
-
|
|
8
|
+
m as mockUseStores
|
|
4
9
|
};
|
package/dist/index82.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
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/index82.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
10
|
-
i as filterOptionalArgsGetDelete
|
|
3
|
+
t as AxiosErrorType
|
|
11
4
|
};
|
package/dist/index83.cjs
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
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/index83.js
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
9
|
+
o as filterOptionalArgs,
|
|
10
|
+
i as filterOptionalArgsGetDelete
|
|
16
11
|
};
|
package/dist/index84.cjs
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index107.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/index84.js
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import { isError as
|
|
2
|
-
const s = ({
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { isError as l } from "./index107.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
|
|
15
|
+
s as filterErrorStack
|
|
11
16
|
};
|
package/dist/index85.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index107.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,7 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { isError as c } from "./index107.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})`));
|
|
3
8
|
};
|
|
4
9
|
export {
|
|
5
|
-
|
|
6
|
-
a as default
|
|
10
|
+
s as injectIntoError
|
|
7
11
|
};
|
package/dist/index88.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("./
|
|
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("./index91.cjs"),i=require("./index92.cjs"),T=require("./index93.cjs"),V=require("./index94.cjs"),n=require("./index95.cjs"),D=require("./index89.cjs"),H=require("./index96.cjs"),j=require("./index97.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=$;
|
package/dist/index88.js
CHANGED
|
@@ -2,14 +2,14 @@ import { jsx as e, jsxs as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { Modal as O, Stack as h, Text as p, Button as X, Anchor as A } from "@veeqo/ui";
|
|
3
3
|
import { useState as v, useMemo as f, useCallback as y } from "react";
|
|
4
4
|
import { VeeqoCommon as I } from "@veeqo/components";
|
|
5
|
-
import { ColumnGroup as w } from "./
|
|
6
|
-
import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./
|
|
7
|
-
import { DndContainer as R } from "./
|
|
8
|
-
import { ColumnItem as q } from "./
|
|
9
|
-
import { ColumnGroupIds as n } from "./
|
|
5
|
+
import { ColumnGroup as w } from "./index91.js";
|
|
6
|
+
import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./index92.js";
|
|
7
|
+
import { DndContainer as R } from "./index93.js";
|
|
8
|
+
import { ColumnItem as q } from "./index94.js";
|
|
9
|
+
import { ColumnGroupIds as n } from "./index95.js";
|
|
10
10
|
import { TableManagementGlyph as P } from "./index89.js";
|
|
11
|
-
import { usePersistColumns as _ } from "./
|
|
12
|
-
import { filterColumnsBySearch as V } from "./
|
|
11
|
+
import { usePersistColumns as _ } from "./index96.js";
|
|
12
|
+
import { filterColumnsBySearch as V } from "./index97.js";
|
|
13
13
|
const { Glyph: E } = I, te = ({
|
|
14
14
|
onClose: l,
|
|
15
15
|
columnDefinitions: k,
|
package/dist/index90.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.
|
|
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/index90.js
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
import { SortableItem as s } from "./index106.js";
|
|
5
|
-
import { DroppableArea as d } from "./index107.js";
|
|
6
|
-
import { ColumnItem as l } from "./index93.js";
|
|
7
|
-
import { ColumnGroupIds as c } from "./index94.js";
|
|
8
|
-
import { StickyText as f } from "./index91.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
|
-
] });
|
|
1
|
+
const e = "_actionsHeaderContainer_fgqms_1", a = {
|
|
2
|
+
actionsHeaderContainer: e
|
|
3
|
+
};
|
|
13
4
|
export {
|
|
14
|
-
|
|
5
|
+
e as actionsHeaderContainer,
|
|
6
|
+
a as default
|
|
15
7
|
};
|
package/dist/index91.cjs
CHANGED
|
@@ -1,104 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
width: 1px;
|
|
3
|
-
position: absolute;
|
|
4
|
-
left: 50%;
|
|
5
|
-
transform: translateX(-50%);
|
|
6
|
-
border-left: 1px solid ${e.theme.colors.neutral.grey.dark};
|
|
7
|
-
height: 100%;
|
|
8
|
-
margin-top: 40px;
|
|
9
|
-
`,c=t.default(e.Text)`
|
|
10
|
-
writing-mode: vertical-rl;
|
|
11
|
-
position: absolute;
|
|
12
|
-
top: 50%;
|
|
13
|
-
left: 50%;
|
|
14
|
-
transform: translate(-50%, -50%);
|
|
15
|
-
background: white;
|
|
16
|
-
padding: 30px 0;
|
|
17
|
-
text-align: center;
|
|
18
|
-
font-size: 10px;
|
|
19
|
-
color: ${e.theme.colors.neutral.ink.lightest};
|
|
20
|
-
height: max-content;
|
|
21
|
-
`,d=t.default(e.Text)`
|
|
22
|
-
position: sticky;
|
|
23
|
-
top: 0;
|
|
24
|
-
background: #ffffff;
|
|
25
|
-
padding-bottom: ${e.theme.sizes[2]};
|
|
26
|
-
z-index: 1;
|
|
27
|
-
`,u=t.default(e.Text)`
|
|
28
|
-
color: ${e.theme.colors.neutral.ink.light};
|
|
29
|
-
`,g=t.default(e.Grid)`
|
|
30
|
-
// overflow-y: auto;
|
|
31
|
-
position: unset;
|
|
32
|
-
`,r=t.default(n).attrs(()=>({name:"visibility-off"}))`
|
|
33
|
-
margin-left: auto;
|
|
34
|
-
`,p=t.default(e.Stack)`
|
|
35
|
-
border-radius: 4px;
|
|
36
|
-
padding: 8px 12px;
|
|
37
|
-
background: #ffffff;
|
|
38
|
-
border: 1px solid ${e.theme.colors.neutral.ink.lightest};
|
|
39
|
-
transition: all ease 200ms;
|
|
40
|
-
|
|
41
|
-
${({isHidden:o})=>o&&`
|
|
42
|
-
${e.Text} {
|
|
43
|
-
color: ${e.theme.colors.neutral.ink.light};
|
|
44
|
-
}
|
|
45
|
-
`}
|
|
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
|
-
`,h=t.default.div`
|
|
72
|
-
position: absolute;
|
|
73
|
-
top: 0;
|
|
74
|
-
left: 0;
|
|
75
|
-
right: 0;
|
|
76
|
-
bottom: 0;
|
|
77
|
-
height: 100%;
|
|
78
|
-
width: calc(100% - 2px);
|
|
79
|
-
border-radius: 4px;
|
|
80
|
-
border: 1px dashed ${e.theme.colors.neutral.grey.dark};
|
|
81
|
-
background: ${e.theme.colors.neutral.grey.lightest};
|
|
82
|
-
`,f=t.default(e.Stack)`
|
|
83
|
-
flex: 1;
|
|
84
|
-
padding: 0;
|
|
85
|
-
`,m=t.default(e.Search)`
|
|
86
|
-
input {
|
|
87
|
-
height: 40px;
|
|
88
|
-
box-sizing: border-box;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
svg {
|
|
92
|
-
width: 16px;
|
|
93
|
-
}
|
|
94
|
-
`,b=t.default.div`
|
|
95
|
-
position: relative;
|
|
96
|
-
min-height: 500px;
|
|
97
|
-
`,x=t.default(e.BaseContainer)`
|
|
98
|
-
display: flex;
|
|
99
|
-
flex-direction: column;
|
|
100
|
-
gap: ${e.theme.sizes.base};
|
|
101
|
-
padding: ${e.theme.sizes.md};
|
|
102
|
-
`,y=t.default.dialog`
|
|
103
|
-
display: contents;
|
|
104
|
-
`;exports.ColumnGroupsGrid=g;exports.ColumnItemWrapper=p;exports.ColumnSearch=m;exports.Container=b;exports.DetailedText=u;exports.DndDragOverlayDialog=y;exports.DraggingOverlay=h;exports.DroppableAreaStack=f;exports.HeaderContainer=x;exports.StickyText=d;exports.VerticalSeparator=s;exports.VerticalText=c;exports.VisibilityOffIcon=r;
|
|
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("./index94.cjs"),u=require("./index95.cjs"),d=require("./index92.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/index91.js
CHANGED
|
@@ -1,122 +1,15 @@
|
|
|
1
|
-
import r from "
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
writing-mode: vertical-rl;
|
|
14
|
-
position: absolute;
|
|
15
|
-
top: 50%;
|
|
16
|
-
left: 50%;
|
|
17
|
-
transform: translate(-50%, -50%);
|
|
18
|
-
background: white;
|
|
19
|
-
padding: 30px 0;
|
|
20
|
-
text-align: center;
|
|
21
|
-
font-size: 10px;
|
|
22
|
-
color: ${o.colors.neutral.ink.lightest};
|
|
23
|
-
height: max-content;
|
|
24
|
-
`, h = r(t)`
|
|
25
|
-
position: sticky;
|
|
26
|
-
top: 0;
|
|
27
|
-
background: #ffffff;
|
|
28
|
-
padding-bottom: ${o.sizes[2]};
|
|
29
|
-
z-index: 1;
|
|
30
|
-
`, x = r(t)`
|
|
31
|
-
color: ${o.colors.neutral.ink.light};
|
|
32
|
-
`, m = r(l)`
|
|
33
|
-
// overflow-y: auto;
|
|
34
|
-
position: unset;
|
|
35
|
-
`, d = r(c).attrs(() => ({ name: "visibility-off" }))`
|
|
36
|
-
margin-left: auto;
|
|
37
|
-
`, $ = r(i)`
|
|
38
|
-
border-radius: 4px;
|
|
39
|
-
padding: 8px 12px;
|
|
40
|
-
background: #ffffff;
|
|
41
|
-
border: 1px solid ${o.colors.neutral.ink.lightest};
|
|
42
|
-
transition: all ease 200ms;
|
|
43
|
-
|
|
44
|
-
${({ isHidden: e }) => e && `
|
|
45
|
-
${t} {
|
|
46
|
-
color: ${o.colors.neutral.ink.light};
|
|
47
|
-
}
|
|
48
|
-
`}
|
|
49
|
-
|
|
50
|
-
&:hover {
|
|
51
|
-
color: ${o.colors.secondary.blue.base};
|
|
52
|
-
background: ${o.colors.neutral.grey.lightest};
|
|
53
|
-
border: 1px solid ${o.colors.neutral.grey.light};
|
|
54
|
-
|
|
55
|
-
${t} {
|
|
56
|
-
color: ${o.colors.secondary.blue.base};
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
${d} {
|
|
60
|
-
color: ${o.colors.neutral.ink.light};
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
${({ isDragOverlay: e }) => e && `
|
|
65
|
-
color: ${o.colors.secondary.blue.base};
|
|
66
|
-
background: ${o.colors.neutral.grey.lightest};
|
|
67
|
-
border: 1px solid ${o.colors.neutral.grey.light};
|
|
68
|
-
cursor: grabbing;
|
|
69
|
-
|
|
70
|
-
${t} {
|
|
71
|
-
color: ${o.colors.secondary.blue.base};
|
|
72
|
-
}
|
|
73
|
-
`}
|
|
74
|
-
`, y = r.div`
|
|
75
|
-
position: absolute;
|
|
76
|
-
top: 0;
|
|
77
|
-
left: 0;
|
|
78
|
-
right: 0;
|
|
79
|
-
bottom: 0;
|
|
80
|
-
height: 100%;
|
|
81
|
-
width: calc(100% - 2px);
|
|
82
|
-
border-radius: 4px;
|
|
83
|
-
border: 1px dashed ${o.colors.neutral.grey.dark};
|
|
84
|
-
background: ${o.colors.neutral.grey.lightest};
|
|
85
|
-
`, k = r(i)`
|
|
86
|
-
flex: 1;
|
|
87
|
-
padding: 0;
|
|
88
|
-
`, v = r(s)`
|
|
89
|
-
input {
|
|
90
|
-
height: 40px;
|
|
91
|
-
box-sizing: border-box;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
svg {
|
|
95
|
-
width: 16px;
|
|
96
|
-
}
|
|
97
|
-
`, C = r.div`
|
|
98
|
-
position: relative;
|
|
99
|
-
min-height: 500px;
|
|
100
|
-
`, w = r(n)`
|
|
101
|
-
display: flex;
|
|
102
|
-
flex-direction: column;
|
|
103
|
-
gap: ${o.sizes.base};
|
|
104
|
-
padding: ${o.sizes.md};
|
|
105
|
-
`, z = r.dialog`
|
|
106
|
-
display: contents;
|
|
107
|
-
`;
|
|
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 "./index108.js";
|
|
5
|
+
import { DroppableArea as d } from "./index109.js";
|
|
6
|
+
import { ColumnItem as l } from "./index94.js";
|
|
7
|
+
import { ColumnGroupIds as c } from "./index95.js";
|
|
8
|
+
import { StickyText as f } from "./index92.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
|
+
] });
|
|
108
13
|
export {
|
|
109
|
-
|
|
110
|
-
$ as ColumnItemWrapper,
|
|
111
|
-
v as ColumnSearch,
|
|
112
|
-
C as Container,
|
|
113
|
-
x as DetailedText,
|
|
114
|
-
z as DndDragOverlayDialog,
|
|
115
|
-
y as DraggingOverlay,
|
|
116
|
-
k as DroppableAreaStack,
|
|
117
|
-
w as HeaderContainer,
|
|
118
|
-
h as StickyText,
|
|
119
|
-
b as VerticalSeparator,
|
|
120
|
-
f as VerticalText,
|
|
121
|
-
d as VisibilityOffIcon
|
|
14
|
+
I as ColumnGroup
|
|
122
15
|
};
|