@fmsim/board 1.0.76 → 1.0.77
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
|
@@ -7133,202 +7133,72 @@
|
|
|
7133
7133
|
},
|
|
7134
7134
|
{
|
|
7135
7135
|
"kind": "javascript-module",
|
|
7136
|
-
"path": "src/modeller/property-sidebar/
|
|
7137
|
-
"declarations": [
|
|
7138
|
-
{
|
|
7139
|
-
"kind": "variable",
|
|
7140
|
-
"name": "BoxPaddingEditorStyles",
|
|
7141
|
-
"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; } `"
|
|
7142
|
-
}
|
|
7143
|
-
],
|
|
7144
|
-
"exports": [
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "js",
|
|
7147
|
-
"name": "BoxPaddingEditorStyles",
|
|
7148
|
-
"declaration": {
|
|
7149
|
-
"name": "BoxPaddingEditorStyles",
|
|
7150
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7151
|
-
}
|
|
7152
|
-
}
|
|
7153
|
-
]
|
|
7154
|
-
},
|
|
7155
|
-
{
|
|
7156
|
-
"kind": "javascript-module",
|
|
7157
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7136
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
7158
7137
|
"declarations": [
|
|
7159
7138
|
{
|
|
7160
7139
|
"kind": "class",
|
|
7161
7140
|
"description": "",
|
|
7162
|
-
"name": "
|
|
7141
|
+
"name": "SpecificPropertiesBuilder",
|
|
7163
7142
|
"members": [
|
|
7164
7143
|
{
|
|
7165
7144
|
"kind": "field",
|
|
7166
7145
|
"name": "value",
|
|
7167
7146
|
"type": {
|
|
7168
|
-
"text": "
|
|
7147
|
+
"text": "any"
|
|
7169
7148
|
},
|
|
7170
7149
|
"attribute": "value"
|
|
7171
7150
|
},
|
|
7172
7151
|
{
|
|
7173
7152
|
"kind": "field",
|
|
7174
|
-
"name": "
|
|
7153
|
+
"name": "props",
|
|
7175
7154
|
"type": {
|
|
7176
|
-
"text": "
|
|
7155
|
+
"text": "any[]"
|
|
7177
7156
|
},
|
|
7178
|
-
"default": "
|
|
7179
|
-
"attribute": "
|
|
7157
|
+
"default": "[]",
|
|
7158
|
+
"attribute": "props"
|
|
7180
7159
|
},
|
|
7181
7160
|
{
|
|
7182
7161
|
"kind": "field",
|
|
7183
|
-
"name": "
|
|
7162
|
+
"name": "propertyEditor",
|
|
7184
7163
|
"type": {
|
|
7185
|
-
"text": "
|
|
7164
|
+
"text": "any"
|
|
7186
7165
|
},
|
|
7187
|
-
"
|
|
7188
|
-
"attribute": "selected"
|
|
7189
|
-
},
|
|
7190
|
-
{
|
|
7191
|
-
"kind": "method",
|
|
7192
|
-
"name": "_onValueChange",
|
|
7193
|
-
"parameters": [
|
|
7194
|
-
{
|
|
7195
|
-
"name": "e",
|
|
7196
|
-
"type": {
|
|
7197
|
-
"text": "Event"
|
|
7198
|
-
}
|
|
7199
|
-
}
|
|
7200
|
-
],
|
|
7201
|
-
"inheritedFrom": {
|
|
7202
|
-
"name": "AbstractProperty",
|
|
7203
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7204
|
-
}
|
|
7205
|
-
},
|
|
7206
|
-
{
|
|
7207
|
-
"kind": "method",
|
|
7208
|
-
"name": "_hasTextProperty",
|
|
7209
|
-
"parameters": [
|
|
7210
|
-
{
|
|
7211
|
-
"name": "selected",
|
|
7212
|
-
"type": {
|
|
7213
|
-
"text": "Component[]"
|
|
7214
|
-
}
|
|
7215
|
-
}
|
|
7216
|
-
]
|
|
7217
|
-
},
|
|
7218
|
-
{
|
|
7219
|
-
"kind": "method",
|
|
7220
|
-
"name": "_hasProperties",
|
|
7221
|
-
"parameters": [
|
|
7222
|
-
{
|
|
7223
|
-
"name": "selected",
|
|
7224
|
-
"type": {
|
|
7225
|
-
"text": "Component[]"
|
|
7226
|
-
}
|
|
7227
|
-
}
|
|
7228
|
-
]
|
|
7229
|
-
},
|
|
7230
|
-
{
|
|
7231
|
-
"kind": "method",
|
|
7232
|
-
"name": "_isIdentifiable",
|
|
7233
|
-
"parameters": [
|
|
7234
|
-
{
|
|
7235
|
-
"name": "selected",
|
|
7236
|
-
"type": {
|
|
7237
|
-
"text": "Component[]"
|
|
7238
|
-
}
|
|
7239
|
-
}
|
|
7240
|
-
]
|
|
7166
|
+
"attribute": "propertyEditor"
|
|
7241
7167
|
},
|
|
7242
7168
|
{
|
|
7243
7169
|
"kind": "method",
|
|
7244
|
-
"name": "
|
|
7170
|
+
"name": "_onPropsChanged",
|
|
7245
7171
|
"parameters": [
|
|
7246
7172
|
{
|
|
7247
|
-
"name": "
|
|
7173
|
+
"name": "props",
|
|
7248
7174
|
"type": {
|
|
7249
|
-
"text": "
|
|
7175
|
+
"text": "any[]"
|
|
7250
7176
|
}
|
|
7251
7177
|
}
|
|
7252
7178
|
]
|
|
7253
7179
|
},
|
|
7254
7180
|
{
|
|
7255
7181
|
"kind": "method",
|
|
7256
|
-
"name": "
|
|
7257
|
-
"parameters": [
|
|
7258
|
-
{
|
|
7259
|
-
"name": "selected",
|
|
7260
|
-
"type": {
|
|
7261
|
-
"text": "Component[]"
|
|
7262
|
-
}
|
|
7263
|
-
}
|
|
7264
|
-
]
|
|
7182
|
+
"name": "_setValues"
|
|
7265
7183
|
},
|
|
7266
7184
|
{
|
|
7267
7185
|
"kind": "method",
|
|
7268
|
-
"name": "
|
|
7186
|
+
"name": "_onValueChanged",
|
|
7269
7187
|
"parameters": [
|
|
7270
7188
|
{
|
|
7271
|
-
"name": "
|
|
7189
|
+
"name": "e",
|
|
7272
7190
|
"type": {
|
|
7273
|
-
"text": "
|
|
7191
|
+
"text": "Event"
|
|
7274
7192
|
}
|
|
7275
7193
|
}
|
|
7276
7194
|
]
|
|
7277
|
-
},
|
|
7278
|
-
{
|
|
7279
|
-
"kind": "method",
|
|
7280
|
-
"name": "_getValueFromEventTarget",
|
|
7281
|
-
"parameters": [
|
|
7282
|
-
{
|
|
7283
|
-
"name": "element",
|
|
7284
|
-
"type": {
|
|
7285
|
-
"text": "HTMLElement"
|
|
7286
|
-
}
|
|
7287
|
-
}
|
|
7288
|
-
],
|
|
7289
|
-
"inheritedFrom": {
|
|
7290
|
-
"name": "AbstractProperty",
|
|
7291
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7292
|
-
}
|
|
7293
|
-
},
|
|
7294
|
-
{
|
|
7295
|
-
"kind": "method",
|
|
7296
|
-
"name": "_onAfterValueChange",
|
|
7297
|
-
"parameters": [
|
|
7298
|
-
{
|
|
7299
|
-
"name": "key",
|
|
7300
|
-
"type": {
|
|
7301
|
-
"text": "string"
|
|
7302
|
-
}
|
|
7303
|
-
},
|
|
7304
|
-
{
|
|
7305
|
-
"name": "value",
|
|
7306
|
-
"type": {
|
|
7307
|
-
"text": "any"
|
|
7308
|
-
}
|
|
7309
|
-
}
|
|
7310
|
-
],
|
|
7311
|
-
"inheritedFrom": {
|
|
7312
|
-
"name": "AbstractProperty",
|
|
7313
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7314
|
-
}
|
|
7315
7195
|
}
|
|
7316
7196
|
],
|
|
7317
7197
|
"events": [
|
|
7318
|
-
{
|
|
7319
|
-
"name": "bounds-change",
|
|
7320
|
-
"type": {
|
|
7321
|
-
"text": "CustomEvent"
|
|
7322
|
-
}
|
|
7323
|
-
},
|
|
7324
7198
|
{
|
|
7325
7199
|
"name": "property-change",
|
|
7326
7200
|
"type": {
|
|
7327
7201
|
"text": "CustomEvent"
|
|
7328
|
-
},
|
|
7329
|
-
"inheritedFrom": {
|
|
7330
|
-
"name": "AbstractProperty",
|
|
7331
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7332
7202
|
}
|
|
7333
7203
|
}
|
|
7334
7204
|
],
|
|
@@ -7336,52 +7206,52 @@
|
|
|
7336
7206
|
{
|
|
7337
7207
|
"name": "value",
|
|
7338
7208
|
"type": {
|
|
7339
|
-
"text": "
|
|
7209
|
+
"text": "any"
|
|
7340
7210
|
},
|
|
7341
7211
|
"fieldName": "value"
|
|
7342
7212
|
},
|
|
7343
7213
|
{
|
|
7344
|
-
"name": "
|
|
7214
|
+
"name": "props",
|
|
7345
7215
|
"type": {
|
|
7346
|
-
"text": "
|
|
7216
|
+
"text": "any[]"
|
|
7347
7217
|
},
|
|
7348
|
-
"default": "
|
|
7349
|
-
"fieldName": "
|
|
7218
|
+
"default": "[]",
|
|
7219
|
+
"fieldName": "props"
|
|
7350
7220
|
},
|
|
7351
7221
|
{
|
|
7352
|
-
"name": "
|
|
7222
|
+
"name": "propertyEditor",
|
|
7353
7223
|
"type": {
|
|
7354
|
-
"text": "
|
|
7224
|
+
"text": "any"
|
|
7355
7225
|
},
|
|
7356
|
-
"
|
|
7357
|
-
"fieldName": "selected"
|
|
7226
|
+
"fieldName": "propertyEditor"
|
|
7358
7227
|
}
|
|
7359
7228
|
],
|
|
7360
7229
|
"superclass": {
|
|
7361
|
-
"name": "
|
|
7362
|
-
"
|
|
7363
|
-
}
|
|
7230
|
+
"name": "LitElement",
|
|
7231
|
+
"package": "lit"
|
|
7232
|
+
},
|
|
7233
|
+
"customElement": true
|
|
7364
7234
|
}
|
|
7365
7235
|
],
|
|
7366
7236
|
"exports": [
|
|
7367
7237
|
{
|
|
7368
7238
|
"kind": "js",
|
|
7369
|
-
"name": "
|
|
7239
|
+
"name": "SpecificPropertiesBuilder",
|
|
7370
7240
|
"declaration": {
|
|
7371
|
-
"name": "
|
|
7372
|
-
"module": "src/modeller/property-sidebar/
|
|
7241
|
+
"name": "SpecificPropertiesBuilder",
|
|
7242
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
7373
7243
|
}
|
|
7374
7244
|
}
|
|
7375
7245
|
]
|
|
7376
7246
|
},
|
|
7377
7247
|
{
|
|
7378
7248
|
"kind": "javascript-module",
|
|
7379
|
-
"path": "src/modeller/property-sidebar/
|
|
7249
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
7380
7250
|
"declarations": [
|
|
7381
7251
|
{
|
|
7382
7252
|
"kind": "class",
|
|
7383
7253
|
"description": "",
|
|
7384
|
-
"name": "
|
|
7254
|
+
"name": "PropertySpecific",
|
|
7385
7255
|
"members": [
|
|
7386
7256
|
{
|
|
7387
7257
|
"kind": "field",
|
|
@@ -7389,9 +7259,17 @@
|
|
|
7389
7259
|
"type": {
|
|
7390
7260
|
"text": "any"
|
|
7391
7261
|
},
|
|
7392
|
-
"default": "{}",
|
|
7393
7262
|
"attribute": "value"
|
|
7394
7263
|
},
|
|
7264
|
+
{
|
|
7265
|
+
"kind": "field",
|
|
7266
|
+
"name": "scene",
|
|
7267
|
+
"type": {
|
|
7268
|
+
"text": "Scene | null"
|
|
7269
|
+
},
|
|
7270
|
+
"default": "null",
|
|
7271
|
+
"attribute": "scene"
|
|
7272
|
+
},
|
|
7395
7273
|
{
|
|
7396
7274
|
"kind": "field",
|
|
7397
7275
|
"name": "selected",
|
|
@@ -7403,24 +7281,55 @@
|
|
|
7403
7281
|
},
|
|
7404
7282
|
{
|
|
7405
7283
|
"kind": "field",
|
|
7406
|
-
"name": "
|
|
7284
|
+
"name": "props",
|
|
7407
7285
|
"type": {
|
|
7408
7286
|
"text": "any[]"
|
|
7409
7287
|
},
|
|
7410
7288
|
"default": "[]",
|
|
7411
|
-
"attribute": "
|
|
7289
|
+
"attribute": "props"
|
|
7412
7290
|
},
|
|
7413
7291
|
{
|
|
7414
7292
|
"kind": "field",
|
|
7415
|
-
"name": "
|
|
7293
|
+
"name": "propertyEditor",
|
|
7416
7294
|
"type": {
|
|
7417
|
-
"text": "
|
|
7295
|
+
"text": "any[]"
|
|
7418
7296
|
},
|
|
7419
|
-
"default": "
|
|
7297
|
+
"default": "[]",
|
|
7298
|
+
"attribute": "propertyEditor"
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"kind": "field",
|
|
7302
|
+
"name": "boundINeedSelected",
|
|
7303
|
+
"type": {
|
|
7304
|
+
"text": "any"
|
|
7305
|
+
},
|
|
7306
|
+
"privacy": "private"
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"kind": "field",
|
|
7310
|
+
"name": "scopedElements",
|
|
7311
|
+
"static": true,
|
|
7312
|
+
"readonly": true
|
|
7420
7313
|
},
|
|
7421
7314
|
{
|
|
7422
7315
|
"kind": "method",
|
|
7423
|
-
"name": "
|
|
7316
|
+
"name": "_onValueChange",
|
|
7317
|
+
"parameters": [
|
|
7318
|
+
{
|
|
7319
|
+
"name": "e",
|
|
7320
|
+
"type": {
|
|
7321
|
+
"text": "Event"
|
|
7322
|
+
}
|
|
7323
|
+
}
|
|
7324
|
+
],
|
|
7325
|
+
"inheritedFrom": {
|
|
7326
|
+
"name": "AbstractProperty",
|
|
7327
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
{
|
|
7331
|
+
"kind": "method",
|
|
7332
|
+
"name": "_isIdentifiable",
|
|
7424
7333
|
"parameters": [
|
|
7425
7334
|
{
|
|
7426
7335
|
"name": "selected",
|
|
@@ -7432,19 +7341,27 @@
|
|
|
7432
7341
|
},
|
|
7433
7342
|
{
|
|
7434
7343
|
"kind": "method",
|
|
7435
|
-
"name": "
|
|
7344
|
+
"name": "_hasTextProperty",
|
|
7345
|
+
"parameters": [
|
|
7346
|
+
{
|
|
7347
|
+
"name": "selected",
|
|
7348
|
+
"type": {
|
|
7349
|
+
"text": "Component[]"
|
|
7350
|
+
}
|
|
7351
|
+
}
|
|
7352
|
+
]
|
|
7353
|
+
},
|
|
7354
|
+
{
|
|
7355
|
+
"kind": "method",
|
|
7356
|
+
"name": "_onINeedSelected",
|
|
7436
7357
|
"parameters": [
|
|
7437
7358
|
{
|
|
7438
7359
|
"name": "e",
|
|
7439
7360
|
"type": {
|
|
7440
|
-
"text": "
|
|
7361
|
+
"text": "CustomEvent"
|
|
7441
7362
|
}
|
|
7442
7363
|
}
|
|
7443
|
-
]
|
|
7444
|
-
"inheritedFrom": {
|
|
7445
|
-
"name": "AbstractProperty",
|
|
7446
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7447
|
-
}
|
|
7364
|
+
]
|
|
7448
7365
|
},
|
|
7449
7366
|
{
|
|
7450
7367
|
"kind": "method",
|
|
@@ -7491,9 +7408,16 @@
|
|
|
7491
7408
|
"type": {
|
|
7492
7409
|
"text": "any"
|
|
7493
7410
|
},
|
|
7494
|
-
"default": "{}",
|
|
7495
7411
|
"fieldName": "value"
|
|
7496
7412
|
},
|
|
7413
|
+
{
|
|
7414
|
+
"name": "scene",
|
|
7415
|
+
"type": {
|
|
7416
|
+
"text": "Scene | null"
|
|
7417
|
+
},
|
|
7418
|
+
"default": "null",
|
|
7419
|
+
"fieldName": "scene"
|
|
7420
|
+
},
|
|
7497
7421
|
{
|
|
7498
7422
|
"name": "selected",
|
|
7499
7423
|
"type": {
|
|
@@ -7503,17 +7427,31 @@
|
|
|
7503
7427
|
"fieldName": "selected"
|
|
7504
7428
|
},
|
|
7505
7429
|
{
|
|
7506
|
-
"name": "
|
|
7430
|
+
"name": "props",
|
|
7507
7431
|
"type": {
|
|
7508
7432
|
"text": "any[]"
|
|
7509
7433
|
},
|
|
7510
7434
|
"default": "[]",
|
|
7511
|
-
"fieldName": "
|
|
7435
|
+
"fieldName": "props"
|
|
7436
|
+
},
|
|
7437
|
+
{
|
|
7438
|
+
"name": "propertyEditor",
|
|
7439
|
+
"type": {
|
|
7440
|
+
"text": "any[]"
|
|
7441
|
+
},
|
|
7442
|
+
"default": "[]",
|
|
7443
|
+
"fieldName": "propertyEditor"
|
|
7444
|
+
}
|
|
7445
|
+
],
|
|
7446
|
+
"mixins": [
|
|
7447
|
+
{
|
|
7448
|
+
"name": "ScopedElementsMixin",
|
|
7449
|
+
"package": "@open-wc/scoped-elements"
|
|
7512
7450
|
}
|
|
7513
7451
|
],
|
|
7514
7452
|
"superclass": {
|
|
7515
7453
|
"name": "AbstractProperty",
|
|
7516
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
7454
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7517
7455
|
},
|
|
7518
7456
|
"events": [
|
|
7519
7457
|
{
|
|
@@ -7532,22 +7470,22 @@
|
|
|
7532
7470
|
"exports": [
|
|
7533
7471
|
{
|
|
7534
7472
|
"kind": "js",
|
|
7535
|
-
"name": "
|
|
7473
|
+
"name": "PropertySpecific",
|
|
7536
7474
|
"declaration": {
|
|
7537
|
-
"name": "
|
|
7538
|
-
"module": "src/modeller/property-sidebar/
|
|
7475
|
+
"name": "PropertySpecific",
|
|
7476
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
7539
7477
|
}
|
|
7540
7478
|
}
|
|
7541
7479
|
]
|
|
7542
7480
|
},
|
|
7543
7481
|
{
|
|
7544
7482
|
"kind": "javascript-module",
|
|
7545
|
-
"path": "src/modeller/property-sidebar/
|
|
7483
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
7546
7484
|
"declarations": [
|
|
7547
7485
|
{
|
|
7548
7486
|
"kind": "class",
|
|
7549
7487
|
"description": "",
|
|
7550
|
-
"name": "
|
|
7488
|
+
"name": "PropertyStyles",
|
|
7551
7489
|
"members": [
|
|
7552
7490
|
{
|
|
7553
7491
|
"kind": "field",
|
|
@@ -7555,59 +7493,99 @@
|
|
|
7555
7493
|
"type": {
|
|
7556
7494
|
"text": "any"
|
|
7557
7495
|
},
|
|
7496
|
+
"default": "{}",
|
|
7558
7497
|
"attribute": "value"
|
|
7559
7498
|
},
|
|
7560
7499
|
{
|
|
7561
7500
|
"kind": "field",
|
|
7562
|
-
"name": "
|
|
7501
|
+
"name": "selected",
|
|
7502
|
+
"type": {
|
|
7503
|
+
"text": "Component[]"
|
|
7504
|
+
},
|
|
7505
|
+
"default": "[]",
|
|
7506
|
+
"attribute": "selected"
|
|
7507
|
+
},
|
|
7508
|
+
{
|
|
7509
|
+
"kind": "field",
|
|
7510
|
+
"name": "fonts",
|
|
7563
7511
|
"type": {
|
|
7564
7512
|
"text": "any[]"
|
|
7565
7513
|
},
|
|
7566
7514
|
"default": "[]",
|
|
7567
|
-
"attribute": "
|
|
7515
|
+
"attribute": "fonts"
|
|
7568
7516
|
},
|
|
7569
7517
|
{
|
|
7570
7518
|
"kind": "field",
|
|
7571
|
-
"name": "
|
|
7519
|
+
"name": "fontAvailable",
|
|
7572
7520
|
"type": {
|
|
7573
|
-
"text": "
|
|
7521
|
+
"text": "boolean"
|
|
7574
7522
|
},
|
|
7575
|
-
"
|
|
7523
|
+
"default": "false"
|
|
7524
|
+
},
|
|
7525
|
+
{
|
|
7526
|
+
"kind": "method",
|
|
7527
|
+
"name": "_isLine",
|
|
7528
|
+
"parameters": [
|
|
7529
|
+
{
|
|
7530
|
+
"name": "selected",
|
|
7531
|
+
"type": {
|
|
7532
|
+
"text": "Component[]"
|
|
7533
|
+
}
|
|
7534
|
+
}
|
|
7535
|
+
]
|
|
7536
|
+
},
|
|
7537
|
+
{
|
|
7538
|
+
"kind": "method",
|
|
7539
|
+
"name": "_onValueChange",
|
|
7540
|
+
"parameters": [
|
|
7541
|
+
{
|
|
7542
|
+
"name": "e",
|
|
7543
|
+
"type": {
|
|
7544
|
+
"text": "Event"
|
|
7545
|
+
}
|
|
7546
|
+
}
|
|
7547
|
+
],
|
|
7548
|
+
"inheritedFrom": {
|
|
7549
|
+
"name": "AbstractProperty",
|
|
7550
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7551
|
+
}
|
|
7576
7552
|
},
|
|
7577
7553
|
{
|
|
7578
7554
|
"kind": "method",
|
|
7579
|
-
"name": "
|
|
7555
|
+
"name": "_getValueFromEventTarget",
|
|
7580
7556
|
"parameters": [
|
|
7581
7557
|
{
|
|
7582
|
-
"name": "
|
|
7558
|
+
"name": "element",
|
|
7583
7559
|
"type": {
|
|
7584
|
-
"text": "
|
|
7560
|
+
"text": "HTMLElement"
|
|
7585
7561
|
}
|
|
7586
7562
|
}
|
|
7587
|
-
]
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
|
|
7563
|
+
],
|
|
7564
|
+
"inheritedFrom": {
|
|
7565
|
+
"name": "AbstractProperty",
|
|
7566
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7567
|
+
}
|
|
7592
7568
|
},
|
|
7593
7569
|
{
|
|
7594
7570
|
"kind": "method",
|
|
7595
|
-
"name": "
|
|
7571
|
+
"name": "_onAfterValueChange",
|
|
7596
7572
|
"parameters": [
|
|
7597
7573
|
{
|
|
7598
|
-
"name": "
|
|
7574
|
+
"name": "key",
|
|
7599
7575
|
"type": {
|
|
7600
|
-
"text": "
|
|
7576
|
+
"text": "string"
|
|
7577
|
+
}
|
|
7578
|
+
},
|
|
7579
|
+
{
|
|
7580
|
+
"name": "value",
|
|
7581
|
+
"type": {
|
|
7582
|
+
"text": "any"
|
|
7601
7583
|
}
|
|
7602
7584
|
}
|
|
7603
|
-
]
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
{
|
|
7608
|
-
"name": "property-change",
|
|
7609
|
-
"type": {
|
|
7610
|
-
"text": "CustomEvent"
|
|
7585
|
+
],
|
|
7586
|
+
"inheritedFrom": {
|
|
7587
|
+
"name": "AbstractProperty",
|
|
7588
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7611
7589
|
}
|
|
7612
7590
|
}
|
|
7613
7591
|
],
|
|
@@ -7617,67 +7595,101 @@
|
|
|
7617
7595
|
"type": {
|
|
7618
7596
|
"text": "any"
|
|
7619
7597
|
},
|
|
7598
|
+
"default": "{}",
|
|
7620
7599
|
"fieldName": "value"
|
|
7621
7600
|
},
|
|
7622
7601
|
{
|
|
7623
|
-
"name": "
|
|
7602
|
+
"name": "selected",
|
|
7624
7603
|
"type": {
|
|
7625
|
-
"text": "
|
|
7604
|
+
"text": "Component[]"
|
|
7626
7605
|
},
|
|
7627
7606
|
"default": "[]",
|
|
7628
|
-
"fieldName": "
|
|
7607
|
+
"fieldName": "selected"
|
|
7629
7608
|
},
|
|
7630
7609
|
{
|
|
7631
|
-
"name": "
|
|
7610
|
+
"name": "fonts",
|
|
7632
7611
|
"type": {
|
|
7633
|
-
"text": "any"
|
|
7612
|
+
"text": "any[]"
|
|
7634
7613
|
},
|
|
7635
|
-
"
|
|
7614
|
+
"default": "[]",
|
|
7615
|
+
"fieldName": "fonts"
|
|
7636
7616
|
}
|
|
7637
7617
|
],
|
|
7638
7618
|
"superclass": {
|
|
7639
|
-
"name": "
|
|
7640
|
-
"
|
|
7619
|
+
"name": "AbstractProperty",
|
|
7620
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7641
7621
|
},
|
|
7642
|
-
"
|
|
7622
|
+
"events": [
|
|
7623
|
+
{
|
|
7624
|
+
"name": "property-change",
|
|
7625
|
+
"type": {
|
|
7626
|
+
"text": "CustomEvent"
|
|
7627
|
+
},
|
|
7628
|
+
"inheritedFrom": {
|
|
7629
|
+
"name": "AbstractProperty",
|
|
7630
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7631
|
+
}
|
|
7632
|
+
}
|
|
7633
|
+
]
|
|
7643
7634
|
}
|
|
7644
7635
|
],
|
|
7645
7636
|
"exports": [
|
|
7646
7637
|
{
|
|
7647
7638
|
"kind": "js",
|
|
7648
|
-
"name": "
|
|
7639
|
+
"name": "PropertyStyles",
|
|
7649
7640
|
"declaration": {
|
|
7650
|
-
"name": "
|
|
7651
|
-
"module": "src/modeller/property-sidebar/
|
|
7641
|
+
"name": "PropertyStyles",
|
|
7642
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7652
7643
|
}
|
|
7653
7644
|
}
|
|
7654
7645
|
]
|
|
7655
7646
|
},
|
|
7656
7647
|
{
|
|
7657
7648
|
"kind": "javascript-module",
|
|
7658
|
-
"path": "src/modeller/property-sidebar/
|
|
7649
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7650
|
+
"declarations": [
|
|
7651
|
+
{
|
|
7652
|
+
"kind": "variable",
|
|
7653
|
+
"name": "BoxPaddingEditorStyles",
|
|
7654
|
+
"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; } `"
|
|
7655
|
+
}
|
|
7656
|
+
],
|
|
7657
|
+
"exports": [
|
|
7658
|
+
{
|
|
7659
|
+
"kind": "js",
|
|
7660
|
+
"name": "BoxPaddingEditorStyles",
|
|
7661
|
+
"declaration": {
|
|
7662
|
+
"name": "BoxPaddingEditorStyles",
|
|
7663
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7664
|
+
}
|
|
7665
|
+
}
|
|
7666
|
+
]
|
|
7667
|
+
},
|
|
7668
|
+
{
|
|
7669
|
+
"kind": "javascript-module",
|
|
7670
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7659
7671
|
"declarations": [
|
|
7660
7672
|
{
|
|
7661
7673
|
"kind": "class",
|
|
7662
7674
|
"description": "",
|
|
7663
|
-
"name": "
|
|
7675
|
+
"name": "PropertyShapes",
|
|
7664
7676
|
"members": [
|
|
7665
7677
|
{
|
|
7666
7678
|
"kind": "field",
|
|
7667
7679
|
"name": "value",
|
|
7668
7680
|
"type": {
|
|
7669
|
-
"text": "
|
|
7681
|
+
"text": "Properties | undefined"
|
|
7670
7682
|
},
|
|
7671
7683
|
"attribute": "value"
|
|
7672
7684
|
},
|
|
7673
7685
|
{
|
|
7674
7686
|
"kind": "field",
|
|
7675
|
-
"name": "
|
|
7687
|
+
"name": "bounds",
|
|
7676
7688
|
"type": {
|
|
7677
|
-
"text": "
|
|
7689
|
+
"text": "BOUNDS | null"
|
|
7678
7690
|
},
|
|
7679
7691
|
"default": "null",
|
|
7680
|
-
"attribute": "
|
|
7692
|
+
"attribute": "bounds"
|
|
7681
7693
|
},
|
|
7682
7694
|
{
|
|
7683
7695
|
"kind": "field",
|
|
@@ -7688,38 +7700,6 @@
|
|
|
7688
7700
|
"default": "[]",
|
|
7689
7701
|
"attribute": "selected"
|
|
7690
7702
|
},
|
|
7691
|
-
{
|
|
7692
|
-
"kind": "field",
|
|
7693
|
-
"name": "props",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "any[]"
|
|
7696
|
-
},
|
|
7697
|
-
"default": "[]",
|
|
7698
|
-
"attribute": "props"
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"kind": "field",
|
|
7702
|
-
"name": "propertyEditor",
|
|
7703
|
-
"type": {
|
|
7704
|
-
"text": "any[]"
|
|
7705
|
-
},
|
|
7706
|
-
"default": "[]",
|
|
7707
|
-
"attribute": "propertyEditor"
|
|
7708
|
-
},
|
|
7709
|
-
{
|
|
7710
|
-
"kind": "field",
|
|
7711
|
-
"name": "boundINeedSelected",
|
|
7712
|
-
"type": {
|
|
7713
|
-
"text": "any"
|
|
7714
|
-
},
|
|
7715
|
-
"privacy": "private"
|
|
7716
|
-
},
|
|
7717
|
-
{
|
|
7718
|
-
"kind": "field",
|
|
7719
|
-
"name": "scopedElements",
|
|
7720
|
-
"static": true,
|
|
7721
|
-
"readonly": true
|
|
7722
|
-
},
|
|
7723
7703
|
{
|
|
7724
7704
|
"kind": "method",
|
|
7725
7705
|
"name": "_onValueChange",
|
|
@@ -7736,6 +7716,30 @@
|
|
|
7736
7716
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7737
7717
|
}
|
|
7738
7718
|
},
|
|
7719
|
+
{
|
|
7720
|
+
"kind": "method",
|
|
7721
|
+
"name": "_hasTextProperty",
|
|
7722
|
+
"parameters": [
|
|
7723
|
+
{
|
|
7724
|
+
"name": "selected",
|
|
7725
|
+
"type": {
|
|
7726
|
+
"text": "Component[]"
|
|
7727
|
+
}
|
|
7728
|
+
}
|
|
7729
|
+
]
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"kind": "method",
|
|
7733
|
+
"name": "_hasProperties",
|
|
7734
|
+
"parameters": [
|
|
7735
|
+
{
|
|
7736
|
+
"name": "selected",
|
|
7737
|
+
"type": {
|
|
7738
|
+
"text": "Component[]"
|
|
7739
|
+
}
|
|
7740
|
+
}
|
|
7741
|
+
]
|
|
7742
|
+
},
|
|
7739
7743
|
{
|
|
7740
7744
|
"kind": "method",
|
|
7741
7745
|
"name": "_isIdentifiable",
|
|
@@ -7750,7 +7754,7 @@
|
|
|
7750
7754
|
},
|
|
7751
7755
|
{
|
|
7752
7756
|
"kind": "method",
|
|
7753
|
-
"name": "
|
|
7757
|
+
"name": "_isClassIdentifiable",
|
|
7754
7758
|
"parameters": [
|
|
7755
7759
|
{
|
|
7756
7760
|
"name": "selected",
|
|
@@ -7762,12 +7766,24 @@
|
|
|
7762
7766
|
},
|
|
7763
7767
|
{
|
|
7764
7768
|
"kind": "method",
|
|
7765
|
-
"name": "
|
|
7769
|
+
"name": "_isLine",
|
|
7766
7770
|
"parameters": [
|
|
7767
7771
|
{
|
|
7768
|
-
"name": "
|
|
7772
|
+
"name": "selected",
|
|
7769
7773
|
"type": {
|
|
7770
|
-
"text": "
|
|
7774
|
+
"text": "Component[]"
|
|
7775
|
+
}
|
|
7776
|
+
}
|
|
7777
|
+
]
|
|
7778
|
+
},
|
|
7779
|
+
{
|
|
7780
|
+
"kind": "method",
|
|
7781
|
+
"name": "_is3dish",
|
|
7782
|
+
"parameters": [
|
|
7783
|
+
{
|
|
7784
|
+
"name": "selected",
|
|
7785
|
+
"type": {
|
|
7786
|
+
"text": "Component[]"
|
|
7771
7787
|
}
|
|
7772
7788
|
}
|
|
7773
7789
|
]
|
|
@@ -7811,21 +7827,39 @@
|
|
|
7811
7827
|
}
|
|
7812
7828
|
}
|
|
7813
7829
|
],
|
|
7830
|
+
"events": [
|
|
7831
|
+
{
|
|
7832
|
+
"name": "bounds-change",
|
|
7833
|
+
"type": {
|
|
7834
|
+
"text": "CustomEvent"
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7837
|
+
{
|
|
7838
|
+
"name": "property-change",
|
|
7839
|
+
"type": {
|
|
7840
|
+
"text": "CustomEvent"
|
|
7841
|
+
},
|
|
7842
|
+
"inheritedFrom": {
|
|
7843
|
+
"name": "AbstractProperty",
|
|
7844
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7845
|
+
}
|
|
7846
|
+
}
|
|
7847
|
+
],
|
|
7814
7848
|
"attributes": [
|
|
7815
7849
|
{
|
|
7816
7850
|
"name": "value",
|
|
7817
7851
|
"type": {
|
|
7818
|
-
"text": "
|
|
7852
|
+
"text": "Properties | undefined"
|
|
7819
7853
|
},
|
|
7820
7854
|
"fieldName": "value"
|
|
7821
7855
|
},
|
|
7822
7856
|
{
|
|
7823
|
-
"name": "
|
|
7857
|
+
"name": "bounds",
|
|
7824
7858
|
"type": {
|
|
7825
|
-
"text": "
|
|
7859
|
+
"text": "BOUNDS | null"
|
|
7826
7860
|
},
|
|
7827
7861
|
"default": "null",
|
|
7828
|
-
"fieldName": "
|
|
7862
|
+
"fieldName": "bounds"
|
|
7829
7863
|
},
|
|
7830
7864
|
{
|
|
7831
7865
|
"name": "selected",
|
|
@@ -7834,55 +7868,21 @@
|
|
|
7834
7868
|
},
|
|
7835
7869
|
"default": "[]",
|
|
7836
7870
|
"fieldName": "selected"
|
|
7837
|
-
},
|
|
7838
|
-
{
|
|
7839
|
-
"name": "props",
|
|
7840
|
-
"type": {
|
|
7841
|
-
"text": "any[]"
|
|
7842
|
-
},
|
|
7843
|
-
"default": "[]",
|
|
7844
|
-
"fieldName": "props"
|
|
7845
|
-
},
|
|
7846
|
-
{
|
|
7847
|
-
"name": "propertyEditor",
|
|
7848
|
-
"type": {
|
|
7849
|
-
"text": "any[]"
|
|
7850
|
-
},
|
|
7851
|
-
"default": "[]",
|
|
7852
|
-
"fieldName": "propertyEditor"
|
|
7853
|
-
}
|
|
7854
|
-
],
|
|
7855
|
-
"mixins": [
|
|
7856
|
-
{
|
|
7857
|
-
"name": "ScopedElementsMixin",
|
|
7858
|
-
"package": "@open-wc/scoped-elements"
|
|
7859
7871
|
}
|
|
7860
7872
|
],
|
|
7861
7873
|
"superclass": {
|
|
7862
7874
|
"name": "AbstractProperty",
|
|
7863
7875
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7864
|
-
}
|
|
7865
|
-
"events": [
|
|
7866
|
-
{
|
|
7867
|
-
"name": "property-change",
|
|
7868
|
-
"type": {
|
|
7869
|
-
"text": "CustomEvent"
|
|
7870
|
-
},
|
|
7871
|
-
"inheritedFrom": {
|
|
7872
|
-
"name": "AbstractProperty",
|
|
7873
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7874
|
-
}
|
|
7875
|
-
}
|
|
7876
|
-
]
|
|
7876
|
+
}
|
|
7877
7877
|
}
|
|
7878
7878
|
],
|
|
7879
7879
|
"exports": [
|
|
7880
7880
|
{
|
|
7881
7881
|
"kind": "js",
|
|
7882
|
-
"name": "
|
|
7882
|
+
"name": "PropertyShapes",
|
|
7883
7883
|
"declaration": {
|
|
7884
|
-
"name": "
|
|
7885
|
-
"module": "src/modeller/property-sidebar/
|
|
7884
|
+
"name": "PropertyShapes",
|
|
7885
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7886
7886
|
}
|
|
7887
7887
|
}
|
|
7888
7888
|
]
|