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