@fmsim/board 0.0.65 → 0.0.67
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/custom-elements.json
CHANGED
|
@@ -5381,243 +5381,6 @@
|
|
|
5381
5381
|
}
|
|
5382
5382
|
]
|
|
5383
5383
|
},
|
|
5384
|
-
{
|
|
5385
|
-
"kind": "javascript-module",
|
|
5386
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5387
|
-
"declarations": [
|
|
5388
|
-
{
|
|
5389
|
-
"kind": "class",
|
|
5390
|
-
"description": "",
|
|
5391
|
-
"name": "SceneInspector",
|
|
5392
|
-
"members": [
|
|
5393
|
-
{
|
|
5394
|
-
"kind": "field",
|
|
5395
|
-
"name": "scene",
|
|
5396
|
-
"type": {
|
|
5397
|
-
"text": "Scene | undefined"
|
|
5398
|
-
},
|
|
5399
|
-
"attribute": "scene"
|
|
5400
|
-
},
|
|
5401
|
-
{
|
|
5402
|
-
"kind": "field",
|
|
5403
|
-
"name": "searchText",
|
|
5404
|
-
"type": {
|
|
5405
|
-
"text": "string"
|
|
5406
|
-
},
|
|
5407
|
-
"privacy": "private",
|
|
5408
|
-
"default": "''"
|
|
5409
|
-
},
|
|
5410
|
-
{
|
|
5411
|
-
"kind": "field",
|
|
5412
|
-
"name": "_extendedMap",
|
|
5413
|
-
"type": {
|
|
5414
|
-
"text": "any"
|
|
5415
|
-
},
|
|
5416
|
-
"privacy": "private"
|
|
5417
|
-
},
|
|
5418
|
-
{
|
|
5419
|
-
"kind": "field",
|
|
5420
|
-
"name": "show",
|
|
5421
|
-
"type": {
|
|
5422
|
-
"text": "boolean"
|
|
5423
|
-
},
|
|
5424
|
-
"privacy": "private",
|
|
5425
|
-
"default": "false"
|
|
5426
|
-
},
|
|
5427
|
-
{
|
|
5428
|
-
"kind": "method",
|
|
5429
|
-
"name": "disconnectScene",
|
|
5430
|
-
"parameters": [
|
|
5431
|
-
{
|
|
5432
|
-
"name": "scene",
|
|
5433
|
-
"optional": true,
|
|
5434
|
-
"type": {
|
|
5435
|
-
"text": "Scene"
|
|
5436
|
-
}
|
|
5437
|
-
}
|
|
5438
|
-
]
|
|
5439
|
-
},
|
|
5440
|
-
{
|
|
5441
|
-
"kind": "method",
|
|
5442
|
-
"name": "refresh"
|
|
5443
|
-
},
|
|
5444
|
-
{
|
|
5445
|
-
"kind": "field",
|
|
5446
|
-
"name": "sortableConfig",
|
|
5447
|
-
"type": {
|
|
5448
|
-
"text": "Sortable.Options"
|
|
5449
|
-
},
|
|
5450
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5451
|
-
},
|
|
5452
|
-
{
|
|
5453
|
-
"kind": "method",
|
|
5454
|
-
"name": "onSort",
|
|
5455
|
-
"parameters": [
|
|
5456
|
-
{
|
|
5457
|
-
"name": "e",
|
|
5458
|
-
"type": {
|
|
5459
|
-
"text": "Sortable.SortableEvent"
|
|
5460
|
-
}
|
|
5461
|
-
}
|
|
5462
|
-
]
|
|
5463
|
-
},
|
|
5464
|
-
{
|
|
5465
|
-
"kind": "method",
|
|
5466
|
-
"name": "_onclick",
|
|
5467
|
-
"parameters": [
|
|
5468
|
-
{
|
|
5469
|
-
"name": "e",
|
|
5470
|
-
"type": {
|
|
5471
|
-
"text": "MouseEvent"
|
|
5472
|
-
}
|
|
5473
|
-
}
|
|
5474
|
-
]
|
|
5475
|
-
},
|
|
5476
|
-
{
|
|
5477
|
-
"kind": "method",
|
|
5478
|
-
"name": "_ondblclick",
|
|
5479
|
-
"parameters": [
|
|
5480
|
-
{
|
|
5481
|
-
"name": "e",
|
|
5482
|
-
"type": {
|
|
5483
|
-
"text": "MouseEvent"
|
|
5484
|
-
}
|
|
5485
|
-
}
|
|
5486
|
-
]
|
|
5487
|
-
},
|
|
5488
|
-
{
|
|
5489
|
-
"kind": "field",
|
|
5490
|
-
"name": "extendedMap",
|
|
5491
|
-
"readonly": true
|
|
5492
|
-
},
|
|
5493
|
-
{
|
|
5494
|
-
"kind": "method",
|
|
5495
|
-
"name": "getNodeHandleClass",
|
|
5496
|
-
"parameters": [
|
|
5497
|
-
{
|
|
5498
|
-
"name": "component",
|
|
5499
|
-
"type": {
|
|
5500
|
-
"text": "Component"
|
|
5501
|
-
}
|
|
5502
|
-
}
|
|
5503
|
-
]
|
|
5504
|
-
},
|
|
5505
|
-
{
|
|
5506
|
-
"kind": "method",
|
|
5507
|
-
"name": "isExtended",
|
|
5508
|
-
"parameters": [
|
|
5509
|
-
{
|
|
5510
|
-
"name": "component",
|
|
5511
|
-
"type": {
|
|
5512
|
-
"text": "Component"
|
|
5513
|
-
}
|
|
5514
|
-
}
|
|
5515
|
-
]
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "method",
|
|
5519
|
-
"name": "toggleExtended",
|
|
5520
|
-
"parameters": [
|
|
5521
|
-
{
|
|
5522
|
-
"name": "component",
|
|
5523
|
-
"type": {
|
|
5524
|
-
"text": "Component"
|
|
5525
|
-
}
|
|
5526
|
-
}
|
|
5527
|
-
]
|
|
5528
|
-
},
|
|
5529
|
-
{
|
|
5530
|
-
"kind": "method",
|
|
5531
|
-
"name": "toggleHidden",
|
|
5532
|
-
"parameters": [
|
|
5533
|
-
{
|
|
5534
|
-
"name": "component",
|
|
5535
|
-
"type": {
|
|
5536
|
-
"text": "Component"
|
|
5537
|
-
}
|
|
5538
|
-
}
|
|
5539
|
-
]
|
|
5540
|
-
},
|
|
5541
|
-
{
|
|
5542
|
-
"kind": "method",
|
|
5543
|
-
"name": "selectComponent",
|
|
5544
|
-
"parameters": [
|
|
5545
|
-
{
|
|
5546
|
-
"name": "component",
|
|
5547
|
-
"type": {
|
|
5548
|
-
"text": "Component"
|
|
5549
|
-
}
|
|
5550
|
-
}
|
|
5551
|
-
]
|
|
5552
|
-
},
|
|
5553
|
-
{
|
|
5554
|
-
"kind": "method",
|
|
5555
|
-
"name": "shouldBeShown",
|
|
5556
|
-
"return": {
|
|
5557
|
-
"type": {
|
|
5558
|
-
"text": "boolean"
|
|
5559
|
-
}
|
|
5560
|
-
},
|
|
5561
|
-
"parameters": [
|
|
5562
|
-
{
|
|
5563
|
-
"name": "component",
|
|
5564
|
-
"type": {
|
|
5565
|
-
"text": "Component"
|
|
5566
|
-
}
|
|
5567
|
-
}
|
|
5568
|
-
]
|
|
5569
|
-
},
|
|
5570
|
-
{
|
|
5571
|
-
"kind": "method",
|
|
5572
|
-
"name": "renderComponent",
|
|
5573
|
-
"return": {
|
|
5574
|
-
"type": {
|
|
5575
|
-
"text": "TemplateResult"
|
|
5576
|
-
}
|
|
5577
|
-
},
|
|
5578
|
-
"parameters": [
|
|
5579
|
-
{
|
|
5580
|
-
"name": "component",
|
|
5581
|
-
"type": {
|
|
5582
|
-
"text": "Component"
|
|
5583
|
-
}
|
|
5584
|
-
},
|
|
5585
|
-
{
|
|
5586
|
-
"name": "depth",
|
|
5587
|
-
"type": {
|
|
5588
|
-
"text": "number"
|
|
5589
|
-
}
|
|
5590
|
-
}
|
|
5591
|
-
]
|
|
5592
|
-
}
|
|
5593
|
-
],
|
|
5594
|
-
"attributes": [
|
|
5595
|
-
{
|
|
5596
|
-
"name": "scene",
|
|
5597
|
-
"type": {
|
|
5598
|
-
"text": "Scene | undefined"
|
|
5599
|
-
},
|
|
5600
|
-
"fieldName": "scene"
|
|
5601
|
-
}
|
|
5602
|
-
],
|
|
5603
|
-
"superclass": {
|
|
5604
|
-
"name": "LitElement",
|
|
5605
|
-
"package": "lit"
|
|
5606
|
-
},
|
|
5607
|
-
"customElement": true
|
|
5608
|
-
}
|
|
5609
|
-
],
|
|
5610
|
-
"exports": [
|
|
5611
|
-
{
|
|
5612
|
-
"kind": "js",
|
|
5613
|
-
"name": "SceneInspector",
|
|
5614
|
-
"declaration": {
|
|
5615
|
-
"name": "SceneInspector",
|
|
5616
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5617
|
-
}
|
|
5618
|
-
}
|
|
5619
|
-
]
|
|
5620
|
-
},
|
|
5621
5384
|
{
|
|
5622
5385
|
"kind": "javascript-module",
|
|
5623
5386
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -6440,33 +6203,428 @@
|
|
|
6440
6203
|
},
|
|
6441
6204
|
{
|
|
6442
6205
|
"kind": "javascript-module",
|
|
6443
|
-
"path": "src/modeller/property-sidebar/
|
|
6206
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6444
6207
|
"declarations": [
|
|
6445
6208
|
{
|
|
6446
6209
|
"kind": "class",
|
|
6447
6210
|
"description": "",
|
|
6448
|
-
"name": "
|
|
6211
|
+
"name": "SceneInspector",
|
|
6449
6212
|
"members": [
|
|
6450
6213
|
{
|
|
6451
6214
|
"kind": "field",
|
|
6452
|
-
"name": "
|
|
6215
|
+
"name": "scene",
|
|
6453
6216
|
"type": {
|
|
6454
|
-
"text": "
|
|
6217
|
+
"text": "Scene | undefined"
|
|
6455
6218
|
},
|
|
6456
|
-
"attribute": "
|
|
6219
|
+
"attribute": "scene"
|
|
6457
6220
|
},
|
|
6458
6221
|
{
|
|
6459
6222
|
"kind": "field",
|
|
6460
|
-
"name": "
|
|
6223
|
+
"name": "searchText",
|
|
6461
6224
|
"type": {
|
|
6462
|
-
"text": "
|
|
6225
|
+
"text": "string"
|
|
6463
6226
|
},
|
|
6464
|
-
"
|
|
6465
|
-
"
|
|
6227
|
+
"privacy": "private",
|
|
6228
|
+
"default": "''"
|
|
6466
6229
|
},
|
|
6467
6230
|
{
|
|
6468
6231
|
"kind": "field",
|
|
6469
|
-
"name": "
|
|
6232
|
+
"name": "_extendedMap",
|
|
6233
|
+
"type": {
|
|
6234
|
+
"text": "any"
|
|
6235
|
+
},
|
|
6236
|
+
"privacy": "private"
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"kind": "field",
|
|
6240
|
+
"name": "show",
|
|
6241
|
+
"type": {
|
|
6242
|
+
"text": "boolean"
|
|
6243
|
+
},
|
|
6244
|
+
"privacy": "private",
|
|
6245
|
+
"default": "false"
|
|
6246
|
+
},
|
|
6247
|
+
{
|
|
6248
|
+
"kind": "method",
|
|
6249
|
+
"name": "disconnectScene",
|
|
6250
|
+
"parameters": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "scene",
|
|
6253
|
+
"optional": true,
|
|
6254
|
+
"type": {
|
|
6255
|
+
"text": "Scene"
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
]
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "method",
|
|
6262
|
+
"name": "refresh"
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "field",
|
|
6266
|
+
"name": "sortableConfig",
|
|
6267
|
+
"type": {
|
|
6268
|
+
"text": "Sortable.Options"
|
|
6269
|
+
},
|
|
6270
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"kind": "method",
|
|
6274
|
+
"name": "onSort",
|
|
6275
|
+
"parameters": [
|
|
6276
|
+
{
|
|
6277
|
+
"name": "e",
|
|
6278
|
+
"type": {
|
|
6279
|
+
"text": "Sortable.SortableEvent"
|
|
6280
|
+
}
|
|
6281
|
+
}
|
|
6282
|
+
]
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"kind": "method",
|
|
6286
|
+
"name": "_onclick",
|
|
6287
|
+
"parameters": [
|
|
6288
|
+
{
|
|
6289
|
+
"name": "e",
|
|
6290
|
+
"type": {
|
|
6291
|
+
"text": "MouseEvent"
|
|
6292
|
+
}
|
|
6293
|
+
}
|
|
6294
|
+
]
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"kind": "method",
|
|
6298
|
+
"name": "_ondblclick",
|
|
6299
|
+
"parameters": [
|
|
6300
|
+
{
|
|
6301
|
+
"name": "e",
|
|
6302
|
+
"type": {
|
|
6303
|
+
"text": "MouseEvent"
|
|
6304
|
+
}
|
|
6305
|
+
}
|
|
6306
|
+
]
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"kind": "field",
|
|
6310
|
+
"name": "extendedMap",
|
|
6311
|
+
"readonly": true
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"kind": "method",
|
|
6315
|
+
"name": "getNodeHandleClass",
|
|
6316
|
+
"parameters": [
|
|
6317
|
+
{
|
|
6318
|
+
"name": "component",
|
|
6319
|
+
"type": {
|
|
6320
|
+
"text": "Component"
|
|
6321
|
+
}
|
|
6322
|
+
}
|
|
6323
|
+
]
|
|
6324
|
+
},
|
|
6325
|
+
{
|
|
6326
|
+
"kind": "method",
|
|
6327
|
+
"name": "isExtended",
|
|
6328
|
+
"parameters": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "component",
|
|
6331
|
+
"type": {
|
|
6332
|
+
"text": "Component"
|
|
6333
|
+
}
|
|
6334
|
+
}
|
|
6335
|
+
]
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"kind": "method",
|
|
6339
|
+
"name": "toggleExtended",
|
|
6340
|
+
"parameters": [
|
|
6341
|
+
{
|
|
6342
|
+
"name": "component",
|
|
6343
|
+
"type": {
|
|
6344
|
+
"text": "Component"
|
|
6345
|
+
}
|
|
6346
|
+
}
|
|
6347
|
+
]
|
|
6348
|
+
},
|
|
6349
|
+
{
|
|
6350
|
+
"kind": "method",
|
|
6351
|
+
"name": "toggleHidden",
|
|
6352
|
+
"parameters": [
|
|
6353
|
+
{
|
|
6354
|
+
"name": "component",
|
|
6355
|
+
"type": {
|
|
6356
|
+
"text": "Component"
|
|
6357
|
+
}
|
|
6358
|
+
}
|
|
6359
|
+
]
|
|
6360
|
+
},
|
|
6361
|
+
{
|
|
6362
|
+
"kind": "method",
|
|
6363
|
+
"name": "selectComponent",
|
|
6364
|
+
"parameters": [
|
|
6365
|
+
{
|
|
6366
|
+
"name": "component",
|
|
6367
|
+
"type": {
|
|
6368
|
+
"text": "Component"
|
|
6369
|
+
}
|
|
6370
|
+
}
|
|
6371
|
+
]
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"kind": "method",
|
|
6375
|
+
"name": "shouldBeShown",
|
|
6376
|
+
"return": {
|
|
6377
|
+
"type": {
|
|
6378
|
+
"text": "boolean"
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6381
|
+
"parameters": [
|
|
6382
|
+
{
|
|
6383
|
+
"name": "component",
|
|
6384
|
+
"type": {
|
|
6385
|
+
"text": "Component"
|
|
6386
|
+
}
|
|
6387
|
+
}
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"kind": "method",
|
|
6392
|
+
"name": "renderComponent",
|
|
6393
|
+
"return": {
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "TemplateResult"
|
|
6396
|
+
}
|
|
6397
|
+
},
|
|
6398
|
+
"parameters": [
|
|
6399
|
+
{
|
|
6400
|
+
"name": "component",
|
|
6401
|
+
"type": {
|
|
6402
|
+
"text": "Component"
|
|
6403
|
+
}
|
|
6404
|
+
},
|
|
6405
|
+
{
|
|
6406
|
+
"name": "depth",
|
|
6407
|
+
"type": {
|
|
6408
|
+
"text": "number"
|
|
6409
|
+
}
|
|
6410
|
+
}
|
|
6411
|
+
]
|
|
6412
|
+
}
|
|
6413
|
+
],
|
|
6414
|
+
"attributes": [
|
|
6415
|
+
{
|
|
6416
|
+
"name": "scene",
|
|
6417
|
+
"type": {
|
|
6418
|
+
"text": "Scene | undefined"
|
|
6419
|
+
},
|
|
6420
|
+
"fieldName": "scene"
|
|
6421
|
+
}
|
|
6422
|
+
],
|
|
6423
|
+
"superclass": {
|
|
6424
|
+
"name": "LitElement",
|
|
6425
|
+
"package": "lit"
|
|
6426
|
+
},
|
|
6427
|
+
"customElement": true
|
|
6428
|
+
}
|
|
6429
|
+
],
|
|
6430
|
+
"exports": [
|
|
6431
|
+
{
|
|
6432
|
+
"kind": "js",
|
|
6433
|
+
"name": "SceneInspector",
|
|
6434
|
+
"declaration": {
|
|
6435
|
+
"name": "SceneInspector",
|
|
6436
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6437
|
+
}
|
|
6438
|
+
}
|
|
6439
|
+
]
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"kind": "javascript-module",
|
|
6443
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6444
|
+
"declarations": [
|
|
6445
|
+
{
|
|
6446
|
+
"kind": "class",
|
|
6447
|
+
"description": "",
|
|
6448
|
+
"name": "PropertyStyles",
|
|
6449
|
+
"members": [
|
|
6450
|
+
{
|
|
6451
|
+
"kind": "field",
|
|
6452
|
+
"name": "value",
|
|
6453
|
+
"type": {
|
|
6454
|
+
"text": "any"
|
|
6455
|
+
},
|
|
6456
|
+
"default": "{}",
|
|
6457
|
+
"attribute": "value"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"kind": "field",
|
|
6461
|
+
"name": "selected",
|
|
6462
|
+
"type": {
|
|
6463
|
+
"text": "Component[]"
|
|
6464
|
+
},
|
|
6465
|
+
"default": "[]",
|
|
6466
|
+
"attribute": "selected"
|
|
6467
|
+
},
|
|
6468
|
+
{
|
|
6469
|
+
"kind": "field",
|
|
6470
|
+
"name": "fonts",
|
|
6471
|
+
"type": {
|
|
6472
|
+
"text": "any[]"
|
|
6473
|
+
},
|
|
6474
|
+
"default": "[]",
|
|
6475
|
+
"attribute": "fonts"
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"kind": "method",
|
|
6479
|
+
"name": "_isLine",
|
|
6480
|
+
"parameters": [
|
|
6481
|
+
{
|
|
6482
|
+
"name": "selected",
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "Component[]"
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
]
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "method",
|
|
6491
|
+
"name": "_onValueChange",
|
|
6492
|
+
"parameters": [
|
|
6493
|
+
{
|
|
6494
|
+
"name": "e",
|
|
6495
|
+
"type": {
|
|
6496
|
+
"text": "Event"
|
|
6497
|
+
}
|
|
6498
|
+
}
|
|
6499
|
+
],
|
|
6500
|
+
"inheritedFrom": {
|
|
6501
|
+
"name": "AbstractProperty",
|
|
6502
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6503
|
+
}
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"kind": "method",
|
|
6507
|
+
"name": "_getValueFromEventTarget",
|
|
6508
|
+
"parameters": [
|
|
6509
|
+
{
|
|
6510
|
+
"name": "element",
|
|
6511
|
+
"type": {
|
|
6512
|
+
"text": "HTMLElement"
|
|
6513
|
+
}
|
|
6514
|
+
}
|
|
6515
|
+
],
|
|
6516
|
+
"inheritedFrom": {
|
|
6517
|
+
"name": "AbstractProperty",
|
|
6518
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6519
|
+
}
|
|
6520
|
+
},
|
|
6521
|
+
{
|
|
6522
|
+
"kind": "method",
|
|
6523
|
+
"name": "_onAfterValueChange",
|
|
6524
|
+
"parameters": [
|
|
6525
|
+
{
|
|
6526
|
+
"name": "key",
|
|
6527
|
+
"type": {
|
|
6528
|
+
"text": "string"
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"name": "value",
|
|
6533
|
+
"type": {
|
|
6534
|
+
"text": "any"
|
|
6535
|
+
}
|
|
6536
|
+
}
|
|
6537
|
+
],
|
|
6538
|
+
"inheritedFrom": {
|
|
6539
|
+
"name": "AbstractProperty",
|
|
6540
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6541
|
+
}
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
"attributes": [
|
|
6545
|
+
{
|
|
6546
|
+
"name": "value",
|
|
6547
|
+
"type": {
|
|
6548
|
+
"text": "any"
|
|
6549
|
+
},
|
|
6550
|
+
"default": "{}",
|
|
6551
|
+
"fieldName": "value"
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"name": "selected",
|
|
6555
|
+
"type": {
|
|
6556
|
+
"text": "Component[]"
|
|
6557
|
+
},
|
|
6558
|
+
"default": "[]",
|
|
6559
|
+
"fieldName": "selected"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "fonts",
|
|
6563
|
+
"type": {
|
|
6564
|
+
"text": "any[]"
|
|
6565
|
+
},
|
|
6566
|
+
"default": "[]",
|
|
6567
|
+
"fieldName": "fonts"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"superclass": {
|
|
6571
|
+
"name": "AbstractProperty",
|
|
6572
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6573
|
+
},
|
|
6574
|
+
"events": [
|
|
6575
|
+
{
|
|
6576
|
+
"name": "property-change",
|
|
6577
|
+
"type": {
|
|
6578
|
+
"text": "CustomEvent"
|
|
6579
|
+
},
|
|
6580
|
+
"inheritedFrom": {
|
|
6581
|
+
"name": "AbstractProperty",
|
|
6582
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6583
|
+
}
|
|
6584
|
+
}
|
|
6585
|
+
]
|
|
6586
|
+
}
|
|
6587
|
+
],
|
|
6588
|
+
"exports": [
|
|
6589
|
+
{
|
|
6590
|
+
"kind": "js",
|
|
6591
|
+
"name": "PropertyStyles",
|
|
6592
|
+
"declaration": {
|
|
6593
|
+
"name": "PropertyStyles",
|
|
6594
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6595
|
+
}
|
|
6596
|
+
}
|
|
6597
|
+
]
|
|
6598
|
+
},
|
|
6599
|
+
{
|
|
6600
|
+
"kind": "javascript-module",
|
|
6601
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6602
|
+
"declarations": [
|
|
6603
|
+
{
|
|
6604
|
+
"kind": "class",
|
|
6605
|
+
"description": "",
|
|
6606
|
+
"name": "SpecificPropertiesBuilder",
|
|
6607
|
+
"members": [
|
|
6608
|
+
{
|
|
6609
|
+
"kind": "field",
|
|
6610
|
+
"name": "value",
|
|
6611
|
+
"type": {
|
|
6612
|
+
"text": "any"
|
|
6613
|
+
},
|
|
6614
|
+
"attribute": "value"
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"kind": "field",
|
|
6618
|
+
"name": "props",
|
|
6619
|
+
"type": {
|
|
6620
|
+
"text": "any[]"
|
|
6621
|
+
},
|
|
6622
|
+
"default": "[]",
|
|
6623
|
+
"attribute": "props"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"kind": "field",
|
|
6627
|
+
"name": "propertyEditor",
|
|
6470
6628
|
"type": {
|
|
6471
6629
|
"text": "any"
|
|
6472
6630
|
},
|
|
@@ -6784,164 +6942,6 @@
|
|
|
6784
6942
|
}
|
|
6785
6943
|
}
|
|
6786
6944
|
]
|
|
6787
|
-
},
|
|
6788
|
-
{
|
|
6789
|
-
"kind": "javascript-module",
|
|
6790
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6791
|
-
"declarations": [
|
|
6792
|
-
{
|
|
6793
|
-
"kind": "class",
|
|
6794
|
-
"description": "",
|
|
6795
|
-
"name": "PropertyStyles",
|
|
6796
|
-
"members": [
|
|
6797
|
-
{
|
|
6798
|
-
"kind": "field",
|
|
6799
|
-
"name": "value",
|
|
6800
|
-
"type": {
|
|
6801
|
-
"text": "any"
|
|
6802
|
-
},
|
|
6803
|
-
"default": "{}",
|
|
6804
|
-
"attribute": "value"
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"kind": "field",
|
|
6808
|
-
"name": "selected",
|
|
6809
|
-
"type": {
|
|
6810
|
-
"text": "Component[]"
|
|
6811
|
-
},
|
|
6812
|
-
"default": "[]",
|
|
6813
|
-
"attribute": "selected"
|
|
6814
|
-
},
|
|
6815
|
-
{
|
|
6816
|
-
"kind": "field",
|
|
6817
|
-
"name": "fonts",
|
|
6818
|
-
"type": {
|
|
6819
|
-
"text": "any[]"
|
|
6820
|
-
},
|
|
6821
|
-
"default": "[]",
|
|
6822
|
-
"attribute": "fonts"
|
|
6823
|
-
},
|
|
6824
|
-
{
|
|
6825
|
-
"kind": "method",
|
|
6826
|
-
"name": "_isLine",
|
|
6827
|
-
"parameters": [
|
|
6828
|
-
{
|
|
6829
|
-
"name": "selected",
|
|
6830
|
-
"type": {
|
|
6831
|
-
"text": "Component[]"
|
|
6832
|
-
}
|
|
6833
|
-
}
|
|
6834
|
-
]
|
|
6835
|
-
},
|
|
6836
|
-
{
|
|
6837
|
-
"kind": "method",
|
|
6838
|
-
"name": "_onValueChange",
|
|
6839
|
-
"parameters": [
|
|
6840
|
-
{
|
|
6841
|
-
"name": "e",
|
|
6842
|
-
"type": {
|
|
6843
|
-
"text": "Event"
|
|
6844
|
-
}
|
|
6845
|
-
}
|
|
6846
|
-
],
|
|
6847
|
-
"inheritedFrom": {
|
|
6848
|
-
"name": "AbstractProperty",
|
|
6849
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6850
|
-
}
|
|
6851
|
-
},
|
|
6852
|
-
{
|
|
6853
|
-
"kind": "method",
|
|
6854
|
-
"name": "_getValueFromEventTarget",
|
|
6855
|
-
"parameters": [
|
|
6856
|
-
{
|
|
6857
|
-
"name": "element",
|
|
6858
|
-
"type": {
|
|
6859
|
-
"text": "HTMLElement"
|
|
6860
|
-
}
|
|
6861
|
-
}
|
|
6862
|
-
],
|
|
6863
|
-
"inheritedFrom": {
|
|
6864
|
-
"name": "AbstractProperty",
|
|
6865
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6866
|
-
}
|
|
6867
|
-
},
|
|
6868
|
-
{
|
|
6869
|
-
"kind": "method",
|
|
6870
|
-
"name": "_onAfterValueChange",
|
|
6871
|
-
"parameters": [
|
|
6872
|
-
{
|
|
6873
|
-
"name": "key",
|
|
6874
|
-
"type": {
|
|
6875
|
-
"text": "string"
|
|
6876
|
-
}
|
|
6877
|
-
},
|
|
6878
|
-
{
|
|
6879
|
-
"name": "value",
|
|
6880
|
-
"type": {
|
|
6881
|
-
"text": "any"
|
|
6882
|
-
}
|
|
6883
|
-
}
|
|
6884
|
-
],
|
|
6885
|
-
"inheritedFrom": {
|
|
6886
|
-
"name": "AbstractProperty",
|
|
6887
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6888
|
-
}
|
|
6889
|
-
}
|
|
6890
|
-
],
|
|
6891
|
-
"attributes": [
|
|
6892
|
-
{
|
|
6893
|
-
"name": "value",
|
|
6894
|
-
"type": {
|
|
6895
|
-
"text": "any"
|
|
6896
|
-
},
|
|
6897
|
-
"default": "{}",
|
|
6898
|
-
"fieldName": "value"
|
|
6899
|
-
},
|
|
6900
|
-
{
|
|
6901
|
-
"name": "selected",
|
|
6902
|
-
"type": {
|
|
6903
|
-
"text": "Component[]"
|
|
6904
|
-
},
|
|
6905
|
-
"default": "[]",
|
|
6906
|
-
"fieldName": "selected"
|
|
6907
|
-
},
|
|
6908
|
-
{
|
|
6909
|
-
"name": "fonts",
|
|
6910
|
-
"type": {
|
|
6911
|
-
"text": "any[]"
|
|
6912
|
-
},
|
|
6913
|
-
"default": "[]",
|
|
6914
|
-
"fieldName": "fonts"
|
|
6915
|
-
}
|
|
6916
|
-
],
|
|
6917
|
-
"superclass": {
|
|
6918
|
-
"name": "AbstractProperty",
|
|
6919
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6920
|
-
},
|
|
6921
|
-
"events": [
|
|
6922
|
-
{
|
|
6923
|
-
"name": "property-change",
|
|
6924
|
-
"type": {
|
|
6925
|
-
"text": "CustomEvent"
|
|
6926
|
-
},
|
|
6927
|
-
"inheritedFrom": {
|
|
6928
|
-
"name": "AbstractProperty",
|
|
6929
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6930
|
-
}
|
|
6931
|
-
}
|
|
6932
|
-
]
|
|
6933
|
-
}
|
|
6934
|
-
],
|
|
6935
|
-
"exports": [
|
|
6936
|
-
{
|
|
6937
|
-
"kind": "js",
|
|
6938
|
-
"name": "PropertyStyles",
|
|
6939
|
-
"declaration": {
|
|
6940
|
-
"name": "PropertyStyles",
|
|
6941
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6942
|
-
}
|
|
6943
|
-
}
|
|
6944
|
-
]
|
|
6945
6945
|
}
|
|
6946
6946
|
]
|
|
6947
6947
|
}
|