seat-editor 3.6.29 → 3.6.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/graph-view/page.d.ts +1 -1
- package/dist/app/graph-view-new/constant.d.ts +145 -532
- package/dist/app/graph-view-new/constant.js +2004 -6067
- package/dist/app/graph-view-new/page.d.ts +1 -1
- package/dist/app/graph-view-new/page.js +5 -8
- package/dist/app/graph-view-new/page.jsx +5 -8
- package/dist/app/layout.d.ts +1 -1
- package/dist/app/new-board/page.d.ts +1 -1
- package/dist/app/old-board/page.d.ts +2 -1
- package/dist/app/only-view/chair.d.ts +1 -1
- package/dist/app/only-view/chair.js +10 -2
- package/dist/app/only-view/page.d.ts +1 -1
- package/dist/app/only-view/user.d.ts +1 -1
- package/dist/app/only-view/user.js +10 -2
- package/dist/app/page.d.ts +1 -1
- package/dist/app/test/page.d.ts +2 -1
- package/dist/app/v2/page.d.ts +1 -1
- package/dist/components/button-radio/index.d.ts +1 -1
- package/dist/components/button-tools/index.d.ts +1 -1
- package/dist/components/form-tools/label.d.ts +1 -1
- package/dist/components/form-tools/shape.d.ts +2 -2
- package/dist/components/icons/camera.d.ts +2 -1
- package/dist/components/icons/circle.d.ts +2 -1
- package/dist/components/icons/square.d.ts +2 -1
- package/dist/components/icons/type-1.d.ts +2 -1
- package/dist/components/icons/type-2.d.ts +2 -1
- package/dist/components/icons/type-3.d.ts +2 -1
- package/dist/components/icons/type-4.d.ts +2 -1
- package/dist/components/icons/type-5.d.ts +2 -1
- package/dist/components/input/number-indicator.d.ts +1 -1
- package/dist/components/joystick/index.d.ts +2 -1
- package/dist/components/layer/index.d.ts +1 -1
- package/dist/components/layer-v2/index.d.ts +1 -1
- package/dist/components/layer-v3/index.d.ts +3 -2
- package/dist/components/layer-v4/index.d.ts +1 -1
- package/dist/components/layer-v5/icons.d.ts +1 -1
- package/dist/components/layer-v5/index.d.ts +1 -1
- package/dist/components/lib/index.d.ts +1 -1
- package/dist/components/modal-preview/index.d.ts +1 -1
- package/dist/features/board/index.d.ts +1 -1
- package/dist/features/board-v2/index.d.ts +2 -1
- package/dist/features/board-v3/icons.d.ts +1 -1
- package/dist/features/board-v3/index.d.ts +1 -1
- package/dist/features/navbar/index.d.ts +1 -1
- package/dist/features/package/index.d.ts +1 -1
- package/dist/features/panel/index.d.ts +1 -1
- package/dist/features/panel/polygon.d.ts +1 -1
- package/dist/features/panel/select-tool.d.ts +1 -1
- package/dist/features/panel/selected-group.d.ts +1 -1
- package/dist/features/panel/square-circle-tool.d.ts +1 -1
- package/dist/features/panel/table-seat-circle.d.ts +1 -1
- package/dist/features/panel/table-seat-square.d.ts +1 -1
- package/dist/features/panel/text-tool.d.ts +1 -1
- package/dist/features/panel/upload-group-tool.d.ts +1 -1
- package/dist/features/panel/upload-tool.d.ts +1 -1
- package/dist/features/side-tool/icons.d.ts +1 -1
- package/dist/features/side-tool/index.d.ts +1 -1
- package/dist/features/view-only/index.d.ts +1 -1
- package/dist/features/view-only-2/index.d.ts +1 -1
- package/dist/features/view-only-3/index.d.ts +1 -1
- package/dist/features/view-only-4/index.d.ts +1 -1
- package/dist/features/view-only-5/connect-handle.js +4 -0
- package/dist/features/view-only-5/connect-handle.jsx +4 -0
- package/dist/features/view-only-5/connection-layer.d.ts +1 -0
- package/dist/features/view-only-5/connection-layer.js +5 -3
- package/dist/features/view-only-5/connection-layer.jsx +5 -3
- package/dist/features/view-only-5/index.d.ts +2 -1
- package/dist/features/view-only-5/index.js +6 -3
- package/dist/features/view-only-5/index.jsx +6 -3
- package/dist/features/view-only-5/use-connection-graph.d.ts +1 -0
- package/dist/features/view-only-5/use-connection-graph.js +3 -0
- package/dist/features/view-only-5/utils.js +2 -0
- package/dist/features/view-only-6/index.d.ts +1 -1
- package/dist/features/view-only-7/index.d.ts +1 -1
- package/dist/provider/redux-provider.d.ts +1 -1
- package/dist/provider/store-provider.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,95 +1,12 @@
|
|
|
1
1
|
export declare const data: ({
|
|
2
|
+
uuid: string;
|
|
3
|
+
uuid_template: string;
|
|
2
4
|
uuid_table: string;
|
|
3
|
-
uuid_rsvp: string;
|
|
4
|
-
uuid_event_outlet: any;
|
|
5
|
-
uuid_reserved: any;
|
|
6
|
-
uuid_rsvp_table: string;
|
|
7
|
-
code: string;
|
|
8
|
-
name: string;
|
|
9
|
-
capacity: number;
|
|
10
|
-
use_connection: number;
|
|
11
|
-
pax: {
|
|
12
|
-
adults: number;
|
|
13
|
-
};
|
|
14
|
-
req_pax: {
|
|
15
|
-
adults: number;
|
|
16
|
-
};
|
|
17
|
-
total_pax: number;
|
|
18
|
-
total_req_pax: number;
|
|
19
|
-
uuid_status: string;
|
|
20
|
-
status_bg_color: string;
|
|
21
|
-
status_name: string;
|
|
22
|
-
status_color: string;
|
|
23
|
-
status_icon: string;
|
|
24
|
-
title: string;
|
|
25
|
-
firstname: string;
|
|
26
|
-
lastname: any;
|
|
27
|
-
fullname: string;
|
|
28
|
-
ranks: any;
|
|
29
|
-
tags: any;
|
|
30
|
-
rank_sp: string;
|
|
31
|
-
rank_ts: string;
|
|
32
|
-
start_date: string;
|
|
33
|
-
end_date: string;
|
|
34
|
-
start_time: string;
|
|
35
|
-
end_time: string;
|
|
36
|
-
walk_in: number;
|
|
37
|
-
dp_amount: string;
|
|
38
|
-
dp_status: number;
|
|
39
|
-
online_payment: number;
|
|
40
|
-
rsvp_type: number;
|
|
41
|
-
rsvp_input: number;
|
|
42
|
-
is_reserved: number;
|
|
43
|
-
is_hold: number;
|
|
44
|
-
is_lock: number;
|
|
45
|
-
is_overtime: number;
|
|
46
|
-
is_upcoming: number;
|
|
47
|
-
conflicted: number;
|
|
48
|
-
is_late: number;
|
|
49
5
|
properties: {
|
|
50
6
|
x: number;
|
|
51
7
|
y: number;
|
|
52
8
|
id: string;
|
|
53
9
|
fill: string;
|
|
54
|
-
tags: ({
|
|
55
|
-
gap: string;
|
|
56
|
-
key: string;
|
|
57
|
-
items: {
|
|
58
|
-
type: string;
|
|
59
|
-
value: string;
|
|
60
|
-
}[];
|
|
61
|
-
direction: string;
|
|
62
|
-
offsetX?: undefined;
|
|
63
|
-
offsetY?: undefined;
|
|
64
|
-
} | {
|
|
65
|
-
gap: string;
|
|
66
|
-
key: string;
|
|
67
|
-
items: {
|
|
68
|
-
type: string;
|
|
69
|
-
value: string;
|
|
70
|
-
}[];
|
|
71
|
-
offsetX: string;
|
|
72
|
-
offsetY: string;
|
|
73
|
-
direction: string;
|
|
74
|
-
} | {
|
|
75
|
-
gap: string;
|
|
76
|
-
key: string;
|
|
77
|
-
items: ({
|
|
78
|
-
type: string;
|
|
79
|
-
value: string;
|
|
80
|
-
fontWeight: string;
|
|
81
|
-
textDecoration: string;
|
|
82
|
-
} | {
|
|
83
|
-
type: string;
|
|
84
|
-
value: string;
|
|
85
|
-
fontWeight?: undefined;
|
|
86
|
-
textDecoration?: undefined;
|
|
87
|
-
})[];
|
|
88
|
-
offsetY: string;
|
|
89
|
-
direction: string;
|
|
90
|
-
offsetX?: undefined;
|
|
91
|
-
})[];
|
|
92
|
-
text: string;
|
|
93
10
|
shape: string;
|
|
94
11
|
width: number;
|
|
95
12
|
height: number;
|
|
@@ -101,109 +18,46 @@ export declare const data: ({
|
|
|
101
18
|
fontColor: string;
|
|
102
19
|
}[];
|
|
103
20
|
points: any[];
|
|
104
|
-
stroke: string;
|
|
105
21
|
opacity: number;
|
|
106
22
|
rotation: number;
|
|
23
|
+
seatFill: string;
|
|
24
|
+
openSpace: number;
|
|
107
25
|
seatCount: number;
|
|
108
26
|
uuid_table: string;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
seatPositions
|
|
27
|
+
fontSizeType1: number;
|
|
28
|
+
fontSizeType2: number;
|
|
29
|
+
seatPositions: {
|
|
30
|
+
top: number;
|
|
31
|
+
left: number;
|
|
32
|
+
right: number;
|
|
33
|
+
bottom: number;
|
|
34
|
+
};
|
|
35
|
+
radius?: undefined;
|
|
36
|
+
strokeWidth?: undefined;
|
|
37
|
+
src?: undefined;
|
|
38
|
+
stroke?: undefined;
|
|
112
39
|
};
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}[];
|
|
126
|
-
areas: {
|
|
127
|
-
name: string;
|
|
128
|
-
uuid: string;
|
|
129
|
-
}[];
|
|
130
|
-
sections: {
|
|
131
|
-
icon: string;
|
|
132
|
-
name: string;
|
|
133
|
-
uuid: string;
|
|
134
|
-
image: any;
|
|
135
|
-
}[];
|
|
40
|
+
image: any;
|
|
41
|
+
status: number;
|
|
42
|
+
uuid_template_section: string;
|
|
43
|
+
list_adjacency: any[];
|
|
44
|
+
seq: number;
|
|
45
|
+
use_checking_availability: number;
|
|
46
|
+
capacity: number;
|
|
47
|
+
table_name: string;
|
|
48
|
+
created_at: string;
|
|
49
|
+
created_by: string;
|
|
50
|
+
updated_at: string;
|
|
51
|
+
updated_by: string;
|
|
136
52
|
} | {
|
|
53
|
+
uuid: string;
|
|
54
|
+
uuid_template: string;
|
|
137
55
|
uuid_table: string;
|
|
138
|
-
uuid_rsvp: any;
|
|
139
|
-
uuid_event_outlet: any;
|
|
140
|
-
uuid_reserved: any;
|
|
141
|
-
uuid_rsvp_table: any;
|
|
142
|
-
code: string;
|
|
143
|
-
name: string;
|
|
144
|
-
capacity: number;
|
|
145
|
-
use_connection: number;
|
|
146
|
-
pax: any;
|
|
147
|
-
req_pax: any;
|
|
148
|
-
total_pax: any;
|
|
149
|
-
total_req_pax: any;
|
|
150
|
-
uuid_status: any;
|
|
151
|
-
status_bg_color: any;
|
|
152
|
-
status_name: any;
|
|
153
|
-
status_color: any;
|
|
154
|
-
status_icon: any;
|
|
155
|
-
title: any;
|
|
156
|
-
firstname: any;
|
|
157
|
-
lastname: any;
|
|
158
|
-
fullname: any;
|
|
159
|
-
ranks: any;
|
|
160
|
-
tags: any;
|
|
161
|
-
rank_sp: any;
|
|
162
|
-
rank_ts: any;
|
|
163
|
-
start_date: any;
|
|
164
|
-
end_date: any;
|
|
165
|
-
start_time: any;
|
|
166
|
-
end_time: any;
|
|
167
|
-
walk_in: any;
|
|
168
|
-
dp_amount: any;
|
|
169
|
-
dp_status: any;
|
|
170
|
-
online_payment: any;
|
|
171
|
-
rsvp_type: any;
|
|
172
|
-
rsvp_input: any;
|
|
173
|
-
is_reserved: number;
|
|
174
|
-
is_hold: number;
|
|
175
|
-
is_lock: number;
|
|
176
|
-
is_overtime: number;
|
|
177
|
-
is_upcoming: number;
|
|
178
|
-
conflicted: number;
|
|
179
|
-
is_late: number;
|
|
180
56
|
properties: {
|
|
181
57
|
x: number;
|
|
182
58
|
y: number;
|
|
183
59
|
id: string;
|
|
184
60
|
fill: string;
|
|
185
|
-
tags: ({
|
|
186
|
-
gap: string;
|
|
187
|
-
key: string;
|
|
188
|
-
items: {
|
|
189
|
-
type: string;
|
|
190
|
-
value: string;
|
|
191
|
-
}[];
|
|
192
|
-
direction: string;
|
|
193
|
-
offsetX?: undefined;
|
|
194
|
-
offsetY?: undefined;
|
|
195
|
-
} | {
|
|
196
|
-
gap: string;
|
|
197
|
-
key: string;
|
|
198
|
-
items: {
|
|
199
|
-
type: string;
|
|
200
|
-
value: string;
|
|
201
|
-
}[];
|
|
202
|
-
offsetX: string;
|
|
203
|
-
offsetY: string;
|
|
204
|
-
direction: string;
|
|
205
|
-
})[];
|
|
206
|
-
text: string;
|
|
207
61
|
shape: string;
|
|
208
62
|
width: number;
|
|
209
63
|
height: number;
|
|
@@ -219,109 +73,37 @@ export declare const data: ({
|
|
|
219
73
|
rotation: number;
|
|
220
74
|
seatCount: number;
|
|
221
75
|
uuid_table: string;
|
|
222
|
-
|
|
76
|
+
fontSizeType1: number;
|
|
77
|
+
fontSizeType2: number;
|
|
223
78
|
seatFill?: undefined;
|
|
224
79
|
openSpace?: undefined;
|
|
225
80
|
seatPositions?: undefined;
|
|
81
|
+
radius?: undefined;
|
|
82
|
+
strokeWidth?: undefined;
|
|
83
|
+
src?: undefined;
|
|
84
|
+
stroke?: undefined;
|
|
226
85
|
};
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
86
|
+
image: any;
|
|
87
|
+
status: number;
|
|
88
|
+
uuid_template_section: string;
|
|
89
|
+
list_adjacency: any[];
|
|
90
|
+
seq: number;
|
|
91
|
+
use_checking_availability: number;
|
|
92
|
+
capacity: number;
|
|
93
|
+
table_name: string;
|
|
94
|
+
created_at: string;
|
|
95
|
+
created_by: string;
|
|
96
|
+
updated_at: string;
|
|
97
|
+
updated_by: string;
|
|
239
98
|
} | {
|
|
99
|
+
uuid: string;
|
|
100
|
+
uuid_template: string;
|
|
240
101
|
uuid_table: string;
|
|
241
|
-
uuid_rsvp: string;
|
|
242
|
-
uuid_event_outlet: any;
|
|
243
|
-
uuid_reserved: any;
|
|
244
|
-
uuid_rsvp_table: string;
|
|
245
|
-
code: string;
|
|
246
|
-
name: string;
|
|
247
|
-
capacity: number;
|
|
248
|
-
pax: {
|
|
249
|
-
adults: number;
|
|
250
|
-
};
|
|
251
|
-
req_pax: {
|
|
252
|
-
adults: number;
|
|
253
|
-
};
|
|
254
|
-
total_pax: number;
|
|
255
|
-
total_req_pax: number;
|
|
256
|
-
uuid_status: string;
|
|
257
|
-
status_bg_color: string;
|
|
258
|
-
status_name: string;
|
|
259
|
-
status_color: string;
|
|
260
|
-
status_icon: string;
|
|
261
|
-
title: string;
|
|
262
|
-
firstname: string;
|
|
263
|
-
lastname: string;
|
|
264
|
-
fullname: string;
|
|
265
|
-
ranks: any;
|
|
266
|
-
tags: any;
|
|
267
|
-
rank_sp: string;
|
|
268
|
-
rank_ts: string;
|
|
269
|
-
start_date: string;
|
|
270
|
-
end_date: string;
|
|
271
|
-
start_time: string;
|
|
272
|
-
end_time: string;
|
|
273
|
-
walk_in: number;
|
|
274
|
-
dp_amount: string;
|
|
275
|
-
dp_status: number;
|
|
276
|
-
online_payment: number;
|
|
277
|
-
rsvp_type: number;
|
|
278
|
-
rsvp_input: number;
|
|
279
|
-
is_reserved: number;
|
|
280
|
-
is_hold: number;
|
|
281
|
-
is_lock: number;
|
|
282
|
-
is_overtime: number;
|
|
283
|
-
is_upcoming: number;
|
|
284
|
-
conflicted: number;
|
|
285
|
-
is_late: number;
|
|
286
102
|
properties: {
|
|
287
103
|
x: number;
|
|
288
104
|
y: number;
|
|
289
105
|
id: string;
|
|
290
106
|
fill: string;
|
|
291
|
-
tags: ({
|
|
292
|
-
gap: string;
|
|
293
|
-
key: string;
|
|
294
|
-
items: {
|
|
295
|
-
type: string;
|
|
296
|
-
value: string;
|
|
297
|
-
}[];
|
|
298
|
-
direction: string;
|
|
299
|
-
offsetX?: undefined;
|
|
300
|
-
offsetY?: undefined;
|
|
301
|
-
} | {
|
|
302
|
-
gap: string;
|
|
303
|
-
key: string;
|
|
304
|
-
items: {
|
|
305
|
-
type: string;
|
|
306
|
-
value: string;
|
|
307
|
-
}[];
|
|
308
|
-
offsetX: string;
|
|
309
|
-
offsetY: string;
|
|
310
|
-
direction: string;
|
|
311
|
-
} | {
|
|
312
|
-
gap: string;
|
|
313
|
-
key: string;
|
|
314
|
-
items: {
|
|
315
|
-
type: string;
|
|
316
|
-
value: string;
|
|
317
|
-
fontWeight: string;
|
|
318
|
-
textDecoration: string;
|
|
319
|
-
}[];
|
|
320
|
-
offsetY: string;
|
|
321
|
-
direction: string;
|
|
322
|
-
offsetX?: undefined;
|
|
323
|
-
})[];
|
|
324
|
-
text: string;
|
|
325
107
|
shape: string;
|
|
326
108
|
width: number;
|
|
327
109
|
height: number;
|
|
@@ -332,110 +114,47 @@ export declare const data: ({
|
|
|
332
114
|
fontSize: number;
|
|
333
115
|
fontColor: string;
|
|
334
116
|
}[];
|
|
335
|
-
points: any[];
|
|
336
117
|
opacity: number;
|
|
337
118
|
rotation: number;
|
|
119
|
+
seatFill: string;
|
|
120
|
+
openSpace: number;
|
|
338
121
|
seatCount: number;
|
|
339
122
|
uuid_table: string;
|
|
123
|
+
fontSizeType1: number;
|
|
124
|
+
fontSizeType2: number;
|
|
125
|
+
seatPositions: {
|
|
126
|
+
top: number;
|
|
127
|
+
left: number;
|
|
128
|
+
right: number;
|
|
129
|
+
bottom: number;
|
|
130
|
+
};
|
|
131
|
+
points?: undefined;
|
|
132
|
+
radius?: undefined;
|
|
133
|
+
strokeWidth?: undefined;
|
|
134
|
+
src?: undefined;
|
|
340
135
|
stroke?: undefined;
|
|
341
|
-
seatFill?: undefined;
|
|
342
|
-
openSpace?: undefined;
|
|
343
|
-
seatPositions?: undefined;
|
|
344
136
|
};
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
}[];
|
|
358
|
-
areas: {
|
|
359
|
-
name: string;
|
|
360
|
-
uuid: string;
|
|
361
|
-
}[];
|
|
362
|
-
sections: {
|
|
363
|
-
icon: string;
|
|
364
|
-
name: string;
|
|
365
|
-
uuid: string;
|
|
366
|
-
image: any;
|
|
367
|
-
}[];
|
|
368
|
-
use_connection?: undefined;
|
|
137
|
+
image: any;
|
|
138
|
+
status: number;
|
|
139
|
+
uuid_template_section: string;
|
|
140
|
+
list_adjacency: any[];
|
|
141
|
+
seq: number;
|
|
142
|
+
use_checking_availability: number;
|
|
143
|
+
capacity: number;
|
|
144
|
+
table_name: string;
|
|
145
|
+
created_at: string;
|
|
146
|
+
created_by: string;
|
|
147
|
+
updated_at: string;
|
|
148
|
+
updated_by: string;
|
|
369
149
|
} | {
|
|
150
|
+
uuid: string;
|
|
151
|
+
uuid_template: string;
|
|
370
152
|
uuid_table: string;
|
|
371
|
-
uuid_rsvp: any;
|
|
372
|
-
uuid_event_outlet: any;
|
|
373
|
-
uuid_reserved: any;
|
|
374
|
-
uuid_rsvp_table: any;
|
|
375
|
-
code: string;
|
|
376
|
-
name: string;
|
|
377
|
-
capacity: number;
|
|
378
|
-
pax: any;
|
|
379
|
-
req_pax: any;
|
|
380
|
-
total_pax: any;
|
|
381
|
-
total_req_pax: any;
|
|
382
|
-
uuid_status: any;
|
|
383
|
-
status_bg_color: any;
|
|
384
|
-
status_name: any;
|
|
385
|
-
status_color: any;
|
|
386
|
-
status_icon: any;
|
|
387
|
-
title: any;
|
|
388
|
-
firstname: any;
|
|
389
|
-
lastname: any;
|
|
390
|
-
fullname: any;
|
|
391
|
-
ranks: any;
|
|
392
|
-
tags: any;
|
|
393
|
-
rank_sp: any;
|
|
394
|
-
rank_ts: any;
|
|
395
|
-
start_date: any;
|
|
396
|
-
end_date: any;
|
|
397
|
-
start_time: any;
|
|
398
|
-
end_time: any;
|
|
399
|
-
walk_in: any;
|
|
400
|
-
dp_amount: any;
|
|
401
|
-
dp_status: any;
|
|
402
|
-
online_payment: any;
|
|
403
|
-
rsvp_type: any;
|
|
404
|
-
rsvp_input: any;
|
|
405
|
-
is_reserved: number;
|
|
406
|
-
is_hold: number;
|
|
407
|
-
is_lock: number;
|
|
408
|
-
is_overtime: number;
|
|
409
|
-
is_upcoming: number;
|
|
410
|
-
conflicted: number;
|
|
411
|
-
is_late: number;
|
|
412
153
|
properties: {
|
|
413
154
|
x: number;
|
|
414
155
|
y: number;
|
|
415
156
|
id: string;
|
|
416
157
|
fill: string;
|
|
417
|
-
tags: ({
|
|
418
|
-
gap: string;
|
|
419
|
-
key: string;
|
|
420
|
-
items: {
|
|
421
|
-
type: string;
|
|
422
|
-
value: string;
|
|
423
|
-
}[];
|
|
424
|
-
direction: string;
|
|
425
|
-
offsetX?: undefined;
|
|
426
|
-
offsetY?: undefined;
|
|
427
|
-
} | {
|
|
428
|
-
gap: string;
|
|
429
|
-
key: string;
|
|
430
|
-
items: {
|
|
431
|
-
type: string;
|
|
432
|
-
value: string;
|
|
433
|
-
}[];
|
|
434
|
-
offsetX: string;
|
|
435
|
-
offsetY: string;
|
|
436
|
-
direction: string;
|
|
437
|
-
})[];
|
|
438
|
-
text: string;
|
|
439
158
|
shape: string;
|
|
440
159
|
width: number;
|
|
441
160
|
height: number;
|
|
@@ -446,99 +165,47 @@ export declare const data: ({
|
|
|
446
165
|
fontSize: number;
|
|
447
166
|
fontColor: string;
|
|
448
167
|
}[];
|
|
168
|
+
radius: number;
|
|
449
169
|
opacity: number;
|
|
450
170
|
rotation: number;
|
|
171
|
+
seatFill: string;
|
|
172
|
+
openSpace: number;
|
|
451
173
|
seatCount: number;
|
|
452
174
|
uuid_table: string;
|
|
175
|
+
strokeWidth: number;
|
|
176
|
+
fontSizeType1: number;
|
|
177
|
+
fontSizeType2: number;
|
|
178
|
+
seatPositions: {
|
|
179
|
+
top: number;
|
|
180
|
+
left: number;
|
|
181
|
+
right: number;
|
|
182
|
+
bottom: number;
|
|
183
|
+
};
|
|
453
184
|
points?: undefined;
|
|
185
|
+
src?: undefined;
|
|
454
186
|
stroke?: undefined;
|
|
455
|
-
seatFill?: undefined;
|
|
456
|
-
openSpace?: undefined;
|
|
457
|
-
seatPositions?: undefined;
|
|
458
187
|
};
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
use_connection?: undefined;
|
|
188
|
+
image: any;
|
|
189
|
+
status: number;
|
|
190
|
+
uuid_template_section: string;
|
|
191
|
+
list_adjacency: any[];
|
|
192
|
+
seq: number;
|
|
193
|
+
use_checking_availability: number;
|
|
194
|
+
capacity: number;
|
|
195
|
+
table_name: string;
|
|
196
|
+
created_at: string;
|
|
197
|
+
created_by: string;
|
|
198
|
+
updated_at: string;
|
|
199
|
+
updated_by: string;
|
|
472
200
|
} | {
|
|
201
|
+
uuid: string;
|
|
202
|
+
uuid_template: string;
|
|
473
203
|
uuid_table: string;
|
|
474
|
-
uuid_rsvp: any;
|
|
475
|
-
uuid_event_outlet: any;
|
|
476
|
-
uuid_reserved: any;
|
|
477
|
-
uuid_rsvp_table: any;
|
|
478
|
-
code: string;
|
|
479
|
-
name: string;
|
|
480
|
-
capacity: number;
|
|
481
|
-
pax: any;
|
|
482
|
-
req_pax: any;
|
|
483
|
-
total_pax: any;
|
|
484
|
-
total_req_pax: any;
|
|
485
|
-
uuid_status: any;
|
|
486
|
-
status_bg_color: any;
|
|
487
|
-
status_name: any;
|
|
488
|
-
status_color: any;
|
|
489
|
-
status_icon: any;
|
|
490
|
-
title: any;
|
|
491
|
-
firstname: any;
|
|
492
|
-
lastname: any;
|
|
493
|
-
fullname: any;
|
|
494
|
-
ranks: any;
|
|
495
|
-
tags: any;
|
|
496
|
-
rank_sp: any;
|
|
497
|
-
rank_ts: any;
|
|
498
|
-
start_date: any;
|
|
499
|
-
end_date: any;
|
|
500
|
-
start_time: any;
|
|
501
|
-
end_time: any;
|
|
502
|
-
walk_in: any;
|
|
503
|
-
dp_amount: any;
|
|
504
|
-
dp_status: any;
|
|
505
|
-
online_payment: any;
|
|
506
|
-
rsvp_type: any;
|
|
507
|
-
rsvp_input: any;
|
|
508
|
-
is_reserved: number;
|
|
509
|
-
is_hold: number;
|
|
510
|
-
is_lock: number;
|
|
511
|
-
is_overtime: number;
|
|
512
|
-
is_upcoming: number;
|
|
513
|
-
conflicted: number;
|
|
514
|
-
is_late: number;
|
|
515
204
|
properties: {
|
|
516
205
|
x: number;
|
|
517
206
|
y: number;
|
|
518
207
|
id: string;
|
|
519
208
|
fill: string;
|
|
520
|
-
tags: ({
|
|
521
|
-
gap: string;
|
|
522
|
-
key: string;
|
|
523
|
-
items: {
|
|
524
|
-
type: string;
|
|
525
|
-
value: string;
|
|
526
|
-
}[];
|
|
527
|
-
direction: string;
|
|
528
|
-
offsetX?: undefined;
|
|
529
|
-
offsetY?: undefined;
|
|
530
|
-
} | {
|
|
531
|
-
gap: string;
|
|
532
|
-
key: string;
|
|
533
|
-
items: {
|
|
534
|
-
type: string;
|
|
535
|
-
value: string;
|
|
536
|
-
}[];
|
|
537
|
-
offsetX: string;
|
|
538
|
-
offsetY: string;
|
|
539
|
-
direction: string;
|
|
540
|
-
})[];
|
|
541
|
-
text: string;
|
|
542
209
|
shape: string;
|
|
543
210
|
width: number;
|
|
544
211
|
height: number;
|
|
@@ -547,106 +214,50 @@ export declare const data: ({
|
|
|
547
214
|
y: number;
|
|
548
215
|
label: string;
|
|
549
216
|
fontSize: number;
|
|
550
|
-
rotation: number;
|
|
551
217
|
fontColor: string;
|
|
552
218
|
}[];
|
|
219
|
+
points: any[];
|
|
220
|
+
radius: number;
|
|
553
221
|
opacity: number;
|
|
554
222
|
rotation: number;
|
|
555
223
|
seatFill: string;
|
|
556
224
|
openSpace: number;
|
|
557
225
|
seatCount: number;
|
|
558
226
|
uuid_table: string;
|
|
227
|
+
strokeWidth: number;
|
|
228
|
+
fontSizeType1: number;
|
|
229
|
+
fontSizeType2: number;
|
|
559
230
|
seatPositions: {
|
|
560
231
|
top: number;
|
|
561
232
|
left: number;
|
|
562
233
|
right: number;
|
|
563
234
|
bottom: number;
|
|
564
235
|
};
|
|
565
|
-
|
|
236
|
+
src?: undefined;
|
|
566
237
|
stroke?: undefined;
|
|
567
238
|
};
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
use_connection?: undefined;
|
|
239
|
+
image: any;
|
|
240
|
+
status: number;
|
|
241
|
+
uuid_template_section: string;
|
|
242
|
+
list_adjacency: any[];
|
|
243
|
+
seq: number;
|
|
244
|
+
use_checking_availability: number;
|
|
245
|
+
capacity: number;
|
|
246
|
+
table_name: string;
|
|
247
|
+
created_at: string;
|
|
248
|
+
created_by: string;
|
|
249
|
+
updated_at: string;
|
|
250
|
+
updated_by: string;
|
|
581
251
|
} | {
|
|
252
|
+
uuid: string;
|
|
253
|
+
uuid_template: string;
|
|
582
254
|
uuid_table: string;
|
|
583
|
-
uuid_rsvp: any;
|
|
584
|
-
uuid_event_outlet: any;
|
|
585
|
-
uuid_reserved: any;
|
|
586
|
-
uuid_rsvp_table: any;
|
|
587
|
-
code: string;
|
|
588
|
-
name: string;
|
|
589
|
-
capacity: number;
|
|
590
|
-
pax: any;
|
|
591
|
-
req_pax: any;
|
|
592
|
-
total_pax: any;
|
|
593
|
-
total_req_pax: any;
|
|
594
|
-
uuid_status: any;
|
|
595
|
-
status_bg_color: any;
|
|
596
|
-
status_name: any;
|
|
597
|
-
status_color: any;
|
|
598
|
-
status_icon: any;
|
|
599
|
-
title: any;
|
|
600
|
-
firstname: any;
|
|
601
|
-
lastname: any;
|
|
602
|
-
fullname: any;
|
|
603
|
-
ranks: any;
|
|
604
|
-
tags: any;
|
|
605
|
-
rank_sp: any;
|
|
606
|
-
rank_ts: any;
|
|
607
|
-
start_date: any;
|
|
608
|
-
end_date: any;
|
|
609
|
-
start_time: any;
|
|
610
|
-
end_time: any;
|
|
611
|
-
walk_in: any;
|
|
612
|
-
dp_amount: any;
|
|
613
|
-
dp_status: any;
|
|
614
|
-
online_payment: any;
|
|
615
|
-
rsvp_type: any;
|
|
616
|
-
rsvp_input: any;
|
|
617
|
-
is_reserved: number;
|
|
618
|
-
is_hold: number;
|
|
619
|
-
is_lock: number;
|
|
620
|
-
is_overtime: number;
|
|
621
|
-
is_upcoming: number;
|
|
622
|
-
conflicted: number;
|
|
623
|
-
is_late: number;
|
|
624
255
|
properties: {
|
|
625
256
|
x: number;
|
|
626
257
|
y: number;
|
|
627
258
|
id: string;
|
|
259
|
+
src: string;
|
|
628
260
|
fill: string;
|
|
629
|
-
tags: ({
|
|
630
|
-
gap: string;
|
|
631
|
-
key: string;
|
|
632
|
-
items: {
|
|
633
|
-
type: string;
|
|
634
|
-
value: string;
|
|
635
|
-
}[];
|
|
636
|
-
direction: string;
|
|
637
|
-
offsetX?: undefined;
|
|
638
|
-
offsetY?: undefined;
|
|
639
|
-
} | {
|
|
640
|
-
gap: string;
|
|
641
|
-
key: string;
|
|
642
|
-
items: {
|
|
643
|
-
type: string;
|
|
644
|
-
value: string;
|
|
645
|
-
}[];
|
|
646
|
-
offsetX: string;
|
|
647
|
-
offsetY: string;
|
|
648
|
-
direction: string;
|
|
649
|
-
})[];
|
|
650
261
|
shape: string;
|
|
651
262
|
width: number;
|
|
652
263
|
height: number;
|
|
@@ -655,37 +266,39 @@ export declare const data: ({
|
|
|
655
266
|
y: number;
|
|
656
267
|
label: string;
|
|
657
268
|
fontSize: number;
|
|
658
|
-
|
|
269
|
+
rotation: number;
|
|
659
270
|
}[];
|
|
660
|
-
|
|
271
|
+
radius: number;
|
|
272
|
+
stroke: string;
|
|
661
273
|
opacity: number;
|
|
662
274
|
rotation: number;
|
|
663
275
|
seatFill: string;
|
|
664
276
|
openSpace: number;
|
|
665
277
|
seatCount: number;
|
|
666
278
|
uuid_table: string;
|
|
279
|
+
strokeWidth: number;
|
|
280
|
+
fontSizeType1: number;
|
|
281
|
+
fontSizeType2: number;
|
|
667
282
|
seatPositions: {
|
|
668
283
|
top: number;
|
|
669
284
|
left: number;
|
|
670
285
|
right: number;
|
|
671
286
|
bottom: number;
|
|
672
287
|
};
|
|
673
|
-
|
|
674
|
-
stroke?: undefined;
|
|
288
|
+
points?: undefined;
|
|
675
289
|
};
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
use_connection?: undefined;
|
|
290
|
+
image: any;
|
|
291
|
+
status: number;
|
|
292
|
+
uuid_template_section: string;
|
|
293
|
+
list_adjacency: any[];
|
|
294
|
+
seq: number;
|
|
295
|
+
use_checking_availability: number;
|
|
296
|
+
capacity: number;
|
|
297
|
+
table_name: string;
|
|
298
|
+
created_at: string;
|
|
299
|
+
created_by: string;
|
|
300
|
+
updated_at: string;
|
|
301
|
+
updated_by: string;
|
|
689
302
|
})[];
|
|
690
303
|
export declare const COLORS_SECTION: string[];
|
|
691
304
|
export declare const background: {
|