@fmsim/board 1.0.52 → 1.0.53
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
|
@@ -6291,6 +6291,246 @@
|
|
|
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
|
+
},
|
|
6294
6534
|
{
|
|
6295
6535
|
"kind": "javascript-module",
|
|
6296
6536
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -6862,291 +7102,265 @@
|
|
|
6862
7102
|
},
|
|
6863
7103
|
{
|
|
6864
7104
|
"kind": "javascript-module",
|
|
6865
|
-
"path": "src/modeller/property-sidebar/
|
|
7105
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6866
7106
|
"declarations": [
|
|
6867
7107
|
{
|
|
6868
|
-
"kind": "
|
|
6869
|
-
"
|
|
6870
|
-
"
|
|
6871
|
-
|
|
6872
|
-
|
|
6873
|
-
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
|
|
6887
|
-
|
|
6888
|
-
|
|
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",
|
|
7127
|
+
"declarations": [
|
|
7128
|
+
{
|
|
7129
|
+
"kind": "class",
|
|
7130
|
+
"description": "",
|
|
7131
|
+
"name": "PropertyShapes",
|
|
7132
|
+
"members": [
|
|
6889
7133
|
{
|
|
6890
7134
|
"kind": "field",
|
|
6891
|
-
"name": "
|
|
7135
|
+
"name": "value",
|
|
6892
7136
|
"type": {
|
|
6893
|
-
"text": "
|
|
7137
|
+
"text": "Properties | undefined"
|
|
6894
7138
|
},
|
|
6895
|
-
"
|
|
7139
|
+
"attribute": "value"
|
|
6896
7140
|
},
|
|
6897
7141
|
{
|
|
6898
7142
|
"kind": "field",
|
|
6899
|
-
"name": "
|
|
7143
|
+
"name": "bounds",
|
|
6900
7144
|
"type": {
|
|
6901
|
-
"text": "
|
|
7145
|
+
"text": "BOUNDS | null"
|
|
6902
7146
|
},
|
|
6903
|
-
"
|
|
6904
|
-
"
|
|
7147
|
+
"default": "null",
|
|
7148
|
+
"attribute": "bounds"
|
|
6905
7149
|
},
|
|
6906
7150
|
{
|
|
6907
7151
|
"kind": "field",
|
|
6908
|
-
"name": "
|
|
7152
|
+
"name": "selected",
|
|
6909
7153
|
"type": {
|
|
6910
|
-
"text": "
|
|
7154
|
+
"text": "Component[]"
|
|
6911
7155
|
},
|
|
6912
|
-
"
|
|
6913
|
-
"
|
|
7156
|
+
"default": "[]",
|
|
7157
|
+
"attribute": "selected"
|
|
6914
7158
|
},
|
|
6915
7159
|
{
|
|
6916
7160
|
"kind": "method",
|
|
6917
|
-
"name": "
|
|
7161
|
+
"name": "_onValueChange",
|
|
6918
7162
|
"parameters": [
|
|
6919
7163
|
{
|
|
6920
|
-
"name": "
|
|
6921
|
-
"optional": true,
|
|
7164
|
+
"name": "e",
|
|
6922
7165
|
"type": {
|
|
6923
|
-
"text": "
|
|
7166
|
+
"text": "Event"
|
|
6924
7167
|
}
|
|
6925
7168
|
}
|
|
6926
|
-
]
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
7169
|
+
],
|
|
7170
|
+
"inheritedFrom": {
|
|
7171
|
+
"name": "AbstractProperty",
|
|
7172
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7173
|
+
}
|
|
6931
7174
|
},
|
|
6932
7175
|
{
|
|
6933
7176
|
"kind": "method",
|
|
6934
|
-
"name": "
|
|
7177
|
+
"name": "_hasTextProperty",
|
|
6935
7178
|
"parameters": [
|
|
6936
7179
|
{
|
|
6937
|
-
"name": "
|
|
7180
|
+
"name": "selected",
|
|
6938
7181
|
"type": {
|
|
6939
|
-
"text": "
|
|
7182
|
+
"text": "Component[]"
|
|
6940
7183
|
}
|
|
6941
7184
|
}
|
|
6942
7185
|
]
|
|
6943
7186
|
},
|
|
6944
7187
|
{
|
|
6945
7188
|
"kind": "method",
|
|
6946
|
-
"name": "
|
|
7189
|
+
"name": "_hasProperties",
|
|
6947
7190
|
"parameters": [
|
|
6948
7191
|
{
|
|
6949
|
-
"name": "
|
|
7192
|
+
"name": "selected",
|
|
6950
7193
|
"type": {
|
|
6951
|
-
"text": "
|
|
7194
|
+
"text": "Component[]"
|
|
6952
7195
|
}
|
|
6953
7196
|
}
|
|
6954
7197
|
]
|
|
6955
7198
|
},
|
|
6956
|
-
{
|
|
6957
|
-
"kind": "field",
|
|
6958
|
-
"name": "extendedMap",
|
|
6959
|
-
"readonly": true
|
|
6960
|
-
},
|
|
6961
7199
|
{
|
|
6962
7200
|
"kind": "method",
|
|
6963
|
-
"name": "
|
|
7201
|
+
"name": "_isIdentifiable",
|
|
6964
7202
|
"parameters": [
|
|
6965
7203
|
{
|
|
6966
|
-
"name": "
|
|
7204
|
+
"name": "selected",
|
|
6967
7205
|
"type": {
|
|
6968
|
-
"text": "Component"
|
|
7206
|
+
"text": "Component[]"
|
|
6969
7207
|
}
|
|
6970
7208
|
}
|
|
6971
7209
|
]
|
|
6972
7210
|
},
|
|
6973
7211
|
{
|
|
6974
7212
|
"kind": "method",
|
|
6975
|
-
"name": "
|
|
7213
|
+
"name": "_isClassIdentifiable",
|
|
6976
7214
|
"parameters": [
|
|
6977
7215
|
{
|
|
6978
|
-
"name": "
|
|
7216
|
+
"name": "selected",
|
|
6979
7217
|
"type": {
|
|
6980
|
-
"text": "Component"
|
|
7218
|
+
"text": "Component[]"
|
|
6981
7219
|
}
|
|
6982
7220
|
}
|
|
6983
7221
|
]
|
|
6984
7222
|
},
|
|
6985
7223
|
{
|
|
6986
7224
|
"kind": "method",
|
|
6987
|
-
"name": "
|
|
7225
|
+
"name": "_isLine",
|
|
6988
7226
|
"parameters": [
|
|
6989
7227
|
{
|
|
6990
|
-
"name": "
|
|
7228
|
+
"name": "selected",
|
|
6991
7229
|
"type": {
|
|
6992
|
-
"text": "Component"
|
|
7230
|
+
"text": "Component[]"
|
|
6993
7231
|
}
|
|
6994
7232
|
}
|
|
6995
7233
|
]
|
|
6996
7234
|
},
|
|
6997
7235
|
{
|
|
6998
7236
|
"kind": "method",
|
|
6999
|
-
"name": "
|
|
7237
|
+
"name": "_is3dish",
|
|
7000
7238
|
"parameters": [
|
|
7001
7239
|
{
|
|
7002
|
-
"name": "
|
|
7240
|
+
"name": "selected",
|
|
7003
7241
|
"type": {
|
|
7004
|
-
"text": "Component"
|
|
7242
|
+
"text": "Component[]"
|
|
7005
7243
|
}
|
|
7006
7244
|
}
|
|
7007
7245
|
]
|
|
7008
7246
|
},
|
|
7009
7247
|
{
|
|
7010
7248
|
"kind": "method",
|
|
7011
|
-
"name": "
|
|
7249
|
+
"name": "_getValueFromEventTarget",
|
|
7012
7250
|
"parameters": [
|
|
7013
7251
|
{
|
|
7014
|
-
"name": "
|
|
7015
|
-
"type": {
|
|
7016
|
-
"text": "Component"
|
|
7017
|
-
}
|
|
7018
|
-
},
|
|
7019
|
-
{
|
|
7020
|
-
"name": "append",
|
|
7021
|
-
"default": "false",
|
|
7252
|
+
"name": "element",
|
|
7022
7253
|
"type": {
|
|
7023
|
-
"text": "
|
|
7254
|
+
"text": "HTMLElement"
|
|
7024
7255
|
}
|
|
7025
7256
|
}
|
|
7026
|
-
]
|
|
7257
|
+
],
|
|
7258
|
+
"inheritedFrom": {
|
|
7259
|
+
"name": "AbstractProperty",
|
|
7260
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7261
|
+
}
|
|
7027
7262
|
},
|
|
7028
7263
|
{
|
|
7029
7264
|
"kind": "method",
|
|
7030
|
-
"name": "
|
|
7031
|
-
"return": {
|
|
7032
|
-
"type": {
|
|
7033
|
-
"text": "boolean"
|
|
7034
|
-
}
|
|
7035
|
-
},
|
|
7265
|
+
"name": "_onAfterValueChange",
|
|
7036
7266
|
"parameters": [
|
|
7037
7267
|
{
|
|
7038
|
-
"name": "
|
|
7268
|
+
"name": "key",
|
|
7039
7269
|
"type": {
|
|
7040
|
-
"text": "
|
|
7270
|
+
"text": "string"
|
|
7041
7271
|
}
|
|
7042
7272
|
},
|
|
7043
7273
|
{
|
|
7044
|
-
"name": "
|
|
7045
|
-
"default": "false",
|
|
7274
|
+
"name": "value",
|
|
7046
7275
|
"type": {
|
|
7047
|
-
"text": "
|
|
7276
|
+
"text": "any"
|
|
7048
7277
|
}
|
|
7049
7278
|
}
|
|
7050
|
-
]
|
|
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
|
+
}
|
|
7051
7292
|
},
|
|
7052
7293
|
{
|
|
7053
|
-
"
|
|
7054
|
-
"
|
|
7055
|
-
|
|
7056
|
-
"type": {
|
|
7057
|
-
"text": "TemplateResult"
|
|
7058
|
-
}
|
|
7294
|
+
"name": "property-change",
|
|
7295
|
+
"type": {
|
|
7296
|
+
"text": "CustomEvent"
|
|
7059
7297
|
},
|
|
7060
|
-
"
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
"text": "Component"
|
|
7065
|
-
}
|
|
7066
|
-
},
|
|
7067
|
-
{
|
|
7068
|
-
"name": "depth",
|
|
7069
|
-
"type": {
|
|
7070
|
-
"text": "number"
|
|
7071
|
-
}
|
|
7072
|
-
}
|
|
7073
|
-
]
|
|
7298
|
+
"inheritedFrom": {
|
|
7299
|
+
"name": "AbstractProperty",
|
|
7300
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7301
|
+
}
|
|
7074
7302
|
}
|
|
7075
7303
|
],
|
|
7076
7304
|
"attributes": [
|
|
7077
7305
|
{
|
|
7078
|
-
"name": "
|
|
7306
|
+
"name": "value",
|
|
7079
7307
|
"type": {
|
|
7080
|
-
"text": "
|
|
7308
|
+
"text": "Properties | undefined"
|
|
7081
7309
|
},
|
|
7082
|
-
"fieldName": "
|
|
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",
|
|
7322
|
+
"type": {
|
|
7323
|
+
"text": "Component[]"
|
|
7324
|
+
},
|
|
7325
|
+
"default": "[]",
|
|
7326
|
+
"fieldName": "selected"
|
|
7083
7327
|
}
|
|
7084
7328
|
],
|
|
7085
7329
|
"superclass": {
|
|
7086
|
-
"name": "
|
|
7087
|
-
"
|
|
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"
|
|
7330
|
+
"name": "AbstractProperty",
|
|
7331
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7099
7332
|
}
|
|
7100
7333
|
}
|
|
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
|
-
}
|
|
7112
7334
|
],
|
|
7113
7335
|
"exports": [
|
|
7114
7336
|
{
|
|
7115
7337
|
"kind": "js",
|
|
7116
|
-
"name": "
|
|
7338
|
+
"name": "PropertyShapes",
|
|
7117
7339
|
"declaration": {
|
|
7118
|
-
"name": "
|
|
7119
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
7340
|
+
"name": "PropertyShapes",
|
|
7341
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7120
7342
|
}
|
|
7121
7343
|
}
|
|
7122
7344
|
]
|
|
7123
7345
|
},
|
|
7124
7346
|
{
|
|
7125
7347
|
"kind": "javascript-module",
|
|
7126
|
-
"path": "src/modeller/property-sidebar/
|
|
7348
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
7127
7349
|
"declarations": [
|
|
7128
7350
|
{
|
|
7129
7351
|
"kind": "class",
|
|
7130
7352
|
"description": "",
|
|
7131
|
-
"name": "
|
|
7353
|
+
"name": "PropertyStyles",
|
|
7132
7354
|
"members": [
|
|
7133
7355
|
{
|
|
7134
7356
|
"kind": "field",
|
|
7135
7357
|
"name": "value",
|
|
7136
7358
|
"type": {
|
|
7137
|
-
"text": "
|
|
7359
|
+
"text": "any"
|
|
7138
7360
|
},
|
|
7361
|
+
"default": "{}",
|
|
7139
7362
|
"attribute": "value"
|
|
7140
7363
|
},
|
|
7141
|
-
{
|
|
7142
|
-
"kind": "field",
|
|
7143
|
-
"name": "bounds",
|
|
7144
|
-
"type": {
|
|
7145
|
-
"text": "BOUNDS | null"
|
|
7146
|
-
},
|
|
7147
|
-
"default": "null",
|
|
7148
|
-
"attribute": "bounds"
|
|
7149
|
-
},
|
|
7150
7364
|
{
|
|
7151
7365
|
"kind": "field",
|
|
7152
7366
|
"name": "selected",
|
|
@@ -7157,68 +7371,21 @@
|
|
|
7157
7371
|
"attribute": "selected"
|
|
7158
7372
|
},
|
|
7159
7373
|
{
|
|
7160
|
-
"kind": "
|
|
7161
|
-
"name": "
|
|
7162
|
-
"
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
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
|
-
]
|
|
7374
|
+
"kind": "field",
|
|
7375
|
+
"name": "fonts",
|
|
7376
|
+
"type": {
|
|
7377
|
+
"text": "any[]"
|
|
7378
|
+
},
|
|
7379
|
+
"default": "[]",
|
|
7380
|
+
"attribute": "fonts"
|
|
7210
7381
|
},
|
|
7211
7382
|
{
|
|
7212
|
-
"kind": "
|
|
7213
|
-
"name": "
|
|
7214
|
-
"
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
"text": "Component[]"
|
|
7219
|
-
}
|
|
7220
|
-
}
|
|
7221
|
-
]
|
|
7383
|
+
"kind": "field",
|
|
7384
|
+
"name": "fontAvailable",
|
|
7385
|
+
"type": {
|
|
7386
|
+
"text": "boolean"
|
|
7387
|
+
},
|
|
7388
|
+
"default": "false"
|
|
7222
7389
|
},
|
|
7223
7390
|
{
|
|
7224
7391
|
"kind": "method",
|
|
@@ -7234,15 +7401,19 @@
|
|
|
7234
7401
|
},
|
|
7235
7402
|
{
|
|
7236
7403
|
"kind": "method",
|
|
7237
|
-
"name": "
|
|
7404
|
+
"name": "_onValueChange",
|
|
7238
7405
|
"parameters": [
|
|
7239
7406
|
{
|
|
7240
|
-
"name": "
|
|
7407
|
+
"name": "e",
|
|
7241
7408
|
"type": {
|
|
7242
|
-
"text": "
|
|
7409
|
+
"text": "Event"
|
|
7243
7410
|
}
|
|
7244
7411
|
}
|
|
7245
|
-
]
|
|
7412
|
+
],
|
|
7413
|
+
"inheritedFrom": {
|
|
7414
|
+
"name": "AbstractProperty",
|
|
7415
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7416
|
+
}
|
|
7246
7417
|
},
|
|
7247
7418
|
{
|
|
7248
7419
|
"kind": "method",
|
|
@@ -7283,62 +7454,57 @@
|
|
|
7283
7454
|
}
|
|
7284
7455
|
}
|
|
7285
7456
|
],
|
|
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
|
-
],
|
|
7304
7457
|
"attributes": [
|
|
7305
7458
|
{
|
|
7306
7459
|
"name": "value",
|
|
7307
7460
|
"type": {
|
|
7308
|
-
"text": "
|
|
7461
|
+
"text": "any"
|
|
7309
7462
|
},
|
|
7463
|
+
"default": "{}",
|
|
7310
7464
|
"fieldName": "value"
|
|
7311
7465
|
},
|
|
7312
7466
|
{
|
|
7313
|
-
"name": "
|
|
7467
|
+
"name": "selected",
|
|
7314
7468
|
"type": {
|
|
7315
|
-
"text": "
|
|
7469
|
+
"text": "Component[]"
|
|
7316
7470
|
},
|
|
7317
|
-
"default": "
|
|
7318
|
-
"fieldName": "
|
|
7471
|
+
"default": "[]",
|
|
7472
|
+
"fieldName": "selected"
|
|
7319
7473
|
},
|
|
7320
7474
|
{
|
|
7321
|
-
"name": "
|
|
7475
|
+
"name": "fonts",
|
|
7322
7476
|
"type": {
|
|
7323
|
-
"text": "
|
|
7477
|
+
"text": "any[]"
|
|
7324
7478
|
},
|
|
7325
7479
|
"default": "[]",
|
|
7326
|
-
"fieldName": "
|
|
7480
|
+
"fieldName": "fonts"
|
|
7327
7481
|
}
|
|
7328
7482
|
],
|
|
7329
7483
|
"superclass": {
|
|
7330
7484
|
"name": "AbstractProperty",
|
|
7331
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7332
|
-
}
|
|
7485
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
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
|
+
]
|
|
7333
7499
|
}
|
|
7334
7500
|
],
|
|
7335
7501
|
"exports": [
|
|
7336
7502
|
{
|
|
7337
7503
|
"kind": "js",
|
|
7338
|
-
"name": "
|
|
7504
|
+
"name": "PropertyStyles",
|
|
7339
7505
|
"declaration": {
|
|
7340
|
-
"name": "
|
|
7341
|
-
"module": "src/modeller/property-sidebar/
|
|
7506
|
+
"name": "PropertyStyles",
|
|
7507
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7342
7508
|
}
|
|
7343
7509
|
}
|
|
7344
7510
|
]
|
|
@@ -7689,172 +7855,6 @@
|
|
|
7689
7855
|
}
|
|
7690
7856
|
}
|
|
7691
7857
|
]
|
|
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
|
}
|