@fmsim/board 1.0.18 → 1.0.21
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,29 +5776,512 @@
|
|
|
6016
5776
|
},
|
|
6017
5777
|
{
|
|
6018
5778
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6020
5780
|
"declarations": [
|
|
6021
5781
|
{
|
|
6022
5782
|
"kind": "class",
|
|
6023
5783
|
"description": "",
|
|
6024
|
-
"name": "
|
|
5784
|
+
"name": "SceneInspector",
|
|
6025
5785
|
"members": [
|
|
6026
5786
|
{
|
|
6027
5787
|
"kind": "field",
|
|
6028
|
-
"name": "
|
|
5788
|
+
"name": "scene",
|
|
6029
5789
|
"type": {
|
|
6030
|
-
"text": "
|
|
5790
|
+
"text": "Scene | undefined"
|
|
6031
5791
|
},
|
|
6032
|
-
"attribute": "
|
|
5792
|
+
"attribute": "scene"
|
|
6033
5793
|
},
|
|
6034
5794
|
{
|
|
6035
5795
|
"kind": "field",
|
|
6036
|
-
"name": "
|
|
5796
|
+
"name": "searchText",
|
|
6037
5797
|
"type": {
|
|
6038
|
-
"text": "
|
|
5798
|
+
"text": "string"
|
|
6039
5799
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
5800
|
+
"privacy": "private",
|
|
5801
|
+
"default": "''"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"kind": "field",
|
|
5805
|
+
"name": "_extendedMap",
|
|
5806
|
+
"type": {
|
|
5807
|
+
"text": "any"
|
|
5808
|
+
},
|
|
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"
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"kind": "method",
|
|
5831
|
+
"name": "disconnectScene",
|
|
5832
|
+
"parameters": [
|
|
5833
|
+
{
|
|
5834
|
+
"name": "scene",
|
|
5835
|
+
"optional": true,
|
|
5836
|
+
"type": {
|
|
5837
|
+
"text": "Scene"
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
]
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "method",
|
|
5844
|
+
"name": "refresh"
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "method",
|
|
5848
|
+
"name": "_onclick",
|
|
5849
|
+
"parameters": [
|
|
5850
|
+
{
|
|
5851
|
+
"name": "e",
|
|
5852
|
+
"type": {
|
|
5853
|
+
"text": "MouseEvent"
|
|
5854
|
+
}
|
|
5855
|
+
}
|
|
5856
|
+
]
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"kind": "method",
|
|
5860
|
+
"name": "_ondblclick",
|
|
5861
|
+
"parameters": [
|
|
5862
|
+
{
|
|
5863
|
+
"name": "e",
|
|
5864
|
+
"type": {
|
|
5865
|
+
"text": "MouseEvent"
|
|
5866
|
+
}
|
|
5867
|
+
}
|
|
5868
|
+
]
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
"kind": "field",
|
|
5872
|
+
"name": "extendedMap",
|
|
5873
|
+
"readonly": true
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "method",
|
|
5877
|
+
"name": "getNodeHandleClass",
|
|
5878
|
+
"parameters": [
|
|
5879
|
+
{
|
|
5880
|
+
"name": "component",
|
|
5881
|
+
"type": {
|
|
5882
|
+
"text": "Component"
|
|
5883
|
+
}
|
|
5884
|
+
}
|
|
5885
|
+
]
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"kind": "method",
|
|
5889
|
+
"name": "isExtended",
|
|
5890
|
+
"parameters": [
|
|
5891
|
+
{
|
|
5892
|
+
"name": "component",
|
|
5893
|
+
"type": {
|
|
5894
|
+
"text": "Component"
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "method",
|
|
5901
|
+
"name": "toggleExtended",
|
|
5902
|
+
"parameters": [
|
|
5903
|
+
{
|
|
5904
|
+
"name": "component",
|
|
5905
|
+
"type": {
|
|
5906
|
+
"text": "Component"
|
|
5907
|
+
}
|
|
5908
|
+
}
|
|
5909
|
+
]
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"kind": "method",
|
|
5913
|
+
"name": "toggleHidden",
|
|
5914
|
+
"parameters": [
|
|
5915
|
+
{
|
|
5916
|
+
"name": "component",
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "Component"
|
|
5919
|
+
}
|
|
5920
|
+
}
|
|
5921
|
+
]
|
|
5922
|
+
},
|
|
5923
|
+
{
|
|
5924
|
+
"kind": "method",
|
|
5925
|
+
"name": "selectComponent",
|
|
5926
|
+
"parameters": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "component",
|
|
5929
|
+
"type": {
|
|
5930
|
+
"text": "Component"
|
|
5931
|
+
}
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "append",
|
|
5935
|
+
"default": "false",
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": "boolean"
|
|
5938
|
+
}
|
|
5939
|
+
}
|
|
5940
|
+
]
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"kind": "method",
|
|
5944
|
+
"name": "shouldBeShown",
|
|
5945
|
+
"return": {
|
|
5946
|
+
"type": {
|
|
5947
|
+
"text": "boolean"
|
|
5948
|
+
}
|
|
5949
|
+
},
|
|
5950
|
+
"parameters": [
|
|
5951
|
+
{
|
|
5952
|
+
"name": "component",
|
|
5953
|
+
"type": {
|
|
5954
|
+
"text": "Component"
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"name": "counting",
|
|
5959
|
+
"default": "false",
|
|
5960
|
+
"type": {
|
|
5961
|
+
"text": "boolean"
|
|
5962
|
+
}
|
|
5963
|
+
}
|
|
5964
|
+
]
|
|
5965
|
+
},
|
|
5966
|
+
{
|
|
5967
|
+
"kind": "method",
|
|
5968
|
+
"name": "renderComponent",
|
|
5969
|
+
"return": {
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "TemplateResult"
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
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
|
+
]
|
|
5988
|
+
}
|
|
5989
|
+
],
|
|
5990
|
+
"attributes": [
|
|
5991
|
+
{
|
|
5992
|
+
"name": "scene",
|
|
5993
|
+
"type": {
|
|
5994
|
+
"text": "Scene | undefined"
|
|
5995
|
+
},
|
|
5996
|
+
"fieldName": "scene"
|
|
5997
|
+
}
|
|
5998
|
+
],
|
|
5999
|
+
"superclass": {
|
|
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"
|
|
6013
|
+
}
|
|
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
|
+
}
|
|
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",
|
|
6041
|
+
"declarations": [
|
|
6042
|
+
{
|
|
6043
|
+
"kind": "class",
|
|
6044
|
+
"description": "",
|
|
6045
|
+
"name": "PropertyShapes",
|
|
6046
|
+
"members": [
|
|
6047
|
+
{
|
|
6048
|
+
"kind": "field",
|
|
6049
|
+
"name": "value",
|
|
6050
|
+
"type": {
|
|
6051
|
+
"text": "Properties | undefined"
|
|
6052
|
+
},
|
|
6053
|
+
"attribute": "value"
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"kind": "field",
|
|
6057
|
+
"name": "bounds",
|
|
6058
|
+
"type": {
|
|
6059
|
+
"text": "BOUNDS | null"
|
|
6060
|
+
},
|
|
6061
|
+
"default": "null",
|
|
6062
|
+
"attribute": "bounds"
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
"kind": "field",
|
|
6066
|
+
"name": "selected",
|
|
6067
|
+
"type": {
|
|
6068
|
+
"text": "Component[]"
|
|
6069
|
+
},
|
|
6070
|
+
"default": "[]",
|
|
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
|
+
]
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"kind": "method",
|
|
6127
|
+
"name": "_isClassIdentifiable",
|
|
6128
|
+
"parameters": [
|
|
6129
|
+
{
|
|
6130
|
+
"name": "selected",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"text": "Component[]"
|
|
6133
|
+
}
|
|
6134
|
+
}
|
|
6135
|
+
]
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"kind": "method",
|
|
6139
|
+
"name": "_isLine",
|
|
6140
|
+
"parameters": [
|
|
6141
|
+
{
|
|
6142
|
+
"name": "selected",
|
|
6143
|
+
"type": {
|
|
6144
|
+
"text": "Component[]"
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
]
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "method",
|
|
6151
|
+
"name": "_is3dish",
|
|
6152
|
+
"parameters": [
|
|
6153
|
+
{
|
|
6154
|
+
"name": "selected",
|
|
6155
|
+
"type": {
|
|
6156
|
+
"text": "Component[]"
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
]
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"kind": "method",
|
|
6163
|
+
"name": "_getValueFromEventTarget",
|
|
6164
|
+
"parameters": [
|
|
6165
|
+
{
|
|
6166
|
+
"name": "element",
|
|
6167
|
+
"type": {
|
|
6168
|
+
"text": "HTMLElement"
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
],
|
|
6172
|
+
"inheritedFrom": {
|
|
6173
|
+
"name": "AbstractProperty",
|
|
6174
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6177
|
+
{
|
|
6178
|
+
"kind": "method",
|
|
6179
|
+
"name": "_onAfterValueChange",
|
|
6180
|
+
"parameters": [
|
|
6181
|
+
{
|
|
6182
|
+
"name": "key",
|
|
6183
|
+
"type": {
|
|
6184
|
+
"text": "string"
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"name": "value",
|
|
6189
|
+
"type": {
|
|
6190
|
+
"text": "any"
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
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
|
+
}
|
|
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
|
+
"attributes": [
|
|
6219
|
+
{
|
|
6220
|
+
"name": "value",
|
|
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",
|
|
6236
|
+
"type": {
|
|
6237
|
+
"text": "Component[]"
|
|
6238
|
+
},
|
|
6239
|
+
"default": "[]",
|
|
6240
|
+
"fieldName": "selected"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"superclass": {
|
|
6244
|
+
"name": "AbstractProperty",
|
|
6245
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
+
}
|
|
6247
|
+
}
|
|
6248
|
+
],
|
|
6249
|
+
"exports": [
|
|
6250
|
+
{
|
|
6251
|
+
"kind": "js",
|
|
6252
|
+
"name": "PropertyShapes",
|
|
6253
|
+
"declaration": {
|
|
6254
|
+
"name": "PropertyShapes",
|
|
6255
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
]
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "javascript-module",
|
|
6262
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6263
|
+
"declarations": [
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "class",
|
|
6266
|
+
"description": "",
|
|
6267
|
+
"name": "SpecificPropertiesBuilder",
|
|
6268
|
+
"members": [
|
|
6269
|
+
{
|
|
6270
|
+
"kind": "field",
|
|
6271
|
+
"name": "value",
|
|
6272
|
+
"type": {
|
|
6273
|
+
"text": "any"
|
|
6274
|
+
},
|
|
6275
|
+
"attribute": "value"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"kind": "field",
|
|
6279
|
+
"name": "props",
|
|
6280
|
+
"type": {
|
|
6281
|
+
"text": "any[]"
|
|
6282
|
+
},
|
|
6283
|
+
"default": "[]",
|
|
6284
|
+
"attribute": "props"
|
|
6042
6285
|
},
|
|
6043
6286
|
{
|
|
6044
6287
|
"kind": "field",
|
|
@@ -6361,249 +6604,6 @@
|
|
|
6361
6604
|
}
|
|
6362
6605
|
]
|
|
6363
6606
|
},
|
|
6364
|
-
{
|
|
6365
|
-
"kind": "javascript-module",
|
|
6366
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
-
"declarations": [
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "variable",
|
|
6370
|
-
"name": "BoxPaddingEditorStyles",
|
|
6371
|
-
"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; } `"
|
|
6372
|
-
}
|
|
6373
|
-
],
|
|
6374
|
-
"exports": [
|
|
6375
|
-
{
|
|
6376
|
-
"kind": "js",
|
|
6377
|
-
"name": "BoxPaddingEditorStyles",
|
|
6378
|
-
"declaration": {
|
|
6379
|
-
"name": "BoxPaddingEditorStyles",
|
|
6380
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
-
}
|
|
6382
|
-
}
|
|
6383
|
-
]
|
|
6384
|
-
},
|
|
6385
|
-
{
|
|
6386
|
-
"kind": "javascript-module",
|
|
6387
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
-
"declarations": [
|
|
6389
|
-
{
|
|
6390
|
-
"kind": "class",
|
|
6391
|
-
"description": "",
|
|
6392
|
-
"name": "PropertyShapes",
|
|
6393
|
-
"members": [
|
|
6394
|
-
{
|
|
6395
|
-
"kind": "field",
|
|
6396
|
-
"name": "value",
|
|
6397
|
-
"type": {
|
|
6398
|
-
"text": "Properties | undefined"
|
|
6399
|
-
},
|
|
6400
|
-
"attribute": "value"
|
|
6401
|
-
},
|
|
6402
|
-
{
|
|
6403
|
-
"kind": "field",
|
|
6404
|
-
"name": "bounds",
|
|
6405
|
-
"type": {
|
|
6406
|
-
"text": "BOUNDS | null"
|
|
6407
|
-
},
|
|
6408
|
-
"default": "null",
|
|
6409
|
-
"attribute": "bounds"
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"kind": "field",
|
|
6413
|
-
"name": "selected",
|
|
6414
|
-
"type": {
|
|
6415
|
-
"text": "Component[]"
|
|
6416
|
-
},
|
|
6417
|
-
"default": "[]",
|
|
6418
|
-
"attribute": "selected"
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"kind": "method",
|
|
6422
|
-
"name": "_onValueChange",
|
|
6423
|
-
"parameters": [
|
|
6424
|
-
{
|
|
6425
|
-
"name": "e",
|
|
6426
|
-
"type": {
|
|
6427
|
-
"text": "Event"
|
|
6428
|
-
}
|
|
6429
|
-
}
|
|
6430
|
-
],
|
|
6431
|
-
"inheritedFrom": {
|
|
6432
|
-
"name": "AbstractProperty",
|
|
6433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"kind": "method",
|
|
6438
|
-
"name": "_hasTextProperty",
|
|
6439
|
-
"parameters": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "selected",
|
|
6442
|
-
"type": {
|
|
6443
|
-
"text": "Component[]"
|
|
6444
|
-
}
|
|
6445
|
-
}
|
|
6446
|
-
]
|
|
6447
|
-
},
|
|
6448
|
-
{
|
|
6449
|
-
"kind": "method",
|
|
6450
|
-
"name": "_hasProperties",
|
|
6451
|
-
"parameters": [
|
|
6452
|
-
{
|
|
6453
|
-
"name": "selected",
|
|
6454
|
-
"type": {
|
|
6455
|
-
"text": "Component[]"
|
|
6456
|
-
}
|
|
6457
|
-
}
|
|
6458
|
-
]
|
|
6459
|
-
},
|
|
6460
|
-
{
|
|
6461
|
-
"kind": "method",
|
|
6462
|
-
"name": "_isIdentifiable",
|
|
6463
|
-
"parameters": [
|
|
6464
|
-
{
|
|
6465
|
-
"name": "selected",
|
|
6466
|
-
"type": {
|
|
6467
|
-
"text": "Component[]"
|
|
6468
|
-
}
|
|
6469
|
-
}
|
|
6470
|
-
]
|
|
6471
|
-
},
|
|
6472
|
-
{
|
|
6473
|
-
"kind": "method",
|
|
6474
|
-
"name": "_isClassIdentifiable",
|
|
6475
|
-
"parameters": [
|
|
6476
|
-
{
|
|
6477
|
-
"name": "selected",
|
|
6478
|
-
"type": {
|
|
6479
|
-
"text": "Component[]"
|
|
6480
|
-
}
|
|
6481
|
-
}
|
|
6482
|
-
]
|
|
6483
|
-
},
|
|
6484
|
-
{
|
|
6485
|
-
"kind": "method",
|
|
6486
|
-
"name": "_isLine",
|
|
6487
|
-
"parameters": [
|
|
6488
|
-
{
|
|
6489
|
-
"name": "selected",
|
|
6490
|
-
"type": {
|
|
6491
|
-
"text": "Component[]"
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
|
-
]
|
|
6495
|
-
},
|
|
6496
|
-
{
|
|
6497
|
-
"kind": "method",
|
|
6498
|
-
"name": "_is3dish",
|
|
6499
|
-
"parameters": [
|
|
6500
|
-
{
|
|
6501
|
-
"name": "selected",
|
|
6502
|
-
"type": {
|
|
6503
|
-
"text": "Component[]"
|
|
6504
|
-
}
|
|
6505
|
-
}
|
|
6506
|
-
]
|
|
6507
|
-
},
|
|
6508
|
-
{
|
|
6509
|
-
"kind": "method",
|
|
6510
|
-
"name": "_getValueFromEventTarget",
|
|
6511
|
-
"parameters": [
|
|
6512
|
-
{
|
|
6513
|
-
"name": "element",
|
|
6514
|
-
"type": {
|
|
6515
|
-
"text": "HTMLElement"
|
|
6516
|
-
}
|
|
6517
|
-
}
|
|
6518
|
-
],
|
|
6519
|
-
"inheritedFrom": {
|
|
6520
|
-
"name": "AbstractProperty",
|
|
6521
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
-
}
|
|
6523
|
-
},
|
|
6524
|
-
{
|
|
6525
|
-
"kind": "method",
|
|
6526
|
-
"name": "_onAfterValueChange",
|
|
6527
|
-
"parameters": [
|
|
6528
|
-
{
|
|
6529
|
-
"name": "key",
|
|
6530
|
-
"type": {
|
|
6531
|
-
"text": "string"
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"name": "value",
|
|
6536
|
-
"type": {
|
|
6537
|
-
"text": "any"
|
|
6538
|
-
}
|
|
6539
|
-
}
|
|
6540
|
-
],
|
|
6541
|
-
"inheritedFrom": {
|
|
6542
|
-
"name": "AbstractProperty",
|
|
6543
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
-
}
|
|
6545
|
-
}
|
|
6546
|
-
],
|
|
6547
|
-
"events": [
|
|
6548
|
-
{
|
|
6549
|
-
"name": "bounds-change",
|
|
6550
|
-
"type": {
|
|
6551
|
-
"text": "CustomEvent"
|
|
6552
|
-
}
|
|
6553
|
-
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "property-change",
|
|
6556
|
-
"type": {
|
|
6557
|
-
"text": "CustomEvent"
|
|
6558
|
-
},
|
|
6559
|
-
"inheritedFrom": {
|
|
6560
|
-
"name": "AbstractProperty",
|
|
6561
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
-
}
|
|
6563
|
-
}
|
|
6564
|
-
],
|
|
6565
|
-
"attributes": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "value",
|
|
6568
|
-
"type": {
|
|
6569
|
-
"text": "Properties | undefined"
|
|
6570
|
-
},
|
|
6571
|
-
"fieldName": "value"
|
|
6572
|
-
},
|
|
6573
|
-
{
|
|
6574
|
-
"name": "bounds",
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "BOUNDS | null"
|
|
6577
|
-
},
|
|
6578
|
-
"default": "null",
|
|
6579
|
-
"fieldName": "bounds"
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"name": "selected",
|
|
6583
|
-
"type": {
|
|
6584
|
-
"text": "Component[]"
|
|
6585
|
-
},
|
|
6586
|
-
"default": "[]",
|
|
6587
|
-
"fieldName": "selected"
|
|
6588
|
-
}
|
|
6589
|
-
],
|
|
6590
|
-
"superclass": {
|
|
6591
|
-
"name": "AbstractProperty",
|
|
6592
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
],
|
|
6596
|
-
"exports": [
|
|
6597
|
-
{
|
|
6598
|
-
"kind": "js",
|
|
6599
|
-
"name": "PropertyShapes",
|
|
6600
|
-
"declaration": {
|
|
6601
|
-
"name": "PropertyShapes",
|
|
6602
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
]
|
|
6606
|
-
},
|
|
6607
6607
|
{
|
|
6608
6608
|
"kind": "javascript-module",
|
|
6609
6609
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|