@fmsim/board 1.0.10 → 1.0.11
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 +543 -543
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1682,6 +1619,69 @@
|
|
|
1682
1619
|
"declarations": [],
|
|
1683
1620
|
"exports": []
|
|
1684
1621
|
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "javascript-module",
|
|
1624
|
+
"path": "stories/index.stories.ts",
|
|
1625
|
+
"declarations": [
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "variable",
|
|
1628
|
+
"name": "Regular"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "variable",
|
|
1632
|
+
"name": "CustomTitle"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "variable",
|
|
1636
|
+
"name": "CustomCounter"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"kind": "variable",
|
|
1640
|
+
"name": "SlottedContent"
|
|
1641
|
+
}
|
|
1642
|
+
],
|
|
1643
|
+
"exports": [
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "js",
|
|
1646
|
+
"name": "default",
|
|
1647
|
+
"declaration": {
|
|
1648
|
+
"module": "stories/index.stories.ts"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "js",
|
|
1653
|
+
"name": "Regular",
|
|
1654
|
+
"declaration": {
|
|
1655
|
+
"name": "Regular",
|
|
1656
|
+
"module": "stories/index.stories.ts"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "js",
|
|
1661
|
+
"name": "CustomTitle",
|
|
1662
|
+
"declaration": {
|
|
1663
|
+
"name": "CustomTitle",
|
|
1664
|
+
"module": "stories/index.stories.ts"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "js",
|
|
1669
|
+
"name": "CustomCounter",
|
|
1670
|
+
"declaration": {
|
|
1671
|
+
"name": "CustomCounter",
|
|
1672
|
+
"module": "stories/index.stories.ts"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "js",
|
|
1677
|
+
"name": "SlottedContent",
|
|
1678
|
+
"declaration": {
|
|
1679
|
+
"name": "SlottedContent",
|
|
1680
|
+
"module": "stories/index.stories.ts"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
]
|
|
1684
|
+
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"kind": "javascript-module",
|
|
1687
1687
|
"path": "src/component/etc.ts",
|
|
@@ -5207,367 +5207,127 @@
|
|
|
5207
5207
|
},
|
|
5208
5208
|
{
|
|
5209
5209
|
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/modeller/property-sidebar/
|
|
5210
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5211
|
+
"declarations": [
|
|
5212
|
+
{
|
|
5213
|
+
"kind": "variable",
|
|
5214
|
+
"name": "EffectsSharedStyle",
|
|
5215
|
+
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5216
|
+
}
|
|
5217
|
+
],
|
|
5218
|
+
"exports": [
|
|
5219
|
+
{
|
|
5220
|
+
"kind": "js",
|
|
5221
|
+
"name": "EffectsSharedStyle",
|
|
5222
|
+
"declaration": {
|
|
5223
|
+
"name": "EffectsSharedStyle",
|
|
5224
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5225
|
+
}
|
|
5226
|
+
}
|
|
5227
|
+
]
|
|
5228
|
+
},
|
|
5229
|
+
{
|
|
5230
|
+
"kind": "javascript-module",
|
|
5231
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5211
5232
|
"declarations": [
|
|
5212
5233
|
{
|
|
5213
5234
|
"kind": "class",
|
|
5214
5235
|
"description": "",
|
|
5215
|
-
"name": "
|
|
5236
|
+
"name": "PropertyEffects",
|
|
5216
5237
|
"members": [
|
|
5217
5238
|
{
|
|
5218
5239
|
"kind": "field",
|
|
5219
|
-
"name": "
|
|
5220
|
-
"type": {
|
|
5221
|
-
"text": "Scene | undefined"
|
|
5222
|
-
},
|
|
5223
|
-
"attribute": "scene"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"kind": "field",
|
|
5227
|
-
"name": "searchText",
|
|
5240
|
+
"name": "value",
|
|
5228
5241
|
"type": {
|
|
5229
|
-
"text": "
|
|
5242
|
+
"text": "Properties | undefined"
|
|
5230
5243
|
},
|
|
5231
|
-
"
|
|
5232
|
-
"default": "''"
|
|
5244
|
+
"attribute": "value"
|
|
5233
5245
|
},
|
|
5234
5246
|
{
|
|
5235
5247
|
"kind": "field",
|
|
5236
|
-
"name": "
|
|
5248
|
+
"name": "scene",
|
|
5237
5249
|
"type": {
|
|
5238
|
-
"text": "
|
|
5250
|
+
"text": "Scene | undefined"
|
|
5239
5251
|
},
|
|
5240
|
-
"
|
|
5252
|
+
"attribute": "scene"
|
|
5241
5253
|
},
|
|
5242
5254
|
{
|
|
5243
5255
|
"kind": "field",
|
|
5244
|
-
"name": "
|
|
5256
|
+
"name": "selected",
|
|
5245
5257
|
"type": {
|
|
5246
|
-
"text": "
|
|
5258
|
+
"text": "Component[]"
|
|
5247
5259
|
},
|
|
5248
|
-
"
|
|
5249
|
-
"
|
|
5260
|
+
"default": "[]",
|
|
5261
|
+
"attribute": "selected"
|
|
5250
5262
|
},
|
|
5251
5263
|
{
|
|
5252
5264
|
"kind": "field",
|
|
5253
|
-
"name": "
|
|
5254
|
-
"
|
|
5255
|
-
|
|
5256
|
-
},
|
|
5257
|
-
"privacy": "private",
|
|
5258
|
-
"default": "-1"
|
|
5265
|
+
"name": "scopedElements",
|
|
5266
|
+
"static": true,
|
|
5267
|
+
"readonly": true
|
|
5259
5268
|
},
|
|
5260
5269
|
{
|
|
5261
5270
|
"kind": "method",
|
|
5262
|
-
"name": "
|
|
5271
|
+
"name": "_onValueChange",
|
|
5263
5272
|
"parameters": [
|
|
5264
5273
|
{
|
|
5265
|
-
"name": "
|
|
5266
|
-
"optional": true,
|
|
5274
|
+
"name": "e",
|
|
5267
5275
|
"type": {
|
|
5268
|
-
"text": "
|
|
5276
|
+
"text": "Event"
|
|
5269
5277
|
}
|
|
5270
5278
|
}
|
|
5271
|
-
]
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5279
|
+
],
|
|
5280
|
+
"inheritedFrom": {
|
|
5281
|
+
"name": "AbstractProperty",
|
|
5282
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5283
|
+
}
|
|
5276
5284
|
},
|
|
5277
5285
|
{
|
|
5278
5286
|
"kind": "method",
|
|
5279
|
-
"name": "
|
|
5287
|
+
"name": "_getValueFromEventTarget",
|
|
5280
5288
|
"parameters": [
|
|
5281
5289
|
{
|
|
5282
|
-
"name": "
|
|
5290
|
+
"name": "element",
|
|
5283
5291
|
"type": {
|
|
5284
|
-
"text": "
|
|
5292
|
+
"text": "HTMLElement"
|
|
5285
5293
|
}
|
|
5286
5294
|
}
|
|
5287
|
-
]
|
|
5295
|
+
],
|
|
5296
|
+
"inheritedFrom": {
|
|
5297
|
+
"name": "AbstractProperty",
|
|
5298
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5299
|
+
}
|
|
5288
5300
|
},
|
|
5289
5301
|
{
|
|
5290
5302
|
"kind": "method",
|
|
5291
|
-
"name": "
|
|
5303
|
+
"name": "_onAfterValueChange",
|
|
5292
5304
|
"parameters": [
|
|
5293
5305
|
{
|
|
5294
|
-
"name": "
|
|
5306
|
+
"name": "key",
|
|
5295
5307
|
"type": {
|
|
5296
|
-
"text": "
|
|
5308
|
+
"text": "string"
|
|
5297
5309
|
}
|
|
5298
|
-
}
|
|
5299
|
-
]
|
|
5300
|
-
},
|
|
5301
|
-
{
|
|
5302
|
-
"kind": "field",
|
|
5303
|
-
"name": "extendedMap",
|
|
5304
|
-
"readonly": true
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"kind": "method",
|
|
5308
|
-
"name": "getNodeHandleClass",
|
|
5309
|
-
"parameters": [
|
|
5310
|
+
},
|
|
5310
5311
|
{
|
|
5311
|
-
"name": "
|
|
5312
|
+
"name": "value",
|
|
5312
5313
|
"type": {
|
|
5313
|
-
"text": "
|
|
5314
|
+
"text": "any"
|
|
5314
5315
|
}
|
|
5315
5316
|
}
|
|
5316
|
-
]
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
{
|
|
5331
|
-
"kind": "method",
|
|
5332
|
-
"name": "toggleExtended",
|
|
5333
|
-
"parameters": [
|
|
5334
|
-
{
|
|
5335
|
-
"name": "component",
|
|
5336
|
-
"type": {
|
|
5337
|
-
"text": "Component"
|
|
5338
|
-
}
|
|
5339
|
-
}
|
|
5340
|
-
]
|
|
5341
|
-
},
|
|
5342
|
-
{
|
|
5343
|
-
"kind": "method",
|
|
5344
|
-
"name": "toggleHidden",
|
|
5345
|
-
"parameters": [
|
|
5346
|
-
{
|
|
5347
|
-
"name": "component",
|
|
5348
|
-
"type": {
|
|
5349
|
-
"text": "Component"
|
|
5350
|
-
}
|
|
5351
|
-
}
|
|
5352
|
-
]
|
|
5353
|
-
},
|
|
5354
|
-
{
|
|
5355
|
-
"kind": "method",
|
|
5356
|
-
"name": "selectComponent",
|
|
5357
|
-
"parameters": [
|
|
5358
|
-
{
|
|
5359
|
-
"name": "component",
|
|
5360
|
-
"type": {
|
|
5361
|
-
"text": "Component"
|
|
5362
|
-
}
|
|
5363
|
-
},
|
|
5364
|
-
{
|
|
5365
|
-
"name": "append",
|
|
5366
|
-
"default": "false",
|
|
5367
|
-
"type": {
|
|
5368
|
-
"text": "boolean"
|
|
5369
|
-
}
|
|
5370
|
-
}
|
|
5371
|
-
]
|
|
5372
|
-
},
|
|
5373
|
-
{
|
|
5374
|
-
"kind": "method",
|
|
5375
|
-
"name": "shouldBeShown",
|
|
5376
|
-
"return": {
|
|
5377
|
-
"type": {
|
|
5378
|
-
"text": "boolean"
|
|
5379
|
-
}
|
|
5380
|
-
},
|
|
5381
|
-
"parameters": [
|
|
5382
|
-
{
|
|
5383
|
-
"name": "component",
|
|
5384
|
-
"type": {
|
|
5385
|
-
"text": "Component"
|
|
5386
|
-
}
|
|
5387
|
-
},
|
|
5388
|
-
{
|
|
5389
|
-
"name": "counting",
|
|
5390
|
-
"default": "false",
|
|
5391
|
-
"type": {
|
|
5392
|
-
"text": "boolean"
|
|
5393
|
-
}
|
|
5394
|
-
}
|
|
5395
|
-
]
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "method",
|
|
5399
|
-
"name": "renderComponent",
|
|
5400
|
-
"return": {
|
|
5401
|
-
"type": {
|
|
5402
|
-
"text": "TemplateResult"
|
|
5403
|
-
}
|
|
5404
|
-
},
|
|
5405
|
-
"parameters": [
|
|
5406
|
-
{
|
|
5407
|
-
"name": "component",
|
|
5408
|
-
"type": {
|
|
5409
|
-
"text": "Component"
|
|
5410
|
-
}
|
|
5411
|
-
},
|
|
5412
|
-
{
|
|
5413
|
-
"name": "depth",
|
|
5414
|
-
"type": {
|
|
5415
|
-
"text": "number"
|
|
5416
|
-
}
|
|
5417
|
-
}
|
|
5418
|
-
]
|
|
5419
|
-
}
|
|
5420
|
-
],
|
|
5421
|
-
"attributes": [
|
|
5422
|
-
{
|
|
5423
|
-
"name": "scene",
|
|
5424
|
-
"type": {
|
|
5425
|
-
"text": "Scene | undefined"
|
|
5426
|
-
},
|
|
5427
|
-
"fieldName": "scene"
|
|
5428
|
-
}
|
|
5429
|
-
],
|
|
5430
|
-
"superclass": {
|
|
5431
|
-
"name": "LitElement",
|
|
5432
|
-
"package": "lit"
|
|
5433
|
-
},
|
|
5434
|
-
"customElement": true
|
|
5435
|
-
}
|
|
5436
|
-
],
|
|
5437
|
-
"exports": [
|
|
5438
|
-
{
|
|
5439
|
-
"kind": "js",
|
|
5440
|
-
"name": "SceneInspector",
|
|
5441
|
-
"declaration": {
|
|
5442
|
-
"name": "SceneInspector",
|
|
5443
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5444
|
-
}
|
|
5445
|
-
}
|
|
5446
|
-
]
|
|
5447
|
-
},
|
|
5448
|
-
{
|
|
5449
|
-
"kind": "javascript-module",
|
|
5450
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5451
|
-
"declarations": [
|
|
5452
|
-
{
|
|
5453
|
-
"kind": "variable",
|
|
5454
|
-
"name": "EffectsSharedStyle",
|
|
5455
|
-
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5456
|
-
}
|
|
5457
|
-
],
|
|
5458
|
-
"exports": [
|
|
5459
|
-
{
|
|
5460
|
-
"kind": "js",
|
|
5461
|
-
"name": "EffectsSharedStyle",
|
|
5462
|
-
"declaration": {
|
|
5463
|
-
"name": "EffectsSharedStyle",
|
|
5464
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5465
|
-
}
|
|
5466
|
-
}
|
|
5467
|
-
]
|
|
5468
|
-
},
|
|
5469
|
-
{
|
|
5470
|
-
"kind": "javascript-module",
|
|
5471
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5472
|
-
"declarations": [
|
|
5473
|
-
{
|
|
5474
|
-
"kind": "class",
|
|
5475
|
-
"description": "",
|
|
5476
|
-
"name": "PropertyEffects",
|
|
5477
|
-
"members": [
|
|
5478
|
-
{
|
|
5479
|
-
"kind": "field",
|
|
5480
|
-
"name": "value",
|
|
5481
|
-
"type": {
|
|
5482
|
-
"text": "Properties | undefined"
|
|
5483
|
-
},
|
|
5484
|
-
"attribute": "value"
|
|
5485
|
-
},
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "field",
|
|
5488
|
-
"name": "scene",
|
|
5489
|
-
"type": {
|
|
5490
|
-
"text": "Scene | undefined"
|
|
5491
|
-
},
|
|
5492
|
-
"attribute": "scene"
|
|
5493
|
-
},
|
|
5494
|
-
{
|
|
5495
|
-
"kind": "field",
|
|
5496
|
-
"name": "selected",
|
|
5497
|
-
"type": {
|
|
5498
|
-
"text": "Component[]"
|
|
5499
|
-
},
|
|
5500
|
-
"default": "[]",
|
|
5501
|
-
"attribute": "selected"
|
|
5502
|
-
},
|
|
5503
|
-
{
|
|
5504
|
-
"kind": "field",
|
|
5505
|
-
"name": "scopedElements",
|
|
5506
|
-
"static": true,
|
|
5507
|
-
"readonly": true
|
|
5508
|
-
},
|
|
5509
|
-
{
|
|
5510
|
-
"kind": "method",
|
|
5511
|
-
"name": "_onValueChange",
|
|
5512
|
-
"parameters": [
|
|
5513
|
-
{
|
|
5514
|
-
"name": "e",
|
|
5515
|
-
"type": {
|
|
5516
|
-
"text": "Event"
|
|
5517
|
-
}
|
|
5518
|
-
}
|
|
5519
|
-
],
|
|
5520
|
-
"inheritedFrom": {
|
|
5521
|
-
"name": "AbstractProperty",
|
|
5522
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5523
|
-
}
|
|
5524
|
-
},
|
|
5525
|
-
{
|
|
5526
|
-
"kind": "method",
|
|
5527
|
-
"name": "_getValueFromEventTarget",
|
|
5528
|
-
"parameters": [
|
|
5529
|
-
{
|
|
5530
|
-
"name": "element",
|
|
5531
|
-
"type": {
|
|
5532
|
-
"text": "HTMLElement"
|
|
5533
|
-
}
|
|
5534
|
-
}
|
|
5535
|
-
],
|
|
5536
|
-
"inheritedFrom": {
|
|
5537
|
-
"name": "AbstractProperty",
|
|
5538
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5539
|
-
}
|
|
5540
|
-
},
|
|
5541
|
-
{
|
|
5542
|
-
"kind": "method",
|
|
5543
|
-
"name": "_onAfterValueChange",
|
|
5544
|
-
"parameters": [
|
|
5545
|
-
{
|
|
5546
|
-
"name": "key",
|
|
5547
|
-
"type": {
|
|
5548
|
-
"text": "string"
|
|
5549
|
-
}
|
|
5550
|
-
},
|
|
5551
|
-
{
|
|
5552
|
-
"name": "value",
|
|
5553
|
-
"type": {
|
|
5554
|
-
"text": "any"
|
|
5555
|
-
}
|
|
5556
|
-
}
|
|
5557
|
-
],
|
|
5558
|
-
"inheritedFrom": {
|
|
5559
|
-
"name": "AbstractProperty",
|
|
5560
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5561
|
-
}
|
|
5562
|
-
}
|
|
5563
|
-
],
|
|
5564
|
-
"attributes": [
|
|
5565
|
-
{
|
|
5566
|
-
"name": "value",
|
|
5567
|
-
"type": {
|
|
5568
|
-
"text": "Properties | undefined"
|
|
5569
|
-
},
|
|
5570
|
-
"fieldName": "value"
|
|
5317
|
+
],
|
|
5318
|
+
"inheritedFrom": {
|
|
5319
|
+
"name": "AbstractProperty",
|
|
5320
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5321
|
+
}
|
|
5322
|
+
}
|
|
5323
|
+
],
|
|
5324
|
+
"attributes": [
|
|
5325
|
+
{
|
|
5326
|
+
"name": "value",
|
|
5327
|
+
"type": {
|
|
5328
|
+
"text": "Properties | undefined"
|
|
5329
|
+
},
|
|
5330
|
+
"fieldName": "value"
|
|
5571
5331
|
},
|
|
5572
5332
|
{
|
|
5573
5333
|
"name": "scene",
|
|
@@ -6016,290 +5776,363 @@
|
|
|
6016
5776
|
},
|
|
6017
5777
|
{
|
|
6018
5778
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/
|
|
6020
|
-
"declarations": [
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "variable",
|
|
6023
|
-
"name": "BoxPaddingEditorStyles",
|
|
6024
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"exports": [
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "js",
|
|
6030
|
-
"name": "BoxPaddingEditorStyles",
|
|
6031
|
-
"declaration": {
|
|
6032
|
-
"name": "BoxPaddingEditorStyles",
|
|
6033
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
]
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5779
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6041
5780
|
"declarations": [
|
|
6042
5781
|
{
|
|
6043
5782
|
"kind": "class",
|
|
6044
5783
|
"description": "",
|
|
6045
|
-
"name": "
|
|
5784
|
+
"name": "SceneInspector",
|
|
6046
5785
|
"members": [
|
|
6047
5786
|
{
|
|
6048
5787
|
"kind": "field",
|
|
6049
|
-
"name": "
|
|
5788
|
+
"name": "scene",
|
|
6050
5789
|
"type": {
|
|
6051
|
-
"text": "
|
|
5790
|
+
"text": "Scene | undefined"
|
|
6052
5791
|
},
|
|
6053
|
-
"attribute": "
|
|
5792
|
+
"attribute": "scene"
|
|
6054
5793
|
},
|
|
6055
5794
|
{
|
|
6056
5795
|
"kind": "field",
|
|
6057
|
-
"name": "
|
|
5796
|
+
"name": "searchText",
|
|
6058
5797
|
"type": {
|
|
6059
|
-
"text": "
|
|
5798
|
+
"text": "string"
|
|
6060
5799
|
},
|
|
6061
|
-
"
|
|
6062
|
-
"
|
|
5800
|
+
"privacy": "private",
|
|
5801
|
+
"default": "''"
|
|
6063
5802
|
},
|
|
6064
5803
|
{
|
|
6065
5804
|
"kind": "field",
|
|
6066
|
-
"name": "
|
|
5805
|
+
"name": "_extendedMap",
|
|
6067
5806
|
"type": {
|
|
6068
|
-
"text": "
|
|
5807
|
+
"text": "any"
|
|
6069
5808
|
},
|
|
6070
|
-
"
|
|
6071
|
-
|
|
5809
|
+
"privacy": "private"
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"kind": "field",
|
|
5813
|
+
"name": "show",
|
|
5814
|
+
"type": {
|
|
5815
|
+
"text": "boolean"
|
|
5816
|
+
},
|
|
5817
|
+
"privacy": "private",
|
|
5818
|
+
"default": "false"
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "field",
|
|
5822
|
+
"name": "count",
|
|
5823
|
+
"type": {
|
|
5824
|
+
"text": "number"
|
|
5825
|
+
},
|
|
5826
|
+
"privacy": "private",
|
|
5827
|
+
"default": "-1"
|
|
6072
5828
|
},
|
|
6073
5829
|
{
|
|
6074
5830
|
"kind": "method",
|
|
6075
|
-
"name": "
|
|
5831
|
+
"name": "disconnectScene",
|
|
6076
5832
|
"parameters": [
|
|
6077
5833
|
{
|
|
6078
|
-
"name": "
|
|
5834
|
+
"name": "scene",
|
|
5835
|
+
"optional": true,
|
|
6079
5836
|
"type": {
|
|
6080
|
-
"text": "
|
|
5837
|
+
"text": "Scene"
|
|
6081
5838
|
}
|
|
6082
5839
|
}
|
|
6083
|
-
]
|
|
6084
|
-
"inheritedFrom": {
|
|
6085
|
-
"name": "AbstractProperty",
|
|
6086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
-
}
|
|
5840
|
+
]
|
|
6088
5841
|
},
|
|
6089
5842
|
{
|
|
6090
5843
|
"kind": "method",
|
|
6091
|
-
"name": "
|
|
5844
|
+
"name": "refresh"
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "method",
|
|
5848
|
+
"name": "_onclick",
|
|
6092
5849
|
"parameters": [
|
|
6093
5850
|
{
|
|
6094
|
-
"name": "
|
|
5851
|
+
"name": "e",
|
|
6095
5852
|
"type": {
|
|
6096
|
-
"text": "
|
|
5853
|
+
"text": "MouseEvent"
|
|
6097
5854
|
}
|
|
6098
5855
|
}
|
|
6099
5856
|
]
|
|
6100
5857
|
},
|
|
6101
5858
|
{
|
|
6102
5859
|
"kind": "method",
|
|
6103
|
-
"name": "
|
|
5860
|
+
"name": "_ondblclick",
|
|
6104
5861
|
"parameters": [
|
|
6105
5862
|
{
|
|
6106
|
-
"name": "
|
|
5863
|
+
"name": "e",
|
|
6107
5864
|
"type": {
|
|
6108
|
-
"text": "
|
|
5865
|
+
"text": "MouseEvent"
|
|
6109
5866
|
}
|
|
6110
5867
|
}
|
|
6111
5868
|
]
|
|
6112
5869
|
},
|
|
5870
|
+
{
|
|
5871
|
+
"kind": "field",
|
|
5872
|
+
"name": "extendedMap",
|
|
5873
|
+
"readonly": true
|
|
5874
|
+
},
|
|
6113
5875
|
{
|
|
6114
5876
|
"kind": "method",
|
|
6115
|
-
"name": "
|
|
5877
|
+
"name": "getNodeHandleClass",
|
|
6116
5878
|
"parameters": [
|
|
6117
5879
|
{
|
|
6118
|
-
"name": "
|
|
5880
|
+
"name": "component",
|
|
6119
5881
|
"type": {
|
|
6120
|
-
"text": "Component
|
|
5882
|
+
"text": "Component"
|
|
6121
5883
|
}
|
|
6122
5884
|
}
|
|
6123
5885
|
]
|
|
6124
5886
|
},
|
|
6125
5887
|
{
|
|
6126
5888
|
"kind": "method",
|
|
6127
|
-
"name": "
|
|
5889
|
+
"name": "isExtended",
|
|
6128
5890
|
"parameters": [
|
|
6129
5891
|
{
|
|
6130
|
-
"name": "
|
|
5892
|
+
"name": "component",
|
|
6131
5893
|
"type": {
|
|
6132
|
-
"text": "Component
|
|
5894
|
+
"text": "Component"
|
|
6133
5895
|
}
|
|
6134
5896
|
}
|
|
6135
5897
|
]
|
|
6136
5898
|
},
|
|
6137
5899
|
{
|
|
6138
5900
|
"kind": "method",
|
|
6139
|
-
"name": "
|
|
5901
|
+
"name": "toggleExtended",
|
|
6140
5902
|
"parameters": [
|
|
6141
5903
|
{
|
|
6142
|
-
"name": "
|
|
5904
|
+
"name": "component",
|
|
6143
5905
|
"type": {
|
|
6144
|
-
"text": "Component
|
|
5906
|
+
"text": "Component"
|
|
6145
5907
|
}
|
|
6146
5908
|
}
|
|
6147
5909
|
]
|
|
6148
5910
|
},
|
|
6149
5911
|
{
|
|
6150
5912
|
"kind": "method",
|
|
6151
|
-
"name": "
|
|
5913
|
+
"name": "toggleHidden",
|
|
6152
5914
|
"parameters": [
|
|
6153
5915
|
{
|
|
6154
|
-
"name": "
|
|
5916
|
+
"name": "component",
|
|
6155
5917
|
"type": {
|
|
6156
|
-
"text": "Component
|
|
5918
|
+
"text": "Component"
|
|
6157
5919
|
}
|
|
6158
5920
|
}
|
|
6159
5921
|
]
|
|
6160
5922
|
},
|
|
6161
5923
|
{
|
|
6162
5924
|
"kind": "method",
|
|
6163
|
-
"name": "
|
|
5925
|
+
"name": "selectComponent",
|
|
6164
5926
|
"parameters": [
|
|
6165
5927
|
{
|
|
6166
|
-
"name": "
|
|
5928
|
+
"name": "component",
|
|
6167
5929
|
"type": {
|
|
6168
|
-
"text": "
|
|
5930
|
+
"text": "Component"
|
|
5931
|
+
}
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "append",
|
|
5935
|
+
"default": "false",
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": "boolean"
|
|
6169
5938
|
}
|
|
6170
5939
|
}
|
|
6171
|
-
]
|
|
6172
|
-
"inheritedFrom": {
|
|
6173
|
-
"name": "AbstractProperty",
|
|
6174
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
-
}
|
|
5940
|
+
]
|
|
6176
5941
|
},
|
|
6177
5942
|
{
|
|
6178
5943
|
"kind": "method",
|
|
6179
|
-
"name": "
|
|
5944
|
+
"name": "shouldBeShown",
|
|
5945
|
+
"return": {
|
|
5946
|
+
"type": {
|
|
5947
|
+
"text": "boolean"
|
|
5948
|
+
}
|
|
5949
|
+
},
|
|
6180
5950
|
"parameters": [
|
|
6181
5951
|
{
|
|
6182
|
-
"name": "
|
|
5952
|
+
"name": "component",
|
|
6183
5953
|
"type": {
|
|
6184
|
-
"text": "
|
|
5954
|
+
"text": "Component"
|
|
6185
5955
|
}
|
|
6186
5956
|
},
|
|
6187
5957
|
{
|
|
6188
|
-
"name": "
|
|
5958
|
+
"name": "counting",
|
|
5959
|
+
"default": "false",
|
|
6189
5960
|
"type": {
|
|
6190
|
-
"text": "
|
|
5961
|
+
"text": "boolean"
|
|
6191
5962
|
}
|
|
6192
5963
|
}
|
|
6193
|
-
]
|
|
6194
|
-
"inheritedFrom": {
|
|
6195
|
-
"name": "AbstractProperty",
|
|
6196
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6197
|
-
}
|
|
6198
|
-
}
|
|
6199
|
-
],
|
|
6200
|
-
"events": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "bounds-change",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "CustomEvent"
|
|
6205
|
-
}
|
|
5964
|
+
]
|
|
6206
5965
|
},
|
|
6207
5966
|
{
|
|
6208
|
-
"
|
|
6209
|
-
"
|
|
6210
|
-
|
|
5967
|
+
"kind": "method",
|
|
5968
|
+
"name": "renderComponent",
|
|
5969
|
+
"return": {
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "TemplateResult"
|
|
5972
|
+
}
|
|
6211
5973
|
},
|
|
6212
|
-
"
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
5974
|
+
"parameters": [
|
|
5975
|
+
{
|
|
5976
|
+
"name": "component",
|
|
5977
|
+
"type": {
|
|
5978
|
+
"text": "Component"
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"name": "depth",
|
|
5983
|
+
"type": {
|
|
5984
|
+
"text": "number"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
6216
5988
|
}
|
|
6217
5989
|
],
|
|
6218
5990
|
"attributes": [
|
|
6219
5991
|
{
|
|
6220
|
-
"name": "
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "Properties | undefined"
|
|
6223
|
-
},
|
|
6224
|
-
"fieldName": "value"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "bounds",
|
|
6228
|
-
"type": {
|
|
6229
|
-
"text": "BOUNDS | null"
|
|
6230
|
-
},
|
|
6231
|
-
"default": "null",
|
|
6232
|
-
"fieldName": "bounds"
|
|
6233
|
-
},
|
|
6234
|
-
{
|
|
6235
|
-
"name": "selected",
|
|
5992
|
+
"name": "scene",
|
|
6236
5993
|
"type": {
|
|
6237
|
-
"text": "
|
|
5994
|
+
"text": "Scene | undefined"
|
|
6238
5995
|
},
|
|
6239
|
-
"
|
|
6240
|
-
"fieldName": "selected"
|
|
5996
|
+
"fieldName": "scene"
|
|
6241
5997
|
}
|
|
6242
5998
|
],
|
|
6243
5999
|
"superclass": {
|
|
6244
|
-
"name": "
|
|
6245
|
-
"
|
|
6000
|
+
"name": "LitElement",
|
|
6001
|
+
"package": "lit"
|
|
6002
|
+
},
|
|
6003
|
+
"customElement": true
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"exports": [
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "js",
|
|
6009
|
+
"name": "SceneInspector",
|
|
6010
|
+
"declaration": {
|
|
6011
|
+
"name": "SceneInspector",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6246
6013
|
}
|
|
6247
6014
|
}
|
|
6015
|
+
]
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "javascript-module",
|
|
6019
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6020
|
+
"declarations": [
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "variable",
|
|
6023
|
+
"name": "BoxPaddingEditorStyles",
|
|
6024
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6025
|
+
}
|
|
6248
6026
|
],
|
|
6249
6027
|
"exports": [
|
|
6250
6028
|
{
|
|
6251
6029
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6030
|
+
"name": "BoxPaddingEditorStyles",
|
|
6253
6031
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
6032
|
+
"name": "BoxPaddingEditorStyles",
|
|
6033
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6256
6034
|
}
|
|
6257
6035
|
}
|
|
6258
6036
|
]
|
|
6259
6037
|
},
|
|
6260
6038
|
{
|
|
6261
6039
|
"kind": "javascript-module",
|
|
6262
|
-
"path": "src/modeller/property-sidebar/
|
|
6040
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6263
6041
|
"declarations": [
|
|
6264
6042
|
{
|
|
6265
6043
|
"kind": "class",
|
|
6266
6044
|
"description": "",
|
|
6267
|
-
"name": "
|
|
6045
|
+
"name": "PropertyShapes",
|
|
6268
6046
|
"members": [
|
|
6269
6047
|
{
|
|
6270
6048
|
"kind": "field",
|
|
6271
6049
|
"name": "value",
|
|
6272
6050
|
"type": {
|
|
6273
|
-
"text": "
|
|
6051
|
+
"text": "Properties | undefined"
|
|
6274
6052
|
},
|
|
6275
|
-
"default": "{}",
|
|
6276
6053
|
"attribute": "value"
|
|
6277
6054
|
},
|
|
6278
6055
|
{
|
|
6279
6056
|
"kind": "field",
|
|
6280
|
-
"name": "
|
|
6057
|
+
"name": "bounds",
|
|
6281
6058
|
"type": {
|
|
6282
|
-
"text": "
|
|
6059
|
+
"text": "BOUNDS | null"
|
|
6283
6060
|
},
|
|
6284
|
-
"default": "
|
|
6285
|
-
"attribute": "
|
|
6061
|
+
"default": "null",
|
|
6062
|
+
"attribute": "bounds"
|
|
6286
6063
|
},
|
|
6287
6064
|
{
|
|
6288
6065
|
"kind": "field",
|
|
6289
|
-
"name": "
|
|
6066
|
+
"name": "selected",
|
|
6290
6067
|
"type": {
|
|
6291
|
-
"text": "
|
|
6068
|
+
"text": "Component[]"
|
|
6292
6069
|
},
|
|
6293
6070
|
"default": "[]",
|
|
6294
|
-
"attribute": "
|
|
6071
|
+
"attribute": "selected"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"kind": "method",
|
|
6075
|
+
"name": "_onValueChange",
|
|
6076
|
+
"parameters": [
|
|
6077
|
+
{
|
|
6078
|
+
"name": "e",
|
|
6079
|
+
"type": {
|
|
6080
|
+
"text": "Event"
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
],
|
|
6084
|
+
"inheritedFrom": {
|
|
6085
|
+
"name": "AbstractProperty",
|
|
6086
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
+
}
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"kind": "method",
|
|
6091
|
+
"name": "_hasTextProperty",
|
|
6092
|
+
"parameters": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "selected",
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": "Component[]"
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
6099
|
+
]
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "method",
|
|
6103
|
+
"name": "_hasProperties",
|
|
6104
|
+
"parameters": [
|
|
6105
|
+
{
|
|
6106
|
+
"name": "selected",
|
|
6107
|
+
"type": {
|
|
6108
|
+
"text": "Component[]"
|
|
6109
|
+
}
|
|
6110
|
+
}
|
|
6111
|
+
]
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"kind": "method",
|
|
6115
|
+
"name": "_isIdentifiable",
|
|
6116
|
+
"parameters": [
|
|
6117
|
+
{
|
|
6118
|
+
"name": "selected",
|
|
6119
|
+
"type": {
|
|
6120
|
+
"text": "Component[]"
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
]
|
|
6295
6124
|
},
|
|
6296
6125
|
{
|
|
6297
|
-
"kind": "
|
|
6298
|
-
"name": "
|
|
6299
|
-
"
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6126
|
+
"kind": "method",
|
|
6127
|
+
"name": "_isClassIdentifiable",
|
|
6128
|
+
"parameters": [
|
|
6129
|
+
{
|
|
6130
|
+
"name": "selected",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"text": "Component[]"
|
|
6133
|
+
}
|
|
6134
|
+
}
|
|
6135
|
+
]
|
|
6303
6136
|
},
|
|
6304
6137
|
{
|
|
6305
6138
|
"kind": "method",
|
|
@@ -6315,19 +6148,15 @@
|
|
|
6315
6148
|
},
|
|
6316
6149
|
{
|
|
6317
6150
|
"kind": "method",
|
|
6318
|
-
"name": "
|
|
6151
|
+
"name": "_is3dish",
|
|
6319
6152
|
"parameters": [
|
|
6320
6153
|
{
|
|
6321
|
-
"name": "
|
|
6154
|
+
"name": "selected",
|
|
6322
6155
|
"type": {
|
|
6323
|
-
"text": "
|
|
6156
|
+
"text": "Component[]"
|
|
6324
6157
|
}
|
|
6325
6158
|
}
|
|
6326
|
-
]
|
|
6327
|
-
"inheritedFrom": {
|
|
6328
|
-
"name": "AbstractProperty",
|
|
6329
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6330
|
-
}
|
|
6159
|
+
]
|
|
6331
6160
|
},
|
|
6332
6161
|
{
|
|
6333
6162
|
"kind": "method",
|
|
@@ -6368,57 +6197,62 @@
|
|
|
6368
6197
|
}
|
|
6369
6198
|
}
|
|
6370
6199
|
],
|
|
6200
|
+
"events": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "bounds-change",
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "CustomEvent"
|
|
6205
|
+
}
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"name": "property-change",
|
|
6209
|
+
"type": {
|
|
6210
|
+
"text": "CustomEvent"
|
|
6211
|
+
},
|
|
6212
|
+
"inheritedFrom": {
|
|
6213
|
+
"name": "AbstractProperty",
|
|
6214
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
+
}
|
|
6216
|
+
}
|
|
6217
|
+
],
|
|
6371
6218
|
"attributes": [
|
|
6372
6219
|
{
|
|
6373
6220
|
"name": "value",
|
|
6374
6221
|
"type": {
|
|
6375
|
-
"text": "
|
|
6222
|
+
"text": "Properties | undefined"
|
|
6376
6223
|
},
|
|
6377
|
-
"default": "{}",
|
|
6378
6224
|
"fieldName": "value"
|
|
6379
6225
|
},
|
|
6380
6226
|
{
|
|
6381
|
-
"name": "
|
|
6227
|
+
"name": "bounds",
|
|
6382
6228
|
"type": {
|
|
6383
|
-
"text": "
|
|
6229
|
+
"text": "BOUNDS | null"
|
|
6384
6230
|
},
|
|
6385
|
-
"default": "
|
|
6386
|
-
"fieldName": "
|
|
6231
|
+
"default": "null",
|
|
6232
|
+
"fieldName": "bounds"
|
|
6387
6233
|
},
|
|
6388
6234
|
{
|
|
6389
|
-
"name": "
|
|
6235
|
+
"name": "selected",
|
|
6390
6236
|
"type": {
|
|
6391
|
-
"text": "
|
|
6237
|
+
"text": "Component[]"
|
|
6392
6238
|
},
|
|
6393
6239
|
"default": "[]",
|
|
6394
|
-
"fieldName": "
|
|
6240
|
+
"fieldName": "selected"
|
|
6395
6241
|
}
|
|
6396
6242
|
],
|
|
6397
6243
|
"superclass": {
|
|
6398
6244
|
"name": "AbstractProperty",
|
|
6399
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6400
|
-
}
|
|
6401
|
-
"events": [
|
|
6402
|
-
{
|
|
6403
|
-
"name": "property-change",
|
|
6404
|
-
"type": {
|
|
6405
|
-
"text": "CustomEvent"
|
|
6406
|
-
},
|
|
6407
|
-
"inheritedFrom": {
|
|
6408
|
-
"name": "AbstractProperty",
|
|
6409
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6410
|
-
}
|
|
6411
|
-
}
|
|
6412
|
-
]
|
|
6245
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
+
}
|
|
6413
6247
|
}
|
|
6414
6248
|
],
|
|
6415
6249
|
"exports": [
|
|
6416
6250
|
{
|
|
6417
6251
|
"kind": "js",
|
|
6418
|
-
"name": "
|
|
6252
|
+
"name": "PropertyShapes",
|
|
6419
6253
|
"declaration": {
|
|
6420
|
-
"name": "
|
|
6421
|
-
"module": "src/modeller/property-sidebar/
|
|
6254
|
+
"name": "PropertyShapes",
|
|
6255
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6422
6256
|
}
|
|
6423
6257
|
}
|
|
6424
6258
|
]
|
|
@@ -6769,6 +6603,172 @@
|
|
|
6769
6603
|
}
|
|
6770
6604
|
}
|
|
6771
6605
|
]
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"kind": "javascript-module",
|
|
6609
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6610
|
+
"declarations": [
|
|
6611
|
+
{
|
|
6612
|
+
"kind": "class",
|
|
6613
|
+
"description": "",
|
|
6614
|
+
"name": "PropertyStyles",
|
|
6615
|
+
"members": [
|
|
6616
|
+
{
|
|
6617
|
+
"kind": "field",
|
|
6618
|
+
"name": "value",
|
|
6619
|
+
"type": {
|
|
6620
|
+
"text": "any"
|
|
6621
|
+
},
|
|
6622
|
+
"default": "{}",
|
|
6623
|
+
"attribute": "value"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"kind": "field",
|
|
6627
|
+
"name": "selected",
|
|
6628
|
+
"type": {
|
|
6629
|
+
"text": "Component[]"
|
|
6630
|
+
},
|
|
6631
|
+
"default": "[]",
|
|
6632
|
+
"attribute": "selected"
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"kind": "field",
|
|
6636
|
+
"name": "fonts",
|
|
6637
|
+
"type": {
|
|
6638
|
+
"text": "any[]"
|
|
6639
|
+
},
|
|
6640
|
+
"default": "[]",
|
|
6641
|
+
"attribute": "fonts"
|
|
6642
|
+
},
|
|
6643
|
+
{
|
|
6644
|
+
"kind": "field",
|
|
6645
|
+
"name": "fontAvailable",
|
|
6646
|
+
"type": {
|
|
6647
|
+
"text": "boolean"
|
|
6648
|
+
},
|
|
6649
|
+
"default": "false"
|
|
6650
|
+
},
|
|
6651
|
+
{
|
|
6652
|
+
"kind": "method",
|
|
6653
|
+
"name": "_isLine",
|
|
6654
|
+
"parameters": [
|
|
6655
|
+
{
|
|
6656
|
+
"name": "selected",
|
|
6657
|
+
"type": {
|
|
6658
|
+
"text": "Component[]"
|
|
6659
|
+
}
|
|
6660
|
+
}
|
|
6661
|
+
]
|
|
6662
|
+
},
|
|
6663
|
+
{
|
|
6664
|
+
"kind": "method",
|
|
6665
|
+
"name": "_onValueChange",
|
|
6666
|
+
"parameters": [
|
|
6667
|
+
{
|
|
6668
|
+
"name": "e",
|
|
6669
|
+
"type": {
|
|
6670
|
+
"text": "Event"
|
|
6671
|
+
}
|
|
6672
|
+
}
|
|
6673
|
+
],
|
|
6674
|
+
"inheritedFrom": {
|
|
6675
|
+
"name": "AbstractProperty",
|
|
6676
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6677
|
+
}
|
|
6678
|
+
},
|
|
6679
|
+
{
|
|
6680
|
+
"kind": "method",
|
|
6681
|
+
"name": "_getValueFromEventTarget",
|
|
6682
|
+
"parameters": [
|
|
6683
|
+
{
|
|
6684
|
+
"name": "element",
|
|
6685
|
+
"type": {
|
|
6686
|
+
"text": "HTMLElement"
|
|
6687
|
+
}
|
|
6688
|
+
}
|
|
6689
|
+
],
|
|
6690
|
+
"inheritedFrom": {
|
|
6691
|
+
"name": "AbstractProperty",
|
|
6692
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6693
|
+
}
|
|
6694
|
+
},
|
|
6695
|
+
{
|
|
6696
|
+
"kind": "method",
|
|
6697
|
+
"name": "_onAfterValueChange",
|
|
6698
|
+
"parameters": [
|
|
6699
|
+
{
|
|
6700
|
+
"name": "key",
|
|
6701
|
+
"type": {
|
|
6702
|
+
"text": "string"
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
6705
|
+
{
|
|
6706
|
+
"name": "value",
|
|
6707
|
+
"type": {
|
|
6708
|
+
"text": "any"
|
|
6709
|
+
}
|
|
6710
|
+
}
|
|
6711
|
+
],
|
|
6712
|
+
"inheritedFrom": {
|
|
6713
|
+
"name": "AbstractProperty",
|
|
6714
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6715
|
+
}
|
|
6716
|
+
}
|
|
6717
|
+
],
|
|
6718
|
+
"attributes": [
|
|
6719
|
+
{
|
|
6720
|
+
"name": "value",
|
|
6721
|
+
"type": {
|
|
6722
|
+
"text": "any"
|
|
6723
|
+
},
|
|
6724
|
+
"default": "{}",
|
|
6725
|
+
"fieldName": "value"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"name": "selected",
|
|
6729
|
+
"type": {
|
|
6730
|
+
"text": "Component[]"
|
|
6731
|
+
},
|
|
6732
|
+
"default": "[]",
|
|
6733
|
+
"fieldName": "selected"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"name": "fonts",
|
|
6737
|
+
"type": {
|
|
6738
|
+
"text": "any[]"
|
|
6739
|
+
},
|
|
6740
|
+
"default": "[]",
|
|
6741
|
+
"fieldName": "fonts"
|
|
6742
|
+
}
|
|
6743
|
+
],
|
|
6744
|
+
"superclass": {
|
|
6745
|
+
"name": "AbstractProperty",
|
|
6746
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6747
|
+
},
|
|
6748
|
+
"events": [
|
|
6749
|
+
{
|
|
6750
|
+
"name": "property-change",
|
|
6751
|
+
"type": {
|
|
6752
|
+
"text": "CustomEvent"
|
|
6753
|
+
},
|
|
6754
|
+
"inheritedFrom": {
|
|
6755
|
+
"name": "AbstractProperty",
|
|
6756
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6757
|
+
}
|
|
6758
|
+
}
|
|
6759
|
+
]
|
|
6760
|
+
}
|
|
6761
|
+
],
|
|
6762
|
+
"exports": [
|
|
6763
|
+
{
|
|
6764
|
+
"kind": "js",
|
|
6765
|
+
"name": "PropertyStyles",
|
|
6766
|
+
"declaration": {
|
|
6767
|
+
"name": "PropertyStyles",
|
|
6768
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6769
|
+
}
|
|
6770
|
+
}
|
|
6771
|
+
]
|
|
6772
6772
|
}
|
|
6773
6773
|
]
|
|
6774
6774
|
}
|