seat-editor 3.5.1 → 3.5.3

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.
Files changed (61) hide show
  1. package/dist/app/graph-view/page.d.ts +1 -1
  2. package/dist/app/graph-view-new/page.d.ts +1 -1
  3. package/dist/app/layout.d.ts +1 -1
  4. package/dist/app/new-board/page.d.ts +1 -1
  5. package/dist/app/old-board/page.d.ts +2 -1
  6. package/dist/app/only-view/chair.d.ts +1 -1
  7. package/dist/app/only-view/chair.js +10 -2
  8. package/dist/app/only-view/page.d.ts +1 -1
  9. package/dist/app/only-view/user.d.ts +1 -1
  10. package/dist/app/only-view/user.js +10 -2
  11. package/dist/app/page.d.ts +1 -1
  12. package/dist/app/test/page.d.ts +2 -1
  13. package/dist/app/v2/page.d.ts +1 -1
  14. package/dist/components/button-tools/index.d.ts +1 -1
  15. package/dist/components/form-tools/label.d.ts +1 -1
  16. package/dist/components/form-tools/shape.d.ts +1 -1
  17. package/dist/components/input/number-indicator.d.ts +1 -1
  18. package/dist/components/joystick/index.d.ts +2 -1
  19. package/dist/components/layer/index.d.ts +1 -1
  20. package/dist/components/layer-v2/index.d.ts +1 -1
  21. package/dist/components/layer-v3/index.d.ts +1 -1
  22. package/dist/components/layer-v4/index.d.ts +1 -1
  23. package/dist/components/layer-v5/index.d.ts +1 -1
  24. package/dist/components/lib/index.d.ts +1 -1
  25. package/dist/components/modal-preview/index.d.ts +1 -1
  26. package/dist/features/board/index.d.ts +1 -1
  27. package/dist/features/board-v2/index.d.ts +2 -1
  28. package/dist/features/board-v3/board-slice.js +5 -5
  29. package/dist/features/board-v3/index.d.ts +1 -1
  30. package/dist/features/board-v3/index.js +39 -11
  31. package/dist/features/board-v3/index.jsx +45 -15
  32. package/dist/features/navbar/index.d.ts +1 -1
  33. package/dist/features/package/index.d.ts +1 -1
  34. package/dist/features/package/index.js +1 -1
  35. package/dist/features/package/index.jsx +1 -1
  36. package/dist/features/panel/index.d.ts +1 -1
  37. package/dist/features/panel/polygon.d.ts +1 -1
  38. package/dist/features/panel/select-tool.d.ts +2 -3
  39. package/dist/features/panel/select-tool.js +1 -32
  40. package/dist/features/panel/select-tool.jsx +1 -32
  41. package/dist/features/panel/selected-group.d.ts +1 -1
  42. package/dist/features/panel/selected-group.js +16 -11
  43. package/dist/features/panel/selected-group.jsx +71 -60
  44. package/dist/features/panel/square-circle-tool.d.ts +1 -1
  45. package/dist/features/panel/table-seat-circle.d.ts +1 -1
  46. package/dist/features/panel/table-seat-square.d.ts +1 -1
  47. package/dist/features/panel/text-tool.d.ts +1 -1
  48. package/dist/features/panel/upload-tool.d.ts +1 -1
  49. package/dist/features/side-tool/index.d.ts +1 -1
  50. package/dist/features/view-only/index.d.ts +1 -1
  51. package/dist/features/view-only-2/index.d.ts +1 -1
  52. package/dist/features/view-only-3/index.d.ts +1 -1
  53. package/dist/features/view-only-3/index.js +1 -1
  54. package/dist/features/view-only-3/index.jsx +1 -1
  55. package/dist/features/view-only-4/index.d.ts +1 -1
  56. package/dist/features/view-only-5/index.d.ts +1 -1
  57. package/dist/features/view-only-6/index.d.ts +1 -1
  58. package/dist/features/view-only-7/index.d.ts +1 -1
  59. package/dist/provider/redux-provider.d.ts +1 -1
  60. package/dist/provider/store-provider.d.ts +1 -1
  61. package/package.json +1 -1
@@ -1 +1 @@
1
- export default function DrawIO(): import("react/jsx-runtime").JSX.Element;
1
+ export default function DrawIO(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export default function GraphView(): import("react/jsx-runtime").JSX.Element;
1
+ export default function GraphView(): import("react").JSX.Element;
@@ -3,4 +3,4 @@ import "./globals.css";
3
3
  export declare const metadata: Metadata;
4
4
  export default function RootLayout({ children, }: Readonly<{
5
5
  children: React.ReactNode;
6
- }>): import("react/jsx-runtime").JSX.Element;
6
+ }>): import("react").JSX.Element;
@@ -1 +1 @@
1
- export default function NewBoard(): import("react/jsx-runtime").JSX.Element;
1
+ export default function NewBoard(): import("react").JSX.Element;
@@ -1,2 +1,3 @@
1
- declare const SeatEditor: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ declare const SeatEditor: () => React.JSX.Element;
2
3
  export default SeatEditor;
@@ -1 +1 @@
1
- export function ChairIcon(): import("react/jsx-runtime").JSX.Element;
1
+ export function ChairIcon(): import("react").JSX.Element;
@@ -1,4 +1,12 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
1
  export const ChairIcon = () => {
3
- return (_jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("g", { "clip-path": "url(#clip0_3019_14165)", children: _jsx("path", { d: "M15.9717 7.5339V4.70339C15.9717 3.07627 14.7076 2.5 13.5189 2.5H6.46226C5.27359 2.5 4.00943 3.07627 4.00943 4.70339V7.5339C3.14151 7.73729 2.5 8.4322 2.5 9.27966V13.822C2.5 15.161 3.5 15.6864 4.48113 15.7373V16.8898C4.48113 17.2288 4.78302 17.5 5.16038 17.5H5.85849C6.23585 17.5 6.53774 17.2288 6.53774 16.8898V15.7373H13.4623V16.8898C13.4623 17.2288 13.7642 17.5 14.1415 17.5H14.8396C15.217 17.5 15.5189 17.2288 15.5189 16.8898V15.7373C16.9717 15.6695 17.5 14.7203 17.5 13.822V9.26271C17.4623 8.4322 16.8208 7.72034 15.9717 7.5339ZM4.68868 4.70339C4.68868 3.31356 5.80189 3.09322 6.46226 3.09322H13.5189C14.1792 3.09322 15.2925 3.29661 15.2925 4.68644V7.4661C14.2736 7.55085 13.4623 8.31356 13.4623 9.26271V9.68644H6.51887V9.26271C6.51887 8.31356 5.70755 7.55085 4.68868 7.4661V4.70339ZM13.4434 10.2966V12.3983H6.51887V10.2966H13.4434ZM5.85849 16.8898H5.16038V15.7373H5.85849V16.8898ZM14.8208 16.8898H14.1226V15.7373H14.8208V16.8898ZM16.8208 13.822H16.8019C16.8019 14.4153 16.5566 15.1441 15.3302 15.1441H14.8208H14.1226H5.85849H5.16038H4.65094C3.99057 15.1441 3.17925 14.9237 3.17925 13.822V9.26271C3.17925 8.6017 3.78302 8.05932 4.51887 8.05932C5.25472 8.05932 5.85849 8.6017 5.85849 9.26271V12.7034C5.85849 12.8729 6.00943 13.0085 6.19811 13.0085H13.8019C13.9906 13.0085 14.1415 12.8729 14.1415 12.7034V9.26271C14.1415 8.6017 14.7453 8.05932 15.4811 8.05932C16.217 8.05932 16.8208 8.6017 16.8208 9.26271V13.822Z", fill: "#347ADB", stroke: "#347ADB", "stroke-width": "0.8" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_3019_14165", children: _jsx("rect", { width: "16.6667", height: "16.6667", fill: "white", transform: "translate(1.66675 1.6665)" }) }) })] }));
2
+ return (<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g clip-path="url(#clip0_3019_14165)">
4
+ <path d="M15.9717 7.5339V4.70339C15.9717 3.07627 14.7076 2.5 13.5189 2.5H6.46226C5.27359 2.5 4.00943 3.07627 4.00943 4.70339V7.5339C3.14151 7.73729 2.5 8.4322 2.5 9.27966V13.822C2.5 15.161 3.5 15.6864 4.48113 15.7373V16.8898C4.48113 17.2288 4.78302 17.5 5.16038 17.5H5.85849C6.23585 17.5 6.53774 17.2288 6.53774 16.8898V15.7373H13.4623V16.8898C13.4623 17.2288 13.7642 17.5 14.1415 17.5H14.8396C15.217 17.5 15.5189 17.2288 15.5189 16.8898V15.7373C16.9717 15.6695 17.5 14.7203 17.5 13.822V9.26271C17.4623 8.4322 16.8208 7.72034 15.9717 7.5339ZM4.68868 4.70339C4.68868 3.31356 5.80189 3.09322 6.46226 3.09322H13.5189C14.1792 3.09322 15.2925 3.29661 15.2925 4.68644V7.4661C14.2736 7.55085 13.4623 8.31356 13.4623 9.26271V9.68644H6.51887V9.26271C6.51887 8.31356 5.70755 7.55085 4.68868 7.4661V4.70339ZM13.4434 10.2966V12.3983H6.51887V10.2966H13.4434ZM5.85849 16.8898H5.16038V15.7373H5.85849V16.8898ZM14.8208 16.8898H14.1226V15.7373H14.8208V16.8898ZM16.8208 13.822H16.8019C16.8019 14.4153 16.5566 15.1441 15.3302 15.1441H14.8208H14.1226H5.85849H5.16038H4.65094C3.99057 15.1441 3.17925 14.9237 3.17925 13.822V9.26271C3.17925 8.6017 3.78302 8.05932 4.51887 8.05932C5.25472 8.05932 5.85849 8.6017 5.85849 9.26271V12.7034C5.85849 12.8729 6.00943 13.0085 6.19811 13.0085H13.8019C13.9906 13.0085 14.1415 12.8729 14.1415 12.7034V9.26271C14.1415 8.6017 14.7453 8.05932 15.4811 8.05932C16.217 8.05932 16.8208 8.6017 16.8208 9.26271V13.822Z" fill="#347ADB" stroke="#347ADB" stroke-width="0.8"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_3019_14165">
8
+ <rect width="16.6667" height="16.6667" fill="white" transform="translate(1.66675 1.6665)"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>);
4
12
  };
@@ -17,5 +17,5 @@ export declare const dummyImage: {
17
17
  y: number;
18
18
  }[];
19
19
  }[];
20
- declare const TouchScrollDetect: () => import("react/jsx-runtime").JSX.Element;
20
+ declare const TouchScrollDetect: () => import("react").JSX.Element;
21
21
  export default TouchScrollDetect;
@@ -1 +1 @@
1
- export function UserIcon(): import("react/jsx-runtime").JSX.Element;
1
+ export function UserIcon(): import("react").JSX.Element;
@@ -1,4 +1,12 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
1
  export const UserIcon = () => {
3
- return (_jsxs("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M7.61992 10.1625C9.00754 10.1625 10.1324 9.03757 10.1324 7.64995C10.1324 6.26234 9.00754 5.13745 7.61992 5.13745C6.23231 5.13745 5.10742 6.26234 5.10742 7.64995C5.10742 9.03757 6.23231 10.1625 7.61992 10.1625Z", fill: "#5E6278" }), _jsx("path", { d: "M7.62 14.9999C9.34313 14.9999 10.74 14.1168 10.74 13.0274C10.74 11.9381 9.34313 11.0549 7.62 11.0549C5.89687 11.0549 4.5 11.9381 4.5 13.0274C4.5 14.1168 5.89687 14.9999 7.62 14.9999Z", fill: "#5E6278" }), _jsx("path", { opacity: "0.3", d: "M11.595 4.23C12.7631 4.23 13.71 3.28308 13.71 2.115C13.71 0.946918 12.7631 0 11.595 0C10.4269 0 9.47998 0.946918 9.47998 2.115C9.47998 3.28308 10.4269 4.23 11.595 4.23Z", fill: "#5E6278" }), _jsx("path", { opacity: "0.3", d: "M3.62257 4.23C4.79065 4.23 5.73757 3.28308 5.73757 2.115C5.73757 0.946918 4.79065 0 3.62257 0C2.45449 0 1.50757 0.946918 1.50757 2.115C1.50757 3.28308 2.45449 4.23 3.62257 4.23Z", fill: "#5E6278" }), _jsxs("g", { opacity: "0.3", children: [_jsx("path", { d: "M11.4749 5.87256C11.2349 5.87256 11.0024 5.87256 10.7699 5.91006C11.1229 6.52313 11.2825 7.22856 11.2276 7.93388C11.1727 8.63919 10.906 9.31147 10.4624 9.86256C10.7984 9.92909 11.1399 9.96424 11.4824 9.96756C13.3874 9.96756 14.9249 9.04506 14.9249 7.92006C14.9249 6.79506 13.3799 5.87256 11.4749 5.87256Z", fill: "#5E6278" }), _jsx("path", { d: "M3.4499 6C3.6899 6 3.9224 6 4.1549 6.0375C3.80187 6.65057 3.64233 7.356 3.6972 8.06132C3.75208 8.76664 4.0188 9.43891 4.4624 9.99C4.12639 10.0565 3.78492 10.0917 3.4424 10.095C1.5374 10.095 -9.77516e-05 9.1725 -9.77516e-05 8.0475C-9.77516e-05 6.9225 1.5449 6 3.4499 6Z", fill: "#5E6278" })] })] }));
2
+ return (<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M7.61992 10.1625C9.00754 10.1625 10.1324 9.03757 10.1324 7.64995C10.1324 6.26234 9.00754 5.13745 7.61992 5.13745C6.23231 5.13745 5.10742 6.26234 5.10742 7.64995C5.10742 9.03757 6.23231 10.1625 7.61992 10.1625Z" fill="#5E6278"/>
4
+ <path d="M7.62 14.9999C9.34313 14.9999 10.74 14.1168 10.74 13.0274C10.74 11.9381 9.34313 11.0549 7.62 11.0549C5.89687 11.0549 4.5 11.9381 4.5 13.0274C4.5 14.1168 5.89687 14.9999 7.62 14.9999Z" fill="#5E6278"/>
5
+ <path opacity="0.3" d="M11.595 4.23C12.7631 4.23 13.71 3.28308 13.71 2.115C13.71 0.946918 12.7631 0 11.595 0C10.4269 0 9.47998 0.946918 9.47998 2.115C9.47998 3.28308 10.4269 4.23 11.595 4.23Z" fill="#5E6278"/>
6
+ <path opacity="0.3" d="M3.62257 4.23C4.79065 4.23 5.73757 3.28308 5.73757 2.115C5.73757 0.946918 4.79065 0 3.62257 0C2.45449 0 1.50757 0.946918 1.50757 2.115C1.50757 3.28308 2.45449 4.23 3.62257 4.23Z" fill="#5E6278"/>
7
+ <g opacity="0.3">
8
+ <path d="M11.4749 5.87256C11.2349 5.87256 11.0024 5.87256 10.7699 5.91006C11.1229 6.52313 11.2825 7.22856 11.2276 7.93388C11.1727 8.63919 10.906 9.31147 10.4624 9.86256C10.7984 9.92909 11.1399 9.96424 11.4824 9.96756C13.3874 9.96756 14.9249 9.04506 14.9249 7.92006C14.9249 6.79506 13.3799 5.87256 11.4749 5.87256Z" fill="#5E6278"/>
9
+ <path d="M3.4499 6C3.6899 6 3.9224 6 4.1549 6.0375C3.80187 6.65057 3.64233 7.356 3.6972 8.06132C3.75208 8.76664 4.0188 9.43891 4.4624 9.99C4.12639 10.0565 3.78492 10.0917 3.4424 10.095C1.5374 10.095 -9.77516e-05 9.1725 -9.77516e-05 8.0475C-9.77516e-05 6.9225 1.5449 6 3.4499 6Z" fill="#5E6278"/>
10
+ </g>
11
+ </svg>);
4
12
  };
@@ -1,2 +1,2 @@
1
- declare const TableEditor: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const TableEditor: () => import("react").JSX.Element;
2
2
  export default TableEditor;
@@ -1 +1,2 @@
1
- export default function DraggableRect(): import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ export default function DraggableRect(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const TableEditor: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const TableEditor: () => import("react").JSX.Element;
2
2
  export default TableEditor;
@@ -7,5 +7,5 @@ interface ButtonToolsProps {
7
7
  }>;
8
8
  popoverProps?: PopoverProps;
9
9
  }
10
- declare const ButtonTools: (props: ButtonToolsProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const ButtonTools: (props: ButtonToolsProps) => import("react").JSX.Element;
11
11
  export default ButtonTools;
@@ -1,2 +1,2 @@
1
- declare const SectionLabel: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SectionLabel: () => import("react").JSX.Element;
2
2
  export default SectionLabel;
@@ -4,5 +4,5 @@ export declare const optionsShape: {
4
4
  }[];
5
5
  declare const SectionShape: ({ allowChangeShape, }: {
6
6
  allowChangeShape?: boolean;
7
- }) => import("react/jsx-runtime").JSX.Element;
7
+ }) => import("react").JSX.Element;
8
8
  export default SectionShape;
@@ -3,5 +3,5 @@ interface NumberIndicatorProps {
3
3
  defaultValue?: number;
4
4
  onChange: (value: number) => void;
5
5
  }
6
- declare const NumberIndicator: ({ name, defaultValue, onChange }: NumberIndicatorProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const NumberIndicator: ({ name, defaultValue, onChange }: NumberIndicatorProps) => import("react").JSX.Element;
7
7
  export default NumberIndicator;
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  type JoystickPosition = {
2
3
  x: number;
3
4
  y: number;
@@ -7,5 +8,5 @@ type JoystickProps = {
7
8
  onMove?: (pos: JoystickPosition) => void;
8
9
  onEnd?: () => void;
9
10
  };
10
- export declare const Joystick: ({ size, onMove, onEnd, }: JoystickProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const Joystick: ({ size, onMove, onEnd, }: JoystickProps) => React.JSX.Element;
11
12
  export {};
@@ -15,5 +15,5 @@ interface LayersProps {
15
15
  onTouchMove?: (e: React.TouchEvent<SVGRectElement | SVGCircleElement | SVGTextElement | SVGImageElement>) => void;
16
16
  onTouchEnd?: (e: React.TouchEvent<SVGRectElement | SVGCircleElement | SVGTextElement | SVGImageElement>) => void;
17
17
  }
18
- declare const Layers: ({ shadowShape, components, onClick, selectedComponent, selectedTable, activeTool, onMouseDown, onMouseUp, onBlur, selectedTableColor, mode, style, onTouchEnd, onTouchMove, onTouchStart }: LayersProps) => import("react/jsx-runtime").JSX.Element;
18
+ declare const Layers: ({ shadowShape, components, onClick, selectedComponent, selectedTable, activeTool, onMouseDown, onMouseUp, onBlur, selectedTableColor, mode, style, onTouchEnd, onTouchMove, onTouchStart }: LayersProps) => import("react").JSX.Element;
19
19
  export default Layers;
@@ -15,5 +15,5 @@ interface LayersProps {
15
15
  onTouchMove?: (e: React.TouchEvent<SVGRectElement | SVGCircleElement | SVGTextElement | SVGImageElement>) => void;
16
16
  onTouchEnd?: (e: React.TouchEvent<SVGRectElement | SVGCircleElement | SVGTextElement | SVGImageElement>) => void;
17
17
  }
18
- declare const Layers: ({ shadowShape, components, onClick, selectedComponent, selectedTable, activeTool, onMouseDown, onMouseUp, onBlur, selectedTableColor, mode, style, onTouchStart }: LayersProps) => import("react/jsx-runtime").JSX.Element;
18
+ declare const Layers: ({ shadowShape, components, onClick, selectedComponent, selectedTable, activeTool, onMouseDown, onMouseUp, onBlur, selectedTableColor, mode, style, onTouchStart }: LayersProps) => import("react").JSX.Element;
19
19
  export default Layers;
@@ -9,5 +9,5 @@ interface LayersProps {
9
9
  activeTool?: string;
10
10
  selectionLines?: SelectionLines;
11
11
  }
12
- declare const Layers: ({ components, selectedComponent, activeTool, selectionLines, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
12
+ declare const Layers: ({ components, selectedComponent, activeTool, selectionLines, }: LayersProps) => import("react").JSX.Element;
13
13
  export default Layers;
@@ -20,5 +20,5 @@ interface LayersProps {
20
20
  items: string[];
21
21
  }[];
22
22
  }
23
- declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
23
+ declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react").JSX.Element;
24
24
  export default Layers;
@@ -20,5 +20,5 @@ interface LayersProps {
20
20
  items: string[];
21
21
  }[];
22
22
  }
23
- declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
23
+ declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react").JSX.Element;
24
24
  export default Layers;
@@ -3,6 +3,6 @@ export interface LayerViewProps {
3
3
  componentProps: any[];
4
4
  extraComponentProps: any[];
5
5
  }
6
- declare const TableEditor: ({ componentProps, extraComponentProps, }: LayerViewProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const TableEditor: ({ componentProps, extraComponentProps, }: LayerViewProps) => import("react").JSX.Element;
7
7
  export default TableEditor;
8
8
  export { LayerView };
@@ -1,4 +1,4 @@
1
1
  declare const ModalPreview: ({ children }: {
2
2
  children: React.ReactNode;
3
- }) => import("react/jsx-runtime").JSX.Element;
3
+ }) => import("react").JSX.Element;
4
4
  export default ModalPreview;
@@ -2,5 +2,5 @@ interface BoardTemplateProps {
2
2
  onSelectComponent?: (items: any) => void;
3
3
  mappingKey?: string;
4
4
  }
5
- declare const BoardTemplate: ({ onSelectComponent }: BoardTemplateProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const BoardTemplate: ({ onSelectComponent }: BoardTemplateProps) => import("react").JSX.Element;
6
6
  export default BoardTemplate;
@@ -1,7 +1,8 @@
1
+ import React from "react";
1
2
  interface BoardTemplateProps {
2
3
  onSelectComponent?: (items: any) => void;
3
4
  mappingKey?: string;
4
5
  viewOnly?: boolean;
5
6
  }
6
- declare const BoardTemplate: ({ onSelectComponent, viewOnly }: BoardTemplateProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const BoardTemplate: ({ onSelectComponent, viewOnly }: BoardTemplateProps) => React.JSX.Element;
7
8
  export default BoardTemplate;
@@ -164,17 +164,17 @@ const boardSlice = createSlice({
164
164
  if (currentPointer < totalHistory) {
165
165
  state.historyChanges = state.historyChanges.slice(0, currentPointer + 1);
166
166
  }
167
+ if (state.historyChanges.length > MAX_HISTORY_CHANGES) {
168
+ state.historyChanges.shift();
169
+ }
170
+ state.pointer += 1;
171
+ state.extraComponents = action.payload.filter((item) => item.shape) || [];
167
172
  state.historyChanges.push({
168
173
  components: [...state.components],
169
174
  extraComponents: [...state.extraComponents],
170
175
  boundingBox: state.boundingBox,
171
176
  backgroundColor: state.backgroundColor,
172
177
  });
173
- if (state.historyChanges.length > MAX_HISTORY_CHANGES) {
174
- state.historyChanges.shift();
175
- }
176
- state.pointer += 1;
177
- state.extraComponents = action.payload.filter((item) => item.shape) || [];
178
178
  },
179
179
  setExtraComponent: (state, action) => {
180
180
  const currentPointer = state.pointer;
@@ -13,5 +13,5 @@ interface BoardTemplateProps {
13
13
  };
14
14
  disabled?: boolean;
15
15
  }
16
- declare const BoardTemplate: ({ refs, loadingRender, disabled, }: BoardTemplateProps) => import("react/jsx-runtime").JSX.Element;
16
+ declare const BoardTemplate: ({ refs, loadingRender, disabled, }: BoardTemplateProps) => React.JSX.Element;
17
17
  export default BoardTemplate;
@@ -9,7 +9,7 @@ import ModalPreview from "../../components/modal-preview";
9
9
  import LayerView from "../view-only-3";
10
10
  import { isEqual, debounce } from "lodash";
11
11
  import { Command, ZoomIn, ZoomOut } from "lucide-react";
12
- import { Button, Flex, Radio, Tag } from "antd";
12
+ import { Button, Flex, Radio, Slider, Tag, } from "antd";
13
13
  import { getAttributeElement, getAttributeElements } from "./resize-element";
14
14
  import { applyResizeToSvgElement, arrayToSvgPointsAttr, createTableGhost, getGlobalBBox, getRotation, getSvgElementSize, getTranslate, isClosingPolygon, normalizeAngle, pointsStringToArray, resizeBox, resizeSeatCircle, resizeSeatRectCircle, resizeSeatRectSquare, resizeSeatSide, resizeSeatSquare, stabilizeRotation, stabilizeTranslateOnRotate, updateManyComponents, updateSelectionBox, updateSelectionGuides, updateSingleComponent, } from "./utils";
15
15
  const toolElement = ["square", "circle", "table-seat-circle"];
@@ -35,7 +35,8 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
35
35
  const heightBoardRef = useRef(20000);
36
36
  const widthBoard = widthBoardRef.current;
37
37
  const heightBoard = heightBoardRef.current;
38
- const [scale, setScale] = useState(1);
38
+ const [scale] = useState(1);
39
+ const [zoom, setZoom] = useState(1);
39
40
  const boardSizeRef = useRef({ width: 20000, height: 20000 });
40
41
  const boardSize = boardSizeRef.current;
41
42
  const minCoordsRef = useRef({ x: 0, y: 0 });
@@ -327,24 +328,47 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
327
328
  }
328
329
  };
329
330
  const handelZoomIn = () => {
330
- var _a;
331
+ var _a, _b, _c, _d;
331
332
  if (activeTool !== "grab") {
332
333
  dispatch({
333
334
  type: "tool/setActiveTool",
334
335
  payload: "grab",
335
336
  });
336
337
  }
337
- (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.zoomIn();
338
+ const step = 0.2;
339
+ const maxScale = 2;
340
+ const currentScale = (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.instance.transformState.scale;
341
+ const nextScale = Math.round(currentScale / step) * step + step;
342
+ const finalScale = Number(Math.min(nextScale, maxScale).toFixed(2));
343
+ setZoom(finalScale);
344
+ (_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.setTransform((_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionX, (_d = transformRef.current) === null || _d === void 0 ? void 0 : _d.instance.transformState.positionY, finalScale);
338
345
  };
339
346
  const handleZoomOut = () => {
340
- var _a;
347
+ var _a, _b, _c, _d;
348
+ if (activeTool !== "grab") {
349
+ dispatch({
350
+ type: "tool/setActiveTool",
351
+ payload: "grab",
352
+ });
353
+ }
354
+ const step = 0.2;
355
+ const currentScale = ((_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.instance.transformState.scale) || 1;
356
+ const nextScale = Math.floor((currentScale - step) / step) * step;
357
+ const finalStep = Number(Math.max(nextScale, step).toFixed(2));
358
+ setZoom(finalStep);
359
+ (_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.setTransform((_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionX, (_d = transformRef.current) === null || _d === void 0 ? void 0 : _d.instance.transformState.positionY, finalStep);
360
+ };
361
+ const handleChageZoom = (value) => {
362
+ var _a, _b, _c;
341
363
  if (activeTool !== "grab") {
342
364
  dispatch({
343
365
  type: "tool/setActiveTool",
344
366
  payload: "grab",
345
367
  });
346
368
  }
347
- (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.zoomOut();
369
+ const scale = Number(value.toFixed(2));
370
+ setZoom(scale);
371
+ (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.setTransform((_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.instance.transformState.positionX, (_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionY, scale);
348
372
  };
349
373
  const handleUnSelectComponent = () => {
350
374
  dispatch({ type: "panel/setSelectedComponent", payload: null });
@@ -1337,7 +1361,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1337
1361
  (_f = svg.querySelector("#polyline-helper")) === null || _f === void 0 ? void 0 : _f.setAttribute("opacity", "0");
1338
1362
  }
1339
1363
  else {
1340
- console.log("gak closing");
1364
+ // console.log("gak closing");
1341
1365
  setSelectedComponent(newPoints);
1342
1366
  dispatch({
1343
1367
  type: "panel/setSelectedComponent",
@@ -1751,7 +1775,10 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1751
1775
  const polylineHelper = svg === null || svg === void 0 ? void 0 : svg.querySelector("#polyline-helper");
1752
1776
  // const startPoint =
1753
1777
  if (selectedComponent) {
1754
- const newPoints = [...selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.points, { x: pos.x, y: pos.y }];
1778
+ const newPoints = [
1779
+ ...selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.points,
1780
+ { x: pos.x, y: pos.y },
1781
+ ];
1755
1782
  const points = newPoints.map((item) => `${item.x},${item.y}`).join(" ");
1756
1783
  polylineHelper === null || polylineHelper === void 0 ? void 0 : polylineHelper.setAttribute("points", points);
1757
1784
  }
@@ -1851,14 +1878,15 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1851
1878
  };
1852
1879
  }, []);
1853
1880
  const hasSelectionBox = !isEmpty(selectedLines);
1854
- // console.log({ selectedComponent, polygonElementRef, componentsState,selectedComponent})
1855
1881
  return (_jsxs(_Fragment, { children: [_jsxs(ModalPreview, { children: [_jsx(LayerView, { statusKey: "status", loadingRender: loadingRender, actionPrivileged: {
1856
1882
  select: false,
1857
1883
  move: false,
1858
1884
  switch: false,
1859
1885
  drop: false,
1860
1886
  rightClick: false,
1861
- }, defaultBoundingBox: boundingBox }), _jsx("div", { className: "flex gap-2 mt-2", children: _jsxs(Radio.Group, { value: isShowTagType, onChange: handleCheckPreview, children: [_jsx(Radio, { value: "default", children: "Event Layout" }), _jsx(Radio, { value: "type-1", children: "Layout View" }), _jsx(Radio, { value: "type-2", children: "Next 3 Reservation" })] }) })] }), _jsxs("div", { className: "relative w-full h-screen flex-1 overflow-hidden", ref: containerRef, children: [_jsx("div", { className: "absolute bottom-10 left-1/2 transform -translate-x-1/2 z-10", children: _jsxs("div", { className: "flex gap-2", children: [_jsx(Button, { icon: _jsx(ZoomIn, {}), onClick: handelZoomIn }), _jsx(Button, { icon: _jsx(ZoomOut, {}), onClick: handleZoomOut })] }) }), _jsxs("div", { className: "w-full bg-white absolute bottom-0 left-1/2 transform -translate-x-1/2 z-10 p-1 flex justify-start items-center gap-2 border-t border-gray-300", children: ["Select", " ", _jsx(Tag, { color: isShiftPressed ? "red" : "lime", children: footerInfoList[hasSelectionBox ? 1 : 0]["title"] }), " ", footerInfoList[hasSelectionBox ? 1 : 0]["desc"], hasSelectionBox && (_jsxs(_Fragment, { children: [_jsx(Tag, { color: "lime", children: _jsxs(Flex, { children: [_jsx(Command, { size: 16 }), "D"] }) }), "to deselect"] })), " ", "| Table Total ", _jsx(Tag, { color: "volcano", children: componentsState === null || componentsState === void 0 ? void 0 : componentsState.length })] }), _jsx(TransformWrapper, { ref: transformRef,
1887
+ }, defaultBoundingBox: boundingBox }), _jsx("div", { className: "flex gap-2 mt-2", children: _jsxs(Radio.Group, { value: isShowTagType, onChange: handleCheckPreview, children: [_jsx(Radio, { value: "default", children: "Event Layout" }), _jsx(Radio, { value: "type-1", children: "Layout View" }), _jsx(Radio, { value: "type-2", children: "Next 3 Reservation" })] }) })] }), _jsxs("div", { className: "relative w-full h-screen flex-1 overflow-hidden mt-[78px]", ref: containerRef, children: [_jsx("div", { className: "absolute bottom-[118px] left-1/2 transform -translate-x-1/2 z-10", children: _jsxs("div", { className: "flex gap-2 w-[500px] justify-between", children: [_jsx(Button, { icon: _jsx(ZoomOut, {}), onClick: handleZoomOut }), _jsx(Slider, { value: zoom, min: 0.2, max: 2, step: 0.2, className: "w-full", tooltip: {
1888
+ open: false,
1889
+ }, onChange: handleChageZoom }), _jsx(Button, { icon: _jsx(ZoomIn, {}), onClick: handelZoomIn })] }) }), _jsxs("div", { className: "w-full bg-white absolute bottom-[78px] left-1/2 transform -translate-x-1/2 z-10 p-1 flex justify-start items-center gap-2 border-t border-gray-300", children: ["Select", " ", _jsx(Tag, { color: isShiftPressed ? "red" : "lime", children: footerInfoList[hasSelectionBox ? 1 : 0]["title"] }), " ", footerInfoList[hasSelectionBox ? 1 : 0]["desc"], hasSelectionBox && (_jsxs(_Fragment, { children: [_jsx(Tag, { color: "lime", children: _jsxs(Flex, { children: [_jsx(Command, { size: 16 }), "D"] }) }), "to deselect"] })), " ", "| Table Total ", _jsx(Tag, { color: "volcano", children: componentsState === null || componentsState === void 0 ? void 0 : componentsState.length })] }), _jsx(TransformWrapper, { ref: transformRef,
1862
1890
  // limitToBounds={true}
1863
1891
  panning: {
1864
1892
  disabled: [
@@ -1874,7 +1902,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1874
1902
  },
1875
1903
  // centerZoomedOut={true}
1876
1904
  // onTransformed={handleTransformed}
1877
- minScale: 0.1, maxScale: 2, initialScale: scale, pinch: { step: 1 }, wheel: { disabled: true }, smooth: true, doubleClick: { step: 1, disabled: activeTool === "select" }, disablePadding: true, centerOnInit: true, children: _jsx(TransformComponent, { wrapperStyle: {
1905
+ minScale: 0.2, maxScale: 2, initialScale: scale, pinch: { step: 1 }, wheel: { disabled: true }, smooth: true, doubleClick: { step: 1, disabled: activeTool === "select" }, disablePadding: true, centerOnInit: true, children: _jsx(TransformComponent, { wrapperStyle: {
1878
1906
  width: "100%",
1879
1907
  height: "100%",
1880
1908
  }, contentStyle: { width: boardSize.width, height: boardSize.height }, children: _jsxs("svg", { id: "workspace", ref: svgRef, width: boardSize.width, height: boardSize.height, viewBox: `${minCoords.x} ${minCoords.y} ${boardSize.width} ${boardSize.height}`, onPointerDown: handlePointerDown, onPointerMove: handlePointerMove, xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", style: {
@@ -8,7 +8,7 @@ import ModalPreview from "../../components/modal-preview";
8
8
  import LayerView from "../view-only-3";
9
9
  import { isEqual, debounce } from "lodash";
10
10
  import { Command, ZoomIn, ZoomOut } from "lucide-react";
11
- import { Button, Flex, Radio, Tag } from "antd";
11
+ import { Button, Flex, Radio, Slider, Tag, } from "antd";
12
12
  import { getAttributeElement, getAttributeElements } from "./resize-element";
13
13
  import { applyResizeToSvgElement, arrayToSvgPointsAttr, createTableGhost, getGlobalBBox, getRotation, getSvgElementSize, getTranslate, isClosingPolygon, normalizeAngle, pointsStringToArray, resizeBox, resizeSeatCircle, resizeSeatRectCircle, resizeSeatRectSquare, resizeSeatSide, resizeSeatSquare, stabilizeRotation, stabilizeTranslateOnRotate, updateManyComponents, updateSelectionBox, updateSelectionGuides, updateSingleComponent, } from "./utils";
14
14
  const toolElement = ["square", "circle", "table-seat-circle"];
@@ -34,7 +34,8 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
34
34
  const heightBoardRef = useRef(20000);
35
35
  const widthBoard = widthBoardRef.current;
36
36
  const heightBoard = heightBoardRef.current;
37
- const [scale, setScale] = useState(1);
37
+ const [scale] = useState(1);
38
+ const [zoom, setZoom] = useState(1);
38
39
  const boardSizeRef = useRef({ width: 20000, height: 20000 });
39
40
  const boardSize = boardSizeRef.current;
40
41
  const minCoordsRef = useRef({ x: 0, y: 0 });
@@ -326,24 +327,47 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
326
327
  }
327
328
  };
328
329
  const handelZoomIn = () => {
329
- var _a;
330
+ var _a, _b, _c, _d;
330
331
  if (activeTool !== "grab") {
331
332
  dispatch({
332
333
  type: "tool/setActiveTool",
333
334
  payload: "grab",
334
335
  });
335
336
  }
336
- (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.zoomIn();
337
+ const step = 0.2;
338
+ const maxScale = 2;
339
+ const currentScale = (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.instance.transformState.scale;
340
+ const nextScale = Math.round(currentScale / step) * step + step;
341
+ const finalScale = Number(Math.min(nextScale, maxScale).toFixed(2));
342
+ setZoom(finalScale);
343
+ (_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.setTransform((_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionX, (_d = transformRef.current) === null || _d === void 0 ? void 0 : _d.instance.transformState.positionY, finalScale);
337
344
  };
338
345
  const handleZoomOut = () => {
339
- var _a;
346
+ var _a, _b, _c, _d;
347
+ if (activeTool !== "grab") {
348
+ dispatch({
349
+ type: "tool/setActiveTool",
350
+ payload: "grab",
351
+ });
352
+ }
353
+ const step = 0.2;
354
+ const currentScale = ((_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.instance.transformState.scale) || 1;
355
+ const nextScale = Math.floor((currentScale - step) / step) * step;
356
+ const finalStep = Number(Math.max(nextScale, step).toFixed(2));
357
+ setZoom(finalStep);
358
+ (_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.setTransform((_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionX, (_d = transformRef.current) === null || _d === void 0 ? void 0 : _d.instance.transformState.positionY, finalStep);
359
+ };
360
+ const handleChageZoom = (value) => {
361
+ var _a, _b, _c;
340
362
  if (activeTool !== "grab") {
341
363
  dispatch({
342
364
  type: "tool/setActiveTool",
343
365
  payload: "grab",
344
366
  });
345
367
  }
346
- (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.zoomOut();
368
+ const scale = Number(value.toFixed(2));
369
+ setZoom(scale);
370
+ (_a = transformRef.current) === null || _a === void 0 ? void 0 : _a.setTransform((_b = transformRef.current) === null || _b === void 0 ? void 0 : _b.instance.transformState.positionX, (_c = transformRef.current) === null || _c === void 0 ? void 0 : _c.instance.transformState.positionY, scale);
347
371
  };
348
372
  const handleUnSelectComponent = () => {
349
373
  dispatch({ type: "panel/setSelectedComponent", payload: null });
@@ -1336,7 +1360,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1336
1360
  (_f = svg.querySelector("#polyline-helper")) === null || _f === void 0 ? void 0 : _f.setAttribute("opacity", "0");
1337
1361
  }
1338
1362
  else {
1339
- console.log("gak closing");
1363
+ // console.log("gak closing");
1340
1364
  setSelectedComponent(newPoints);
1341
1365
  dispatch({
1342
1366
  type: "panel/setSelectedComponent",
@@ -1750,7 +1774,10 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1750
1774
  const polylineHelper = svg === null || svg === void 0 ? void 0 : svg.querySelector("#polyline-helper");
1751
1775
  // const startPoint =
1752
1776
  if (selectedComponent) {
1753
- const newPoints = [...selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.points, { x: pos.x, y: pos.y }];
1777
+ const newPoints = [
1778
+ ...selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.points,
1779
+ { x: pos.x, y: pos.y },
1780
+ ];
1754
1781
  const points = newPoints.map((item) => `${item.x},${item.y}`).join(" ");
1755
1782
  polylineHelper === null || polylineHelper === void 0 ? void 0 : polylineHelper.setAttribute("points", points);
1756
1783
  }
@@ -1850,7 +1877,6 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1850
1877
  };
1851
1878
  }, []);
1852
1879
  const hasSelectionBox = !isEmpty(selectedLines);
1853
- // console.log({ selectedComponent, polygonElementRef, componentsState,selectedComponent})
1854
1880
  return (<>
1855
1881
  <ModalPreview>
1856
1882
  <LayerView statusKey="status" loadingRender={loadingRender} actionPrivileged={{
@@ -1868,14 +1894,18 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1868
1894
  </Radio.Group>
1869
1895
  </div>
1870
1896
  </ModalPreview>
1871
- <div className="relative w-full h-screen flex-1 overflow-hidden" ref={containerRef}>
1872
- <div className="absolute bottom-10 left-1/2 transform -translate-x-1/2 z-10">
1873
- <div className="flex gap-2">
1874
- <Button icon={<ZoomIn />} onClick={handelZoomIn}/>
1897
+ <div className="relative w-full h-screen flex-1 overflow-hidden mt-[78px]" ref={containerRef}>
1898
+ <div className="absolute bottom-[118px] left-1/2 transform -translate-x-1/2 z-10">
1899
+ <div className="flex gap-2 w-[500px] justify-between">
1875
1900
  <Button icon={<ZoomOut />} onClick={handleZoomOut}/>
1901
+
1902
+ <Slider value={zoom} min={0.2} max={2} step={0.2} className="w-full" tooltip={{
1903
+ open: false,
1904
+ }} onChange={handleChageZoom}/>
1905
+ <Button icon={<ZoomIn />} onClick={handelZoomIn}/>
1876
1906
  </div>
1877
1907
  </div>
1878
- <div className="w-full bg-white absolute bottom-0 left-1/2 transform -translate-x-1/2 z-10 p-1 flex justify-start items-center gap-2 border-t border-gray-300">
1908
+ <div className="w-full bg-white absolute bottom-[78px] left-1/2 transform -translate-x-1/2 z-10 p-1 flex justify-start items-center gap-2 border-t border-gray-300">
1879
1909
  Select{" "}
1880
1910
  <Tag color={isShiftPressed ? "red" : "lime"}>
1881
1911
  {footerInfoList[hasSelectionBox ? 1 : 0]["title"]}
@@ -1907,7 +1937,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
1907
1937
  }}
1908
1938
  // centerZoomedOut={true}
1909
1939
  // onTransformed={handleTransformed}
1910
- minScale={0.1} // sangat kecil = bisa zoom out jauh
1940
+ minScale={0.2} // sangat kecil = bisa zoom out jauh
1911
1941
  maxScale={2} initialScale={scale} pinch={{ step: 1 }} wheel={{ disabled: true }} smooth={true} doubleClick={{ step: 1, disabled: activeTool === "select" }} disablePadding centerOnInit>
1912
1942
  {/* {scale !== 1 && ( */}
1913
1943
  {/* <div className="absolute bottom-[60px] left-1/2 transform -translate-x-1/2 z-10"> */}
@@ -1,2 +1,2 @@
1
- declare const Navbar: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const Navbar: () => import("react").JSX.Element;
2
2
  export default Navbar;
@@ -47,5 +47,5 @@ export interface TableEditorProps<TMeta = undefined> {
47
47
  defaultSeatCountKey?: string;
48
48
  header?: React.ReactNode;
49
49
  }
50
- declare const TableEditor: <TMeta>(props: TableEditorProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
50
+ declare const TableEditor: <TMeta>(props: TableEditorProps<TMeta>) => React.JSX.Element;
51
51
  export default TableEditor;
@@ -172,6 +172,6 @@ const TableEditor = (props) => {
172
172
  switch: false,
173
173
  drop: false,
174
174
  rightClick: false,
175
- } }, `${viewOnly}`) })) : (_jsxs("div", { className: "w-full h-full flex relative", children: [loading && !isPreview && (_jsx("div", { className: "absolute z-10 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-opacity-50 bg-white w-full h-full flex items-center justify-center", children: (loadingRender === null || loadingRender === void 0 ? void 0 : loadingRender.element) || _jsx(Spin, {}) })), _jsx("div", { className: "absolute top-0 left-0 w-full bg-white pointer-events-none p-[20px] z-[51] border-b border-gray-200", children: props.header ? (props.header) : (_jsx("div", { className: "text-xl font-bold h-[38px] leading-[38px] flex ", children: "Navbar" })) }), _jsx(SideTool, { dragOnly: dragOnly, deleteAutorized: deleteAutorized }), _jsx(Board, { refs: refsBoard, loadingRender: props === null || props === void 0 ? void 0 : props.loadingRender, disabled: props === null || props === void 0 ? void 0 : props.disabledView }, `${viewOnly}`), _jsx(ControlPanels, { action: props.action, transform: (_a = refsBoard === null || refsBoard === void 0 ? void 0 : refsBoard.current) === null || _a === void 0 ? void 0 : _a.transformRef })] }, `${viewOnly}`)) }) }));
175
+ } }, `${viewOnly}`) })) : (_jsxs("div", { className: "w-full h-full flex relative", children: [loading && !isPreview && (_jsx("div", { className: "absolute z-10 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-opacity-50 bg-white w-full h-full flex items-center justify-center", children: (loadingRender === null || loadingRender === void 0 ? void 0 : loadingRender.element) || _jsx(Spin, {}) })), _jsx("div", { className: "absolute top-0 left-0 w-full bg-white p-[20px] z-[51] border-b border-gray-200", children: props.header ? (props.header) : (_jsx("div", { className: "text-xl font-bold h-[38px] leading-[38px] flex ", children: "Navbar" })) }), _jsx(SideTool, { dragOnly: dragOnly, deleteAutorized: deleteAutorized }), _jsx(Board, { refs: refsBoard, loadingRender: props === null || props === void 0 ? void 0 : props.loadingRender, disabled: props === null || props === void 0 ? void 0 : props.disabledView }, `${viewOnly}`), _jsx(ControlPanels, { action: props.action, transform: (_a = refsBoard === null || refsBoard === void 0 ? void 0 : refsBoard.current) === null || _a === void 0 ? void 0 : _a.transformRef })] }, `${viewOnly}`)) }) }));
176
176
  };
177
177
  export default TableEditor;
@@ -179,7 +179,7 @@ const TableEditor = (props) => {
179
179
  {loading && !isPreview && (<div className="absolute z-10 top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-opacity-50 bg-white w-full h-full flex items-center justify-center">
180
180
  {(loadingRender === null || loadingRender === void 0 ? void 0 : loadingRender.element) || <Spin />}
181
181
  </div>)}
182
- <div className="absolute top-0 left-0 w-full bg-white pointer-events-none p-[20px] z-[51] border-b border-gray-200">
182
+ <div className="absolute top-0 left-0 w-full bg-white p-[20px] z-[51] border-b border-gray-200">
183
183
  {props.header ? (props.header) : (<div className="text-xl font-bold h-[38px] leading-[38px] flex ">
184
184
  Navbar
185
185
  </div>)}
@@ -9,6 +9,6 @@ interface FormPlaceholderContextType {
9
9
  setPlaceholderBulk: (bulk: Record<string, string>) => void;
10
10
  resetPlaceholders: () => void;
11
11
  }
12
- declare const ControlPanels: (props: ControlPanelsProps) => import("react/jsx-runtime").JSX.Element;
12
+ declare const ControlPanels: (props: ControlPanelsProps) => import("react").JSX.Element;
13
13
  export default ControlPanels;
14
14
  export declare const useFormPlaceholder: () => FormPlaceholderContextType;
@@ -1,2 +1,2 @@
1
- declare const PolygonTool: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const PolygonTool: () => import("react").JSX.Element;
2
2
  export default PolygonTool;
@@ -1,6 +1,5 @@
1
- declare const SelectToolForm: ({ title, action, tranform }: {
2
- title?: string;
1
+ declare const SelectToolForm: ({ action, tranform }: {
3
2
  action: any;
4
3
  tranform: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => import("react").JSX.Element;
6
5
  export default SelectToolForm;
@@ -8,40 +8,9 @@ import UploadTool from "./upload-tool";
8
8
  import TextTool from "./text-tool";
9
9
  import SelectedGroup from "./selected-group";
10
10
  import PolygonTool from "./polygon";
11
- const SelectToolForm = ({ title = "Title", action, tranform }) => {
12
- const components = useAppSelector((state) => state.board.components);
11
+ const SelectToolForm = ({ action, tranform }) => {
13
12
  const selectedComponent = useAppSelector((state) => state.panel.selectedComponent);
14
- const extraComponents = useAppSelector((state) => state.board.extraComponents);
15
13
  const selectedGroup = useAppSelector((state) => state.panel.selectedGroup);
16
- // const SummaryComponents = () => {
17
- // const countByShape: Record<string, number> = components?.reduce(
18
- // (acc: any, item: any) => {
19
- // acc[item.shape] = (acc[item.shape] || 0) + 1;
20
- // return acc;
21
- // },
22
- // {}
23
- // );
24
- // const variableFormatToString = (variable: string) => {
25
- // return variable
26
- // .replace(/-/g, " ")
27
- // .replace(/\b\w/g, (char) => char.toUpperCase());
28
- // };
29
- // return (
30
- // <div className="flex flex-col">
31
- // <h1 className="heading-s">{title}</h1>
32
- // <div className="flex flex-col gap-2 mt-5">
33
- // {Object.entries(countByShape).map(([shape, count]) => (
34
- // <div key={shape}>
35
- // <span className="font-bold">
36
- // {variableFormatToString(shape)}:
37
- // </span>{" "}
38
- // {count}
39
- // </div>
40
- // ))}
41
- // </div>
42
- // </div>
43
- // );
44
- // };
45
14
  const renderComponent = () => {
46
15
  switch (selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.shape) {
47
16
  case "square":
@@ -7,40 +7,9 @@ import UploadTool from "./upload-tool";
7
7
  import TextTool from "./text-tool";
8
8
  import SelectedGroup from "./selected-group";
9
9
  import PolygonTool from "./polygon";
10
- const SelectToolForm = ({ title = "Title", action, tranform }) => {
11
- const components = useAppSelector((state) => state.board.components);
10
+ const SelectToolForm = ({ action, tranform }) => {
12
11
  const selectedComponent = useAppSelector((state) => state.panel.selectedComponent);
13
- const extraComponents = useAppSelector((state) => state.board.extraComponents);
14
12
  const selectedGroup = useAppSelector((state) => state.panel.selectedGroup);
15
- // const SummaryComponents = () => {
16
- // const countByShape: Record<string, number> = components?.reduce(
17
- // (acc: any, item: any) => {
18
- // acc[item.shape] = (acc[item.shape] || 0) + 1;
19
- // return acc;
20
- // },
21
- // {}
22
- // );
23
- // const variableFormatToString = (variable: string) => {
24
- // return variable
25
- // .replace(/-/g, " ")
26
- // .replace(/\b\w/g, (char) => char.toUpperCase());
27
- // };
28
- // return (
29
- // <div className="flex flex-col">
30
- // <h1 className="heading-s">{title}</h1>
31
- // <div className="flex flex-col gap-2 mt-5">
32
- // {Object.entries(countByShape).map(([shape, count]) => (
33
- // <div key={shape}>
34
- // <span className="font-bold">
35
- // {variableFormatToString(shape)}:
36
- // </span>{" "}
37
- // {count}
38
- // </div>
39
- // ))}
40
- // </div>
41
- // </div>
42
- // );
43
- // };
44
13
  const renderComponent = () => {
45
14
  switch (selectedComponent === null || selectedComponent === void 0 ? void 0 : selectedComponent.shape) {
46
15
  case "square":
@@ -1,2 +1,2 @@
1
- declare const SelectedGroup: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SelectedGroup: () => import("react").JSX.Element;
2
2
  export default SelectedGroup;
@@ -13,22 +13,27 @@ const SelectedGroup = () => {
13
13
  const selectedGroup = useAppSelector((state) => state.panel.selectedGroup);
14
14
  const allShapeSelected = selectedGroup.map((item) => item.shape);
15
15
  const hasExtraComponent = allShapeSelected.some((shape) => ["text", "background", "polygon"].includes(shape));
16
- console.log({ hasExtraComponent });
17
- const sameShape = [
18
- "table-seat-circle",
19
- "table-seat-rect-circle",
20
- "table-seat-square",
21
- "table-seat-square",
22
- "table-seat-rect-square",
23
- "table-seat-half-square",
24
- ].includes(shape);
25
- const shapeIncludeImage = ["background", "image-table", "polygon"].some((shape) => allShapeSelected.includes(shape));
16
+ const allExtraComponent = allShapeSelected.every((shape) => ["text", "background", "polygon"].includes(shape));
17
+ // const sameShape = [
18
+ // "table-seat-circle",
19
+ // "table-seat-rect-circle",
20
+ // "table-seat-square",
21
+ // "table-seat-square",
22
+ // "table-seat-rect-square",
23
+ // "table-seat-half-square",
24
+ // ].includes(shape);
25
+ // const shapeIncludeImage = ["background", "image-table", "polygon"].some(
26
+ // (shape) => allShapeSelected.includes(shape)
27
+ // );
26
28
  const seatKey = useAppSelector((state) => state.panel.seatDefaultKey);
27
29
  const shapeAllIncludePolygon = allShapeSelected.includes("polygon");
28
30
  const optionsSelect = (_a = optionsShape === null || optionsShape === void 0 ? void 0 : optionsShape.slice(0, -1)) === null || _a === void 0 ? void 0 : _a.map((item) => {
29
31
  return Object.assign(Object.assign({}, item), { disabled: allShapeSelected.includes(item.value) });
30
32
  });
31
33
  const maxSeat = selectedGroup === null || selectedGroup === void 0 ? void 0 : selectedGroup.some((item) => (item === null || item === void 0 ? void 0 : item[seatKey]) > 4);
34
+ if (!allExtraComponent && hasExtraComponent) {
35
+ return (_jsx(_Fragment, { children: _jsx("div", { className: "py-2 flex flex-col justify-center items-center gap-2 h-[100dvh]", children: _jsx("h1", { className: "heading-s text-center text-gray", children: "These objects have not configure" }) }) }));
36
+ }
32
37
  return (_jsx(_Fragment, { children: _jsxs("div", { className: "py-2", children: [_jsx("h1", { className: "heading-s", children: " Group Selection" }), _jsxs("div", { className: "py-2", children: [!hasExtraComponent && (_jsx(Flex, { gap: 2, className: "w-full", children: _jsx(Form.Item, { label: "Name", name: "shape", className: "w-full", children: _jsx(Select, { className: "w-full", children: optionsSelect === null || optionsSelect === void 0 ? void 0 : optionsSelect.map((item) => {
33
38
  const disabled = item.value === "table-seat-rect-circle" && maxSeat;
34
39
  return (_jsx(Option, { value: item.value, disabled: disabled, children: item.value === "table-seat-rect-circle"
@@ -48,6 +53,6 @@ const SelectedGroup = () => {
48
53
  if (Number.isNaN(num))
49
54
  return null;
50
55
  return Math.min(100, Math.max(0, num));
51
- }, suffix: "%" }) })] }), _jsx(SectionLabel, {})] })] }) }));
56
+ }, suffix: "%" }) })] }), !allExtraComponent && _jsx(SectionLabel, {})] })] }) }));
52
57
  };
53
58
  export default SelectedGroup;
@@ -12,40 +12,51 @@ const SelectedGroup = () => {
12
12
  const selectedGroup = useAppSelector((state) => state.panel.selectedGroup);
13
13
  const allShapeSelected = selectedGroup.map((item) => item.shape);
14
14
  const hasExtraComponent = allShapeSelected.some((shape) => ["text", "background", "polygon"].includes(shape));
15
- console.log({ hasExtraComponent });
16
- const sameShape = [
17
- "table-seat-circle",
18
- "table-seat-rect-circle",
19
- "table-seat-square",
20
- "table-seat-square",
21
- "table-seat-rect-square",
22
- "table-seat-half-square",
23
- ].includes(shape);
24
- const shapeIncludeImage = ["background", "image-table", "polygon"].some((shape) => allShapeSelected.includes(shape));
15
+ const allExtraComponent = allShapeSelected.every((shape) => ["text", "background", "polygon"].includes(shape));
16
+ // const sameShape = [
17
+ // "table-seat-circle",
18
+ // "table-seat-rect-circle",
19
+ // "table-seat-square",
20
+ // "table-seat-square",
21
+ // "table-seat-rect-square",
22
+ // "table-seat-half-square",
23
+ // ].includes(shape);
24
+ // const shapeIncludeImage = ["background", "image-table", "polygon"].some(
25
+ // (shape) => allShapeSelected.includes(shape)
26
+ // );
25
27
  const seatKey = useAppSelector((state) => state.panel.seatDefaultKey);
26
28
  const shapeAllIncludePolygon = allShapeSelected.includes("polygon");
27
29
  const optionsSelect = (_a = optionsShape === null || optionsShape === void 0 ? void 0 : optionsShape.slice(0, -1)) === null || _a === void 0 ? void 0 : _a.map((item) => {
28
30
  return Object.assign(Object.assign({}, item), { disabled: allShapeSelected.includes(item.value) });
29
31
  });
30
32
  const maxSeat = selectedGroup === null || selectedGroup === void 0 ? void 0 : selectedGroup.some((item) => (item === null || item === void 0 ? void 0 : item[seatKey]) > 4);
33
+ if (!allExtraComponent && hasExtraComponent) {
34
+ return (<>
35
+ <div className="py-2 flex flex-col justify-center items-center gap-2 h-[100dvh]">
36
+ <h1 className="heading-s text-center text-gray">
37
+ These objects have not configure
38
+ </h1>
39
+ </div>
40
+ </>);
41
+ }
31
42
  return (<>
32
43
  <div className="py-2">
33
44
  <h1 className="heading-s"> Group Selection</h1>
34
45
  <div className="py-2">
35
46
  {!hasExtraComponent && (<Flex gap={2} className="w-full">
36
- <Form.Item label="Name" name="shape" className="w-full">
37
- <Select className="w-full">
38
- {optionsSelect === null || optionsSelect === void 0 ? void 0 : optionsSelect.map((item) => {
47
+ <Form.Item label="Name" name="shape" className="w-full">
48
+ <Select className="w-full">
49
+ {optionsSelect === null || optionsSelect === void 0 ? void 0 : optionsSelect.map((item) => {
39
50
  const disabled = item.value === "table-seat-rect-circle" && maxSeat;
40
51
  return (<Option key={item.value} value={item.value} disabled={disabled}>
41
- {item.value === "table-seat-rect-circle"
52
+ {item.value === "table-seat-rect-circle"
42
53
  ? `Type 5 (only for 4 ${seatKey})`
43
54
  : item.label}
44
- </Option>);
55
+ </Option>);
45
56
  })}
46
- </Select>
47
- </Form.Item>
48
- </Flex>)}
57
+ </Select>
58
+ </Form.Item>
59
+ </Flex>)}
49
60
  {/* <Flex gap={2} className="w-full">
50
61
  {["table-seat-circle", "table-seat-rect-circle"].includes(
51
62
  shape
@@ -59,52 +70,52 @@ const SelectedGroup = () => {
59
70
  </Flex> */}
60
71
  {/* {!sameShape && (
61
72
  <> */}
62
- <Flex gap={2} className="w-full" vertical>
63
- {!shapeAllIncludePolygon && (<>
64
- <Form.Item label="Width" name="width" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
65
- <InputNumber suffix="px" name="width" placeholder={placeholders["width"]} style={{ width: "100%" }}/>
66
- </Form.Item>
67
- <Form.Item label="Height" name="height" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
68
- <InputNumber suffix="px" name="height" placeholder={placeholders["height"]} style={{ width: "100%" }}/>
69
- </Form.Item>
70
- </>)}
71
- {!(shape === null || shape === void 0 ? void 0 : shape.includes("circle")) && !shapeAllIncludePolygon && (<Form.Item label="Radius" name={"radius"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
72
- <InputNumber name={"radius"} suffix="px" style={{ width: "100%" }} placeholder={placeholders["radius"]} parser={(value) => {
73
+ <Flex gap={2} className="w-full" vertical>
74
+ {!shapeAllIncludePolygon && (<>
75
+ <Form.Item label="Width" name="width" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
76
+ <InputNumber suffix="px" name="width" placeholder={placeholders["width"]} style={{ width: "100%" }}/>
77
+ </Form.Item>
78
+ <Form.Item label="Height" name="height" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
79
+ <InputNumber suffix="px" name="height" placeholder={placeholders["height"]} style={{ width: "100%" }}/>
80
+ </Form.Item>
81
+ </>)}
82
+ {!(shape === null || shape === void 0 ? void 0 : shape.includes("circle")) && !shapeAllIncludePolygon && (<Form.Item label="Radius" name={"radius"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
83
+ <InputNumber name={"radius"} suffix="px" style={{ width: "100%" }} placeholder={placeholders["radius"]} parser={(value) => {
73
84
  var _a;
74
85
  const onlyNumber = (_a = value === null || value === void 0 ? void 0 : value.replace(/\D/g, "")) !== null && _a !== void 0 ? _a : "";
75
86
  return onlyNumber === ""
76
87
  ? 1
77
88
  : Math.max(1, Number(onlyNumber));
78
89
  }}/>
79
- </Form.Item>)}
80
- </Flex>
81
- {!shapeAllIncludePolygon && (<>
82
- <Flex gap={2} vertical>
83
- <Form.Item label="Position X" name="x" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
84
- <InputNumber placeholder={placeholders["x"]} style={{ width: "100%" }} suffix="px" name="x"/>
85
- </Form.Item>
86
- <Form.Item label="Position Y" name="y" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
87
- <InputNumber suffix="px" name="y" placeholder={placeholders["y"]} style={{ width: "100%" }}/>
88
- </Form.Item>
89
- <Form.Item label="Rotation" name="rotation" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
90
- <InputNumber name="rotation" suffix="°" max={360} min={0} style={{ width: "100%" }} placeholder={placeholders["rotation"]}/>
91
- </Form.Item>
92
- </Flex>
93
- </>)}
94
- <Flex gap={2}>
95
- <Form.Item label="Fill" name={"fill"} getValueFromEvent={(color) => color.toHexString()} className="w-full ">
96
- <ColorPicker allowClear format="hex" defaultFormat="hex"/>
90
+ </Form.Item>)}
91
+ </Flex>
92
+ {!shapeAllIncludePolygon && (<>
93
+ <Flex gap={2} vertical>
94
+ <Form.Item label="Position X" name="x" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
95
+ <InputNumber placeholder={placeholders["x"]} style={{ width: "100%" }} suffix="px" name="x"/>
97
96
  </Form.Item>
98
- <Form.Item label="Stroke" name={"stroke"} getValueFromEvent={(color) => color.toHexString()} className="w-full ">
99
- <ColorPicker allowClear format="hex" defaultFormat="hex"/>
97
+ <Form.Item label="Position Y" name="y" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
98
+ <InputNumber suffix="px" name="y" placeholder={placeholders["y"]} style={{ width: "100%" }}/>
100
99
  </Form.Item>
101
- </Flex>
102
- <Flex vertical>
103
- <Form.Item label="Stroke Size" name={"strokeWidth"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
104
- <InputNumber name={"strokeWidth"} suffix="px" style={{ width: "100%" }} placeholder={placeholders["strokeWidth"]}/>
100
+ <Form.Item label="Rotation" name="rotation" className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
101
+ <InputNumber name="rotation" suffix="°" max={360} min={0} style={{ width: "100%" }} placeholder={placeholders["rotation"]}/>
105
102
  </Form.Item>
106
- <Form.Item label="opacity" name={"opacity"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
107
- <InputNumber style={{ width: "100%" }} step={10} max={100} min={0} placeholder={placeholders["opacity"]} parser={(value) => {
103
+ </Flex>
104
+ </>)}
105
+ <Flex gap={2}>
106
+ <Form.Item label="Fill" name={"fill"} getValueFromEvent={(color) => color.toHexString()} className="w-full ">
107
+ <ColorPicker allowClear format="hex" defaultFormat="hex"/>
108
+ </Form.Item>
109
+ <Form.Item label="Stroke" name={"stroke"} getValueFromEvent={(color) => color.toHexString()} className="w-full ">
110
+ <ColorPicker allowClear format="hex" defaultFormat="hex"/>
111
+ </Form.Item>
112
+ </Flex>
113
+ <Flex vertical>
114
+ <Form.Item label="Stroke Size" name={"strokeWidth"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
115
+ <InputNumber name={"strokeWidth"} suffix="px" style={{ width: "100%" }} placeholder={placeholders["strokeWidth"]}/>
116
+ </Form.Item>
117
+ <Form.Item label="opacity" name={"opacity"} className="w-full" layout="horizontal" labelCol={{ style: { width: 100, textAlign: "left" } }} wrapperCol={{ style: { flex: 1 } }}>
118
+ <InputNumber style={{ width: "100%" }} step={10} max={100} min={0} placeholder={placeholders["opacity"]} parser={(value) => {
108
119
  if (value === undefined || value === null || value === "")
109
120
  return null;
110
121
  const cleaned = value.replace(/[^0-9.]/g, "");
@@ -113,11 +124,11 @@ const SelectedGroup = () => {
113
124
  return null;
114
125
  return Math.min(100, Math.max(0, num));
115
126
  }} suffix="%"/>
116
- </Form.Item>
117
- </Flex>
118
- <SectionLabel />
119
- {/* </>
120
- )} */}
127
+ </Form.Item>
128
+ </Flex>
129
+ {!allExtraComponent && <SectionLabel />}
130
+ {/* </>
131
+ )} */}
121
132
  </div>
122
133
  </div>
123
134
  </>);
@@ -1,2 +1,2 @@
1
- declare const SquareToolForm: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SquareToolForm: () => import("react").JSX.Element;
2
2
  export default SquareToolForm;
@@ -1,2 +1,2 @@
1
- declare const SeatCircle: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SeatCircle: () => import("react").JSX.Element;
2
2
  export default SeatCircle;
@@ -1,2 +1,2 @@
1
- declare const SeatSquare: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const SeatSquare: () => import("react").JSX.Element;
2
2
  export default SeatSquare;
@@ -1,2 +1,2 @@
1
- declare const TextTool: () => import("react/jsx-runtime").JSX.Element;
1
+ declare const TextTool: () => import("react").JSX.Element;
2
2
  export default TextTool;
@@ -6,5 +6,5 @@ interface UploadToolProps {
6
6
  defaultValue?: PropertiesProps;
7
7
  transform?: any;
8
8
  }
9
- declare const UploadTool: ({ name, type, action, defaultValue, transform, }: UploadToolProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const UploadTool: ({ name, type, action, defaultValue, transform, }: UploadToolProps) => import("react").JSX.Element;
10
10
  export default UploadTool;
@@ -4,5 +4,5 @@ declare const SideTool: ({ dragOnly, deleteAutorized, }: {
4
4
  component: boolean;
5
5
  extraComponent: boolean;
6
6
  };
7
- }) => import("react/jsx-runtime").JSX.Element;
7
+ }) => import("react").JSX.Element;
8
8
  export default SideTool;
@@ -15,5 +15,5 @@ export interface LayerViewProps {
15
15
  containerProps?: any;
16
16
  svgProps?: any;
17
17
  }
18
- declare const LayerView: (props: LayerViewProps) => import("react/jsx-runtime").JSX.Element;
18
+ declare const LayerView: (props: LayerViewProps) => import("react").JSX.Element;
19
19
  export default LayerView;
@@ -91,5 +91,5 @@ export interface LayerViewProps<TMeta = undefined> {
91
91
  rightClick: boolean;
92
92
  };
93
93
  }
94
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
94
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
95
95
  export default LayerView;
@@ -93,5 +93,5 @@ export interface LayerViewProps<TMeta = undefined> {
93
93
  double?: boolean;
94
94
  };
95
95
  }
96
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
96
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
97
97
  export default LayerView;
@@ -88,7 +88,7 @@ const LayerView = (props) => {
88
88
  // if(boundingBoxProps) {
89
89
  dispatch({
90
90
  type: "board/setBoundingBox",
91
- payload: defaultBoundingBox,
91
+ payload: defaultBoundingBox || boundingBoxProps,
92
92
  });
93
93
  // }
94
94
  // if (loading) {
@@ -87,7 +87,7 @@ const LayerView = (props) => {
87
87
  // if(boundingBoxProps) {
88
88
  dispatch({
89
89
  type: "board/setBoundingBox",
90
- payload: defaultBoundingBox,
90
+ payload: defaultBoundingBox || boundingBoxProps,
91
91
  });
92
92
  // }
93
93
  // if (loading) {
@@ -95,5 +95,5 @@ export interface LayerViewProps<TMeta = undefined> {
95
95
  onEdgesChange?: (edges: EdgeType[], table: PropertiesProps[]) => void;
96
96
  keyNode: string;
97
97
  }
98
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
98
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
99
99
  export default LayerView;
@@ -98,5 +98,5 @@ export interface LayerViewProps<TMeta = undefined> {
98
98
  isSelectNode?: boolean;
99
99
  onMakeSelection?: (component: ComponentProps<TMeta>[]) => void;
100
100
  }
101
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
101
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
102
102
  export default LayerView;
@@ -95,5 +95,5 @@ export interface LayerViewProps<TMeta = undefined> {
95
95
  onEdgesChange?: (edges: EdgeType[], table: PropertiesProps[]) => void;
96
96
  keyNode: string;
97
97
  }
98
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
98
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
99
99
  export default LayerView;
@@ -95,5 +95,5 @@ export interface LayerViewProps<TMeta = undefined> {
95
95
  onEdgesChange?: (edges: EdgeType[], table: PropertiesProps[]) => void;
96
96
  keyNode: string;
97
97
  }
98
- declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => import("react/jsx-runtime").JSX.Element;
98
+ declare const LayerView: <TMeta>(props: LayerViewProps<TMeta>) => React.JSX.Element;
99
99
  export default LayerView;
@@ -1,3 +1,3 @@
1
1
  export declare const ReduxProvider: ({ children }: {
2
2
  children: React.ReactNode;
3
- }) => import("react/jsx-runtime").JSX.Element;
3
+ }) => import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export declare const StoreProvider: ({ children, themeColor, }: {
2
2
  children: React.ReactNode;
3
3
  themeColor?: string;
4
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seat-editor",
3
- "version": "3.5.1",
3
+ "version": "3.5.3",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",