@veeqo/transfigure 0.0.36 → 0.0.37
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/index101.cjs +1 -80
- package/dist/index101.js +2 -101
- package/dist/index102.cjs +1 -1
- package/dist/index102.js +36 -2
- package/dist/index103.cjs +1 -1
- package/dist/index103.js +19 -36
- package/dist/index104.cjs +1 -13
- package/dist/index104.js +8 -17
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +62 -17
- package/dist/index106.cjs +1 -1
- package/dist/index106.js +29 -7
- package/dist/index107.cjs +13 -1
- package/dist/index107.js +16 -63
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +25 -29
- package/dist/index109.cjs +7 -1
- package/dist/index109.js +10 -26
- package/dist/index11.cjs +1 -1
- package/dist/index110.cjs +1 -1
- package/dist/index110.js +1 -1
- package/dist/index111.cjs +1 -7
- package/dist/index111.js +47 -10
- package/dist/index112.cjs +1 -1
- package/dist/index112.js +41 -46
- package/dist/index12.cjs +1 -1
- package/dist/index13.cjs +1 -1
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +1 -1
- package/dist/index21.cjs +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index26.cjs +1 -1
- package/dist/index28.cjs +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +2 -2
- package/dist/index37.cjs +1 -1
- package/dist/index37.js +1 -1
- package/dist/index38.cjs +1 -1
- package/dist/index38.js +1 -1
- package/dist/index39.cjs +1 -1
- package/dist/index39.js +1 -1
- package/dist/index40.cjs +1 -1
- package/dist/index40.js +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +2 -2
- package/dist/index45.cjs +1 -1
- package/dist/index45.js +3 -3
- package/dist/index54.cjs +1 -1
- package/dist/index56.cjs +1 -1
- package/dist/index58.cjs +1 -1
- package/dist/index61.cjs +1 -1
- package/dist/index79.cjs +1 -1
- package/dist/index79.js +1 -1
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +1 -1
- package/dist/index81.cjs +11 -1
- package/dist/index81.js +16 -143
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +40 -18
- package/dist/index83.cjs +1 -11
- package/dist/index83.js +9 -16
- package/dist/index84.cjs +1 -1
- package/dist/index84.js +141 -39
- package/dist/index85.cjs +1 -1
- package/dist/index85.js +17 -7
- package/dist/index86.cjs +1 -1
- package/dist/index86.js +1 -1
- package/dist/index87.cjs +1 -1
- package/dist/index87.js +13 -33
- package/dist/index88.cjs +104 -1
- package/dist/index88.js +118 -27
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +66 -19
- package/dist/index90.cjs +1 -19
- package/dist/index90.js +29 -24
- package/dist/index91.cjs +1 -1
- package/dist/index91.js +2 -15
- package/dist/index92.cjs +1 -1
- package/dist/index92.js +41 -13
- package/dist/index93.cjs +1 -104
- package/dist/index93.js +10 -119
- package/dist/index94.cjs +1 -1
- package/dist/index94.js +30 -65
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +29 -29
- package/dist/index96.cjs +19 -1
- package/dist/index96.js +24 -2
- package/dist/index97.cjs +1 -1
- package/dist/index97.js +20 -40
- package/dist/index98.cjs +1 -1
- package/dist/index98.js +14 -10
- package/dist/index99.cjs +80 -1
- package/dist/index99.js +101 -18
- package/package.json +18 -13
- package/dist/index113.cjs +0 -1
- package/dist/index113.js +0 -44
package/dist/index81.cjs
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
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/index81.js
CHANGED
|
@@ -1,145 +1,18 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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 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
|
+
`;
|
|
143
14
|
export {
|
|
144
|
-
|
|
15
|
+
l as StyledButton,
|
|
16
|
+
d as StyledIndicator,
|
|
17
|
+
p as StyledTooltip
|
|
145
18
|
};
|
package/dist/index82.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 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/index82.js
CHANGED
|
@@ -1,21 +1,43 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
)
|
|
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
17
|
}
|
|
18
|
-
);
|
|
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
|
+
}
|
|
19
41
|
export {
|
|
20
|
-
|
|
42
|
+
T as usePollData
|
|
21
43
|
};
|
package/dist/index83.cjs
CHANGED
|
@@ -1,11 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
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 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/index83.js
CHANGED
|
@@ -1,18 +1,11 @@
|
|
|
1
|
-
import o from "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
top: -${t.sizes.xs};
|
|
10
|
-
right: -${t.sizes.xs};
|
|
11
|
-
`, p = o(i)`
|
|
12
|
-
position: relative;
|
|
13
|
-
`;
|
|
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
|
+
) });
|
|
14
9
|
export {
|
|
15
|
-
|
|
16
|
-
d as StyledIndicator,
|
|
17
|
-
p as StyledTooltip
|
|
10
|
+
e as RefreshIcon
|
|
18
11
|
};
|
package/dist/index84.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 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=$;
|
package/dist/index84.js
CHANGED
|
@@ -1,43 +1,145 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
+
}));
|
|
32
46
|
}
|
|
33
|
-
const d = e !== c;
|
|
34
|
-
d && (a(e), u(d));
|
|
35
47
|
},
|
|
36
|
-
|
|
37
|
-
),
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
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
|
+
};
|
|
41
143
|
export {
|
|
42
|
-
|
|
144
|
+
te as TableManagementModal
|
|
43
145
|
};
|
package/dist/index85.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
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;
|
package/dist/index85.js
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
const
|
|
3
|
-
"
|
|
1
|
+
import { jsx as H } from "react/jsx-runtime";
|
|
2
|
+
const Z = ({ height: V = 16, width: M = 16 }) => /* @__PURE__ */ H(
|
|
3
|
+
"svg",
|
|
4
4
|
{
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
width: M,
|
|
6
|
+
height: V,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ H(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
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",
|
|
14
|
+
fill: "#37424D"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
7
17
|
}
|
|
8
|
-
)
|
|
18
|
+
);
|
|
9
19
|
export {
|
|
10
|
-
|
|
20
|
+
Z as TableManagementGlyph
|
|
11
21
|
};
|
package/dist/index86.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),n=require("react"),l=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),n=require("react"),l=require("./index109.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/index86.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as a, useState as d, useEffect as m } from "react";
|
|
3
|
-
import { AdaptiveStyledContainer as v } from "./
|
|
3
|
+
import { AdaptiveStyledContainer as v } from "./index109.js";
|
|
4
4
|
const R = ({
|
|
5
5
|
children: o,
|
|
6
6
|
style: s,
|
package/dist/index87.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 e=require("react/jsx-runtime"),o=require("@veeqo/ui"),s=require("@dnd-kit/sortable"),a=require("./index103.cjs"),l=require("./index104.cjs"),c=require("./index90.cjs"),u=require("./index91.cjs"),d=require("./index88.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/index87.js
CHANGED
|
@@ -1,35 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
data: s,
|
|
14
|
-
error: f,
|
|
15
|
-
isLoading: d,
|
|
16
|
-
mutate: p
|
|
17
|
-
} = F(
|
|
18
|
-
[l, { includeMeta: !0 }],
|
|
19
|
-
([L, P]) => _(L, P),
|
|
20
|
-
{
|
|
21
|
-
revalidateOnFocus: !1,
|
|
22
|
-
revalidateOnReconnect: !1,
|
|
23
|
-
keepPreviousData: !0
|
|
24
|
-
}
|
|
25
|
-
), o = s == null ? void 0 : s.meta;
|
|
26
|
-
return {
|
|
27
|
-
viewCounts: (r = o == null ? void 0 : o.page) == null ? void 0 : r.total_count,
|
|
28
|
-
error: f,
|
|
29
|
-
isLoadingViewCounts: d,
|
|
30
|
-
mutate: p
|
|
31
|
-
};
|
|
32
|
-
};
|
|
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 "./index103.js";
|
|
5
|
+
import { DroppableArea as d } from "./index104.js";
|
|
6
|
+
import { ColumnItem as l } from "./index90.js";
|
|
7
|
+
import { ColumnGroupIds as c } from "./index91.js";
|
|
8
|
+
import { StickyText as f } from "./index88.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
|
+
] });
|
|
33
13
|
export {
|
|
34
|
-
|
|
14
|
+
I as ColumnGroup
|
|
35
15
|
};
|