@veeqo/transfigure 1.2.0 → 1.2.2
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 +1 -0
- package/dist/components/Views/ViewList/ViewsList.d.ts +5 -1
- package/dist/constants/viewConstants.d.ts +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +16 -14
- package/dist/index10.cjs +1 -1
- package/dist/index10.js +14 -13
- package/dist/index100.cjs +1 -1
- package/dist/index100.js +20 -14
- package/dist/index101.cjs +1 -19
- package/dist/index101.js +14 -23
- package/dist/index102.cjs +12 -1
- package/dist/index102.js +16 -24
- package/dist/index103.cjs +1 -12
- package/dist/index103.js +33 -16
- package/dist/index104.cjs +1 -80
- package/dist/index104.js +28 -100
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +24 -2
- package/dist/index106.cjs +80 -1
- package/dist/index106.js +101 -19
- package/dist/index107.cjs +1 -1
- package/dist/index107.js +18 -7
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +7 -63
- package/dist/index109.cjs +1 -1
- package/dist/index109.js +60 -26
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +1 -1
- package/dist/index110.cjs +1 -13
- package/dist/index110.js +30 -17
- package/dist/index111.cjs +1 -1
- package/dist/index111.js +2 -26
- package/dist/index112.cjs +13 -1
- package/dist/index112.js +14 -33
- package/dist/index113.cjs +1 -7
- package/dist/index113.js +36 -10
- package/dist/index114.cjs +1 -1
- package/dist/index114.js +25 -62
- package/dist/index115.cjs +1 -1
- package/dist/index115.js +58 -42
- package/dist/index116.cjs +1 -0
- package/dist/index116.js +49 -0
- package/dist/index117.cjs +7 -0
- package/dist/index117.js +12 -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 +62 -60
- 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/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 +36 -34
- package/dist/index46.cjs +1 -1
- package/dist/index46.js +2 -2
- 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 +4 -117
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +117 -18
- package/dist/index90.cjs +1 -1
- package/dist/index90.js +19 -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 +1 -1
- package/dist/index98.js +7 -29
- package/dist/index99.cjs +19 -1
- package/dist/index99.js +24 -21
- package/dist/mocks/createMockTransformedView.d.ts +2 -0
- package/dist/mocks/createMockView.d.ts +2 -0
- package/dist/storybookHelpers/Code.d.ts +3 -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/index92.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/index92.js
CHANGED
|
@@ -1,70 +1,122 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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};
|
|
42
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};
|
|
43
57
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
sensors: d,
|
|
48
|
-
measuring: B,
|
|
49
|
-
collisionDetection: g,
|
|
50
|
-
onDragStart: D,
|
|
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
|
-
]
|
|
58
|
+
|
|
59
|
+
${d} {
|
|
60
|
+
color: ${o.colors.neutral.ink.light};
|
|
65
61
|
}
|
|
66
|
-
|
|
67
|
-
|
|
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
|
+
`;
|
|
68
108
|
export {
|
|
69
|
-
|
|
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
|
|
70
122
|
};
|
package/dist/index93.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("react/jsx-runtime"),e=require("@dnd-kit/core"),S=require("@dnd-kit/sortable"),h=require("./index92.cjs"),q=require("@veeqo/ui"),C=require("./index52.cjs"),E=require("./index109.cjs"),p=require("./index110.cjs"),A=require("./index12.cjs"),b=require("./index51.cjs"),x={droppable:{strategy:e.MeasuringStrategy.Always}},M={sideEffects:e.defaultDropAnimationSideEffects({styles:{active:{opacity:"0.5"}}})},j=({items:o,setItems:s,children:a,renderDragOverlay:n})=>{const{closeModal:i,openModal:l}=C.useModal(),c=e.useSensors(e.useSensor(e.PointerSensor),e.useSensor(e.KeyboardSensor,{coordinateGetter:S.sortableKeyboardCoordinates})),{activeId:t,handleDragCancel:d,handleDragEnd:u,handleDragOver:g,handleDragStart:D}=E.useDragHandlers({items:o,setItems:s}),{collisionDetectionStrategy:y}=p.useCollisionDetectionStrategy({items:o});return r.jsx(A.ErrorBoundary,{errorComponent:r.jsx(q.Alert,{variant:"error",title:"An error occurred",rightActions:[{label:"Reload",onClick:()=>{i(),l(b.ModalId.ORDERS_TABLE_MANAGEMENT)}}]}),children:r.jsxs(e.DndContext,{sensors:c,measuring:x,collisionDetection:y,onDragStart:D,onDragOver:g,onDragEnd:u,onDragCancel:d,children:[a,r.jsx(h.DndDragOverlayDialog,{open:!0,children:r.jsx(e.DragOverlay,{dropAnimation:M,zIndex:2001,children:t&&n?n(t):null})})]})})};exports.DndContainer=j;
|
package/dist/index93.js
CHANGED
|
@@ -1,31 +1,70 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsx as r, jsxs as f } from "react/jsx-runtime";
|
|
2
|
+
import { useSensors as u, useSensor as n, PointerSensor as y, KeyboardSensor as S, DndContext as h, MeasuringStrategy as A, DragOverlay as E, defaultDropAnimationSideEffects as C } from "@dnd-kit/core";
|
|
3
|
+
import { sortableKeyboardCoordinates as M } from "@dnd-kit/sortable";
|
|
4
|
+
import { DndDragOverlayDialog as v } from "./index92.js";
|
|
5
|
+
import { Alert as b } from "@veeqo/ui";
|
|
6
|
+
import { useModal as x } from "./index52.js";
|
|
7
|
+
import { useDragHandlers as O } from "./index109.js";
|
|
8
|
+
import { useCollisionDetectionStrategy as I } from "./index110.js";
|
|
9
|
+
import { ErrorBoundary as R } from "./index12.js";
|
|
10
|
+
import { ModalId as j } from "./index51.js";
|
|
11
|
+
const B = {
|
|
12
|
+
droppable: {
|
|
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,
|
|
9
46
|
{
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
47
|
+
sensors: d,
|
|
48
|
+
measuring: B,
|
|
49
|
+
collisionDetection: g,
|
|
50
|
+
onDragStart: D,
|
|
51
|
+
onDragOver: p,
|
|
52
|
+
onDragEnd: m,
|
|
53
|
+
onDragCancel: c,
|
|
15
54
|
children: [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
+
) })
|
|
25
64
|
]
|
|
26
65
|
}
|
|
27
|
-
);
|
|
66
|
+
) });
|
|
28
67
|
};
|
|
29
68
|
export {
|
|
30
|
-
|
|
69
|
+
q as DndContainer
|
|
31
70
|
};
|
package/dist/index94.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 e=require("react/jsx-runtime"),i=require("@veeqo/ui"),a=require("@veeqo/components"),n=require("./index92.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/index94.js
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
|
-
|
|
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 "./index92.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
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
};
|
|
2
29
|
export {
|
|
3
|
-
|
|
30
|
+
g as ColumnItem
|
|
4
31
|
};
|
package/dist/index95.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 i=(e=>(e.Hidden="hidden",e.Visible="visible",e))(i||{});exports.ColumnGroupIds=i;
|
package/dist/index95.js
CHANGED
|
@@ -1,43 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { useViews as v } from "./index62.js";
|
|
3
|
-
import { useStores as y } from "./index61.js";
|
|
4
|
-
import { useModal as C } from "./index52.js";
|
|
5
|
-
import { usePersistUnsavedChanges as g } from "./index60.js";
|
|
6
|
-
import { patchCustomView as h } from "./index5.js";
|
|
7
|
-
const b = ({ pinnedLeftColumnIds: a, pinnedRightColumnIds: i }) => {
|
|
8
|
-
const {
|
|
9
|
-
Filters: {
|
|
10
|
-
activeViewId: e
|
|
11
|
-
},
|
|
12
|
-
Notifications: {
|
|
13
|
-
notify: t
|
|
14
|
-
}
|
|
15
|
-
} = y(), { closeModal: u } = C(), { mutate: m } = v(), { getActiveViewInAPIFormat: c } = g(), [l, o] = d(!1);
|
|
16
|
-
return {
|
|
17
|
-
saveColumns: async ({ visibleColumns: n }) => {
|
|
18
|
-
if (e)
|
|
19
|
-
try {
|
|
20
|
-
if (o(!0), n.length < 1) {
|
|
21
|
-
t({ type: "error", text: "You must have at least one visible column." });
|
|
22
|
-
return;
|
|
23
|
-
}
|
|
24
|
-
const r = [...a, ...n, ...i], { arg: f, currentView: s } = c(), p = {
|
|
25
|
-
...f,
|
|
26
|
-
columns: {
|
|
27
|
-
...s == null ? void 0 : s.columns,
|
|
28
|
-
columnIds: r
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
await h(e, { attributes: p }), await m(), u(), t({ type: "success", text: "Columns updated successfully" });
|
|
32
|
-
} catch {
|
|
33
|
-
t({ type: "error", text: "Failed to save columns" });
|
|
34
|
-
} finally {
|
|
35
|
-
o(!1);
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
isSavingColumns: l
|
|
39
|
-
};
|
|
40
|
-
};
|
|
1
|
+
var i = /* @__PURE__ */ ((e) => (e.Hidden = "hidden", e.Visible = "visible", e))(i || {});
|
|
41
2
|
export {
|
|
42
|
-
|
|
3
|
+
i as ColumnGroupIds
|
|
43
4
|
};
|
package/dist/index96.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 C=require("react"),f=require("./index62.cjs"),y=require("./index61.cjs"),g=require("./index52.cjs"),h=require("./index60.cjs"),p=require("./index5.cjs"),w=({pinnedLeftColumnIds:r,pinnedRightColumnIds:a})=>{const{Filters:{activeViewId:t},Notifications:{notify:e}}=y.useStores(),{closeModal:i}=g.useModal(),{mutate:c}=f.useViews(),{getActiveViewInAPIFormat:l}=h.usePersistUnsavedChanges(),[m,o]=C.useState(!1);return{saveColumns:async({visibleColumns:n})=>{if(t)try{if(o(!0),n.length<1){e({type:"error",text:"You must have at least one visible column."});return}const u=[...r,...n,...a],{arg:d,currentView:s}=l(),v={...d,columns:{...s==null?void 0:s.columns,columnIds:u}};await p.patchCustomView(t,{attributes:v}),await c(),i(),e({type:"success",text:"Columns updated successfully"})}catch{e({type:"error",text:"Failed to save columns"})}finally{o(!1)}},isSavingColumns:m}};exports.usePersistColumns=w;
|
package/dist/index96.js
CHANGED
|
@@ -1,13 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { useState as d } from "react";
|
|
2
|
+
import { useViews as v } from "./index62.js";
|
|
3
|
+
import { useStores as y } from "./index61.js";
|
|
4
|
+
import { useModal as C } from "./index52.js";
|
|
5
|
+
import { usePersistUnsavedChanges as g } from "./index60.js";
|
|
6
|
+
import { patchCustomView as h } from "./index5.js";
|
|
7
|
+
const b = ({ pinnedLeftColumnIds: a, pinnedRightColumnIds: i }) => {
|
|
8
|
+
const {
|
|
9
|
+
Filters: {
|
|
10
|
+
activeViewId: e
|
|
11
|
+
},
|
|
12
|
+
Notifications: {
|
|
13
|
+
notify: t
|
|
8
14
|
}
|
|
9
|
-
);
|
|
15
|
+
} = y(), { closeModal: u } = C(), { mutate: m } = v(), { getActiveViewInAPIFormat: c } = g(), [l, o] = d(!1);
|
|
16
|
+
return {
|
|
17
|
+
saveColumns: async ({ visibleColumns: n }) => {
|
|
18
|
+
if (e)
|
|
19
|
+
try {
|
|
20
|
+
if (o(!0), n.length < 1) {
|
|
21
|
+
t({ type: "error", text: "You must have at least one visible column." });
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
const r = [...a, ...n, ...i], { arg: f, currentView: s } = c(), p = {
|
|
25
|
+
...f,
|
|
26
|
+
columns: {
|
|
27
|
+
...s == null ? void 0 : s.columns,
|
|
28
|
+
columnIds: r
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
await h(e, { attributes: p }), await m(), u(), t({ type: "success", text: "Columns updated successfully" });
|
|
32
|
+
} catch {
|
|
33
|
+
t({ type: "error", text: "Failed to save columns" });
|
|
34
|
+
} finally {
|
|
35
|
+
o(!1);
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
isSavingColumns: l
|
|
39
|
+
};
|
|
10
40
|
};
|
|
11
41
|
export {
|
|
12
|
-
|
|
42
|
+
b as usePersistColumns
|
|
13
43
|
};
|
package/dist/index97.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 d=(t,r)=>{if(!r)return t;const i=r.toLowerCase();return t.filter(e=>{var s,a;return((s=e==null?void 0:e.title)==null?void 0:s.toLowerCase().includes(i))||((a=e==null?void 0:e.id)==null?void 0:a.toLowerCase().includes(i))})};exports.filterColumnsBySearch=d;
|
package/dist/index97.js
CHANGED
|
@@ -1,35 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var i;
|
|
9
|
-
const { Filters: { queryParams: s } } = w(), { TABLE_DATA_URL: a, PAGE_NUMBER_FILTER_ID: r, PAGE_SIZE_FILTER_ID: n } = R(), { isLoading: u } = g(), c = _(() => {
|
|
10
|
-
const e = new URLSearchParams(s);
|
|
11
|
-
return e.set(r, "1"), e.set(n, "1"), e.toString();
|
|
12
|
-
}, [s, r, n]), m = !u ? `${a}?${c}` : null, {
|
|
13
|
-
data: t,
|
|
14
|
-
error: l,
|
|
15
|
-
isLoading: L,
|
|
16
|
-
mutate: d
|
|
17
|
-
} = p(
|
|
18
|
-
[m, { includeMeta: !0 }],
|
|
19
|
-
([e, f]) => E(e, f),
|
|
20
|
-
{
|
|
21
|
-
revalidateOnFocus: !1,
|
|
22
|
-
revalidateOnReconnect: !1,
|
|
23
|
-
keepPreviousData: !0
|
|
1
|
+
const a = (t, r) => {
|
|
2
|
+
if (!r) return t;
|
|
3
|
+
const i = r.toLowerCase();
|
|
4
|
+
return t.filter(
|
|
5
|
+
(e) => {
|
|
6
|
+
var s, C;
|
|
7
|
+
return ((s = e == null ? void 0 : e.title) == null ? void 0 : s.toLowerCase().includes(i)) || ((C = e == null ? void 0 : e.id) == null ? void 0 : C.toLowerCase().includes(i));
|
|
24
8
|
}
|
|
25
|
-
)
|
|
26
|
-
return {
|
|
27
|
-
viewCounts: (i = o == null ? void 0 : o.page) == null ? void 0 : i.total_count,
|
|
28
|
-
error: l,
|
|
29
|
-
isLoadingViewCounts: L,
|
|
30
|
-
mutate: d
|
|
31
|
-
};
|
|
9
|
+
);
|
|
32
10
|
};
|
|
33
11
|
export {
|
|
34
|
-
|
|
12
|
+
a as filterColumnsBySearch
|
|
35
13
|
};
|
package/dist/index98.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 i=require("./index79.cjs"),e=i.createAllView(),t={fixedViews:[e],customViews:[],viewsMap:new Map([[e.id,e]])};exports.INITIAL_VIEWS_STATE=t;
|
package/dist/index98.js
CHANGED
|
@@ -1,31 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"data-testid": "act-react-listing-custom-confirmation-popup",
|
|
8
|
-
variant: "sm",
|
|
9
|
-
shouldShow: a,
|
|
10
|
-
onClose: t,
|
|
11
|
-
rightActions: [
|
|
12
|
-
{
|
|
13
|
-
className: "act-react-listing-custom-confirmation-popup-cancel",
|
|
14
|
-
label: "Cancel",
|
|
15
|
-
onClick: t,
|
|
16
|
-
variant: "default"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
className: "act-react-listing-custom-confirmation-popup-delete",
|
|
20
|
-
label: "Delete",
|
|
21
|
-
onClick: o,
|
|
22
|
-
variant: "primaryDestructive"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
showHeaderCloseButton: !0,
|
|
26
|
-
children: /* @__PURE__ */ e(r, { variant: "body", children: "This cannot be undone." })
|
|
27
|
-
}
|
|
28
|
-
);
|
|
1
|
+
import { createAllView as i } from "./index79.js";
|
|
2
|
+
const e = i(), s = {
|
|
3
|
+
fixedViews: [e],
|
|
4
|
+
customViews: [],
|
|
5
|
+
viewsMap: /* @__PURE__ */ new Map([[e.id, e]])
|
|
6
|
+
};
|
|
29
7
|
export {
|
|
30
|
-
s as
|
|
8
|
+
s as INITIAL_VIEWS_STATE
|
|
31
9
|
};
|