@operato/board 0.3.13 → 0.3.14
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/CHANGELOG.md +9 -0
- package/custom-elements.json +368 -368
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
package/custom-elements.json
CHANGED
|
@@ -5197,6 +5197,208 @@
|
|
|
5197
5197
|
}
|
|
5198
5198
|
]
|
|
5199
5199
|
},
|
|
5200
|
+
{
|
|
5201
|
+
"kind": "javascript-module",
|
|
5202
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5203
|
+
"declarations": [
|
|
5204
|
+
{
|
|
5205
|
+
"kind": "class",
|
|
5206
|
+
"description": "",
|
|
5207
|
+
"name": "SceneInspector",
|
|
5208
|
+
"members": [
|
|
5209
|
+
{
|
|
5210
|
+
"kind": "field",
|
|
5211
|
+
"name": "scene",
|
|
5212
|
+
"type": {
|
|
5213
|
+
"text": "Scene | undefined"
|
|
5214
|
+
},
|
|
5215
|
+
"attribute": "scene"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"kind": "field",
|
|
5219
|
+
"name": "_extendedMap",
|
|
5220
|
+
"type": {
|
|
5221
|
+
"text": "any"
|
|
5222
|
+
},
|
|
5223
|
+
"privacy": "private"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"kind": "field",
|
|
5227
|
+
"name": "show",
|
|
5228
|
+
"type": {
|
|
5229
|
+
"text": "boolean"
|
|
5230
|
+
},
|
|
5231
|
+
"privacy": "private",
|
|
5232
|
+
"default": "false"
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
"kind": "field",
|
|
5236
|
+
"name": "sortableConfig",
|
|
5237
|
+
"type": {
|
|
5238
|
+
"text": "Sortable.Options"
|
|
5239
|
+
},
|
|
5240
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"kind": "method",
|
|
5244
|
+
"name": "onSort",
|
|
5245
|
+
"parameters": [
|
|
5246
|
+
{
|
|
5247
|
+
"name": "e",
|
|
5248
|
+
"type": {
|
|
5249
|
+
"text": "Sortable.SortableEvent"
|
|
5250
|
+
}
|
|
5251
|
+
}
|
|
5252
|
+
]
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"kind": "method",
|
|
5256
|
+
"name": "_onclick",
|
|
5257
|
+
"parameters": [
|
|
5258
|
+
{
|
|
5259
|
+
"name": "e",
|
|
5260
|
+
"type": {
|
|
5261
|
+
"text": "MouseEvent"
|
|
5262
|
+
}
|
|
5263
|
+
}
|
|
5264
|
+
]
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"kind": "method",
|
|
5268
|
+
"name": "_ondblclick",
|
|
5269
|
+
"parameters": [
|
|
5270
|
+
{
|
|
5271
|
+
"name": "e",
|
|
5272
|
+
"type": {
|
|
5273
|
+
"text": "MouseEvent"
|
|
5274
|
+
}
|
|
5275
|
+
}
|
|
5276
|
+
]
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"kind": "field",
|
|
5280
|
+
"name": "extendedMap"
|
|
5281
|
+
},
|
|
5282
|
+
{
|
|
5283
|
+
"kind": "method",
|
|
5284
|
+
"name": "getNodeHandleClass",
|
|
5285
|
+
"parameters": [
|
|
5286
|
+
{
|
|
5287
|
+
"name": "component",
|
|
5288
|
+
"type": {
|
|
5289
|
+
"text": "Component"
|
|
5290
|
+
}
|
|
5291
|
+
}
|
|
5292
|
+
]
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"kind": "method",
|
|
5296
|
+
"name": "isExtended",
|
|
5297
|
+
"parameters": [
|
|
5298
|
+
{
|
|
5299
|
+
"name": "component",
|
|
5300
|
+
"type": {
|
|
5301
|
+
"text": "Component"
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
]
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"kind": "method",
|
|
5308
|
+
"name": "toggleExtended",
|
|
5309
|
+
"parameters": [
|
|
5310
|
+
{
|
|
5311
|
+
"name": "component",
|
|
5312
|
+
"type": {
|
|
5313
|
+
"text": "Component"
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
]
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"kind": "method",
|
|
5320
|
+
"name": "toggleHidden",
|
|
5321
|
+
"parameters": [
|
|
5322
|
+
{
|
|
5323
|
+
"name": "component",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"text": "Component"
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
]
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"kind": "method",
|
|
5332
|
+
"name": "selectComponent",
|
|
5333
|
+
"parameters": [
|
|
5334
|
+
{
|
|
5335
|
+
"name": "component",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "Component"
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
]
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"kind": "method",
|
|
5344
|
+
"name": "renderComponent",
|
|
5345
|
+
"return": {
|
|
5346
|
+
"type": {
|
|
5347
|
+
"text": "TemplateResult"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
"parameters": [
|
|
5351
|
+
{
|
|
5352
|
+
"name": "component",
|
|
5353
|
+
"type": {
|
|
5354
|
+
"text": "Component"
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
"name": "depth",
|
|
5359
|
+
"type": {
|
|
5360
|
+
"text": "number"
|
|
5361
|
+
}
|
|
5362
|
+
}
|
|
5363
|
+
]
|
|
5364
|
+
}
|
|
5365
|
+
],
|
|
5366
|
+
"attributes": [
|
|
5367
|
+
{
|
|
5368
|
+
"name": "scene",
|
|
5369
|
+
"type": {
|
|
5370
|
+
"text": "Scene | undefined"
|
|
5371
|
+
},
|
|
5372
|
+
"fieldName": "scene"
|
|
5373
|
+
}
|
|
5374
|
+
],
|
|
5375
|
+
"superclass": {
|
|
5376
|
+
"name": "LitElement",
|
|
5377
|
+
"package": "lit"
|
|
5378
|
+
},
|
|
5379
|
+
"tagName": "scene-inspector",
|
|
5380
|
+
"customElement": true
|
|
5381
|
+
}
|
|
5382
|
+
],
|
|
5383
|
+
"exports": [
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "js",
|
|
5386
|
+
"name": "default",
|
|
5387
|
+
"declaration": {
|
|
5388
|
+
"name": "SceneInspector",
|
|
5389
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"kind": "custom-element-definition",
|
|
5394
|
+
"name": "scene-inspector",
|
|
5395
|
+
"declaration": {
|
|
5396
|
+
"name": "SceneInspector",
|
|
5397
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5398
|
+
}
|
|
5399
|
+
}
|
|
5400
|
+
]
|
|
5401
|
+
},
|
|
5200
5402
|
{
|
|
5201
5403
|
"kind": "javascript-module",
|
|
5202
5404
|
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
@@ -5918,253 +6120,276 @@
|
|
|
5918
6120
|
},
|
|
5919
6121
|
{
|
|
5920
6122
|
"kind": "javascript-module",
|
|
5921
|
-
"path": "src/modeller/property-sidebar/
|
|
6123
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6124
|
+
"declarations": [
|
|
6125
|
+
{
|
|
6126
|
+
"kind": "variable",
|
|
6127
|
+
"name": "BoxPaddingEditorStyles",
|
|
6128
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6129
|
+
}
|
|
6130
|
+
],
|
|
6131
|
+
"exports": [
|
|
6132
|
+
{
|
|
6133
|
+
"kind": "js",
|
|
6134
|
+
"name": "BoxPaddingEditorStyles",
|
|
6135
|
+
"declaration": {
|
|
6136
|
+
"name": "BoxPaddingEditorStyles",
|
|
6137
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6138
|
+
}
|
|
6139
|
+
}
|
|
6140
|
+
]
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"kind": "javascript-module",
|
|
6144
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5922
6145
|
"declarations": [
|
|
5923
6146
|
{
|
|
5924
6147
|
"kind": "class",
|
|
5925
6148
|
"description": "",
|
|
5926
|
-
"name": "
|
|
6149
|
+
"name": "PropertyShapes",
|
|
5927
6150
|
"members": [
|
|
5928
6151
|
{
|
|
5929
6152
|
"kind": "field",
|
|
5930
|
-
"name": "
|
|
6153
|
+
"name": "value",
|
|
5931
6154
|
"type": {
|
|
5932
|
-
"text": "
|
|
6155
|
+
"text": "Properties | undefined"
|
|
5933
6156
|
},
|
|
5934
|
-
"attribute": "
|
|
6157
|
+
"attribute": "value"
|
|
5935
6158
|
},
|
|
5936
6159
|
{
|
|
5937
6160
|
"kind": "field",
|
|
5938
|
-
"name": "
|
|
6161
|
+
"name": "bounds",
|
|
5939
6162
|
"type": {
|
|
5940
|
-
"text": "
|
|
6163
|
+
"text": "BOUNDS | null"
|
|
5941
6164
|
},
|
|
5942
|
-
"
|
|
6165
|
+
"default": "null",
|
|
6166
|
+
"attribute": "bounds"
|
|
5943
6167
|
},
|
|
5944
6168
|
{
|
|
5945
6169
|
"kind": "field",
|
|
5946
|
-
"name": "
|
|
6170
|
+
"name": "selected",
|
|
5947
6171
|
"type": {
|
|
5948
|
-
"text": "
|
|
6172
|
+
"text": "Component[]"
|
|
5949
6173
|
},
|
|
5950
|
-
"
|
|
5951
|
-
"
|
|
6174
|
+
"default": "[]",
|
|
6175
|
+
"attribute": "selected"
|
|
5952
6176
|
},
|
|
5953
6177
|
{
|
|
5954
6178
|
"kind": "field",
|
|
5955
|
-
"name": "
|
|
6179
|
+
"name": "_3dExpanded",
|
|
5956
6180
|
"type": {
|
|
5957
|
-
"text": "
|
|
6181
|
+
"text": "boolean"
|
|
5958
6182
|
},
|
|
5959
|
-
"
|
|
6183
|
+
"privacy": "private",
|
|
6184
|
+
"default": "false"
|
|
5960
6185
|
},
|
|
5961
6186
|
{
|
|
5962
6187
|
"kind": "method",
|
|
5963
|
-
"name": "
|
|
6188
|
+
"name": "_onValueChange",
|
|
5964
6189
|
"parameters": [
|
|
5965
6190
|
{
|
|
5966
6191
|
"name": "e",
|
|
5967
6192
|
"type": {
|
|
5968
|
-
"text": "
|
|
6193
|
+
"text": "Event"
|
|
5969
6194
|
}
|
|
5970
6195
|
}
|
|
5971
|
-
]
|
|
6196
|
+
],
|
|
6197
|
+
"inheritedFrom": {
|
|
6198
|
+
"name": "AbstractProperty",
|
|
6199
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6200
|
+
}
|
|
5972
6201
|
},
|
|
5973
6202
|
{
|
|
5974
6203
|
"kind": "method",
|
|
5975
|
-
"name": "
|
|
6204
|
+
"name": "_hasTextProperty",
|
|
5976
6205
|
"parameters": [
|
|
5977
6206
|
{
|
|
5978
|
-
"name": "
|
|
6207
|
+
"name": "selected",
|
|
5979
6208
|
"type": {
|
|
5980
|
-
"text": "
|
|
6209
|
+
"text": "Component[]"
|
|
5981
6210
|
}
|
|
5982
6211
|
}
|
|
5983
6212
|
]
|
|
5984
6213
|
},
|
|
5985
6214
|
{
|
|
5986
6215
|
"kind": "method",
|
|
5987
|
-
"name": "
|
|
6216
|
+
"name": "_hasProperties",
|
|
5988
6217
|
"parameters": [
|
|
5989
6218
|
{
|
|
5990
|
-
"name": "
|
|
6219
|
+
"name": "selected",
|
|
5991
6220
|
"type": {
|
|
5992
|
-
"text": "
|
|
6221
|
+
"text": "Component[]"
|
|
5993
6222
|
}
|
|
5994
6223
|
}
|
|
5995
6224
|
]
|
|
5996
6225
|
},
|
|
5997
|
-
{
|
|
5998
|
-
"kind": "field",
|
|
5999
|
-
"name": "extendedMap"
|
|
6000
|
-
},
|
|
6001
6226
|
{
|
|
6002
6227
|
"kind": "method",
|
|
6003
|
-
"name": "
|
|
6228
|
+
"name": "_isIdentifiable",
|
|
6004
6229
|
"parameters": [
|
|
6005
6230
|
{
|
|
6006
|
-
"name": "
|
|
6231
|
+
"name": "selected",
|
|
6007
6232
|
"type": {
|
|
6008
|
-
"text": "Component"
|
|
6233
|
+
"text": "Component[]"
|
|
6009
6234
|
}
|
|
6010
6235
|
}
|
|
6011
6236
|
]
|
|
6012
6237
|
},
|
|
6013
6238
|
{
|
|
6014
6239
|
"kind": "method",
|
|
6015
|
-
"name": "
|
|
6240
|
+
"name": "_isClassIdentifiable",
|
|
6016
6241
|
"parameters": [
|
|
6017
6242
|
{
|
|
6018
|
-
"name": "
|
|
6243
|
+
"name": "selected",
|
|
6019
6244
|
"type": {
|
|
6020
|
-
"text": "Component"
|
|
6245
|
+
"text": "Component[]"
|
|
6021
6246
|
}
|
|
6022
6247
|
}
|
|
6023
6248
|
]
|
|
6024
6249
|
},
|
|
6025
6250
|
{
|
|
6026
6251
|
"kind": "method",
|
|
6027
|
-
"name": "
|
|
6252
|
+
"name": "_isLine",
|
|
6028
6253
|
"parameters": [
|
|
6029
6254
|
{
|
|
6030
|
-
"name": "
|
|
6255
|
+
"name": "selected",
|
|
6031
6256
|
"type": {
|
|
6032
|
-
"text": "Component"
|
|
6257
|
+
"text": "Component[]"
|
|
6033
6258
|
}
|
|
6034
6259
|
}
|
|
6035
6260
|
]
|
|
6036
6261
|
},
|
|
6037
6262
|
{
|
|
6038
6263
|
"kind": "method",
|
|
6039
|
-
"name": "
|
|
6264
|
+
"name": "_is3dish",
|
|
6040
6265
|
"parameters": [
|
|
6041
6266
|
{
|
|
6042
|
-
"name": "
|
|
6267
|
+
"name": "selected",
|
|
6043
6268
|
"type": {
|
|
6044
|
-
"text": "Component"
|
|
6269
|
+
"text": "Component[]"
|
|
6045
6270
|
}
|
|
6046
6271
|
}
|
|
6047
6272
|
]
|
|
6048
6273
|
},
|
|
6049
6274
|
{
|
|
6050
6275
|
"kind": "method",
|
|
6051
|
-
"name": "
|
|
6276
|
+
"name": "_getValueFromEventTarget",
|
|
6052
6277
|
"parameters": [
|
|
6053
6278
|
{
|
|
6054
|
-
"name": "
|
|
6279
|
+
"name": "element",
|
|
6055
6280
|
"type": {
|
|
6056
|
-
"text": "
|
|
6281
|
+
"text": "HTMLElement"
|
|
6057
6282
|
}
|
|
6058
6283
|
}
|
|
6059
|
-
]
|
|
6284
|
+
],
|
|
6285
|
+
"inheritedFrom": {
|
|
6286
|
+
"name": "AbstractProperty",
|
|
6287
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6288
|
+
}
|
|
6060
6289
|
},
|
|
6061
6290
|
{
|
|
6062
6291
|
"kind": "method",
|
|
6063
|
-
"name": "
|
|
6064
|
-
"return": {
|
|
6065
|
-
"type": {
|
|
6066
|
-
"text": "TemplateResult"
|
|
6067
|
-
}
|
|
6068
|
-
},
|
|
6292
|
+
"name": "_onAfterValueChange",
|
|
6069
6293
|
"parameters": [
|
|
6070
6294
|
{
|
|
6071
|
-
"name": "
|
|
6295
|
+
"name": "key",
|
|
6072
6296
|
"type": {
|
|
6073
|
-
"text": "
|
|
6297
|
+
"text": "string"
|
|
6074
6298
|
}
|
|
6075
6299
|
},
|
|
6076
6300
|
{
|
|
6077
|
-
"name": "
|
|
6301
|
+
"name": "value",
|
|
6078
6302
|
"type": {
|
|
6079
|
-
"text": "
|
|
6303
|
+
"text": "any"
|
|
6080
6304
|
}
|
|
6081
6305
|
}
|
|
6082
|
-
]
|
|
6306
|
+
],
|
|
6307
|
+
"inheritedFrom": {
|
|
6308
|
+
"name": "AbstractProperty",
|
|
6309
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6310
|
+
}
|
|
6311
|
+
}
|
|
6312
|
+
],
|
|
6313
|
+
"events": [
|
|
6314
|
+
{
|
|
6315
|
+
"name": "bounds-change",
|
|
6316
|
+
"type": {
|
|
6317
|
+
"text": "CustomEvent"
|
|
6318
|
+
}
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"name": "property-change",
|
|
6322
|
+
"type": {
|
|
6323
|
+
"text": "CustomEvent"
|
|
6324
|
+
},
|
|
6325
|
+
"inheritedFrom": {
|
|
6326
|
+
"name": "AbstractProperty",
|
|
6327
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6328
|
+
}
|
|
6083
6329
|
}
|
|
6084
6330
|
],
|
|
6085
6331
|
"attributes": [
|
|
6086
6332
|
{
|
|
6087
|
-
"name": "
|
|
6333
|
+
"name": "value",
|
|
6088
6334
|
"type": {
|
|
6089
|
-
"text": "
|
|
6335
|
+
"text": "Properties | undefined"
|
|
6090
6336
|
},
|
|
6091
|
-
"fieldName": "
|
|
6337
|
+
"fieldName": "value"
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "bounds",
|
|
6341
|
+
"type": {
|
|
6342
|
+
"text": "BOUNDS | null"
|
|
6343
|
+
},
|
|
6344
|
+
"default": "null",
|
|
6345
|
+
"fieldName": "bounds"
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
"name": "selected",
|
|
6349
|
+
"type": {
|
|
6350
|
+
"text": "Component[]"
|
|
6351
|
+
},
|
|
6352
|
+
"default": "[]",
|
|
6353
|
+
"fieldName": "selected"
|
|
6092
6354
|
}
|
|
6093
6355
|
],
|
|
6094
6356
|
"superclass": {
|
|
6095
|
-
"name": "
|
|
6096
|
-
"
|
|
6357
|
+
"name": "AbstractProperty",
|
|
6358
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6097
6359
|
},
|
|
6098
|
-
"tagName": "
|
|
6360
|
+
"tagName": "property-shape",
|
|
6099
6361
|
"customElement": true
|
|
6100
6362
|
}
|
|
6101
6363
|
],
|
|
6102
6364
|
"exports": [
|
|
6103
|
-
{
|
|
6104
|
-
"kind": "js",
|
|
6105
|
-
"name": "default",
|
|
6106
|
-
"declaration": {
|
|
6107
|
-
"name": "SceneInspector",
|
|
6108
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6109
|
-
}
|
|
6110
|
-
},
|
|
6111
6365
|
{
|
|
6112
6366
|
"kind": "custom-element-definition",
|
|
6113
|
-
"name": "
|
|
6114
|
-
"declaration": {
|
|
6115
|
-
"name": "SceneInspector",
|
|
6116
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6117
|
-
}
|
|
6118
|
-
}
|
|
6119
|
-
]
|
|
6120
|
-
},
|
|
6121
|
-
{
|
|
6122
|
-
"kind": "javascript-module",
|
|
6123
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6124
|
-
"declarations": [
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "variable",
|
|
6127
|
-
"name": "BoxPaddingEditorStyles",
|
|
6128
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6129
|
-
}
|
|
6130
|
-
],
|
|
6131
|
-
"exports": [
|
|
6132
|
-
{
|
|
6133
|
-
"kind": "js",
|
|
6134
|
-
"name": "BoxPaddingEditorStyles",
|
|
6367
|
+
"name": "property-shape",
|
|
6135
6368
|
"declaration": {
|
|
6136
|
-
"name": "
|
|
6137
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
6369
|
+
"name": "PropertyShapes",
|
|
6370
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6138
6371
|
}
|
|
6139
6372
|
}
|
|
6140
6373
|
]
|
|
6141
6374
|
},
|
|
6142
6375
|
{
|
|
6143
6376
|
"kind": "javascript-module",
|
|
6144
|
-
"path": "src/modeller/property-sidebar/
|
|
6377
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6145
6378
|
"declarations": [
|
|
6146
6379
|
{
|
|
6147
6380
|
"kind": "class",
|
|
6148
6381
|
"description": "",
|
|
6149
|
-
"name": "
|
|
6382
|
+
"name": "PropertyStyles",
|
|
6150
6383
|
"members": [
|
|
6151
6384
|
{
|
|
6152
6385
|
"kind": "field",
|
|
6153
6386
|
"name": "value",
|
|
6154
6387
|
"type": {
|
|
6155
|
-
"text": "
|
|
6388
|
+
"text": "any"
|
|
6156
6389
|
},
|
|
6390
|
+
"default": "{}",
|
|
6157
6391
|
"attribute": "value"
|
|
6158
6392
|
},
|
|
6159
|
-
{
|
|
6160
|
-
"kind": "field",
|
|
6161
|
-
"name": "bounds",
|
|
6162
|
-
"type": {
|
|
6163
|
-
"text": "BOUNDS | null"
|
|
6164
|
-
},
|
|
6165
|
-
"default": "null",
|
|
6166
|
-
"attribute": "bounds"
|
|
6167
|
-
},
|
|
6168
6393
|
{
|
|
6169
6394
|
"kind": "field",
|
|
6170
6395
|
"name": "selected",
|
|
@@ -6176,76 +6401,12 @@
|
|
|
6176
6401
|
},
|
|
6177
6402
|
{
|
|
6178
6403
|
"kind": "field",
|
|
6179
|
-
"name": "
|
|
6404
|
+
"name": "fonts",
|
|
6180
6405
|
"type": {
|
|
6181
|
-
"text": "
|
|
6406
|
+
"text": "any[]"
|
|
6182
6407
|
},
|
|
6183
|
-
"
|
|
6184
|
-
"
|
|
6185
|
-
},
|
|
6186
|
-
{
|
|
6187
|
-
"kind": "method",
|
|
6188
|
-
"name": "_onValueChange",
|
|
6189
|
-
"parameters": [
|
|
6190
|
-
{
|
|
6191
|
-
"name": "e",
|
|
6192
|
-
"type": {
|
|
6193
|
-
"text": "Event"
|
|
6194
|
-
}
|
|
6195
|
-
}
|
|
6196
|
-
],
|
|
6197
|
-
"inheritedFrom": {
|
|
6198
|
-
"name": "AbstractProperty",
|
|
6199
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6200
|
-
}
|
|
6201
|
-
},
|
|
6202
|
-
{
|
|
6203
|
-
"kind": "method",
|
|
6204
|
-
"name": "_hasTextProperty",
|
|
6205
|
-
"parameters": [
|
|
6206
|
-
{
|
|
6207
|
-
"name": "selected",
|
|
6208
|
-
"type": {
|
|
6209
|
-
"text": "Component[]"
|
|
6210
|
-
}
|
|
6211
|
-
}
|
|
6212
|
-
]
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"kind": "method",
|
|
6216
|
-
"name": "_hasProperties",
|
|
6217
|
-
"parameters": [
|
|
6218
|
-
{
|
|
6219
|
-
"name": "selected",
|
|
6220
|
-
"type": {
|
|
6221
|
-
"text": "Component[]"
|
|
6222
|
-
}
|
|
6223
|
-
}
|
|
6224
|
-
]
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"kind": "method",
|
|
6228
|
-
"name": "_isIdentifiable",
|
|
6229
|
-
"parameters": [
|
|
6230
|
-
{
|
|
6231
|
-
"name": "selected",
|
|
6232
|
-
"type": {
|
|
6233
|
-
"text": "Component[]"
|
|
6234
|
-
}
|
|
6235
|
-
}
|
|
6236
|
-
]
|
|
6237
|
-
},
|
|
6238
|
-
{
|
|
6239
|
-
"kind": "method",
|
|
6240
|
-
"name": "_isClassIdentifiable",
|
|
6241
|
-
"parameters": [
|
|
6242
|
-
{
|
|
6243
|
-
"name": "selected",
|
|
6244
|
-
"type": {
|
|
6245
|
-
"text": "Component[]"
|
|
6246
|
-
}
|
|
6247
|
-
}
|
|
6248
|
-
]
|
|
6408
|
+
"default": "[]",
|
|
6409
|
+
"attribute": "fonts"
|
|
6249
6410
|
},
|
|
6250
6411
|
{
|
|
6251
6412
|
"kind": "method",
|
|
@@ -6261,15 +6422,19 @@
|
|
|
6261
6422
|
},
|
|
6262
6423
|
{
|
|
6263
6424
|
"kind": "method",
|
|
6264
|
-
"name": "
|
|
6425
|
+
"name": "_onValueChange",
|
|
6265
6426
|
"parameters": [
|
|
6266
6427
|
{
|
|
6267
|
-
"name": "
|
|
6428
|
+
"name": "e",
|
|
6268
6429
|
"type": {
|
|
6269
|
-
"text": "
|
|
6430
|
+
"text": "Event"
|
|
6270
6431
|
}
|
|
6271
6432
|
}
|
|
6272
|
-
]
|
|
6433
|
+
],
|
|
6434
|
+
"inheritedFrom": {
|
|
6435
|
+
"name": "AbstractProperty",
|
|
6436
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6437
|
+
}
|
|
6273
6438
|
},
|
|
6274
6439
|
{
|
|
6275
6440
|
"kind": "method",
|
|
@@ -6310,64 +6475,59 @@
|
|
|
6310
6475
|
}
|
|
6311
6476
|
}
|
|
6312
6477
|
],
|
|
6313
|
-
"events": [
|
|
6314
|
-
{
|
|
6315
|
-
"name": "bounds-change",
|
|
6316
|
-
"type": {
|
|
6317
|
-
"text": "CustomEvent"
|
|
6318
|
-
}
|
|
6319
|
-
},
|
|
6320
|
-
{
|
|
6321
|
-
"name": "property-change",
|
|
6322
|
-
"type": {
|
|
6323
|
-
"text": "CustomEvent"
|
|
6324
|
-
},
|
|
6325
|
-
"inheritedFrom": {
|
|
6326
|
-
"name": "AbstractProperty",
|
|
6327
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6328
|
-
}
|
|
6329
|
-
}
|
|
6330
|
-
],
|
|
6331
6478
|
"attributes": [
|
|
6332
6479
|
{
|
|
6333
6480
|
"name": "value",
|
|
6334
6481
|
"type": {
|
|
6335
|
-
"text": "
|
|
6482
|
+
"text": "any"
|
|
6336
6483
|
},
|
|
6484
|
+
"default": "{}",
|
|
6337
6485
|
"fieldName": "value"
|
|
6338
6486
|
},
|
|
6339
6487
|
{
|
|
6340
|
-
"name": "
|
|
6488
|
+
"name": "selected",
|
|
6341
6489
|
"type": {
|
|
6342
|
-
"text": "
|
|
6490
|
+
"text": "Component[]"
|
|
6343
6491
|
},
|
|
6344
|
-
"default": "
|
|
6345
|
-
"fieldName": "
|
|
6492
|
+
"default": "[]",
|
|
6493
|
+
"fieldName": "selected"
|
|
6346
6494
|
},
|
|
6347
6495
|
{
|
|
6348
|
-
"name": "
|
|
6496
|
+
"name": "fonts",
|
|
6349
6497
|
"type": {
|
|
6350
|
-
"text": "
|
|
6498
|
+
"text": "any[]"
|
|
6351
6499
|
},
|
|
6352
6500
|
"default": "[]",
|
|
6353
|
-
"fieldName": "
|
|
6501
|
+
"fieldName": "fonts"
|
|
6354
6502
|
}
|
|
6355
6503
|
],
|
|
6356
6504
|
"superclass": {
|
|
6357
6505
|
"name": "AbstractProperty",
|
|
6358
6506
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6359
6507
|
},
|
|
6360
|
-
"tagName": "property-
|
|
6361
|
-
"customElement": true
|
|
6508
|
+
"tagName": "property-style",
|
|
6509
|
+
"customElement": true,
|
|
6510
|
+
"events": [
|
|
6511
|
+
{
|
|
6512
|
+
"name": "property-change",
|
|
6513
|
+
"type": {
|
|
6514
|
+
"text": "CustomEvent"
|
|
6515
|
+
},
|
|
6516
|
+
"inheritedFrom": {
|
|
6517
|
+
"name": "AbstractProperty",
|
|
6518
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6519
|
+
}
|
|
6520
|
+
}
|
|
6521
|
+
]
|
|
6362
6522
|
}
|
|
6363
6523
|
],
|
|
6364
6524
|
"exports": [
|
|
6365
6525
|
{
|
|
6366
6526
|
"kind": "custom-element-definition",
|
|
6367
|
-
"name": "property-
|
|
6527
|
+
"name": "property-style",
|
|
6368
6528
|
"declaration": {
|
|
6369
|
-
"name": "
|
|
6370
|
-
"module": "src/modeller/property-sidebar/
|
|
6529
|
+
"name": "PropertyStyles",
|
|
6530
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6371
6531
|
}
|
|
6372
6532
|
}
|
|
6373
6533
|
]
|
|
@@ -6619,166 +6779,6 @@
|
|
|
6619
6779
|
}
|
|
6620
6780
|
}
|
|
6621
6781
|
]
|
|
6622
|
-
},
|
|
6623
|
-
{
|
|
6624
|
-
"kind": "javascript-module",
|
|
6625
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6626
|
-
"declarations": [
|
|
6627
|
-
{
|
|
6628
|
-
"kind": "class",
|
|
6629
|
-
"description": "",
|
|
6630
|
-
"name": "PropertyStyles",
|
|
6631
|
-
"members": [
|
|
6632
|
-
{
|
|
6633
|
-
"kind": "field",
|
|
6634
|
-
"name": "value",
|
|
6635
|
-
"type": {
|
|
6636
|
-
"text": "any"
|
|
6637
|
-
},
|
|
6638
|
-
"default": "{}",
|
|
6639
|
-
"attribute": "value"
|
|
6640
|
-
},
|
|
6641
|
-
{
|
|
6642
|
-
"kind": "field",
|
|
6643
|
-
"name": "selected",
|
|
6644
|
-
"type": {
|
|
6645
|
-
"text": "Component[]"
|
|
6646
|
-
},
|
|
6647
|
-
"default": "[]",
|
|
6648
|
-
"attribute": "selected"
|
|
6649
|
-
},
|
|
6650
|
-
{
|
|
6651
|
-
"kind": "field",
|
|
6652
|
-
"name": "fonts",
|
|
6653
|
-
"type": {
|
|
6654
|
-
"text": "any[]"
|
|
6655
|
-
},
|
|
6656
|
-
"default": "[]",
|
|
6657
|
-
"attribute": "fonts"
|
|
6658
|
-
},
|
|
6659
|
-
{
|
|
6660
|
-
"kind": "method",
|
|
6661
|
-
"name": "_isLine",
|
|
6662
|
-
"parameters": [
|
|
6663
|
-
{
|
|
6664
|
-
"name": "selected",
|
|
6665
|
-
"type": {
|
|
6666
|
-
"text": "Component[]"
|
|
6667
|
-
}
|
|
6668
|
-
}
|
|
6669
|
-
]
|
|
6670
|
-
},
|
|
6671
|
-
{
|
|
6672
|
-
"kind": "method",
|
|
6673
|
-
"name": "_onValueChange",
|
|
6674
|
-
"parameters": [
|
|
6675
|
-
{
|
|
6676
|
-
"name": "e",
|
|
6677
|
-
"type": {
|
|
6678
|
-
"text": "Event"
|
|
6679
|
-
}
|
|
6680
|
-
}
|
|
6681
|
-
],
|
|
6682
|
-
"inheritedFrom": {
|
|
6683
|
-
"name": "AbstractProperty",
|
|
6684
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6685
|
-
}
|
|
6686
|
-
},
|
|
6687
|
-
{
|
|
6688
|
-
"kind": "method",
|
|
6689
|
-
"name": "_getValueFromEventTarget",
|
|
6690
|
-
"parameters": [
|
|
6691
|
-
{
|
|
6692
|
-
"name": "element",
|
|
6693
|
-
"type": {
|
|
6694
|
-
"text": "HTMLElement"
|
|
6695
|
-
}
|
|
6696
|
-
}
|
|
6697
|
-
],
|
|
6698
|
-
"inheritedFrom": {
|
|
6699
|
-
"name": "AbstractProperty",
|
|
6700
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6701
|
-
}
|
|
6702
|
-
},
|
|
6703
|
-
{
|
|
6704
|
-
"kind": "method",
|
|
6705
|
-
"name": "_onAfterValueChange",
|
|
6706
|
-
"parameters": [
|
|
6707
|
-
{
|
|
6708
|
-
"name": "key",
|
|
6709
|
-
"type": {
|
|
6710
|
-
"text": "string"
|
|
6711
|
-
}
|
|
6712
|
-
},
|
|
6713
|
-
{
|
|
6714
|
-
"name": "value",
|
|
6715
|
-
"type": {
|
|
6716
|
-
"text": "any"
|
|
6717
|
-
}
|
|
6718
|
-
}
|
|
6719
|
-
],
|
|
6720
|
-
"inheritedFrom": {
|
|
6721
|
-
"name": "AbstractProperty",
|
|
6722
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6723
|
-
}
|
|
6724
|
-
}
|
|
6725
|
-
],
|
|
6726
|
-
"attributes": [
|
|
6727
|
-
{
|
|
6728
|
-
"name": "value",
|
|
6729
|
-
"type": {
|
|
6730
|
-
"text": "any"
|
|
6731
|
-
},
|
|
6732
|
-
"default": "{}",
|
|
6733
|
-
"fieldName": "value"
|
|
6734
|
-
},
|
|
6735
|
-
{
|
|
6736
|
-
"name": "selected",
|
|
6737
|
-
"type": {
|
|
6738
|
-
"text": "Component[]"
|
|
6739
|
-
},
|
|
6740
|
-
"default": "[]",
|
|
6741
|
-
"fieldName": "selected"
|
|
6742
|
-
},
|
|
6743
|
-
{
|
|
6744
|
-
"name": "fonts",
|
|
6745
|
-
"type": {
|
|
6746
|
-
"text": "any[]"
|
|
6747
|
-
},
|
|
6748
|
-
"default": "[]",
|
|
6749
|
-
"fieldName": "fonts"
|
|
6750
|
-
}
|
|
6751
|
-
],
|
|
6752
|
-
"superclass": {
|
|
6753
|
-
"name": "AbstractProperty",
|
|
6754
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6755
|
-
},
|
|
6756
|
-
"tagName": "property-style",
|
|
6757
|
-
"customElement": true,
|
|
6758
|
-
"events": [
|
|
6759
|
-
{
|
|
6760
|
-
"name": "property-change",
|
|
6761
|
-
"type": {
|
|
6762
|
-
"text": "CustomEvent"
|
|
6763
|
-
},
|
|
6764
|
-
"inheritedFrom": {
|
|
6765
|
-
"name": "AbstractProperty",
|
|
6766
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6767
|
-
}
|
|
6768
|
-
}
|
|
6769
|
-
]
|
|
6770
|
-
}
|
|
6771
|
-
],
|
|
6772
|
-
"exports": [
|
|
6773
|
-
{
|
|
6774
|
-
"kind": "custom-element-definition",
|
|
6775
|
-
"name": "property-style",
|
|
6776
|
-
"declaration": {
|
|
6777
|
-
"name": "PropertyStyles",
|
|
6778
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6779
|
-
}
|
|
6780
|
-
}
|
|
6781
|
-
]
|
|
6782
6782
|
}
|
|
6783
6783
|
]
|
|
6784
6784
|
}
|