seat-editor 3.6.6 → 3.6.8

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 (91) 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/graph-view-new/page.js +100 -12
  4. package/dist/app/graph-view-new/page.jsx +105 -19
  5. package/dist/app/graph-view-new/test.d.ts +0 -0
  6. package/dist/app/graph-view-new/test.js +0 -0
  7. package/dist/app/graph-view-new/test.jsx +0 -0
  8. package/dist/app/layout.d.ts +1 -1
  9. package/dist/app/new-board/page.d.ts +1 -1
  10. package/dist/app/new-board/page.js +1 -1
  11. package/dist/app/new-board/page.jsx +1 -1
  12. package/dist/app/old-board/page.d.ts +1 -2
  13. package/dist/app/only-view/chair.d.ts +1 -1
  14. package/dist/app/only-view/chair.js +2 -10
  15. package/dist/app/only-view/page.d.ts +1 -1
  16. package/dist/app/only-view/user.d.ts +1 -1
  17. package/dist/app/only-view/user.js +2 -10
  18. package/dist/app/page.d.ts +1 -1
  19. package/dist/app/test/page.d.ts +1 -2
  20. package/dist/app/v2/page.d.ts +1 -1
  21. package/dist/components/button-radio/index.d.ts +1 -1
  22. package/dist/components/button-tools/index.d.ts +1 -1
  23. package/dist/components/form-tools/label.d.ts +1 -1
  24. package/dist/components/form-tools/shape.d.ts +2 -2
  25. package/dist/components/icons/camera.d.ts +1 -2
  26. package/dist/components/icons/circle.d.ts +1 -2
  27. package/dist/components/icons/square.d.ts +1 -2
  28. package/dist/components/icons/type-1.d.ts +1 -2
  29. package/dist/components/icons/type-2.d.ts +1 -2
  30. package/dist/components/icons/type-3.d.ts +1 -2
  31. package/dist/components/icons/type-4.d.ts +1 -2
  32. package/dist/components/icons/type-5.d.ts +1 -2
  33. package/dist/components/input/number-indicator.d.ts +1 -1
  34. package/dist/components/joystick/index.d.ts +1 -2
  35. package/dist/components/layer/index.d.ts +1 -1
  36. package/dist/components/layer-v2/index.d.ts +1 -1
  37. package/dist/components/layer-v3/index.d.ts +2 -3
  38. package/dist/components/layer-v4/index.d.ts +1 -1
  39. package/dist/components/layer-v5/icons.d.ts +1 -0
  40. package/dist/components/layer-v5/icons.js +2 -0
  41. package/dist/components/layer-v5/icons.jsx +3 -0
  42. package/dist/components/layer-v5/index.d.ts +4 -1
  43. package/dist/components/layer-v5/index.js +203 -228
  44. package/dist/components/layer-v5/index.jsx +234 -272
  45. package/dist/components/lib/index.d.ts +1 -1
  46. package/dist/components/modal-preview/index.d.ts +1 -1
  47. package/dist/features/board/index.d.ts +1 -1
  48. package/dist/features/board-v2/index.d.ts +1 -2
  49. package/dist/features/board-v3/icons.d.ts +1 -1
  50. package/dist/features/board-v3/index.d.ts +2 -2
  51. package/dist/features/board-v3/index.js +3 -3
  52. package/dist/features/board-v3/index.jsx +3 -3
  53. package/dist/features/navbar/index.d.ts +1 -1
  54. package/dist/features/package/index.d.ts +2 -2
  55. package/dist/features/package/index.js +1 -1
  56. package/dist/features/package/index.jsx +2 -2
  57. package/dist/features/panel/index.d.ts +1 -1
  58. package/dist/features/panel/polygon.d.ts +1 -1
  59. package/dist/features/panel/select-tool.d.ts +1 -1
  60. package/dist/features/panel/selected-group.d.ts +1 -1
  61. package/dist/features/panel/square-circle-tool.d.ts +1 -1
  62. package/dist/features/panel/table-seat-circle.d.ts +1 -1
  63. package/dist/features/panel/table-seat-square.d.ts +1 -1
  64. package/dist/features/panel/text-tool.d.ts +1 -1
  65. package/dist/features/panel/upload-group-tool.d.ts +1 -1
  66. package/dist/features/panel/upload-tool.d.ts +1 -1
  67. package/dist/features/side-tool/icons.d.ts +1 -1
  68. package/dist/features/side-tool/index.d.ts +3 -3
  69. package/dist/features/side-tool/index.js +2 -2
  70. package/dist/features/side-tool/index.jsx +2 -2
  71. package/dist/features/view-only/index.d.ts +1 -1
  72. package/dist/features/view-only-2/index.d.ts +1 -1
  73. package/dist/features/view-only-3/index.d.ts +1 -1
  74. package/dist/features/view-only-4/index.d.ts +1 -1
  75. package/dist/features/view-only-5/connect-handle.d.ts +7 -0
  76. package/dist/features/view-only-5/connect-handle.js +10 -7
  77. package/dist/features/view-only-5/connect-handle.jsx +11 -7
  78. package/dist/features/view-only-5/connection-layer.d.ts +0 -1
  79. package/dist/features/view-only-5/connection-layer.js +7 -5
  80. package/dist/features/view-only-5/connection-layer.jsx +7 -5
  81. package/dist/features/view-only-5/index.d.ts +14 -5
  82. package/dist/features/view-only-5/index.js +168 -123
  83. package/dist/features/view-only-5/index.jsx +169 -124
  84. package/dist/features/view-only-5/use-connection-graph.js +1 -1
  85. package/dist/features/view-only-5/utils.d.ts +7 -1
  86. package/dist/features/view-only-5/utils.js +15 -7
  87. package/dist/features/view-only-6/index.d.ts +1 -1
  88. package/dist/features/view-only-7/index.d.ts +1 -1
  89. package/dist/provider/redux-provider.d.ts +1 -1
  90. package/dist/provider/store-provider.d.ts +1 -1
  91. package/package.json +1 -1
@@ -1 +1 @@
1
- export default function DrawIO(): import("react").JSX.Element;
1
+ export default function DrawIO(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export default function GraphView(): import("react").JSX.Element;
1
+ export default function GraphView(): import("react/jsx-runtime").JSX.Element;
@@ -7,6 +7,17 @@ import { Button } from "antd";
7
7
  import { useMemo, useState } from "react";
8
8
  export default function GraphView() {
9
9
  const [isConnecting, setIsConnecting] = useState(false);
10
+ const [actionPrivileged, setActionPrivileged] = useState({
11
+ select: true,
12
+ move: false,
13
+ switch: false,
14
+ drop: false,
15
+ rightClick: false,
16
+ double: false,
17
+ selection: false,
18
+ selectNode: false,
19
+ connectingNode: false,
20
+ });
10
21
  const [isSelectNode, setIsSelectNode] = useState(false);
11
22
  const [sections, setSections] = useState([
12
23
  {
@@ -20,7 +31,7 @@ export default function GraphView() {
20
31
  name: "Section 2",
21
32
  color: "#F6F6F6",
22
33
  items: [],
23
- }
34
+ },
24
35
  ]);
25
36
  const [sectionActive, setSectionActive] = useState(null);
26
37
  const componentSection = useMemo(() => data === null || data === void 0 ? void 0 : data.map((data) => {
@@ -52,20 +63,97 @@ export default function GraphView() {
52
63
  : [...section.items, data] });
53
64
  }));
54
65
  };
55
- return (_jsx("div", { className: "w-full h-screen flex relative", children: _jsxs("div", { className: "flex", children: [_jsxs("div", { className: "absolute top-0 left-0 z-10 flex gap-2", children: [_jsx(Button, { type: "primary", onClick: () => setIsConnecting(!isConnecting), children: isConnecting ? "Disconnect" : "Connect" }), _jsx(Button, { type: "primary", onClick: () => setIsSelectNode(!isSelectNode), children: isSelectNode ? "Deselect" : "Select" })] }), _jsx(LayerView, { componentProps: componentSection, statusKey: "section", defaultBackground: "#1e2d4a", mappingKey: "properties", keyNode: "nodes", onEdgesChange: (table, edges) => console.log({ edges, table }), isConnectEdge: isConnecting, isSelectNode: isSelectNode, onSelectComponent: handleSelectItem, actionPrivileged: {
56
- select: true,
57
- }, onMakeSelection: onMakeSelection, tableMatchKey: [
58
- {
59
- key: 1,
60
- properties: {
61
- fill: "#1e2d4a",
62
- },
63
- },
66
+ const priviledged = [
67
+ {
68
+ key: "select",
69
+ name: "Select",
70
+ },
71
+ {
72
+ key: "move",
73
+ name: "Move",
74
+ },
75
+ {
76
+ key: "switch",
77
+ name: "Switch",
78
+ },
79
+ {
80
+ key: "drop",
81
+ name: "Drop",
82
+ },
83
+ {
84
+ key: "rightClick",
85
+ name: "Right Click",
86
+ },
87
+ {
88
+ key: "double",
89
+ name: "Double Click",
90
+ },
91
+ {
92
+ key: "selection",
93
+ name: "Selection",
94
+ },
95
+ {
96
+ key: "dragTable",
97
+ name: "Drag Table",
98
+ },
99
+ {
100
+ key: "selectNode",
101
+ name: "Select Node",
102
+ },
103
+ {
104
+ key: "connectingNode",
105
+ name: "Connecting Node",
106
+ },
107
+ ];
108
+ const [dataDrag, setDataDrag] = useState(null);
109
+ console.log({ dataDrag });
110
+ const handleMouseMove = (e) => {
111
+ if (dataDrag) {
112
+ const table = document.getElementById("table");
113
+ table.style.position = "absolute";
114
+ table.style.opacity = "1";
115
+ table.style.top = `${e.clientY}px`;
116
+ table.style.left = `${e.clientX}px`;
117
+ table.style.height = "30px";
118
+ table.style.width = "200px";
119
+ table.style.backgroundColor = "red";
120
+ // add text
121
+ const text = document.createElement("div");
122
+ text.textContent = dataDrag.name;
123
+ text.style.position = "absolute";
124
+ text.style.top = "0";
125
+ text.style.left = "0";
126
+ text.style.color = "white";
127
+ text.style.fontSize = "12px";
128
+ text.style.fontWeight = "bold";
129
+ table.appendChild(text);
130
+ }
131
+ };
132
+ const handleMouseLeave = () => {
133
+ if (dataDrag) {
134
+ const table = document.getElementById("table");
135
+ table.style.opacity = "0";
136
+ table.children[0].remove();
137
+ setDataDrag(null);
138
+ }
139
+ };
140
+ return (_jsx("div", { className: "w-full h-screen flex relative", children: _jsxs("div", { className: "flex", children: [_jsx("div", { className: "absolute top-0 left-0 z-10 flex gap-2", children: priviledged.map((item) => (_jsx(Button, { type: actionPrivileged[item.key] ? "primary" : "default", htmlType: "button", onClick: () => {
141
+ setActionPrivileged((prev) => (Object.assign(Object.assign({}, prev), { [item.key]: !prev[item.key] })));
142
+ }, children: item.name }, item.key))) }), _jsx(LayerView, { componentProps: componentSection, statusKey: "section", defaultBackground: "#1e2d4a", mappingKey: "properties", keyNode: "nodes", onEdgesChange: (table, edges) => console.log({ edges, table }), isConnectEdge: isConnecting, isSelectNode: isSelectNode, onSelectComponent: handleSelectItem,
143
+ // actionPrivileged={{
144
+ // select: true,
145
+ // }}
146
+ onMakeSelection: onMakeSelection, tableMatchKey: [
64
147
  {
65
- key: 2,
148
+ key: "section",
149
+ value: 1,
66
150
  properties: {
67
151
  fill: "#F6F6F6",
68
152
  },
153
+ element: {
154
+ icon: undefined,
155
+ props: {},
156
+ },
69
157
  },
70
- ] }), _jsx("div", { className: "w-1/5 p-4", children: _jsxs("div", { className: "rounded-lg bg-white p-4", children: [_jsx("h1", { className: "text-2xl font-bold", children: "Section" }), sections.map((section) => (_jsxs("div", { className: clsx("font-bold text-white rounded-md p-2 cursor-pointer", sectionActive === section.id && "!bg-blue-500"), style: { backgroundColor: section.color }, onClick: () => setSectionActive(section.id), children: [_jsx("h2", { className: "text-lg", children: section.name }), section.items.length > 0 && (_jsx("ul", { className: "list-disc pl-5 bg-opacity-50 bg-white p-2 rounded ", children: section.items.map((item) => (_jsx("li", { children: item.name }, item.id))) }))] }, section.id)))] }) }), _jsx("div", { className: "w-1/5 p-4", children: _jsx("div", { className: "rounded-lg bg-white p-4", children: _jsx("h1", { className: "text-2xl font-bold", children: "Nodes" }) }) })] }) }));
158
+ ], onDragTable: (_, data) => setDataDrag(data), actionPrivileged: actionPrivileged }), _jsxs("div", { className: "w-1/5 p-4", onMouseMove: handleMouseMove, onMouseLeave: handleMouseLeave, children: [_jsx("div", { id: "table" }), _jsxs("div", { className: "rounded-lg bg-white p-4", children: [_jsx("h1", { className: "text-2xl font-bold", children: "Section" }), sections.map((section) => (_jsxs("div", { className: clsx("font-bold text-white rounded-md p-2 cursor-pointer", sectionActive === section.id && "!bg-blue-500"), style: { backgroundColor: section.color }, onClick: () => setSectionActive(section.id), children: [_jsx("h2", { className: "text-lg", children: section.name }), section.items.length > 0 && (_jsx("ul", { className: "list-disc pl-5 bg-opacity-50 bg-white p-2 rounded ", children: section.items.map((item) => (_jsx("li", { children: item.name }, item.id))) }))] }, section.id)))] })] }), _jsx("div", { className: "w-1/5 p-4", children: _jsx("div", { className: "rounded-lg bg-white p-4", children: _jsx("h1", { className: "text-2xl font-bold", children: "Nodes" }) }) })] }) }));
71
159
  }
@@ -6,6 +6,17 @@ import { Button } from "antd";
6
6
  import { useMemo, useState } from "react";
7
7
  export default function GraphView() {
8
8
  const [isConnecting, setIsConnecting] = useState(false);
9
+ const [actionPrivileged, setActionPrivileged] = useState({
10
+ select: true,
11
+ move: false,
12
+ switch: false,
13
+ drop: false,
14
+ rightClick: false,
15
+ double: false,
16
+ selection: false,
17
+ selectNode: false,
18
+ connectingNode: false,
19
+ });
9
20
  const [isSelectNode, setIsSelectNode] = useState(false);
10
21
  const [sections, setSections] = useState([
11
22
  {
@@ -19,7 +30,7 @@ export default function GraphView() {
19
30
  name: "Section 2",
20
31
  color: "#F6F6F6",
21
32
  items: [],
22
- }
33
+ },
23
34
  ]);
24
35
  const [sectionActive, setSectionActive] = useState(null);
25
36
  const componentSection = useMemo(() => data === null || data === void 0 ? void 0 : data.map((data) => {
@@ -51,33 +62,108 @@ export default function GraphView() {
51
62
  : [...section.items, data] });
52
63
  }));
53
64
  };
65
+ const priviledged = [
66
+ {
67
+ key: "select",
68
+ name: "Select",
69
+ },
70
+ {
71
+ key: "move",
72
+ name: "Move",
73
+ },
74
+ {
75
+ key: "switch",
76
+ name: "Switch",
77
+ },
78
+ {
79
+ key: "drop",
80
+ name: "Drop",
81
+ },
82
+ {
83
+ key: "rightClick",
84
+ name: "Right Click",
85
+ },
86
+ {
87
+ key: "double",
88
+ name: "Double Click",
89
+ },
90
+ {
91
+ key: "selection",
92
+ name: "Selection",
93
+ },
94
+ {
95
+ key: "dragTable",
96
+ name: "Drag Table",
97
+ },
98
+ {
99
+ key: "selectNode",
100
+ name: "Select Node",
101
+ },
102
+ {
103
+ key: "connectingNode",
104
+ name: "Connecting Node",
105
+ },
106
+ ];
107
+ const [dataDrag, setDataDrag] = useState(null);
108
+ console.log({ dataDrag });
109
+ const handleMouseMove = (e) => {
110
+ if (dataDrag) {
111
+ const table = document.getElementById("table");
112
+ table.style.position = "absolute";
113
+ table.style.opacity = "1";
114
+ table.style.top = `${e.clientY}px`;
115
+ table.style.left = `${e.clientX}px`;
116
+ table.style.height = "30px";
117
+ table.style.width = "200px";
118
+ table.style.backgroundColor = "red";
119
+ // add text
120
+ const text = document.createElement("div");
121
+ text.textContent = dataDrag.name;
122
+ text.style.position = "absolute";
123
+ text.style.top = "0";
124
+ text.style.left = "0";
125
+ text.style.color = "white";
126
+ text.style.fontSize = "12px";
127
+ text.style.fontWeight = "bold";
128
+ table.appendChild(text);
129
+ }
130
+ };
131
+ const handleMouseLeave = () => {
132
+ if (dataDrag) {
133
+ const table = document.getElementById("table");
134
+ table.style.opacity = "0";
135
+ table.children[0].remove();
136
+ setDataDrag(null);
137
+ }
138
+ };
54
139
  return (<div className="w-full h-screen flex relative">
55
140
  <div className="flex">
56
141
  <div className="absolute top-0 left-0 z-10 flex gap-2">
57
- <Button type="primary" onClick={() => setIsConnecting(!isConnecting)}>
58
- {isConnecting ? "Disconnect" : "Connect"}
59
- </Button>
60
- <Button type="primary" onClick={() => setIsSelectNode(!isSelectNode)}>
61
- {isSelectNode ? "Deselect" : "Select"}
62
- </Button>
142
+ {priviledged.map((item) => (<Button key={item.key} type={actionPrivileged[item.key] ? "primary" : "default"} htmlType="button" onClick={() => {
143
+ setActionPrivileged((prev) => (Object.assign(Object.assign({}, prev), { [item.key]: !prev[item.key] })));
144
+ }}>
145
+ {item.name}
146
+ </Button>))}
63
147
  </div>
64
- <LayerView componentProps={componentSection} statusKey="section" defaultBackground="#1e2d4a" mappingKey="properties" keyNode="nodes" onEdgesChange={(table, edges) => console.log({ edges, table })} isConnectEdge={isConnecting} isSelectNode={isSelectNode} onSelectComponent={handleSelectItem} actionPrivileged={{
65
- select: true,
66
- }} onMakeSelection={onMakeSelection} tableMatchKey={[
67
- {
68
- key: 1,
69
- properties: {
70
- fill: "#1e2d4a",
71
- },
72
- },
148
+ <LayerView componentProps={componentSection} statusKey="section" defaultBackground="#1e2d4a" mappingKey="properties" keyNode="nodes" onEdgesChange={(table, edges) => console.log({ edges, table })} isConnectEdge={isConnecting} isSelectNode={isSelectNode} onSelectComponent={handleSelectItem}
149
+ // actionPrivileged={{
150
+ // select: true,
151
+ // }}
152
+ onMakeSelection={onMakeSelection} tableMatchKey={[
73
153
  {
74
- key: 2,
154
+ key: "section",
155
+ value: 1,
75
156
  properties: {
76
157
  fill: "#F6F6F6",
77
158
  },
159
+ element: {
160
+ icon: undefined,
161
+ props: {},
162
+ },
78
163
  },
79
- ]}/>
80
- <div className="w-1/5 p-4">
164
+ ]} onDragTable={(_, data) => setDataDrag(data)} actionPrivileged={actionPrivileged}/>
165
+ <div className="w-1/5 p-4" onMouseMove={handleMouseMove} onMouseLeave={handleMouseLeave}>
166
+ <div id="table"/>
81
167
  <div className="rounded-lg bg-white p-4">
82
168
  <h1 className="text-2xl font-bold">Section</h1>
83
169
  {sections.map((section) => (<div key={section.id} className={clsx("font-bold text-white rounded-md p-2 cursor-pointer", sectionActive === section.id && "!bg-blue-500")} style={{ backgroundColor: section.color }} onClick={() => setSectionActive(section.id)}>
File without changes
File without changes
File without changes
@@ -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.Element;
6
+ }>): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export default function NewBoard(): import("react").JSX.Element;
1
+ export default function NewBoard(): import("react/jsx-runtime").JSX.Element;
@@ -99,7 +99,7 @@ export default function NewBoard() {
99
99
  defaultSeatCountKey: "capacity", hiddenStatusKey: {
100
100
  key: "status",
101
101
  value: 0,
102
- }, priviewActive: [
102
+ }, previewActive: [
103
103
  {
104
104
  type: "default",
105
105
  label: "Customer View",
@@ -107,7 +107,7 @@ export default function NewBoard() {
107
107
  defaultSeatCountKey="capacity" hiddenStatusKey={{
108
108
  key: "status",
109
109
  value: 0,
110
- }} priviewActive={[
110
+ }} previewActive={[
111
111
  {
112
112
  type: "default",
113
113
  label: "Customer View",
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const SeatEditor: () => React.JSX.Element;
1
+ declare const SeatEditor: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default SeatEditor;
@@ -1 +1 @@
1
- export function ChairIcon(): import("react").JSX.Element;
1
+ export function ChairIcon(): import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  export const ChairIcon = () => {
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>);
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)" }) }) })] }));
12
4
  };
@@ -17,5 +17,5 @@ export declare const dummyImage: {
17
17
  y: number;
18
18
  }[];
19
19
  }[];
20
- declare const TouchScrollDetect: () => import("react").JSX.Element;
20
+ declare const TouchScrollDetect: () => import("react/jsx-runtime").JSX.Element;
21
21
  export default TouchScrollDetect;
@@ -1 +1 @@
1
- export function UserIcon(): import("react").JSX.Element;
1
+ export function UserIcon(): import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  export const UserIcon = () => {
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>);
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" })] })] }));
12
4
  };
@@ -1,2 +1,2 @@
1
- declare const TableEditor: () => import("react").JSX.Element;
1
+ declare const TableEditor: () => import("react/jsx-runtime").JSX.Element;
2
2
  export default TableEditor;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export default function DraggableRect(): React.JSX.Element;
1
+ export default function DraggableRect(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const TableEditor: () => import("react").JSX.Element;
1
+ declare const TableEditor: () => import("react/jsx-runtime").JSX.Element;
2
2
  export default TableEditor;
@@ -7,5 +7,5 @@ type ButtonRadioProps<T extends string> = {
7
7
  value?: T;
8
8
  onChange?: (value: T) => void;
9
9
  };
10
- declare const ButtonRadio: <T extends string>({ options, value, onChange, }: ButtonRadioProps<T>) => import("react").JSX.Element;
10
+ declare const ButtonRadio: <T extends string>({ options, value, onChange, }: ButtonRadioProps<T>) => import("react/jsx-runtime").JSX.Element;
11
11
  export default ButtonRadio;
@@ -7,5 +7,5 @@ interface ButtonToolsProps {
7
7
  }>;
8
8
  popoverProps?: PopoverProps;
9
9
  }
10
- declare const ButtonTools: (props: ButtonToolsProps) => import("react").JSX.Element;
10
+ declare const ButtonTools: (props: ButtonToolsProps) => import("react/jsx-runtime").JSX.Element;
11
11
  export default ButtonTools;
@@ -1,2 +1,2 @@
1
- declare const SectionLabel: () => import("react").JSX.Element;
1
+ declare const SectionLabel: () => import("react/jsx-runtime").JSX.Element;
2
2
  export default SectionLabel;
@@ -1,9 +1,9 @@
1
1
  export declare const optionsShape: {
2
2
  value: string;
3
3
  label: string;
4
- icon: import("react").JSX.Element;
4
+ icon: import("react/jsx-runtime").JSX.Element;
5
5
  }[];
6
6
  declare const SectionShape: ({ allowChangeShape, }: {
7
7
  allowChangeShape?: boolean;
8
- }) => import("react").JSX.Element;
8
+ }) => import("react/jsx-runtime").JSX.Element;
9
9
  export default SectionShape;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Camera: () => React.JSX.Element;
1
+ export declare const Camera: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Circle: () => React.JSX.Element;
1
+ export declare const Circle: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Square: () => React.JSX.Element;
1
+ export declare const Square: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Type1Icon: () => React.JSX.Element;
1
+ export declare const Type1Icon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Type2Icon: () => React.JSX.Element;
1
+ export declare const Type2Icon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Type3Icon: () => React.JSX.Element;
1
+ export declare const Type3Icon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Type4Icon: () => React.JSX.Element;
1
+ export declare const Type4Icon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from "react";
2
- export declare const Type5Icon: () => React.JSX.Element;
1
+ export declare const Type5Icon: () => import("react/jsx-runtime").JSX.Element;
@@ -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.Element;
6
+ declare const NumberIndicator: ({ name, defaultValue, onChange }: NumberIndicatorProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default NumberIndicator;
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  type JoystickPosition = {
3
2
  x: number;
4
3
  y: number;
@@ -8,5 +7,5 @@ type JoystickProps = {
8
7
  onMove?: (pos: JoystickPosition) => void;
9
8
  onEnd?: () => void;
10
9
  };
11
- export declare const Joystick: ({ size, onMove, onEnd, }: JoystickProps) => React.JSX.Element;
10
+ export declare const Joystick: ({ size, onMove, onEnd, }: JoystickProps) => import("react/jsx-runtime").JSX.Element;
12
11
  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.Element;
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;
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.Element;
18
+ declare const Layers: ({ shadowShape, components, onClick, selectedComponent, selectedTable, activeTool, onMouseDown, onMouseUp, onBlur, selectedTableColor, mode, style, onTouchStart }: LayersProps) => import("react/jsx-runtime").JSX.Element;
19
19
  export default Layers;
@@ -1,5 +1,4 @@
1
1
  import { PropertiesProps, BaseElement, Label, Point } from "../../dto/table";
2
- import React from "react";
3
2
  export interface SelectionLines extends BaseElement {
4
3
  points?: Point[];
5
4
  id?: string | number;
@@ -10,7 +9,7 @@ interface LayersProps {
10
9
  activeTool?: string;
11
10
  selectionLines?: SelectionLines;
12
11
  }
13
- declare const Layers: ({ components, selectedComponent, activeTool, selectionLines, }: LayersProps) => React.JSX.Element;
12
+ declare const Layers: ({ components, selectedComponent, activeTool, selectionLines, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
14
13
  export declare const LabelItem: ({ id, width, height, labels, commonProps, rotation, }: {
15
14
  id: string | number;
16
15
  width: number;
@@ -18,5 +17,5 @@ export declare const LabelItem: ({ id, width, height, labels, commonProps, rotat
18
17
  labels: Label[];
19
18
  commonProps: any;
20
19
  rotation?: number;
21
- }) => React.JSX.Element;
20
+ }) => import("react/jsx-runtime").JSX.Element;
22
21
  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.Element;
23
+ declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
24
24
  export default Layers;
@@ -0,0 +1 @@
1
+ export declare const IconCross: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const IconCross = () => (_jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M9.99935 2.20964C11.5404 2.20964 13.0468 2.66661 14.3282 3.52277C15.6095 4.37893 16.6082 5.59582 17.1979 7.01956C17.7876 8.4433 17.9419 10.0099 17.6413 11.5214C17.3407 13.0328 16.5986 14.4212 15.5089 15.5108C14.4192 16.6005 13.0309 17.3426 11.5194 17.6433C10.008 17.9439 8.44135 17.7896 7.01761 17.1999C5.59387 16.6101 4.37698 15.6115 3.52082 14.3301C2.66466 13.0488 2.20769 11.5423 2.20769 10.0013C2.20769 7.93482 3.02859 5.95298 4.48981 4.49176C5.95103 3.03054 7.93287 2.20964 9.99935 2.20964ZM9.99935 8.8763L7.79935 6.66797C7.64526 6.52506 7.44285 6.44565 7.23269 6.44565C7.02252 6.44565 6.82012 6.52506 6.66602 6.66797C6.52311 6.82206 6.4437 7.02447 6.4437 7.23464C6.4437 7.4448 6.52311 7.64721 6.66602 7.8013L8.89935 10.0013L6.66602 12.2013C6.52311 12.3554 6.4437 12.5578 6.4437 12.768C6.4437 12.9781 6.52311 13.1805 6.66602 13.3346C6.81863 13.4705 7.01585 13.5456 7.22019 13.5456C7.42453 13.5456 7.62174 13.4705 7.77435 13.3346L9.99935 11.1013L12.1994 13.3346C12.3534 13.4775 12.5559 13.557 12.766 13.557C12.9762 13.557 13.1786 13.4775 13.3327 13.3346C13.4686 13.182 13.5437 12.9848 13.5437 12.7805C13.5437 12.5761 13.4686 12.3789 13.3327 12.2263L11.0994 10.0013L13.3327 7.8013C13.4756 7.64721 13.555 7.4448 13.555 7.23464C13.555 7.02447 13.4756 6.82206 13.3327 6.66797C13.1801 6.53208 12.9829 6.45701 12.7785 6.45701C12.5742 6.45701 12.377 6.53208 12.2244 6.66797L9.99935 8.9013M9.99935 1.04297C8.22756 1.04297 6.49556 1.56837 5.02237 2.55272C3.54918 3.53707 2.40097 4.93618 1.72293 6.5731C1.0449 8.21002 0.867492 10.0112 1.21315 11.749C1.55881 13.4867 2.41201 15.083 3.66485 16.3358C4.9177 17.5886 6.51392 18.4418 8.25167 18.7875C9.98942 19.1332 11.7906 18.9558 13.4276 18.2777C15.0645 17.5997 16.4636 16.4515 17.4479 14.9783C18.4323 13.5051 18.9577 11.7731 18.9577 10.0013C18.9555 7.62608 18.011 5.34878 16.3314 3.66924C14.6519 1.98971 12.3746 1.04518 9.99935 1.04297Z", fill: "#D9214E" }) }));
@@ -0,0 +1,3 @@
1
+ export const IconCross = () => (<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.99935 2.20964C11.5404 2.20964 13.0468 2.66661 14.3282 3.52277C15.6095 4.37893 16.6082 5.59582 17.1979 7.01956C17.7876 8.4433 17.9419 10.0099 17.6413 11.5214C17.3407 13.0328 16.5986 14.4212 15.5089 15.5108C14.4192 16.6005 13.0309 17.3426 11.5194 17.6433C10.008 17.9439 8.44135 17.7896 7.01761 17.1999C5.59387 16.6101 4.37698 15.6115 3.52082 14.3301C2.66466 13.0488 2.20769 11.5423 2.20769 10.0013C2.20769 7.93482 3.02859 5.95298 4.48981 4.49176C5.95103 3.03054 7.93287 2.20964 9.99935 2.20964ZM9.99935 8.8763L7.79935 6.66797C7.64526 6.52506 7.44285 6.44565 7.23269 6.44565C7.02252 6.44565 6.82012 6.52506 6.66602 6.66797C6.52311 6.82206 6.4437 7.02447 6.4437 7.23464C6.4437 7.4448 6.52311 7.64721 6.66602 7.8013L8.89935 10.0013L6.66602 12.2013C6.52311 12.3554 6.4437 12.5578 6.4437 12.768C6.4437 12.9781 6.52311 13.1805 6.66602 13.3346C6.81863 13.4705 7.01585 13.5456 7.22019 13.5456C7.42453 13.5456 7.62174 13.4705 7.77435 13.3346L9.99935 11.1013L12.1994 13.3346C12.3534 13.4775 12.5559 13.557 12.766 13.557C12.9762 13.557 13.1786 13.4775 13.3327 13.3346C13.4686 13.182 13.5437 12.9848 13.5437 12.7805C13.5437 12.5761 13.4686 12.3789 13.3327 12.2263L11.0994 10.0013L13.3327 7.8013C13.4756 7.64721 13.555 7.4448 13.555 7.23464C13.555 7.02447 13.4756 6.82206 13.3327 6.66797C13.1801 6.53208 12.9829 6.45701 12.7785 6.45701C12.5742 6.45701 12.377 6.53208 12.2244 6.66797L9.99935 8.9013M9.99935 1.04297C8.22756 1.04297 6.49556 1.56837 5.02237 2.55272C3.54918 3.53707 2.40097 4.93618 1.72293 6.5731C1.0449 8.21002 0.867492 10.0112 1.21315 11.749C1.55881 13.4867 2.41201 15.083 3.66485 16.3358C4.9177 17.5886 6.51392 18.4418 8.25167 18.7875C9.98942 19.1332 11.7906 18.9558 13.4276 18.2777C15.0645 17.5997 16.4636 16.4515 17.4479 14.9783C18.4323 13.5051 18.9577 11.7731 18.9577 10.0013C18.9555 7.62608 18.011 5.34878 16.3314 3.66924C14.6519 1.98971 12.3746 1.04518 9.99935 1.04297Z" fill="#D9214E"/>
3
+ </svg>);
@@ -1,6 +1,8 @@
1
1
  import { EventHandleType } from "../../dto/event-handler";
2
2
  import { PropertiesProps } from "../../dto/table";
3
3
  import { TableMatchEvent } from "../../features/view-only-3";
4
+ import { SelectionLines } from "../layer-v3";
5
+ import React from "react";
4
6
  interface LayersProps {
5
7
  components?: PropertiesProps[];
6
8
  selectedComponent?: PropertiesProps;
@@ -19,6 +21,7 @@ interface LayersProps {
19
21
  key: string;
20
22
  items: string[];
21
23
  }[];
24
+ selectionLines?: SelectionLines;
22
25
  }
23
- declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, privilegedTags, }: LayersProps) => import("react").JSX.Element;
26
+ declare const Layers: ({ components, selectedTable, iconTags, eventMatchTable, onHighlightGroup, onForceRestoreGroup, selectedTableColor, selectionLines, }: LayersProps) => import("react/jsx-runtime").JSX.Element;
24
27
  export default Layers;