@fmsim/board 1.0.42 → 1.0.45
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
|
@@ -6300,246 +6300,6 @@
|
|
|
6300
6300
|
}
|
|
6301
6301
|
]
|
|
6302
6302
|
},
|
|
6303
|
-
{
|
|
6304
|
-
"kind": "javascript-module",
|
|
6305
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6306
|
-
"declarations": [
|
|
6307
|
-
{
|
|
6308
|
-
"kind": "class",
|
|
6309
|
-
"description": "",
|
|
6310
|
-
"name": "SceneInspector",
|
|
6311
|
-
"members": [
|
|
6312
|
-
{
|
|
6313
|
-
"kind": "field",
|
|
6314
|
-
"name": "scene",
|
|
6315
|
-
"type": {
|
|
6316
|
-
"text": "Scene | undefined"
|
|
6317
|
-
},
|
|
6318
|
-
"attribute": "scene"
|
|
6319
|
-
},
|
|
6320
|
-
{
|
|
6321
|
-
"kind": "field",
|
|
6322
|
-
"name": "searchText",
|
|
6323
|
-
"type": {
|
|
6324
|
-
"text": "string"
|
|
6325
|
-
},
|
|
6326
|
-
"privacy": "private",
|
|
6327
|
-
"default": "''"
|
|
6328
|
-
},
|
|
6329
|
-
{
|
|
6330
|
-
"kind": "field",
|
|
6331
|
-
"name": "_extendedMap",
|
|
6332
|
-
"type": {
|
|
6333
|
-
"text": "any"
|
|
6334
|
-
},
|
|
6335
|
-
"privacy": "private"
|
|
6336
|
-
},
|
|
6337
|
-
{
|
|
6338
|
-
"kind": "field",
|
|
6339
|
-
"name": "show",
|
|
6340
|
-
"type": {
|
|
6341
|
-
"text": "boolean"
|
|
6342
|
-
},
|
|
6343
|
-
"privacy": "private",
|
|
6344
|
-
"default": "false"
|
|
6345
|
-
},
|
|
6346
|
-
{
|
|
6347
|
-
"kind": "field",
|
|
6348
|
-
"name": "count",
|
|
6349
|
-
"type": {
|
|
6350
|
-
"text": "number"
|
|
6351
|
-
},
|
|
6352
|
-
"privacy": "private",
|
|
6353
|
-
"default": "-1"
|
|
6354
|
-
},
|
|
6355
|
-
{
|
|
6356
|
-
"kind": "method",
|
|
6357
|
-
"name": "disconnectScene",
|
|
6358
|
-
"parameters": [
|
|
6359
|
-
{
|
|
6360
|
-
"name": "scene",
|
|
6361
|
-
"optional": true,
|
|
6362
|
-
"type": {
|
|
6363
|
-
"text": "Scene"
|
|
6364
|
-
}
|
|
6365
|
-
}
|
|
6366
|
-
]
|
|
6367
|
-
},
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "method",
|
|
6370
|
-
"name": "refresh"
|
|
6371
|
-
},
|
|
6372
|
-
{
|
|
6373
|
-
"kind": "method",
|
|
6374
|
-
"name": "_onclick",
|
|
6375
|
-
"parameters": [
|
|
6376
|
-
{
|
|
6377
|
-
"name": "e",
|
|
6378
|
-
"type": {
|
|
6379
|
-
"text": "MouseEvent"
|
|
6380
|
-
}
|
|
6381
|
-
}
|
|
6382
|
-
]
|
|
6383
|
-
},
|
|
6384
|
-
{
|
|
6385
|
-
"kind": "method",
|
|
6386
|
-
"name": "_ondblclick",
|
|
6387
|
-
"parameters": [
|
|
6388
|
-
{
|
|
6389
|
-
"name": "e",
|
|
6390
|
-
"type": {
|
|
6391
|
-
"text": "MouseEvent"
|
|
6392
|
-
}
|
|
6393
|
-
}
|
|
6394
|
-
]
|
|
6395
|
-
},
|
|
6396
|
-
{
|
|
6397
|
-
"kind": "field",
|
|
6398
|
-
"name": "extendedMap",
|
|
6399
|
-
"readonly": true
|
|
6400
|
-
},
|
|
6401
|
-
{
|
|
6402
|
-
"kind": "method",
|
|
6403
|
-
"name": "getNodeHandleClass",
|
|
6404
|
-
"parameters": [
|
|
6405
|
-
{
|
|
6406
|
-
"name": "component",
|
|
6407
|
-
"type": {
|
|
6408
|
-
"text": "Component"
|
|
6409
|
-
}
|
|
6410
|
-
}
|
|
6411
|
-
]
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"kind": "method",
|
|
6415
|
-
"name": "isExtended",
|
|
6416
|
-
"parameters": [
|
|
6417
|
-
{
|
|
6418
|
-
"name": "component",
|
|
6419
|
-
"type": {
|
|
6420
|
-
"text": "Component"
|
|
6421
|
-
}
|
|
6422
|
-
}
|
|
6423
|
-
]
|
|
6424
|
-
},
|
|
6425
|
-
{
|
|
6426
|
-
"kind": "method",
|
|
6427
|
-
"name": "toggleExtended",
|
|
6428
|
-
"parameters": [
|
|
6429
|
-
{
|
|
6430
|
-
"name": "component",
|
|
6431
|
-
"type": {
|
|
6432
|
-
"text": "Component"
|
|
6433
|
-
}
|
|
6434
|
-
}
|
|
6435
|
-
]
|
|
6436
|
-
},
|
|
6437
|
-
{
|
|
6438
|
-
"kind": "method",
|
|
6439
|
-
"name": "toggleHidden",
|
|
6440
|
-
"parameters": [
|
|
6441
|
-
{
|
|
6442
|
-
"name": "component",
|
|
6443
|
-
"type": {
|
|
6444
|
-
"text": "Component"
|
|
6445
|
-
}
|
|
6446
|
-
}
|
|
6447
|
-
]
|
|
6448
|
-
},
|
|
6449
|
-
{
|
|
6450
|
-
"kind": "method",
|
|
6451
|
-
"name": "selectComponent",
|
|
6452
|
-
"parameters": [
|
|
6453
|
-
{
|
|
6454
|
-
"name": "component",
|
|
6455
|
-
"type": {
|
|
6456
|
-
"text": "Component"
|
|
6457
|
-
}
|
|
6458
|
-
},
|
|
6459
|
-
{
|
|
6460
|
-
"name": "append",
|
|
6461
|
-
"default": "false",
|
|
6462
|
-
"type": {
|
|
6463
|
-
"text": "boolean"
|
|
6464
|
-
}
|
|
6465
|
-
}
|
|
6466
|
-
]
|
|
6467
|
-
},
|
|
6468
|
-
{
|
|
6469
|
-
"kind": "method",
|
|
6470
|
-
"name": "shouldBeShown",
|
|
6471
|
-
"return": {
|
|
6472
|
-
"type": {
|
|
6473
|
-
"text": "boolean"
|
|
6474
|
-
}
|
|
6475
|
-
},
|
|
6476
|
-
"parameters": [
|
|
6477
|
-
{
|
|
6478
|
-
"name": "component",
|
|
6479
|
-
"type": {
|
|
6480
|
-
"text": "Component"
|
|
6481
|
-
}
|
|
6482
|
-
},
|
|
6483
|
-
{
|
|
6484
|
-
"name": "counting",
|
|
6485
|
-
"default": "false",
|
|
6486
|
-
"type": {
|
|
6487
|
-
"text": "boolean"
|
|
6488
|
-
}
|
|
6489
|
-
}
|
|
6490
|
-
]
|
|
6491
|
-
},
|
|
6492
|
-
{
|
|
6493
|
-
"kind": "method",
|
|
6494
|
-
"name": "renderComponent",
|
|
6495
|
-
"return": {
|
|
6496
|
-
"type": {
|
|
6497
|
-
"text": "TemplateResult"
|
|
6498
|
-
}
|
|
6499
|
-
},
|
|
6500
|
-
"parameters": [
|
|
6501
|
-
{
|
|
6502
|
-
"name": "component",
|
|
6503
|
-
"type": {
|
|
6504
|
-
"text": "Component"
|
|
6505
|
-
}
|
|
6506
|
-
},
|
|
6507
|
-
{
|
|
6508
|
-
"name": "depth",
|
|
6509
|
-
"type": {
|
|
6510
|
-
"text": "number"
|
|
6511
|
-
}
|
|
6512
|
-
}
|
|
6513
|
-
]
|
|
6514
|
-
}
|
|
6515
|
-
],
|
|
6516
|
-
"attributes": [
|
|
6517
|
-
{
|
|
6518
|
-
"name": "scene",
|
|
6519
|
-
"type": {
|
|
6520
|
-
"text": "Scene | undefined"
|
|
6521
|
-
},
|
|
6522
|
-
"fieldName": "scene"
|
|
6523
|
-
}
|
|
6524
|
-
],
|
|
6525
|
-
"superclass": {
|
|
6526
|
-
"name": "LitElement",
|
|
6527
|
-
"package": "lit"
|
|
6528
|
-
},
|
|
6529
|
-
"customElement": true
|
|
6530
|
-
}
|
|
6531
|
-
],
|
|
6532
|
-
"exports": [
|
|
6533
|
-
{
|
|
6534
|
-
"kind": "js",
|
|
6535
|
-
"name": "SceneInspector",
|
|
6536
|
-
"declaration": {
|
|
6537
|
-
"name": "SceneInspector",
|
|
6538
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6539
|
-
}
|
|
6540
|
-
}
|
|
6541
|
-
]
|
|
6542
|
-
},
|
|
6543
6303
|
{
|
|
6544
6304
|
"kind": "javascript-module",
|
|
6545
6305
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -7111,290 +6871,363 @@
|
|
|
7111
6871
|
},
|
|
7112
6872
|
{
|
|
7113
6873
|
"kind": "javascript-module",
|
|
7114
|
-
"path": "src/modeller/property-sidebar/
|
|
7115
|
-
"declarations": [
|
|
7116
|
-
{
|
|
7117
|
-
"kind": "variable",
|
|
7118
|
-
"name": "BoxPaddingEditorStyles",
|
|
7119
|
-
"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; } `"
|
|
7120
|
-
}
|
|
7121
|
-
],
|
|
7122
|
-
"exports": [
|
|
7123
|
-
{
|
|
7124
|
-
"kind": "js",
|
|
7125
|
-
"name": "BoxPaddingEditorStyles",
|
|
7126
|
-
"declaration": {
|
|
7127
|
-
"name": "BoxPaddingEditorStyles",
|
|
7128
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7129
|
-
}
|
|
7130
|
-
}
|
|
7131
|
-
]
|
|
7132
|
-
},
|
|
7133
|
-
{
|
|
7134
|
-
"kind": "javascript-module",
|
|
7135
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6874
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
7136
6875
|
"declarations": [
|
|
7137
6876
|
{
|
|
7138
6877
|
"kind": "class",
|
|
7139
6878
|
"description": "",
|
|
7140
|
-
"name": "
|
|
6879
|
+
"name": "SceneInspector",
|
|
7141
6880
|
"members": [
|
|
7142
6881
|
{
|
|
7143
6882
|
"kind": "field",
|
|
7144
|
-
"name": "
|
|
6883
|
+
"name": "scene",
|
|
7145
6884
|
"type": {
|
|
7146
|
-
"text": "
|
|
6885
|
+
"text": "Scene | undefined"
|
|
7147
6886
|
},
|
|
7148
|
-
"attribute": "
|
|
6887
|
+
"attribute": "scene"
|
|
7149
6888
|
},
|
|
7150
6889
|
{
|
|
7151
6890
|
"kind": "field",
|
|
7152
|
-
"name": "
|
|
6891
|
+
"name": "searchText",
|
|
7153
6892
|
"type": {
|
|
7154
|
-
"text": "
|
|
6893
|
+
"text": "string"
|
|
7155
6894
|
},
|
|
7156
|
-
"
|
|
7157
|
-
"
|
|
6895
|
+
"privacy": "private",
|
|
6896
|
+
"default": "''"
|
|
7158
6897
|
},
|
|
7159
6898
|
{
|
|
7160
6899
|
"kind": "field",
|
|
7161
|
-
"name": "
|
|
6900
|
+
"name": "_extendedMap",
|
|
7162
6901
|
"type": {
|
|
7163
|
-
"text": "
|
|
6902
|
+
"text": "any"
|
|
7164
6903
|
},
|
|
7165
|
-
"
|
|
7166
|
-
|
|
6904
|
+
"privacy": "private"
|
|
6905
|
+
},
|
|
6906
|
+
{
|
|
6907
|
+
"kind": "field",
|
|
6908
|
+
"name": "show",
|
|
6909
|
+
"type": {
|
|
6910
|
+
"text": "boolean"
|
|
6911
|
+
},
|
|
6912
|
+
"privacy": "private",
|
|
6913
|
+
"default": "false"
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"kind": "field",
|
|
6917
|
+
"name": "count",
|
|
6918
|
+
"type": {
|
|
6919
|
+
"text": "number"
|
|
6920
|
+
},
|
|
6921
|
+
"privacy": "private",
|
|
6922
|
+
"default": "-1"
|
|
7167
6923
|
},
|
|
7168
6924
|
{
|
|
7169
6925
|
"kind": "method",
|
|
7170
|
-
"name": "
|
|
6926
|
+
"name": "disconnectScene",
|
|
7171
6927
|
"parameters": [
|
|
7172
6928
|
{
|
|
7173
|
-
"name": "
|
|
6929
|
+
"name": "scene",
|
|
6930
|
+
"optional": true,
|
|
7174
6931
|
"type": {
|
|
7175
|
-
"text": "
|
|
6932
|
+
"text": "Scene"
|
|
7176
6933
|
}
|
|
7177
6934
|
}
|
|
7178
|
-
]
|
|
7179
|
-
"inheritedFrom": {
|
|
7180
|
-
"name": "AbstractProperty",
|
|
7181
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7182
|
-
}
|
|
6935
|
+
]
|
|
7183
6936
|
},
|
|
7184
6937
|
{
|
|
7185
6938
|
"kind": "method",
|
|
7186
|
-
"name": "
|
|
6939
|
+
"name": "refresh"
|
|
6940
|
+
},
|
|
6941
|
+
{
|
|
6942
|
+
"kind": "method",
|
|
6943
|
+
"name": "_onclick",
|
|
7187
6944
|
"parameters": [
|
|
7188
6945
|
{
|
|
7189
|
-
"name": "
|
|
6946
|
+
"name": "e",
|
|
7190
6947
|
"type": {
|
|
7191
|
-
"text": "
|
|
6948
|
+
"text": "MouseEvent"
|
|
7192
6949
|
}
|
|
7193
6950
|
}
|
|
7194
6951
|
]
|
|
7195
6952
|
},
|
|
7196
6953
|
{
|
|
7197
6954
|
"kind": "method",
|
|
7198
|
-
"name": "
|
|
6955
|
+
"name": "_ondblclick",
|
|
7199
6956
|
"parameters": [
|
|
7200
6957
|
{
|
|
7201
|
-
"name": "
|
|
6958
|
+
"name": "e",
|
|
7202
6959
|
"type": {
|
|
7203
|
-
"text": "
|
|
6960
|
+
"text": "MouseEvent"
|
|
7204
6961
|
}
|
|
7205
6962
|
}
|
|
7206
6963
|
]
|
|
7207
6964
|
},
|
|
6965
|
+
{
|
|
6966
|
+
"kind": "field",
|
|
6967
|
+
"name": "extendedMap",
|
|
6968
|
+
"readonly": true
|
|
6969
|
+
},
|
|
7208
6970
|
{
|
|
7209
6971
|
"kind": "method",
|
|
7210
|
-
"name": "
|
|
6972
|
+
"name": "getNodeHandleClass",
|
|
7211
6973
|
"parameters": [
|
|
7212
6974
|
{
|
|
7213
|
-
"name": "
|
|
6975
|
+
"name": "component",
|
|
7214
6976
|
"type": {
|
|
7215
|
-
"text": "Component
|
|
6977
|
+
"text": "Component"
|
|
7216
6978
|
}
|
|
7217
6979
|
}
|
|
7218
6980
|
]
|
|
7219
6981
|
},
|
|
7220
6982
|
{
|
|
7221
6983
|
"kind": "method",
|
|
7222
|
-
"name": "
|
|
6984
|
+
"name": "isExtended",
|
|
7223
6985
|
"parameters": [
|
|
7224
6986
|
{
|
|
7225
|
-
"name": "
|
|
6987
|
+
"name": "component",
|
|
7226
6988
|
"type": {
|
|
7227
|
-
"text": "Component
|
|
6989
|
+
"text": "Component"
|
|
7228
6990
|
}
|
|
7229
6991
|
}
|
|
7230
6992
|
]
|
|
7231
6993
|
},
|
|
7232
6994
|
{
|
|
7233
6995
|
"kind": "method",
|
|
7234
|
-
"name": "
|
|
6996
|
+
"name": "toggleExtended",
|
|
7235
6997
|
"parameters": [
|
|
7236
6998
|
{
|
|
7237
|
-
"name": "
|
|
6999
|
+
"name": "component",
|
|
7238
7000
|
"type": {
|
|
7239
|
-
"text": "Component
|
|
7001
|
+
"text": "Component"
|
|
7240
7002
|
}
|
|
7241
7003
|
}
|
|
7242
7004
|
]
|
|
7243
7005
|
},
|
|
7244
7006
|
{
|
|
7245
7007
|
"kind": "method",
|
|
7246
|
-
"name": "
|
|
7008
|
+
"name": "toggleHidden",
|
|
7247
7009
|
"parameters": [
|
|
7248
7010
|
{
|
|
7249
|
-
"name": "
|
|
7011
|
+
"name": "component",
|
|
7250
7012
|
"type": {
|
|
7251
|
-
"text": "Component
|
|
7013
|
+
"text": "Component"
|
|
7252
7014
|
}
|
|
7253
7015
|
}
|
|
7254
7016
|
]
|
|
7255
7017
|
},
|
|
7256
7018
|
{
|
|
7257
7019
|
"kind": "method",
|
|
7258
|
-
"name": "
|
|
7020
|
+
"name": "selectComponent",
|
|
7259
7021
|
"parameters": [
|
|
7260
7022
|
{
|
|
7261
|
-
"name": "
|
|
7023
|
+
"name": "component",
|
|
7262
7024
|
"type": {
|
|
7263
|
-
"text": "
|
|
7025
|
+
"text": "Component"
|
|
7026
|
+
}
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"name": "append",
|
|
7030
|
+
"default": "false",
|
|
7031
|
+
"type": {
|
|
7032
|
+
"text": "boolean"
|
|
7264
7033
|
}
|
|
7265
7034
|
}
|
|
7266
|
-
]
|
|
7267
|
-
"inheritedFrom": {
|
|
7268
|
-
"name": "AbstractProperty",
|
|
7269
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7270
|
-
}
|
|
7035
|
+
]
|
|
7271
7036
|
},
|
|
7272
7037
|
{
|
|
7273
7038
|
"kind": "method",
|
|
7274
|
-
"name": "
|
|
7039
|
+
"name": "shouldBeShown",
|
|
7040
|
+
"return": {
|
|
7041
|
+
"type": {
|
|
7042
|
+
"text": "boolean"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7275
7045
|
"parameters": [
|
|
7276
7046
|
{
|
|
7277
|
-
"name": "
|
|
7047
|
+
"name": "component",
|
|
7278
7048
|
"type": {
|
|
7279
|
-
"text": "
|
|
7049
|
+
"text": "Component"
|
|
7280
7050
|
}
|
|
7281
7051
|
},
|
|
7282
7052
|
{
|
|
7283
|
-
"name": "
|
|
7053
|
+
"name": "counting",
|
|
7054
|
+
"default": "false",
|
|
7284
7055
|
"type": {
|
|
7285
|
-
"text": "
|
|
7056
|
+
"text": "boolean"
|
|
7286
7057
|
}
|
|
7287
7058
|
}
|
|
7288
|
-
]
|
|
7289
|
-
"inheritedFrom": {
|
|
7290
|
-
"name": "AbstractProperty",
|
|
7291
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7292
|
-
}
|
|
7293
|
-
}
|
|
7294
|
-
],
|
|
7295
|
-
"events": [
|
|
7296
|
-
{
|
|
7297
|
-
"name": "bounds-change",
|
|
7298
|
-
"type": {
|
|
7299
|
-
"text": "CustomEvent"
|
|
7300
|
-
}
|
|
7059
|
+
]
|
|
7301
7060
|
},
|
|
7302
7061
|
{
|
|
7303
|
-
"
|
|
7304
|
-
"
|
|
7305
|
-
|
|
7062
|
+
"kind": "method",
|
|
7063
|
+
"name": "renderComponent",
|
|
7064
|
+
"return": {
|
|
7065
|
+
"type": {
|
|
7066
|
+
"text": "TemplateResult"
|
|
7067
|
+
}
|
|
7306
7068
|
},
|
|
7307
|
-
"
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7069
|
+
"parameters": [
|
|
7070
|
+
{
|
|
7071
|
+
"name": "component",
|
|
7072
|
+
"type": {
|
|
7073
|
+
"text": "Component"
|
|
7074
|
+
}
|
|
7075
|
+
},
|
|
7076
|
+
{
|
|
7077
|
+
"name": "depth",
|
|
7078
|
+
"type": {
|
|
7079
|
+
"text": "number"
|
|
7080
|
+
}
|
|
7081
|
+
}
|
|
7082
|
+
]
|
|
7311
7083
|
}
|
|
7312
7084
|
],
|
|
7313
7085
|
"attributes": [
|
|
7314
7086
|
{
|
|
7315
|
-
"name": "
|
|
7316
|
-
"type": {
|
|
7317
|
-
"text": "Properties | undefined"
|
|
7318
|
-
},
|
|
7319
|
-
"fieldName": "value"
|
|
7320
|
-
},
|
|
7321
|
-
{
|
|
7322
|
-
"name": "bounds",
|
|
7323
|
-
"type": {
|
|
7324
|
-
"text": "BOUNDS | null"
|
|
7325
|
-
},
|
|
7326
|
-
"default": "null",
|
|
7327
|
-
"fieldName": "bounds"
|
|
7328
|
-
},
|
|
7329
|
-
{
|
|
7330
|
-
"name": "selected",
|
|
7087
|
+
"name": "scene",
|
|
7331
7088
|
"type": {
|
|
7332
|
-
"text": "
|
|
7089
|
+
"text": "Scene | undefined"
|
|
7333
7090
|
},
|
|
7334
|
-
"
|
|
7335
|
-
"fieldName": "selected"
|
|
7091
|
+
"fieldName": "scene"
|
|
7336
7092
|
}
|
|
7337
7093
|
],
|
|
7338
7094
|
"superclass": {
|
|
7339
|
-
"name": "
|
|
7340
|
-
"
|
|
7095
|
+
"name": "LitElement",
|
|
7096
|
+
"package": "lit"
|
|
7097
|
+
},
|
|
7098
|
+
"customElement": true
|
|
7099
|
+
}
|
|
7100
|
+
],
|
|
7101
|
+
"exports": [
|
|
7102
|
+
{
|
|
7103
|
+
"kind": "js",
|
|
7104
|
+
"name": "SceneInspector",
|
|
7105
|
+
"declaration": {
|
|
7106
|
+
"name": "SceneInspector",
|
|
7107
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
7341
7108
|
}
|
|
7342
7109
|
}
|
|
7110
|
+
]
|
|
7111
|
+
},
|
|
7112
|
+
{
|
|
7113
|
+
"kind": "javascript-module",
|
|
7114
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7115
|
+
"declarations": [
|
|
7116
|
+
{
|
|
7117
|
+
"kind": "variable",
|
|
7118
|
+
"name": "BoxPaddingEditorStyles",
|
|
7119
|
+
"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; } `"
|
|
7120
|
+
}
|
|
7343
7121
|
],
|
|
7344
7122
|
"exports": [
|
|
7345
7123
|
{
|
|
7346
7124
|
"kind": "js",
|
|
7347
|
-
"name": "
|
|
7125
|
+
"name": "BoxPaddingEditorStyles",
|
|
7348
7126
|
"declaration": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
7127
|
+
"name": "BoxPaddingEditorStyles",
|
|
7128
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7351
7129
|
}
|
|
7352
7130
|
}
|
|
7353
7131
|
]
|
|
7354
7132
|
},
|
|
7355
7133
|
{
|
|
7356
7134
|
"kind": "javascript-module",
|
|
7357
|
-
"path": "src/modeller/property-sidebar/
|
|
7135
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7358
7136
|
"declarations": [
|
|
7359
7137
|
{
|
|
7360
7138
|
"kind": "class",
|
|
7361
7139
|
"description": "",
|
|
7362
|
-
"name": "
|
|
7140
|
+
"name": "PropertyShapes",
|
|
7363
7141
|
"members": [
|
|
7364
7142
|
{
|
|
7365
7143
|
"kind": "field",
|
|
7366
7144
|
"name": "value",
|
|
7367
7145
|
"type": {
|
|
7368
|
-
"text": "
|
|
7146
|
+
"text": "Properties | undefined"
|
|
7369
7147
|
},
|
|
7370
|
-
"default": "{}",
|
|
7371
7148
|
"attribute": "value"
|
|
7372
7149
|
},
|
|
7373
7150
|
{
|
|
7374
7151
|
"kind": "field",
|
|
7375
|
-
"name": "
|
|
7152
|
+
"name": "bounds",
|
|
7376
7153
|
"type": {
|
|
7377
|
-
"text": "
|
|
7154
|
+
"text": "BOUNDS | null"
|
|
7378
7155
|
},
|
|
7379
|
-
"default": "
|
|
7380
|
-
"attribute": "
|
|
7156
|
+
"default": "null",
|
|
7157
|
+
"attribute": "bounds"
|
|
7381
7158
|
},
|
|
7382
7159
|
{
|
|
7383
7160
|
"kind": "field",
|
|
7384
|
-
"name": "
|
|
7161
|
+
"name": "selected",
|
|
7385
7162
|
"type": {
|
|
7386
|
-
"text": "
|
|
7163
|
+
"text": "Component[]"
|
|
7387
7164
|
},
|
|
7388
7165
|
"default": "[]",
|
|
7389
|
-
"attribute": "
|
|
7166
|
+
"attribute": "selected"
|
|
7167
|
+
},
|
|
7168
|
+
{
|
|
7169
|
+
"kind": "method",
|
|
7170
|
+
"name": "_onValueChange",
|
|
7171
|
+
"parameters": [
|
|
7172
|
+
{
|
|
7173
|
+
"name": "e",
|
|
7174
|
+
"type": {
|
|
7175
|
+
"text": "Event"
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
],
|
|
7179
|
+
"inheritedFrom": {
|
|
7180
|
+
"name": "AbstractProperty",
|
|
7181
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7182
|
+
}
|
|
7183
|
+
},
|
|
7184
|
+
{
|
|
7185
|
+
"kind": "method",
|
|
7186
|
+
"name": "_hasTextProperty",
|
|
7187
|
+
"parameters": [
|
|
7188
|
+
{
|
|
7189
|
+
"name": "selected",
|
|
7190
|
+
"type": {
|
|
7191
|
+
"text": "Component[]"
|
|
7192
|
+
}
|
|
7193
|
+
}
|
|
7194
|
+
]
|
|
7195
|
+
},
|
|
7196
|
+
{
|
|
7197
|
+
"kind": "method",
|
|
7198
|
+
"name": "_hasProperties",
|
|
7199
|
+
"parameters": [
|
|
7200
|
+
{
|
|
7201
|
+
"name": "selected",
|
|
7202
|
+
"type": {
|
|
7203
|
+
"text": "Component[]"
|
|
7204
|
+
}
|
|
7205
|
+
}
|
|
7206
|
+
]
|
|
7207
|
+
},
|
|
7208
|
+
{
|
|
7209
|
+
"kind": "method",
|
|
7210
|
+
"name": "_isIdentifiable",
|
|
7211
|
+
"parameters": [
|
|
7212
|
+
{
|
|
7213
|
+
"name": "selected",
|
|
7214
|
+
"type": {
|
|
7215
|
+
"text": "Component[]"
|
|
7216
|
+
}
|
|
7217
|
+
}
|
|
7218
|
+
]
|
|
7390
7219
|
},
|
|
7391
7220
|
{
|
|
7392
|
-
"kind": "
|
|
7393
|
-
"name": "
|
|
7394
|
-
"
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7221
|
+
"kind": "method",
|
|
7222
|
+
"name": "_isClassIdentifiable",
|
|
7223
|
+
"parameters": [
|
|
7224
|
+
{
|
|
7225
|
+
"name": "selected",
|
|
7226
|
+
"type": {
|
|
7227
|
+
"text": "Component[]"
|
|
7228
|
+
}
|
|
7229
|
+
}
|
|
7230
|
+
]
|
|
7398
7231
|
},
|
|
7399
7232
|
{
|
|
7400
7233
|
"kind": "method",
|
|
@@ -7410,19 +7243,15 @@
|
|
|
7410
7243
|
},
|
|
7411
7244
|
{
|
|
7412
7245
|
"kind": "method",
|
|
7413
|
-
"name": "
|
|
7246
|
+
"name": "_is3dish",
|
|
7414
7247
|
"parameters": [
|
|
7415
7248
|
{
|
|
7416
|
-
"name": "
|
|
7249
|
+
"name": "selected",
|
|
7417
7250
|
"type": {
|
|
7418
|
-
"text": "
|
|
7251
|
+
"text": "Component[]"
|
|
7419
7252
|
}
|
|
7420
7253
|
}
|
|
7421
|
-
]
|
|
7422
|
-
"inheritedFrom": {
|
|
7423
|
-
"name": "AbstractProperty",
|
|
7424
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7425
|
-
}
|
|
7254
|
+
]
|
|
7426
7255
|
},
|
|
7427
7256
|
{
|
|
7428
7257
|
"kind": "method",
|
|
@@ -7463,57 +7292,62 @@
|
|
|
7463
7292
|
}
|
|
7464
7293
|
}
|
|
7465
7294
|
],
|
|
7295
|
+
"events": [
|
|
7296
|
+
{
|
|
7297
|
+
"name": "bounds-change",
|
|
7298
|
+
"type": {
|
|
7299
|
+
"text": "CustomEvent"
|
|
7300
|
+
}
|
|
7301
|
+
},
|
|
7302
|
+
{
|
|
7303
|
+
"name": "property-change",
|
|
7304
|
+
"type": {
|
|
7305
|
+
"text": "CustomEvent"
|
|
7306
|
+
},
|
|
7307
|
+
"inheritedFrom": {
|
|
7308
|
+
"name": "AbstractProperty",
|
|
7309
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7310
|
+
}
|
|
7311
|
+
}
|
|
7312
|
+
],
|
|
7466
7313
|
"attributes": [
|
|
7467
7314
|
{
|
|
7468
7315
|
"name": "value",
|
|
7469
7316
|
"type": {
|
|
7470
|
-
"text": "
|
|
7317
|
+
"text": "Properties | undefined"
|
|
7471
7318
|
},
|
|
7472
|
-
"default": "{}",
|
|
7473
7319
|
"fieldName": "value"
|
|
7474
7320
|
},
|
|
7475
7321
|
{
|
|
7476
|
-
"name": "
|
|
7322
|
+
"name": "bounds",
|
|
7477
7323
|
"type": {
|
|
7478
|
-
"text": "
|
|
7324
|
+
"text": "BOUNDS | null"
|
|
7479
7325
|
},
|
|
7480
|
-
"default": "
|
|
7481
|
-
"fieldName": "
|
|
7326
|
+
"default": "null",
|
|
7327
|
+
"fieldName": "bounds"
|
|
7482
7328
|
},
|
|
7483
7329
|
{
|
|
7484
|
-
"name": "
|
|
7330
|
+
"name": "selected",
|
|
7485
7331
|
"type": {
|
|
7486
|
-
"text": "
|
|
7332
|
+
"text": "Component[]"
|
|
7487
7333
|
},
|
|
7488
7334
|
"default": "[]",
|
|
7489
|
-
"fieldName": "
|
|
7335
|
+
"fieldName": "selected"
|
|
7490
7336
|
}
|
|
7491
7337
|
],
|
|
7492
7338
|
"superclass": {
|
|
7493
7339
|
"name": "AbstractProperty",
|
|
7494
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
7495
|
-
}
|
|
7496
|
-
"events": [
|
|
7497
|
-
{
|
|
7498
|
-
"name": "property-change",
|
|
7499
|
-
"type": {
|
|
7500
|
-
"text": "CustomEvent"
|
|
7501
|
-
},
|
|
7502
|
-
"inheritedFrom": {
|
|
7503
|
-
"name": "AbstractProperty",
|
|
7504
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7505
|
-
}
|
|
7506
|
-
}
|
|
7507
|
-
]
|
|
7340
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7341
|
+
}
|
|
7508
7342
|
}
|
|
7509
7343
|
],
|
|
7510
7344
|
"exports": [
|
|
7511
7345
|
{
|
|
7512
7346
|
"kind": "js",
|
|
7513
|
-
"name": "
|
|
7347
|
+
"name": "PropertyShapes",
|
|
7514
7348
|
"declaration": {
|
|
7515
|
-
"name": "
|
|
7516
|
-
"module": "src/modeller/property-sidebar/
|
|
7349
|
+
"name": "PropertyShapes",
|
|
7350
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7517
7351
|
}
|
|
7518
7352
|
}
|
|
7519
7353
|
]
|
|
@@ -7864,6 +7698,172 @@
|
|
|
7864
7698
|
}
|
|
7865
7699
|
}
|
|
7866
7700
|
]
|
|
7701
|
+
},
|
|
7702
|
+
{
|
|
7703
|
+
"kind": "javascript-module",
|
|
7704
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
7705
|
+
"declarations": [
|
|
7706
|
+
{
|
|
7707
|
+
"kind": "class",
|
|
7708
|
+
"description": "",
|
|
7709
|
+
"name": "PropertyStyles",
|
|
7710
|
+
"members": [
|
|
7711
|
+
{
|
|
7712
|
+
"kind": "field",
|
|
7713
|
+
"name": "value",
|
|
7714
|
+
"type": {
|
|
7715
|
+
"text": "any"
|
|
7716
|
+
},
|
|
7717
|
+
"default": "{}",
|
|
7718
|
+
"attribute": "value"
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"kind": "field",
|
|
7722
|
+
"name": "selected",
|
|
7723
|
+
"type": {
|
|
7724
|
+
"text": "Component[]"
|
|
7725
|
+
},
|
|
7726
|
+
"default": "[]",
|
|
7727
|
+
"attribute": "selected"
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"kind": "field",
|
|
7731
|
+
"name": "fonts",
|
|
7732
|
+
"type": {
|
|
7733
|
+
"text": "any[]"
|
|
7734
|
+
},
|
|
7735
|
+
"default": "[]",
|
|
7736
|
+
"attribute": "fonts"
|
|
7737
|
+
},
|
|
7738
|
+
{
|
|
7739
|
+
"kind": "field",
|
|
7740
|
+
"name": "fontAvailable",
|
|
7741
|
+
"type": {
|
|
7742
|
+
"text": "boolean"
|
|
7743
|
+
},
|
|
7744
|
+
"default": "false"
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"kind": "method",
|
|
7748
|
+
"name": "_isLine",
|
|
7749
|
+
"parameters": [
|
|
7750
|
+
{
|
|
7751
|
+
"name": "selected",
|
|
7752
|
+
"type": {
|
|
7753
|
+
"text": "Component[]"
|
|
7754
|
+
}
|
|
7755
|
+
}
|
|
7756
|
+
]
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "method",
|
|
7760
|
+
"name": "_onValueChange",
|
|
7761
|
+
"parameters": [
|
|
7762
|
+
{
|
|
7763
|
+
"name": "e",
|
|
7764
|
+
"type": {
|
|
7765
|
+
"text": "Event"
|
|
7766
|
+
}
|
|
7767
|
+
}
|
|
7768
|
+
],
|
|
7769
|
+
"inheritedFrom": {
|
|
7770
|
+
"name": "AbstractProperty",
|
|
7771
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7772
|
+
}
|
|
7773
|
+
},
|
|
7774
|
+
{
|
|
7775
|
+
"kind": "method",
|
|
7776
|
+
"name": "_getValueFromEventTarget",
|
|
7777
|
+
"parameters": [
|
|
7778
|
+
{
|
|
7779
|
+
"name": "element",
|
|
7780
|
+
"type": {
|
|
7781
|
+
"text": "HTMLElement"
|
|
7782
|
+
}
|
|
7783
|
+
}
|
|
7784
|
+
],
|
|
7785
|
+
"inheritedFrom": {
|
|
7786
|
+
"name": "AbstractProperty",
|
|
7787
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7788
|
+
}
|
|
7789
|
+
},
|
|
7790
|
+
{
|
|
7791
|
+
"kind": "method",
|
|
7792
|
+
"name": "_onAfterValueChange",
|
|
7793
|
+
"parameters": [
|
|
7794
|
+
{
|
|
7795
|
+
"name": "key",
|
|
7796
|
+
"type": {
|
|
7797
|
+
"text": "string"
|
|
7798
|
+
}
|
|
7799
|
+
},
|
|
7800
|
+
{
|
|
7801
|
+
"name": "value",
|
|
7802
|
+
"type": {
|
|
7803
|
+
"text": "any"
|
|
7804
|
+
}
|
|
7805
|
+
}
|
|
7806
|
+
],
|
|
7807
|
+
"inheritedFrom": {
|
|
7808
|
+
"name": "AbstractProperty",
|
|
7809
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7810
|
+
}
|
|
7811
|
+
}
|
|
7812
|
+
],
|
|
7813
|
+
"attributes": [
|
|
7814
|
+
{
|
|
7815
|
+
"name": "value",
|
|
7816
|
+
"type": {
|
|
7817
|
+
"text": "any"
|
|
7818
|
+
},
|
|
7819
|
+
"default": "{}",
|
|
7820
|
+
"fieldName": "value"
|
|
7821
|
+
},
|
|
7822
|
+
{
|
|
7823
|
+
"name": "selected",
|
|
7824
|
+
"type": {
|
|
7825
|
+
"text": "Component[]"
|
|
7826
|
+
},
|
|
7827
|
+
"default": "[]",
|
|
7828
|
+
"fieldName": "selected"
|
|
7829
|
+
},
|
|
7830
|
+
{
|
|
7831
|
+
"name": "fonts",
|
|
7832
|
+
"type": {
|
|
7833
|
+
"text": "any[]"
|
|
7834
|
+
},
|
|
7835
|
+
"default": "[]",
|
|
7836
|
+
"fieldName": "fonts"
|
|
7837
|
+
}
|
|
7838
|
+
],
|
|
7839
|
+
"superclass": {
|
|
7840
|
+
"name": "AbstractProperty",
|
|
7841
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7842
|
+
},
|
|
7843
|
+
"events": [
|
|
7844
|
+
{
|
|
7845
|
+
"name": "property-change",
|
|
7846
|
+
"type": {
|
|
7847
|
+
"text": "CustomEvent"
|
|
7848
|
+
},
|
|
7849
|
+
"inheritedFrom": {
|
|
7850
|
+
"name": "AbstractProperty",
|
|
7851
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7852
|
+
}
|
|
7853
|
+
}
|
|
7854
|
+
]
|
|
7855
|
+
}
|
|
7856
|
+
],
|
|
7857
|
+
"exports": [
|
|
7858
|
+
{
|
|
7859
|
+
"kind": "js",
|
|
7860
|
+
"name": "PropertyStyles",
|
|
7861
|
+
"declaration": {
|
|
7862
|
+
"name": "PropertyStyles",
|
|
7863
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7864
|
+
}
|
|
7865
|
+
}
|
|
7866
|
+
]
|
|
7867
7867
|
}
|
|
7868
7868
|
]
|
|
7869
7869
|
}
|