@veeqo/transfigure 2.4.0 → 2.4.1
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 +1 -1
- package/dist/index100.js +14 -48
- package/dist/index101.cjs +1 -1
- package/dist/index101.js +12 -29
- package/dist/index102.cjs +1 -1
- package/dist/index102.js +8 -14
- package/dist/index103.cjs +1 -12
- package/dist/index103.js +50 -16
- package/dist/index104.cjs +1 -1
- package/dist/index104.js +28 -15
- package/dist/index105.cjs +1 -19
- package/dist/index105.js +21 -24
- package/dist/index106.cjs +1 -1
- package/dist/index106.js +14 -20
- package/dist/index107.cjs +19 -1
- package/dist/index107.js +24 -24
- package/dist/index108.cjs +12 -1
- package/dist/index108.js +16 -12
- package/dist/index109.cjs +1 -80
- package/dist/index109.js +24 -98
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +1 -1
- package/dist/index110.cjs +80 -1
- package/dist/index110.js +97 -8
- package/dist/index111.cjs +1 -1
- package/dist/index111.js +19 -2
- package/dist/index112.cjs +1 -1
- package/dist/index112.js +7 -18
- package/dist/index113.cjs +1 -1
- package/dist/index113.js +60 -7
- package/dist/index114.cjs +1 -1
- package/dist/index114.js +26 -57
- package/dist/index115.cjs +13 -1
- package/dist/index115.js +17 -30
- package/dist/index116.cjs +1 -13
- package/dist/index116.js +2 -17
- package/dist/index120.cjs +7 -1
- package/dist/index120.js +10 -63
- package/dist/index121.cjs +1 -7
- package/dist/index121.js +63 -10
- package/dist/index13.cjs +1 -1
- package/dist/index13.js +1 -1
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index30.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 +2 -2
- 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 +1 -1
- package/dist/index46.cjs +1 -1
- package/dist/index46.js +1 -1
- package/dist/index47.cjs +1 -1
- package/dist/index47.js +2 -2
- package/dist/index57.cjs +1 -1
- package/dist/index57.js +1 -1
- package/dist/index65.cjs +1 -1
- package/dist/index65.js +1 -1
- package/dist/index69.cjs +1 -1
- package/dist/index69.js +1 -1
- package/dist/index70.cjs +1 -1
- package/dist/index70.js +2 -2
- package/dist/index73.cjs +1 -1
- package/dist/index73.js +7 -7
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +1 -1
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +1 -1
- package/dist/index86.cjs +1 -1
- package/dist/index86.js +1 -1
- package/dist/index87.cjs +1 -1
- package/dist/index87.js +1 -1
- package/dist/index88.cjs +1 -1
- package/dist/index88.js +5 -41
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +2 -9
- package/dist/index90.cjs +1 -1
- package/dist/index90.js +39 -115
- package/dist/index91.cjs +1 -1
- package/dist/index91.js +9 -2
- package/dist/index92.cjs +1 -1
- package/dist/index92.js +116 -4
- package/dist/index93.cjs +1 -1
- package/dist/index93.js +2 -2
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +2 -2
- package/package.json +1 -1
package/dist/index93.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as m, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { Stack as n } from "@veeqo/ui";
|
|
3
3
|
import { SortableContext as p, verticalListSortingStrategy as a } from "@dnd-kit/sortable";
|
|
4
|
-
import { SortableItem as s } from "./
|
|
5
|
-
import { DroppableArea as d } from "./
|
|
4
|
+
import { SortableItem as s } from "./index111.js";
|
|
5
|
+
import { DroppableArea as d } from "./index112.js";
|
|
6
6
|
import { ColumnItem as l } from "./index96.js";
|
|
7
7
|
import { ColumnGroupIds as c } from "./index97.js";
|
|
8
8
|
import { StickyText as f } from "./index94.js";
|
package/dist/index95.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
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("./index94.cjs"),q=require("@veeqo/ui"),C=require("./index53.cjs"),E=require("./
|
|
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("./index94.cjs"),q=require("@veeqo/ui"),C=require("./index53.cjs"),E=require("./index113.cjs"),p=require("./index114.cjs"),A=require("./index12.cjs"),b=require("./index52.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/index95.js
CHANGED
|
@@ -4,8 +4,8 @@ import { sortableKeyboardCoordinates as M } from "@dnd-kit/sortable";
|
|
|
4
4
|
import { DndDragOverlayDialog as v } from "./index94.js";
|
|
5
5
|
import { Alert as b } from "@veeqo/ui";
|
|
6
6
|
import { useModal as x } from "./index53.js";
|
|
7
|
-
import { useDragHandlers as O } from "./
|
|
8
|
-
import { useCollisionDetectionStrategy as I } from "./
|
|
7
|
+
import { useDragHandlers as O } from "./index113.js";
|
|
8
|
+
import { useCollisionDetectionStrategy as I } from "./index114.js";
|
|
9
9
|
import { ErrorBoundary as R } from "./index12.js";
|
|
10
10
|
import { ModalId as j } from "./index52.js";
|
|
11
11
|
const B = {
|