@fmsim/board 1.0.5 → 1.0.6
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 +307 -307
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -6004,202 +6004,72 @@
|
|
|
6004
6004
|
},
|
|
6005
6005
|
{
|
|
6006
6006
|
"kind": "javascript-module",
|
|
6007
|
-
"path": "src/modeller/property-sidebar/
|
|
6008
|
-
"declarations": [
|
|
6009
|
-
{
|
|
6010
|
-
"kind": "variable",
|
|
6011
|
-
"name": "BoxPaddingEditorStyles",
|
|
6012
|
-
"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; } `"
|
|
6013
|
-
}
|
|
6014
|
-
],
|
|
6015
|
-
"exports": [
|
|
6016
|
-
{
|
|
6017
|
-
"kind": "js",
|
|
6018
|
-
"name": "BoxPaddingEditorStyles",
|
|
6019
|
-
"declaration": {
|
|
6020
|
-
"name": "BoxPaddingEditorStyles",
|
|
6021
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6022
|
-
}
|
|
6023
|
-
}
|
|
6024
|
-
]
|
|
6025
|
-
},
|
|
6026
|
-
{
|
|
6027
|
-
"kind": "javascript-module",
|
|
6028
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6007
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6029
6008
|
"declarations": [
|
|
6030
6009
|
{
|
|
6031
6010
|
"kind": "class",
|
|
6032
6011
|
"description": "",
|
|
6033
|
-
"name": "
|
|
6012
|
+
"name": "SpecificPropertiesBuilder",
|
|
6034
6013
|
"members": [
|
|
6035
6014
|
{
|
|
6036
6015
|
"kind": "field",
|
|
6037
6016
|
"name": "value",
|
|
6038
6017
|
"type": {
|
|
6039
|
-
"text": "
|
|
6018
|
+
"text": "any"
|
|
6040
6019
|
},
|
|
6041
6020
|
"attribute": "value"
|
|
6042
6021
|
},
|
|
6043
6022
|
{
|
|
6044
6023
|
"kind": "field",
|
|
6045
|
-
"name": "
|
|
6024
|
+
"name": "props",
|
|
6046
6025
|
"type": {
|
|
6047
|
-
"text": "
|
|
6026
|
+
"text": "any[]"
|
|
6048
6027
|
},
|
|
6049
|
-
"default": "
|
|
6050
|
-
"attribute": "
|
|
6028
|
+
"default": "[]",
|
|
6029
|
+
"attribute": "props"
|
|
6051
6030
|
},
|
|
6052
6031
|
{
|
|
6053
6032
|
"kind": "field",
|
|
6054
|
-
"name": "
|
|
6033
|
+
"name": "propertyEditor",
|
|
6055
6034
|
"type": {
|
|
6056
|
-
"text": "
|
|
6035
|
+
"text": "any"
|
|
6057
6036
|
},
|
|
6058
|
-
"
|
|
6059
|
-
"attribute": "selected"
|
|
6060
|
-
},
|
|
6061
|
-
{
|
|
6062
|
-
"kind": "method",
|
|
6063
|
-
"name": "_onValueChange",
|
|
6064
|
-
"parameters": [
|
|
6065
|
-
{
|
|
6066
|
-
"name": "e",
|
|
6067
|
-
"type": {
|
|
6068
|
-
"text": "Event"
|
|
6069
|
-
}
|
|
6070
|
-
}
|
|
6071
|
-
],
|
|
6072
|
-
"inheritedFrom": {
|
|
6073
|
-
"name": "AbstractProperty",
|
|
6074
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6075
|
-
}
|
|
6076
|
-
},
|
|
6077
|
-
{
|
|
6078
|
-
"kind": "method",
|
|
6079
|
-
"name": "_hasTextProperty",
|
|
6080
|
-
"parameters": [
|
|
6081
|
-
{
|
|
6082
|
-
"name": "selected",
|
|
6083
|
-
"type": {
|
|
6084
|
-
"text": "Component[]"
|
|
6085
|
-
}
|
|
6086
|
-
}
|
|
6087
|
-
]
|
|
6088
|
-
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "method",
|
|
6091
|
-
"name": "_hasProperties",
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "method",
|
|
6103
|
-
"name": "_isIdentifiable",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"name": "selected",
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
6037
|
+
"attribute": "propertyEditor"
|
|
6112
6038
|
},
|
|
6113
6039
|
{
|
|
6114
6040
|
"kind": "method",
|
|
6115
|
-
"name": "
|
|
6041
|
+
"name": "_onPropsChanged",
|
|
6116
6042
|
"parameters": [
|
|
6117
6043
|
{
|
|
6118
|
-
"name": "
|
|
6044
|
+
"name": "props",
|
|
6119
6045
|
"type": {
|
|
6120
|
-
"text": "
|
|
6046
|
+
"text": "any[]"
|
|
6121
6047
|
}
|
|
6122
6048
|
}
|
|
6123
6049
|
]
|
|
6124
6050
|
},
|
|
6125
6051
|
{
|
|
6126
6052
|
"kind": "method",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6053
|
+
"name": "_setValues"
|
|
6136
6054
|
},
|
|
6137
6055
|
{
|
|
6138
6056
|
"kind": "method",
|
|
6139
|
-
"name": "
|
|
6057
|
+
"name": "_onValueChanged",
|
|
6140
6058
|
"parameters": [
|
|
6141
6059
|
{
|
|
6142
|
-
"name": "
|
|
6060
|
+
"name": "e",
|
|
6143
6061
|
"type": {
|
|
6144
|
-
"text": "
|
|
6062
|
+
"text": "Event"
|
|
6145
6063
|
}
|
|
6146
6064
|
}
|
|
6147
6065
|
]
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "method",
|
|
6151
|
-
"name": "_getValueFromEventTarget",
|
|
6152
|
-
"parameters": [
|
|
6153
|
-
{
|
|
6154
|
-
"name": "element",
|
|
6155
|
-
"type": {
|
|
6156
|
-
"text": "HTMLElement"
|
|
6157
|
-
}
|
|
6158
|
-
}
|
|
6159
|
-
],
|
|
6160
|
-
"inheritedFrom": {
|
|
6161
|
-
"name": "AbstractProperty",
|
|
6162
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6163
|
-
}
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"kind": "method",
|
|
6167
|
-
"name": "_onAfterValueChange",
|
|
6168
|
-
"parameters": [
|
|
6169
|
-
{
|
|
6170
|
-
"name": "key",
|
|
6171
|
-
"type": {
|
|
6172
|
-
"text": "string"
|
|
6173
|
-
}
|
|
6174
|
-
},
|
|
6175
|
-
{
|
|
6176
|
-
"name": "value",
|
|
6177
|
-
"type": {
|
|
6178
|
-
"text": "any"
|
|
6179
|
-
}
|
|
6180
|
-
}
|
|
6181
|
-
],
|
|
6182
|
-
"inheritedFrom": {
|
|
6183
|
-
"name": "AbstractProperty",
|
|
6184
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6185
|
-
}
|
|
6186
6066
|
}
|
|
6187
6067
|
],
|
|
6188
6068
|
"events": [
|
|
6189
|
-
{
|
|
6190
|
-
"name": "bounds-change",
|
|
6191
|
-
"type": {
|
|
6192
|
-
"text": "CustomEvent"
|
|
6193
|
-
}
|
|
6194
|
-
},
|
|
6195
6069
|
{
|
|
6196
6070
|
"name": "property-change",
|
|
6197
6071
|
"type": {
|
|
6198
6072
|
"text": "CustomEvent"
|
|
6199
|
-
},
|
|
6200
|
-
"inheritedFrom": {
|
|
6201
|
-
"name": "AbstractProperty",
|
|
6202
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6203
6073
|
}
|
|
6204
6074
|
}
|
|
6205
6075
|
],
|
|
@@ -6207,52 +6077,52 @@
|
|
|
6207
6077
|
{
|
|
6208
6078
|
"name": "value",
|
|
6209
6079
|
"type": {
|
|
6210
|
-
"text": "
|
|
6080
|
+
"text": "any"
|
|
6211
6081
|
},
|
|
6212
6082
|
"fieldName": "value"
|
|
6213
6083
|
},
|
|
6214
6084
|
{
|
|
6215
|
-
"name": "
|
|
6085
|
+
"name": "props",
|
|
6216
6086
|
"type": {
|
|
6217
|
-
"text": "
|
|
6087
|
+
"text": "any[]"
|
|
6218
6088
|
},
|
|
6219
|
-
"default": "
|
|
6220
|
-
"fieldName": "
|
|
6089
|
+
"default": "[]",
|
|
6090
|
+
"fieldName": "props"
|
|
6221
6091
|
},
|
|
6222
6092
|
{
|
|
6223
|
-
"name": "
|
|
6093
|
+
"name": "propertyEditor",
|
|
6224
6094
|
"type": {
|
|
6225
|
-
"text": "
|
|
6095
|
+
"text": "any"
|
|
6226
6096
|
},
|
|
6227
|
-
"
|
|
6228
|
-
"fieldName": "selected"
|
|
6097
|
+
"fieldName": "propertyEditor"
|
|
6229
6098
|
}
|
|
6230
6099
|
],
|
|
6231
6100
|
"superclass": {
|
|
6232
|
-
"name": "
|
|
6233
|
-
"
|
|
6234
|
-
}
|
|
6101
|
+
"name": "LitElement",
|
|
6102
|
+
"package": "lit"
|
|
6103
|
+
},
|
|
6104
|
+
"customElement": true
|
|
6235
6105
|
}
|
|
6236
6106
|
],
|
|
6237
6107
|
"exports": [
|
|
6238
6108
|
{
|
|
6239
6109
|
"kind": "js",
|
|
6240
|
-
"name": "
|
|
6110
|
+
"name": "SpecificPropertiesBuilder",
|
|
6241
6111
|
"declaration": {
|
|
6242
|
-
"name": "
|
|
6243
|
-
"module": "src/modeller/property-sidebar/
|
|
6112
|
+
"name": "SpecificPropertiesBuilder",
|
|
6113
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
6244
6114
|
}
|
|
6245
6115
|
}
|
|
6246
6116
|
]
|
|
6247
6117
|
},
|
|
6248
6118
|
{
|
|
6249
6119
|
"kind": "javascript-module",
|
|
6250
|
-
"path": "src/modeller/property-sidebar/
|
|
6120
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
6251
6121
|
"declarations": [
|
|
6252
6122
|
{
|
|
6253
6123
|
"kind": "class",
|
|
6254
6124
|
"description": "",
|
|
6255
|
-
"name": "
|
|
6125
|
+
"name": "PropertySpecific",
|
|
6256
6126
|
"members": [
|
|
6257
6127
|
{
|
|
6258
6128
|
"kind": "field",
|
|
@@ -6260,9 +6130,17 @@
|
|
|
6260
6130
|
"type": {
|
|
6261
6131
|
"text": "any"
|
|
6262
6132
|
},
|
|
6263
|
-
"default": "{}",
|
|
6264
6133
|
"attribute": "value"
|
|
6265
6134
|
},
|
|
6135
|
+
{
|
|
6136
|
+
"kind": "field",
|
|
6137
|
+
"name": "scene",
|
|
6138
|
+
"type": {
|
|
6139
|
+
"text": "Scene | null"
|
|
6140
|
+
},
|
|
6141
|
+
"default": "null",
|
|
6142
|
+
"attribute": "scene"
|
|
6143
|
+
},
|
|
6266
6144
|
{
|
|
6267
6145
|
"kind": "field",
|
|
6268
6146
|
"name": "selected",
|
|
@@ -6274,24 +6152,55 @@
|
|
|
6274
6152
|
},
|
|
6275
6153
|
{
|
|
6276
6154
|
"kind": "field",
|
|
6277
|
-
"name": "
|
|
6155
|
+
"name": "props",
|
|
6278
6156
|
"type": {
|
|
6279
6157
|
"text": "any[]"
|
|
6280
6158
|
},
|
|
6281
6159
|
"default": "[]",
|
|
6282
|
-
"attribute": "
|
|
6160
|
+
"attribute": "props"
|
|
6283
6161
|
},
|
|
6284
6162
|
{
|
|
6285
6163
|
"kind": "field",
|
|
6286
|
-
"name": "
|
|
6164
|
+
"name": "propertyEditor",
|
|
6287
6165
|
"type": {
|
|
6288
|
-
"text": "
|
|
6166
|
+
"text": "any[]"
|
|
6289
6167
|
},
|
|
6290
|
-
"default": "
|
|
6168
|
+
"default": "[]",
|
|
6169
|
+
"attribute": "propertyEditor"
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"kind": "field",
|
|
6173
|
+
"name": "boundINeedSelected",
|
|
6174
|
+
"type": {
|
|
6175
|
+
"text": "any"
|
|
6176
|
+
},
|
|
6177
|
+
"privacy": "private"
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"kind": "field",
|
|
6181
|
+
"name": "scopedElements",
|
|
6182
|
+
"static": true,
|
|
6183
|
+
"readonly": true
|
|
6291
6184
|
},
|
|
6292
6185
|
{
|
|
6293
6186
|
"kind": "method",
|
|
6294
|
-
"name": "
|
|
6187
|
+
"name": "_onValueChange",
|
|
6188
|
+
"parameters": [
|
|
6189
|
+
{
|
|
6190
|
+
"name": "e",
|
|
6191
|
+
"type": {
|
|
6192
|
+
"text": "Event"
|
|
6193
|
+
}
|
|
6194
|
+
}
|
|
6195
|
+
],
|
|
6196
|
+
"inheritedFrom": {
|
|
6197
|
+
"name": "AbstractProperty",
|
|
6198
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6199
|
+
}
|
|
6200
|
+
},
|
|
6201
|
+
{
|
|
6202
|
+
"kind": "method",
|
|
6203
|
+
"name": "_isIdentifiable",
|
|
6295
6204
|
"parameters": [
|
|
6296
6205
|
{
|
|
6297
6206
|
"name": "selected",
|
|
@@ -6303,19 +6212,27 @@
|
|
|
6303
6212
|
},
|
|
6304
6213
|
{
|
|
6305
6214
|
"kind": "method",
|
|
6306
|
-
"name": "
|
|
6215
|
+
"name": "_hasTextProperty",
|
|
6216
|
+
"parameters": [
|
|
6217
|
+
{
|
|
6218
|
+
"name": "selected",
|
|
6219
|
+
"type": {
|
|
6220
|
+
"text": "Component[]"
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6223
|
+
]
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
"kind": "method",
|
|
6227
|
+
"name": "_onINeedSelected",
|
|
6307
6228
|
"parameters": [
|
|
6308
6229
|
{
|
|
6309
6230
|
"name": "e",
|
|
6310
6231
|
"type": {
|
|
6311
|
-
"text": "
|
|
6232
|
+
"text": "CustomEvent"
|
|
6312
6233
|
}
|
|
6313
6234
|
}
|
|
6314
|
-
]
|
|
6315
|
-
"inheritedFrom": {
|
|
6316
|
-
"name": "AbstractProperty",
|
|
6317
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6318
|
-
}
|
|
6235
|
+
]
|
|
6319
6236
|
},
|
|
6320
6237
|
{
|
|
6321
6238
|
"kind": "method",
|
|
@@ -6362,9 +6279,16 @@
|
|
|
6362
6279
|
"type": {
|
|
6363
6280
|
"text": "any"
|
|
6364
6281
|
},
|
|
6365
|
-
"default": "{}",
|
|
6366
6282
|
"fieldName": "value"
|
|
6367
6283
|
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "scene",
|
|
6286
|
+
"type": {
|
|
6287
|
+
"text": "Scene | null"
|
|
6288
|
+
},
|
|
6289
|
+
"default": "null",
|
|
6290
|
+
"fieldName": "scene"
|
|
6291
|
+
},
|
|
6368
6292
|
{
|
|
6369
6293
|
"name": "selected",
|
|
6370
6294
|
"type": {
|
|
@@ -6374,17 +6298,31 @@
|
|
|
6374
6298
|
"fieldName": "selected"
|
|
6375
6299
|
},
|
|
6376
6300
|
{
|
|
6377
|
-
"name": "
|
|
6301
|
+
"name": "props",
|
|
6378
6302
|
"type": {
|
|
6379
6303
|
"text": "any[]"
|
|
6380
6304
|
},
|
|
6381
6305
|
"default": "[]",
|
|
6382
|
-
"fieldName": "
|
|
6306
|
+
"fieldName": "props"
|
|
6307
|
+
},
|
|
6308
|
+
{
|
|
6309
|
+
"name": "propertyEditor",
|
|
6310
|
+
"type": {
|
|
6311
|
+
"text": "any[]"
|
|
6312
|
+
},
|
|
6313
|
+
"default": "[]",
|
|
6314
|
+
"fieldName": "propertyEditor"
|
|
6315
|
+
}
|
|
6316
|
+
],
|
|
6317
|
+
"mixins": [
|
|
6318
|
+
{
|
|
6319
|
+
"name": "ScopedElementsMixin",
|
|
6320
|
+
"package": "@open-wc/scoped-elements"
|
|
6383
6321
|
}
|
|
6384
6322
|
],
|
|
6385
6323
|
"superclass": {
|
|
6386
6324
|
"name": "AbstractProperty",
|
|
6387
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6325
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6388
6326
|
},
|
|
6389
6327
|
"events": [
|
|
6390
6328
|
{
|
|
@@ -6403,22 +6341,22 @@
|
|
|
6403
6341
|
"exports": [
|
|
6404
6342
|
{
|
|
6405
6343
|
"kind": "js",
|
|
6406
|
-
"name": "
|
|
6344
|
+
"name": "PropertySpecific",
|
|
6407
6345
|
"declaration": {
|
|
6408
|
-
"name": "
|
|
6409
|
-
"module": "src/modeller/property-sidebar/
|
|
6346
|
+
"name": "PropertySpecific",
|
|
6347
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6410
6348
|
}
|
|
6411
6349
|
}
|
|
6412
6350
|
]
|
|
6413
6351
|
},
|
|
6414
6352
|
{
|
|
6415
6353
|
"kind": "javascript-module",
|
|
6416
|
-
"path": "src/modeller/property-sidebar/
|
|
6354
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6417
6355
|
"declarations": [
|
|
6418
6356
|
{
|
|
6419
6357
|
"kind": "class",
|
|
6420
6358
|
"description": "",
|
|
6421
|
-
"name": "
|
|
6359
|
+
"name": "PropertyStyles",
|
|
6422
6360
|
"members": [
|
|
6423
6361
|
{
|
|
6424
6362
|
"kind": "field",
|
|
@@ -6426,59 +6364,99 @@
|
|
|
6426
6364
|
"type": {
|
|
6427
6365
|
"text": "any"
|
|
6428
6366
|
},
|
|
6367
|
+
"default": "{}",
|
|
6429
6368
|
"attribute": "value"
|
|
6430
6369
|
},
|
|
6431
6370
|
{
|
|
6432
6371
|
"kind": "field",
|
|
6433
|
-
"name": "
|
|
6372
|
+
"name": "selected",
|
|
6373
|
+
"type": {
|
|
6374
|
+
"text": "Component[]"
|
|
6375
|
+
},
|
|
6376
|
+
"default": "[]",
|
|
6377
|
+
"attribute": "selected"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"kind": "field",
|
|
6381
|
+
"name": "fonts",
|
|
6434
6382
|
"type": {
|
|
6435
6383
|
"text": "any[]"
|
|
6436
6384
|
},
|
|
6437
6385
|
"default": "[]",
|
|
6438
|
-
"attribute": "
|
|
6386
|
+
"attribute": "fonts"
|
|
6439
6387
|
},
|
|
6440
6388
|
{
|
|
6441
6389
|
"kind": "field",
|
|
6442
|
-
"name": "
|
|
6390
|
+
"name": "fontAvailable",
|
|
6443
6391
|
"type": {
|
|
6444
|
-
"text": "
|
|
6392
|
+
"text": "boolean"
|
|
6445
6393
|
},
|
|
6446
|
-
"
|
|
6394
|
+
"default": "false"
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"kind": "method",
|
|
6398
|
+
"name": "_isLine",
|
|
6399
|
+
"parameters": [
|
|
6400
|
+
{
|
|
6401
|
+
"name": "selected",
|
|
6402
|
+
"type": {
|
|
6403
|
+
"text": "Component[]"
|
|
6404
|
+
}
|
|
6405
|
+
}
|
|
6406
|
+
]
|
|
6407
|
+
},
|
|
6408
|
+
{
|
|
6409
|
+
"kind": "method",
|
|
6410
|
+
"name": "_onValueChange",
|
|
6411
|
+
"parameters": [
|
|
6412
|
+
{
|
|
6413
|
+
"name": "e",
|
|
6414
|
+
"type": {
|
|
6415
|
+
"text": "Event"
|
|
6416
|
+
}
|
|
6417
|
+
}
|
|
6418
|
+
],
|
|
6419
|
+
"inheritedFrom": {
|
|
6420
|
+
"name": "AbstractProperty",
|
|
6421
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6422
|
+
}
|
|
6447
6423
|
},
|
|
6448
6424
|
{
|
|
6449
6425
|
"kind": "method",
|
|
6450
|
-
"name": "
|
|
6426
|
+
"name": "_getValueFromEventTarget",
|
|
6451
6427
|
"parameters": [
|
|
6452
6428
|
{
|
|
6453
|
-
"name": "
|
|
6429
|
+
"name": "element",
|
|
6454
6430
|
"type": {
|
|
6455
|
-
"text": "
|
|
6431
|
+
"text": "HTMLElement"
|
|
6456
6432
|
}
|
|
6457
6433
|
}
|
|
6458
|
-
]
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6434
|
+
],
|
|
6435
|
+
"inheritedFrom": {
|
|
6436
|
+
"name": "AbstractProperty",
|
|
6437
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6438
|
+
}
|
|
6463
6439
|
},
|
|
6464
6440
|
{
|
|
6465
6441
|
"kind": "method",
|
|
6466
|
-
"name": "
|
|
6442
|
+
"name": "_onAfterValueChange",
|
|
6467
6443
|
"parameters": [
|
|
6468
6444
|
{
|
|
6469
|
-
"name": "
|
|
6445
|
+
"name": "key",
|
|
6470
6446
|
"type": {
|
|
6471
|
-
"text": "
|
|
6447
|
+
"text": "string"
|
|
6448
|
+
}
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "value",
|
|
6452
|
+
"type": {
|
|
6453
|
+
"text": "any"
|
|
6472
6454
|
}
|
|
6473
6455
|
}
|
|
6474
|
-
]
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
{
|
|
6479
|
-
"name": "property-change",
|
|
6480
|
-
"type": {
|
|
6481
|
-
"text": "CustomEvent"
|
|
6456
|
+
],
|
|
6457
|
+
"inheritedFrom": {
|
|
6458
|
+
"name": "AbstractProperty",
|
|
6459
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6482
6460
|
}
|
|
6483
6461
|
}
|
|
6484
6462
|
],
|
|
@@ -6488,67 +6466,101 @@
|
|
|
6488
6466
|
"type": {
|
|
6489
6467
|
"text": "any"
|
|
6490
6468
|
},
|
|
6469
|
+
"default": "{}",
|
|
6491
6470
|
"fieldName": "value"
|
|
6492
6471
|
},
|
|
6493
6472
|
{
|
|
6494
|
-
"name": "
|
|
6473
|
+
"name": "selected",
|
|
6495
6474
|
"type": {
|
|
6496
|
-
"text": "
|
|
6475
|
+
"text": "Component[]"
|
|
6497
6476
|
},
|
|
6498
6477
|
"default": "[]",
|
|
6499
|
-
"fieldName": "
|
|
6478
|
+
"fieldName": "selected"
|
|
6500
6479
|
},
|
|
6501
6480
|
{
|
|
6502
|
-
"name": "
|
|
6481
|
+
"name": "fonts",
|
|
6503
6482
|
"type": {
|
|
6504
|
-
"text": "any"
|
|
6483
|
+
"text": "any[]"
|
|
6505
6484
|
},
|
|
6506
|
-
"
|
|
6485
|
+
"default": "[]",
|
|
6486
|
+
"fieldName": "fonts"
|
|
6507
6487
|
}
|
|
6508
6488
|
],
|
|
6509
6489
|
"superclass": {
|
|
6510
|
-
"name": "
|
|
6511
|
-
"
|
|
6490
|
+
"name": "AbstractProperty",
|
|
6491
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6512
6492
|
},
|
|
6513
|
-
"
|
|
6493
|
+
"events": [
|
|
6494
|
+
{
|
|
6495
|
+
"name": "property-change",
|
|
6496
|
+
"type": {
|
|
6497
|
+
"text": "CustomEvent"
|
|
6498
|
+
},
|
|
6499
|
+
"inheritedFrom": {
|
|
6500
|
+
"name": "AbstractProperty",
|
|
6501
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6502
|
+
}
|
|
6503
|
+
}
|
|
6504
|
+
]
|
|
6514
6505
|
}
|
|
6515
6506
|
],
|
|
6516
6507
|
"exports": [
|
|
6517
6508
|
{
|
|
6518
6509
|
"kind": "js",
|
|
6519
|
-
"name": "
|
|
6510
|
+
"name": "PropertyStyles",
|
|
6520
6511
|
"declaration": {
|
|
6521
|
-
"name": "
|
|
6522
|
-
"module": "src/modeller/property-sidebar/
|
|
6512
|
+
"name": "PropertyStyles",
|
|
6513
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6523
6514
|
}
|
|
6524
6515
|
}
|
|
6525
6516
|
]
|
|
6526
6517
|
},
|
|
6527
6518
|
{
|
|
6528
6519
|
"kind": "javascript-module",
|
|
6529
|
-
"path": "src/modeller/property-sidebar/
|
|
6520
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6521
|
+
"declarations": [
|
|
6522
|
+
{
|
|
6523
|
+
"kind": "variable",
|
|
6524
|
+
"name": "BoxPaddingEditorStyles",
|
|
6525
|
+
"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; } `"
|
|
6526
|
+
}
|
|
6527
|
+
],
|
|
6528
|
+
"exports": [
|
|
6529
|
+
{
|
|
6530
|
+
"kind": "js",
|
|
6531
|
+
"name": "BoxPaddingEditorStyles",
|
|
6532
|
+
"declaration": {
|
|
6533
|
+
"name": "BoxPaddingEditorStyles",
|
|
6534
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6535
|
+
}
|
|
6536
|
+
}
|
|
6537
|
+
]
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"kind": "javascript-module",
|
|
6541
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6530
6542
|
"declarations": [
|
|
6531
6543
|
{
|
|
6532
6544
|
"kind": "class",
|
|
6533
6545
|
"description": "",
|
|
6534
|
-
"name": "
|
|
6546
|
+
"name": "PropertyShapes",
|
|
6535
6547
|
"members": [
|
|
6536
6548
|
{
|
|
6537
6549
|
"kind": "field",
|
|
6538
6550
|
"name": "value",
|
|
6539
6551
|
"type": {
|
|
6540
|
-
"text": "
|
|
6552
|
+
"text": "Properties | undefined"
|
|
6541
6553
|
},
|
|
6542
6554
|
"attribute": "value"
|
|
6543
6555
|
},
|
|
6544
6556
|
{
|
|
6545
6557
|
"kind": "field",
|
|
6546
|
-
"name": "
|
|
6558
|
+
"name": "bounds",
|
|
6547
6559
|
"type": {
|
|
6548
|
-
"text": "
|
|
6560
|
+
"text": "BOUNDS | null"
|
|
6549
6561
|
},
|
|
6550
6562
|
"default": "null",
|
|
6551
|
-
"attribute": "
|
|
6563
|
+
"attribute": "bounds"
|
|
6552
6564
|
},
|
|
6553
6565
|
{
|
|
6554
6566
|
"kind": "field",
|
|
@@ -6559,38 +6571,6 @@
|
|
|
6559
6571
|
"default": "[]",
|
|
6560
6572
|
"attribute": "selected"
|
|
6561
6573
|
},
|
|
6562
|
-
{
|
|
6563
|
-
"kind": "field",
|
|
6564
|
-
"name": "props",
|
|
6565
|
-
"type": {
|
|
6566
|
-
"text": "any[]"
|
|
6567
|
-
},
|
|
6568
|
-
"default": "[]",
|
|
6569
|
-
"attribute": "props"
|
|
6570
|
-
},
|
|
6571
|
-
{
|
|
6572
|
-
"kind": "field",
|
|
6573
|
-
"name": "propertyEditor",
|
|
6574
|
-
"type": {
|
|
6575
|
-
"text": "any[]"
|
|
6576
|
-
},
|
|
6577
|
-
"default": "[]",
|
|
6578
|
-
"attribute": "propertyEditor"
|
|
6579
|
-
},
|
|
6580
|
-
{
|
|
6581
|
-
"kind": "field",
|
|
6582
|
-
"name": "boundINeedSelected",
|
|
6583
|
-
"type": {
|
|
6584
|
-
"text": "any"
|
|
6585
|
-
},
|
|
6586
|
-
"privacy": "private"
|
|
6587
|
-
},
|
|
6588
|
-
{
|
|
6589
|
-
"kind": "field",
|
|
6590
|
-
"name": "scopedElements",
|
|
6591
|
-
"static": true,
|
|
6592
|
-
"readonly": true
|
|
6593
|
-
},
|
|
6594
6574
|
{
|
|
6595
6575
|
"kind": "method",
|
|
6596
6576
|
"name": "_onValueChange",
|
|
@@ -6607,6 +6587,30 @@
|
|
|
6607
6587
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6608
6588
|
}
|
|
6609
6589
|
},
|
|
6590
|
+
{
|
|
6591
|
+
"kind": "method",
|
|
6592
|
+
"name": "_hasTextProperty",
|
|
6593
|
+
"parameters": [
|
|
6594
|
+
{
|
|
6595
|
+
"name": "selected",
|
|
6596
|
+
"type": {
|
|
6597
|
+
"text": "Component[]"
|
|
6598
|
+
}
|
|
6599
|
+
}
|
|
6600
|
+
]
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"kind": "method",
|
|
6604
|
+
"name": "_hasProperties",
|
|
6605
|
+
"parameters": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "selected",
|
|
6608
|
+
"type": {
|
|
6609
|
+
"text": "Component[]"
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6613
|
+
},
|
|
6610
6614
|
{
|
|
6611
6615
|
"kind": "method",
|
|
6612
6616
|
"name": "_isIdentifiable",
|
|
@@ -6621,7 +6625,7 @@
|
|
|
6621
6625
|
},
|
|
6622
6626
|
{
|
|
6623
6627
|
"kind": "method",
|
|
6624
|
-
"name": "
|
|
6628
|
+
"name": "_isClassIdentifiable",
|
|
6625
6629
|
"parameters": [
|
|
6626
6630
|
{
|
|
6627
6631
|
"name": "selected",
|
|
@@ -6633,12 +6637,24 @@
|
|
|
6633
6637
|
},
|
|
6634
6638
|
{
|
|
6635
6639
|
"kind": "method",
|
|
6636
|
-
"name": "
|
|
6640
|
+
"name": "_isLine",
|
|
6637
6641
|
"parameters": [
|
|
6638
6642
|
{
|
|
6639
|
-
"name": "
|
|
6643
|
+
"name": "selected",
|
|
6640
6644
|
"type": {
|
|
6641
|
-
"text": "
|
|
6645
|
+
"text": "Component[]"
|
|
6646
|
+
}
|
|
6647
|
+
}
|
|
6648
|
+
]
|
|
6649
|
+
},
|
|
6650
|
+
{
|
|
6651
|
+
"kind": "method",
|
|
6652
|
+
"name": "_is3dish",
|
|
6653
|
+
"parameters": [
|
|
6654
|
+
{
|
|
6655
|
+
"name": "selected",
|
|
6656
|
+
"type": {
|
|
6657
|
+
"text": "Component[]"
|
|
6642
6658
|
}
|
|
6643
6659
|
}
|
|
6644
6660
|
]
|
|
@@ -6682,21 +6698,39 @@
|
|
|
6682
6698
|
}
|
|
6683
6699
|
}
|
|
6684
6700
|
],
|
|
6701
|
+
"events": [
|
|
6702
|
+
{
|
|
6703
|
+
"name": "bounds-change",
|
|
6704
|
+
"type": {
|
|
6705
|
+
"text": "CustomEvent"
|
|
6706
|
+
}
|
|
6707
|
+
},
|
|
6708
|
+
{
|
|
6709
|
+
"name": "property-change",
|
|
6710
|
+
"type": {
|
|
6711
|
+
"text": "CustomEvent"
|
|
6712
|
+
},
|
|
6713
|
+
"inheritedFrom": {
|
|
6714
|
+
"name": "AbstractProperty",
|
|
6715
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6716
|
+
}
|
|
6717
|
+
}
|
|
6718
|
+
],
|
|
6685
6719
|
"attributes": [
|
|
6686
6720
|
{
|
|
6687
6721
|
"name": "value",
|
|
6688
6722
|
"type": {
|
|
6689
|
-
"text": "
|
|
6723
|
+
"text": "Properties | undefined"
|
|
6690
6724
|
},
|
|
6691
6725
|
"fieldName": "value"
|
|
6692
6726
|
},
|
|
6693
6727
|
{
|
|
6694
|
-
"name": "
|
|
6728
|
+
"name": "bounds",
|
|
6695
6729
|
"type": {
|
|
6696
|
-
"text": "
|
|
6730
|
+
"text": "BOUNDS | null"
|
|
6697
6731
|
},
|
|
6698
6732
|
"default": "null",
|
|
6699
|
-
"fieldName": "
|
|
6733
|
+
"fieldName": "bounds"
|
|
6700
6734
|
},
|
|
6701
6735
|
{
|
|
6702
6736
|
"name": "selected",
|
|
@@ -6705,55 +6739,21 @@
|
|
|
6705
6739
|
},
|
|
6706
6740
|
"default": "[]",
|
|
6707
6741
|
"fieldName": "selected"
|
|
6708
|
-
},
|
|
6709
|
-
{
|
|
6710
|
-
"name": "props",
|
|
6711
|
-
"type": {
|
|
6712
|
-
"text": "any[]"
|
|
6713
|
-
},
|
|
6714
|
-
"default": "[]",
|
|
6715
|
-
"fieldName": "props"
|
|
6716
|
-
},
|
|
6717
|
-
{
|
|
6718
|
-
"name": "propertyEditor",
|
|
6719
|
-
"type": {
|
|
6720
|
-
"text": "any[]"
|
|
6721
|
-
},
|
|
6722
|
-
"default": "[]",
|
|
6723
|
-
"fieldName": "propertyEditor"
|
|
6724
|
-
}
|
|
6725
|
-
],
|
|
6726
|
-
"mixins": [
|
|
6727
|
-
{
|
|
6728
|
-
"name": "ScopedElementsMixin",
|
|
6729
|
-
"package": "@open-wc/scoped-elements"
|
|
6730
6742
|
}
|
|
6731
6743
|
],
|
|
6732
6744
|
"superclass": {
|
|
6733
6745
|
"name": "AbstractProperty",
|
|
6734
6746
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6735
|
-
}
|
|
6736
|
-
"events": [
|
|
6737
|
-
{
|
|
6738
|
-
"name": "property-change",
|
|
6739
|
-
"type": {
|
|
6740
|
-
"text": "CustomEvent"
|
|
6741
|
-
},
|
|
6742
|
-
"inheritedFrom": {
|
|
6743
|
-
"name": "AbstractProperty",
|
|
6744
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6745
|
-
}
|
|
6746
|
-
}
|
|
6747
|
-
]
|
|
6747
|
+
}
|
|
6748
6748
|
}
|
|
6749
6749
|
],
|
|
6750
6750
|
"exports": [
|
|
6751
6751
|
{
|
|
6752
6752
|
"kind": "js",
|
|
6753
|
-
"name": "
|
|
6753
|
+
"name": "PropertyShapes",
|
|
6754
6754
|
"declaration": {
|
|
6755
|
-
"name": "
|
|
6756
|
-
"module": "src/modeller/property-sidebar/
|
|
6755
|
+
"name": "PropertyShapes",
|
|
6756
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6757
6757
|
}
|
|
6758
6758
|
}
|
|
6759
6759
|
]
|