@veeqo/transfigure 0.0.31 → 0.0.32
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/components/Views/PillNotifications/variants/styled.d.ts +0 -1
- package/dist/index100.cjs +1 -1
- package/dist/index100.js +24 -15
- package/dist/index101.cjs +80 -1
- package/dist/index101.js +101 -2
- package/dist/index102.cjs +1 -80
- package/dist/index102.js +2 -102
- package/dist/index103.cjs +13 -1
- package/dist/index103.js +17 -19
- package/dist/index104.cjs +1 -1
- package/dist/index104.js +18 -7
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +7 -63
- package/dist/index106.cjs +1 -1
- package/dist/index106.js +60 -26
- package/dist/index107.cjs +1 -1
- package/dist/index107.js +30 -36
- package/dist/index108.cjs +1 -13
- package/dist/index108.js +33 -14
- package/dist/index110.cjs +1 -1
- package/dist/index110.js +41 -46
- package/dist/index111.cjs +1 -1
- package/dist/index111.js +1 -1
- package/dist/index112.cjs +7 -1
- package/dist/index112.js +10 -42
- package/dist/index113.cjs +1 -7
- package/dist/index113.js +47 -10
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +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 +7 -3
- package/dist/index42.cjs +1 -1
- package/dist/index42.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/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 +8 -1
- package/dist/index81.js +12 -143
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +40 -18
- package/dist/index83.cjs +1 -8
- package/dist/index83.js +9 -12
- 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 +18 -13
- package/dist/index87.cjs +1 -104
- package/dist/index87.js +13 -118
- package/dist/index88.cjs +1 -1
- package/dist/index88.js +19 -66
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +30 -26
- package/dist/index90.cjs +1 -1
- package/dist/index90.js +29 -2
- package/dist/index91.cjs +19 -1
- package/dist/index91.js +24 -41
- package/dist/index92.cjs +1 -1
- package/dist/index92.js +13 -11
- package/dist/index93.cjs +104 -1
- package/dist/index93.js +119 -17
- package/dist/index94.cjs +1 -1
- package/dist/index94.js +65 -30
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +29 -29
- package/dist/index96.cjs +1 -12
- package/dist/index96.js +2 -16
- package/dist/index97.cjs +1 -1
- package/dist/index97.js +40 -23
- package/dist/index98.cjs +1 -19
- package/dist/index98.js +11 -24
- package/dist/index99.cjs +12 -1
- package/dist/index99.js +16 -21
- package/package.json +1 -1
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 "./index92.js";
|
|
6
|
+
import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./index93.js";
|
|
7
|
+
import { DndContainer as R } from "./index94.js";
|
|
8
|
+
import { ColumnItem as q } from "./index95.js";
|
|
9
|
+
import { ColumnGroupIds as n } from "./index96.js";
|
|
10
|
+
import { TableManagementGlyph as P } from "./index85.js";
|
|
11
|
+
import { usePersistColumns as _ } from "./index97.js";
|
|
12
|
+
import { filterColumnsBySearch as V } from "./index98.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";
|
|
1
|
+
"use strict";const e=require("react");var c=function(t,n){var r=e.useRef(function(){});e.useEffect(function(){r.current=t}),e.useEffect(function(){if(n!==null){var u=setInterval(function(){return r.current()},n||0);return function(){return clearInterval(u)}}},[n])};module.exports=c;
|
package/dist/index86.js
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { useRef as f, useEffect as t } from "react";
|
|
2
|
+
var a = function(e, n) {
|
|
3
|
+
var r = f(function() {
|
|
4
|
+
});
|
|
5
|
+
t(function() {
|
|
6
|
+
r.current = e;
|
|
7
|
+
}), t(function() {
|
|
8
|
+
if (n !== null) {
|
|
9
|
+
var u = setInterval(function() {
|
|
10
|
+
return r.current();
|
|
11
|
+
}, n || 0);
|
|
12
|
+
return function() {
|
|
13
|
+
return clearInterval(u);
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
}, [n]);
|
|
17
|
+
};
|
|
13
18
|
export {
|
|
14
|
-
|
|
19
|
+
a as default
|
|
15
20
|
};
|
package/dist/index87.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 i=require("react/jsx-runtime"),l=require("./index103.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/index87.js
CHANGED
|
@@ -1,122 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`, f = r(t)`
|
|
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};
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { StyledSortableViews as i } from "./index103.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);
|
|
57
12
|
}
|
|
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
13
|
}
|
|
97
|
-
|
|
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
|
-
`;
|
|
14
|
+
);
|
|
108
15
|
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
|
|
16
|
+
h as LegacySortableViews
|
|
122
17
|
};
|
package/dist/index88.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"),r=require("@veeqo/ui"),i=require("./index101.cjs"),n=r.theme.colors.secondary.blue.base,a=({onClick:t})=>e.jsx(i.Notification,{children:e.jsx(i.Pill,{children:e.jsxs(r.Stack,{direction:"horizontal",alignY:"center",children:[e.jsx(i.Glyph,{ariaLabel:"info",name:"info",color:n}),e.jsxs(i.Wrap,{children:[e.jsx(i.Text,{variant:"body",margin:"0 4px 0 0",children:"You are currently in a"}),e.jsx(i.Bold,{variant:"bodyBoldDark",children:"draft view"}),e.jsx(i.Hint,{variant:"hintText",children:"Apply filters and save these by creating a custom view"})]}),e.jsx(i.Button,{variant:"primary",onClick:t,size:"sm",children:"Create view"})]})})});exports.DraftPill=a;
|
package/dist/index88.js
CHANGED
|
@@ -1,70 +1,23 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
strategy: A.Always
|
|
14
|
-
}
|
|
15
|
-
}, G = {
|
|
16
|
-
sideEffects: C({
|
|
17
|
-
styles: {
|
|
18
|
-
active: {
|
|
19
|
-
opacity: "0.5"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
})
|
|
23
|
-
}, q = ({
|
|
24
|
-
items: o,
|
|
25
|
-
setItems: a,
|
|
26
|
-
children: i,
|
|
27
|
-
renderDragOverlay: e
|
|
28
|
-
}) => {
|
|
29
|
-
const { closeModal: s, openModal: l } = x(), d = u(
|
|
30
|
-
n(y),
|
|
31
|
-
n(S, {
|
|
32
|
-
coordinateGetter: M
|
|
33
|
-
})
|
|
34
|
-
), { activeId: t, handleDragCancel: c, handleDragEnd: m, handleDragOver: p, handleDragStart: D } = O({ items: o, setItems: a }), { collisionDetectionStrategy: g } = I({
|
|
35
|
-
items: o
|
|
36
|
-
});
|
|
37
|
-
return /* @__PURE__ */ r(R, { errorComponent: /* @__PURE__ */ r(b, { variant: "error", title: "An error occurred", rightActions: [
|
|
38
|
-
{
|
|
39
|
-
label: "Reload",
|
|
40
|
-
onClick: () => {
|
|
41
|
-
s(), l(j.ORDERS_TABLE_MANAGEMENT);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
] }), children: /* @__PURE__ */ f(
|
|
45
|
-
h,
|
|
1
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { Stack as a, theme as n } from "@veeqo/ui";
|
|
3
|
+
import { Notification as t, Pill as o, Glyph as l, Wrap as c, Text as d, Bold as s, Hint as h, Button as m } from "./index101.js";
|
|
4
|
+
const p = n.colors.secondary.blue.base, b = ({ onClick: e }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(o, { children: /* @__PURE__ */ i(a, { direction: "horizontal", alignY: "center", children: [
|
|
5
|
+
/* @__PURE__ */ r(l, { ariaLabel: "info", name: "info", color: p }),
|
|
6
|
+
/* @__PURE__ */ i(c, { children: [
|
|
7
|
+
/* @__PURE__ */ r(d, { variant: "body", margin: "0 4px 0 0", children: "You are currently in a" }),
|
|
8
|
+
/* @__PURE__ */ r(s, { variant: "bodyBoldDark", children: "draft view" }),
|
|
9
|
+
/* @__PURE__ */ r(h, { variant: "hintText", children: "Apply filters and save these by creating a custom view" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ r(
|
|
12
|
+
m,
|
|
46
13
|
{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
onDragOver: p,
|
|
52
|
-
onDragEnd: m,
|
|
53
|
-
onDragCancel: c,
|
|
54
|
-
children: [
|
|
55
|
-
i,
|
|
56
|
-
/* @__PURE__ */ r(v, { open: !0, children: /* @__PURE__ */ r(
|
|
57
|
-
E,
|
|
58
|
-
{
|
|
59
|
-
dropAnimation: G,
|
|
60
|
-
zIndex: 2001,
|
|
61
|
-
children: t && e ? e(t) : null
|
|
62
|
-
}
|
|
63
|
-
) })
|
|
64
|
-
]
|
|
14
|
+
variant: "primary",
|
|
15
|
+
onClick: e,
|
|
16
|
+
size: "sm",
|
|
17
|
+
children: "Create view"
|
|
65
18
|
}
|
|
66
|
-
)
|
|
67
|
-
};
|
|
19
|
+
)
|
|
20
|
+
] }) }) });
|
|
68
21
|
export {
|
|
69
|
-
|
|
22
|
+
b as DraftPill
|
|
70
23
|
};
|
package/dist/index89.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 V=require("swr"),w=require("./index7.cjs"),F=require("./index60.cjs"),R=require("./index65.cjs"),S=require("./index53.cjs"),m=t=>t&&t.__esModule?t:{default:t},p=m(V),y=t=>{var u;const{TABLE_DATA_URL:n,SORT_FILTER_ID:i}=w.useBusinessLogic(),{viewsMap:a,isLoading:c}=F.useViews(),e=a.get(`${t}`),s=new R.Filters;e&&(s.initFiltersFromView(e),s.setPageSize(1),s.setCurrentPage(1));const l=!c&&s.pageSize===1&&s.currentPage===1,d=s.queryParamsObject;e!=null&&e.sort&&d.set(i,e==null?void 0:e.sort);const g=l?`${n}?${s.queryParams}`:null,{data:o,error:f,isLoading:L,mutate:_}=p.default([g,{includeMeta:!0}],([q,P])=>S.fetcherV2(q,P),{revalidateOnFocus:!1,revalidateOnReconnect:!1,keepPreviousData:!0}),r=o==null?void 0:o.meta;return{viewCounts:(u=r==null?void 0:r.page)==null?void 0:u.total_count,error:f,isLoadingViewCounts:L,mutate:_}};exports.useViewCounts=y;
|