@operato/board 0.3.7 → 0.3.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.
- package/CHANGELOG.md +8 -0
- package/custom-elements.json +390 -390
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -9
package/custom-elements.json
CHANGED
|
@@ -5412,208 +5412,6 @@
|
|
|
5412
5412
|
}
|
|
5413
5413
|
]
|
|
5414
5414
|
},
|
|
5415
|
-
{
|
|
5416
|
-
"kind": "javascript-module",
|
|
5417
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5418
|
-
"declarations": [
|
|
5419
|
-
{
|
|
5420
|
-
"kind": "class",
|
|
5421
|
-
"description": "",
|
|
5422
|
-
"name": "SceneInspector",
|
|
5423
|
-
"members": [
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "field",
|
|
5426
|
-
"name": "scene",
|
|
5427
|
-
"type": {
|
|
5428
|
-
"text": "Scene | undefined"
|
|
5429
|
-
},
|
|
5430
|
-
"attribute": "scene"
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"kind": "field",
|
|
5434
|
-
"name": "_extendedMap",
|
|
5435
|
-
"type": {
|
|
5436
|
-
"text": "any"
|
|
5437
|
-
},
|
|
5438
|
-
"privacy": "private"
|
|
5439
|
-
},
|
|
5440
|
-
{
|
|
5441
|
-
"kind": "field",
|
|
5442
|
-
"name": "show",
|
|
5443
|
-
"type": {
|
|
5444
|
-
"text": "boolean"
|
|
5445
|
-
},
|
|
5446
|
-
"privacy": "private",
|
|
5447
|
-
"default": "false"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"kind": "field",
|
|
5451
|
-
"name": "sortableConfig",
|
|
5452
|
-
"type": {
|
|
5453
|
-
"text": "Sortable.Options"
|
|
5454
|
-
},
|
|
5455
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5456
|
-
},
|
|
5457
|
-
{
|
|
5458
|
-
"kind": "method",
|
|
5459
|
-
"name": "onSort",
|
|
5460
|
-
"parameters": [
|
|
5461
|
-
{
|
|
5462
|
-
"name": "e",
|
|
5463
|
-
"type": {
|
|
5464
|
-
"text": "Sortable.SortableEvent"
|
|
5465
|
-
}
|
|
5466
|
-
}
|
|
5467
|
-
]
|
|
5468
|
-
},
|
|
5469
|
-
{
|
|
5470
|
-
"kind": "method",
|
|
5471
|
-
"name": "_onclick",
|
|
5472
|
-
"parameters": [
|
|
5473
|
-
{
|
|
5474
|
-
"name": "e",
|
|
5475
|
-
"type": {
|
|
5476
|
-
"text": "MouseEvent"
|
|
5477
|
-
}
|
|
5478
|
-
}
|
|
5479
|
-
]
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"kind": "method",
|
|
5483
|
-
"name": "_ondblclick",
|
|
5484
|
-
"parameters": [
|
|
5485
|
-
{
|
|
5486
|
-
"name": "e",
|
|
5487
|
-
"type": {
|
|
5488
|
-
"text": "MouseEvent"
|
|
5489
|
-
}
|
|
5490
|
-
}
|
|
5491
|
-
]
|
|
5492
|
-
},
|
|
5493
|
-
{
|
|
5494
|
-
"kind": "field",
|
|
5495
|
-
"name": "extendedMap"
|
|
5496
|
-
},
|
|
5497
|
-
{
|
|
5498
|
-
"kind": "method",
|
|
5499
|
-
"name": "getNodeHandleClass",
|
|
5500
|
-
"parameters": [
|
|
5501
|
-
{
|
|
5502
|
-
"name": "component",
|
|
5503
|
-
"type": {
|
|
5504
|
-
"text": "Component"
|
|
5505
|
-
}
|
|
5506
|
-
}
|
|
5507
|
-
]
|
|
5508
|
-
},
|
|
5509
|
-
{
|
|
5510
|
-
"kind": "method",
|
|
5511
|
-
"name": "isExtended",
|
|
5512
|
-
"parameters": [
|
|
5513
|
-
{
|
|
5514
|
-
"name": "component",
|
|
5515
|
-
"type": {
|
|
5516
|
-
"text": "Component"
|
|
5517
|
-
}
|
|
5518
|
-
}
|
|
5519
|
-
]
|
|
5520
|
-
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "method",
|
|
5523
|
-
"name": "toggleExtended",
|
|
5524
|
-
"parameters": [
|
|
5525
|
-
{
|
|
5526
|
-
"name": "component",
|
|
5527
|
-
"type": {
|
|
5528
|
-
"text": "Component"
|
|
5529
|
-
}
|
|
5530
|
-
}
|
|
5531
|
-
]
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"kind": "method",
|
|
5535
|
-
"name": "toggleHidden",
|
|
5536
|
-
"parameters": [
|
|
5537
|
-
{
|
|
5538
|
-
"name": "component",
|
|
5539
|
-
"type": {
|
|
5540
|
-
"text": "Component"
|
|
5541
|
-
}
|
|
5542
|
-
}
|
|
5543
|
-
]
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "method",
|
|
5547
|
-
"name": "selectComponent",
|
|
5548
|
-
"parameters": [
|
|
5549
|
-
{
|
|
5550
|
-
"name": "component",
|
|
5551
|
-
"type": {
|
|
5552
|
-
"text": "Component"
|
|
5553
|
-
}
|
|
5554
|
-
}
|
|
5555
|
-
]
|
|
5556
|
-
},
|
|
5557
|
-
{
|
|
5558
|
-
"kind": "method",
|
|
5559
|
-
"name": "renderComponent",
|
|
5560
|
-
"return": {
|
|
5561
|
-
"type": {
|
|
5562
|
-
"text": "TemplateResult"
|
|
5563
|
-
}
|
|
5564
|
-
},
|
|
5565
|
-
"parameters": [
|
|
5566
|
-
{
|
|
5567
|
-
"name": "component",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "Component"
|
|
5570
|
-
}
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"name": "depth",
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "number"
|
|
5576
|
-
}
|
|
5577
|
-
}
|
|
5578
|
-
]
|
|
5579
|
-
}
|
|
5580
|
-
],
|
|
5581
|
-
"attributes": [
|
|
5582
|
-
{
|
|
5583
|
-
"name": "scene",
|
|
5584
|
-
"type": {
|
|
5585
|
-
"text": "Scene | undefined"
|
|
5586
|
-
},
|
|
5587
|
-
"fieldName": "scene"
|
|
5588
|
-
}
|
|
5589
|
-
],
|
|
5590
|
-
"superclass": {
|
|
5591
|
-
"name": "LitElement",
|
|
5592
|
-
"package": "lit"
|
|
5593
|
-
},
|
|
5594
|
-
"tagName": "scene-inspector",
|
|
5595
|
-
"customElement": true
|
|
5596
|
-
}
|
|
5597
|
-
],
|
|
5598
|
-
"exports": [
|
|
5599
|
-
{
|
|
5600
|
-
"kind": "js",
|
|
5601
|
-
"name": "default",
|
|
5602
|
-
"declaration": {
|
|
5603
|
-
"name": "SceneInspector",
|
|
5604
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5605
|
-
}
|
|
5606
|
-
},
|
|
5607
|
-
{
|
|
5608
|
-
"kind": "custom-element-definition",
|
|
5609
|
-
"name": "scene-inspector",
|
|
5610
|
-
"declaration": {
|
|
5611
|
-
"name": "SceneInspector",
|
|
5612
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5613
|
-
}
|
|
5614
|
-
}
|
|
5615
|
-
]
|
|
5616
|
-
},
|
|
5617
5415
|
{
|
|
5618
5416
|
"kind": "javascript-module",
|
|
5619
5417
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -6335,76 +6133,367 @@
|
|
|
6335
6133
|
},
|
|
6336
6134
|
{
|
|
6337
6135
|
"kind": "javascript-module",
|
|
6338
|
-
"path": "src/modeller/property-sidebar/
|
|
6136
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6339
6137
|
"declarations": [
|
|
6340
6138
|
{
|
|
6341
6139
|
"kind": "class",
|
|
6342
6140
|
"description": "",
|
|
6343
|
-
"name": "
|
|
6141
|
+
"name": "SceneInspector",
|
|
6344
6142
|
"members": [
|
|
6345
6143
|
{
|
|
6346
6144
|
"kind": "field",
|
|
6347
|
-
"name": "
|
|
6145
|
+
"name": "scene",
|
|
6146
|
+
"type": {
|
|
6147
|
+
"text": "Scene | undefined"
|
|
6148
|
+
},
|
|
6149
|
+
"attribute": "scene"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "field",
|
|
6153
|
+
"name": "_extendedMap",
|
|
6348
6154
|
"type": {
|
|
6349
6155
|
"text": "any"
|
|
6350
6156
|
},
|
|
6351
|
-
"
|
|
6352
|
-
"attribute": "value"
|
|
6157
|
+
"privacy": "private"
|
|
6353
6158
|
},
|
|
6354
6159
|
{
|
|
6355
6160
|
"kind": "field",
|
|
6356
|
-
"name": "
|
|
6161
|
+
"name": "show",
|
|
6357
6162
|
"type": {
|
|
6358
|
-
"text": "
|
|
6163
|
+
"text": "boolean"
|
|
6359
6164
|
},
|
|
6360
|
-
"
|
|
6361
|
-
"
|
|
6165
|
+
"privacy": "private",
|
|
6166
|
+
"default": "false"
|
|
6362
6167
|
},
|
|
6363
6168
|
{
|
|
6364
6169
|
"kind": "field",
|
|
6365
|
-
"name": "
|
|
6170
|
+
"name": "sortableConfig",
|
|
6366
6171
|
"type": {
|
|
6367
|
-
"text": "
|
|
6172
|
+
"text": "Sortable.Options"
|
|
6368
6173
|
},
|
|
6369
|
-
"default": "
|
|
6370
|
-
"attribute": "fonts"
|
|
6174
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6371
6175
|
},
|
|
6372
6176
|
{
|
|
6373
6177
|
"kind": "method",
|
|
6374
|
-
"name": "
|
|
6178
|
+
"name": "onSort",
|
|
6375
6179
|
"parameters": [
|
|
6376
6180
|
{
|
|
6377
|
-
"name": "
|
|
6181
|
+
"name": "e",
|
|
6378
6182
|
"type": {
|
|
6379
|
-
"text": "
|
|
6183
|
+
"text": "Sortable.SortableEvent"
|
|
6380
6184
|
}
|
|
6381
6185
|
}
|
|
6382
6186
|
]
|
|
6383
6187
|
},
|
|
6384
6188
|
{
|
|
6385
6189
|
"kind": "method",
|
|
6386
|
-
"name": "
|
|
6190
|
+
"name": "_onclick",
|
|
6387
6191
|
"parameters": [
|
|
6388
6192
|
{
|
|
6389
6193
|
"name": "e",
|
|
6390
6194
|
"type": {
|
|
6391
|
-
"text": "
|
|
6195
|
+
"text": "MouseEvent"
|
|
6392
6196
|
}
|
|
6393
6197
|
}
|
|
6394
|
-
]
|
|
6395
|
-
"inheritedFrom": {
|
|
6396
|
-
"name": "AbstractProperty",
|
|
6397
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6398
|
-
}
|
|
6198
|
+
]
|
|
6399
6199
|
},
|
|
6400
6200
|
{
|
|
6401
6201
|
"kind": "method",
|
|
6402
|
-
"name": "
|
|
6202
|
+
"name": "_ondblclick",
|
|
6403
6203
|
"parameters": [
|
|
6404
6204
|
{
|
|
6405
|
-
"name": "
|
|
6205
|
+
"name": "e",
|
|
6406
6206
|
"type": {
|
|
6407
|
-
"text": "
|
|
6207
|
+
"text": "MouseEvent"
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"kind": "field",
|
|
6214
|
+
"name": "extendedMap"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"kind": "method",
|
|
6218
|
+
"name": "getNodeHandleClass",
|
|
6219
|
+
"parameters": [
|
|
6220
|
+
{
|
|
6221
|
+
"name": "component",
|
|
6222
|
+
"type": {
|
|
6223
|
+
"text": "Component"
|
|
6224
|
+
}
|
|
6225
|
+
}
|
|
6226
|
+
]
|
|
6227
|
+
},
|
|
6228
|
+
{
|
|
6229
|
+
"kind": "method",
|
|
6230
|
+
"name": "isExtended",
|
|
6231
|
+
"parameters": [
|
|
6232
|
+
{
|
|
6233
|
+
"name": "component",
|
|
6234
|
+
"type": {
|
|
6235
|
+
"text": "Component"
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"kind": "method",
|
|
6242
|
+
"name": "toggleExtended",
|
|
6243
|
+
"parameters": [
|
|
6244
|
+
{
|
|
6245
|
+
"name": "component",
|
|
6246
|
+
"type": {
|
|
6247
|
+
"text": "Component"
|
|
6248
|
+
}
|
|
6249
|
+
}
|
|
6250
|
+
]
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"kind": "method",
|
|
6254
|
+
"name": "toggleHidden",
|
|
6255
|
+
"parameters": [
|
|
6256
|
+
{
|
|
6257
|
+
"name": "component",
|
|
6258
|
+
"type": {
|
|
6259
|
+
"text": "Component"
|
|
6260
|
+
}
|
|
6261
|
+
}
|
|
6262
|
+
]
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "method",
|
|
6266
|
+
"name": "selectComponent",
|
|
6267
|
+
"parameters": [
|
|
6268
|
+
{
|
|
6269
|
+
"name": "component",
|
|
6270
|
+
"type": {
|
|
6271
|
+
"text": "Component"
|
|
6272
|
+
}
|
|
6273
|
+
}
|
|
6274
|
+
]
|
|
6275
|
+
},
|
|
6276
|
+
{
|
|
6277
|
+
"kind": "method",
|
|
6278
|
+
"name": "renderComponent",
|
|
6279
|
+
"return": {
|
|
6280
|
+
"type": {
|
|
6281
|
+
"text": "TemplateResult"
|
|
6282
|
+
}
|
|
6283
|
+
},
|
|
6284
|
+
"parameters": [
|
|
6285
|
+
{
|
|
6286
|
+
"name": "component",
|
|
6287
|
+
"type": {
|
|
6288
|
+
"text": "Component"
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
6291
|
+
{
|
|
6292
|
+
"name": "depth",
|
|
6293
|
+
"type": {
|
|
6294
|
+
"text": "number"
|
|
6295
|
+
}
|
|
6296
|
+
}
|
|
6297
|
+
]
|
|
6298
|
+
}
|
|
6299
|
+
],
|
|
6300
|
+
"attributes": [
|
|
6301
|
+
{
|
|
6302
|
+
"name": "scene",
|
|
6303
|
+
"type": {
|
|
6304
|
+
"text": "Scene | undefined"
|
|
6305
|
+
},
|
|
6306
|
+
"fieldName": "scene"
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6309
|
+
"superclass": {
|
|
6310
|
+
"name": "LitElement",
|
|
6311
|
+
"package": "lit"
|
|
6312
|
+
},
|
|
6313
|
+
"tagName": "scene-inspector",
|
|
6314
|
+
"customElement": true
|
|
6315
|
+
}
|
|
6316
|
+
],
|
|
6317
|
+
"exports": [
|
|
6318
|
+
{
|
|
6319
|
+
"kind": "js",
|
|
6320
|
+
"name": "default",
|
|
6321
|
+
"declaration": {
|
|
6322
|
+
"name": "SceneInspector",
|
|
6323
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"kind": "custom-element-definition",
|
|
6328
|
+
"name": "scene-inspector",
|
|
6329
|
+
"declaration": {
|
|
6330
|
+
"name": "SceneInspector",
|
|
6331
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
]
|
|
6335
|
+
},
|
|
6336
|
+
{
|
|
6337
|
+
"kind": "javascript-module",
|
|
6338
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6339
|
+
"declarations": [
|
|
6340
|
+
{
|
|
6341
|
+
"kind": "variable",
|
|
6342
|
+
"name": "BoxPaddingEditorStyles",
|
|
6343
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6344
|
+
}
|
|
6345
|
+
],
|
|
6346
|
+
"exports": [
|
|
6347
|
+
{
|
|
6348
|
+
"kind": "js",
|
|
6349
|
+
"name": "BoxPaddingEditorStyles",
|
|
6350
|
+
"declaration": {
|
|
6351
|
+
"name": "BoxPaddingEditorStyles",
|
|
6352
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6353
|
+
}
|
|
6354
|
+
}
|
|
6355
|
+
]
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"kind": "javascript-module",
|
|
6359
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6360
|
+
"declarations": [
|
|
6361
|
+
{
|
|
6362
|
+
"kind": "class",
|
|
6363
|
+
"description": "",
|
|
6364
|
+
"name": "PropertyShapes",
|
|
6365
|
+
"members": [
|
|
6366
|
+
{
|
|
6367
|
+
"kind": "field",
|
|
6368
|
+
"name": "value",
|
|
6369
|
+
"type": {
|
|
6370
|
+
"text": "Properties | undefined"
|
|
6371
|
+
},
|
|
6372
|
+
"attribute": "value"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"kind": "field",
|
|
6376
|
+
"name": "bounds",
|
|
6377
|
+
"type": {
|
|
6378
|
+
"text": "BOUNDS | null"
|
|
6379
|
+
},
|
|
6380
|
+
"default": "null",
|
|
6381
|
+
"attribute": "bounds"
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"kind": "field",
|
|
6385
|
+
"name": "selected",
|
|
6386
|
+
"type": {
|
|
6387
|
+
"text": "Component[]"
|
|
6388
|
+
},
|
|
6389
|
+
"default": "[]",
|
|
6390
|
+
"attribute": "selected"
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"kind": "field",
|
|
6394
|
+
"name": "_3dExpanded",
|
|
6395
|
+
"type": {
|
|
6396
|
+
"text": "boolean"
|
|
6397
|
+
},
|
|
6398
|
+
"privacy": "private",
|
|
6399
|
+
"default": "false"
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
"kind": "method",
|
|
6403
|
+
"name": "_onValueChange",
|
|
6404
|
+
"parameters": [
|
|
6405
|
+
{
|
|
6406
|
+
"name": "e",
|
|
6407
|
+
"type": {
|
|
6408
|
+
"text": "Event"
|
|
6409
|
+
}
|
|
6410
|
+
}
|
|
6411
|
+
],
|
|
6412
|
+
"inheritedFrom": {
|
|
6413
|
+
"name": "AbstractProperty",
|
|
6414
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6415
|
+
}
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"kind": "method",
|
|
6419
|
+
"name": "_hasTextProperty",
|
|
6420
|
+
"parameters": [
|
|
6421
|
+
{
|
|
6422
|
+
"name": "selected",
|
|
6423
|
+
"type": {
|
|
6424
|
+
"text": "Component[]"
|
|
6425
|
+
}
|
|
6426
|
+
}
|
|
6427
|
+
]
|
|
6428
|
+
},
|
|
6429
|
+
{
|
|
6430
|
+
"kind": "method",
|
|
6431
|
+
"name": "_hasProperties",
|
|
6432
|
+
"parameters": [
|
|
6433
|
+
{
|
|
6434
|
+
"name": "selected",
|
|
6435
|
+
"type": {
|
|
6436
|
+
"text": "Component[]"
|
|
6437
|
+
}
|
|
6438
|
+
}
|
|
6439
|
+
]
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"kind": "method",
|
|
6443
|
+
"name": "_isIdentifiable",
|
|
6444
|
+
"parameters": [
|
|
6445
|
+
{
|
|
6446
|
+
"name": "selected",
|
|
6447
|
+
"type": {
|
|
6448
|
+
"text": "Component[]"
|
|
6449
|
+
}
|
|
6450
|
+
}
|
|
6451
|
+
]
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"kind": "method",
|
|
6455
|
+
"name": "_isClassIdentifiable",
|
|
6456
|
+
"parameters": [
|
|
6457
|
+
{
|
|
6458
|
+
"name": "selected",
|
|
6459
|
+
"type": {
|
|
6460
|
+
"text": "Component[]"
|
|
6461
|
+
}
|
|
6462
|
+
}
|
|
6463
|
+
]
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"kind": "method",
|
|
6467
|
+
"name": "_isLine",
|
|
6468
|
+
"parameters": [
|
|
6469
|
+
{
|
|
6470
|
+
"name": "selected",
|
|
6471
|
+
"type": {
|
|
6472
|
+
"text": "Component[]"
|
|
6473
|
+
}
|
|
6474
|
+
}
|
|
6475
|
+
]
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"kind": "method",
|
|
6479
|
+
"name": "_is3dish",
|
|
6480
|
+
"parameters": [
|
|
6481
|
+
{
|
|
6482
|
+
"name": "selected",
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "Component[]"
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
]
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "method",
|
|
6491
|
+
"name": "_getValueFromEventTarget",
|
|
6492
|
+
"parameters": [
|
|
6493
|
+
{
|
|
6494
|
+
"name": "element",
|
|
6495
|
+
"type": {
|
|
6496
|
+
"text": "HTMLElement"
|
|
6408
6497
|
}
|
|
6409
6498
|
}
|
|
6410
6499
|
],
|
|
@@ -6436,59 +6525,64 @@
|
|
|
6436
6525
|
}
|
|
6437
6526
|
}
|
|
6438
6527
|
],
|
|
6528
|
+
"events": [
|
|
6529
|
+
{
|
|
6530
|
+
"name": "bounds-change",
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "CustomEvent"
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "property-change",
|
|
6537
|
+
"type": {
|
|
6538
|
+
"text": "CustomEvent"
|
|
6539
|
+
},
|
|
6540
|
+
"inheritedFrom": {
|
|
6541
|
+
"name": "AbstractProperty",
|
|
6542
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6543
|
+
}
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6439
6546
|
"attributes": [
|
|
6440
6547
|
{
|
|
6441
6548
|
"name": "value",
|
|
6442
6549
|
"type": {
|
|
6443
|
-
"text": "
|
|
6550
|
+
"text": "Properties | undefined"
|
|
6444
6551
|
},
|
|
6445
|
-
"default": "{}",
|
|
6446
6552
|
"fieldName": "value"
|
|
6447
6553
|
},
|
|
6448
6554
|
{
|
|
6449
|
-
"name": "
|
|
6555
|
+
"name": "bounds",
|
|
6450
6556
|
"type": {
|
|
6451
|
-
"text": "
|
|
6557
|
+
"text": "BOUNDS | null"
|
|
6452
6558
|
},
|
|
6453
|
-
"default": "
|
|
6454
|
-
"fieldName": "
|
|
6559
|
+
"default": "null",
|
|
6560
|
+
"fieldName": "bounds"
|
|
6455
6561
|
},
|
|
6456
6562
|
{
|
|
6457
|
-
"name": "
|
|
6563
|
+
"name": "selected",
|
|
6458
6564
|
"type": {
|
|
6459
|
-
"text": "
|
|
6565
|
+
"text": "Component[]"
|
|
6460
6566
|
},
|
|
6461
6567
|
"default": "[]",
|
|
6462
|
-
"fieldName": "
|
|
6568
|
+
"fieldName": "selected"
|
|
6463
6569
|
}
|
|
6464
6570
|
],
|
|
6465
6571
|
"superclass": {
|
|
6466
6572
|
"name": "AbstractProperty",
|
|
6467
6573
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6468
6574
|
},
|
|
6469
|
-
"tagName": "property-
|
|
6470
|
-
"customElement": true
|
|
6471
|
-
"events": [
|
|
6472
|
-
{
|
|
6473
|
-
"name": "property-change",
|
|
6474
|
-
"type": {
|
|
6475
|
-
"text": "CustomEvent"
|
|
6476
|
-
},
|
|
6477
|
-
"inheritedFrom": {
|
|
6478
|
-
"name": "AbstractProperty",
|
|
6479
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6480
|
-
}
|
|
6481
|
-
}
|
|
6482
|
-
]
|
|
6575
|
+
"tagName": "property-shape",
|
|
6576
|
+
"customElement": true
|
|
6483
6577
|
}
|
|
6484
6578
|
],
|
|
6485
6579
|
"exports": [
|
|
6486
6580
|
{
|
|
6487
6581
|
"kind": "custom-element-definition",
|
|
6488
|
-
"name": "property-
|
|
6582
|
+
"name": "property-shape",
|
|
6489
6583
|
"declaration": {
|
|
6490
|
-
"name": "
|
|
6491
|
-
"module": "src/modeller/property-sidebar/
|
|
6584
|
+
"name": "PropertyShapes",
|
|
6585
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6492
6586
|
}
|
|
6493
6587
|
}
|
|
6494
6588
|
]
|
|
@@ -6743,51 +6837,22 @@
|
|
|
6743
6837
|
},
|
|
6744
6838
|
{
|
|
6745
6839
|
"kind": "javascript-module",
|
|
6746
|
-
"path": "src/modeller/property-sidebar/
|
|
6747
|
-
"declarations": [
|
|
6748
|
-
{
|
|
6749
|
-
"kind": "variable",
|
|
6750
|
-
"name": "BoxPaddingEditorStyles",
|
|
6751
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6752
|
-
}
|
|
6753
|
-
],
|
|
6754
|
-
"exports": [
|
|
6755
|
-
{
|
|
6756
|
-
"kind": "js",
|
|
6757
|
-
"name": "BoxPaddingEditorStyles",
|
|
6758
|
-
"declaration": {
|
|
6759
|
-
"name": "BoxPaddingEditorStyles",
|
|
6760
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6761
|
-
}
|
|
6762
|
-
}
|
|
6763
|
-
]
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"kind": "javascript-module",
|
|
6767
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6840
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6768
6841
|
"declarations": [
|
|
6769
6842
|
{
|
|
6770
6843
|
"kind": "class",
|
|
6771
6844
|
"description": "",
|
|
6772
|
-
"name": "
|
|
6845
|
+
"name": "PropertyStyles",
|
|
6773
6846
|
"members": [
|
|
6774
6847
|
{
|
|
6775
6848
|
"kind": "field",
|
|
6776
6849
|
"name": "value",
|
|
6777
6850
|
"type": {
|
|
6778
|
-
"text": "
|
|
6851
|
+
"text": "any"
|
|
6779
6852
|
},
|
|
6853
|
+
"default": "{}",
|
|
6780
6854
|
"attribute": "value"
|
|
6781
6855
|
},
|
|
6782
|
-
{
|
|
6783
|
-
"kind": "field",
|
|
6784
|
-
"name": "bounds",
|
|
6785
|
-
"type": {
|
|
6786
|
-
"text": "BOUNDS | null"
|
|
6787
|
-
},
|
|
6788
|
-
"default": "null",
|
|
6789
|
-
"attribute": "bounds"
|
|
6790
|
-
},
|
|
6791
6856
|
{
|
|
6792
6857
|
"kind": "field",
|
|
6793
6858
|
"name": "selected",
|
|
@@ -6799,76 +6864,12 @@
|
|
|
6799
6864
|
},
|
|
6800
6865
|
{
|
|
6801
6866
|
"kind": "field",
|
|
6802
|
-
"name": "
|
|
6867
|
+
"name": "fonts",
|
|
6803
6868
|
"type": {
|
|
6804
|
-
"text": "
|
|
6869
|
+
"text": "any[]"
|
|
6805
6870
|
},
|
|
6806
|
-
"
|
|
6807
|
-
"
|
|
6808
|
-
},
|
|
6809
|
-
{
|
|
6810
|
-
"kind": "method",
|
|
6811
|
-
"name": "_onValueChange",
|
|
6812
|
-
"parameters": [
|
|
6813
|
-
{
|
|
6814
|
-
"name": "e",
|
|
6815
|
-
"type": {
|
|
6816
|
-
"text": "Event"
|
|
6817
|
-
}
|
|
6818
|
-
}
|
|
6819
|
-
],
|
|
6820
|
-
"inheritedFrom": {
|
|
6821
|
-
"name": "AbstractProperty",
|
|
6822
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6823
|
-
}
|
|
6824
|
-
},
|
|
6825
|
-
{
|
|
6826
|
-
"kind": "method",
|
|
6827
|
-
"name": "_hasTextProperty",
|
|
6828
|
-
"parameters": [
|
|
6829
|
-
{
|
|
6830
|
-
"name": "selected",
|
|
6831
|
-
"type": {
|
|
6832
|
-
"text": "Component[]"
|
|
6833
|
-
}
|
|
6834
|
-
}
|
|
6835
|
-
]
|
|
6836
|
-
},
|
|
6837
|
-
{
|
|
6838
|
-
"kind": "method",
|
|
6839
|
-
"name": "_hasProperties",
|
|
6840
|
-
"parameters": [
|
|
6841
|
-
{
|
|
6842
|
-
"name": "selected",
|
|
6843
|
-
"type": {
|
|
6844
|
-
"text": "Component[]"
|
|
6845
|
-
}
|
|
6846
|
-
}
|
|
6847
|
-
]
|
|
6848
|
-
},
|
|
6849
|
-
{
|
|
6850
|
-
"kind": "method",
|
|
6851
|
-
"name": "_isIdentifiable",
|
|
6852
|
-
"parameters": [
|
|
6853
|
-
{
|
|
6854
|
-
"name": "selected",
|
|
6855
|
-
"type": {
|
|
6856
|
-
"text": "Component[]"
|
|
6857
|
-
}
|
|
6858
|
-
}
|
|
6859
|
-
]
|
|
6860
|
-
},
|
|
6861
|
-
{
|
|
6862
|
-
"kind": "method",
|
|
6863
|
-
"name": "_isClassIdentifiable",
|
|
6864
|
-
"parameters": [
|
|
6865
|
-
{
|
|
6866
|
-
"name": "selected",
|
|
6867
|
-
"type": {
|
|
6868
|
-
"text": "Component[]"
|
|
6869
|
-
}
|
|
6870
|
-
}
|
|
6871
|
-
]
|
|
6871
|
+
"default": "[]",
|
|
6872
|
+
"attribute": "fonts"
|
|
6872
6873
|
},
|
|
6873
6874
|
{
|
|
6874
6875
|
"kind": "method",
|
|
@@ -6884,15 +6885,19 @@
|
|
|
6884
6885
|
},
|
|
6885
6886
|
{
|
|
6886
6887
|
"kind": "method",
|
|
6887
|
-
"name": "
|
|
6888
|
+
"name": "_onValueChange",
|
|
6888
6889
|
"parameters": [
|
|
6889
6890
|
{
|
|
6890
|
-
"name": "
|
|
6891
|
+
"name": "e",
|
|
6891
6892
|
"type": {
|
|
6892
|
-
"text": "
|
|
6893
|
+
"text": "Event"
|
|
6893
6894
|
}
|
|
6894
6895
|
}
|
|
6895
|
-
]
|
|
6896
|
+
],
|
|
6897
|
+
"inheritedFrom": {
|
|
6898
|
+
"name": "AbstractProperty",
|
|
6899
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6900
|
+
}
|
|
6896
6901
|
},
|
|
6897
6902
|
{
|
|
6898
6903
|
"kind": "method",
|
|
@@ -6933,64 +6938,59 @@
|
|
|
6933
6938
|
}
|
|
6934
6939
|
}
|
|
6935
6940
|
],
|
|
6936
|
-
"events": [
|
|
6937
|
-
{
|
|
6938
|
-
"name": "bounds-change",
|
|
6939
|
-
"type": {
|
|
6940
|
-
"text": "CustomEvent"
|
|
6941
|
-
}
|
|
6942
|
-
},
|
|
6943
|
-
{
|
|
6944
|
-
"name": "property-change",
|
|
6945
|
-
"type": {
|
|
6946
|
-
"text": "CustomEvent"
|
|
6947
|
-
},
|
|
6948
|
-
"inheritedFrom": {
|
|
6949
|
-
"name": "AbstractProperty",
|
|
6950
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6951
|
-
}
|
|
6952
|
-
}
|
|
6953
|
-
],
|
|
6954
6941
|
"attributes": [
|
|
6955
6942
|
{
|
|
6956
6943
|
"name": "value",
|
|
6957
6944
|
"type": {
|
|
6958
|
-
"text": "
|
|
6945
|
+
"text": "any"
|
|
6959
6946
|
},
|
|
6947
|
+
"default": "{}",
|
|
6960
6948
|
"fieldName": "value"
|
|
6961
6949
|
},
|
|
6962
6950
|
{
|
|
6963
|
-
"name": "
|
|
6951
|
+
"name": "selected",
|
|
6964
6952
|
"type": {
|
|
6965
|
-
"text": "
|
|
6953
|
+
"text": "Component[]"
|
|
6966
6954
|
},
|
|
6967
|
-
"default": "
|
|
6968
|
-
"fieldName": "
|
|
6955
|
+
"default": "[]",
|
|
6956
|
+
"fieldName": "selected"
|
|
6969
6957
|
},
|
|
6970
6958
|
{
|
|
6971
|
-
"name": "
|
|
6959
|
+
"name": "fonts",
|
|
6972
6960
|
"type": {
|
|
6973
|
-
"text": "
|
|
6961
|
+
"text": "any[]"
|
|
6974
6962
|
},
|
|
6975
6963
|
"default": "[]",
|
|
6976
|
-
"fieldName": "
|
|
6964
|
+
"fieldName": "fonts"
|
|
6977
6965
|
}
|
|
6978
6966
|
],
|
|
6979
6967
|
"superclass": {
|
|
6980
6968
|
"name": "AbstractProperty",
|
|
6981
6969
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6982
6970
|
},
|
|
6983
|
-
"tagName": "property-
|
|
6984
|
-
"customElement": true
|
|
6971
|
+
"tagName": "property-style",
|
|
6972
|
+
"customElement": true,
|
|
6973
|
+
"events": [
|
|
6974
|
+
{
|
|
6975
|
+
"name": "property-change",
|
|
6976
|
+
"type": {
|
|
6977
|
+
"text": "CustomEvent"
|
|
6978
|
+
},
|
|
6979
|
+
"inheritedFrom": {
|
|
6980
|
+
"name": "AbstractProperty",
|
|
6981
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6982
|
+
}
|
|
6983
|
+
}
|
|
6984
|
+
]
|
|
6985
6985
|
}
|
|
6986
6986
|
],
|
|
6987
6987
|
"exports": [
|
|
6988
6988
|
{
|
|
6989
6989
|
"kind": "custom-element-definition",
|
|
6990
|
-
"name": "property-
|
|
6990
|
+
"name": "property-style",
|
|
6991
6991
|
"declaration": {
|
|
6992
|
-
"name": "
|
|
6993
|
-
"module": "src/modeller/property-sidebar/
|
|
6992
|
+
"name": "PropertyStyles",
|
|
6993
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6994
6994
|
}
|
|
6995
6995
|
}
|
|
6996
6996
|
]
|