@fmsim/board 1.0.32 → 1.0.33
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 +1160 -1160
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -3130,62 +3130,31 @@
|
|
|
3130
3130
|
},
|
|
3131
3131
|
{
|
|
3132
3132
|
"kind": "javascript-module",
|
|
3133
|
-
"path": "src/modeller/
|
|
3133
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3134
3134
|
"declarations": [
|
|
3135
3135
|
{
|
|
3136
3136
|
"kind": "class",
|
|
3137
3137
|
"description": "",
|
|
3138
|
-
"name": "
|
|
3138
|
+
"name": "ComponentDetail",
|
|
3139
3139
|
"members": [
|
|
3140
3140
|
{
|
|
3141
|
-
"kind": "
|
|
3142
|
-
"name": "
|
|
3143
|
-
"
|
|
3144
|
-
{
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
]
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "method",
|
|
3154
|
-
"name": "_getValueFromEventTarget",
|
|
3155
|
-
"parameters": [
|
|
3156
|
-
{
|
|
3157
|
-
"name": "element",
|
|
3158
|
-
"type": {
|
|
3159
|
-
"text": "HTMLElement"
|
|
3160
|
-
}
|
|
3161
|
-
}
|
|
3162
|
-
]
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"kind": "method",
|
|
3166
|
-
"name": "_onAfterValueChange",
|
|
3167
|
-
"parameters": [
|
|
3168
|
-
{
|
|
3169
|
-
"name": "key",
|
|
3170
|
-
"type": {
|
|
3171
|
-
"text": "string"
|
|
3172
|
-
}
|
|
3173
|
-
},
|
|
3174
|
-
{
|
|
3175
|
-
"name": "value",
|
|
3176
|
-
"type": {
|
|
3177
|
-
"text": "any"
|
|
3178
|
-
}
|
|
3179
|
-
}
|
|
3180
|
-
]
|
|
3141
|
+
"kind": "field",
|
|
3142
|
+
"name": "template",
|
|
3143
|
+
"type": {
|
|
3144
|
+
"text": "{ about: string } | null"
|
|
3145
|
+
},
|
|
3146
|
+
"default": "null",
|
|
3147
|
+
"attribute": "template"
|
|
3181
3148
|
}
|
|
3182
3149
|
],
|
|
3183
|
-
"
|
|
3150
|
+
"attributes": [
|
|
3184
3151
|
{
|
|
3185
|
-
"name": "
|
|
3152
|
+
"name": "template",
|
|
3186
3153
|
"type": {
|
|
3187
|
-
"text": "
|
|
3188
|
-
}
|
|
3154
|
+
"text": "{ about: string } | null"
|
|
3155
|
+
},
|
|
3156
|
+
"default": "null",
|
|
3157
|
+
"fieldName": "template"
|
|
3189
3158
|
}
|
|
3190
3159
|
],
|
|
3191
3160
|
"superclass": {
|
|
@@ -3198,131 +3167,71 @@
|
|
|
3198
3167
|
"exports": [
|
|
3199
3168
|
{
|
|
3200
3169
|
"kind": "js",
|
|
3201
|
-
"name": "
|
|
3202
|
-
"declaration": {
|
|
3203
|
-
"name": "AbstractProperty",
|
|
3204
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
]
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"kind": "javascript-module",
|
|
3211
|
-
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3212
|
-
"declarations": [
|
|
3213
|
-
{
|
|
3214
|
-
"kind": "variable",
|
|
3215
|
-
"name": "PropertySharedStyle",
|
|
3216
|
-
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
3217
|
-
}
|
|
3218
|
-
],
|
|
3219
|
-
"exports": [
|
|
3220
|
-
{
|
|
3221
|
-
"kind": "js",
|
|
3222
|
-
"name": "PropertySharedStyle",
|
|
3170
|
+
"name": "ComponentDetail",
|
|
3223
3171
|
"declaration": {
|
|
3224
|
-
"name": "
|
|
3225
|
-
"module": "src/modeller/
|
|
3172
|
+
"name": "ComponentDetail",
|
|
3173
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3226
3174
|
}
|
|
3227
3175
|
}
|
|
3228
3176
|
]
|
|
3229
3177
|
},
|
|
3230
3178
|
{
|
|
3231
3179
|
"kind": "javascript-module",
|
|
3232
|
-
"path": "src/modeller/
|
|
3180
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3233
3181
|
"declarations": [
|
|
3234
3182
|
{
|
|
3235
3183
|
"kind": "class",
|
|
3236
3184
|
"description": "",
|
|
3237
|
-
"name": "
|
|
3185
|
+
"name": "ComponentMenu",
|
|
3238
3186
|
"members": [
|
|
3239
3187
|
{
|
|
3240
3188
|
"kind": "field",
|
|
3241
|
-
"name": "
|
|
3242
|
-
"type": {
|
|
3243
|
-
"text": "Scene | null"
|
|
3244
|
-
},
|
|
3245
|
-
"default": "null",
|
|
3246
|
-
"attribute": "scene"
|
|
3247
|
-
},
|
|
3248
|
-
{
|
|
3249
|
-
"kind": "field",
|
|
3250
|
-
"name": "bounds",
|
|
3251
|
-
"type": {
|
|
3252
|
-
"text": "any"
|
|
3253
|
-
},
|
|
3254
|
-
"default": "{}",
|
|
3255
|
-
"attribute": "bounds"
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"kind": "field",
|
|
3259
|
-
"name": "model",
|
|
3260
|
-
"type": {
|
|
3261
|
-
"text": "Model | null"
|
|
3262
|
-
},
|
|
3263
|
-
"default": "{}",
|
|
3264
|
-
"attribute": "model"
|
|
3265
|
-
},
|
|
3266
|
-
{
|
|
3267
|
-
"kind": "field",
|
|
3268
|
-
"name": "selected",
|
|
3189
|
+
"name": "groups",
|
|
3269
3190
|
"type": {
|
|
3270
|
-
"text": "
|
|
3191
|
+
"text": "Pallet[]"
|
|
3271
3192
|
},
|
|
3272
3193
|
"default": "[]",
|
|
3273
|
-
"attribute": "
|
|
3194
|
+
"attribute": "groups"
|
|
3274
3195
|
},
|
|
3275
3196
|
{
|
|
3276
3197
|
"kind": "field",
|
|
3277
|
-
"name": "
|
|
3198
|
+
"name": "scene",
|
|
3278
3199
|
"type": {
|
|
3279
|
-
"text": "
|
|
3200
|
+
"text": "Scene | null"
|
|
3280
3201
|
},
|
|
3281
|
-
"
|
|
3202
|
+
"default": "null",
|
|
3203
|
+
"attribute": "scene"
|
|
3282
3204
|
},
|
|
3283
3205
|
{
|
|
3284
3206
|
"kind": "field",
|
|
3285
|
-
"name": "
|
|
3207
|
+
"name": "group",
|
|
3286
3208
|
"type": {
|
|
3287
3209
|
"text": "string | null"
|
|
3288
3210
|
},
|
|
3289
|
-
"default": "'
|
|
3290
|
-
"attribute": "
|
|
3291
|
-
},
|
|
3292
|
-
{
|
|
3293
|
-
"kind": "field",
|
|
3294
|
-
"name": "collapsed",
|
|
3295
|
-
"type": {
|
|
3296
|
-
"text": "boolean"
|
|
3297
|
-
},
|
|
3298
|
-
"default": "false",
|
|
3299
|
-
"attribute": "collapsed"
|
|
3211
|
+
"default": "''",
|
|
3212
|
+
"attribute": "group"
|
|
3300
3213
|
},
|
|
3301
3214
|
{
|
|
3302
3215
|
"kind": "field",
|
|
3303
|
-
"name": "
|
|
3216
|
+
"name": "templates",
|
|
3304
3217
|
"type": {
|
|
3305
|
-
"text": "
|
|
3218
|
+
"text": "PalletItem[]"
|
|
3306
3219
|
},
|
|
3307
|
-
"default": "[]"
|
|
3308
|
-
"attribute": "fonts"
|
|
3220
|
+
"default": "[]"
|
|
3309
3221
|
},
|
|
3310
3222
|
{
|
|
3311
3223
|
"kind": "field",
|
|
3312
|
-
"name": "
|
|
3224
|
+
"name": "template",
|
|
3313
3225
|
"type": {
|
|
3314
|
-
"text": "any
|
|
3315
|
-
}
|
|
3316
|
-
"default": "[]",
|
|
3317
|
-
"attribute": "propertyEditor"
|
|
3226
|
+
"text": "PalletItem | any"
|
|
3227
|
+
}
|
|
3318
3228
|
},
|
|
3319
3229
|
{
|
|
3320
3230
|
"kind": "field",
|
|
3321
|
-
"name": "
|
|
3231
|
+
"name": "detail",
|
|
3322
3232
|
"type": {
|
|
3323
|
-
"text": "
|
|
3324
|
-
}
|
|
3325
|
-
"default": "null"
|
|
3233
|
+
"text": "HTMLElement"
|
|
3234
|
+
}
|
|
3326
3235
|
},
|
|
3327
3236
|
{
|
|
3328
3237
|
"kind": "field",
|
|
@@ -3332,84 +3241,48 @@
|
|
|
3332
3241
|
},
|
|
3333
3242
|
{
|
|
3334
3243
|
"kind": "method",
|
|
3335
|
-
"name": "
|
|
3244
|
+
"name": "findTemplate",
|
|
3336
3245
|
"parameters": [
|
|
3337
3246
|
{
|
|
3338
|
-
"name": "
|
|
3247
|
+
"name": "type",
|
|
3339
3248
|
"type": {
|
|
3340
|
-
"text": "
|
|
3249
|
+
"text": "string | null | undefined"
|
|
3341
3250
|
}
|
|
3342
3251
|
}
|
|
3343
3252
|
]
|
|
3344
3253
|
},
|
|
3345
3254
|
{
|
|
3346
3255
|
"kind": "method",
|
|
3347
|
-
"name": "
|
|
3256
|
+
"name": "onHoverComponent",
|
|
3348
3257
|
"parameters": [
|
|
3349
3258
|
{
|
|
3350
3259
|
"name": "e",
|
|
3351
3260
|
"type": {
|
|
3352
|
-
"text": "
|
|
3353
|
-
}
|
|
3354
|
-
}
|
|
3355
|
-
]
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "method",
|
|
3359
|
-
"name": "_onChangedByScene"
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"kind": "method",
|
|
3363
|
-
"name": "_setPropertyTargetAsDefault"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"kind": "method",
|
|
3367
|
-
"name": "_onCollapsed",
|
|
3368
|
-
"parameters": [
|
|
3369
|
-
{
|
|
3370
|
-
"name": "collapsed",
|
|
3371
|
-
"type": {
|
|
3372
|
-
"text": "boolean"
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
]
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"kind": "method",
|
|
3379
|
-
"name": "_onSceneChanged"
|
|
3380
|
-
},
|
|
3381
|
-
{
|
|
3382
|
-
"kind": "method",
|
|
3383
|
-
"name": "_onSelectedChanged",
|
|
3384
|
-
"parameters": [
|
|
3385
|
-
{
|
|
3386
|
-
"name": "after",
|
|
3387
|
-
"type": {
|
|
3388
|
-
"text": "Component[]"
|
|
3261
|
+
"text": "MouseEvent"
|
|
3389
3262
|
}
|
|
3390
3263
|
}
|
|
3391
3264
|
]
|
|
3392
3265
|
},
|
|
3393
3266
|
{
|
|
3394
3267
|
"kind": "method",
|
|
3395
|
-
"name": "
|
|
3268
|
+
"name": "onClickTemplate",
|
|
3396
3269
|
"parameters": [
|
|
3397
3270
|
{
|
|
3398
|
-
"name": "
|
|
3271
|
+
"name": "e",
|
|
3399
3272
|
"type": {
|
|
3400
|
-
"text": "
|
|
3273
|
+
"text": "MouseEvent"
|
|
3401
3274
|
}
|
|
3402
3275
|
}
|
|
3403
3276
|
]
|
|
3404
3277
|
},
|
|
3405
3278
|
{
|
|
3406
3279
|
"kind": "method",
|
|
3407
|
-
"name": "
|
|
3280
|
+
"name": "templateIcon",
|
|
3408
3281
|
"parameters": [
|
|
3409
3282
|
{
|
|
3410
|
-
"name": "
|
|
3283
|
+
"name": "template",
|
|
3411
3284
|
"type": {
|
|
3412
|
-
"text": "
|
|
3285
|
+
"text": "PalletItem"
|
|
3413
3286
|
}
|
|
3414
3287
|
}
|
|
3415
3288
|
]
|
|
@@ -3417,78 +3290,31 @@
|
|
|
3417
3290
|
],
|
|
3418
3291
|
"attributes": [
|
|
3419
3292
|
{
|
|
3420
|
-
"name": "
|
|
3293
|
+
"name": "groups",
|
|
3421
3294
|
"type": {
|
|
3422
|
-
"text": "
|
|
3295
|
+
"text": "Pallet[]"
|
|
3423
3296
|
},
|
|
3424
|
-
"default": "
|
|
3425
|
-
"fieldName": "
|
|
3297
|
+
"default": "[]",
|
|
3298
|
+
"fieldName": "groups"
|
|
3426
3299
|
},
|
|
3427
3300
|
{
|
|
3428
|
-
"name": "
|
|
3301
|
+
"name": "scene",
|
|
3429
3302
|
"type": {
|
|
3430
|
-
"text": "
|
|
3303
|
+
"text": "Scene | null"
|
|
3431
3304
|
},
|
|
3432
|
-
"default": "
|
|
3433
|
-
"fieldName": "
|
|
3305
|
+
"default": "null",
|
|
3306
|
+
"fieldName": "scene"
|
|
3434
3307
|
},
|
|
3435
3308
|
{
|
|
3436
|
-
"name": "
|
|
3309
|
+
"name": "group",
|
|
3437
3310
|
"type": {
|
|
3438
|
-
"text": "
|
|
3311
|
+
"text": "string | null"
|
|
3439
3312
|
},
|
|
3440
|
-
"default": "
|
|
3441
|
-
"fieldName": "
|
|
3442
|
-
}
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "Component[]"
|
|
3447
|
-
},
|
|
3448
|
-
"default": "[]",
|
|
3449
|
-
"fieldName": "selected"
|
|
3450
|
-
},
|
|
3451
|
-
{
|
|
3452
|
-
"name": "specificProps",
|
|
3453
|
-
"type": {
|
|
3454
|
-
"text": "any"
|
|
3455
|
-
},
|
|
3456
|
-
"fieldName": "specificProps"
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"name": "tabName",
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "string | null"
|
|
3462
|
-
},
|
|
3463
|
-
"default": "'specific'",
|
|
3464
|
-
"fieldName": "tabName"
|
|
3465
|
-
},
|
|
3466
|
-
{
|
|
3467
|
-
"name": "collapsed",
|
|
3468
|
-
"type": {
|
|
3469
|
-
"text": "boolean"
|
|
3470
|
-
},
|
|
3471
|
-
"default": "false",
|
|
3472
|
-
"fieldName": "collapsed"
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"name": "fonts",
|
|
3476
|
-
"type": {
|
|
3477
|
-
"text": "any[]"
|
|
3478
|
-
},
|
|
3479
|
-
"default": "[]",
|
|
3480
|
-
"fieldName": "fonts"
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "propertyEditor",
|
|
3484
|
-
"type": {
|
|
3485
|
-
"text": "any[]"
|
|
3486
|
-
},
|
|
3487
|
-
"default": "[]",
|
|
3488
|
-
"fieldName": "propertyEditor"
|
|
3489
|
-
}
|
|
3490
|
-
],
|
|
3491
|
-
"mixins": [
|
|
3313
|
+
"default": "''",
|
|
3314
|
+
"fieldName": "group"
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"mixins": [
|
|
3492
3318
|
{
|
|
3493
3319
|
"name": "ScopedElementsMixin",
|
|
3494
3320
|
"package": "@open-wc/scoped-elements"
|
|
@@ -3504,118 +3330,95 @@
|
|
|
3504
3330
|
"exports": [
|
|
3505
3331
|
{
|
|
3506
3332
|
"kind": "js",
|
|
3507
|
-
"name": "
|
|
3333
|
+
"name": "ComponentMenu",
|
|
3508
3334
|
"declaration": {
|
|
3509
|
-
"name": "
|
|
3510
|
-
"module": "src/modeller/
|
|
3335
|
+
"name": "ComponentMenu",
|
|
3336
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3511
3337
|
}
|
|
3512
3338
|
}
|
|
3513
3339
|
]
|
|
3514
3340
|
},
|
|
3515
3341
|
{
|
|
3516
3342
|
"kind": "javascript-module",
|
|
3517
|
-
"path": "src/modeller/component-toolbar/component-
|
|
3343
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3518
3344
|
"declarations": [
|
|
3519
3345
|
{
|
|
3520
3346
|
"kind": "class",
|
|
3521
3347
|
"description": "",
|
|
3522
|
-
"name": "
|
|
3348
|
+
"name": "ComponentToolbar",
|
|
3523
3349
|
"members": [
|
|
3524
3350
|
{
|
|
3525
3351
|
"kind": "field",
|
|
3526
|
-
"name": "
|
|
3352
|
+
"name": "componentGroupList",
|
|
3527
3353
|
"type": {
|
|
3528
|
-
"text": "
|
|
3354
|
+
"text": "ComponentGroup[]"
|
|
3529
3355
|
},
|
|
3530
|
-
"default": "
|
|
3531
|
-
"attribute": "
|
|
3532
|
-
}
|
|
3533
|
-
],
|
|
3534
|
-
"attributes": [
|
|
3356
|
+
"default": "[]",
|
|
3357
|
+
"attribute": "componentGroupList"
|
|
3358
|
+
},
|
|
3535
3359
|
{
|
|
3536
|
-
"
|
|
3360
|
+
"kind": "field",
|
|
3361
|
+
"name": "group",
|
|
3537
3362
|
"type": {
|
|
3538
|
-
"text": "
|
|
3363
|
+
"text": "string | null | undefined"
|
|
3539
3364
|
},
|
|
3540
|
-
"
|
|
3541
|
-
|
|
3542
|
-
}
|
|
3543
|
-
],
|
|
3544
|
-
"superclass": {
|
|
3545
|
-
"name": "LitElement",
|
|
3546
|
-
"package": "lit"
|
|
3547
|
-
},
|
|
3548
|
-
"customElement": true
|
|
3549
|
-
}
|
|
3550
|
-
],
|
|
3551
|
-
"exports": [
|
|
3552
|
-
{
|
|
3553
|
-
"kind": "js",
|
|
3554
|
-
"name": "ComponentDetail",
|
|
3555
|
-
"declaration": {
|
|
3556
|
-
"name": "ComponentDetail",
|
|
3557
|
-
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
|
-
]
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"kind": "javascript-module",
|
|
3564
|
-
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3565
|
-
"declarations": [
|
|
3566
|
-
{
|
|
3567
|
-
"kind": "class",
|
|
3568
|
-
"description": "",
|
|
3569
|
-
"name": "ComponentMenu",
|
|
3570
|
-
"members": [
|
|
3365
|
+
"attribute": "group"
|
|
3366
|
+
},
|
|
3571
3367
|
{
|
|
3572
3368
|
"kind": "field",
|
|
3573
|
-
"name": "
|
|
3369
|
+
"name": "scene",
|
|
3574
3370
|
"type": {
|
|
3575
|
-
"text": "
|
|
3371
|
+
"text": "Scene"
|
|
3576
3372
|
},
|
|
3577
|
-
"
|
|
3578
|
-
"attribute": "groups"
|
|
3373
|
+
"attribute": "scene"
|
|
3579
3374
|
},
|
|
3580
3375
|
{
|
|
3581
3376
|
"kind": "field",
|
|
3582
|
-
"name": "
|
|
3377
|
+
"name": "mode",
|
|
3583
3378
|
"type": {
|
|
3584
|
-
"text": "
|
|
3379
|
+
"text": "SCENE_MODE"
|
|
3585
3380
|
},
|
|
3586
|
-
"
|
|
3587
|
-
"attribute": "scene"
|
|
3381
|
+
"attribute": "mode"
|
|
3588
3382
|
},
|
|
3589
3383
|
{
|
|
3590
3384
|
"kind": "field",
|
|
3591
|
-
"name": "
|
|
3385
|
+
"name": "shift",
|
|
3592
3386
|
"type": {
|
|
3593
|
-
"text": "
|
|
3387
|
+
"text": "HTMLImageElement"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "field",
|
|
3392
|
+
"name": "menu",
|
|
3393
|
+
"type": {
|
|
3394
|
+
"text": "HTMLElement"
|
|
3594
3395
|
},
|
|
3595
|
-
"
|
|
3596
|
-
"attribute": "group"
|
|
3396
|
+
"privacy": "private"
|
|
3597
3397
|
},
|
|
3598
3398
|
{
|
|
3599
3399
|
"kind": "field",
|
|
3600
|
-
"name": "
|
|
3400
|
+
"name": "componentsContainer",
|
|
3601
3401
|
"type": {
|
|
3602
|
-
"text": "
|
|
3402
|
+
"text": "HTMLElement"
|
|
3603
3403
|
},
|
|
3604
|
-
"
|
|
3404
|
+
"privacy": "private"
|
|
3605
3405
|
},
|
|
3606
3406
|
{
|
|
3607
3407
|
"kind": "field",
|
|
3608
|
-
"name": "
|
|
3408
|
+
"name": "groups",
|
|
3609
3409
|
"type": {
|
|
3610
|
-
"text": "
|
|
3611
|
-
}
|
|
3410
|
+
"text": "NodeListOf<HTMLElement>"
|
|
3411
|
+
},
|
|
3412
|
+
"privacy": "private"
|
|
3612
3413
|
},
|
|
3613
3414
|
{
|
|
3614
3415
|
"kind": "field",
|
|
3615
|
-
"name": "
|
|
3416
|
+
"name": "icons",
|
|
3616
3417
|
"type": {
|
|
3617
|
-
"text": "
|
|
3618
|
-
}
|
|
3418
|
+
"text": "{ [name: string]: string }"
|
|
3419
|
+
},
|
|
3420
|
+
"privacy": "private",
|
|
3421
|
+
"default": "{}"
|
|
3619
3422
|
},
|
|
3620
3423
|
{
|
|
3621
3424
|
"kind": "field",
|
|
@@ -3625,31 +3428,31 @@
|
|
|
3625
3428
|
},
|
|
3626
3429
|
{
|
|
3627
3430
|
"kind": "method",
|
|
3628
|
-
"name": "
|
|
3431
|
+
"name": "onWheelEvent",
|
|
3629
3432
|
"parameters": [
|
|
3630
3433
|
{
|
|
3631
|
-
"name": "
|
|
3434
|
+
"name": "e",
|
|
3632
3435
|
"type": {
|
|
3633
|
-
"text": "
|
|
3436
|
+
"text": "Event"
|
|
3634
3437
|
}
|
|
3635
3438
|
}
|
|
3636
3439
|
]
|
|
3637
3440
|
},
|
|
3638
3441
|
{
|
|
3639
3442
|
"kind": "method",
|
|
3640
|
-
"name": "
|
|
3443
|
+
"name": "_setMode",
|
|
3641
3444
|
"parameters": [
|
|
3642
3445
|
{
|
|
3643
|
-
"name": "
|
|
3446
|
+
"name": "mode",
|
|
3644
3447
|
"type": {
|
|
3645
|
-
"text": "
|
|
3448
|
+
"text": "SCENE_MODE"
|
|
3646
3449
|
}
|
|
3647
3450
|
}
|
|
3648
3451
|
]
|
|
3649
3452
|
},
|
|
3650
3453
|
{
|
|
3651
3454
|
"kind": "method",
|
|
3652
|
-
"name": "
|
|
3455
|
+
"name": "_onClickShift",
|
|
3653
3456
|
"parameters": [
|
|
3654
3457
|
{
|
|
3655
3458
|
"name": "e",
|
|
@@ -3661,41 +3464,54 @@
|
|
|
3661
3464
|
},
|
|
3662
3465
|
{
|
|
3663
3466
|
"kind": "method",
|
|
3664
|
-
"name": "
|
|
3467
|
+
"name": "_onClickGroup",
|
|
3665
3468
|
"parameters": [
|
|
3666
3469
|
{
|
|
3667
|
-
"name": "
|
|
3470
|
+
"name": "e",
|
|
3668
3471
|
"type": {
|
|
3669
|
-
"text": "
|
|
3472
|
+
"text": "MouseEvent"
|
|
3670
3473
|
}
|
|
3671
3474
|
}
|
|
3672
3475
|
]
|
|
3673
3476
|
}
|
|
3674
3477
|
],
|
|
3478
|
+
"events": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "mode-changed",
|
|
3481
|
+
"type": {
|
|
3482
|
+
"text": "CustomEvent"
|
|
3483
|
+
}
|
|
3484
|
+
}
|
|
3485
|
+
],
|
|
3675
3486
|
"attributes": [
|
|
3676
3487
|
{
|
|
3677
|
-
"name": "
|
|
3488
|
+
"name": "componentGroupList",
|
|
3678
3489
|
"type": {
|
|
3679
|
-
"text": "
|
|
3490
|
+
"text": "ComponentGroup[]"
|
|
3680
3491
|
},
|
|
3681
3492
|
"default": "[]",
|
|
3682
|
-
"fieldName": "
|
|
3493
|
+
"fieldName": "componentGroupList"
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"name": "group",
|
|
3497
|
+
"type": {
|
|
3498
|
+
"text": "string | null | undefined"
|
|
3499
|
+
},
|
|
3500
|
+
"fieldName": "group"
|
|
3683
3501
|
},
|
|
3684
3502
|
{
|
|
3685
3503
|
"name": "scene",
|
|
3686
3504
|
"type": {
|
|
3687
|
-
"text": "Scene
|
|
3505
|
+
"text": "Scene"
|
|
3688
3506
|
},
|
|
3689
|
-
"default": "null",
|
|
3690
3507
|
"fieldName": "scene"
|
|
3691
3508
|
},
|
|
3692
3509
|
{
|
|
3693
|
-
"name": "
|
|
3510
|
+
"name": "mode",
|
|
3694
3511
|
"type": {
|
|
3695
|
-
"text": "
|
|
3512
|
+
"text": "SCENE_MODE"
|
|
3696
3513
|
},
|
|
3697
|
-
"
|
|
3698
|
-
"fieldName": "group"
|
|
3514
|
+
"fieldName": "mode"
|
|
3699
3515
|
}
|
|
3700
3516
|
],
|
|
3701
3517
|
"mixins": [
|
|
@@ -3714,256 +3530,56 @@
|
|
|
3714
3530
|
"exports": [
|
|
3715
3531
|
{
|
|
3716
3532
|
"kind": "js",
|
|
3717
|
-
"name": "
|
|
3533
|
+
"name": "ComponentToolbar",
|
|
3718
3534
|
"declaration": {
|
|
3719
|
-
"name": "
|
|
3720
|
-
"module": "src/modeller/component-toolbar/component-
|
|
3535
|
+
"name": "ComponentToolbar",
|
|
3536
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3721
3537
|
}
|
|
3722
3538
|
}
|
|
3723
3539
|
]
|
|
3724
3540
|
},
|
|
3725
3541
|
{
|
|
3726
3542
|
"kind": "javascript-module",
|
|
3727
|
-
"path": "src/modeller/component-toolbar/
|
|
3543
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3544
|
+
"declarations": [
|
|
3545
|
+
{
|
|
3546
|
+
"kind": "variable",
|
|
3547
|
+
"name": "ICON_EDIT_MODE",
|
|
3548
|
+
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; } .st1 { fill: none; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \" /> <path class=\"st1\" d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\" /> </g> </svg> `"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"kind": "variable",
|
|
3552
|
+
"name": "ICON_SHIFT_MODE",
|
|
3553
|
+
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; stroke: {{strokeColor}}; fill-rule: evenodd; clip-rule: evenodd; } .st1 { fill: {{strokeColor}}; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <path class=\"st0\" d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4 c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8 c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8 c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8 c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8 C6.7,22.7,7,23.2,7.8,23.2z\" /> <path class=\"st1\" d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\" /> </g> </svg> `"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"exports": [
|
|
3557
|
+
{
|
|
3558
|
+
"kind": "js",
|
|
3559
|
+
"name": "ICON_EDIT_MODE",
|
|
3560
|
+
"declaration": {
|
|
3561
|
+
"name": "ICON_EDIT_MODE",
|
|
3562
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"kind": "js",
|
|
3567
|
+
"name": "ICON_SHIFT_MODE",
|
|
3568
|
+
"declaration": {
|
|
3569
|
+
"name": "ICON_SHIFT_MODE",
|
|
3570
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3571
|
+
}
|
|
3572
|
+
}
|
|
3573
|
+
]
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"kind": "javascript-module",
|
|
3577
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3728
3578
|
"declarations": [
|
|
3729
3579
|
{
|
|
3730
3580
|
"kind": "class",
|
|
3731
3581
|
"description": "",
|
|
3732
|
-
"name": "
|
|
3733
|
-
"members": [
|
|
3734
|
-
{
|
|
3735
|
-
"kind": "field",
|
|
3736
|
-
"name": "componentGroupList",
|
|
3737
|
-
"type": {
|
|
3738
|
-
"text": "ComponentGroup[]"
|
|
3739
|
-
},
|
|
3740
|
-
"default": "[]",
|
|
3741
|
-
"attribute": "componentGroupList"
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"kind": "field",
|
|
3745
|
-
"name": "group",
|
|
3746
|
-
"type": {
|
|
3747
|
-
"text": "string | null | undefined"
|
|
3748
|
-
},
|
|
3749
|
-
"attribute": "group"
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"kind": "field",
|
|
3753
|
-
"name": "scene",
|
|
3754
|
-
"type": {
|
|
3755
|
-
"text": "Scene"
|
|
3756
|
-
},
|
|
3757
|
-
"attribute": "scene"
|
|
3758
|
-
},
|
|
3759
|
-
{
|
|
3760
|
-
"kind": "field",
|
|
3761
|
-
"name": "mode",
|
|
3762
|
-
"type": {
|
|
3763
|
-
"text": "SCENE_MODE"
|
|
3764
|
-
},
|
|
3765
|
-
"attribute": "mode"
|
|
3766
|
-
},
|
|
3767
|
-
{
|
|
3768
|
-
"kind": "field",
|
|
3769
|
-
"name": "shift",
|
|
3770
|
-
"type": {
|
|
3771
|
-
"text": "HTMLImageElement"
|
|
3772
|
-
}
|
|
3773
|
-
},
|
|
3774
|
-
{
|
|
3775
|
-
"kind": "field",
|
|
3776
|
-
"name": "menu",
|
|
3777
|
-
"type": {
|
|
3778
|
-
"text": "HTMLElement"
|
|
3779
|
-
},
|
|
3780
|
-
"privacy": "private"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"kind": "field",
|
|
3784
|
-
"name": "componentsContainer",
|
|
3785
|
-
"type": {
|
|
3786
|
-
"text": "HTMLElement"
|
|
3787
|
-
},
|
|
3788
|
-
"privacy": "private"
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "field",
|
|
3792
|
-
"name": "groups",
|
|
3793
|
-
"type": {
|
|
3794
|
-
"text": "NodeListOf<HTMLElement>"
|
|
3795
|
-
},
|
|
3796
|
-
"privacy": "private"
|
|
3797
|
-
},
|
|
3798
|
-
{
|
|
3799
|
-
"kind": "field",
|
|
3800
|
-
"name": "icons",
|
|
3801
|
-
"type": {
|
|
3802
|
-
"text": "{ [name: string]: string }"
|
|
3803
|
-
},
|
|
3804
|
-
"privacy": "private",
|
|
3805
|
-
"default": "{}"
|
|
3806
|
-
},
|
|
3807
|
-
{
|
|
3808
|
-
"kind": "field",
|
|
3809
|
-
"name": "scopedElements",
|
|
3810
|
-
"static": true,
|
|
3811
|
-
"readonly": true
|
|
3812
|
-
},
|
|
3813
|
-
{
|
|
3814
|
-
"kind": "method",
|
|
3815
|
-
"name": "onWheelEvent",
|
|
3816
|
-
"parameters": [
|
|
3817
|
-
{
|
|
3818
|
-
"name": "e",
|
|
3819
|
-
"type": {
|
|
3820
|
-
"text": "Event"
|
|
3821
|
-
}
|
|
3822
|
-
}
|
|
3823
|
-
]
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"kind": "method",
|
|
3827
|
-
"name": "_setMode",
|
|
3828
|
-
"parameters": [
|
|
3829
|
-
{
|
|
3830
|
-
"name": "mode",
|
|
3831
|
-
"type": {
|
|
3832
|
-
"text": "SCENE_MODE"
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "method",
|
|
3839
|
-
"name": "_onClickShift",
|
|
3840
|
-
"parameters": [
|
|
3841
|
-
{
|
|
3842
|
-
"name": "e",
|
|
3843
|
-
"type": {
|
|
3844
|
-
"text": "MouseEvent"
|
|
3845
|
-
}
|
|
3846
|
-
}
|
|
3847
|
-
]
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"kind": "method",
|
|
3851
|
-
"name": "_onClickGroup",
|
|
3852
|
-
"parameters": [
|
|
3853
|
-
{
|
|
3854
|
-
"name": "e",
|
|
3855
|
-
"type": {
|
|
3856
|
-
"text": "MouseEvent"
|
|
3857
|
-
}
|
|
3858
|
-
}
|
|
3859
|
-
]
|
|
3860
|
-
}
|
|
3861
|
-
],
|
|
3862
|
-
"events": [
|
|
3863
|
-
{
|
|
3864
|
-
"name": "mode-changed",
|
|
3865
|
-
"type": {
|
|
3866
|
-
"text": "CustomEvent"
|
|
3867
|
-
}
|
|
3868
|
-
}
|
|
3869
|
-
],
|
|
3870
|
-
"attributes": [
|
|
3871
|
-
{
|
|
3872
|
-
"name": "componentGroupList",
|
|
3873
|
-
"type": {
|
|
3874
|
-
"text": "ComponentGroup[]"
|
|
3875
|
-
},
|
|
3876
|
-
"default": "[]",
|
|
3877
|
-
"fieldName": "componentGroupList"
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"name": "group",
|
|
3881
|
-
"type": {
|
|
3882
|
-
"text": "string | null | undefined"
|
|
3883
|
-
},
|
|
3884
|
-
"fieldName": "group"
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"name": "scene",
|
|
3888
|
-
"type": {
|
|
3889
|
-
"text": "Scene"
|
|
3890
|
-
},
|
|
3891
|
-
"fieldName": "scene"
|
|
3892
|
-
},
|
|
3893
|
-
{
|
|
3894
|
-
"name": "mode",
|
|
3895
|
-
"type": {
|
|
3896
|
-
"text": "SCENE_MODE"
|
|
3897
|
-
},
|
|
3898
|
-
"fieldName": "mode"
|
|
3899
|
-
}
|
|
3900
|
-
],
|
|
3901
|
-
"mixins": [
|
|
3902
|
-
{
|
|
3903
|
-
"name": "ScopedElementsMixin",
|
|
3904
|
-
"package": "@open-wc/scoped-elements"
|
|
3905
|
-
}
|
|
3906
|
-
],
|
|
3907
|
-
"superclass": {
|
|
3908
|
-
"name": "LitElement",
|
|
3909
|
-
"package": "lit"
|
|
3910
|
-
},
|
|
3911
|
-
"customElement": true
|
|
3912
|
-
}
|
|
3913
|
-
],
|
|
3914
|
-
"exports": [
|
|
3915
|
-
{
|
|
3916
|
-
"kind": "js",
|
|
3917
|
-
"name": "ComponentToolbar",
|
|
3918
|
-
"declaration": {
|
|
3919
|
-
"name": "ComponentToolbar",
|
|
3920
|
-
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
]
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"kind": "javascript-module",
|
|
3927
|
-
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3928
|
-
"declarations": [
|
|
3929
|
-
{
|
|
3930
|
-
"kind": "variable",
|
|
3931
|
-
"name": "ICON_EDIT_MODE",
|
|
3932
|
-
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; } .st1 { fill: none; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \" /> <path class=\"st1\" d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\" /> </g> </svg> `"
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"kind": "variable",
|
|
3936
|
-
"name": "ICON_SHIFT_MODE",
|
|
3937
|
-
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; stroke: {{strokeColor}}; fill-rule: evenodd; clip-rule: evenodd; } .st1 { fill: {{strokeColor}}; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <path class=\"st0\" d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4 c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8 c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8 c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8 c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8 C6.7,22.7,7,23.2,7.8,23.2z\" /> <path class=\"st1\" d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\" /> </g> </svg> `"
|
|
3938
|
-
}
|
|
3939
|
-
],
|
|
3940
|
-
"exports": [
|
|
3941
|
-
{
|
|
3942
|
-
"kind": "js",
|
|
3943
|
-
"name": "ICON_EDIT_MODE",
|
|
3944
|
-
"declaration": {
|
|
3945
|
-
"name": "ICON_EDIT_MODE",
|
|
3946
|
-
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3947
|
-
}
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"kind": "js",
|
|
3951
|
-
"name": "ICON_SHIFT_MODE",
|
|
3952
|
-
"declaration": {
|
|
3953
|
-
"name": "ICON_SHIFT_MODE",
|
|
3954
|
-
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3955
|
-
}
|
|
3956
|
-
}
|
|
3957
|
-
]
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3962
|
-
"declarations": [
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "class",
|
|
3965
|
-
"description": "",
|
|
3966
|
-
"name": "ConfidentialOverlay",
|
|
3582
|
+
"name": "ConfidentialOverlay",
|
|
3967
3583
|
"members": [
|
|
3968
3584
|
{
|
|
3969
3585
|
"kind": "method",
|
|
@@ -4074,47 +3690,598 @@
|
|
|
4074
3690
|
"name": "OxSceneLayer",
|
|
4075
3691
|
"members": [
|
|
4076
3692
|
{
|
|
4077
|
-
"kind": "field",
|
|
4078
|
-
"name": "type",
|
|
3693
|
+
"kind": "field",
|
|
3694
|
+
"name": "type",
|
|
3695
|
+
"type": {
|
|
3696
|
+
"text": "String | undefined"
|
|
3697
|
+
},
|
|
3698
|
+
"attribute": "type"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"kind": "field",
|
|
3702
|
+
"name": "text",
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": "String | undefined"
|
|
3705
|
+
},
|
|
3706
|
+
"attribute": "text"
|
|
3707
|
+
},
|
|
3708
|
+
{
|
|
3709
|
+
"kind": "method",
|
|
3710
|
+
"name": "getModel"
|
|
3711
|
+
}
|
|
3712
|
+
],
|
|
3713
|
+
"attributes": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "type",
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "String | undefined"
|
|
3718
|
+
},
|
|
3719
|
+
"fieldName": "type"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "text",
|
|
3723
|
+
"type": {
|
|
3724
|
+
"text": "String | undefined"
|
|
3725
|
+
},
|
|
3726
|
+
"fieldName": "text"
|
|
3727
|
+
}
|
|
3728
|
+
],
|
|
3729
|
+
"superclass": {
|
|
3730
|
+
"name": "LitElement",
|
|
3731
|
+
"package": "lit"
|
|
3732
|
+
},
|
|
3733
|
+
"tagName": "ox-scene-layer",
|
|
3734
|
+
"customElement": true
|
|
3735
|
+
}
|
|
3736
|
+
],
|
|
3737
|
+
"exports": [
|
|
3738
|
+
{
|
|
3739
|
+
"kind": "js",
|
|
3740
|
+
"name": "default",
|
|
3741
|
+
"declaration": {
|
|
3742
|
+
"name": "OxSceneLayer",
|
|
3743
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"kind": "custom-element-definition",
|
|
3748
|
+
"name": "ox-scene-layer",
|
|
3749
|
+
"declaration": {
|
|
3750
|
+
"name": "OxSceneLayer",
|
|
3751
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
]
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"kind": "javascript-module",
|
|
3758
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
3759
|
+
"declarations": [
|
|
3760
|
+
{
|
|
3761
|
+
"kind": "class",
|
|
3762
|
+
"description": "",
|
|
3763
|
+
"name": "OxSceneProperty",
|
|
3764
|
+
"members": [
|
|
3765
|
+
{
|
|
3766
|
+
"kind": "field",
|
|
3767
|
+
"name": "name",
|
|
3768
|
+
"type": {
|
|
3769
|
+
"text": "string"
|
|
3770
|
+
},
|
|
3771
|
+
"attribute": "name"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "field",
|
|
3775
|
+
"name": "value",
|
|
3776
|
+
"type": {
|
|
3777
|
+
"text": "string"
|
|
3778
|
+
},
|
|
3779
|
+
"attribute": "value"
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"kind": "field",
|
|
3783
|
+
"name": "type",
|
|
3784
|
+
"type": {
|
|
3785
|
+
"text": "string"
|
|
3786
|
+
},
|
|
3787
|
+
"attribute": "type"
|
|
3788
|
+
}
|
|
3789
|
+
],
|
|
3790
|
+
"attributes": [
|
|
3791
|
+
{
|
|
3792
|
+
"name": "name",
|
|
3793
|
+
"type": {
|
|
3794
|
+
"text": "string"
|
|
3795
|
+
},
|
|
3796
|
+
"fieldName": "name"
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"name": "value",
|
|
3800
|
+
"type": {
|
|
3801
|
+
"text": "string"
|
|
3802
|
+
},
|
|
3803
|
+
"fieldName": "value"
|
|
3804
|
+
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "type",
|
|
3807
|
+
"type": {
|
|
3808
|
+
"text": "string"
|
|
3809
|
+
},
|
|
3810
|
+
"fieldName": "type"
|
|
3811
|
+
}
|
|
3812
|
+
],
|
|
3813
|
+
"superclass": {
|
|
3814
|
+
"name": "LitElement",
|
|
3815
|
+
"package": "lit"
|
|
3816
|
+
},
|
|
3817
|
+
"tagName": "ox-scene-property",
|
|
3818
|
+
"customElement": true
|
|
3819
|
+
}
|
|
3820
|
+
],
|
|
3821
|
+
"exports": [
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "js",
|
|
3824
|
+
"name": "default",
|
|
3825
|
+
"declaration": {
|
|
3826
|
+
"name": "OxSceneProperty",
|
|
3827
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "custom-element-definition",
|
|
3832
|
+
"name": "ox-scene-property",
|
|
3833
|
+
"declaration": {
|
|
3834
|
+
"name": "OxSceneProperty",
|
|
3835
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
3838
|
+
]
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"kind": "javascript-module",
|
|
3842
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
3843
|
+
"declarations": [
|
|
3844
|
+
{
|
|
3845
|
+
"kind": "class",
|
|
3846
|
+
"description": "",
|
|
3847
|
+
"name": "OxSceneViewer",
|
|
3848
|
+
"members": [
|
|
3849
|
+
{
|
|
3850
|
+
"kind": "field",
|
|
3851
|
+
"name": "scene",
|
|
3852
|
+
"type": {
|
|
3853
|
+
"text": "Scene | null"
|
|
3854
|
+
},
|
|
3855
|
+
"default": "null",
|
|
3856
|
+
"attribute": "scene"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"kind": "field",
|
|
3860
|
+
"name": "model",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "Model | undefined"
|
|
3863
|
+
},
|
|
3864
|
+
"attribute": "model"
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"kind": "field",
|
|
3868
|
+
"name": "mode",
|
|
3869
|
+
"type": {
|
|
3870
|
+
"text": "SCENE_MODE"
|
|
3871
|
+
},
|
|
3872
|
+
"attribute": "mode"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"kind": "field",
|
|
3876
|
+
"name": "screenSize",
|
|
3877
|
+
"type": {
|
|
3878
|
+
"text": "number"
|
|
3879
|
+
},
|
|
3880
|
+
"default": "13.3",
|
|
3881
|
+
"attribute": "screenSize"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"kind": "field",
|
|
3885
|
+
"name": "variables",
|
|
3886
|
+
"type": {
|
|
3887
|
+
"text": "Properties"
|
|
3888
|
+
},
|
|
3889
|
+
"default": "{}",
|
|
3890
|
+
"attribute": "variables"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"kind": "field",
|
|
3894
|
+
"name": "data",
|
|
3895
|
+
"type": {
|
|
3896
|
+
"text": "any"
|
|
3897
|
+
},
|
|
3898
|
+
"attribute": "data"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"kind": "field",
|
|
3902
|
+
"name": "themes",
|
|
3903
|
+
"type": {
|
|
3904
|
+
"text": "any | undefined"
|
|
3905
|
+
},
|
|
3906
|
+
"attribute": "themes"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"kind": "field",
|
|
3910
|
+
"name": "fit",
|
|
3911
|
+
"type": {
|
|
3912
|
+
"text": "FITMODE"
|
|
3913
|
+
},
|
|
3914
|
+
"default": "'none'",
|
|
3915
|
+
"attribute": "fit"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "field",
|
|
3919
|
+
"name": "selected",
|
|
3920
|
+
"type": {
|
|
3921
|
+
"text": "Component[]"
|
|
3922
|
+
},
|
|
3923
|
+
"default": "[]",
|
|
3924
|
+
"attribute": "selected"
|
|
3925
|
+
},
|
|
3926
|
+
{
|
|
3927
|
+
"kind": "field",
|
|
3928
|
+
"name": "disposeWhenDetached",
|
|
3929
|
+
"type": {
|
|
3930
|
+
"text": "boolean"
|
|
3931
|
+
},
|
|
3932
|
+
"default": "false",
|
|
3933
|
+
"attribute": "disposeWhenDetached"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"kind": "field",
|
|
3937
|
+
"name": "baseUrl",
|
|
3938
|
+
"type": {
|
|
3939
|
+
"text": "string"
|
|
3940
|
+
},
|
|
3941
|
+
"default": "''",
|
|
3942
|
+
"attribute": "baseUrl"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"kind": "field",
|
|
3946
|
+
"name": "provider",
|
|
3947
|
+
"type": {
|
|
3948
|
+
"text": "any"
|
|
3949
|
+
},
|
|
3950
|
+
"attribute": "provider"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"kind": "field",
|
|
3954
|
+
"name": "name",
|
|
3955
|
+
"type": {
|
|
3956
|
+
"text": "string"
|
|
3957
|
+
},
|
|
3958
|
+
"default": "'noname'",
|
|
3959
|
+
"attribute": "name"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "field",
|
|
3963
|
+
"name": "enableInspector",
|
|
3964
|
+
"type": {
|
|
3965
|
+
"text": "boolean"
|
|
3966
|
+
},
|
|
3967
|
+
"default": "true",
|
|
3968
|
+
"attribute": "enableInspector"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"kind": "field",
|
|
3972
|
+
"name": "showInspector",
|
|
3973
|
+
"type": {
|
|
3974
|
+
"text": "boolean"
|
|
3975
|
+
},
|
|
3976
|
+
"default": "false",
|
|
3977
|
+
"attribute": "showInspector"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "field",
|
|
3981
|
+
"name": "lastOffsetWidth",
|
|
3982
|
+
"type": {
|
|
3983
|
+
"text": "number | undefined"
|
|
3984
|
+
},
|
|
3985
|
+
"privacy": "private"
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"kind": "method",
|
|
3989
|
+
"name": "_setScene",
|
|
3990
|
+
"parameters": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "scene",
|
|
3993
|
+
"type": {
|
|
3994
|
+
"text": "Scene | null"
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
]
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"kind": "method",
|
|
4001
|
+
"name": "_setMode",
|
|
4002
|
+
"parameters": [
|
|
4003
|
+
{
|
|
4004
|
+
"name": "mode",
|
|
4005
|
+
"type": {
|
|
4006
|
+
"text": "SCENE_MODE"
|
|
4007
|
+
}
|
|
4008
|
+
}
|
|
4009
|
+
]
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"kind": "method",
|
|
4013
|
+
"name": "_setVariables",
|
|
4014
|
+
"parameters": [
|
|
4015
|
+
{
|
|
4016
|
+
"name": "variables",
|
|
4017
|
+
"type": {
|
|
4018
|
+
"text": "Properties"
|
|
4019
|
+
}
|
|
4020
|
+
}
|
|
4021
|
+
]
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"kind": "method",
|
|
4025
|
+
"name": "_setSelected",
|
|
4026
|
+
"parameters": [
|
|
4027
|
+
{
|
|
4028
|
+
"name": "selected",
|
|
4029
|
+
"type": {
|
|
4030
|
+
"text": "Component[]"
|
|
4031
|
+
}
|
|
4032
|
+
}
|
|
4033
|
+
]
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"kind": "method",
|
|
4037
|
+
"name": "_disposeScene"
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"kind": "method",
|
|
4041
|
+
"name": "resize",
|
|
4042
|
+
"parameters": [
|
|
4043
|
+
{
|
|
4044
|
+
"name": "force",
|
|
4045
|
+
"type": {
|
|
4046
|
+
"text": "boolean"
|
|
4047
|
+
}
|
|
4048
|
+
}
|
|
4049
|
+
]
|
|
4050
|
+
},
|
|
4051
|
+
{
|
|
4052
|
+
"kind": "method",
|
|
4053
|
+
"name": "_onModelChanged",
|
|
4054
|
+
"parameters": [
|
|
4055
|
+
{
|
|
4056
|
+
"name": "model",
|
|
4057
|
+
"optional": true,
|
|
4058
|
+
"type": {
|
|
4059
|
+
"text": "Model"
|
|
4060
|
+
}
|
|
4061
|
+
}
|
|
4062
|
+
]
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"kind": "method",
|
|
4066
|
+
"name": "_onDisplayChanged",
|
|
4067
|
+
"parameters": [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "screenSize",
|
|
4070
|
+
"type": {
|
|
4071
|
+
"text": "string | number"
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
]
|
|
4075
|
+
},
|
|
4076
|
+
{
|
|
4077
|
+
"kind": "method",
|
|
4078
|
+
"name": "_onModeChanged",
|
|
4079
|
+
"parameters": [
|
|
4080
|
+
{
|
|
4081
|
+
"name": "mode",
|
|
4082
|
+
"type": {
|
|
4083
|
+
"text": "SCENE_MODE"
|
|
4084
|
+
}
|
|
4085
|
+
}
|
|
4086
|
+
]
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"kind": "method",
|
|
4090
|
+
"name": "_onDataChanged",
|
|
4091
|
+
"parameters": [
|
|
4092
|
+
{
|
|
4093
|
+
"name": "data",
|
|
4094
|
+
"type": {
|
|
4095
|
+
"text": "any"
|
|
4096
|
+
}
|
|
4097
|
+
}
|
|
4098
|
+
]
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "method",
|
|
4102
|
+
"name": "_onSelectedChanged",
|
|
4103
|
+
"parameters": [
|
|
4104
|
+
{
|
|
4105
|
+
"name": "after",
|
|
4106
|
+
"type": {
|
|
4107
|
+
"text": "Component[]"
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4110
|
+
]
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"kind": "method",
|
|
4114
|
+
"name": "_onSceneModeChanged",
|
|
4115
|
+
"parameters": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "after",
|
|
4118
|
+
"type": {
|
|
4119
|
+
"text": "SCENE_MODE"
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
]
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"kind": "method",
|
|
4126
|
+
"name": "_onBaseUrlChanged",
|
|
4127
|
+
"parameters": [
|
|
4128
|
+
{
|
|
4129
|
+
"name": "after",
|
|
4130
|
+
"type": {
|
|
4131
|
+
"text": "string"
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
]
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"events": [
|
|
4138
|
+
{
|
|
4139
|
+
"name": "scene-changed",
|
|
4140
|
+
"type": {
|
|
4141
|
+
"text": "CustomEvent"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "mode-changed",
|
|
4146
|
+
"type": {
|
|
4147
|
+
"text": "CustomEvent"
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "variables-changed",
|
|
4152
|
+
"type": {
|
|
4153
|
+
"text": "CustomEvent"
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "selected-changed",
|
|
4158
|
+
"type": {
|
|
4159
|
+
"text": "CustomEvent"
|
|
4160
|
+
}
|
|
4161
|
+
}
|
|
4162
|
+
],
|
|
4163
|
+
"attributes": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "scene",
|
|
4166
|
+
"type": {
|
|
4167
|
+
"text": "Scene | null"
|
|
4168
|
+
},
|
|
4169
|
+
"default": "null",
|
|
4170
|
+
"fieldName": "scene"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "model",
|
|
4174
|
+
"type": {
|
|
4175
|
+
"text": "Model | undefined"
|
|
4176
|
+
},
|
|
4177
|
+
"fieldName": "model"
|
|
4178
|
+
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "mode",
|
|
4181
|
+
"type": {
|
|
4182
|
+
"text": "SCENE_MODE"
|
|
4183
|
+
},
|
|
4184
|
+
"fieldName": "mode"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "screenSize",
|
|
4188
|
+
"type": {
|
|
4189
|
+
"text": "number"
|
|
4190
|
+
},
|
|
4191
|
+
"default": "13.3",
|
|
4192
|
+
"fieldName": "screenSize"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "variables",
|
|
4196
|
+
"type": {
|
|
4197
|
+
"text": "Properties"
|
|
4198
|
+
},
|
|
4199
|
+
"default": "{}",
|
|
4200
|
+
"fieldName": "variables"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "data",
|
|
4204
|
+
"type": {
|
|
4205
|
+
"text": "any"
|
|
4206
|
+
},
|
|
4207
|
+
"fieldName": "data"
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"name": "themes",
|
|
4211
|
+
"type": {
|
|
4212
|
+
"text": "any | undefined"
|
|
4213
|
+
},
|
|
4214
|
+
"fieldName": "themes"
|
|
4215
|
+
},
|
|
4216
|
+
{
|
|
4217
|
+
"name": "fit",
|
|
4218
|
+
"type": {
|
|
4219
|
+
"text": "FITMODE"
|
|
4220
|
+
},
|
|
4221
|
+
"default": "'none'",
|
|
4222
|
+
"fieldName": "fit"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "selected",
|
|
4226
|
+
"type": {
|
|
4227
|
+
"text": "Component[]"
|
|
4228
|
+
},
|
|
4229
|
+
"default": "[]",
|
|
4230
|
+
"fieldName": "selected"
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"name": "disposeWhenDetached",
|
|
4234
|
+
"type": {
|
|
4235
|
+
"text": "boolean"
|
|
4236
|
+
},
|
|
4237
|
+
"default": "false",
|
|
4238
|
+
"fieldName": "disposeWhenDetached"
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "baseUrl",
|
|
4242
|
+
"type": {
|
|
4243
|
+
"text": "string"
|
|
4244
|
+
},
|
|
4245
|
+
"default": "''",
|
|
4246
|
+
"fieldName": "baseUrl"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "provider",
|
|
4079
4250
|
"type": {
|
|
4080
|
-
"text": "
|
|
4251
|
+
"text": "any"
|
|
4081
4252
|
},
|
|
4082
|
-
"
|
|
4253
|
+
"fieldName": "provider"
|
|
4083
4254
|
},
|
|
4084
4255
|
{
|
|
4085
|
-
"
|
|
4086
|
-
"name": "text",
|
|
4256
|
+
"name": "name",
|
|
4087
4257
|
"type": {
|
|
4088
|
-
"text": "
|
|
4258
|
+
"text": "string"
|
|
4089
4259
|
},
|
|
4090
|
-
"
|
|
4260
|
+
"default": "'noname'",
|
|
4261
|
+
"fieldName": "name"
|
|
4091
4262
|
},
|
|
4092
4263
|
{
|
|
4093
|
-
"
|
|
4094
|
-
"name": "getModel"
|
|
4095
|
-
}
|
|
4096
|
-
],
|
|
4097
|
-
"attributes": [
|
|
4098
|
-
{
|
|
4099
|
-
"name": "type",
|
|
4264
|
+
"name": "enableInspector",
|
|
4100
4265
|
"type": {
|
|
4101
|
-
"text": "
|
|
4266
|
+
"text": "boolean"
|
|
4102
4267
|
},
|
|
4103
|
-
"
|
|
4268
|
+
"default": "true",
|
|
4269
|
+
"fieldName": "enableInspector"
|
|
4104
4270
|
},
|
|
4105
4271
|
{
|
|
4106
|
-
"name": "
|
|
4272
|
+
"name": "showInspector",
|
|
4107
4273
|
"type": {
|
|
4108
|
-
"text": "
|
|
4274
|
+
"text": "boolean"
|
|
4109
4275
|
},
|
|
4110
|
-
"
|
|
4276
|
+
"default": "false",
|
|
4277
|
+
"fieldName": "showInspector"
|
|
4111
4278
|
}
|
|
4112
4279
|
],
|
|
4113
4280
|
"superclass": {
|
|
4114
4281
|
"name": "LitElement",
|
|
4115
4282
|
"package": "lit"
|
|
4116
4283
|
},
|
|
4117
|
-
"tagName": "ox-scene-
|
|
4284
|
+
"tagName": "ox-scene-viewer",
|
|
4118
4285
|
"customElement": true
|
|
4119
4286
|
}
|
|
4120
4287
|
],
|
|
@@ -4123,112 +4290,127 @@
|
|
|
4123
4290
|
"kind": "js",
|
|
4124
4291
|
"name": "default",
|
|
4125
4292
|
"declaration": {
|
|
4126
|
-
"name": "
|
|
4127
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4293
|
+
"name": "OxSceneViewer",
|
|
4294
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4128
4295
|
}
|
|
4129
4296
|
},
|
|
4130
4297
|
{
|
|
4131
4298
|
"kind": "custom-element-definition",
|
|
4132
|
-
"name": "ox-scene-
|
|
4299
|
+
"name": "ox-scene-viewer",
|
|
4133
4300
|
"declaration": {
|
|
4134
|
-
"name": "
|
|
4135
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4301
|
+
"name": "OxSceneViewer",
|
|
4302
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4136
4303
|
}
|
|
4137
4304
|
}
|
|
4138
4305
|
]
|
|
4139
4306
|
},
|
|
4140
4307
|
{
|
|
4141
4308
|
"kind": "javascript-module",
|
|
4142
|
-
"path": "src/modeller/
|
|
4309
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
4143
4310
|
"declarations": [
|
|
4144
4311
|
{
|
|
4145
4312
|
"kind": "class",
|
|
4146
4313
|
"description": "",
|
|
4147
|
-
"name": "
|
|
4314
|
+
"name": "AbstractProperty",
|
|
4148
4315
|
"members": [
|
|
4149
4316
|
{
|
|
4150
|
-
"kind": "
|
|
4151
|
-
"name": "
|
|
4152
|
-
"
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4317
|
+
"kind": "method",
|
|
4318
|
+
"name": "_onValueChange",
|
|
4319
|
+
"parameters": [
|
|
4320
|
+
{
|
|
4321
|
+
"name": "e",
|
|
4322
|
+
"type": {
|
|
4323
|
+
"text": "Event"
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
]
|
|
4156
4327
|
},
|
|
4157
4328
|
{
|
|
4158
|
-
"kind": "
|
|
4159
|
-
"name": "
|
|
4160
|
-
"
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4329
|
+
"kind": "method",
|
|
4330
|
+
"name": "_getValueFromEventTarget",
|
|
4331
|
+
"parameters": [
|
|
4332
|
+
{
|
|
4333
|
+
"name": "element",
|
|
4334
|
+
"type": {
|
|
4335
|
+
"text": "HTMLElement"
|
|
4336
|
+
}
|
|
4337
|
+
}
|
|
4338
|
+
]
|
|
4164
4339
|
},
|
|
4165
4340
|
{
|
|
4166
|
-
"kind": "
|
|
4167
|
-
"name": "
|
|
4168
|
-
"
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4341
|
+
"kind": "method",
|
|
4342
|
+
"name": "_onAfterValueChange",
|
|
4343
|
+
"parameters": [
|
|
4344
|
+
{
|
|
4345
|
+
"name": "key",
|
|
4346
|
+
"type": {
|
|
4347
|
+
"text": "string"
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
{
|
|
4351
|
+
"name": "value",
|
|
4352
|
+
"type": {
|
|
4353
|
+
"text": "any"
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4356
|
+
]
|
|
4172
4357
|
}
|
|
4173
4358
|
],
|
|
4174
|
-
"
|
|
4175
|
-
{
|
|
4176
|
-
"name": "name",
|
|
4177
|
-
"type": {
|
|
4178
|
-
"text": "string"
|
|
4179
|
-
},
|
|
4180
|
-
"fieldName": "name"
|
|
4181
|
-
},
|
|
4182
|
-
{
|
|
4183
|
-
"name": "value",
|
|
4184
|
-
"type": {
|
|
4185
|
-
"text": "string"
|
|
4186
|
-
},
|
|
4187
|
-
"fieldName": "value"
|
|
4188
|
-
},
|
|
4359
|
+
"events": [
|
|
4189
4360
|
{
|
|
4190
|
-
"name": "
|
|
4361
|
+
"name": "property-change",
|
|
4191
4362
|
"type": {
|
|
4192
|
-
"text": "
|
|
4193
|
-
}
|
|
4194
|
-
"fieldName": "type"
|
|
4363
|
+
"text": "CustomEvent"
|
|
4364
|
+
}
|
|
4195
4365
|
}
|
|
4196
4366
|
],
|
|
4197
4367
|
"superclass": {
|
|
4198
4368
|
"name": "LitElement",
|
|
4199
4369
|
"package": "lit"
|
|
4200
4370
|
},
|
|
4201
|
-
"tagName": "ox-scene-property",
|
|
4202
4371
|
"customElement": true
|
|
4203
4372
|
}
|
|
4204
4373
|
],
|
|
4205
4374
|
"exports": [
|
|
4206
4375
|
{
|
|
4207
4376
|
"kind": "js",
|
|
4208
|
-
"name": "
|
|
4377
|
+
"name": "AbstractProperty",
|
|
4209
4378
|
"declaration": {
|
|
4210
|
-
"name": "
|
|
4211
|
-
"module": "src/modeller/
|
|
4379
|
+
"name": "AbstractProperty",
|
|
4380
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4212
4381
|
}
|
|
4213
|
-
}
|
|
4382
|
+
}
|
|
4383
|
+
]
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "javascript-module",
|
|
4387
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
4388
|
+
"declarations": [
|
|
4214
4389
|
{
|
|
4215
|
-
"kind": "
|
|
4216
|
-
"name": "
|
|
4390
|
+
"kind": "variable",
|
|
4391
|
+
"name": "PropertySharedStyle",
|
|
4392
|
+
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
4393
|
+
}
|
|
4394
|
+
],
|
|
4395
|
+
"exports": [
|
|
4396
|
+
{
|
|
4397
|
+
"kind": "js",
|
|
4398
|
+
"name": "PropertySharedStyle",
|
|
4217
4399
|
"declaration": {
|
|
4218
|
-
"name": "
|
|
4219
|
-
"module": "src/modeller/
|
|
4400
|
+
"name": "PropertySharedStyle",
|
|
4401
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
4220
4402
|
}
|
|
4221
4403
|
}
|
|
4222
4404
|
]
|
|
4223
4405
|
},
|
|
4224
4406
|
{
|
|
4225
4407
|
"kind": "javascript-module",
|
|
4226
|
-
"path": "src/modeller/
|
|
4408
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
4227
4409
|
"declarations": [
|
|
4228
4410
|
{
|
|
4229
4411
|
"kind": "class",
|
|
4230
4412
|
"description": "",
|
|
4231
|
-
"name": "
|
|
4413
|
+
"name": "PropertySidebar",
|
|
4232
4414
|
"members": [
|
|
4233
4415
|
{
|
|
4234
4416
|
"kind": "field",
|
|
@@ -4241,62 +4423,21 @@
|
|
|
4241
4423
|
},
|
|
4242
4424
|
{
|
|
4243
4425
|
"kind": "field",
|
|
4244
|
-
"name": "
|
|
4245
|
-
"type": {
|
|
4246
|
-
"text": "Model | undefined"
|
|
4247
|
-
},
|
|
4248
|
-
"attribute": "model"
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"kind": "field",
|
|
4252
|
-
"name": "mode",
|
|
4253
|
-
"type": {
|
|
4254
|
-
"text": "SCENE_MODE"
|
|
4255
|
-
},
|
|
4256
|
-
"attribute": "mode"
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"kind": "field",
|
|
4260
|
-
"name": "screenSize",
|
|
4261
|
-
"type": {
|
|
4262
|
-
"text": "number"
|
|
4263
|
-
},
|
|
4264
|
-
"default": "13.3",
|
|
4265
|
-
"attribute": "screenSize"
|
|
4266
|
-
},
|
|
4267
|
-
{
|
|
4268
|
-
"kind": "field",
|
|
4269
|
-
"name": "variables",
|
|
4270
|
-
"type": {
|
|
4271
|
-
"text": "Properties"
|
|
4272
|
-
},
|
|
4273
|
-
"default": "{}",
|
|
4274
|
-
"attribute": "variables"
|
|
4275
|
-
},
|
|
4276
|
-
{
|
|
4277
|
-
"kind": "field",
|
|
4278
|
-
"name": "data",
|
|
4426
|
+
"name": "bounds",
|
|
4279
4427
|
"type": {
|
|
4280
4428
|
"text": "any"
|
|
4281
4429
|
},
|
|
4282
|
-
"
|
|
4283
|
-
|
|
4284
|
-
{
|
|
4285
|
-
"kind": "field",
|
|
4286
|
-
"name": "themes",
|
|
4287
|
-
"type": {
|
|
4288
|
-
"text": "any | undefined"
|
|
4289
|
-
},
|
|
4290
|
-
"attribute": "themes"
|
|
4430
|
+
"default": "{}",
|
|
4431
|
+
"attribute": "bounds"
|
|
4291
4432
|
},
|
|
4292
4433
|
{
|
|
4293
4434
|
"kind": "field",
|
|
4294
|
-
"name": "
|
|
4435
|
+
"name": "model",
|
|
4295
4436
|
"type": {
|
|
4296
|
-
"text": "
|
|
4437
|
+
"text": "Model | null"
|
|
4297
4438
|
},
|
|
4298
|
-
"default": "
|
|
4299
|
-
"attribute": "
|
|
4439
|
+
"default": "{}",
|
|
4440
|
+
"attribute": "model"
|
|
4300
4441
|
},
|
|
4301
4442
|
{
|
|
4302
4443
|
"kind": "field",
|
|
@@ -4309,123 +4450,100 @@
|
|
|
4309
4450
|
},
|
|
4310
4451
|
{
|
|
4311
4452
|
"kind": "field",
|
|
4312
|
-
"name": "
|
|
4313
|
-
"type": {
|
|
4314
|
-
"text": "boolean"
|
|
4315
|
-
},
|
|
4316
|
-
"default": "false",
|
|
4317
|
-
"attribute": "disposeWhenDetached"
|
|
4318
|
-
},
|
|
4319
|
-
{
|
|
4320
|
-
"kind": "field",
|
|
4321
|
-
"name": "baseUrl",
|
|
4453
|
+
"name": "specificProps",
|
|
4322
4454
|
"type": {
|
|
4323
|
-
"text": "
|
|
4455
|
+
"text": "any"
|
|
4324
4456
|
},
|
|
4325
|
-
"
|
|
4326
|
-
"attribute": "baseUrl"
|
|
4457
|
+
"attribute": "specificProps"
|
|
4327
4458
|
},
|
|
4328
4459
|
{
|
|
4329
4460
|
"kind": "field",
|
|
4330
|
-
"name": "
|
|
4461
|
+
"name": "tabName",
|
|
4331
4462
|
"type": {
|
|
4332
|
-
"text": "
|
|
4463
|
+
"text": "string | null"
|
|
4333
4464
|
},
|
|
4334
|
-
"
|
|
4465
|
+
"default": "'specific'",
|
|
4466
|
+
"attribute": "tabName"
|
|
4335
4467
|
},
|
|
4336
4468
|
{
|
|
4337
4469
|
"kind": "field",
|
|
4338
|
-
"name": "
|
|
4470
|
+
"name": "collapsed",
|
|
4339
4471
|
"type": {
|
|
4340
|
-
"text": "
|
|
4472
|
+
"text": "boolean"
|
|
4341
4473
|
},
|
|
4342
|
-
"default": "
|
|
4343
|
-
"attribute": "
|
|
4474
|
+
"default": "false",
|
|
4475
|
+
"attribute": "collapsed"
|
|
4344
4476
|
},
|
|
4345
4477
|
{
|
|
4346
4478
|
"kind": "field",
|
|
4347
|
-
"name": "
|
|
4479
|
+
"name": "fonts",
|
|
4348
4480
|
"type": {
|
|
4349
|
-
"text": "
|
|
4481
|
+
"text": "any[]"
|
|
4350
4482
|
},
|
|
4351
|
-
"default": "
|
|
4352
|
-
"attribute": "
|
|
4483
|
+
"default": "[]",
|
|
4484
|
+
"attribute": "fonts"
|
|
4353
4485
|
},
|
|
4354
4486
|
{
|
|
4355
4487
|
"kind": "field",
|
|
4356
|
-
"name": "
|
|
4488
|
+
"name": "propertyEditor",
|
|
4357
4489
|
"type": {
|
|
4358
|
-
"text": "
|
|
4490
|
+
"text": "any[]"
|
|
4359
4491
|
},
|
|
4360
|
-
"default": "
|
|
4361
|
-
"attribute": "
|
|
4492
|
+
"default": "[]",
|
|
4493
|
+
"attribute": "propertyEditor"
|
|
4362
4494
|
},
|
|
4363
4495
|
{
|
|
4364
4496
|
"kind": "field",
|
|
4365
|
-
"name": "
|
|
4497
|
+
"name": "propertyTarget",
|
|
4366
4498
|
"type": {
|
|
4367
|
-
"text": "
|
|
4499
|
+
"text": "Component | null"
|
|
4368
4500
|
},
|
|
4369
|
-
"
|
|
4501
|
+
"default": "null"
|
|
4370
4502
|
},
|
|
4371
4503
|
{
|
|
4372
|
-
"kind": "
|
|
4373
|
-
"name": "
|
|
4374
|
-
"
|
|
4375
|
-
|
|
4376
|
-
"name": "scene",
|
|
4377
|
-
"type": {
|
|
4378
|
-
"text": "Scene | null"
|
|
4379
|
-
}
|
|
4380
|
-
}
|
|
4381
|
-
]
|
|
4504
|
+
"kind": "field",
|
|
4505
|
+
"name": "scopedElements",
|
|
4506
|
+
"static": true,
|
|
4507
|
+
"readonly": true
|
|
4382
4508
|
},
|
|
4383
4509
|
{
|
|
4384
4510
|
"kind": "method",
|
|
4385
|
-
"name": "
|
|
4511
|
+
"name": "_onPropertyChanged",
|
|
4386
4512
|
"parameters": [
|
|
4387
4513
|
{
|
|
4388
|
-
"name": "
|
|
4514
|
+
"name": "e",
|
|
4389
4515
|
"type": {
|
|
4390
|
-
"text": "
|
|
4516
|
+
"text": "CustomEvent"
|
|
4391
4517
|
}
|
|
4392
4518
|
}
|
|
4393
4519
|
]
|
|
4394
4520
|
},
|
|
4395
4521
|
{
|
|
4396
4522
|
"kind": "method",
|
|
4397
|
-
"name": "
|
|
4523
|
+
"name": "_onBoundsChanged",
|
|
4398
4524
|
"parameters": [
|
|
4399
4525
|
{
|
|
4400
|
-
"name": "
|
|
4526
|
+
"name": "e",
|
|
4401
4527
|
"type": {
|
|
4402
|
-
"text": "
|
|
4528
|
+
"text": "CustomEvent"
|
|
4403
4529
|
}
|
|
4404
4530
|
}
|
|
4405
4531
|
]
|
|
4406
4532
|
},
|
|
4407
4533
|
{
|
|
4408
4534
|
"kind": "method",
|
|
4409
|
-
"name": "
|
|
4410
|
-
"parameters": [
|
|
4411
|
-
{
|
|
4412
|
-
"name": "selected",
|
|
4413
|
-
"type": {
|
|
4414
|
-
"text": "Component[]"
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
-
]
|
|
4535
|
+
"name": "_onChangedByScene"
|
|
4418
4536
|
},
|
|
4419
4537
|
{
|
|
4420
4538
|
"kind": "method",
|
|
4421
|
-
"name": "
|
|
4539
|
+
"name": "_setPropertyTargetAsDefault"
|
|
4422
4540
|
},
|
|
4423
4541
|
{
|
|
4424
4542
|
"kind": "method",
|
|
4425
|
-
"name": "
|
|
4543
|
+
"name": "_onCollapsed",
|
|
4426
4544
|
"parameters": [
|
|
4427
4545
|
{
|
|
4428
|
-
"name": "
|
|
4546
|
+
"name": "collapsed",
|
|
4429
4547
|
"type": {
|
|
4430
4548
|
"text": "boolean"
|
|
4431
4549
|
}
|
|
@@ -4434,52 +4552,7 @@
|
|
|
4434
4552
|
},
|
|
4435
4553
|
{
|
|
4436
4554
|
"kind": "method",
|
|
4437
|
-
"name": "
|
|
4438
|
-
"parameters": [
|
|
4439
|
-
{
|
|
4440
|
-
"name": "model",
|
|
4441
|
-
"optional": true,
|
|
4442
|
-
"type": {
|
|
4443
|
-
"text": "Model"
|
|
4444
|
-
}
|
|
4445
|
-
}
|
|
4446
|
-
]
|
|
4447
|
-
},
|
|
4448
|
-
{
|
|
4449
|
-
"kind": "method",
|
|
4450
|
-
"name": "_onDisplayChanged",
|
|
4451
|
-
"parameters": [
|
|
4452
|
-
{
|
|
4453
|
-
"name": "screenSize",
|
|
4454
|
-
"type": {
|
|
4455
|
-
"text": "string | number"
|
|
4456
|
-
}
|
|
4457
|
-
}
|
|
4458
|
-
]
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
"kind": "method",
|
|
4462
|
-
"name": "_onModeChanged",
|
|
4463
|
-
"parameters": [
|
|
4464
|
-
{
|
|
4465
|
-
"name": "mode",
|
|
4466
|
-
"type": {
|
|
4467
|
-
"text": "SCENE_MODE"
|
|
4468
|
-
}
|
|
4469
|
-
}
|
|
4470
|
-
]
|
|
4471
|
-
},
|
|
4472
|
-
{
|
|
4473
|
-
"kind": "method",
|
|
4474
|
-
"name": "_onDataChanged",
|
|
4475
|
-
"parameters": [
|
|
4476
|
-
{
|
|
4477
|
-
"name": "data",
|
|
4478
|
-
"type": {
|
|
4479
|
-
"text": "any"
|
|
4480
|
-
}
|
|
4481
|
-
}
|
|
4482
|
-
]
|
|
4555
|
+
"name": "_onSceneChanged"
|
|
4483
4556
|
},
|
|
4484
4557
|
{
|
|
4485
4558
|
"kind": "method",
|
|
@@ -4495,55 +4568,29 @@
|
|
|
4495
4568
|
},
|
|
4496
4569
|
{
|
|
4497
4570
|
"kind": "method",
|
|
4498
|
-
"name": "
|
|
4571
|
+
"name": "_setPropertyTarget",
|
|
4499
4572
|
"parameters": [
|
|
4500
4573
|
{
|
|
4501
|
-
"name": "
|
|
4574
|
+
"name": "newTarget",
|
|
4502
4575
|
"type": {
|
|
4503
|
-
"text": "
|
|
4576
|
+
"text": "Component | null"
|
|
4504
4577
|
}
|
|
4505
4578
|
}
|
|
4506
4579
|
]
|
|
4507
4580
|
},
|
|
4508
4581
|
{
|
|
4509
4582
|
"kind": "method",
|
|
4510
|
-
"name": "
|
|
4583
|
+
"name": "_setBounds",
|
|
4511
4584
|
"parameters": [
|
|
4512
4585
|
{
|
|
4513
|
-
"name": "
|
|
4586
|
+
"name": "bounds",
|
|
4514
4587
|
"type": {
|
|
4515
|
-
"text": "
|
|
4588
|
+
"text": "BOUNDS"
|
|
4516
4589
|
}
|
|
4517
4590
|
}
|
|
4518
4591
|
]
|
|
4519
4592
|
}
|
|
4520
4593
|
],
|
|
4521
|
-
"events": [
|
|
4522
|
-
{
|
|
4523
|
-
"name": "scene-changed",
|
|
4524
|
-
"type": {
|
|
4525
|
-
"text": "CustomEvent"
|
|
4526
|
-
}
|
|
4527
|
-
},
|
|
4528
|
-
{
|
|
4529
|
-
"name": "mode-changed",
|
|
4530
|
-
"type": {
|
|
4531
|
-
"text": "CustomEvent"
|
|
4532
|
-
}
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
"name": "variables-changed",
|
|
4536
|
-
"type": {
|
|
4537
|
-
"text": "CustomEvent"
|
|
4538
|
-
}
|
|
4539
|
-
},
|
|
4540
|
-
{
|
|
4541
|
-
"name": "selected-changed",
|
|
4542
|
-
"type": {
|
|
4543
|
-
"text": "CustomEvent"
|
|
4544
|
-
}
|
|
4545
|
-
}
|
|
4546
|
-
],
|
|
4547
4594
|
"attributes": [
|
|
4548
4595
|
{
|
|
4549
4596
|
"name": "scene",
|
|
@@ -4554,56 +4601,20 @@
|
|
|
4554
4601
|
"fieldName": "scene"
|
|
4555
4602
|
},
|
|
4556
4603
|
{
|
|
4557
|
-
"name": "
|
|
4558
|
-
"type": {
|
|
4559
|
-
"text": "Model | undefined"
|
|
4560
|
-
},
|
|
4561
|
-
"fieldName": "model"
|
|
4562
|
-
},
|
|
4563
|
-
{
|
|
4564
|
-
"name": "mode",
|
|
4565
|
-
"type": {
|
|
4566
|
-
"text": "SCENE_MODE"
|
|
4567
|
-
},
|
|
4568
|
-
"fieldName": "mode"
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "screenSize",
|
|
4572
|
-
"type": {
|
|
4573
|
-
"text": "number"
|
|
4574
|
-
},
|
|
4575
|
-
"default": "13.3",
|
|
4576
|
-
"fieldName": "screenSize"
|
|
4577
|
-
},
|
|
4578
|
-
{
|
|
4579
|
-
"name": "variables",
|
|
4580
|
-
"type": {
|
|
4581
|
-
"text": "Properties"
|
|
4582
|
-
},
|
|
4583
|
-
"default": "{}",
|
|
4584
|
-
"fieldName": "variables"
|
|
4585
|
-
},
|
|
4586
|
-
{
|
|
4587
|
-
"name": "data",
|
|
4604
|
+
"name": "bounds",
|
|
4588
4605
|
"type": {
|
|
4589
4606
|
"text": "any"
|
|
4590
4607
|
},
|
|
4591
|
-
"
|
|
4592
|
-
|
|
4593
|
-
{
|
|
4594
|
-
"name": "themes",
|
|
4595
|
-
"type": {
|
|
4596
|
-
"text": "any | undefined"
|
|
4597
|
-
},
|
|
4598
|
-
"fieldName": "themes"
|
|
4608
|
+
"default": "{}",
|
|
4609
|
+
"fieldName": "bounds"
|
|
4599
4610
|
},
|
|
4600
4611
|
{
|
|
4601
|
-
"name": "
|
|
4612
|
+
"name": "model",
|
|
4602
4613
|
"type": {
|
|
4603
|
-
"text": "
|
|
4614
|
+
"text": "Model | null"
|
|
4604
4615
|
},
|
|
4605
|
-
"default": "
|
|
4606
|
-
"fieldName": "
|
|
4616
|
+
"default": "{}",
|
|
4617
|
+
"fieldName": "model"
|
|
4607
4618
|
},
|
|
4608
4619
|
{
|
|
4609
4620
|
"name": "selected",
|
|
@@ -4614,76 +4625,65 @@
|
|
|
4614
4625
|
"fieldName": "selected"
|
|
4615
4626
|
},
|
|
4616
4627
|
{
|
|
4617
|
-
"name": "
|
|
4628
|
+
"name": "specificProps",
|
|
4618
4629
|
"type": {
|
|
4619
|
-
"text": "
|
|
4630
|
+
"text": "any"
|
|
4620
4631
|
},
|
|
4621
|
-
"
|
|
4622
|
-
"fieldName": "disposeWhenDetached"
|
|
4632
|
+
"fieldName": "specificProps"
|
|
4623
4633
|
},
|
|
4624
4634
|
{
|
|
4625
|
-
"name": "
|
|
4635
|
+
"name": "tabName",
|
|
4626
4636
|
"type": {
|
|
4627
|
-
"text": "string"
|
|
4637
|
+
"text": "string | null"
|
|
4628
4638
|
},
|
|
4629
|
-
"default": "''",
|
|
4630
|
-
"fieldName": "
|
|
4639
|
+
"default": "'specific'",
|
|
4640
|
+
"fieldName": "tabName"
|
|
4631
4641
|
},
|
|
4632
4642
|
{
|
|
4633
|
-
"name": "
|
|
4643
|
+
"name": "collapsed",
|
|
4634
4644
|
"type": {
|
|
4635
|
-
"text": "
|
|
4645
|
+
"text": "boolean"
|
|
4636
4646
|
},
|
|
4637
|
-
"
|
|
4647
|
+
"default": "false",
|
|
4648
|
+
"fieldName": "collapsed"
|
|
4638
4649
|
},
|
|
4639
4650
|
{
|
|
4640
|
-
"name": "
|
|
4651
|
+
"name": "fonts",
|
|
4641
4652
|
"type": {
|
|
4642
|
-
"text": "
|
|
4653
|
+
"text": "any[]"
|
|
4643
4654
|
},
|
|
4644
|
-
"default": "
|
|
4645
|
-
"fieldName": "
|
|
4655
|
+
"default": "[]",
|
|
4656
|
+
"fieldName": "fonts"
|
|
4646
4657
|
},
|
|
4647
4658
|
{
|
|
4648
|
-
"name": "
|
|
4659
|
+
"name": "propertyEditor",
|
|
4649
4660
|
"type": {
|
|
4650
|
-
"text": "
|
|
4661
|
+
"text": "any[]"
|
|
4651
4662
|
},
|
|
4652
|
-
"default": "
|
|
4653
|
-
"fieldName": "
|
|
4654
|
-
}
|
|
4663
|
+
"default": "[]",
|
|
4664
|
+
"fieldName": "propertyEditor"
|
|
4665
|
+
}
|
|
4666
|
+
],
|
|
4667
|
+
"mixins": [
|
|
4655
4668
|
{
|
|
4656
|
-
"name": "
|
|
4657
|
-
"
|
|
4658
|
-
"text": "boolean"
|
|
4659
|
-
},
|
|
4660
|
-
"default": "false",
|
|
4661
|
-
"fieldName": "showInspector"
|
|
4669
|
+
"name": "ScopedElementsMixin",
|
|
4670
|
+
"package": "@open-wc/scoped-elements"
|
|
4662
4671
|
}
|
|
4663
4672
|
],
|
|
4664
4673
|
"superclass": {
|
|
4665
4674
|
"name": "LitElement",
|
|
4666
4675
|
"package": "lit"
|
|
4667
4676
|
},
|
|
4668
|
-
"
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
"exports": [
|
|
4673
|
-
{
|
|
4674
|
-
"kind": "js",
|
|
4675
|
-
"name": "default",
|
|
4676
|
-
"declaration": {
|
|
4677
|
-
"name": "OxSceneViewer",
|
|
4678
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4679
|
-
}
|
|
4680
|
-
},
|
|
4677
|
+
"customElement": true
|
|
4678
|
+
}
|
|
4679
|
+
],
|
|
4680
|
+
"exports": [
|
|
4681
4681
|
{
|
|
4682
|
-
"kind": "
|
|
4683
|
-
"name": "
|
|
4682
|
+
"kind": "js",
|
|
4683
|
+
"name": "PropertySidebar",
|
|
4684
4684
|
"declaration": {
|
|
4685
|
-
"name": "
|
|
4686
|
-
"module": "src/modeller/
|
|
4685
|
+
"name": "PropertySidebar",
|
|
4686
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
4687
4687
|
}
|
|
4688
4688
|
}
|
|
4689
4689
|
]
|
|
@@ -5997,262 +5997,19 @@
|
|
|
5997
5997
|
}
|
|
5998
5998
|
],
|
|
5999
5999
|
"superclass": {
|
|
6000
|
-
"name": "LitElement",
|
|
6001
|
-
"package": "lit"
|
|
6002
|
-
},
|
|
6003
|
-
"customElement": true
|
|
6004
|
-
}
|
|
6005
|
-
],
|
|
6006
|
-
"exports": [
|
|
6007
|
-
{
|
|
6008
|
-
"kind": "js",
|
|
6009
|
-
"name": "SceneInspector",
|
|
6010
|
-
"declaration": {
|
|
6011
|
-
"name": "SceneInspector",
|
|
6012
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6013
|
-
}
|
|
6014
|
-
}
|
|
6015
|
-
]
|
|
6016
|
-
},
|
|
6017
|
-
{
|
|
6018
|
-
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6020
|
-
"declarations": [
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "variable",
|
|
6023
|
-
"name": "BoxPaddingEditorStyles",
|
|
6024
|
-
"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; } `"
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"exports": [
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "js",
|
|
6030
|
-
"name": "BoxPaddingEditorStyles",
|
|
6031
|
-
"declaration": {
|
|
6032
|
-
"name": "BoxPaddingEditorStyles",
|
|
6033
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
]
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6041
|
-
"declarations": [
|
|
6042
|
-
{
|
|
6043
|
-
"kind": "class",
|
|
6044
|
-
"description": "",
|
|
6045
|
-
"name": "PropertyShapes",
|
|
6046
|
-
"members": [
|
|
6047
|
-
{
|
|
6048
|
-
"kind": "field",
|
|
6049
|
-
"name": "value",
|
|
6050
|
-
"type": {
|
|
6051
|
-
"text": "Properties | undefined"
|
|
6052
|
-
},
|
|
6053
|
-
"attribute": "value"
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"kind": "field",
|
|
6057
|
-
"name": "bounds",
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "BOUNDS | null"
|
|
6060
|
-
},
|
|
6061
|
-
"default": "null",
|
|
6062
|
-
"attribute": "bounds"
|
|
6063
|
-
},
|
|
6064
|
-
{
|
|
6065
|
-
"kind": "field",
|
|
6066
|
-
"name": "selected",
|
|
6067
|
-
"type": {
|
|
6068
|
-
"text": "Component[]"
|
|
6069
|
-
},
|
|
6070
|
-
"default": "[]",
|
|
6071
|
-
"attribute": "selected"
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"kind": "method",
|
|
6075
|
-
"name": "_onValueChange",
|
|
6076
|
-
"parameters": [
|
|
6077
|
-
{
|
|
6078
|
-
"name": "e",
|
|
6079
|
-
"type": {
|
|
6080
|
-
"text": "Event"
|
|
6081
|
-
}
|
|
6082
|
-
}
|
|
6083
|
-
],
|
|
6084
|
-
"inheritedFrom": {
|
|
6085
|
-
"name": "AbstractProperty",
|
|
6086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
-
}
|
|
6088
|
-
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "method",
|
|
6091
|
-
"name": "_hasTextProperty",
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "method",
|
|
6103
|
-
"name": "_hasProperties",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"name": "selected",
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"kind": "method",
|
|
6115
|
-
"name": "_isIdentifiable",
|
|
6116
|
-
"parameters": [
|
|
6117
|
-
{
|
|
6118
|
-
"name": "selected",
|
|
6119
|
-
"type": {
|
|
6120
|
-
"text": "Component[]"
|
|
6121
|
-
}
|
|
6122
|
-
}
|
|
6123
|
-
]
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "method",
|
|
6127
|
-
"name": "_isClassIdentifiable",
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
"kind": "method",
|
|
6139
|
-
"name": "_isLine",
|
|
6140
|
-
"parameters": [
|
|
6141
|
-
{
|
|
6142
|
-
"name": "selected",
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "Component[]"
|
|
6145
|
-
}
|
|
6146
|
-
}
|
|
6147
|
-
]
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "method",
|
|
6151
|
-
"name": "_is3dish",
|
|
6152
|
-
"parameters": [
|
|
6153
|
-
{
|
|
6154
|
-
"name": "selected",
|
|
6155
|
-
"type": {
|
|
6156
|
-
"text": "Component[]"
|
|
6157
|
-
}
|
|
6158
|
-
}
|
|
6159
|
-
]
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "method",
|
|
6163
|
-
"name": "_getValueFromEventTarget",
|
|
6164
|
-
"parameters": [
|
|
6165
|
-
{
|
|
6166
|
-
"name": "element",
|
|
6167
|
-
"type": {
|
|
6168
|
-
"text": "HTMLElement"
|
|
6169
|
-
}
|
|
6170
|
-
}
|
|
6171
|
-
],
|
|
6172
|
-
"inheritedFrom": {
|
|
6173
|
-
"name": "AbstractProperty",
|
|
6174
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
-
}
|
|
6176
|
-
},
|
|
6177
|
-
{
|
|
6178
|
-
"kind": "method",
|
|
6179
|
-
"name": "_onAfterValueChange",
|
|
6180
|
-
"parameters": [
|
|
6181
|
-
{
|
|
6182
|
-
"name": "key",
|
|
6183
|
-
"type": {
|
|
6184
|
-
"text": "string"
|
|
6185
|
-
}
|
|
6186
|
-
},
|
|
6187
|
-
{
|
|
6188
|
-
"name": "value",
|
|
6189
|
-
"type": {
|
|
6190
|
-
"text": "any"
|
|
6191
|
-
}
|
|
6192
|
-
}
|
|
6193
|
-
],
|
|
6194
|
-
"inheritedFrom": {
|
|
6195
|
-
"name": "AbstractProperty",
|
|
6196
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6197
|
-
}
|
|
6198
|
-
}
|
|
6199
|
-
],
|
|
6200
|
-
"events": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "bounds-change",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "CustomEvent"
|
|
6205
|
-
}
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "property-change",
|
|
6209
|
-
"type": {
|
|
6210
|
-
"text": "CustomEvent"
|
|
6211
|
-
},
|
|
6212
|
-
"inheritedFrom": {
|
|
6213
|
-
"name": "AbstractProperty",
|
|
6214
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
-
}
|
|
6216
|
-
}
|
|
6217
|
-
],
|
|
6218
|
-
"attributes": [
|
|
6219
|
-
{
|
|
6220
|
-
"name": "value",
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "Properties | undefined"
|
|
6223
|
-
},
|
|
6224
|
-
"fieldName": "value"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "bounds",
|
|
6228
|
-
"type": {
|
|
6229
|
-
"text": "BOUNDS | null"
|
|
6230
|
-
},
|
|
6231
|
-
"default": "null",
|
|
6232
|
-
"fieldName": "bounds"
|
|
6233
|
-
},
|
|
6234
|
-
{
|
|
6235
|
-
"name": "selected",
|
|
6236
|
-
"type": {
|
|
6237
|
-
"text": "Component[]"
|
|
6238
|
-
},
|
|
6239
|
-
"default": "[]",
|
|
6240
|
-
"fieldName": "selected"
|
|
6241
|
-
}
|
|
6242
|
-
],
|
|
6243
|
-
"superclass": {
|
|
6244
|
-
"name": "AbstractProperty",
|
|
6245
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6000
|
+
"name": "LitElement",
|
|
6001
|
+
"package": "lit"
|
|
6002
|
+
},
|
|
6003
|
+
"customElement": true
|
|
6247
6004
|
}
|
|
6248
6005
|
],
|
|
6249
6006
|
"exports": [
|
|
6250
6007
|
{
|
|
6251
6008
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6009
|
+
"name": "SceneInspector",
|
|
6253
6010
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/
|
|
6011
|
+
"name": "SceneInspector",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6256
6013
|
}
|
|
6257
6014
|
}
|
|
6258
6015
|
]
|
|
@@ -6604,6 +6361,249 @@
|
|
|
6604
6361
|
}
|
|
6605
6362
|
]
|
|
6606
6363
|
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "javascript-module",
|
|
6366
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
+
"declarations": [
|
|
6368
|
+
{
|
|
6369
|
+
"kind": "variable",
|
|
6370
|
+
"name": "BoxPaddingEditorStyles",
|
|
6371
|
+
"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; } `"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"exports": [
|
|
6375
|
+
{
|
|
6376
|
+
"kind": "js",
|
|
6377
|
+
"name": "BoxPaddingEditorStyles",
|
|
6378
|
+
"declaration": {
|
|
6379
|
+
"name": "BoxPaddingEditorStyles",
|
|
6380
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
+
}
|
|
6382
|
+
}
|
|
6383
|
+
]
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"kind": "javascript-module",
|
|
6387
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
+
"declarations": [
|
|
6389
|
+
{
|
|
6390
|
+
"kind": "class",
|
|
6391
|
+
"description": "",
|
|
6392
|
+
"name": "PropertyShapes",
|
|
6393
|
+
"members": [
|
|
6394
|
+
{
|
|
6395
|
+
"kind": "field",
|
|
6396
|
+
"name": "value",
|
|
6397
|
+
"type": {
|
|
6398
|
+
"text": "Properties | undefined"
|
|
6399
|
+
},
|
|
6400
|
+
"attribute": "value"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"kind": "field",
|
|
6404
|
+
"name": "bounds",
|
|
6405
|
+
"type": {
|
|
6406
|
+
"text": "BOUNDS | null"
|
|
6407
|
+
},
|
|
6408
|
+
"default": "null",
|
|
6409
|
+
"attribute": "bounds"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"kind": "field",
|
|
6413
|
+
"name": "selected",
|
|
6414
|
+
"type": {
|
|
6415
|
+
"text": "Component[]"
|
|
6416
|
+
},
|
|
6417
|
+
"default": "[]",
|
|
6418
|
+
"attribute": "selected"
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"kind": "method",
|
|
6422
|
+
"name": "_onValueChange",
|
|
6423
|
+
"parameters": [
|
|
6424
|
+
{
|
|
6425
|
+
"name": "e",
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "Event"
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
],
|
|
6431
|
+
"inheritedFrom": {
|
|
6432
|
+
"name": "AbstractProperty",
|
|
6433
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
+
}
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "_hasTextProperty",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "selected",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component[]"
|
|
6444
|
+
}
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "_hasProperties",
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"name": "selected",
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "Component[]"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "method",
|
|
6462
|
+
"name": "_isIdentifiable",
|
|
6463
|
+
"parameters": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "selected",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"text": "Component[]"
|
|
6468
|
+
}
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"kind": "method",
|
|
6474
|
+
"name": "_isClassIdentifiable",
|
|
6475
|
+
"parameters": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "selected",
|
|
6478
|
+
"type": {
|
|
6479
|
+
"text": "Component[]"
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"kind": "method",
|
|
6486
|
+
"name": "_isLine",
|
|
6487
|
+
"parameters": [
|
|
6488
|
+
{
|
|
6489
|
+
"name": "selected",
|
|
6490
|
+
"type": {
|
|
6491
|
+
"text": "Component[]"
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
]
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"kind": "method",
|
|
6498
|
+
"name": "_is3dish",
|
|
6499
|
+
"parameters": [
|
|
6500
|
+
{
|
|
6501
|
+
"name": "selected",
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "Component[]"
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6506
|
+
]
|
|
6507
|
+
},
|
|
6508
|
+
{
|
|
6509
|
+
"kind": "method",
|
|
6510
|
+
"name": "_getValueFromEventTarget",
|
|
6511
|
+
"parameters": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "element",
|
|
6514
|
+
"type": {
|
|
6515
|
+
"text": "HTMLElement"
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"inheritedFrom": {
|
|
6520
|
+
"name": "AbstractProperty",
|
|
6521
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"kind": "method",
|
|
6526
|
+
"name": "_onAfterValueChange",
|
|
6527
|
+
"parameters": [
|
|
6528
|
+
{
|
|
6529
|
+
"name": "key",
|
|
6530
|
+
"type": {
|
|
6531
|
+
"text": "string"
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "value",
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "any"
|
|
6538
|
+
}
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
6541
|
+
"inheritedFrom": {
|
|
6542
|
+
"name": "AbstractProperty",
|
|
6543
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"events": [
|
|
6548
|
+
{
|
|
6549
|
+
"name": "bounds-change",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "CustomEvent"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "property-change",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "CustomEvent"
|
|
6558
|
+
},
|
|
6559
|
+
"inheritedFrom": {
|
|
6560
|
+
"name": "AbstractProperty",
|
|
6561
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
],
|
|
6565
|
+
"attributes": [
|
|
6566
|
+
{
|
|
6567
|
+
"name": "value",
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": "Properties | undefined"
|
|
6570
|
+
},
|
|
6571
|
+
"fieldName": "value"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "bounds",
|
|
6575
|
+
"type": {
|
|
6576
|
+
"text": "BOUNDS | null"
|
|
6577
|
+
},
|
|
6578
|
+
"default": "null",
|
|
6579
|
+
"fieldName": "bounds"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"name": "selected",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "Component[]"
|
|
6585
|
+
},
|
|
6586
|
+
"default": "[]",
|
|
6587
|
+
"fieldName": "selected"
|
|
6588
|
+
}
|
|
6589
|
+
],
|
|
6590
|
+
"superclass": {
|
|
6591
|
+
"name": "AbstractProperty",
|
|
6592
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
+
}
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"exports": [
|
|
6597
|
+
{
|
|
6598
|
+
"kind": "js",
|
|
6599
|
+
"name": "PropertyShapes",
|
|
6600
|
+
"declaration": {
|
|
6601
|
+
"name": "PropertyShapes",
|
|
6602
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
]
|
|
6606
|
+
},
|
|
6607
6607
|
{
|
|
6608
6608
|
"kind": "javascript-module",
|
|
6609
6609
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|