@veeqo/transfigure 0.0.4 → 0.0.6
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/BusinessLogic/types.d.ts +2 -0
- package/dist/components/TableManagement/DndContainer.d.ts +11 -0
- package/dist/components/TableManagement/TableManagement.d.ts +6 -0
- package/dist/components/TableManagement/TableManagementGlyph.d.ts +4 -0
- package/dist/components/TableManagement/TableManagementModal.d.ts +2 -0
- package/dist/components/TableManagement/components/ColumnGroup.d.ts +2 -0
- package/dist/components/TableManagement/components/ColumnItem.d.ts +2 -0
- package/dist/components/TableManagement/components/DroppableArea.d.ts +8 -0
- package/dist/components/TableManagement/components/SortableItem.d.ts +7 -0
- package/dist/components/TableManagement/components/styled.d.ts +28 -0
- package/dist/components/TableManagement/components/types.d.ts +11 -0
- package/dist/components/TableManagement/hooks/useCollisionDetectionStrategy/index.d.ts +1 -0
- package/dist/components/TableManagement/hooks/useCollisionDetectionStrategy/types.d.ts +4 -0
- package/dist/components/TableManagement/hooks/useCollisionDetectionStrategy/useCollisionDetectionStrategy.d.ts +5 -0
- package/dist/components/TableManagement/hooks/useDragHandlers/index.d.ts +1 -0
- package/dist/components/TableManagement/hooks/useDragHandlers/types.d.ts +6 -0
- package/dist/components/TableManagement/hooks/useDragHandlers/useDragHandlers.d.ts +9 -0
- package/dist/components/TableManagement/index.d.ts +1 -0
- package/dist/components/TableManagement/types.d.ts +17 -0
- package/dist/components/TableManagement/utils/filterColumnsBySearch/filterColumnsBySearch.d.ts +2 -0
- package/dist/components/TableManagement/utils/filterColumnsBySearch/index.d.ts +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useHiddenColumns/index.d.ts +1 -0
- package/dist/hooks/useHiddenColumns/useHiddenColumns.d.ts +7 -0
- package/dist/hooks/usePersistColumns/index.d.ts +1 -0
- package/dist/hooks/usePersistColumns/usePersistColumns.d.ts +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +79 -75
- package/dist/index100.cjs +13 -0
- package/dist/index100.js +19 -0
- package/dist/index101.cjs +1 -0
- package/dist/index101.js +38 -0
- package/dist/index102.cjs +1 -0
- package/dist/index102.js +44 -0
- package/dist/index103.cjs +7 -0
- package/dist/index103.js +12 -0
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +1 -1
- package/dist/index12.cjs +1 -1
- package/dist/index12.js +1 -1
- package/dist/index13.cjs +1 -1
- package/dist/index13.js +1 -1
- package/dist/index14.cjs +1 -1
- package/dist/index14.js +2 -2
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +2 -2
- package/dist/index16.cjs +1 -1
- package/dist/index16.js +1 -1
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +1 -1
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +2 -2
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +2 -2
- package/dist/index2.cjs +1 -1
- package/dist/index2.js +2 -2
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +3 -3
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +2 -2
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +2 -2
- package/dist/index23.cjs +1 -1
- package/dist/index23.js +3 -3
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +3 -3
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +1 -1
- package/dist/index26.cjs +1 -1
- package/dist/index26.js +2 -2
- package/dist/index27.cjs +1 -1
- package/dist/index27.js +2 -2
- package/dist/index28.cjs +1 -1
- package/dist/index28.js +3 -3
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +1 -1
- package/dist/index3.cjs +1 -1
- package/dist/index3.js +2 -2
- package/dist/index30.cjs +1 -1
- package/dist/index30.js +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.js +5 -5
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +1 -1
- package/dist/index35.cjs +1 -1
- package/dist/index35.js +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.js +3 -3
- package/dist/index37.cjs +1 -1
- package/dist/index37.js +3 -3
- package/dist/index38.cjs +1 -1
- package/dist/index38.js +4 -4
- package/dist/index39.cjs +1 -1
- package/dist/index39.js +1 -1
- package/dist/index4.cjs +1 -1
- package/dist/index4.js +2 -2
- package/dist/index41.cjs +1 -1
- package/dist/index41.js +4 -4
- package/dist/index43.cjs +1 -1
- package/dist/index43.js +46 -19
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +19 -2
- package/dist/index45.cjs +1 -1
- package/dist/index45.js +2 -23
- package/dist/index46.cjs +1 -1
- package/dist/index46.js +23 -2
- package/dist/index47.cjs +1 -1
- package/dist/index47.js +2 -4
- package/dist/index48.cjs +1 -1
- package/dist/index48.js +4 -11
- package/dist/index49.cjs +1 -1
- package/dist/index49.js +10 -12
- package/dist/index5.cjs +1 -1
- package/dist/index5.js +2 -2
- package/dist/index50.cjs +1 -1
- package/dist/index50.js +12 -11
- package/dist/index51.cjs +1 -1
- package/dist/index51.js +11 -184
- package/dist/index52.cjs +1 -1
- package/dist/index52.js +183 -25
- package/dist/index53.cjs +1 -1
- package/dist/index53.js +26 -24
- package/dist/index54.cjs +1 -1
- package/dist/index54.js +19 -22
- package/dist/index55.cjs +1 -1
- package/dist/index55.js +25 -90
- package/dist/index56.cjs +1 -1
- package/dist/index56.js +92 -8
- package/dist/index57.cjs +1 -1
- package/dist/index57.js +8 -50
- package/dist/index58.cjs +1 -1
- package/dist/index58.js +49 -60
- package/dist/index59.cjs +1 -1
- package/dist/index59.js +61 -17
- package/dist/index6.cjs +1 -1
- package/dist/index6.js +4 -4
- package/dist/index60.cjs +1 -1
- package/dist/index60.js +18 -316
- package/dist/index61.cjs +1 -1
- package/dist/index61.js +25 -59
- package/dist/index62.cjs +1 -1
- package/dist/index62.js +309 -50
- package/dist/index63.cjs +1 -1
- package/dist/index63.js +54 -31
- package/dist/index64.cjs +1 -1
- package/dist/index64.js +52 -27
- package/dist/index65.cjs +1 -1
- package/dist/index65.js +37 -4
- package/dist/index66.cjs +1 -1
- package/dist/index66.js +32 -9
- package/dist/index67.cjs +1 -1
- package/dist/index67.js +4 -17
- package/dist/index68.cjs +1 -1
- package/dist/index68.js +9 -19
- package/dist/index69.cjs +1 -1
- package/dist/index69.js +16 -46
- package/dist/index70.cjs +1 -1
- package/dist/index70.js +19 -17
- package/dist/index71.cjs +1 -1
- package/dist/index71.js +48 -2
- package/dist/index72.cjs +1 -1
- package/dist/index72.js +21 -9
- package/dist/index73.cjs +1 -3
- package/dist/index73.js +2 -14
- package/dist/index74.cjs +1 -1
- package/dist/index74.js +8 -8
- package/dist/index75.cjs +3 -1
- package/dist/index75.js +13 -28
- package/dist/index76.cjs +1 -19
- package/dist/index76.js +9 -24
- package/dist/index77.cjs +1 -1
- package/dist/index77.js +154 -14
- package/dist/index78.cjs +1 -12
- package/dist/index78.js +19 -16
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +13 -22
- package/dist/index81.cjs +104 -1
- package/dist/index81.js +119 -23
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +58 -2
- package/dist/index83.cjs +1 -13
- package/dist/index83.js +28 -16
- package/dist/index84.cjs +1 -80
- package/dist/index84.js +2 -95
- package/dist/index85.cjs +1 -1
- package/dist/index85.js +33 -35
- package/dist/index86.cjs +1 -1
- package/dist/index86.js +8 -63
- package/dist/index87.cjs +1 -7
- package/dist/index87.js +29 -10
- package/dist/index88.cjs +1 -0
- package/dist/index88.js +24 -0
- package/dist/index89.cjs +19 -0
- package/dist/index89.js +26 -0
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +17 -15
- package/dist/index90.cjs +12 -0
- package/dist/index90.js +18 -0
- package/dist/index91.cjs +1 -0
- package/dist/index91.js +17 -0
- package/dist/index92.cjs +1 -0
- package/dist/index92.js +26 -0
- package/dist/index93.cjs +1 -0
- package/dist/index93.js +4 -0
- package/dist/index94.cjs +1 -0
- package/dist/index94.js +21 -0
- package/dist/index95.cjs +1 -0
- package/dist/index95.js +10 -0
- package/dist/index96.cjs +1 -0
- package/dist/index96.js +66 -0
- package/dist/index97.cjs +1 -0
- package/dist/index97.js +32 -0
- package/dist/index98.cjs +1 -0
- package/dist/index98.js +65 -0
- package/dist/index99.cjs +80 -0
- package/dist/index99.js +97 -0
- package/dist/types.d.ts +8 -0
- package/package.json +11 -2
package/dist/index77.js
CHANGED
|
@@ -1,17 +1,157 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx as e, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { Modal as O, Stack as m, Text as d, Button as X, Anchor as Y } from "@veeqo/ui";
|
|
3
|
+
import { useState as h, useMemo as u, useCallback as C } from "react";
|
|
4
|
+
import { VeeqoCommon as A } from "@veeqo/components";
|
|
5
|
+
import { ColumnGroup as w } from "./index80.js";
|
|
6
|
+
import { Container as $, ColumnGroupsGrid as j, VerticalSeparator as q, VerticalText as z, HeaderContainer as B, ColumnSearch as L } from "./index81.js";
|
|
7
|
+
import { DndContainer as Q } from "./index82.js";
|
|
8
|
+
import { ColumnItem as R } from "./index83.js";
|
|
9
|
+
import { ColumnGroupIds as n } from "./index84.js";
|
|
10
|
+
import { TableManagementGlyph as F } from "./index78.js";
|
|
11
|
+
import { usePersistColumns as N } from "./index85.js";
|
|
12
|
+
import { filterColumnsBySearch as V } from "./index86.js";
|
|
13
|
+
import { useStores as P } from "./index57.js";
|
|
14
|
+
import { useViews as _ } from "./index58.js";
|
|
15
|
+
const { Glyph: E } = A, ce = ({
|
|
16
|
+
onClose: a,
|
|
17
|
+
columnDefintions: k,
|
|
18
|
+
hiddenColumns: p,
|
|
19
|
+
visibleColumns: g
|
|
20
|
+
}) => {
|
|
21
|
+
const [o, f] = h(""), i = u(
|
|
22
|
+
() => new Map(k.map((t) => [t.id, t])),
|
|
23
|
+
[]
|
|
24
|
+
), [r, b] = h(() => ({
|
|
25
|
+
[n.Hidden]: p,
|
|
26
|
+
[n.Visible]: g
|
|
27
|
+
})), x = u(() => {
|
|
28
|
+
const t = r[n.Visible].map((l) => i.get(`${l}`));
|
|
29
|
+
return V(t, o);
|
|
30
|
+
}, [r, i, o]), D = u(() => {
|
|
31
|
+
const t = r[n.Hidden].map((l) => i.get(`${l}`));
|
|
32
|
+
return V(t, o);
|
|
33
|
+
}, [r, i, o]), {
|
|
34
|
+
Notifications: { notify: v }
|
|
35
|
+
} = P(), { saveColumns: M } = N(), { mutate: G } = _(), [c, y] = h(!1), H = () => {
|
|
36
|
+
f(""), b({
|
|
37
|
+
[n.Hidden]: p,
|
|
38
|
+
[n.Visible]: g
|
|
39
|
+
});
|
|
40
|
+
}, T = async () => {
|
|
41
|
+
try {
|
|
42
|
+
y(!0);
|
|
43
|
+
const t = r[n.Visible];
|
|
44
|
+
if (t.length < 1) {
|
|
45
|
+
v({ type: "error", text: "You must have at least one visible column." });
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
await M({
|
|
49
|
+
visibleColumns: t
|
|
50
|
+
}), await G(), a == null || a();
|
|
51
|
+
} catch {
|
|
52
|
+
v({ type: "error", text: "Failed to save columns" });
|
|
53
|
+
} finally {
|
|
54
|
+
y(!1);
|
|
12
55
|
}
|
|
13
|
-
}
|
|
14
|
-
)
|
|
56
|
+
}, S = C(
|
|
57
|
+
(t) => {
|
|
58
|
+
f(t);
|
|
59
|
+
},
|
|
60
|
+
[]
|
|
61
|
+
), I = C(
|
|
62
|
+
(t) => {
|
|
63
|
+
const l = i.get(`${t}`);
|
|
64
|
+
return l ? /* @__PURE__ */ e(R, { column: l, isDragOverlay: !0 }) : null;
|
|
65
|
+
},
|
|
66
|
+
[i]
|
|
67
|
+
);
|
|
68
|
+
return /* @__PURE__ */ e(
|
|
69
|
+
O,
|
|
70
|
+
{
|
|
71
|
+
variant: "lg",
|
|
72
|
+
style: { overflowY: "hidden" },
|
|
73
|
+
shouldShow: !0,
|
|
74
|
+
onClose: () => a == null ? void 0 : a(),
|
|
75
|
+
headerSlot: /* @__PURE__ */ s(B, { children: [
|
|
76
|
+
/* @__PURE__ */ s(m, { direction: "horizontal", alignX: "between", alignY: "center", children: [
|
|
77
|
+
/* @__PURE__ */ s(m, { direction: "horizontal", alignX: "start", alignY: "center", spacing: "sm", children: [
|
|
78
|
+
/* @__PURE__ */ e(F, { height: 32, width: 32 }),
|
|
79
|
+
/* @__PURE__ */ e(d, { variant: "headingLarge", as: "h1", children: "Table management" })
|
|
80
|
+
] }),
|
|
81
|
+
/* @__PURE__ */ e(
|
|
82
|
+
X,
|
|
83
|
+
{
|
|
84
|
+
"aria-label": "Close modal",
|
|
85
|
+
onClick: a,
|
|
86
|
+
variant: "flat",
|
|
87
|
+
iconSlot: /* @__PURE__ */ e(E, { name: "close" })
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
] }),
|
|
91
|
+
/* @__PURE__ */ s(d, { variant: "subheadingMedium", children: [
|
|
92
|
+
"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",
|
|
93
|
+
" ",
|
|
94
|
+
/* @__PURE__ */ e(Y, { href: "#", target: "_blank", children: "help guide (TODO)" }),
|
|
95
|
+
"."
|
|
96
|
+
] }),
|
|
97
|
+
/* @__PURE__ */ e(d, { variant: "headingSmall", children: "Column management" }),
|
|
98
|
+
/* @__PURE__ */ e(
|
|
99
|
+
L,
|
|
100
|
+
{
|
|
101
|
+
name: "column-search-query",
|
|
102
|
+
placeholder: "Search",
|
|
103
|
+
value: o,
|
|
104
|
+
onChange: S,
|
|
105
|
+
onClearClick: () => S(""),
|
|
106
|
+
fill: "100%"
|
|
107
|
+
}
|
|
108
|
+
)
|
|
109
|
+
] }),
|
|
110
|
+
leftActions: [
|
|
111
|
+
{
|
|
112
|
+
label: "Reset",
|
|
113
|
+
onClick: H,
|
|
114
|
+
variant: "default",
|
|
115
|
+
disabled: c
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
rightActions: [
|
|
119
|
+
{
|
|
120
|
+
label: "Cancel",
|
|
121
|
+
onClick: a,
|
|
122
|
+
variant: "default",
|
|
123
|
+
disabled: c
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
label: "Save",
|
|
127
|
+
onClick: T,
|
|
128
|
+
variant: "primary",
|
|
129
|
+
disabled: c,
|
|
130
|
+
loading: c
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
children: /* @__PURE__ */ e(m, { spacing: "md", alignX: "stretch", children: /* @__PURE__ */ e(m, { spacing: 4, alignX: "stretch", children: /* @__PURE__ */ e(Q, { items: r, setItems: b, renderDragOverlay: I, children: /* @__PURE__ */ e($, { children: /* @__PURE__ */ s(j, { columns: 2, spacing: "xl", children: [
|
|
134
|
+
/* @__PURE__ */ e(
|
|
135
|
+
w,
|
|
136
|
+
{
|
|
137
|
+
id: n.Visible,
|
|
138
|
+
title: "Shown columns:",
|
|
139
|
+
columns: x
|
|
140
|
+
}
|
|
141
|
+
),
|
|
142
|
+
/* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(z, { children: "Drag & Drop columns" }) }),
|
|
143
|
+
/* @__PURE__ */ e(
|
|
144
|
+
w,
|
|
145
|
+
{
|
|
146
|
+
id: n.Hidden,
|
|
147
|
+
title: "Hidden columns:",
|
|
148
|
+
columns: D
|
|
149
|
+
}
|
|
150
|
+
)
|
|
151
|
+
] }) }) }) }) })
|
|
152
|
+
}
|
|
153
|
+
);
|
|
154
|
+
};
|
|
15
155
|
export {
|
|
16
|
-
|
|
156
|
+
ce as TableManagementModal
|
|
17
157
|
};
|
package/dist/index78.cjs
CHANGED
|
@@ -1,12 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
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 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/index78.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx as H } from "react/jsx-runtime";
|
|
2
|
+
const Z = ({ height: V = 16, width: M = 16 }) => /* @__PURE__ */ H(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
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
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
15
19
|
export {
|
|
16
|
-
|
|
17
|
-
d as FixedViews
|
|
20
|
+
Z as TableManagementGlyph
|
|
18
21
|
};
|
package/dist/index80.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"),o=require("@veeqo/ui"),s=require("@dnd-kit/sortable"),a=require("./index94.cjs"),l=require("./index95.cjs"),c=require("./index83.cjs"),u=require("./index84.cjs"),d=require("./index81.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/index80.js
CHANGED
|
@@ -1,24 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Stack as
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/* @__PURE__ */ t(
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
className: "act-react-listing-custom-notification-save-draft-btn",
|
|
15
|
-
variant: "primary",
|
|
16
|
-
onClick: a,
|
|
17
|
-
size: "sm",
|
|
18
|
-
children: "Create view"
|
|
19
|
-
}
|
|
20
|
-
)
|
|
21
|
-
] }) }) });
|
|
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 "./index94.js";
|
|
5
|
+
import { DroppableArea as d } from "./index95.js";
|
|
6
|
+
import { ColumnItem as l } from "./index83.js";
|
|
7
|
+
import { ColumnGroupIds as c } from "./index84.js";
|
|
8
|
+
import { StickyText as f } from "./index81.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
|
+
] });
|
|
22
13
|
export {
|
|
23
|
-
|
|
14
|
+
I as ColumnGroup
|
|
24
15
|
};
|
package/dist/index81.cjs
CHANGED
|
@@ -1 +1,104 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("styled-components"),e=require("@veeqo/ui"),a=require("@veeqo/components"),i=o=>o&&o.__esModule?o:{default:o},t=i(l),{Glyph:n}=a.VeeqoCommon,s=t.default.div`
|
|
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;
|
package/dist/index81.js
CHANGED
|
@@ -1,26 +1,122 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import r from "styled-components";
|
|
2
|
+
import { Grid as l, theme as o, Text as t, BaseContainer as n, Search as s, Stack as i } from "@veeqo/ui";
|
|
3
|
+
import { VeeqoCommon as a } from "@veeqo/components";
|
|
4
|
+
const { Glyph: c } = a, b = r.div`
|
|
5
|
+
width: 1px;
|
|
6
|
+
position: absolute;
|
|
7
|
+
left: 50%;
|
|
8
|
+
transform: translateX(-50%);
|
|
9
|
+
border-left: 1px solid ${o.colors.neutral.grey.dark};
|
|
10
|
+
height: 100%;
|
|
11
|
+
margin-top: 40px;
|
|
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};
|
|
15
47
|
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
}
|
|
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
|
+
`;
|
|
24
108
|
export {
|
|
25
|
-
|
|
109
|
+
m as ColumnGroupsGrid,
|
|
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
|
|
26
122
|
};
|
package/dist/index82.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),e=require("@dnd-kit/core"),D=require("@dnd-kit/sortable"),y=require("./index81.cjs"),S=require("./index96.cjs"),h=require("./index97.cjs"),C=require("./index10.cjs"),b={droppable:{strategy:e.MeasuringStrategy.Always}},p={sideEffects:e.defaultDropAnimationSideEffects({styles:{active:{opacity:"0.5"}}})},q=({items:n,setItems:s,children:a,renderDragOverlay:o})=>{const i=e.useSensors(e.useSensor(e.PointerSensor),e.useSensor(e.KeyboardSensor,{coordinateGetter:D.sortableKeyboardCoordinates})),{activeId:t,handleDragCancel:c,handleDragEnd:l,handleDragOver:d,handleDragStart:u}=S.useDragHandlers({items:n,setItems:s}),{collisionDetectionStrategy:g}=h.useCollisionDetectionStrategy({items:n});return r.jsx(C.ErrorBoundary,{children:r.jsxs(e.DndContext,{sensors:i,measuring:b,collisionDetection:g,onDragStart:u,onDragOver:d,onDragEnd:l,onDragCancel:c,children:[a,r.jsx(y.DndDragOverlayDialog,{open:!0,children:r.jsx(e.DragOverlay,{dropAnimation:p,zIndex:2001,children:t&&o?o(t):null})})]})})};exports.DndContainer=q;
|
package/dist/index82.js
CHANGED
|
@@ -1,4 +1,60 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { useSensors as p, useSensor as t, PointerSensor as f, KeyboardSensor as u, DndContext as y, MeasuringStrategy as S, DragOverlay as h, defaultDropAnimationSideEffects as C } from "@dnd-kit/core";
|
|
3
|
+
import { sortableKeyboardCoordinates as v } from "@dnd-kit/sortable";
|
|
4
|
+
import { DndDragOverlayDialog as x } from "./index81.js";
|
|
5
|
+
import { useDragHandlers as E } from "./index96.js";
|
|
6
|
+
import { useCollisionDetectionStrategy as b } from "./index97.js";
|
|
7
|
+
import { ErrorBoundary as A } from "./index10.js";
|
|
8
|
+
const O = {
|
|
9
|
+
droppable: {
|
|
10
|
+
strategy: S.Always
|
|
11
|
+
}
|
|
12
|
+
}, j = {
|
|
13
|
+
sideEffects: C({
|
|
14
|
+
styles: {
|
|
15
|
+
active: {
|
|
16
|
+
opacity: "0.5"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
}, M = ({
|
|
21
|
+
items: o,
|
|
22
|
+
setItems: a,
|
|
23
|
+
children: i,
|
|
24
|
+
renderDragOverlay: e
|
|
25
|
+
}) => {
|
|
26
|
+
const s = p(
|
|
27
|
+
t(f),
|
|
28
|
+
t(u, {
|
|
29
|
+
coordinateGetter: v
|
|
30
|
+
})
|
|
31
|
+
), { activeId: n, handleDragCancel: l, handleDragEnd: d, handleDragOver: c, handleDragStart: D } = E({ items: o, setItems: a }), { collisionDetectionStrategy: g } = b({
|
|
32
|
+
items: o
|
|
33
|
+
});
|
|
34
|
+
return /* @__PURE__ */ r(A, { children: /* @__PURE__ */ m(
|
|
35
|
+
y,
|
|
36
|
+
{
|
|
37
|
+
sensors: s,
|
|
38
|
+
measuring: O,
|
|
39
|
+
collisionDetection: g,
|
|
40
|
+
onDragStart: D,
|
|
41
|
+
onDragOver: c,
|
|
42
|
+
onDragEnd: d,
|
|
43
|
+
onDragCancel: l,
|
|
44
|
+
children: [
|
|
45
|
+
i,
|
|
46
|
+
/* @__PURE__ */ r(x, { open: !0, children: /* @__PURE__ */ r(
|
|
47
|
+
h,
|
|
48
|
+
{
|
|
49
|
+
dropAnimation: j,
|
|
50
|
+
zIndex: 2001,
|
|
51
|
+
children: n && e ? e(n) : null
|
|
52
|
+
}
|
|
53
|
+
) })
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
) });
|
|
57
|
+
};
|
|
2
58
|
export {
|
|
3
|
-
|
|
59
|
+
M as DndContainer
|
|
4
60
|
};
|
package/dist/index83.cjs
CHANGED
|
@@ -1,13 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
.rst__rowTitle {
|
|
3
|
-
span {
|
|
4
|
-
white-space: nowrap;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
text-overflow: ellipsis;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.rst__rowTitle > div:first-child {
|
|
11
|
-
gap: ${o.theme.sizes.sm};
|
|
12
|
-
}
|
|
13
|
-
`;exports.StyledSortableViews=n;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),i=require("@veeqo/ui"),a=require("@veeqo/components"),n=require("./index81.cjs"),{Glyph:c}=a.VeeqoCommon,l=({column:t,isHidden:r,isDragOverlay:s})=>{const o=t.title||t.tooltip;return e.jsxs(n.ColumnItemWrapper,{direction:"horizontal",spacing:"sm",alignY:"center",isHidden:r,isDragOverlay:s,children:[e.jsx(c,{name:"drag-indicator",size:4}),t.detailed?e.jsxs(i.Stack,{spacing:"xs",children:[e.jsxs(i.Text,{variant:"body",children:[o," (detailed)"]}),e.jsx(n.DetailedText,{variant:"hintText",children:t.detailed})]}):e.jsx(i.Text,{variant:"body",children:o}),!s&&r&&e.jsx(n.VisibilityOffIcon,{size:4})]})};exports.ColumnItem=l;
|
package/dist/index83.js
CHANGED
|
@@ -1,19 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { jsxs as e, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { Stack as d, Text as a } from "@veeqo/ui";
|
|
3
|
+
import { VeeqoCommon as l } from "@veeqo/components";
|
|
4
|
+
import { ColumnItemWrapper as m, DetailedText as c, VisibilityOffIcon as p } from "./index81.js";
|
|
5
|
+
const { Glyph: s } = l, g = ({ column: t, isHidden: r, isDragOverlay: o }) => {
|
|
6
|
+
const n = t.title || t.tooltip;
|
|
7
|
+
return /* @__PURE__ */ e(
|
|
8
|
+
m,
|
|
9
|
+
{
|
|
10
|
+
direction: "horizontal",
|
|
11
|
+
spacing: "sm",
|
|
12
|
+
alignY: "center",
|
|
13
|
+
isHidden: r,
|
|
14
|
+
isDragOverlay: o,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ i(s, { name: "drag-indicator", size: 4 }),
|
|
17
|
+
t.detailed ? /* @__PURE__ */ e(d, { spacing: "xs", children: [
|
|
18
|
+
/* @__PURE__ */ e(a, { variant: "body", children: [
|
|
19
|
+
n,
|
|
20
|
+
" (detailed)"
|
|
21
|
+
] }),
|
|
22
|
+
/* @__PURE__ */ i(c, { variant: "hintText", children: t.detailed })
|
|
23
|
+
] }) : /* @__PURE__ */ i(a, { variant: "body", children: n }),
|
|
24
|
+
!o && r && /* @__PURE__ */ i(p, { size: 4 })
|
|
25
|
+
]
|
|
10
26
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
.rst__rowTitle > div:first-child {
|
|
14
|
-
gap: ${o.sizes.sm};
|
|
15
|
-
}
|
|
16
|
-
`;
|
|
27
|
+
);
|
|
28
|
+
};
|
|
17
29
|
export {
|
|
18
|
-
|
|
30
|
+
g as ColumnItem
|
|
19
31
|
};
|