@veeqo/transfigure 0.0.26 → 0.0.27
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/index100.cjs +12 -1
- package/dist/index100.js +16 -2
- package/dist/index101.cjs +1 -13
- package/dist/index101.js +33 -14
- package/dist/index102.cjs +1 -1
- package/dist/index102.js +18 -25
- package/dist/index103.cjs +1 -1
- package/dist/index103.js +8 -36
- package/dist/index104.cjs +1 -1
- package/dist/index104.js +62 -17
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +29 -7
- package/dist/index106.cjs +1 -1
- package/dist/index106.js +24 -62
- package/dist/index107.cjs +13 -1
- package/dist/index107.js +17 -30
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +42 -58
- package/dist/index109.cjs +1 -1
- package/dist/index109.js +58 -42
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +1 -1
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.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 +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.js +1 -1
- package/dist/index54.cjs +1 -1
- package/dist/index54.js +38 -38
- package/dist/index64.cjs +1 -1
- package/dist/index64.js +8 -8
- package/dist/index77.cjs +1 -1
- package/dist/index77.js +1 -1
- package/dist/index78.cjs +1 -1
- package/dist/index78.js +1 -1
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +1 -1
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +7 -7
- package/dist/index84.cjs +1 -1
- package/dist/index84.js +16 -29
- package/dist/index85.cjs +1 -1
- package/dist/index85.js +13 -29
- package/dist/index86.cjs +100 -15
- package/dist/index86.js +115 -19
- package/dist/index87.cjs +1 -1
- package/dist/index87.js +66 -19
- package/dist/index88.cjs +1 -12
- package/dist/index88.js +29 -16
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +2 -15
- package/dist/index90.cjs +1 -80
- package/dist/index90.js +41 -103
- package/dist/index91.cjs +1 -1
- package/dist/index91.js +9 -16
- package/dist/index93.cjs +19 -1
- package/dist/index93.js +24 -13
- package/dist/index94.cjs +1 -104
- package/dist/index94.js +20 -119
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +28 -65
- package/dist/index96.cjs +1 -1
- package/dist/index96.js +29 -29
- package/dist/index97.cjs +1 -1
- package/dist/index97.js +15 -2
- package/dist/index98.cjs +1 -1
- package/dist/index98.js +2 -41
- package/dist/index99.cjs +80 -1
- package/dist/index99.js +103 -11
- package/package.json +1 -1
package/dist/index64.js
CHANGED
|
@@ -3,8 +3,8 @@ var C = (E, e, l) => e in E ? L(E, e, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var f = (E, e, l) => C(E, typeof e != "symbol" ? e + "" : e, l);
|
|
4
4
|
import { makeObservable as G, computed as T, action as g, observable as u } from "mobx";
|
|
5
5
|
import { DateRanges as v } from "@veeqo/ui";
|
|
6
|
-
import { parseDate as
|
|
7
|
-
import
|
|
6
|
+
import { parseDate as N } from "@internationalized/date";
|
|
7
|
+
import U from "lodash/isEqual";
|
|
8
8
|
import { FilterChoiceValue as m } from "./index47.js";
|
|
9
9
|
import { RangeFilter as w } from "./index66.js";
|
|
10
10
|
import { NumberRangeFilter as P } from "./index65.js";
|
|
@@ -44,10 +44,10 @@ class W {
|
|
|
44
44
|
});
|
|
45
45
|
// PAGINATION
|
|
46
46
|
f(this, "setCurrentPage", (e) => {
|
|
47
|
-
this.currentPage = e
|
|
47
|
+
this.currentPage = e;
|
|
48
48
|
});
|
|
49
49
|
f(this, "setPageSize", (e) => {
|
|
50
|
-
this.pageSize = e
|
|
50
|
+
this.pageSize = e;
|
|
51
51
|
});
|
|
52
52
|
// TEXT FILTERS
|
|
53
53
|
f(this, "setFilter", (e, l) => {
|
|
@@ -169,8 +169,8 @@ class W {
|
|
|
169
169
|
let d;
|
|
170
170
|
if (s === "CUSTOM") {
|
|
171
171
|
d = new w("CUSTOM");
|
|
172
|
-
const I = o.get(`${i}_gte`),
|
|
173
|
-
I &&
|
|
172
|
+
const I = o.get(`${i}_gte`), D = o.get(`${i}_lte`);
|
|
173
|
+
I && D && d.setDates(N(I), N(D));
|
|
174
174
|
} else V(s) ? d = new w(s) : d = new w(v.TODAY);
|
|
175
175
|
M.set(i, d);
|
|
176
176
|
break;
|
|
@@ -285,10 +285,10 @@ class W {
|
|
|
285
285
|
return !0;
|
|
286
286
|
const n = Array.from(this.defaultArrayFilters.entries()).filter(([o]) => t.has(o)).some(([o, i]) => {
|
|
287
287
|
const s = this.defaultArrayFilters.get(o) || [];
|
|
288
|
-
return i.length > 0 || s.length > 0 ? i.length !== s.length || !
|
|
288
|
+
return i.length > 0 || s.length > 0 ? i.length !== s.length || !U(i, s) : !1;
|
|
289
289
|
}), h = Array.from(this.arrayFilters.entries()).filter(([o]) => t.has(o)).some(([o, i]) => {
|
|
290
290
|
const s = this.defaultArrayFilters.get(o) || [];
|
|
291
|
-
return i.length > 0 || s.length > 0 ? i.length !== s.length || !
|
|
291
|
+
return i.length > 0 || s.length > 0 ? i.length !== s.length || !U(i, s) : !1;
|
|
292
292
|
});
|
|
293
293
|
if (n || h)
|
|
294
294
|
return !0;
|
package/dist/index77.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index98.cjs"),s=e=>{if(!l.isError(e))return e;if(e.stack){const t=e.stack.split(`
|
|
2
2
|
`);if(t.length<=10)return e;const n=t==null?void 0:t[0],i=t==null?void 0:t.splice(9),r=[n,...i].join(`
|
|
3
3
|
`);e.stack=r}return e};exports.filterErrorStack=s;
|
package/dist/index77.js
CHANGED
package/dist/index78.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index98.cjs"),n=({customError:t,originalError:e,type:c})=>{!s.isError(e)||!s.isError(t)||(e.stack&&(e.stack=t.stack),e.name&&(e.name=`${c} (${e.name})`))};exports.injectIntoError=n;
|
package/dist/index78.js
CHANGED
package/dist/index80.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),P=require("./index7.cjs"),L=require("./index59.cjs"),v=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),P=require("./index7.cjs"),L=require("./index59.cjs"),v=require("./index84.cjs"),V=require("./index53.cjs");function m(){const{TABLE_DATA_URL:h}=P.useBusinessLogic(),{Filters:{pageSize:s,queryParams:S,activeViewId:n}}=L.useStores();async function r(){const e=`${h}?${S}`,g=await V.fetcherV2(e);return JSON.stringify(g)}const[o,a]=t.useState(null),[u,l]=t.useState(!1),[f,C]=t.useState(n),[y,D]=t.useState(s),i=3e5,[w,c]=t.useState(i);return t.useEffect(()=>{const e=()=>{document.hidden?c(null):c(i)};return document.addEventListener("visibilitychange",e),()=>{document.removeEventListener("visibilitychange",e)}},[]),v(async()=>{const e=await r();if(o===null||f!==n||y!==s){a(e),C(n),D(s);return}const d=e!==o;d&&(a(e),l(d))},u?null:w),{hasChanges:u,acknowledgeButtonClick:async()=>{l(!1),c(i),a(await r())}}}exports.usePollData=m;
|
package/dist/index80.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState as t, useEffect as S } from "react";
|
|
2
2
|
import { useBusinessLogic as p } from "./index7.js";
|
|
3
3
|
import { useStores as L } from "./index59.js";
|
|
4
|
-
import P from "./
|
|
4
|
+
import P from "./index84.js";
|
|
5
5
|
import { fetcherV2 as v } from "./index53.js";
|
|
6
6
|
function b() {
|
|
7
7
|
const { TABLE_DATA_URL: h } = p(), {
|
package/dist/index82.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("@veeqo/ui"),s=require("react"),w=require("@veeqo/components"),S=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),l=require("@veeqo/ui"),s=require("react"),w=require("@veeqo/components"),S=require("./index85.cjs"),i=require("./index86.cjs"),T=require("./index87.cjs"),V=require("./index88.cjs"),n=require("./index89.cjs"),D=require("./index83.cjs"),H=require("./index90.cjs"),j=require("./index91.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/index82.js
CHANGED
|
@@ -2,14 +2,14 @@ import { jsx as e, jsxs as c } from "react/jsx-runtime";
|
|
|
2
2
|
import { Modal as O, Stack as h, Text as p, Button as X, Anchor as A } from "@veeqo/ui";
|
|
3
3
|
import { useState as v, useMemo as f, useCallback as y } from "react";
|
|
4
4
|
import { VeeqoCommon as I } from "@veeqo/components";
|
|
5
|
-
import { ColumnGroup as w } from "./
|
|
6
|
-
import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./
|
|
7
|
-
import { DndContainer as R } from "./
|
|
8
|
-
import { ColumnItem as q } from "./
|
|
9
|
-
import { ColumnGroupIds as n } from "./
|
|
5
|
+
import { ColumnGroup as w } from "./index85.js";
|
|
6
|
+
import { Container as Y, ColumnGroupsGrid as j, VerticalSeparator as z, VerticalText as B, HeaderContainer as L, ColumnSearch as Q } from "./index86.js";
|
|
7
|
+
import { DndContainer as R } from "./index87.js";
|
|
8
|
+
import { ColumnItem as q } from "./index88.js";
|
|
9
|
+
import { ColumnGroupIds as n } from "./index89.js";
|
|
10
10
|
import { TableManagementGlyph as P } from "./index83.js";
|
|
11
|
-
import { usePersistColumns as _ } from "./
|
|
12
|
-
import { filterColumnsBySearch as V } from "./
|
|
11
|
+
import { usePersistColumns as _ } from "./index90.js";
|
|
12
|
+
import { filterColumnsBySearch as V } from "./index91.js";
|
|
13
13
|
const { Glyph: E } = I, te = ({
|
|
14
14
|
onClose: l,
|
|
15
15
|
columnDefintions: k,
|
package/dist/index84.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/index84.js
CHANGED
|
@@ -1,33 +1,20 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} = p(
|
|
16
|
-
[c, { includeMeta: !0 }],
|
|
17
|
-
([d, f]) => F(d, f),
|
|
18
|
-
{
|
|
19
|
-
revalidateOnFocus: !1,
|
|
20
|
-
revalidateOnReconnect: !1,
|
|
21
|
-
keepPreviousData: !0
|
|
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
|
+
};
|
|
22
15
|
}
|
|
23
|
-
|
|
24
|
-
return {
|
|
25
|
-
viewCounts: (i = o == null ? void 0 : o.page) == null ? void 0 : i.total_count,
|
|
26
|
-
error: m,
|
|
27
|
-
isLoadingViewCounts: l,
|
|
28
|
-
mutate: g
|
|
29
|
-
};
|
|
16
|
+
}, [n]);
|
|
30
17
|
};
|
|
31
18
|
export {
|
|
32
|
-
|
|
19
|
+
a as default
|
|
33
20
|
};
|
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"),o=require("@veeqo/ui"),s=require("@dnd-kit/sortable"),a=require("./index102.cjs"),l=require("./index103.cjs"),c=require("./index88.cjs"),u=require("./index89.cjs"),d=require("./index86.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/index85.js
CHANGED
|
@@ -1,31 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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 { 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 "./index102.js";
|
|
5
|
+
import { DroppableArea as d } from "./index103.js";
|
|
6
|
+
import { ColumnItem as l } from "./index88.js";
|
|
7
|
+
import { ColumnGroupIds as c } from "./index89.js";
|
|
8
|
+
import { StickyText as f } from "./index86.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
|
+
] });
|
|
29
13
|
export {
|
|
30
|
-
|
|
14
|
+
I as ColumnGroup
|
|
31
15
|
};
|
package/dist/index86.cjs
CHANGED
|
@@ -1,19 +1,104 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
+
`}
|
|
6
46
|
|
|
7
47
|
&:hover {
|
|
8
|
-
background-color: ${e.theme.colors.neutral.grey.lightest};
|
|
9
48
|
color: ${e.theme.colors.secondary.blue.base};
|
|
10
|
-
|
|
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;
|
|
11
93
|
}
|
|
12
|
-
`,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
`,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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/index86.js
CHANGED
|
@@ -1,26 +1,122 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { theme as o,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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};
|
|
47
|
+
}
|
|
48
|
+
`}
|
|
8
49
|
|
|
9
50
|
&:hover {
|
|
10
|
-
background-color: ${o.colors.neutral.grey.lightest};
|
|
11
51
|
color: ${o.colors.secondary.blue.base};
|
|
12
|
-
|
|
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;
|
|
13
96
|
}
|
|
14
|
-
`,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
`,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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;
|
|
21
107
|
`;
|
|
22
108
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
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/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 r=require("react/jsx-runtime"),e=require("@dnd-kit/core"),S=require("@dnd-kit/sortable"),h=require("./index86.cjs"),q=require("@veeqo/ui"),C=require("./index50.cjs"),E=require("./index104.cjs"),p=require("./index105.cjs"),A=require("./index10.cjs"),b=require("./index49.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/index87.js
CHANGED
|
@@ -1,23 +1,70 @@
|
|
|
1
|
-
import { jsx as r, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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 "./index86.js";
|
|
5
|
+
import { Alert as b } from "@veeqo/ui";
|
|
6
|
+
import { useModal as x } from "./index50.js";
|
|
7
|
+
import { useDragHandlers as O } from "./index104.js";
|
|
8
|
+
import { useCollisionDetectionStrategy as I } from "./index105.js";
|
|
9
|
+
import { ErrorBoundary as R } from "./index10.js";
|
|
10
|
+
import { ModalId as j } from "./index49.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,
|
|
13
46
|
{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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
|
+
]
|
|
18
65
|
}
|
|
19
|
-
)
|
|
20
|
-
|
|
66
|
+
) });
|
|
67
|
+
};
|
|
21
68
|
export {
|
|
22
|
-
|
|
69
|
+
q as DndContainer
|
|
23
70
|
};
|
package/dist/index88.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"),i=require("@veeqo/ui"),a=require("@veeqo/components"),n=require("./index86.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;
|