seat-editor 3.4.8 → 3.5.0

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 (145) hide show
  1. package/dist/app/constant.d.ts +1 -1
  2. package/dist/app/graph-view/page.d.ts +1 -0
  3. package/dist/app/graph-view/page.js +343 -0
  4. package/dist/app/graph-view/page.jsx +445 -0
  5. package/dist/app/graph-view-new/constant.d.ts +581 -0
  6. package/dist/app/graph-view-new/constant.js +6973 -0
  7. package/dist/app/graph-view-new/page.d.ts +1 -0
  8. package/dist/app/graph-view-new/page.js +71 -0
  9. package/dist/app/graph-view-new/page.jsx +98 -0
  10. package/dist/app/layout.d.ts +1 -1
  11. package/dist/app/new-board/page.d.ts +1 -1
  12. package/dist/app/new-board/page.js +43 -7
  13. package/dist/app/new-board/page.jsx +45 -12
  14. package/dist/app/old-board/page.d.ts +1 -2
  15. package/dist/app/only-view/chair.d.ts +1 -1
  16. package/dist/app/only-view/chair.js +2 -10
  17. package/dist/app/only-view/page.d.ts +1 -1
  18. package/dist/app/only-view/user.d.ts +1 -1
  19. package/dist/app/only-view/user.js +2 -10
  20. package/dist/app/page.d.ts +1 -1
  21. package/dist/app/test/page.d.ts +1 -2
  22. package/dist/app/v2/page.d.ts +1 -1
  23. package/dist/components/button-tools/index.d.ts +1 -1
  24. package/dist/components/button-tools/index.js +7 -5
  25. package/dist/components/button-tools/index.jsx +21 -9
  26. package/dist/components/form-tools/label.d.ts +1 -1
  27. package/dist/components/form-tools/label.js +9 -20
  28. package/dist/components/form-tools/label.jsx +38 -28
  29. package/dist/components/form-tools/shape.d.ts +1 -1
  30. package/dist/components/form-tools/shape.js +5 -5
  31. package/dist/components/form-tools/shape.jsx +8 -8
  32. package/dist/components/input/number-indicator.d.ts +1 -1
  33. package/dist/components/joystick/index.d.ts +1 -2
  34. package/dist/components/layer/index.d.ts +1 -1
  35. package/dist/components/layer-v2/index.d.ts +1 -1
  36. package/dist/components/layer-v3/index.d.ts +1 -1
  37. package/dist/components/layer-v3/index.js +44 -3
  38. package/dist/components/layer-v3/index.jsx +120 -3
  39. package/dist/components/layer-v4/index.d.ts +1 -1
  40. package/dist/components/layer-v5/constant.d.ts +60 -0
  41. package/dist/components/layer-v5/constant.js +93 -0
  42. package/dist/components/layer-v5/index.d.ts +24 -0
  43. package/dist/components/layer-v5/index.js +927 -0
  44. package/dist/components/layer-v5/index.jsx +1049 -0
  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/index.d.ts +1 -1
  50. package/dist/features/board-v3/index.js +350 -72
  51. package/dist/features/board-v3/index.jsx +369 -75
  52. package/dist/features/board-v3/resize-element.js +5 -0
  53. package/dist/features/board-v3/utils.d.ts +8 -0
  54. package/dist/features/board-v3/utils.js +23 -7
  55. package/dist/features/navbar/index.d.ts +1 -1
  56. package/dist/features/package/index.d.ts +3 -1
  57. package/dist/features/package/index.js +1 -1
  58. package/dist/features/package/index.jsx +6 -1
  59. package/dist/features/panel/index.d.ts +9 -1
  60. package/dist/features/panel/index.js +160 -38
  61. package/dist/features/panel/index.jsx +173 -46
  62. package/dist/features/panel/polygon.d.ts +2 -0
  63. package/dist/features/panel/polygon.js +44 -0
  64. package/dist/features/panel/polygon.jsx +70 -0
  65. package/dist/features/panel/select-tool.d.ts +1 -1
  66. package/dist/features/panel/select-tool.js +3 -0
  67. package/dist/features/panel/select-tool.jsx +3 -0
  68. package/dist/features/panel/selected-group.d.ts +1 -1
  69. package/dist/features/panel/selected-group.js +24 -26
  70. package/dist/features/panel/selected-group.jsx +56 -51
  71. package/dist/features/panel/square-circle-tool.d.ts +1 -1
  72. package/dist/features/panel/table-seat-circle.d.ts +1 -1
  73. package/dist/features/panel/table-seat-square.d.ts +1 -1
  74. package/dist/features/panel/text-tool.d.ts +1 -1
  75. package/dist/features/panel/text-tool.js +17 -2
  76. package/dist/features/panel/text-tool.jsx +19 -2
  77. package/dist/features/panel/upload-tool.d.ts +1 -1
  78. package/dist/features/panel/upload-tool.js +17 -3
  79. package/dist/features/panel/upload-tool.jsx +23 -4
  80. package/dist/features/side-tool/index.d.ts +1 -1
  81. package/dist/features/side-tool/index.js +43 -6
  82. package/dist/features/side-tool/index.jsx +47 -10
  83. package/dist/features/view-only/index.d.ts +1 -1
  84. package/dist/features/view-only-2/index.d.ts +1 -1
  85. package/dist/features/view-only-3/index.d.ts +1 -1
  86. package/dist/features/view-only-4/connect-handle.d.ts +13 -0
  87. package/dist/features/view-only-4/connect-handle.js +23 -0
  88. package/dist/features/view-only-4/connect-handle.jsx +30 -0
  89. package/dist/features/view-only-4/connection-layer.d.ts +21 -0
  90. package/dist/features/view-only-4/connection-layer.js +219 -0
  91. package/dist/features/view-only-4/connection-layer.jsx +291 -0
  92. package/dist/features/view-only-4/index.d.ts +99 -0
  93. package/dist/features/view-only-4/index.js +684 -0
  94. package/dist/features/view-only-4/index.jsx +722 -0
  95. package/dist/features/view-only-4/integration-guide.d.ts +0 -0
  96. package/dist/features/view-only-4/integration-guide.js +0 -0
  97. package/dist/features/view-only-4/use-connection-graph.d.ts +41 -0
  98. package/dist/features/view-only-4/use-connection-graph.js +182 -0
  99. package/dist/features/view-only-4/utils.d.ts +74 -0
  100. package/dist/features/view-only-4/utils.js +106 -0
  101. package/dist/features/view-only-5/connect-handle.d.ts +30 -0
  102. package/dist/features/view-only-5/connect-handle.js +88 -0
  103. package/dist/features/view-only-5/connect-handle.jsx +96 -0
  104. package/dist/features/view-only-5/connection-layer.d.ts +34 -0
  105. package/dist/features/view-only-5/connection-layer.js +182 -0
  106. package/dist/features/view-only-5/connection-layer.jsx +265 -0
  107. package/dist/features/view-only-5/index.d.ts +102 -0
  108. package/dist/features/view-only-5/index.js +585 -0
  109. package/dist/features/view-only-5/index.jsx +614 -0
  110. package/dist/features/view-only-5/use-connection-graph.d.ts +57 -0
  111. package/dist/features/view-only-5/use-connection-graph.js +196 -0
  112. package/dist/features/view-only-5/utils.d.ts +52 -0
  113. package/dist/features/view-only-5/utils.js +80 -0
  114. package/dist/features/view-only-6/connect-handle.d.ts +13 -0
  115. package/dist/features/view-only-6/connect-handle.js +20 -0
  116. package/dist/features/view-only-6/connect-handle.jsx +21 -0
  117. package/dist/features/view-only-6/connection-layer.d.ts +22 -0
  118. package/dist/features/view-only-6/connection-layer.js +191 -0
  119. package/dist/features/view-only-6/connection-layer.jsx +244 -0
  120. package/dist/features/view-only-6/index.d.ts +99 -0
  121. package/dist/features/view-only-6/index.js +687 -0
  122. package/dist/features/view-only-6/index.jsx +724 -0
  123. package/dist/features/view-only-6/use-connection-graph.d.ts +26 -0
  124. package/dist/features/view-only-6/use-connection-graph.js +103 -0
  125. package/dist/features/view-only-6/utils.d.ts +66 -0
  126. package/dist/features/view-only-6/utils.js +96 -0
  127. package/dist/features/view-only-7/connect-handle.d.ts +13 -0
  128. package/dist/features/view-only-7/connect-handle.js +23 -0
  129. package/dist/features/view-only-7/connect-handle.jsx +30 -0
  130. package/dist/features/view-only-7/connection-layer.d.ts +22 -0
  131. package/dist/features/view-only-7/connection-layer.js +165 -0
  132. package/dist/features/view-only-7/connection-layer.jsx +217 -0
  133. package/dist/features/view-only-7/index.d.ts +99 -0
  134. package/dist/features/view-only-7/index.js +687 -0
  135. package/dist/features/view-only-7/index.jsx +724 -0
  136. package/dist/features/view-only-7/use-connection-graph.d.ts +26 -0
  137. package/dist/features/view-only-7/use-connection-graph.js +104 -0
  138. package/dist/features/view-only-7/utils.d.ts +69 -0
  139. package/dist/features/view-only-7/utils.js +144 -0
  140. package/dist/index.d.ts +2 -1
  141. package/dist/index.js +2 -1
  142. package/dist/provider/redux-provider.d.ts +1 -1
  143. package/dist/provider/store-provider.d.ts +1 -1
  144. package/dist/seat-editor.css +1 -1
  145. package/package.json +1 -1
@@ -0,0 +1,581 @@
1
+ export declare const data: ({
2
+ 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
+ pax: {
11
+ adults: number;
12
+ };
13
+ req_pax: {
14
+ adults: number;
15
+ };
16
+ total_pax: number;
17
+ total_req_pax: number;
18
+ uuid_status: string;
19
+ status_bg_color: string;
20
+ status_name: string;
21
+ status_color: string;
22
+ status_icon: string;
23
+ title: string;
24
+ firstname: string;
25
+ lastname: any;
26
+ fullname: string;
27
+ ranks: any;
28
+ tags: any;
29
+ rank_sp: string;
30
+ rank_ts: string;
31
+ start_date: string;
32
+ end_date: string;
33
+ start_time: string;
34
+ end_time: string;
35
+ walk_in: number;
36
+ dp_amount: string;
37
+ dp_status: number;
38
+ online_payment: number;
39
+ rsvp_type: number;
40
+ rsvp_input: number;
41
+ is_reserved: number;
42
+ is_hold: number;
43
+ is_lock: number;
44
+ is_overtime: number;
45
+ is_upcoming: number;
46
+ conflicted: number;
47
+ is_late: number;
48
+ properties: {
49
+ x: number;
50
+ y: number;
51
+ id: string;
52
+ fill: string;
53
+ tags: ({
54
+ gap: string;
55
+ key: string;
56
+ items: {
57
+ type: string;
58
+ value: string;
59
+ }[];
60
+ direction: string;
61
+ offsetX?: undefined;
62
+ offsetY?: undefined;
63
+ } | {
64
+ gap: string;
65
+ key: string;
66
+ items: {
67
+ type: string;
68
+ value: string;
69
+ }[];
70
+ offsetX: string;
71
+ offsetY: string;
72
+ direction: string;
73
+ } | {
74
+ gap: string;
75
+ key: string;
76
+ items: ({
77
+ type: string;
78
+ value: string;
79
+ fontWeight: string;
80
+ textDecoration: string;
81
+ } | {
82
+ type: string;
83
+ value: string;
84
+ fontWeight?: undefined;
85
+ textDecoration?: undefined;
86
+ })[];
87
+ offsetY: string;
88
+ direction: string;
89
+ offsetX?: undefined;
90
+ })[];
91
+ text: string;
92
+ shape: string;
93
+ width: number;
94
+ height: number;
95
+ labels: {
96
+ x: number;
97
+ y: number;
98
+ label: string;
99
+ fontSize: number;
100
+ fontColor: string;
101
+ }[];
102
+ points: any[];
103
+ stroke: string;
104
+ opacity: number;
105
+ rotation: number;
106
+ seatCount: number;
107
+ uuid_table: string;
108
+ seatFill?: undefined;
109
+ openSpace?: undefined;
110
+ seatPositions?: undefined;
111
+ };
112
+ image_mapping: {
113
+ x: number;
114
+ y: number;
115
+ id: string;
116
+ fill: string;
117
+ shape: string;
118
+ width: number;
119
+ height: number;
120
+ }[];
121
+ upcomings: {
122
+ time: string;
123
+ uuid: string;
124
+ }[];
125
+ areas: {
126
+ name: string;
127
+ uuid: string;
128
+ }[];
129
+ sections: {
130
+ icon: string;
131
+ name: string;
132
+ uuid: string;
133
+ image: any;
134
+ }[];
135
+ } | {
136
+ uuid_table: string;
137
+ uuid_rsvp: string;
138
+ uuid_event_outlet: any;
139
+ uuid_reserved: any;
140
+ uuid_rsvp_table: string;
141
+ code: string;
142
+ name: string;
143
+ capacity: number;
144
+ pax: {
145
+ adults: number;
146
+ };
147
+ req_pax: {
148
+ adults: number;
149
+ };
150
+ total_pax: number;
151
+ total_req_pax: number;
152
+ uuid_status: string;
153
+ status_bg_color: string;
154
+ status_name: string;
155
+ status_color: string;
156
+ status_icon: string;
157
+ title: string;
158
+ firstname: string;
159
+ lastname: string;
160
+ fullname: string;
161
+ ranks: any;
162
+ tags: any;
163
+ rank_sp: string;
164
+ rank_ts: string;
165
+ start_date: string;
166
+ end_date: string;
167
+ start_time: string;
168
+ end_time: string;
169
+ walk_in: number;
170
+ dp_amount: string;
171
+ dp_status: number;
172
+ online_payment: number;
173
+ rsvp_type: number;
174
+ rsvp_input: number;
175
+ is_reserved: number;
176
+ is_hold: number;
177
+ is_lock: number;
178
+ is_overtime: number;
179
+ is_upcoming: number;
180
+ conflicted: number;
181
+ is_late: number;
182
+ properties: {
183
+ x: number;
184
+ y: number;
185
+ id: string;
186
+ fill: string;
187
+ tags: ({
188
+ gap: string;
189
+ key: string;
190
+ items: {
191
+ type: string;
192
+ value: string;
193
+ }[];
194
+ direction: string;
195
+ offsetX?: undefined;
196
+ offsetY?: undefined;
197
+ } | {
198
+ gap: string;
199
+ key: string;
200
+ items: {
201
+ type: string;
202
+ value: string;
203
+ }[];
204
+ offsetX: string;
205
+ offsetY: string;
206
+ direction: string;
207
+ } | {
208
+ gap: string;
209
+ key: string;
210
+ items: {
211
+ type: string;
212
+ value: string;
213
+ fontWeight: string;
214
+ textDecoration: string;
215
+ }[];
216
+ offsetY: string;
217
+ direction: string;
218
+ offsetX?: undefined;
219
+ })[];
220
+ text: string;
221
+ shape: string;
222
+ width: number;
223
+ height: number;
224
+ labels: {
225
+ x: number;
226
+ y: number;
227
+ label: string;
228
+ fontSize: number;
229
+ fontColor: string;
230
+ }[];
231
+ points: any[];
232
+ opacity: number;
233
+ rotation: number;
234
+ seatCount: number;
235
+ uuid_table: string;
236
+ stroke?: undefined;
237
+ seatFill?: undefined;
238
+ openSpace?: undefined;
239
+ seatPositions?: undefined;
240
+ };
241
+ image_mapping: {
242
+ x: number;
243
+ y: number;
244
+ id: string;
245
+ fill: string;
246
+ shape: string;
247
+ width: number;
248
+ height: number;
249
+ }[];
250
+ upcomings: {
251
+ time: string;
252
+ uuid: string;
253
+ }[];
254
+ areas: {
255
+ name: string;
256
+ uuid: string;
257
+ }[];
258
+ sections: {
259
+ icon: string;
260
+ name: string;
261
+ uuid: string;
262
+ image: any;
263
+ }[];
264
+ } | {
265
+ uuid_table: string;
266
+ uuid_rsvp: any;
267
+ uuid_event_outlet: any;
268
+ uuid_reserved: any;
269
+ uuid_rsvp_table: any;
270
+ code: string;
271
+ name: string;
272
+ capacity: number;
273
+ pax: any;
274
+ req_pax: any;
275
+ total_pax: any;
276
+ total_req_pax: any;
277
+ uuid_status: any;
278
+ status_bg_color: any;
279
+ status_name: any;
280
+ status_color: any;
281
+ status_icon: any;
282
+ title: any;
283
+ firstname: any;
284
+ lastname: any;
285
+ fullname: any;
286
+ ranks: any;
287
+ tags: any;
288
+ rank_sp: any;
289
+ rank_ts: any;
290
+ start_date: any;
291
+ end_date: any;
292
+ start_time: any;
293
+ end_time: any;
294
+ walk_in: any;
295
+ dp_amount: any;
296
+ dp_status: any;
297
+ online_payment: any;
298
+ rsvp_type: any;
299
+ rsvp_input: any;
300
+ is_reserved: number;
301
+ is_hold: number;
302
+ is_lock: number;
303
+ is_overtime: number;
304
+ is_upcoming: number;
305
+ conflicted: number;
306
+ is_late: number;
307
+ properties: {
308
+ x: number;
309
+ y: number;
310
+ id: string;
311
+ fill: string;
312
+ tags: ({
313
+ gap: string;
314
+ key: string;
315
+ items: {
316
+ type: string;
317
+ value: string;
318
+ }[];
319
+ direction: string;
320
+ offsetX?: undefined;
321
+ offsetY?: undefined;
322
+ } | {
323
+ gap: string;
324
+ key: string;
325
+ items: {
326
+ type: string;
327
+ value: string;
328
+ }[];
329
+ offsetX: string;
330
+ offsetY: string;
331
+ direction: string;
332
+ })[];
333
+ text: string;
334
+ shape: string;
335
+ width: number;
336
+ height: number;
337
+ labels: {
338
+ x: number;
339
+ y: number;
340
+ label: string;
341
+ fontSize: number;
342
+ fontColor: string;
343
+ }[];
344
+ opacity: number;
345
+ rotation: number;
346
+ seatCount: number;
347
+ uuid_table: string;
348
+ points?: undefined;
349
+ stroke?: undefined;
350
+ seatFill?: undefined;
351
+ openSpace?: undefined;
352
+ seatPositions?: undefined;
353
+ };
354
+ image_mapping: {
355
+ x: number;
356
+ y: number;
357
+ id: string;
358
+ fill: string;
359
+ shape: string;
360
+ width: number;
361
+ height: number;
362
+ }[];
363
+ upcomings: any[];
364
+ areas: any;
365
+ sections: any;
366
+ } | {
367
+ uuid_table: string;
368
+ uuid_rsvp: any;
369
+ uuid_event_outlet: any;
370
+ uuid_reserved: any;
371
+ uuid_rsvp_table: any;
372
+ code: string;
373
+ name: string;
374
+ capacity: number;
375
+ pax: any;
376
+ req_pax: any;
377
+ total_pax: any;
378
+ total_req_pax: any;
379
+ uuid_status: any;
380
+ status_bg_color: any;
381
+ status_name: any;
382
+ status_color: any;
383
+ status_icon: any;
384
+ title: any;
385
+ firstname: any;
386
+ lastname: any;
387
+ fullname: any;
388
+ ranks: any;
389
+ tags: any;
390
+ rank_sp: any;
391
+ rank_ts: any;
392
+ start_date: any;
393
+ end_date: any;
394
+ start_time: any;
395
+ end_time: any;
396
+ walk_in: any;
397
+ dp_amount: any;
398
+ dp_status: any;
399
+ online_payment: any;
400
+ rsvp_type: any;
401
+ rsvp_input: any;
402
+ is_reserved: number;
403
+ is_hold: number;
404
+ is_lock: number;
405
+ is_overtime: number;
406
+ is_upcoming: number;
407
+ conflicted: number;
408
+ is_late: number;
409
+ properties: {
410
+ x: number;
411
+ y: number;
412
+ id: string;
413
+ fill: string;
414
+ tags: ({
415
+ gap: string;
416
+ key: string;
417
+ items: {
418
+ type: string;
419
+ value: string;
420
+ }[];
421
+ direction: string;
422
+ offsetX?: undefined;
423
+ offsetY?: undefined;
424
+ } | {
425
+ gap: string;
426
+ key: string;
427
+ items: {
428
+ type: string;
429
+ value: string;
430
+ }[];
431
+ offsetX: string;
432
+ offsetY: string;
433
+ direction: string;
434
+ })[];
435
+ text: string;
436
+ shape: string;
437
+ width: number;
438
+ height: number;
439
+ labels: {
440
+ x: number;
441
+ y: number;
442
+ label: string;
443
+ fontSize: number;
444
+ rotation: number;
445
+ fontColor: string;
446
+ }[];
447
+ opacity: number;
448
+ rotation: number;
449
+ seatFill: string;
450
+ openSpace: number;
451
+ seatCount: number;
452
+ uuid_table: string;
453
+ seatPositions: {
454
+ top: number;
455
+ left: number;
456
+ right: number;
457
+ bottom: number;
458
+ };
459
+ points?: undefined;
460
+ stroke?: undefined;
461
+ };
462
+ image_mapping: {
463
+ x: number;
464
+ y: number;
465
+ id: string;
466
+ fill: string;
467
+ shape: string;
468
+ width: number;
469
+ height: number;
470
+ }[];
471
+ upcomings: any[];
472
+ areas: any;
473
+ sections: any;
474
+ } | {
475
+ uuid_table: string;
476
+ uuid_rsvp: any;
477
+ uuid_event_outlet: any;
478
+ uuid_reserved: any;
479
+ uuid_rsvp_table: any;
480
+ code: string;
481
+ name: string;
482
+ capacity: number;
483
+ pax: any;
484
+ req_pax: any;
485
+ total_pax: any;
486
+ total_req_pax: any;
487
+ uuid_status: any;
488
+ status_bg_color: any;
489
+ status_name: any;
490
+ status_color: any;
491
+ status_icon: any;
492
+ title: any;
493
+ firstname: any;
494
+ lastname: any;
495
+ fullname: any;
496
+ ranks: any;
497
+ tags: any;
498
+ rank_sp: any;
499
+ rank_ts: any;
500
+ start_date: any;
501
+ end_date: any;
502
+ start_time: any;
503
+ end_time: any;
504
+ walk_in: any;
505
+ dp_amount: any;
506
+ dp_status: any;
507
+ online_payment: any;
508
+ rsvp_type: any;
509
+ rsvp_input: any;
510
+ is_reserved: number;
511
+ is_hold: number;
512
+ is_lock: number;
513
+ is_overtime: number;
514
+ is_upcoming: number;
515
+ conflicted: number;
516
+ is_late: number;
517
+ properties: {
518
+ x: number;
519
+ y: number;
520
+ id: string;
521
+ fill: string;
522
+ tags: ({
523
+ gap: string;
524
+ key: string;
525
+ items: {
526
+ type: string;
527
+ value: string;
528
+ }[];
529
+ direction: string;
530
+ offsetX?: undefined;
531
+ offsetY?: undefined;
532
+ } | {
533
+ gap: string;
534
+ key: string;
535
+ items: {
536
+ type: string;
537
+ value: string;
538
+ }[];
539
+ offsetX: string;
540
+ offsetY: string;
541
+ direction: string;
542
+ })[];
543
+ shape: string;
544
+ width: number;
545
+ height: number;
546
+ labels: {
547
+ x: number;
548
+ y: number;
549
+ label: string;
550
+ fontSize: number;
551
+ fontColor: string;
552
+ }[];
553
+ points: any[];
554
+ opacity: number;
555
+ rotation: number;
556
+ seatFill: string;
557
+ openSpace: number;
558
+ seatCount: number;
559
+ uuid_table: string;
560
+ seatPositions: {
561
+ top: number;
562
+ left: number;
563
+ right: number;
564
+ bottom: number;
565
+ };
566
+ text?: undefined;
567
+ stroke?: undefined;
568
+ };
569
+ image_mapping: {
570
+ x: number;
571
+ y: number;
572
+ id: string;
573
+ fill: string;
574
+ shape: string;
575
+ width: number;
576
+ height: number;
577
+ }[];
578
+ upcomings: any[];
579
+ areas: any;
580
+ sections: any;
581
+ })[];