@fmsim/board 1.0.10 → 1.0.12
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
|
@@ -5205,246 +5205,6 @@
|
|
|
5205
5205
|
}
|
|
5206
5206
|
]
|
|
5207
5207
|
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5211
|
-
"declarations": [
|
|
5212
|
-
{
|
|
5213
|
-
"kind": "class",
|
|
5214
|
-
"description": "",
|
|
5215
|
-
"name": "SceneInspector",
|
|
5216
|
-
"members": [
|
|
5217
|
-
{
|
|
5218
|
-
"kind": "field",
|
|
5219
|
-
"name": "scene",
|
|
5220
|
-
"type": {
|
|
5221
|
-
"text": "Scene | undefined"
|
|
5222
|
-
},
|
|
5223
|
-
"attribute": "scene"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"kind": "field",
|
|
5227
|
-
"name": "searchText",
|
|
5228
|
-
"type": {
|
|
5229
|
-
"text": "string"
|
|
5230
|
-
},
|
|
5231
|
-
"privacy": "private",
|
|
5232
|
-
"default": "''"
|
|
5233
|
-
},
|
|
5234
|
-
{
|
|
5235
|
-
"kind": "field",
|
|
5236
|
-
"name": "_extendedMap",
|
|
5237
|
-
"type": {
|
|
5238
|
-
"text": "any"
|
|
5239
|
-
},
|
|
5240
|
-
"privacy": "private"
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"kind": "field",
|
|
5244
|
-
"name": "show",
|
|
5245
|
-
"type": {
|
|
5246
|
-
"text": "boolean"
|
|
5247
|
-
},
|
|
5248
|
-
"privacy": "private",
|
|
5249
|
-
"default": "false"
|
|
5250
|
-
},
|
|
5251
|
-
{
|
|
5252
|
-
"kind": "field",
|
|
5253
|
-
"name": "count",
|
|
5254
|
-
"type": {
|
|
5255
|
-
"text": "number"
|
|
5256
|
-
},
|
|
5257
|
-
"privacy": "private",
|
|
5258
|
-
"default": "-1"
|
|
5259
|
-
},
|
|
5260
|
-
{
|
|
5261
|
-
"kind": "method",
|
|
5262
|
-
"name": "disconnectScene",
|
|
5263
|
-
"parameters": [
|
|
5264
|
-
{
|
|
5265
|
-
"name": "scene",
|
|
5266
|
-
"optional": true,
|
|
5267
|
-
"type": {
|
|
5268
|
-
"text": "Scene"
|
|
5269
|
-
}
|
|
5270
|
-
}
|
|
5271
|
-
]
|
|
5272
|
-
},
|
|
5273
|
-
{
|
|
5274
|
-
"kind": "method",
|
|
5275
|
-
"name": "refresh"
|
|
5276
|
-
},
|
|
5277
|
-
{
|
|
5278
|
-
"kind": "method",
|
|
5279
|
-
"name": "_onclick",
|
|
5280
|
-
"parameters": [
|
|
5281
|
-
{
|
|
5282
|
-
"name": "e",
|
|
5283
|
-
"type": {
|
|
5284
|
-
"text": "MouseEvent"
|
|
5285
|
-
}
|
|
5286
|
-
}
|
|
5287
|
-
]
|
|
5288
|
-
},
|
|
5289
|
-
{
|
|
5290
|
-
"kind": "method",
|
|
5291
|
-
"name": "_ondblclick",
|
|
5292
|
-
"parameters": [
|
|
5293
|
-
{
|
|
5294
|
-
"name": "e",
|
|
5295
|
-
"type": {
|
|
5296
|
-
"text": "MouseEvent"
|
|
5297
|
-
}
|
|
5298
|
-
}
|
|
5299
|
-
]
|
|
5300
|
-
},
|
|
5301
|
-
{
|
|
5302
|
-
"kind": "field",
|
|
5303
|
-
"name": "extendedMap",
|
|
5304
|
-
"readonly": true
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"kind": "method",
|
|
5308
|
-
"name": "getNodeHandleClass",
|
|
5309
|
-
"parameters": [
|
|
5310
|
-
{
|
|
5311
|
-
"name": "component",
|
|
5312
|
-
"type": {
|
|
5313
|
-
"text": "Component"
|
|
5314
|
-
}
|
|
5315
|
-
}
|
|
5316
|
-
]
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"kind": "method",
|
|
5320
|
-
"name": "isExtended",
|
|
5321
|
-
"parameters": [
|
|
5322
|
-
{
|
|
5323
|
-
"name": "component",
|
|
5324
|
-
"type": {
|
|
5325
|
-
"text": "Component"
|
|
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
5208
|
{
|
|
5449
5209
|
"kind": "javascript-module",
|
|
5450
5210
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -6016,115 +5776,203 @@
|
|
|
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/specifics/specific-properties-builder.ts",
|
|
6041
5780
|
"declarations": [
|
|
6042
5781
|
{
|
|
6043
5782
|
"kind": "class",
|
|
6044
5783
|
"description": "",
|
|
6045
|
-
"name": "
|
|
5784
|
+
"name": "SpecificPropertiesBuilder",
|
|
6046
5785
|
"members": [
|
|
6047
5786
|
{
|
|
6048
5787
|
"kind": "field",
|
|
6049
5788
|
"name": "value",
|
|
6050
5789
|
"type": {
|
|
6051
|
-
"text": "
|
|
5790
|
+
"text": "any"
|
|
6052
5791
|
},
|
|
6053
5792
|
"attribute": "value"
|
|
6054
5793
|
},
|
|
6055
5794
|
{
|
|
6056
5795
|
"kind": "field",
|
|
6057
|
-
"name": "
|
|
5796
|
+
"name": "props",
|
|
6058
5797
|
"type": {
|
|
6059
|
-
"text": "
|
|
5798
|
+
"text": "any[]"
|
|
6060
5799
|
},
|
|
6061
|
-
"default": "
|
|
6062
|
-
"attribute": "
|
|
5800
|
+
"default": "[]",
|
|
5801
|
+
"attribute": "props"
|
|
6063
5802
|
},
|
|
6064
5803
|
{
|
|
6065
5804
|
"kind": "field",
|
|
6066
|
-
"name": "
|
|
5805
|
+
"name": "propertyEditor",
|
|
6067
5806
|
"type": {
|
|
6068
|
-
"text": "
|
|
5807
|
+
"text": "any"
|
|
6069
5808
|
},
|
|
6070
|
-
"
|
|
6071
|
-
"attribute": "selected"
|
|
5809
|
+
"attribute": "propertyEditor"
|
|
6072
5810
|
},
|
|
6073
5811
|
{
|
|
6074
5812
|
"kind": "method",
|
|
6075
|
-
"name": "
|
|
5813
|
+
"name": "_onPropsChanged",
|
|
6076
5814
|
"parameters": [
|
|
6077
5815
|
{
|
|
6078
|
-
"name": "
|
|
5816
|
+
"name": "props",
|
|
6079
5817
|
"type": {
|
|
6080
|
-
"text": "
|
|
5818
|
+
"text": "any[]"
|
|
6081
5819
|
}
|
|
6082
5820
|
}
|
|
6083
|
-
]
|
|
6084
|
-
"inheritedFrom": {
|
|
6085
|
-
"name": "AbstractProperty",
|
|
6086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
-
}
|
|
5821
|
+
]
|
|
6088
5822
|
},
|
|
6089
5823
|
{
|
|
6090
5824
|
"kind": "method",
|
|
6091
|
-
"name": "
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
5825
|
+
"name": "_setValues"
|
|
6100
5826
|
},
|
|
6101
5827
|
{
|
|
6102
5828
|
"kind": "method",
|
|
6103
|
-
"name": "
|
|
5829
|
+
"name": "_onValueChanged",
|
|
6104
5830
|
"parameters": [
|
|
6105
5831
|
{
|
|
6106
|
-
"name": "
|
|
5832
|
+
"name": "e",
|
|
6107
5833
|
"type": {
|
|
6108
|
-
"text": "
|
|
5834
|
+
"text": "Event"
|
|
6109
5835
|
}
|
|
6110
5836
|
}
|
|
6111
5837
|
]
|
|
5838
|
+
}
|
|
5839
|
+
],
|
|
5840
|
+
"events": [
|
|
5841
|
+
{
|
|
5842
|
+
"name": "property-change",
|
|
5843
|
+
"type": {
|
|
5844
|
+
"text": "CustomEvent"
|
|
5845
|
+
}
|
|
5846
|
+
}
|
|
5847
|
+
],
|
|
5848
|
+
"attributes": [
|
|
5849
|
+
{
|
|
5850
|
+
"name": "value",
|
|
5851
|
+
"type": {
|
|
5852
|
+
"text": "any"
|
|
5853
|
+
},
|
|
5854
|
+
"fieldName": "value"
|
|
5855
|
+
},
|
|
5856
|
+
{
|
|
5857
|
+
"name": "props",
|
|
5858
|
+
"type": {
|
|
5859
|
+
"text": "any[]"
|
|
5860
|
+
},
|
|
5861
|
+
"default": "[]",
|
|
5862
|
+
"fieldName": "props"
|
|
5863
|
+
},
|
|
5864
|
+
{
|
|
5865
|
+
"name": "propertyEditor",
|
|
5866
|
+
"type": {
|
|
5867
|
+
"text": "any"
|
|
5868
|
+
},
|
|
5869
|
+
"fieldName": "propertyEditor"
|
|
5870
|
+
}
|
|
5871
|
+
],
|
|
5872
|
+
"superclass": {
|
|
5873
|
+
"name": "LitElement",
|
|
5874
|
+
"package": "lit"
|
|
5875
|
+
},
|
|
5876
|
+
"customElement": true
|
|
5877
|
+
}
|
|
5878
|
+
],
|
|
5879
|
+
"exports": [
|
|
5880
|
+
{
|
|
5881
|
+
"kind": "js",
|
|
5882
|
+
"name": "SpecificPropertiesBuilder",
|
|
5883
|
+
"declaration": {
|
|
5884
|
+
"name": "SpecificPropertiesBuilder",
|
|
5885
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
5886
|
+
}
|
|
5887
|
+
}
|
|
5888
|
+
]
|
|
5889
|
+
},
|
|
5890
|
+
{
|
|
5891
|
+
"kind": "javascript-module",
|
|
5892
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
5893
|
+
"declarations": [
|
|
5894
|
+
{
|
|
5895
|
+
"kind": "class",
|
|
5896
|
+
"description": "",
|
|
5897
|
+
"name": "PropertySpecific",
|
|
5898
|
+
"members": [
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "field",
|
|
5901
|
+
"name": "value",
|
|
5902
|
+
"type": {
|
|
5903
|
+
"text": "any"
|
|
5904
|
+
},
|
|
5905
|
+
"attribute": "value"
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "field",
|
|
5909
|
+
"name": "scene",
|
|
5910
|
+
"type": {
|
|
5911
|
+
"text": "Scene | null"
|
|
5912
|
+
},
|
|
5913
|
+
"default": "null",
|
|
5914
|
+
"attribute": "scene"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"kind": "field",
|
|
5918
|
+
"name": "selected",
|
|
5919
|
+
"type": {
|
|
5920
|
+
"text": "Component[]"
|
|
5921
|
+
},
|
|
5922
|
+
"default": "[]",
|
|
5923
|
+
"attribute": "selected"
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"kind": "field",
|
|
5927
|
+
"name": "props",
|
|
5928
|
+
"type": {
|
|
5929
|
+
"text": "any[]"
|
|
5930
|
+
},
|
|
5931
|
+
"default": "[]",
|
|
5932
|
+
"attribute": "props"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"kind": "field",
|
|
5936
|
+
"name": "propertyEditor",
|
|
5937
|
+
"type": {
|
|
5938
|
+
"text": "any[]"
|
|
5939
|
+
},
|
|
5940
|
+
"default": "[]",
|
|
5941
|
+
"attribute": "propertyEditor"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"kind": "field",
|
|
5945
|
+
"name": "boundINeedSelected",
|
|
5946
|
+
"type": {
|
|
5947
|
+
"text": "any"
|
|
5948
|
+
},
|
|
5949
|
+
"privacy": "private"
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "field",
|
|
5953
|
+
"name": "scopedElements",
|
|
5954
|
+
"static": true,
|
|
5955
|
+
"readonly": true
|
|
6112
5956
|
},
|
|
6113
5957
|
{
|
|
6114
5958
|
"kind": "method",
|
|
6115
|
-
"name": "
|
|
5959
|
+
"name": "_onValueChange",
|
|
6116
5960
|
"parameters": [
|
|
6117
5961
|
{
|
|
6118
|
-
"name": "
|
|
5962
|
+
"name": "e",
|
|
6119
5963
|
"type": {
|
|
6120
|
-
"text": "
|
|
5964
|
+
"text": "Event"
|
|
6121
5965
|
}
|
|
6122
5966
|
}
|
|
6123
|
-
]
|
|
5967
|
+
],
|
|
5968
|
+
"inheritedFrom": {
|
|
5969
|
+
"name": "AbstractProperty",
|
|
5970
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5971
|
+
}
|
|
6124
5972
|
},
|
|
6125
5973
|
{
|
|
6126
5974
|
"kind": "method",
|
|
6127
|
-
"name": "
|
|
5975
|
+
"name": "_isIdentifiable",
|
|
6128
5976
|
"parameters": [
|
|
6129
5977
|
{
|
|
6130
5978
|
"name": "selected",
|
|
@@ -6136,7 +5984,7 @@
|
|
|
6136
5984
|
},
|
|
6137
5985
|
{
|
|
6138
5986
|
"kind": "method",
|
|
6139
|
-
"name": "
|
|
5987
|
+
"name": "_hasTextProperty",
|
|
6140
5988
|
"parameters": [
|
|
6141
5989
|
{
|
|
6142
5990
|
"name": "selected",
|
|
@@ -6148,12 +5996,12 @@
|
|
|
6148
5996
|
},
|
|
6149
5997
|
{
|
|
6150
5998
|
"kind": "method",
|
|
6151
|
-
"name": "
|
|
5999
|
+
"name": "_onINeedSelected",
|
|
6152
6000
|
"parameters": [
|
|
6153
6001
|
{
|
|
6154
|
-
"name": "
|
|
6002
|
+
"name": "e",
|
|
6155
6003
|
"type": {
|
|
6156
|
-
"text": "
|
|
6004
|
+
"text": "CustomEvent"
|
|
6157
6005
|
}
|
|
6158
6006
|
}
|
|
6159
6007
|
]
|
|
@@ -6197,39 +6045,21 @@
|
|
|
6197
6045
|
}
|
|
6198
6046
|
}
|
|
6199
6047
|
],
|
|
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
|
-
],
|
|
6218
6048
|
"attributes": [
|
|
6219
6049
|
{
|
|
6220
6050
|
"name": "value",
|
|
6221
6051
|
"type": {
|
|
6222
|
-
"text": "
|
|
6052
|
+
"text": "any"
|
|
6223
6053
|
},
|
|
6224
6054
|
"fieldName": "value"
|
|
6225
6055
|
},
|
|
6226
6056
|
{
|
|
6227
|
-
"name": "
|
|
6057
|
+
"name": "scene",
|
|
6228
6058
|
"type": {
|
|
6229
|
-
"text": "
|
|
6059
|
+
"text": "Scene | null"
|
|
6230
6060
|
},
|
|
6231
6061
|
"default": "null",
|
|
6232
|
-
"fieldName": "
|
|
6062
|
+
"fieldName": "scene"
|
|
6233
6063
|
},
|
|
6234
6064
|
{
|
|
6235
6065
|
"name": "selected",
|
|
@@ -6238,21 +6068,55 @@
|
|
|
6238
6068
|
},
|
|
6239
6069
|
"default": "[]",
|
|
6240
6070
|
"fieldName": "selected"
|
|
6071
|
+
},
|
|
6072
|
+
{
|
|
6073
|
+
"name": "props",
|
|
6074
|
+
"type": {
|
|
6075
|
+
"text": "any[]"
|
|
6076
|
+
},
|
|
6077
|
+
"default": "[]",
|
|
6078
|
+
"fieldName": "props"
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"name": "propertyEditor",
|
|
6082
|
+
"type": {
|
|
6083
|
+
"text": "any[]"
|
|
6084
|
+
},
|
|
6085
|
+
"default": "[]",
|
|
6086
|
+
"fieldName": "propertyEditor"
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
"mixins": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "ScopedElementsMixin",
|
|
6092
|
+
"package": "@open-wc/scoped-elements"
|
|
6241
6093
|
}
|
|
6242
6094
|
],
|
|
6243
6095
|
"superclass": {
|
|
6244
6096
|
"name": "AbstractProperty",
|
|
6245
6097
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6098
|
+
},
|
|
6099
|
+
"events": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "property-change",
|
|
6102
|
+
"type": {
|
|
6103
|
+
"text": "CustomEvent"
|
|
6104
|
+
},
|
|
6105
|
+
"inheritedFrom": {
|
|
6106
|
+
"name": "AbstractProperty",
|
|
6107
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6108
|
+
}
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6247
6111
|
}
|
|
6248
6112
|
],
|
|
6249
6113
|
"exports": [
|
|
6250
6114
|
{
|
|
6251
6115
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6116
|
+
"name": "PropertySpecific",
|
|
6253
6117
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/
|
|
6118
|
+
"name": "PropertySpecific",
|
|
6119
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6256
6120
|
}
|
|
6257
6121
|
}
|
|
6258
6122
|
]
|
|
@@ -6425,97 +6289,224 @@
|
|
|
6425
6289
|
},
|
|
6426
6290
|
{
|
|
6427
6291
|
"kind": "javascript-module",
|
|
6428
|
-
"path": "src/modeller/property-sidebar/
|
|
6292
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6429
6293
|
"declarations": [
|
|
6430
6294
|
{
|
|
6431
6295
|
"kind": "class",
|
|
6432
6296
|
"description": "",
|
|
6433
|
-
"name": "
|
|
6297
|
+
"name": "SceneInspector",
|
|
6434
6298
|
"members": [
|
|
6435
6299
|
{
|
|
6436
6300
|
"kind": "field",
|
|
6437
|
-
"name": "
|
|
6301
|
+
"name": "scene",
|
|
6438
6302
|
"type": {
|
|
6439
|
-
"text": "
|
|
6303
|
+
"text": "Scene | undefined"
|
|
6440
6304
|
},
|
|
6441
|
-
"attribute": "
|
|
6305
|
+
"attribute": "scene"
|
|
6442
6306
|
},
|
|
6443
6307
|
{
|
|
6444
6308
|
"kind": "field",
|
|
6445
|
-
"name": "
|
|
6309
|
+
"name": "searchText",
|
|
6446
6310
|
"type": {
|
|
6447
|
-
"text": "
|
|
6311
|
+
"text": "string"
|
|
6448
6312
|
},
|
|
6449
|
-
"
|
|
6450
|
-
"
|
|
6313
|
+
"privacy": "private",
|
|
6314
|
+
"default": "''"
|
|
6451
6315
|
},
|
|
6452
6316
|
{
|
|
6453
6317
|
"kind": "field",
|
|
6454
|
-
"name": "
|
|
6318
|
+
"name": "_extendedMap",
|
|
6455
6319
|
"type": {
|
|
6456
6320
|
"text": "any"
|
|
6457
6321
|
},
|
|
6458
|
-
"
|
|
6322
|
+
"privacy": "private"
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"kind": "field",
|
|
6326
|
+
"name": "show",
|
|
6327
|
+
"type": {
|
|
6328
|
+
"text": "boolean"
|
|
6329
|
+
},
|
|
6330
|
+
"privacy": "private",
|
|
6331
|
+
"default": "false"
|
|
6332
|
+
},
|
|
6333
|
+
{
|
|
6334
|
+
"kind": "field",
|
|
6335
|
+
"name": "count",
|
|
6336
|
+
"type": {
|
|
6337
|
+
"text": "number"
|
|
6338
|
+
},
|
|
6339
|
+
"privacy": "private",
|
|
6340
|
+
"default": "-1"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "method",
|
|
6344
|
+
"name": "disconnectScene",
|
|
6345
|
+
"parameters": [
|
|
6346
|
+
{
|
|
6347
|
+
"name": "scene",
|
|
6348
|
+
"optional": true,
|
|
6349
|
+
"type": {
|
|
6350
|
+
"text": "Scene"
|
|
6351
|
+
}
|
|
6352
|
+
}
|
|
6353
|
+
]
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"kind": "method",
|
|
6357
|
+
"name": "refresh"
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"kind": "method",
|
|
6361
|
+
"name": "_onclick",
|
|
6362
|
+
"parameters": [
|
|
6363
|
+
{
|
|
6364
|
+
"name": "e",
|
|
6365
|
+
"type": {
|
|
6366
|
+
"text": "MouseEvent"
|
|
6367
|
+
}
|
|
6368
|
+
}
|
|
6369
|
+
]
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
"kind": "method",
|
|
6373
|
+
"name": "_ondblclick",
|
|
6374
|
+
"parameters": [
|
|
6375
|
+
{
|
|
6376
|
+
"name": "e",
|
|
6377
|
+
"type": {
|
|
6378
|
+
"text": "MouseEvent"
|
|
6379
|
+
}
|
|
6380
|
+
}
|
|
6381
|
+
]
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"kind": "field",
|
|
6385
|
+
"name": "extendedMap",
|
|
6386
|
+
"readonly": true
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"kind": "method",
|
|
6390
|
+
"name": "getNodeHandleClass",
|
|
6391
|
+
"parameters": [
|
|
6392
|
+
{
|
|
6393
|
+
"name": "component",
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "Component"
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
]
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"kind": "method",
|
|
6402
|
+
"name": "isExtended",
|
|
6403
|
+
"parameters": [
|
|
6404
|
+
{
|
|
6405
|
+
"name": "component",
|
|
6406
|
+
"type": {
|
|
6407
|
+
"text": "Component"
|
|
6408
|
+
}
|
|
6409
|
+
}
|
|
6410
|
+
]
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
"kind": "method",
|
|
6414
|
+
"name": "toggleExtended",
|
|
6415
|
+
"parameters": [
|
|
6416
|
+
{
|
|
6417
|
+
"name": "component",
|
|
6418
|
+
"type": {
|
|
6419
|
+
"text": "Component"
|
|
6420
|
+
}
|
|
6421
|
+
}
|
|
6422
|
+
]
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "method",
|
|
6426
|
+
"name": "toggleHidden",
|
|
6427
|
+
"parameters": [
|
|
6428
|
+
{
|
|
6429
|
+
"name": "component",
|
|
6430
|
+
"type": {
|
|
6431
|
+
"text": "Component"
|
|
6432
|
+
}
|
|
6433
|
+
}
|
|
6434
|
+
]
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "selectComponent",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "component",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "append",
|
|
6448
|
+
"default": "false",
|
|
6449
|
+
"type": {
|
|
6450
|
+
"text": "boolean"
|
|
6451
|
+
}
|
|
6452
|
+
}
|
|
6453
|
+
]
|
|
6459
6454
|
},
|
|
6460
6455
|
{
|
|
6461
6456
|
"kind": "method",
|
|
6462
|
-
"name": "
|
|
6457
|
+
"name": "shouldBeShown",
|
|
6458
|
+
"return": {
|
|
6459
|
+
"type": {
|
|
6460
|
+
"text": "boolean"
|
|
6461
|
+
}
|
|
6462
|
+
},
|
|
6463
6463
|
"parameters": [
|
|
6464
6464
|
{
|
|
6465
|
-
"name": "
|
|
6465
|
+
"name": "component",
|
|
6466
6466
|
"type": {
|
|
6467
|
-
"text": "
|
|
6467
|
+
"text": "Component"
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "counting",
|
|
6472
|
+
"default": "false",
|
|
6473
|
+
"type": {
|
|
6474
|
+
"text": "boolean"
|
|
6468
6475
|
}
|
|
6469
6476
|
}
|
|
6470
6477
|
]
|
|
6471
6478
|
},
|
|
6472
6479
|
{
|
|
6473
6480
|
"kind": "method",
|
|
6474
|
-
"name": "
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6481
|
+
"name": "renderComponent",
|
|
6482
|
+
"return": {
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "TemplateResult"
|
|
6485
|
+
}
|
|
6486
|
+
},
|
|
6479
6487
|
"parameters": [
|
|
6480
6488
|
{
|
|
6481
|
-
"name": "
|
|
6489
|
+
"name": "component",
|
|
6482
6490
|
"type": {
|
|
6483
|
-
"text": "
|
|
6491
|
+
"text": "Component"
|
|
6492
|
+
}
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "depth",
|
|
6496
|
+
"type": {
|
|
6497
|
+
"text": "number"
|
|
6484
6498
|
}
|
|
6485
6499
|
}
|
|
6486
6500
|
]
|
|
6487
6501
|
}
|
|
6488
6502
|
],
|
|
6489
|
-
"events": [
|
|
6490
|
-
{
|
|
6491
|
-
"name": "property-change",
|
|
6492
|
-
"type": {
|
|
6493
|
-
"text": "CustomEvent"
|
|
6494
|
-
}
|
|
6495
|
-
}
|
|
6496
|
-
],
|
|
6497
6503
|
"attributes": [
|
|
6498
6504
|
{
|
|
6499
|
-
"name": "
|
|
6500
|
-
"type": {
|
|
6501
|
-
"text": "any"
|
|
6502
|
-
},
|
|
6503
|
-
"fieldName": "value"
|
|
6504
|
-
},
|
|
6505
|
-
{
|
|
6506
|
-
"name": "props",
|
|
6507
|
-
"type": {
|
|
6508
|
-
"text": "any[]"
|
|
6509
|
-
},
|
|
6510
|
-
"default": "[]",
|
|
6511
|
-
"fieldName": "props"
|
|
6512
|
-
},
|
|
6513
|
-
{
|
|
6514
|
-
"name": "propertyEditor",
|
|
6505
|
+
"name": "scene",
|
|
6515
6506
|
"type": {
|
|
6516
|
-
"text": "
|
|
6507
|
+
"text": "Scene | undefined"
|
|
6517
6508
|
},
|
|
6518
|
-
"fieldName": "
|
|
6509
|
+
"fieldName": "scene"
|
|
6519
6510
|
}
|
|
6520
6511
|
],
|
|
6521
6512
|
"superclass": {
|
|
@@ -6528,39 +6519,60 @@
|
|
|
6528
6519
|
"exports": [
|
|
6529
6520
|
{
|
|
6530
6521
|
"kind": "js",
|
|
6531
|
-
"name": "
|
|
6522
|
+
"name": "SceneInspector",
|
|
6532
6523
|
"declaration": {
|
|
6533
|
-
"name": "
|
|
6534
|
-
"module": "src/modeller/property-sidebar/
|
|
6524
|
+
"name": "SceneInspector",
|
|
6525
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6535
6526
|
}
|
|
6536
6527
|
}
|
|
6537
6528
|
]
|
|
6538
6529
|
},
|
|
6539
6530
|
{
|
|
6540
6531
|
"kind": "javascript-module",
|
|
6541
|
-
"path": "src/modeller/property-sidebar/
|
|
6532
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6533
|
+
"declarations": [
|
|
6534
|
+
{
|
|
6535
|
+
"kind": "variable",
|
|
6536
|
+
"name": "BoxPaddingEditorStyles",
|
|
6537
|
+
"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; } `"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"exports": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "js",
|
|
6543
|
+
"name": "BoxPaddingEditorStyles",
|
|
6544
|
+
"declaration": {
|
|
6545
|
+
"name": "BoxPaddingEditorStyles",
|
|
6546
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
]
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"kind": "javascript-module",
|
|
6553
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6542
6554
|
"declarations": [
|
|
6543
6555
|
{
|
|
6544
6556
|
"kind": "class",
|
|
6545
6557
|
"description": "",
|
|
6546
|
-
"name": "
|
|
6558
|
+
"name": "PropertyShapes",
|
|
6547
6559
|
"members": [
|
|
6548
6560
|
{
|
|
6549
6561
|
"kind": "field",
|
|
6550
6562
|
"name": "value",
|
|
6551
6563
|
"type": {
|
|
6552
|
-
"text": "
|
|
6564
|
+
"text": "Properties | undefined"
|
|
6553
6565
|
},
|
|
6554
6566
|
"attribute": "value"
|
|
6555
6567
|
},
|
|
6556
6568
|
{
|
|
6557
6569
|
"kind": "field",
|
|
6558
|
-
"name": "
|
|
6570
|
+
"name": "bounds",
|
|
6559
6571
|
"type": {
|
|
6560
|
-
"text": "
|
|
6572
|
+
"text": "BOUNDS | null"
|
|
6561
6573
|
},
|
|
6562
6574
|
"default": "null",
|
|
6563
|
-
"attribute": "
|
|
6575
|
+
"attribute": "bounds"
|
|
6564
6576
|
},
|
|
6565
6577
|
{
|
|
6566
6578
|
"kind": "field",
|
|
@@ -6571,38 +6583,6 @@
|
|
|
6571
6583
|
"default": "[]",
|
|
6572
6584
|
"attribute": "selected"
|
|
6573
6585
|
},
|
|
6574
|
-
{
|
|
6575
|
-
"kind": "field",
|
|
6576
|
-
"name": "props",
|
|
6577
|
-
"type": {
|
|
6578
|
-
"text": "any[]"
|
|
6579
|
-
},
|
|
6580
|
-
"default": "[]",
|
|
6581
|
-
"attribute": "props"
|
|
6582
|
-
},
|
|
6583
|
-
{
|
|
6584
|
-
"kind": "field",
|
|
6585
|
-
"name": "propertyEditor",
|
|
6586
|
-
"type": {
|
|
6587
|
-
"text": "any[]"
|
|
6588
|
-
},
|
|
6589
|
-
"default": "[]",
|
|
6590
|
-
"attribute": "propertyEditor"
|
|
6591
|
-
},
|
|
6592
|
-
{
|
|
6593
|
-
"kind": "field",
|
|
6594
|
-
"name": "boundINeedSelected",
|
|
6595
|
-
"type": {
|
|
6596
|
-
"text": "any"
|
|
6597
|
-
},
|
|
6598
|
-
"privacy": "private"
|
|
6599
|
-
},
|
|
6600
|
-
{
|
|
6601
|
-
"kind": "field",
|
|
6602
|
-
"name": "scopedElements",
|
|
6603
|
-
"static": true,
|
|
6604
|
-
"readonly": true
|
|
6605
|
-
},
|
|
6606
6586
|
{
|
|
6607
6587
|
"kind": "method",
|
|
6608
6588
|
"name": "_onValueChange",
|
|
@@ -6619,6 +6599,30 @@
|
|
|
6619
6599
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6620
6600
|
}
|
|
6621
6601
|
},
|
|
6602
|
+
{
|
|
6603
|
+
"kind": "method",
|
|
6604
|
+
"name": "_hasTextProperty",
|
|
6605
|
+
"parameters": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "selected",
|
|
6608
|
+
"type": {
|
|
6609
|
+
"text": "Component[]"
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"kind": "method",
|
|
6616
|
+
"name": "_hasProperties",
|
|
6617
|
+
"parameters": [
|
|
6618
|
+
{
|
|
6619
|
+
"name": "selected",
|
|
6620
|
+
"type": {
|
|
6621
|
+
"text": "Component[]"
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
]
|
|
6625
|
+
},
|
|
6622
6626
|
{
|
|
6623
6627
|
"kind": "method",
|
|
6624
6628
|
"name": "_isIdentifiable",
|
|
@@ -6633,7 +6637,7 @@
|
|
|
6633
6637
|
},
|
|
6634
6638
|
{
|
|
6635
6639
|
"kind": "method",
|
|
6636
|
-
"name": "
|
|
6640
|
+
"name": "_isClassIdentifiable",
|
|
6637
6641
|
"parameters": [
|
|
6638
6642
|
{
|
|
6639
6643
|
"name": "selected",
|
|
@@ -6645,12 +6649,24 @@
|
|
|
6645
6649
|
},
|
|
6646
6650
|
{
|
|
6647
6651
|
"kind": "method",
|
|
6648
|
-
"name": "
|
|
6652
|
+
"name": "_isLine",
|
|
6649
6653
|
"parameters": [
|
|
6650
6654
|
{
|
|
6651
|
-
"name": "
|
|
6655
|
+
"name": "selected",
|
|
6652
6656
|
"type": {
|
|
6653
|
-
"text": "
|
|
6657
|
+
"text": "Component[]"
|
|
6658
|
+
}
|
|
6659
|
+
}
|
|
6660
|
+
]
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"kind": "method",
|
|
6664
|
+
"name": "_is3dish",
|
|
6665
|
+
"parameters": [
|
|
6666
|
+
{
|
|
6667
|
+
"name": "selected",
|
|
6668
|
+
"type": {
|
|
6669
|
+
"text": "Component[]"
|
|
6654
6670
|
}
|
|
6655
6671
|
}
|
|
6656
6672
|
]
|
|
@@ -6694,21 +6710,39 @@
|
|
|
6694
6710
|
}
|
|
6695
6711
|
}
|
|
6696
6712
|
],
|
|
6713
|
+
"events": [
|
|
6714
|
+
{
|
|
6715
|
+
"name": "bounds-change",
|
|
6716
|
+
"type": {
|
|
6717
|
+
"text": "CustomEvent"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "property-change",
|
|
6722
|
+
"type": {
|
|
6723
|
+
"text": "CustomEvent"
|
|
6724
|
+
},
|
|
6725
|
+
"inheritedFrom": {
|
|
6726
|
+
"name": "AbstractProperty",
|
|
6727
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
],
|
|
6697
6731
|
"attributes": [
|
|
6698
6732
|
{
|
|
6699
6733
|
"name": "value",
|
|
6700
6734
|
"type": {
|
|
6701
|
-
"text": "
|
|
6735
|
+
"text": "Properties | undefined"
|
|
6702
6736
|
},
|
|
6703
6737
|
"fieldName": "value"
|
|
6704
6738
|
},
|
|
6705
6739
|
{
|
|
6706
|
-
"name": "
|
|
6740
|
+
"name": "bounds",
|
|
6707
6741
|
"type": {
|
|
6708
|
-
"text": "
|
|
6742
|
+
"text": "BOUNDS | null"
|
|
6709
6743
|
},
|
|
6710
6744
|
"default": "null",
|
|
6711
|
-
"fieldName": "
|
|
6745
|
+
"fieldName": "bounds"
|
|
6712
6746
|
},
|
|
6713
6747
|
{
|
|
6714
6748
|
"name": "selected",
|
|
@@ -6717,55 +6751,21 @@
|
|
|
6717
6751
|
},
|
|
6718
6752
|
"default": "[]",
|
|
6719
6753
|
"fieldName": "selected"
|
|
6720
|
-
},
|
|
6721
|
-
{
|
|
6722
|
-
"name": "props",
|
|
6723
|
-
"type": {
|
|
6724
|
-
"text": "any[]"
|
|
6725
|
-
},
|
|
6726
|
-
"default": "[]",
|
|
6727
|
-
"fieldName": "props"
|
|
6728
|
-
},
|
|
6729
|
-
{
|
|
6730
|
-
"name": "propertyEditor",
|
|
6731
|
-
"type": {
|
|
6732
|
-
"text": "any[]"
|
|
6733
|
-
},
|
|
6734
|
-
"default": "[]",
|
|
6735
|
-
"fieldName": "propertyEditor"
|
|
6736
|
-
}
|
|
6737
|
-
],
|
|
6738
|
-
"mixins": [
|
|
6739
|
-
{
|
|
6740
|
-
"name": "ScopedElementsMixin",
|
|
6741
|
-
"package": "@open-wc/scoped-elements"
|
|
6742
6754
|
}
|
|
6743
6755
|
],
|
|
6744
6756
|
"superclass": {
|
|
6745
6757
|
"name": "AbstractProperty",
|
|
6746
6758
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
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
|
-
]
|
|
6759
|
+
}
|
|
6760
6760
|
}
|
|
6761
6761
|
],
|
|
6762
6762
|
"exports": [
|
|
6763
6763
|
{
|
|
6764
6764
|
"kind": "js",
|
|
6765
|
-
"name": "
|
|
6765
|
+
"name": "PropertyShapes",
|
|
6766
6766
|
"declaration": {
|
|
6767
|
-
"name": "
|
|
6768
|
-
"module": "src/modeller/property-sidebar/
|
|
6767
|
+
"name": "PropertyShapes",
|
|
6768
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6769
6769
|
}
|
|
6770
6770
|
}
|
|
6771
6771
|
]
|