seat-editor 3.2.3 → 3.2.5
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/constant.d.ts +30 -0
- package/dist/app/constant.js +1388 -4
- package/dist/app/new-board/page.jsx +8 -7
- package/dist/components/layer-v3/index.jsx +5 -5
- package/dist/features/board-v3/board-slice.js +106 -9
- package/dist/features/board-v3/index.jsx +73 -25
- package/dist/features/package/index.d.ts +1 -1
- package/dist/features/package/index.jsx +28 -18
- package/dist/features/panel/index.d.ts +1 -7
- package/dist/features/panel/index.jsx +25 -12
- package/dist/features/panel/select-tool.d.ts +1 -2
- package/dist/features/panel/select-tool.jsx +2 -2
- package/dist/features/panel/upload-tool.d.ts +2 -8
- package/dist/features/panel/upload-tool.jsx +39 -18
- package/dist/features/panel/utils.js +1 -1
- package/package.json +1 -1
package/dist/app/constant.js
CHANGED
|
@@ -3154,7 +3154,7 @@ export const test1 = [
|
|
|
3154
3154
|
},
|
|
3155
3155
|
],
|
|
3156
3156
|
direction: "column",
|
|
3157
|
-
offsetY: -25
|
|
3157
|
+
offsetY: -25,
|
|
3158
3158
|
},
|
|
3159
3159
|
],
|
|
3160
3160
|
shape: "square",
|
|
@@ -3372,7 +3372,7 @@ export const data4 = [
|
|
|
3372
3372
|
uuid_table: "axxxxx",
|
|
3373
3373
|
status: 0,
|
|
3374
3374
|
properties: {
|
|
3375
|
-
x:
|
|
3375
|
+
x: 500,
|
|
3376
3376
|
y: 520,
|
|
3377
3377
|
labels: [
|
|
3378
3378
|
{
|
|
@@ -3455,7 +3455,7 @@ export const data4 = [
|
|
|
3455
3455
|
},
|
|
3456
3456
|
],
|
|
3457
3457
|
opacity: 1,
|
|
3458
|
-
rotation:
|
|
3458
|
+
rotation: 0,
|
|
3459
3459
|
seatCount: 10,
|
|
3460
3460
|
openSpace: 0.3,
|
|
3461
3461
|
seatFill: "#ed8989",
|
|
@@ -3725,7 +3725,7 @@ export const data4 = [
|
|
|
3725
3725
|
{
|
|
3726
3726
|
status: 2,
|
|
3727
3727
|
properties: {
|
|
3728
|
-
x:
|
|
3728
|
+
x: 100,
|
|
3729
3729
|
y: 100,
|
|
3730
3730
|
id: "234243242342434",
|
|
3731
3731
|
stroke: "#347ADB", //warna border
|
|
@@ -4024,3 +4024,1387 @@ export const extraComponent = [
|
|
|
4024
4024
|
// "height": 334.89453125
|
|
4025
4025
|
// }
|
|
4026
4026
|
];
|
|
4027
|
+
export const data5 = [
|
|
4028
|
+
{
|
|
4029
|
+
x: 514.9994798354824,
|
|
4030
|
+
y: 362.5150122778066,
|
|
4031
|
+
id: 1754137724405,
|
|
4032
|
+
fill: "#bca16a",
|
|
4033
|
+
shape: "square",
|
|
4034
|
+
width: 40,
|
|
4035
|
+
height: 45,
|
|
4036
|
+
labels: [
|
|
4037
|
+
{
|
|
4038
|
+
x: 0,
|
|
4039
|
+
y: 4,
|
|
4040
|
+
label: "T 3",
|
|
4041
|
+
fontSize: 12,
|
|
4042
|
+
fontColor: "#0d0c0c",
|
|
4043
|
+
},
|
|
4044
|
+
],
|
|
4045
|
+
opacity: 0.5,
|
|
4046
|
+
rotation: 0,
|
|
4047
|
+
seatCount: 0,
|
|
4048
|
+
uuid_table: "b83b691c-ac2d-43be-9096-422c802ca57b",
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
x: 459.49250215328993,
|
|
4052
|
+
y: 329.74223261294156,
|
|
4053
|
+
id: 1754137724432,
|
|
4054
|
+
fill: "#bca16a",
|
|
4055
|
+
shape: "square",
|
|
4056
|
+
width: 40,
|
|
4057
|
+
height: 45,
|
|
4058
|
+
labels: [
|
|
4059
|
+
{
|
|
4060
|
+
x: 0,
|
|
4061
|
+
y: 4,
|
|
4062
|
+
label: "B 2",
|
|
4063
|
+
fontSize: 12,
|
|
4064
|
+
fontColor: "#0d0c0c",
|
|
4065
|
+
},
|
|
4066
|
+
],
|
|
4067
|
+
opacity: 0.5,
|
|
4068
|
+
rotation: 0,
|
|
4069
|
+
seatCount: 0,
|
|
4070
|
+
uuid_table: "52755e15-422f-403c-a827-a321765f6517",
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
x: 387.6842714157078,
|
|
4074
|
+
y: 59.86833853171613,
|
|
4075
|
+
id: 1754137724373,
|
|
4076
|
+
fill: "#bca16a",
|
|
4077
|
+
shape: "square",
|
|
4078
|
+
width: 60,
|
|
4079
|
+
height: 90,
|
|
4080
|
+
labels: [
|
|
4081
|
+
{
|
|
4082
|
+
x: 0,
|
|
4083
|
+
y: 4,
|
|
4084
|
+
label: "V 1",
|
|
4085
|
+
fontSize: 12,
|
|
4086
|
+
fontColor: "#0d0c0c",
|
|
4087
|
+
},
|
|
4088
|
+
],
|
|
4089
|
+
opacity: 0.5,
|
|
4090
|
+
rotation: 0,
|
|
4091
|
+
seatCount: 0,
|
|
4092
|
+
uuid_table: "d088bba0-e990-410e-aea9-08548175a0b9",
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
x: 467.10249459644433,
|
|
4096
|
+
y: 60.046499785954275,
|
|
4097
|
+
id: 1754137724374,
|
|
4098
|
+
fill: "#bca16a",
|
|
4099
|
+
shape: "square",
|
|
4100
|
+
width: 60,
|
|
4101
|
+
height: 90,
|
|
4102
|
+
labels: [
|
|
4103
|
+
{
|
|
4104
|
+
x: 0,
|
|
4105
|
+
y: 4,
|
|
4106
|
+
label: "V 2",
|
|
4107
|
+
fontSize: 12,
|
|
4108
|
+
fontColor: "#0d0c0c",
|
|
4109
|
+
},
|
|
4110
|
+
],
|
|
4111
|
+
opacity: 0.5,
|
|
4112
|
+
rotation: 0,
|
|
4113
|
+
seatCount: 0,
|
|
4114
|
+
uuid_table: "ebb38b39-d730-4a22-ac84-742c79ccfcd7",
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
x: 580.1660550992312,
|
|
4118
|
+
y: 60.15895167384731,
|
|
4119
|
+
id: 1754137724375,
|
|
4120
|
+
fill: "#bca16a",
|
|
4121
|
+
shape: "square",
|
|
4122
|
+
width: 60,
|
|
4123
|
+
height: 90,
|
|
4124
|
+
labels: [
|
|
4125
|
+
{
|
|
4126
|
+
x: 0,
|
|
4127
|
+
y: 4,
|
|
4128
|
+
label: "V 3",
|
|
4129
|
+
fontSize: 12,
|
|
4130
|
+
fontColor: "#0d0c0c",
|
|
4131
|
+
},
|
|
4132
|
+
],
|
|
4133
|
+
opacity: 0.5,
|
|
4134
|
+
rotation: 0,
|
|
4135
|
+
seatCount: 0,
|
|
4136
|
+
uuid_table: "39db8421-a7a3-442c-bd79-43172b256b42",
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
x: 652.9807091930388,
|
|
4140
|
+
y: 59.7710158558493,
|
|
4141
|
+
id: 1754137724376,
|
|
4142
|
+
fill: "#bca16a",
|
|
4143
|
+
shape: "square",
|
|
4144
|
+
width: 60,
|
|
4145
|
+
height: 90,
|
|
4146
|
+
labels: [
|
|
4147
|
+
{
|
|
4148
|
+
x: 0,
|
|
4149
|
+
y: 4,
|
|
4150
|
+
label: "V 4",
|
|
4151
|
+
fontSize: 12,
|
|
4152
|
+
fontColor: "#0d0c0c",
|
|
4153
|
+
},
|
|
4154
|
+
],
|
|
4155
|
+
opacity: 0.5,
|
|
4156
|
+
rotation: 0,
|
|
4157
|
+
seatCount: 0,
|
|
4158
|
+
uuid_table: "4aee0b66-6007-4c22-bd4d-efb795c4a983",
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
x: 726.5119829775123,
|
|
4162
|
+
y: 60.28122654031448,
|
|
4163
|
+
id: 1754137724377,
|
|
4164
|
+
fill: "#bca16a",
|
|
4165
|
+
shape: "square",
|
|
4166
|
+
width: 60,
|
|
4167
|
+
height: 90,
|
|
4168
|
+
labels: [
|
|
4169
|
+
{
|
|
4170
|
+
x: 0,
|
|
4171
|
+
y: 4,
|
|
4172
|
+
label: "V 5",
|
|
4173
|
+
fontSize: 12,
|
|
4174
|
+
fontColor: "#0d0c0c",
|
|
4175
|
+
},
|
|
4176
|
+
],
|
|
4177
|
+
opacity: 0.5,
|
|
4178
|
+
rotation: 0,
|
|
4179
|
+
seatCount: 0,
|
|
4180
|
+
uuid_table: "74221ccf-cb48-42bd-810f-bb5c62be6750",
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
x: 992.0640771078602,
|
|
4184
|
+
y: 59.30110160003409,
|
|
4185
|
+
id: 1754137724380,
|
|
4186
|
+
fill: "#bca16a",
|
|
4187
|
+
shape: "square",
|
|
4188
|
+
width: 60,
|
|
4189
|
+
height: 90,
|
|
4190
|
+
labels: [
|
|
4191
|
+
{
|
|
4192
|
+
x: 0,
|
|
4193
|
+
y: 4,
|
|
4194
|
+
label: "V 8",
|
|
4195
|
+
fontSize: 12,
|
|
4196
|
+
fontColor: "#0d0c0c",
|
|
4197
|
+
},
|
|
4198
|
+
],
|
|
4199
|
+
opacity: 0.5,
|
|
4200
|
+
rotation: 0,
|
|
4201
|
+
seatCount: 0,
|
|
4202
|
+
uuid_table: "6da49554-e25e-43c5-8873-b8df3d8ce389",
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
x: 989.1263906595408,
|
|
4206
|
+
y: 540.5252634520699,
|
|
4207
|
+
id: 1754137724381,
|
|
4208
|
+
fill: "#bca16a",
|
|
4209
|
+
shape: "square",
|
|
4210
|
+
width: 60,
|
|
4211
|
+
height: 90,
|
|
4212
|
+
labels: [
|
|
4213
|
+
{
|
|
4214
|
+
x: 0,
|
|
4215
|
+
y: 4,
|
|
4216
|
+
label: "V 9",
|
|
4217
|
+
fontSize: 12,
|
|
4218
|
+
fontColor: "#0d0c0c",
|
|
4219
|
+
},
|
|
4220
|
+
],
|
|
4221
|
+
opacity: 0.5,
|
|
4222
|
+
rotation: 0,
|
|
4223
|
+
seatCount: 0,
|
|
4224
|
+
uuid_table: "1105ac2a-9c0e-4937-a097-9b18c8c6527c",
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
x: 390.4840590409922,
|
|
4228
|
+
y: 539.7514225483759,
|
|
4229
|
+
id: 1754137724384,
|
|
4230
|
+
fill: "#bca16a",
|
|
4231
|
+
shape: "square",
|
|
4232
|
+
width: 60,
|
|
4233
|
+
height: 90,
|
|
4234
|
+
labels: [
|
|
4235
|
+
{
|
|
4236
|
+
x: 0,
|
|
4237
|
+
y: 4,
|
|
4238
|
+
label: "V 12",
|
|
4239
|
+
fontSize: 12,
|
|
4240
|
+
fontColor: "#0d0c0c",
|
|
4241
|
+
},
|
|
4242
|
+
],
|
|
4243
|
+
opacity: 0.5,
|
|
4244
|
+
rotation: 0,
|
|
4245
|
+
seatCount: 0,
|
|
4246
|
+
uuid_table: "378e62b2-1992-4343-933b-a315fdb371e1",
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
x: 360.4917290080833,
|
|
4250
|
+
y: 180.12586213188737,
|
|
4251
|
+
id: 1754137724385,
|
|
4252
|
+
fill: "#bca16a",
|
|
4253
|
+
shape: "square",
|
|
4254
|
+
width: 40,
|
|
4255
|
+
height: 60,
|
|
4256
|
+
labels: [
|
|
4257
|
+
{
|
|
4258
|
+
x: 0,
|
|
4259
|
+
y: 4,
|
|
4260
|
+
label: "S 1",
|
|
4261
|
+
fontSize: 12,
|
|
4262
|
+
fontColor: "#0d0c0c",
|
|
4263
|
+
},
|
|
4264
|
+
],
|
|
4265
|
+
opacity: 0.5,
|
|
4266
|
+
rotation: 0,
|
|
4267
|
+
seatCount: 0,
|
|
4268
|
+
uuid_table: "3f0dcb23-2d5f-40a4-a542-5149020cc0a0",
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
x: 407.3243545273603,
|
|
4272
|
+
y: 180.30884306309588,
|
|
4273
|
+
id: 1754137724386,
|
|
4274
|
+
fill: "#bca16a",
|
|
4275
|
+
shape: "square",
|
|
4276
|
+
width: 40,
|
|
4277
|
+
height: 60,
|
|
4278
|
+
labels: [
|
|
4279
|
+
{
|
|
4280
|
+
x: 0,
|
|
4281
|
+
y: 5,
|
|
4282
|
+
label: "S 2",
|
|
4283
|
+
fontSize: 12,
|
|
4284
|
+
fontColor: "#0d0c0c",
|
|
4285
|
+
},
|
|
4286
|
+
],
|
|
4287
|
+
opacity: 0.5,
|
|
4288
|
+
rotation: 0,
|
|
4289
|
+
seatCount: 0,
|
|
4290
|
+
uuid_table: "cfec9e72-a7cb-4f6e-8086-c164d1b71a82",
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
x: 453.9365019423774,
|
|
4294
|
+
y: 180.45100812735467,
|
|
4295
|
+
id: 1754137724387,
|
|
4296
|
+
fill: "#bca16a",
|
|
4297
|
+
shape: "square",
|
|
4298
|
+
width: 40,
|
|
4299
|
+
height: 60,
|
|
4300
|
+
labels: [
|
|
4301
|
+
{
|
|
4302
|
+
x: 0,
|
|
4303
|
+
y: 4,
|
|
4304
|
+
label: "S 3",
|
|
4305
|
+
fontSize: 12,
|
|
4306
|
+
fontColor: "#0d0c0c",
|
|
4307
|
+
},
|
|
4308
|
+
],
|
|
4309
|
+
opacity: 0.5,
|
|
4310
|
+
rotation: 0,
|
|
4311
|
+
seatCount: 0,
|
|
4312
|
+
uuid_table: "18c2d62a-f247-49eb-ba77-0ad148d67ad2",
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
x: 500.6823620553744,
|
|
4316
|
+
y: 179.68726966340665,
|
|
4317
|
+
id: 1754137724388,
|
|
4318
|
+
fill: "#bca16a",
|
|
4319
|
+
shape: "square",
|
|
4320
|
+
width: 40,
|
|
4321
|
+
height: 60,
|
|
4322
|
+
labels: [
|
|
4323
|
+
{
|
|
4324
|
+
x: 0,
|
|
4325
|
+
y: 4,
|
|
4326
|
+
label: "S 4",
|
|
4327
|
+
fontSize: 12,
|
|
4328
|
+
fontColor: "#0d0c0c",
|
|
4329
|
+
},
|
|
4330
|
+
],
|
|
4331
|
+
opacity: 0.5,
|
|
4332
|
+
rotation: 0,
|
|
4333
|
+
seatCount: 0,
|
|
4334
|
+
uuid_table: "904b0bbb-eafa-4387-bc5e-90028c3b6f4c",
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
x: 589.5683773997881,
|
|
4338
|
+
y: 180.56935909129277,
|
|
4339
|
+
id: 1754137724389,
|
|
4340
|
+
fill: "#bca16a",
|
|
4341
|
+
shape: "square",
|
|
4342
|
+
width: 40,
|
|
4343
|
+
height: 60,
|
|
4344
|
+
labels: [
|
|
4345
|
+
{
|
|
4346
|
+
x: 0,
|
|
4347
|
+
y: 4,
|
|
4348
|
+
label: "S 5",
|
|
4349
|
+
fontSize: 12,
|
|
4350
|
+
fontColor: "#0d0c0c",
|
|
4351
|
+
},
|
|
4352
|
+
],
|
|
4353
|
+
opacity: 0.5,
|
|
4354
|
+
rotation: 0,
|
|
4355
|
+
seatCount: 0,
|
|
4356
|
+
uuid_table: "f2b15b68-0cff-4f74-bd4e-51611abb8374",
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
x: 645.5724198939437,
|
|
4360
|
+
y: 179.95271844378973,
|
|
4361
|
+
id: 1754137724390,
|
|
4362
|
+
fill: "#bca16a",
|
|
4363
|
+
shape: "square",
|
|
4364
|
+
width: 40,
|
|
4365
|
+
height: 60,
|
|
4366
|
+
labels: [
|
|
4367
|
+
{
|
|
4368
|
+
x: 0,
|
|
4369
|
+
y: 4,
|
|
4370
|
+
label: "S 6",
|
|
4371
|
+
fontSize: 12,
|
|
4372
|
+
fontColor: "#0d0c0c",
|
|
4373
|
+
},
|
|
4374
|
+
],
|
|
4375
|
+
opacity: 0.5,
|
|
4376
|
+
rotation: 0,
|
|
4377
|
+
seatCount: 0,
|
|
4378
|
+
uuid_table: "13842e19-ff7c-43b5-ba57-443a7fe0c1e5",
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
x: 701.0138169774469,
|
|
4382
|
+
y: 179.75992690228682,
|
|
4383
|
+
id: 1754137724391,
|
|
4384
|
+
fill: "#bca16a",
|
|
4385
|
+
shape: "square",
|
|
4386
|
+
width: 40,
|
|
4387
|
+
height: 60,
|
|
4388
|
+
labels: [
|
|
4389
|
+
{
|
|
4390
|
+
x: 0,
|
|
4391
|
+
y: 4,
|
|
4392
|
+
label: "S 7",
|
|
4393
|
+
fontSize: 12,
|
|
4394
|
+
fontColor: "#0d0c0c",
|
|
4395
|
+
},
|
|
4396
|
+
],
|
|
4397
|
+
opacity: 0.5,
|
|
4398
|
+
rotation: 0,
|
|
4399
|
+
seatCount: 0,
|
|
4400
|
+
uuid_table: "77bc3f68-dc1c-41a0-86f5-ef8c2c2d1cdd",
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
x: 755.871449486684,
|
|
4404
|
+
y: 179.90000369185108,
|
|
4405
|
+
id: 1754137724392,
|
|
4406
|
+
fill: "#bca16a",
|
|
4407
|
+
shape: "square",
|
|
4408
|
+
width: 40,
|
|
4409
|
+
height: 60,
|
|
4410
|
+
labels: [
|
|
4411
|
+
{
|
|
4412
|
+
x: 0,
|
|
4413
|
+
y: 4,
|
|
4414
|
+
label: "S 8",
|
|
4415
|
+
fontSize: 12,
|
|
4416
|
+
fontColor: "#0d0c0c",
|
|
4417
|
+
},
|
|
4418
|
+
],
|
|
4419
|
+
opacity: 0.5,
|
|
4420
|
+
rotation: 0,
|
|
4421
|
+
seatCount: 0,
|
|
4422
|
+
uuid_table: "443e4d6e-1090-4302-9f22-7e254b3e941b",
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
x: 810.2550163131659,
|
|
4426
|
+
y: 180.17535535942895,
|
|
4427
|
+
id: 1754137724393,
|
|
4428
|
+
fill: "#bca16a",
|
|
4429
|
+
shape: "square",
|
|
4430
|
+
width: 40,
|
|
4431
|
+
height: 60,
|
|
4432
|
+
labels: [
|
|
4433
|
+
{
|
|
4434
|
+
x: 0,
|
|
4435
|
+
y: 4,
|
|
4436
|
+
label: "S 9",
|
|
4437
|
+
fontSize: 12,
|
|
4438
|
+
fontColor: "#0d0c0c",
|
|
4439
|
+
},
|
|
4440
|
+
],
|
|
4441
|
+
opacity: 0.5,
|
|
4442
|
+
rotation: 0,
|
|
4443
|
+
seatCount: 0,
|
|
4444
|
+
uuid_table: "73ef9906-5776-471a-98d6-86190bf32a72",
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
x: 895.5154075419566,
|
|
4448
|
+
y: 180.04136274839783,
|
|
4449
|
+
id: 1754137724394,
|
|
4450
|
+
fill: "#bca16a",
|
|
4451
|
+
shape: "square",
|
|
4452
|
+
width: 40,
|
|
4453
|
+
height: 60,
|
|
4454
|
+
labels: [
|
|
4455
|
+
{
|
|
4456
|
+
x: 0,
|
|
4457
|
+
y: 4,
|
|
4458
|
+
label: "S 10",
|
|
4459
|
+
fontSize: 12,
|
|
4460
|
+
fontColor: "#0d0c0c",
|
|
4461
|
+
},
|
|
4462
|
+
],
|
|
4463
|
+
opacity: 0.5,
|
|
4464
|
+
rotation: 0,
|
|
4465
|
+
seatCount: 0,
|
|
4466
|
+
uuid_table: "72477b41-bb67-4969-b622-f2ff5e3d5328",
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
x: 942.899681242886,
|
|
4470
|
+
y: 179.76602086957718,
|
|
4471
|
+
id: 1754137724395,
|
|
4472
|
+
fill: "#bca16a",
|
|
4473
|
+
shape: "square",
|
|
4474
|
+
width: 40,
|
|
4475
|
+
height: 60,
|
|
4476
|
+
labels: [
|
|
4477
|
+
{
|
|
4478
|
+
x: 0,
|
|
4479
|
+
y: 4,
|
|
4480
|
+
label: "S 11",
|
|
4481
|
+
fontSize: 12,
|
|
4482
|
+
fontColor: "#0d0c0c",
|
|
4483
|
+
},
|
|
4484
|
+
],
|
|
4485
|
+
opacity: 0.5,
|
|
4486
|
+
rotation: 0,
|
|
4487
|
+
seatCount: 0,
|
|
4488
|
+
uuid_table: "c5aab141-cb77-46cc-bed1-a2222eac9ed9",
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
x: 990.0337471867239,
|
|
4492
|
+
y: 179.9130433442577,
|
|
4493
|
+
id: 1754137724396,
|
|
4494
|
+
fill: "#bca16a",
|
|
4495
|
+
shape: "square",
|
|
4496
|
+
width: 40,
|
|
4497
|
+
height: 60,
|
|
4498
|
+
labels: [
|
|
4499
|
+
{
|
|
4500
|
+
x: 0,
|
|
4501
|
+
y: 4,
|
|
4502
|
+
label: "S 12",
|
|
4503
|
+
fontSize: 12,
|
|
4504
|
+
fontColor: "#0d0c0c",
|
|
4505
|
+
},
|
|
4506
|
+
],
|
|
4507
|
+
opacity: 0.5,
|
|
4508
|
+
rotation: 0,
|
|
4509
|
+
seatCount: 0,
|
|
4510
|
+
uuid_table: "01bbb9f3-cdec-4e8a-8515-fce4b603a10a",
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
x: 1037.3263731697537,
|
|
4514
|
+
y: 179.6878018916048,
|
|
4515
|
+
id: 1754137724397,
|
|
4516
|
+
fill: "#bca16a",
|
|
4517
|
+
shape: "square",
|
|
4518
|
+
width: 40,
|
|
4519
|
+
height: 60,
|
|
4520
|
+
labels: [
|
|
4521
|
+
{
|
|
4522
|
+
x: 0,
|
|
4523
|
+
y: 4,
|
|
4524
|
+
label: "S 13",
|
|
4525
|
+
fontSize: 12,
|
|
4526
|
+
fontColor: "#0d0c0c",
|
|
4527
|
+
},
|
|
4528
|
+
],
|
|
4529
|
+
opacity: 0.5,
|
|
4530
|
+
rotation: 0,
|
|
4531
|
+
seatCount: 0,
|
|
4532
|
+
uuid_table: "638ddfb9-9791-4bff-91a2-b590f9c60032",
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
x: 975.5167808732205,
|
|
4536
|
+
y: 469.87661464764307,
|
|
4537
|
+
id: 1754137724399,
|
|
4538
|
+
fill: "#bca16a",
|
|
4539
|
+
shape: "square",
|
|
4540
|
+
width: 40,
|
|
4541
|
+
height: 60,
|
|
4542
|
+
labels: [
|
|
4543
|
+
{
|
|
4544
|
+
x: 0,
|
|
4545
|
+
y: 4,
|
|
4546
|
+
label: "S 15",
|
|
4547
|
+
fontSize: 12,
|
|
4548
|
+
fontColor: "#0d0c0c",
|
|
4549
|
+
},
|
|
4550
|
+
],
|
|
4551
|
+
opacity: 0.5,
|
|
4552
|
+
rotation: 0,
|
|
4553
|
+
seatCount: 0,
|
|
4554
|
+
uuid_table: "55dbff36-0acb-497a-b0c4-2e75d97f37f2",
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
x: 924.7480145309776,
|
|
4558
|
+
y: 470.3622448936165,
|
|
4559
|
+
id: 1754137724400,
|
|
4560
|
+
fill: "#bca16a",
|
|
4561
|
+
shape: "square",
|
|
4562
|
+
width: 40,
|
|
4563
|
+
height: 60,
|
|
4564
|
+
labels: [
|
|
4565
|
+
{
|
|
4566
|
+
x: 0,
|
|
4567
|
+
y: 4,
|
|
4568
|
+
label: "S 16",
|
|
4569
|
+
fontSize: 12,
|
|
4570
|
+
fontColor: "#0d0c0c",
|
|
4571
|
+
},
|
|
4572
|
+
],
|
|
4573
|
+
opacity: 0.5,
|
|
4574
|
+
rotation: 0,
|
|
4575
|
+
seatCount: 0,
|
|
4576
|
+
uuid_table: "caa643a7-c517-4c48-975d-23db3b1c21cc",
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
x: 474.8966606926778,
|
|
4580
|
+
y: 470.6403585448559,
|
|
4581
|
+
id: 1754137724401,
|
|
4582
|
+
fill: "#bca16a",
|
|
4583
|
+
shape: "square",
|
|
4584
|
+
width: 40,
|
|
4585
|
+
height: 60,
|
|
4586
|
+
labels: [
|
|
4587
|
+
{
|
|
4588
|
+
x: 0,
|
|
4589
|
+
y: 4,
|
|
4590
|
+
label: "S 7",
|
|
4591
|
+
fontSize: 12,
|
|
4592
|
+
fontColor: "#0d0c0c",
|
|
4593
|
+
},
|
|
4594
|
+
],
|
|
4595
|
+
opacity: 0.5,
|
|
4596
|
+
rotation: 0,
|
|
4597
|
+
seatCount: 0,
|
|
4598
|
+
uuid_table: "2dab63d7-2413-4519-9351-3bbc4238656d",
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
x: 514.6687554072506,
|
|
4602
|
+
y: 312.5036187455048,
|
|
4603
|
+
id: 1754137724404,
|
|
4604
|
+
fill: "#bca16a",
|
|
4605
|
+
shape: "square",
|
|
4606
|
+
width: 40,
|
|
4607
|
+
height: 45,
|
|
4608
|
+
labels: [
|
|
4609
|
+
{
|
|
4610
|
+
x: 0,
|
|
4611
|
+
y: 4,
|
|
4612
|
+
label: "T 2",
|
|
4613
|
+
fontSize: 12,
|
|
4614
|
+
fontColor: "#0d0c0c",
|
|
4615
|
+
},
|
|
4616
|
+
],
|
|
4617
|
+
opacity: 0.5,
|
|
4618
|
+
rotation: 0,
|
|
4619
|
+
seatCount: 0,
|
|
4620
|
+
uuid_table: "08a71a62-6c85-4ed2-ad87-be7cc7d0ed54",
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
x: 814.5410938977509,
|
|
4624
|
+
y: 273.26428306205815,
|
|
4625
|
+
id: 1754137724417,
|
|
4626
|
+
fill: "#bca16a",
|
|
4627
|
+
shape: "square",
|
|
4628
|
+
width: 45,
|
|
4629
|
+
height: 55,
|
|
4630
|
+
labels: [
|
|
4631
|
+
{
|
|
4632
|
+
x: 0,
|
|
4633
|
+
y: 4,
|
|
4634
|
+
label: "T 14",
|
|
4635
|
+
fontSize: 12,
|
|
4636
|
+
fontColor: "#0d0c0c",
|
|
4637
|
+
},
|
|
4638
|
+
],
|
|
4639
|
+
opacity: 0.5,
|
|
4640
|
+
rotation: 0,
|
|
4641
|
+
seatCount: 0,
|
|
4642
|
+
uuid_table: "22a3931a-753b-41ed-ae5f-0074e59fc7b6",
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
x: 424.91670263974135,
|
|
4646
|
+
y: 470.2197038932805,
|
|
4647
|
+
id: 1754137724402,
|
|
4648
|
+
fill: "#bca16a",
|
|
4649
|
+
shape: "square",
|
|
4650
|
+
width: 40,
|
|
4651
|
+
height: 60,
|
|
4652
|
+
labels: [
|
|
4653
|
+
{
|
|
4654
|
+
x: 0,
|
|
4655
|
+
y: 4,
|
|
4656
|
+
label: "S 18",
|
|
4657
|
+
fontSize: 12,
|
|
4658
|
+
fontColor: "#0d0c0c",
|
|
4659
|
+
},
|
|
4660
|
+
],
|
|
4661
|
+
opacity: 0.5,
|
|
4662
|
+
rotation: 0,
|
|
4663
|
+
seatCount: 0,
|
|
4664
|
+
uuid_table: "1fecb075-1e0d-46ff-8c20-9c95a8cd22e4",
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
x: 816.4076546513846,
|
|
4668
|
+
y: 362.2976917253868,
|
|
4669
|
+
id: 1754137724418,
|
|
4670
|
+
fill: "#bca16a",
|
|
4671
|
+
shape: "square",
|
|
4672
|
+
width: 40,
|
|
4673
|
+
height: 45,
|
|
4674
|
+
labels: [
|
|
4675
|
+
{
|
|
4676
|
+
x: 0,
|
|
4677
|
+
y: 4,
|
|
4678
|
+
label: "T 15",
|
|
4679
|
+
fontSize: 12,
|
|
4680
|
+
fontColor: "#0d0c0c",
|
|
4681
|
+
},
|
|
4682
|
+
],
|
|
4683
|
+
opacity: 0.5,
|
|
4684
|
+
rotation: 0,
|
|
4685
|
+
seatCount: 0,
|
|
4686
|
+
uuid_table: "e61d0aaf-9804-4b9d-93bc-f6a578e4a024",
|
|
4687
|
+
},
|
|
4688
|
+
{
|
|
4689
|
+
x: 754.8931458484466,
|
|
4690
|
+
y: 412.4254459902504,
|
|
4691
|
+
id: 1754137724414,
|
|
4692
|
+
fill: "#bca16a",
|
|
4693
|
+
shape: "square",
|
|
4694
|
+
width: 40,
|
|
4695
|
+
height: 45,
|
|
4696
|
+
labels: [
|
|
4697
|
+
{
|
|
4698
|
+
x: 0,
|
|
4699
|
+
y: 4,
|
|
4700
|
+
label: "T 11",
|
|
4701
|
+
fontSize: 12,
|
|
4702
|
+
fontColor: "#0d0c0c",
|
|
4703
|
+
},
|
|
4704
|
+
],
|
|
4705
|
+
opacity: 0.5,
|
|
4706
|
+
rotation: 0,
|
|
4707
|
+
seatCount: 0,
|
|
4708
|
+
uuid_table: "03d9a051-707e-4cb7-a3c5-6f0c6e65cf85",
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
x: 754.8700632596789,
|
|
4712
|
+
y: 362.63786215169665,
|
|
4713
|
+
id: 1754137724415,
|
|
4714
|
+
fill: "#bca16a",
|
|
4715
|
+
shape: "square",
|
|
4716
|
+
width: 40,
|
|
4717
|
+
height: 45,
|
|
4718
|
+
labels: [
|
|
4719
|
+
{
|
|
4720
|
+
x: 0,
|
|
4721
|
+
y: 4,
|
|
4722
|
+
label: "T 12",
|
|
4723
|
+
fontSize: 12,
|
|
4724
|
+
fontColor: "#0d0c0c",
|
|
4725
|
+
},
|
|
4726
|
+
],
|
|
4727
|
+
opacity: 0.5,
|
|
4728
|
+
rotation: 0,
|
|
4729
|
+
seatCount: 0,
|
|
4730
|
+
uuid_table: "1e11184c-d9e0-41a4-88fc-9acfee4b4e00",
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
x: 650.4712931838651,
|
|
4734
|
+
y: 412.7266373882205,
|
|
4735
|
+
id: 1754137724413,
|
|
4736
|
+
fill: "#bca16a",
|
|
4737
|
+
shape: "square",
|
|
4738
|
+
width: 40,
|
|
4739
|
+
height: 45,
|
|
4740
|
+
labels: [
|
|
4741
|
+
{
|
|
4742
|
+
x: 0,
|
|
4743
|
+
y: 4,
|
|
4744
|
+
label: "T 10",
|
|
4745
|
+
fontSize: 12,
|
|
4746
|
+
fontColor: "#0d0c0c",
|
|
4747
|
+
},
|
|
4748
|
+
],
|
|
4749
|
+
opacity: 0.5,
|
|
4750
|
+
rotation: 0,
|
|
4751
|
+
seatCount: 0,
|
|
4752
|
+
uuid_table: "a349cd07-c3ee-43cd-a7e5-87c250bd5119",
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
x: 589.7799981767677,
|
|
4756
|
+
y: 412.83405913091013,
|
|
4757
|
+
id: 1754137724407,
|
|
4758
|
+
fill: "#bca16a",
|
|
4759
|
+
shape: "square",
|
|
4760
|
+
width: 40,
|
|
4761
|
+
height: 45,
|
|
4762
|
+
labels: [
|
|
4763
|
+
{
|
|
4764
|
+
x: 0,
|
|
4765
|
+
y: 4,
|
|
4766
|
+
label: "T 5",
|
|
4767
|
+
fontSize: 12,
|
|
4768
|
+
fontColor: "#0d0c0c",
|
|
4769
|
+
},
|
|
4770
|
+
],
|
|
4771
|
+
opacity: 0.5,
|
|
4772
|
+
rotation: 0,
|
|
4773
|
+
seatCount: 0,
|
|
4774
|
+
uuid_table: "49c3804a-eb1f-4b18-b2a9-4341f24a272d",
|
|
4775
|
+
},
|
|
4776
|
+
{
|
|
4777
|
+
x: 514.8214088758855,
|
|
4778
|
+
y: 413.16606822121184,
|
|
4779
|
+
id: 1754137724406,
|
|
4780
|
+
fill: "#bca16a",
|
|
4781
|
+
shape: "square",
|
|
4782
|
+
width: 40,
|
|
4783
|
+
height: 45,
|
|
4784
|
+
labels: [
|
|
4785
|
+
{
|
|
4786
|
+
x: 0,
|
|
4787
|
+
y: 4,
|
|
4788
|
+
label: "T 4",
|
|
4789
|
+
fontSize: 12,
|
|
4790
|
+
fontColor: "#0d0c0c",
|
|
4791
|
+
},
|
|
4792
|
+
],
|
|
4793
|
+
opacity: 0.5,
|
|
4794
|
+
rotation: 0,
|
|
4795
|
+
seatCount: 0,
|
|
4796
|
+
uuid_table: "ab52ff2a-f958-4375-b3bb-d68b7c297e43",
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
x: 750.4787534137341,
|
|
4800
|
+
y: 273.52193739511233,
|
|
4801
|
+
id: 1754137724416,
|
|
4802
|
+
fill: "#bca16a",
|
|
4803
|
+
shape: "square",
|
|
4804
|
+
width: 45,
|
|
4805
|
+
height: 55,
|
|
4806
|
+
labels: [
|
|
4807
|
+
{
|
|
4808
|
+
x: 0,
|
|
4809
|
+
y: 4,
|
|
4810
|
+
label: "T 13",
|
|
4811
|
+
fontSize: 12,
|
|
4812
|
+
fontColor: "#0d0c0c",
|
|
4813
|
+
},
|
|
4814
|
+
],
|
|
4815
|
+
opacity: 0.5,
|
|
4816
|
+
rotation: 0,
|
|
4817
|
+
seatCount: 0,
|
|
4818
|
+
uuid_table: "32eff5c1-837f-4c36-912b-c6ae8678c1ec",
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
x: 900.4464876853814,
|
|
4822
|
+
y: 362.0378364950924,
|
|
4823
|
+
id: 1754137724421,
|
|
4824
|
+
fill: "#bca16a",
|
|
4825
|
+
shape: "square",
|
|
4826
|
+
width: 40,
|
|
4827
|
+
height: 45,
|
|
4828
|
+
labels: [
|
|
4829
|
+
{
|
|
4830
|
+
x: 0,
|
|
4831
|
+
y: 4,
|
|
4832
|
+
label: "T 18",
|
|
4833
|
+
fontSize: 12,
|
|
4834
|
+
fontColor: "#0d0c0c",
|
|
4835
|
+
},
|
|
4836
|
+
],
|
|
4837
|
+
opacity: 0.5,
|
|
4838
|
+
rotation: 0,
|
|
4839
|
+
seatCount: 0,
|
|
4840
|
+
uuid_table: "24ce73a0-d244-4169-818b-c448041d333f",
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
x: 954.0129192804886,
|
|
4844
|
+
y: 274.9249571460789,
|
|
4845
|
+
id: 1754137724424,
|
|
4846
|
+
fill: "#bca16a",
|
|
4847
|
+
shape: "square",
|
|
4848
|
+
width: 40,
|
|
4849
|
+
height: 45,
|
|
4850
|
+
labels: [
|
|
4851
|
+
{
|
|
4852
|
+
x: 0,
|
|
4853
|
+
y: 4,
|
|
4854
|
+
label: "T 21",
|
|
4855
|
+
fontSize: 12,
|
|
4856
|
+
fontColor: "#0d0c0c",
|
|
4857
|
+
},
|
|
4858
|
+
],
|
|
4859
|
+
opacity: 0.5,
|
|
4860
|
+
rotation: 0,
|
|
4861
|
+
seatCount: 0,
|
|
4862
|
+
uuid_table: "9a6c720f-1909-4755-894d-60e888b4138c",
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
x: 954.583330768446,
|
|
4866
|
+
y: 330.0613891106905,
|
|
4867
|
+
id: 1754137724425,
|
|
4868
|
+
fill: "#bca16a",
|
|
4869
|
+
shape: "square",
|
|
4870
|
+
width: 40,
|
|
4871
|
+
height: 45,
|
|
4872
|
+
labels: [
|
|
4873
|
+
{
|
|
4874
|
+
x: 0,
|
|
4875
|
+
y: 4,
|
|
4876
|
+
label: "T 22",
|
|
4877
|
+
fontSize: 12,
|
|
4878
|
+
fontColor: "#0d0c0c",
|
|
4879
|
+
},
|
|
4880
|
+
],
|
|
4881
|
+
opacity: 0.5,
|
|
4882
|
+
rotation: 0,
|
|
4883
|
+
seatCount: 0,
|
|
4884
|
+
uuid_table: "85cc5379-4caf-4b69-9243-c30c6f90161d",
|
|
4885
|
+
},
|
|
4886
|
+
{
|
|
4887
|
+
x: 460.4684141829764,
|
|
4888
|
+
y: 384.1140657757274,
|
|
4889
|
+
id: 1754137724433,
|
|
4890
|
+
fill: "#bca16a",
|
|
4891
|
+
shape: "square",
|
|
4892
|
+
width: 40,
|
|
4893
|
+
height: 45,
|
|
4894
|
+
labels: [
|
|
4895
|
+
{
|
|
4896
|
+
x: 0,
|
|
4897
|
+
y: 4,
|
|
4898
|
+
label: "B 3",
|
|
4899
|
+
fontSize: 12,
|
|
4900
|
+
fontColor: "#0d0c0c",
|
|
4901
|
+
},
|
|
4902
|
+
],
|
|
4903
|
+
opacity: 0.5,
|
|
4904
|
+
rotation: 0,
|
|
4905
|
+
seatCount: 0,
|
|
4906
|
+
uuid_table: "0a966b78-287d-46b6-9a84-865ae98c6592",
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
x: 799.610264419387,
|
|
4910
|
+
y: 60.1395252928888,
|
|
4911
|
+
id: 1754137724378,
|
|
4912
|
+
fill: "#bca16a",
|
|
4913
|
+
shape: "square",
|
|
4914
|
+
width: 60,
|
|
4915
|
+
height: 90,
|
|
4916
|
+
labels: [
|
|
4917
|
+
{
|
|
4918
|
+
x: 0,
|
|
4919
|
+
y: 4,
|
|
4920
|
+
label: "V 6",
|
|
4921
|
+
fontSize: 12,
|
|
4922
|
+
fontColor: "#0d0c0c",
|
|
4923
|
+
},
|
|
4924
|
+
],
|
|
4925
|
+
opacity: 0.5,
|
|
4926
|
+
rotation: 0,
|
|
4927
|
+
seatCount: 0,
|
|
4928
|
+
uuid_table: "3f10d179-a745-4c75-adab-af27de757523",
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
x: 912.9850783408591,
|
|
4932
|
+
y: 60.39075035566782,
|
|
4933
|
+
id: 1754137724379,
|
|
4934
|
+
fill: "#bca16a",
|
|
4935
|
+
shape: "square",
|
|
4936
|
+
width: 60,
|
|
4937
|
+
height: 90,
|
|
4938
|
+
labels: [
|
|
4939
|
+
{
|
|
4940
|
+
x: 0,
|
|
4941
|
+
y: 4,
|
|
4942
|
+
label: "V 7",
|
|
4943
|
+
fontSize: 12,
|
|
4944
|
+
fontColor: "#0d0c0c",
|
|
4945
|
+
},
|
|
4946
|
+
],
|
|
4947
|
+
opacity: 0.5,
|
|
4948
|
+
rotation: 0,
|
|
4949
|
+
seatCount: 0,
|
|
4950
|
+
uuid_table: "5ed2db73-3667-4c11-b9a7-e201abcbc32a",
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
x: 910.0578142588517,
|
|
4954
|
+
y: 539.7424811083324,
|
|
4955
|
+
id: 1754137724382,
|
|
4956
|
+
fill: "#bca16a",
|
|
4957
|
+
shape: "square",
|
|
4958
|
+
width: 60,
|
|
4959
|
+
height: 90,
|
|
4960
|
+
labels: [
|
|
4961
|
+
{
|
|
4962
|
+
x: 0,
|
|
4963
|
+
y: 4,
|
|
4964
|
+
label: "V 10",
|
|
4965
|
+
fontSize: 12,
|
|
4966
|
+
fontColor: "#0d0c0c",
|
|
4967
|
+
},
|
|
4968
|
+
],
|
|
4969
|
+
opacity: 0.5,
|
|
4970
|
+
rotation: 0,
|
|
4971
|
+
seatCount: 0,
|
|
4972
|
+
uuid_table: "3401107c-792e-4912-8bcf-e1a0804925e5",
|
|
4973
|
+
},
|
|
4974
|
+
{
|
|
4975
|
+
x: 470.3202899681697,
|
|
4976
|
+
y: 540.1567363578012,
|
|
4977
|
+
id: 1754137724383,
|
|
4978
|
+
fill: "#bca16a",
|
|
4979
|
+
shape: "square",
|
|
4980
|
+
width: 60,
|
|
4981
|
+
height: 90,
|
|
4982
|
+
labels: [
|
|
4983
|
+
{
|
|
4984
|
+
x: 0,
|
|
4985
|
+
y: 4,
|
|
4986
|
+
label: "V 11",
|
|
4987
|
+
fontSize: 12,
|
|
4988
|
+
fontColor: "#0d0c0c",
|
|
4989
|
+
},
|
|
4990
|
+
],
|
|
4991
|
+
opacity: 0.5,
|
|
4992
|
+
rotation: 0,
|
|
4993
|
+
seatCount: 0,
|
|
4994
|
+
uuid_table: "6d6a8cf5-a378-43d4-9caf-ce31a36288cf",
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
x: 1025.1707555580826,
|
|
4998
|
+
y: 362.39398713586996,
|
|
4999
|
+
id: 1754137724428,
|
|
5000
|
+
fill: "#bca16a",
|
|
5001
|
+
shape: "square",
|
|
5002
|
+
width: 40,
|
|
5003
|
+
height: 45,
|
|
5004
|
+
labels: [
|
|
5005
|
+
{
|
|
5006
|
+
x: 0,
|
|
5007
|
+
y: 4,
|
|
5008
|
+
label: "T 25",
|
|
5009
|
+
fontSize: 12,
|
|
5010
|
+
fontColor: "#0d0c0c",
|
|
5011
|
+
},
|
|
5012
|
+
],
|
|
5013
|
+
opacity: 0.5,
|
|
5014
|
+
rotation: 0,
|
|
5015
|
+
seatCount: 0,
|
|
5016
|
+
uuid_table: "2fadf186-1cd8-49df-a1fe-9f44f84787ab",
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
x: 1026.7445911309096,
|
|
5020
|
+
y: 469.96037236891755,
|
|
5021
|
+
id: 1754137724398,
|
|
5022
|
+
fill: "#bca16a",
|
|
5023
|
+
shape: "square",
|
|
5024
|
+
width: 40,
|
|
5025
|
+
height: 60,
|
|
5026
|
+
labels: [
|
|
5027
|
+
{
|
|
5028
|
+
x: 0,
|
|
5029
|
+
y: 4,
|
|
5030
|
+
label: "S 14",
|
|
5031
|
+
fontSize: 12,
|
|
5032
|
+
fontColor: "#0d0c0c",
|
|
5033
|
+
},
|
|
5034
|
+
],
|
|
5035
|
+
opacity: 0.5,
|
|
5036
|
+
rotation: 0,
|
|
5037
|
+
seatCount: 0,
|
|
5038
|
+
uuid_table: "ca13f369-1727-4ac3-82b5-560d25f1a755",
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
x: 514.7463611467858,
|
|
5042
|
+
y: 262.0385369303909,
|
|
5043
|
+
id: 1754137724403,
|
|
5044
|
+
fill: "#bca16a",
|
|
5045
|
+
shape: "square",
|
|
5046
|
+
width: 40,
|
|
5047
|
+
height: 45,
|
|
5048
|
+
labels: [
|
|
5049
|
+
{
|
|
5050
|
+
x: 0,
|
|
5051
|
+
y: 4,
|
|
5052
|
+
label: "T 1",
|
|
5053
|
+
fontSize: 12,
|
|
5054
|
+
fontColor: "#0d0c0c",
|
|
5055
|
+
},
|
|
5056
|
+
],
|
|
5057
|
+
opacity: 0.5,
|
|
5058
|
+
rotation: 0,
|
|
5059
|
+
seatCount: 0,
|
|
5060
|
+
uuid_table: "76d17e71-2f5a-4cb6-b7d6-b058223653ae",
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
x: 373.56901410327714,
|
|
5064
|
+
y: 470.3830424895365,
|
|
5065
|
+
id: 1754137724408,
|
|
5066
|
+
fill: "#bca16a",
|
|
5067
|
+
shape: "square",
|
|
5068
|
+
width: 40,
|
|
5069
|
+
height: 60,
|
|
5070
|
+
labels: [
|
|
5071
|
+
{
|
|
5072
|
+
x: 0,
|
|
5073
|
+
y: 4,
|
|
5074
|
+
label: "S 19",
|
|
5075
|
+
fontSize: 12,
|
|
5076
|
+
fontColor: "#0d0c0c",
|
|
5077
|
+
},
|
|
5078
|
+
],
|
|
5079
|
+
opacity: 0.5,
|
|
5080
|
+
rotation: 0,
|
|
5081
|
+
seatCount: 0,
|
|
5082
|
+
uuid_table: "a7bcbdd2-ace1-4f8a-8330-d0d64b7f5dfe",
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
x: 900.6025669938427,
|
|
5086
|
+
y: 312.0365951020839,
|
|
5087
|
+
id: 1754137724422,
|
|
5088
|
+
fill: "#bca16a",
|
|
5089
|
+
shape: "square",
|
|
5090
|
+
width: 40,
|
|
5091
|
+
height: 45,
|
|
5092
|
+
labels: [
|
|
5093
|
+
{
|
|
5094
|
+
x: 0,
|
|
5095
|
+
y: 4,
|
|
5096
|
+
label: "T 19",
|
|
5097
|
+
fontSize: 12,
|
|
5098
|
+
fontColor: "#0d0c0c",
|
|
5099
|
+
},
|
|
5100
|
+
],
|
|
5101
|
+
opacity: 0.5,
|
|
5102
|
+
rotation: 0,
|
|
5103
|
+
seatCount: 0,
|
|
5104
|
+
uuid_table: "01ed0282-01a2-48dd-963c-4146ffb21c11",
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
x: 900.2619597871425,
|
|
5108
|
+
y: 262.01590036941786,
|
|
5109
|
+
id: 1754137724423,
|
|
5110
|
+
fill: "#bca16a",
|
|
5111
|
+
shape: "square",
|
|
5112
|
+
width: 40,
|
|
5113
|
+
height: 45,
|
|
5114
|
+
labels: [
|
|
5115
|
+
{
|
|
5116
|
+
x: 0,
|
|
5117
|
+
y: 4,
|
|
5118
|
+
label: "T 20",
|
|
5119
|
+
fontSize: 12,
|
|
5120
|
+
fontColor: "#0d0c0c",
|
|
5121
|
+
},
|
|
5122
|
+
],
|
|
5123
|
+
opacity: 0.5,
|
|
5124
|
+
rotation: 0,
|
|
5125
|
+
seatCount: 0,
|
|
5126
|
+
uuid_table: "4ee66e65-bd92-41ee-99da-4bc6b71a67ec",
|
|
5127
|
+
},
|
|
5128
|
+
{
|
|
5129
|
+
x: 460.3323285937148,
|
|
5130
|
+
y: 274.66095121848264,
|
|
5131
|
+
id: 1754137724431,
|
|
5132
|
+
fill: "#bca16a",
|
|
5133
|
+
shape: "square",
|
|
5134
|
+
width: 40,
|
|
5135
|
+
height: 45,
|
|
5136
|
+
labels: [
|
|
5137
|
+
{
|
|
5138
|
+
x: 0,
|
|
5139
|
+
y: 4,
|
|
5140
|
+
label: "B 1",
|
|
5141
|
+
fontSize: 12,
|
|
5142
|
+
fontColor: "#0d0c0c",
|
|
5143
|
+
},
|
|
5144
|
+
],
|
|
5145
|
+
opacity: 0.5,
|
|
5146
|
+
rotation: 0,
|
|
5147
|
+
seatCount: 0,
|
|
5148
|
+
uuid_table: "cc621ce3-80ea-4198-8cf4-fc9c0a5dc48b",
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
x: 816.205018421209,
|
|
5152
|
+
y: 412.797067889171,
|
|
5153
|
+
id: 1754137724419,
|
|
5154
|
+
fill: "#bca16a",
|
|
5155
|
+
shape: "square",
|
|
5156
|
+
width: 40,
|
|
5157
|
+
height: 45,
|
|
5158
|
+
labels: [
|
|
5159
|
+
{
|
|
5160
|
+
x: 0,
|
|
5161
|
+
y: 4,
|
|
5162
|
+
label: "T 16",
|
|
5163
|
+
fontSize: 12,
|
|
5164
|
+
fontColor: "#0d0c0c",
|
|
5165
|
+
},
|
|
5166
|
+
],
|
|
5167
|
+
opacity: 0.5,
|
|
5168
|
+
rotation: 0,
|
|
5169
|
+
seatCount: 0,
|
|
5170
|
+
uuid_table: "0255e226-25d2-4296-b517-980fe5cecfc3",
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
x: 900.5877607959812,
|
|
5174
|
+
y: 412.6005496008922,
|
|
5175
|
+
id: 1754137724420,
|
|
5176
|
+
fill: "#bca16a",
|
|
5177
|
+
shape: "square",
|
|
5178
|
+
width: 40,
|
|
5179
|
+
height: 45,
|
|
5180
|
+
labels: [
|
|
5181
|
+
{
|
|
5182
|
+
x: 0,
|
|
5183
|
+
y: 4,
|
|
5184
|
+
label: "T 17",
|
|
5185
|
+
fontSize: 12,
|
|
5186
|
+
fontColor: "#0d0c0c",
|
|
5187
|
+
},
|
|
5188
|
+
],
|
|
5189
|
+
opacity: 0.5,
|
|
5190
|
+
rotation: 0,
|
|
5191
|
+
seatCount: 0,
|
|
5192
|
+
uuid_table: "6dc2aa25-7191-40dc-858e-e1ed9cfd6654",
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
x: 955.0829341635946,
|
|
5196
|
+
y: 384.27517275614866,
|
|
5197
|
+
id: 1754137724426,
|
|
5198
|
+
fill: "#bca16a",
|
|
5199
|
+
shape: "square",
|
|
5200
|
+
width: 40,
|
|
5201
|
+
height: 45,
|
|
5202
|
+
labels: [
|
|
5203
|
+
{
|
|
5204
|
+
x: 0,
|
|
5205
|
+
y: 4,
|
|
5206
|
+
label: "T 23",
|
|
5207
|
+
fontSize: 12,
|
|
5208
|
+
fontColor: "#0d0c0c",
|
|
5209
|
+
},
|
|
5210
|
+
],
|
|
5211
|
+
opacity: 0.5,
|
|
5212
|
+
rotation: 0,
|
|
5213
|
+
seatCount: 0,
|
|
5214
|
+
uuid_table: "a9990f05-b372-4b10-b739-5490b48dc37c",
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
x: 1025.569865397331,
|
|
5218
|
+
y: 413.36008280265236,
|
|
5219
|
+
id: 1754137724427,
|
|
5220
|
+
fill: "#bca16a",
|
|
5221
|
+
shape: "square",
|
|
5222
|
+
width: 40,
|
|
5223
|
+
height: 45,
|
|
5224
|
+
labels: [
|
|
5225
|
+
{
|
|
5226
|
+
x: 0,
|
|
5227
|
+
y: 4,
|
|
5228
|
+
label: "T 24",
|
|
5229
|
+
fontSize: 12,
|
|
5230
|
+
fontColor: "#0d0c0c",
|
|
5231
|
+
},
|
|
5232
|
+
],
|
|
5233
|
+
opacity: 0.5,
|
|
5234
|
+
rotation: 0,
|
|
5235
|
+
seatCount: 0,
|
|
5236
|
+
uuid_table: "bd3a2cb0-a6a8-47a2-b2ae-72bab6e1ea0e",
|
|
5237
|
+
},
|
|
5238
|
+
{
|
|
5239
|
+
x: 1024.5130706091031,
|
|
5240
|
+
y: 312.6163551358043,
|
|
5241
|
+
id: 1754137724429,
|
|
5242
|
+
fill: "#bca16a",
|
|
5243
|
+
shape: "square",
|
|
5244
|
+
width: 40,
|
|
5245
|
+
height: 45,
|
|
5246
|
+
labels: [
|
|
5247
|
+
{
|
|
5248
|
+
x: 0,
|
|
5249
|
+
y: 4,
|
|
5250
|
+
label: "T 26",
|
|
5251
|
+
fontSize: 12,
|
|
5252
|
+
fontColor: "#0d0c0c",
|
|
5253
|
+
},
|
|
5254
|
+
],
|
|
5255
|
+
opacity: 0.5,
|
|
5256
|
+
rotation: 0,
|
|
5257
|
+
seatCount: 0,
|
|
5258
|
+
uuid_table: "e50aafeb-a3d3-42e1-8cb2-557170fcff23",
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
x: 1024.3213191038135,
|
|
5262
|
+
y: 261.6393236982293,
|
|
5263
|
+
id: 1754137724430,
|
|
5264
|
+
fill: "#bca16a",
|
|
5265
|
+
shape: "square",
|
|
5266
|
+
width: 40,
|
|
5267
|
+
height: 45,
|
|
5268
|
+
labels: [
|
|
5269
|
+
{
|
|
5270
|
+
x: 0,
|
|
5271
|
+
y: 4,
|
|
5272
|
+
label: "T 27",
|
|
5273
|
+
fontSize: 12,
|
|
5274
|
+
fontColor: "#0d0c0c",
|
|
5275
|
+
},
|
|
5276
|
+
],
|
|
5277
|
+
opacity: 0.5,
|
|
5278
|
+
rotation: 0,
|
|
5279
|
+
seatCount: 0,
|
|
5280
|
+
uuid_table: "4c17dc2b-4603-4ea8-af96-a8aa18773936",
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
x: 590.091156967792,
|
|
5284
|
+
y: 362.2588477086806,
|
|
5285
|
+
id: 1754137724409,
|
|
5286
|
+
fill: "#bca16a",
|
|
5287
|
+
shape: "square",
|
|
5288
|
+
width: 40,
|
|
5289
|
+
height: 45,
|
|
5290
|
+
labels: [
|
|
5291
|
+
{
|
|
5292
|
+
x: 0,
|
|
5293
|
+
y: 4,
|
|
5294
|
+
label: "T 6",
|
|
5295
|
+
fontSize: 12,
|
|
5296
|
+
fontColor: "#0d0c0c",
|
|
5297
|
+
},
|
|
5298
|
+
],
|
|
5299
|
+
opacity: 0.5,
|
|
5300
|
+
rotation: 0,
|
|
5301
|
+
seatCount: 0,
|
|
5302
|
+
uuid_table: "ec0b93c8-82a7-4e59-a7a7-9f506906d156",
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
x: 585.6259733870842,
|
|
5306
|
+
y: 272.9307196628099,
|
|
5307
|
+
id: 1754137724410,
|
|
5308
|
+
fill: "#bca16a",
|
|
5309
|
+
shape: "square",
|
|
5310
|
+
width: 45,
|
|
5311
|
+
height: 55,
|
|
5312
|
+
labels: [
|
|
5313
|
+
{
|
|
5314
|
+
x: 0,
|
|
5315
|
+
y: 4,
|
|
5316
|
+
label: "T 7",
|
|
5317
|
+
fontSize: 12,
|
|
5318
|
+
fontColor: "#0d0c0c",
|
|
5319
|
+
},
|
|
5320
|
+
],
|
|
5321
|
+
opacity: 0.5,
|
|
5322
|
+
rotation: 0,
|
|
5323
|
+
seatCount: 0,
|
|
5324
|
+
uuid_table: "f914d713-28d6-4240-b441-1b1becc4c6df",
|
|
5325
|
+
},
|
|
5326
|
+
{
|
|
5327
|
+
x: 649.9581566468917,
|
|
5328
|
+
y: 272.9852763894508,
|
|
5329
|
+
id: 1754137724411,
|
|
5330
|
+
fill: "#bca16a",
|
|
5331
|
+
shape: "square",
|
|
5332
|
+
width: 45,
|
|
5333
|
+
height: 55,
|
|
5334
|
+
labels: [
|
|
5335
|
+
{
|
|
5336
|
+
x: 0,
|
|
5337
|
+
y: 4,
|
|
5338
|
+
label: "T 8",
|
|
5339
|
+
fontSize: 12,
|
|
5340
|
+
fontColor: "#0d0c0c",
|
|
5341
|
+
},
|
|
5342
|
+
],
|
|
5343
|
+
opacity: 0.5,
|
|
5344
|
+
rotation: 0,
|
|
5345
|
+
seatCount: 0,
|
|
5346
|
+
uuid_table: "8a70f7e7-1681-4a9e-82c7-9a211cebe8f8",
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
x: 650.8612849120248,
|
|
5350
|
+
y: 362.7406808386057,
|
|
5351
|
+
id: 1754137724412,
|
|
5352
|
+
fill: "#bca16a",
|
|
5353
|
+
shape: "square",
|
|
5354
|
+
width: 40,
|
|
5355
|
+
height: 45,
|
|
5356
|
+
labels: [
|
|
5357
|
+
{
|
|
5358
|
+
x: 0,
|
|
5359
|
+
y: 4,
|
|
5360
|
+
label: "T 9",
|
|
5361
|
+
fontSize: 12,
|
|
5362
|
+
fontColor: "#0d0c0c",
|
|
5363
|
+
},
|
|
5364
|
+
],
|
|
5365
|
+
opacity: 0.5,
|
|
5366
|
+
rotation: 0,
|
|
5367
|
+
seatCount: 0,
|
|
5368
|
+
uuid_table: "9ec0b960-629b-4560-8967-711eb8f313e0",
|
|
5369
|
+
},
|
|
5370
|
+
];
|
|
5371
|
+
export const dummyExtra5 = [
|
|
5372
|
+
// {
|
|
5373
|
+
// "x": 100,
|
|
5374
|
+
// "y": 100,
|
|
5375
|
+
// "id": 1754137739279,
|
|
5376
|
+
// "src": "https://cdn.table.link/prod/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137739126863915_BOI Reg.png",
|
|
5377
|
+
// "fill": "red",
|
|
5378
|
+
// "image": "/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137739126863915_BOI Reg.png",
|
|
5379
|
+
// "width": 1100.44444,
|
|
5380
|
+
// "height": 662,
|
|
5381
|
+
// "labels": [
|
|
5382
|
+
// {}
|
|
5383
|
+
// ],
|
|
5384
|
+
// "seatCount": 0
|
|
5385
|
+
// },
|
|
5386
|
+
// {
|
|
5387
|
+
// "x": 100,
|
|
5388
|
+
// "y": 197,
|
|
5389
|
+
// "id": 1754137782831,
|
|
5390
|
+
// "src": "https://cdn.table.link/prod/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137782735069264_BOI Reg.png",
|
|
5391
|
+
// "fill": "red",
|
|
5392
|
+
// "image": "/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137782735069264_BOI Reg.png",
|
|
5393
|
+
// "width": 1,
|
|
5394
|
+
// "height": 552,
|
|
5395
|
+
// "labels": [
|
|
5396
|
+
// {}
|
|
5397
|
+
// ],
|
|
5398
|
+
// "seatCount": 0
|
|
5399
|
+
// },
|
|
5400
|
+
{
|
|
5401
|
+
"x": 287,
|
|
5402
|
+
"y": 2.1183319091796875,
|
|
5403
|
+
"id": 1754137849705,
|
|
5404
|
+
"src": "https://cdn.table.link/prod/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137849587013665_BOI Reg.png",
|
|
5405
|
+
"image": "/5bf923de-2366-4a11-9b8b-e92de0afbf05/3a65cb36-7d85-4c38-9403-a15f94641920/68d45207-d66b-4bb5-92a2-4e5a87715e98/rsvp/1754137849587013665_BOI Reg.png",
|
|
5406
|
+
"shape": "background",
|
|
5407
|
+
"width": 830.1580429077148,
|
|
5408
|
+
"height": 794
|
|
5409
|
+
}
|
|
5410
|
+
];
|