@fmsim/board 1.0.29 → 1.0.32

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.
@@ -3130,31 +3130,62 @@
3130
3130
  },
3131
3131
  {
3132
3132
  "kind": "javascript-module",
3133
- "path": "src/modeller/component-toolbar/component-detail.ts",
3133
+ "path": "src/modeller/property-sidebar/abstract-property.ts",
3134
3134
  "declarations": [
3135
3135
  {
3136
3136
  "kind": "class",
3137
3137
  "description": "",
3138
- "name": "ComponentDetail",
3138
+ "name": "AbstractProperty",
3139
3139
  "members": [
3140
3140
  {
3141
- "kind": "field",
3142
- "name": "template",
3143
- "type": {
3144
- "text": "{ about: string } | null"
3145
- },
3146
- "default": "null",
3147
- "attribute": "template"
3141
+ "kind": "method",
3142
+ "name": "_onValueChange",
3143
+ "parameters": [
3144
+ {
3145
+ "name": "e",
3146
+ "type": {
3147
+ "text": "Event"
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
+ ]
3148
3181
  }
3149
3182
  ],
3150
- "attributes": [
3183
+ "events": [
3151
3184
  {
3152
- "name": "template",
3185
+ "name": "property-change",
3153
3186
  "type": {
3154
- "text": "{ about: string } | null"
3155
- },
3156
- "default": "null",
3157
- "fieldName": "template"
3187
+ "text": "CustomEvent"
3188
+ }
3158
3189
  }
3159
3190
  ],
3160
3191
  "superclass": {
@@ -3167,71 +3198,131 @@
3167
3198
  "exports": [
3168
3199
  {
3169
3200
  "kind": "js",
3170
- "name": "ComponentDetail",
3201
+ "name": "AbstractProperty",
3171
3202
  "declaration": {
3172
- "name": "ComponentDetail",
3173
- "module": "src/modeller/component-toolbar/component-detail.ts"
3203
+ "name": "AbstractProperty",
3204
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
3174
3205
  }
3175
3206
  }
3176
3207
  ]
3177
3208
  },
3178
3209
  {
3179
3210
  "kind": "javascript-module",
3180
- "path": "src/modeller/component-toolbar/component-menu.ts",
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",
3223
+ "declaration": {
3224
+ "name": "PropertySharedStyle",
3225
+ "module": "src/modeller/property-sidebar/property-shared-style.ts"
3226
+ }
3227
+ }
3228
+ ]
3229
+ },
3230
+ {
3231
+ "kind": "javascript-module",
3232
+ "path": "src/modeller/property-sidebar/property-sidebar.ts",
3181
3233
  "declarations": [
3182
3234
  {
3183
3235
  "kind": "class",
3184
3236
  "description": "",
3185
- "name": "ComponentMenu",
3237
+ "name": "PropertySidebar",
3186
3238
  "members": [
3187
3239
  {
3188
3240
  "kind": "field",
3189
- "name": "groups",
3241
+ "name": "scene",
3190
3242
  "type": {
3191
- "text": "Pallet[]"
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",
3269
+ "type": {
3270
+ "text": "Component[]"
3192
3271
  },
3193
3272
  "default": "[]",
3194
- "attribute": "groups"
3273
+ "attribute": "selected"
3195
3274
  },
3196
3275
  {
3197
3276
  "kind": "field",
3198
- "name": "scene",
3277
+ "name": "specificProps",
3199
3278
  "type": {
3200
- "text": "Scene | null"
3279
+ "text": "any"
3201
3280
  },
3202
- "default": "null",
3203
- "attribute": "scene"
3281
+ "attribute": "specificProps"
3204
3282
  },
3205
3283
  {
3206
3284
  "kind": "field",
3207
- "name": "group",
3285
+ "name": "tabName",
3208
3286
  "type": {
3209
3287
  "text": "string | null"
3210
3288
  },
3211
- "default": "''",
3212
- "attribute": "group"
3289
+ "default": "'specific'",
3290
+ "attribute": "tabName"
3213
3291
  },
3214
3292
  {
3215
3293
  "kind": "field",
3216
- "name": "templates",
3294
+ "name": "collapsed",
3217
3295
  "type": {
3218
- "text": "PalletItem[]"
3296
+ "text": "boolean"
3219
3297
  },
3220
- "default": "[]"
3298
+ "default": "false",
3299
+ "attribute": "collapsed"
3221
3300
  },
3222
3301
  {
3223
3302
  "kind": "field",
3224
- "name": "template",
3303
+ "name": "fonts",
3225
3304
  "type": {
3226
- "text": "PalletItem | any"
3227
- }
3305
+ "text": "any[]"
3306
+ },
3307
+ "default": "[]",
3308
+ "attribute": "fonts"
3228
3309
  },
3229
3310
  {
3230
3311
  "kind": "field",
3231
- "name": "detail",
3312
+ "name": "propertyEditor",
3232
3313
  "type": {
3233
- "text": "HTMLElement"
3234
- }
3314
+ "text": "any[]"
3315
+ },
3316
+ "default": "[]",
3317
+ "attribute": "propertyEditor"
3318
+ },
3319
+ {
3320
+ "kind": "field",
3321
+ "name": "propertyTarget",
3322
+ "type": {
3323
+ "text": "Component | null"
3324
+ },
3325
+ "default": "null"
3235
3326
  },
3236
3327
  {
3237
3328
  "kind": "field",
@@ -3241,48 +3332,84 @@
3241
3332
  },
3242
3333
  {
3243
3334
  "kind": "method",
3244
- "name": "findTemplate",
3335
+ "name": "_onPropertyChanged",
3245
3336
  "parameters": [
3246
3337
  {
3247
- "name": "type",
3338
+ "name": "e",
3248
3339
  "type": {
3249
- "text": "string | null | undefined"
3340
+ "text": "CustomEvent"
3250
3341
  }
3251
3342
  }
3252
3343
  ]
3253
3344
  },
3254
3345
  {
3255
3346
  "kind": "method",
3256
- "name": "onHoverComponent",
3347
+ "name": "_onBoundsChanged",
3257
3348
  "parameters": [
3258
3349
  {
3259
3350
  "name": "e",
3260
3351
  "type": {
3261
- "text": "MouseEvent"
3352
+ "text": "CustomEvent"
3262
3353
  }
3263
3354
  }
3264
3355
  ]
3265
3356
  },
3266
3357
  {
3267
3358
  "kind": "method",
3268
- "name": "onClickTemplate",
3359
+ "name": "_onChangedByScene"
3360
+ },
3361
+ {
3362
+ "kind": "method",
3363
+ "name": "_setPropertyTargetAsDefault"
3364
+ },
3365
+ {
3366
+ "kind": "method",
3367
+ "name": "_onCollapsed",
3269
3368
  "parameters": [
3270
3369
  {
3271
- "name": "e",
3370
+ "name": "collapsed",
3272
3371
  "type": {
3273
- "text": "MouseEvent"
3372
+ "text": "boolean"
3274
3373
  }
3275
3374
  }
3276
3375
  ]
3277
3376
  },
3278
3377
  {
3279
3378
  "kind": "method",
3280
- "name": "templateIcon",
3379
+ "name": "_onSceneChanged"
3380
+ },
3381
+ {
3382
+ "kind": "method",
3383
+ "name": "_onSelectedChanged",
3281
3384
  "parameters": [
3282
3385
  {
3283
- "name": "template",
3386
+ "name": "after",
3284
3387
  "type": {
3285
- "text": "PalletItem"
3388
+ "text": "Component[]"
3389
+ }
3390
+ }
3391
+ ]
3392
+ },
3393
+ {
3394
+ "kind": "method",
3395
+ "name": "_setPropertyTarget",
3396
+ "parameters": [
3397
+ {
3398
+ "name": "newTarget",
3399
+ "type": {
3400
+ "text": "Component | null"
3401
+ }
3402
+ }
3403
+ ]
3404
+ },
3405
+ {
3406
+ "kind": "method",
3407
+ "name": "_setBounds",
3408
+ "parameters": [
3409
+ {
3410
+ "name": "bounds",
3411
+ "type": {
3412
+ "text": "BOUNDS"
3286
3413
  }
3287
3414
  }
3288
3415
  ]
@@ -3290,34 +3417,128 @@
3290
3417
  ],
3291
3418
  "attributes": [
3292
3419
  {
3293
- "name": "groups",
3420
+ "name": "scene",
3294
3421
  "type": {
3295
- "text": "Pallet[]"
3422
+ "text": "Scene | null"
3423
+ },
3424
+ "default": "null",
3425
+ "fieldName": "scene"
3426
+ },
3427
+ {
3428
+ "name": "bounds",
3429
+ "type": {
3430
+ "text": "any"
3431
+ },
3432
+ "default": "{}",
3433
+ "fieldName": "bounds"
3434
+ },
3435
+ {
3436
+ "name": "model",
3437
+ "type": {
3438
+ "text": "Model | null"
3439
+ },
3440
+ "default": "{}",
3441
+ "fieldName": "model"
3442
+ },
3443
+ {
3444
+ "name": "selected",
3445
+ "type": {
3446
+ "text": "Component[]"
3296
3447
  },
3297
3448
  "default": "[]",
3298
- "fieldName": "groups"
3449
+ "fieldName": "selected"
3299
3450
  },
3300
3451
  {
3301
- "name": "scene",
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": [
3492
+ {
3493
+ "name": "ScopedElementsMixin",
3494
+ "package": "@open-wc/scoped-elements"
3495
+ }
3496
+ ],
3497
+ "superclass": {
3498
+ "name": "LitElement",
3499
+ "package": "lit"
3500
+ },
3501
+ "customElement": true
3502
+ }
3503
+ ],
3504
+ "exports": [
3505
+ {
3506
+ "kind": "js",
3507
+ "name": "PropertySidebar",
3508
+ "declaration": {
3509
+ "name": "PropertySidebar",
3510
+ "module": "src/modeller/property-sidebar/property-sidebar.ts"
3511
+ }
3512
+ }
3513
+ ]
3514
+ },
3515
+ {
3516
+ "kind": "javascript-module",
3517
+ "path": "src/modeller/component-toolbar/component-detail.ts",
3518
+ "declarations": [
3519
+ {
3520
+ "kind": "class",
3521
+ "description": "",
3522
+ "name": "ComponentDetail",
3523
+ "members": [
3524
+ {
3525
+ "kind": "field",
3526
+ "name": "template",
3302
3527
  "type": {
3303
- "text": "Scene | null"
3528
+ "text": "{ about: string } | null"
3304
3529
  },
3305
3530
  "default": "null",
3306
- "fieldName": "scene"
3307
- },
3308
- {
3309
- "name": "group",
3310
- "type": {
3311
- "text": "string | null"
3312
- },
3313
- "default": "''",
3314
- "fieldName": "group"
3531
+ "attribute": "template"
3315
3532
  }
3316
3533
  ],
3317
- "mixins": [
3534
+ "attributes": [
3318
3535
  {
3319
- "name": "ScopedElementsMixin",
3320
- "package": "@open-wc/scoped-elements"
3536
+ "name": "template",
3537
+ "type": {
3538
+ "text": "{ about: string } | null"
3539
+ },
3540
+ "default": "null",
3541
+ "fieldName": "template"
3321
3542
  }
3322
3543
  ],
3323
3544
  "superclass": {
@@ -3330,95 +3551,71 @@
3330
3551
  "exports": [
3331
3552
  {
3332
3553
  "kind": "js",
3333
- "name": "ComponentMenu",
3554
+ "name": "ComponentDetail",
3334
3555
  "declaration": {
3335
- "name": "ComponentMenu",
3336
- "module": "src/modeller/component-toolbar/component-menu.ts"
3556
+ "name": "ComponentDetail",
3557
+ "module": "src/modeller/component-toolbar/component-detail.ts"
3337
3558
  }
3338
3559
  }
3339
3560
  ]
3340
3561
  },
3341
3562
  {
3342
3563
  "kind": "javascript-module",
3343
- "path": "src/modeller/component-toolbar/component-toolbar.ts",
3564
+ "path": "src/modeller/component-toolbar/component-menu.ts",
3344
3565
  "declarations": [
3345
3566
  {
3346
3567
  "kind": "class",
3347
3568
  "description": "",
3348
- "name": "ComponentToolbar",
3569
+ "name": "ComponentMenu",
3349
3570
  "members": [
3350
3571
  {
3351
3572
  "kind": "field",
3352
- "name": "componentGroupList",
3573
+ "name": "groups",
3353
3574
  "type": {
3354
- "text": "ComponentGroup[]"
3575
+ "text": "Pallet[]"
3355
3576
  },
3356
3577
  "default": "[]",
3357
- "attribute": "componentGroupList"
3358
- },
3359
- {
3360
- "kind": "field",
3361
- "name": "group",
3362
- "type": {
3363
- "text": "string | null | undefined"
3364
- },
3365
- "attribute": "group"
3578
+ "attribute": "groups"
3366
3579
  },
3367
3580
  {
3368
3581
  "kind": "field",
3369
3582
  "name": "scene",
3370
3583
  "type": {
3371
- "text": "Scene"
3584
+ "text": "Scene | null"
3372
3585
  },
3586
+ "default": "null",
3373
3587
  "attribute": "scene"
3374
3588
  },
3375
3589
  {
3376
3590
  "kind": "field",
3377
- "name": "mode",
3378
- "type": {
3379
- "text": "SCENE_MODE"
3380
- },
3381
- "attribute": "mode"
3382
- },
3383
- {
3384
- "kind": "field",
3385
- "name": "shift",
3386
- "type": {
3387
- "text": "HTMLImageElement"
3388
- }
3389
- },
3390
- {
3391
- "kind": "field",
3392
- "name": "menu",
3591
+ "name": "group",
3393
3592
  "type": {
3394
- "text": "HTMLElement"
3593
+ "text": "string | null"
3395
3594
  },
3396
- "privacy": "private"
3595
+ "default": "''",
3596
+ "attribute": "group"
3397
3597
  },
3398
3598
  {
3399
3599
  "kind": "field",
3400
- "name": "componentsContainer",
3600
+ "name": "templates",
3401
3601
  "type": {
3402
- "text": "HTMLElement"
3602
+ "text": "PalletItem[]"
3403
3603
  },
3404
- "privacy": "private"
3604
+ "default": "[]"
3405
3605
  },
3406
3606
  {
3407
3607
  "kind": "field",
3408
- "name": "groups",
3608
+ "name": "template",
3409
3609
  "type": {
3410
- "text": "NodeListOf<HTMLElement>"
3411
- },
3412
- "privacy": "private"
3610
+ "text": "PalletItem | any"
3611
+ }
3413
3612
  },
3414
3613
  {
3415
3614
  "kind": "field",
3416
- "name": "icons",
3615
+ "name": "detail",
3417
3616
  "type": {
3418
- "text": "{ [name: string]: string }"
3419
- },
3420
- "privacy": "private",
3421
- "default": "{}"
3617
+ "text": "HTMLElement"
3618
+ }
3422
3619
  },
3423
3620
  {
3424
3621
  "kind": "field",
@@ -3428,31 +3625,31 @@
3428
3625
  },
3429
3626
  {
3430
3627
  "kind": "method",
3431
- "name": "onWheelEvent",
3628
+ "name": "findTemplate",
3432
3629
  "parameters": [
3433
3630
  {
3434
- "name": "e",
3631
+ "name": "type",
3435
3632
  "type": {
3436
- "text": "Event"
3633
+ "text": "string | null | undefined"
3437
3634
  }
3438
3635
  }
3439
3636
  ]
3440
3637
  },
3441
3638
  {
3442
3639
  "kind": "method",
3443
- "name": "_setMode",
3640
+ "name": "onHoverComponent",
3444
3641
  "parameters": [
3445
3642
  {
3446
- "name": "mode",
3643
+ "name": "e",
3447
3644
  "type": {
3448
- "text": "SCENE_MODE"
3645
+ "text": "MouseEvent"
3449
3646
  }
3450
3647
  }
3451
3648
  ]
3452
3649
  },
3453
3650
  {
3454
3651
  "kind": "method",
3455
- "name": "_onClickShift",
3652
+ "name": "onClickTemplate",
3456
3653
  "parameters": [
3457
3654
  {
3458
3655
  "name": "e",
@@ -3464,172 +3661,47 @@
3464
3661
  },
3465
3662
  {
3466
3663
  "kind": "method",
3467
- "name": "_onClickGroup",
3664
+ "name": "templateIcon",
3468
3665
  "parameters": [
3469
3666
  {
3470
- "name": "e",
3667
+ "name": "template",
3471
3668
  "type": {
3472
- "text": "MouseEvent"
3669
+ "text": "PalletItem"
3473
3670
  }
3474
3671
  }
3475
3672
  ]
3476
3673
  }
3477
3674
  ],
3478
- "events": [
3479
- {
3480
- "name": "mode-changed",
3481
- "type": {
3482
- "text": "CustomEvent"
3483
- }
3484
- }
3485
- ],
3486
3675
  "attributes": [
3487
3676
  {
3488
- "name": "componentGroupList",
3677
+ "name": "groups",
3489
3678
  "type": {
3490
- "text": "ComponentGroup[]"
3679
+ "text": "Pallet[]"
3491
3680
  },
3492
3681
  "default": "[]",
3493
- "fieldName": "componentGroupList"
3494
- },
3495
- {
3496
- "name": "group",
3497
- "type": {
3498
- "text": "string | null | undefined"
3499
- },
3500
- "fieldName": "group"
3682
+ "fieldName": "groups"
3501
3683
  },
3502
3684
  {
3503
3685
  "name": "scene",
3504
3686
  "type": {
3505
- "text": "Scene"
3687
+ "text": "Scene | null"
3506
3688
  },
3689
+ "default": "null",
3507
3690
  "fieldName": "scene"
3508
3691
  },
3509
3692
  {
3510
- "name": "mode",
3693
+ "name": "group",
3511
3694
  "type": {
3512
- "text": "SCENE_MODE"
3695
+ "text": "string | null"
3513
3696
  },
3514
- "fieldName": "mode"
3697
+ "default": "''",
3698
+ "fieldName": "group"
3515
3699
  }
3516
3700
  ],
3517
3701
  "mixins": [
3518
3702
  {
3519
- "name": "ScopedElementsMixin",
3520
- "package": "@open-wc/scoped-elements"
3521
- }
3522
- ],
3523
- "superclass": {
3524
- "name": "LitElement",
3525
- "package": "lit"
3526
- },
3527
- "customElement": true
3528
- }
3529
- ],
3530
- "exports": [
3531
- {
3532
- "kind": "js",
3533
- "name": "ComponentToolbar",
3534
- "declaration": {
3535
- "name": "ComponentToolbar",
3536
- "module": "src/modeller/component-toolbar/component-toolbar.ts"
3537
- }
3538
- }
3539
- ]
3540
- },
3541
- {
3542
- "kind": "javascript-module",
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/property-sidebar/abstract-property.ts",
3578
- "declarations": [
3579
- {
3580
- "kind": "class",
3581
- "description": "",
3582
- "name": "AbstractProperty",
3583
- "members": [
3584
- {
3585
- "kind": "method",
3586
- "name": "_onValueChange",
3587
- "parameters": [
3588
- {
3589
- "name": "e",
3590
- "type": {
3591
- "text": "Event"
3592
- }
3593
- }
3594
- ]
3595
- },
3596
- {
3597
- "kind": "method",
3598
- "name": "_getValueFromEventTarget",
3599
- "parameters": [
3600
- {
3601
- "name": "element",
3602
- "type": {
3603
- "text": "HTMLElement"
3604
- }
3605
- }
3606
- ]
3607
- },
3608
- {
3609
- "kind": "method",
3610
- "name": "_onAfterValueChange",
3611
- "parameters": [
3612
- {
3613
- "name": "key",
3614
- "type": {
3615
- "text": "string"
3616
- }
3617
- },
3618
- {
3619
- "name": "value",
3620
- "type": {
3621
- "text": "any"
3622
- }
3623
- }
3624
- ]
3625
- }
3626
- ],
3627
- "events": [
3628
- {
3629
- "name": "property-change",
3630
- "type": {
3631
- "text": "CustomEvent"
3632
- }
3703
+ "name": "ScopedElementsMixin",
3704
+ "package": "@open-wc/scoped-elements"
3633
3705
  }
3634
3706
  ],
3635
3707
  "superclass": {
@@ -3642,131 +3714,95 @@
3642
3714
  "exports": [
3643
3715
  {
3644
3716
  "kind": "js",
3645
- "name": "AbstractProperty",
3646
- "declaration": {
3647
- "name": "AbstractProperty",
3648
- "module": "src/modeller/property-sidebar/abstract-property.ts"
3649
- }
3650
- }
3651
- ]
3652
- },
3653
- {
3654
- "kind": "javascript-module",
3655
- "path": "src/modeller/property-sidebar/property-shared-style.ts",
3656
- "declarations": [
3657
- {
3658
- "kind": "variable",
3659
- "name": "PropertySharedStyle",
3660
- "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; } `"
3661
- }
3662
- ],
3663
- "exports": [
3664
- {
3665
- "kind": "js",
3666
- "name": "PropertySharedStyle",
3717
+ "name": "ComponentMenu",
3667
3718
  "declaration": {
3668
- "name": "PropertySharedStyle",
3669
- "module": "src/modeller/property-sidebar/property-shared-style.ts"
3719
+ "name": "ComponentMenu",
3720
+ "module": "src/modeller/component-toolbar/component-menu.ts"
3670
3721
  }
3671
3722
  }
3672
3723
  ]
3673
3724
  },
3674
3725
  {
3675
3726
  "kind": "javascript-module",
3676
- "path": "src/modeller/property-sidebar/property-sidebar.ts",
3727
+ "path": "src/modeller/component-toolbar/component-toolbar.ts",
3677
3728
  "declarations": [
3678
3729
  {
3679
3730
  "kind": "class",
3680
3731
  "description": "",
3681
- "name": "PropertySidebar",
3732
+ "name": "ComponentToolbar",
3682
3733
  "members": [
3683
3734
  {
3684
3735
  "kind": "field",
3685
- "name": "scene",
3686
- "type": {
3687
- "text": "Scene | null"
3688
- },
3689
- "default": "null",
3690
- "attribute": "scene"
3691
- },
3692
- {
3693
- "kind": "field",
3694
- "name": "bounds",
3736
+ "name": "componentGroupList",
3695
3737
  "type": {
3696
- "text": "any"
3738
+ "text": "ComponentGroup[]"
3697
3739
  },
3698
- "default": "{}",
3699
- "attribute": "bounds"
3740
+ "default": "[]",
3741
+ "attribute": "componentGroupList"
3700
3742
  },
3701
3743
  {
3702
3744
  "kind": "field",
3703
- "name": "model",
3745
+ "name": "group",
3704
3746
  "type": {
3705
- "text": "Model | null"
3747
+ "text": "string | null | undefined"
3706
3748
  },
3707
- "default": "{}",
3708
- "attribute": "model"
3749
+ "attribute": "group"
3709
3750
  },
3710
3751
  {
3711
3752
  "kind": "field",
3712
- "name": "selected",
3753
+ "name": "scene",
3713
3754
  "type": {
3714
- "text": "Component[]"
3755
+ "text": "Scene"
3715
3756
  },
3716
- "default": "[]",
3717
- "attribute": "selected"
3757
+ "attribute": "scene"
3718
3758
  },
3719
3759
  {
3720
3760
  "kind": "field",
3721
- "name": "specificProps",
3761
+ "name": "mode",
3722
3762
  "type": {
3723
- "text": "any"
3763
+ "text": "SCENE_MODE"
3724
3764
  },
3725
- "attribute": "specificProps"
3765
+ "attribute": "mode"
3726
3766
  },
3727
3767
  {
3728
3768
  "kind": "field",
3729
- "name": "tabName",
3769
+ "name": "shift",
3730
3770
  "type": {
3731
- "text": "string | null"
3732
- },
3733
- "default": "'specific'",
3734
- "attribute": "tabName"
3771
+ "text": "HTMLImageElement"
3772
+ }
3735
3773
  },
3736
3774
  {
3737
3775
  "kind": "field",
3738
- "name": "collapsed",
3776
+ "name": "menu",
3739
3777
  "type": {
3740
- "text": "boolean"
3778
+ "text": "HTMLElement"
3741
3779
  },
3742
- "default": "false",
3743
- "attribute": "collapsed"
3780
+ "privacy": "private"
3744
3781
  },
3745
3782
  {
3746
3783
  "kind": "field",
3747
- "name": "fonts",
3784
+ "name": "componentsContainer",
3748
3785
  "type": {
3749
- "text": "any[]"
3786
+ "text": "HTMLElement"
3750
3787
  },
3751
- "default": "[]",
3752
- "attribute": "fonts"
3788
+ "privacy": "private"
3753
3789
  },
3754
3790
  {
3755
3791
  "kind": "field",
3756
- "name": "propertyEditor",
3792
+ "name": "groups",
3757
3793
  "type": {
3758
- "text": "any[]"
3794
+ "text": "NodeListOf<HTMLElement>"
3759
3795
  },
3760
- "default": "[]",
3761
- "attribute": "propertyEditor"
3796
+ "privacy": "private"
3762
3797
  },
3763
3798
  {
3764
3799
  "kind": "field",
3765
- "name": "propertyTarget",
3800
+ "name": "icons",
3766
3801
  "type": {
3767
- "text": "Component | null"
3802
+ "text": "{ [name: string]: string }"
3768
3803
  },
3769
- "default": "null"
3804
+ "privacy": "private",
3805
+ "default": "{}"
3770
3806
  },
3771
3807
  {
3772
3808
  "kind": "field",
@@ -3776,160 +3812,90 @@
3776
3812
  },
3777
3813
  {
3778
3814
  "kind": "method",
3779
- "name": "_onPropertyChanged",
3780
- "parameters": [
3781
- {
3782
- "name": "e",
3783
- "type": {
3784
- "text": "CustomEvent"
3785
- }
3786
- }
3787
- ]
3788
- },
3789
- {
3790
- "kind": "method",
3791
- "name": "_onBoundsChanged",
3815
+ "name": "onWheelEvent",
3792
3816
  "parameters": [
3793
3817
  {
3794
3818
  "name": "e",
3795
3819
  "type": {
3796
- "text": "CustomEvent"
3797
- }
3798
- }
3799
- ]
3800
- },
3801
- {
3802
- "kind": "method",
3803
- "name": "_onChangedByScene"
3804
- },
3805
- {
3806
- "kind": "method",
3807
- "name": "_setPropertyTargetAsDefault"
3808
- },
3809
- {
3810
- "kind": "method",
3811
- "name": "_onCollapsed",
3812
- "parameters": [
3813
- {
3814
- "name": "collapsed",
3815
- "type": {
3816
- "text": "boolean"
3820
+ "text": "Event"
3817
3821
  }
3818
3822
  }
3819
3823
  ]
3820
3824
  },
3821
3825
  {
3822
3826
  "kind": "method",
3823
- "name": "_onSceneChanged"
3824
- },
3825
- {
3826
- "kind": "method",
3827
- "name": "_onSelectedChanged",
3827
+ "name": "_setMode",
3828
3828
  "parameters": [
3829
3829
  {
3830
- "name": "after",
3830
+ "name": "mode",
3831
3831
  "type": {
3832
- "text": "Component[]"
3832
+ "text": "SCENE_MODE"
3833
3833
  }
3834
3834
  }
3835
3835
  ]
3836
3836
  },
3837
3837
  {
3838
3838
  "kind": "method",
3839
- "name": "_setPropertyTarget",
3839
+ "name": "_onClickShift",
3840
3840
  "parameters": [
3841
3841
  {
3842
- "name": "newTarget",
3842
+ "name": "e",
3843
3843
  "type": {
3844
- "text": "Component | null"
3844
+ "text": "MouseEvent"
3845
3845
  }
3846
3846
  }
3847
3847
  ]
3848
3848
  },
3849
3849
  {
3850
3850
  "kind": "method",
3851
- "name": "_setBounds",
3851
+ "name": "_onClickGroup",
3852
3852
  "parameters": [
3853
3853
  {
3854
- "name": "bounds",
3854
+ "name": "e",
3855
3855
  "type": {
3856
- "text": "BOUNDS"
3856
+ "text": "MouseEvent"
3857
3857
  }
3858
3858
  }
3859
3859
  ]
3860
3860
  }
3861
3861
  ],
3862
- "attributes": [
3863
- {
3864
- "name": "scene",
3865
- "type": {
3866
- "text": "Scene | null"
3867
- },
3868
- "default": "null",
3869
- "fieldName": "scene"
3870
- },
3871
- {
3872
- "name": "bounds",
3873
- "type": {
3874
- "text": "any"
3875
- },
3876
- "default": "{}",
3877
- "fieldName": "bounds"
3878
- },
3862
+ "events": [
3879
3863
  {
3880
- "name": "model",
3864
+ "name": "mode-changed",
3881
3865
  "type": {
3882
- "text": "Model | null"
3883
- },
3884
- "default": "{}",
3885
- "fieldName": "model"
3886
- },
3866
+ "text": "CustomEvent"
3867
+ }
3868
+ }
3869
+ ],
3870
+ "attributes": [
3887
3871
  {
3888
- "name": "selected",
3872
+ "name": "componentGroupList",
3889
3873
  "type": {
3890
- "text": "Component[]"
3874
+ "text": "ComponentGroup[]"
3891
3875
  },
3892
3876
  "default": "[]",
3893
- "fieldName": "selected"
3894
- },
3895
- {
3896
- "name": "specificProps",
3897
- "type": {
3898
- "text": "any"
3899
- },
3900
- "fieldName": "specificProps"
3901
- },
3902
- {
3903
- "name": "tabName",
3904
- "type": {
3905
- "text": "string | null"
3906
- },
3907
- "default": "'specific'",
3908
- "fieldName": "tabName"
3877
+ "fieldName": "componentGroupList"
3909
3878
  },
3910
3879
  {
3911
- "name": "collapsed",
3880
+ "name": "group",
3912
3881
  "type": {
3913
- "text": "boolean"
3882
+ "text": "string | null | undefined"
3914
3883
  },
3915
- "default": "false",
3916
- "fieldName": "collapsed"
3884
+ "fieldName": "group"
3917
3885
  },
3918
3886
  {
3919
- "name": "fonts",
3887
+ "name": "scene",
3920
3888
  "type": {
3921
- "text": "any[]"
3889
+ "text": "Scene"
3922
3890
  },
3923
- "default": "[]",
3924
- "fieldName": "fonts"
3891
+ "fieldName": "scene"
3925
3892
  },
3926
3893
  {
3927
- "name": "propertyEditor",
3894
+ "name": "mode",
3928
3895
  "type": {
3929
- "text": "any[]"
3896
+ "text": "SCENE_MODE"
3930
3897
  },
3931
- "default": "[]",
3932
- "fieldName": "propertyEditor"
3898
+ "fieldName": "mode"
3933
3899
  }
3934
3900
  ],
3935
3901
  "mixins": [
@@ -3948,10 +3914,44 @@
3948
3914
  "exports": [
3949
3915
  {
3950
3916
  "kind": "js",
3951
- "name": "PropertySidebar",
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",
3952
3944
  "declaration": {
3953
- "name": "PropertySidebar",
3954
- "module": "src/modeller/property-sidebar/property-sidebar.ts"
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
3955
  }
3956
3956
  }
3957
3957
  ]
@@ -5760,16 +5760,256 @@
5760
5760
  "text": "any"
5761
5761
  }
5762
5762
  }
5763
- ]
5763
+ ]
5764
+ }
5765
+ ],
5766
+ "exports": [
5767
+ {
5768
+ "kind": "js",
5769
+ "name": "convert",
5770
+ "declaration": {
5771
+ "name": "convert",
5772
+ "module": "src/modeller/property-sidebar/effects/value-converter.ts"
5773
+ }
5774
+ }
5775
+ ]
5776
+ },
5777
+ {
5778
+ "kind": "javascript-module",
5779
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5780
+ "declarations": [
5781
+ {
5782
+ "kind": "class",
5783
+ "description": "",
5784
+ "name": "SceneInspector",
5785
+ "members": [
5786
+ {
5787
+ "kind": "field",
5788
+ "name": "scene",
5789
+ "type": {
5790
+ "text": "Scene | undefined"
5791
+ },
5792
+ "attribute": "scene"
5793
+ },
5794
+ {
5795
+ "kind": "field",
5796
+ "name": "searchText",
5797
+ "type": {
5798
+ "text": "string"
5799
+ },
5800
+ "privacy": "private",
5801
+ "default": "''"
5802
+ },
5803
+ {
5804
+ "kind": "field",
5805
+ "name": "_extendedMap",
5806
+ "type": {
5807
+ "text": "any"
5808
+ },
5809
+ "privacy": "private"
5810
+ },
5811
+ {
5812
+ "kind": "field",
5813
+ "name": "show",
5814
+ "type": {
5815
+ "text": "boolean"
5816
+ },
5817
+ "privacy": "private",
5818
+ "default": "false"
5819
+ },
5820
+ {
5821
+ "kind": "field",
5822
+ "name": "count",
5823
+ "type": {
5824
+ "text": "number"
5825
+ },
5826
+ "privacy": "private",
5827
+ "default": "-1"
5828
+ },
5829
+ {
5830
+ "kind": "method",
5831
+ "name": "disconnectScene",
5832
+ "parameters": [
5833
+ {
5834
+ "name": "scene",
5835
+ "optional": true,
5836
+ "type": {
5837
+ "text": "Scene"
5838
+ }
5839
+ }
5840
+ ]
5841
+ },
5842
+ {
5843
+ "kind": "method",
5844
+ "name": "refresh"
5845
+ },
5846
+ {
5847
+ "kind": "method",
5848
+ "name": "_onclick",
5849
+ "parameters": [
5850
+ {
5851
+ "name": "e",
5852
+ "type": {
5853
+ "text": "MouseEvent"
5854
+ }
5855
+ }
5856
+ ]
5857
+ },
5858
+ {
5859
+ "kind": "method",
5860
+ "name": "_ondblclick",
5861
+ "parameters": [
5862
+ {
5863
+ "name": "e",
5864
+ "type": {
5865
+ "text": "MouseEvent"
5866
+ }
5867
+ }
5868
+ ]
5869
+ },
5870
+ {
5871
+ "kind": "field",
5872
+ "name": "extendedMap",
5873
+ "readonly": true
5874
+ },
5875
+ {
5876
+ "kind": "method",
5877
+ "name": "getNodeHandleClass",
5878
+ "parameters": [
5879
+ {
5880
+ "name": "component",
5881
+ "type": {
5882
+ "text": "Component"
5883
+ }
5884
+ }
5885
+ ]
5886
+ },
5887
+ {
5888
+ "kind": "method",
5889
+ "name": "isExtended",
5890
+ "parameters": [
5891
+ {
5892
+ "name": "component",
5893
+ "type": {
5894
+ "text": "Component"
5895
+ }
5896
+ }
5897
+ ]
5898
+ },
5899
+ {
5900
+ "kind": "method",
5901
+ "name": "toggleExtended",
5902
+ "parameters": [
5903
+ {
5904
+ "name": "component",
5905
+ "type": {
5906
+ "text": "Component"
5907
+ }
5908
+ }
5909
+ ]
5910
+ },
5911
+ {
5912
+ "kind": "method",
5913
+ "name": "toggleHidden",
5914
+ "parameters": [
5915
+ {
5916
+ "name": "component",
5917
+ "type": {
5918
+ "text": "Component"
5919
+ }
5920
+ }
5921
+ ]
5922
+ },
5923
+ {
5924
+ "kind": "method",
5925
+ "name": "selectComponent",
5926
+ "parameters": [
5927
+ {
5928
+ "name": "component",
5929
+ "type": {
5930
+ "text": "Component"
5931
+ }
5932
+ },
5933
+ {
5934
+ "name": "append",
5935
+ "default": "false",
5936
+ "type": {
5937
+ "text": "boolean"
5938
+ }
5939
+ }
5940
+ ]
5941
+ },
5942
+ {
5943
+ "kind": "method",
5944
+ "name": "shouldBeShown",
5945
+ "return": {
5946
+ "type": {
5947
+ "text": "boolean"
5948
+ }
5949
+ },
5950
+ "parameters": [
5951
+ {
5952
+ "name": "component",
5953
+ "type": {
5954
+ "text": "Component"
5955
+ }
5956
+ },
5957
+ {
5958
+ "name": "counting",
5959
+ "default": "false",
5960
+ "type": {
5961
+ "text": "boolean"
5962
+ }
5963
+ }
5964
+ ]
5965
+ },
5966
+ {
5967
+ "kind": "method",
5968
+ "name": "renderComponent",
5969
+ "return": {
5970
+ "type": {
5971
+ "text": "TemplateResult"
5972
+ }
5973
+ },
5974
+ "parameters": [
5975
+ {
5976
+ "name": "component",
5977
+ "type": {
5978
+ "text": "Component"
5979
+ }
5980
+ },
5981
+ {
5982
+ "name": "depth",
5983
+ "type": {
5984
+ "text": "number"
5985
+ }
5986
+ }
5987
+ ]
5988
+ }
5989
+ ],
5990
+ "attributes": [
5991
+ {
5992
+ "name": "scene",
5993
+ "type": {
5994
+ "text": "Scene | undefined"
5995
+ },
5996
+ "fieldName": "scene"
5997
+ }
5998
+ ],
5999
+ "superclass": {
6000
+ "name": "LitElement",
6001
+ "package": "lit"
6002
+ },
6003
+ "customElement": true
5764
6004
  }
5765
6005
  ],
5766
6006
  "exports": [
5767
6007
  {
5768
6008
  "kind": "js",
5769
- "name": "convert",
6009
+ "name": "SceneInspector",
5770
6010
  "declaration": {
5771
- "name": "convert",
5772
- "module": "src/modeller/property-sidebar/effects/value-converter.ts"
6011
+ "name": "SceneInspector",
6012
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5773
6013
  }
5774
6014
  }
5775
6015
  ]
@@ -6017,246 +6257,6 @@
6017
6257
  }
6018
6258
  ]
6019
6259
  },
6020
- {
6021
- "kind": "javascript-module",
6022
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
6023
- "declarations": [
6024
- {
6025
- "kind": "class",
6026
- "description": "",
6027
- "name": "SceneInspector",
6028
- "members": [
6029
- {
6030
- "kind": "field",
6031
- "name": "scene",
6032
- "type": {
6033
- "text": "Scene | undefined"
6034
- },
6035
- "attribute": "scene"
6036
- },
6037
- {
6038
- "kind": "field",
6039
- "name": "searchText",
6040
- "type": {
6041
- "text": "string"
6042
- },
6043
- "privacy": "private",
6044
- "default": "''"
6045
- },
6046
- {
6047
- "kind": "field",
6048
- "name": "_extendedMap",
6049
- "type": {
6050
- "text": "any"
6051
- },
6052
- "privacy": "private"
6053
- },
6054
- {
6055
- "kind": "field",
6056
- "name": "show",
6057
- "type": {
6058
- "text": "boolean"
6059
- },
6060
- "privacy": "private",
6061
- "default": "false"
6062
- },
6063
- {
6064
- "kind": "field",
6065
- "name": "count",
6066
- "type": {
6067
- "text": "number"
6068
- },
6069
- "privacy": "private",
6070
- "default": "-1"
6071
- },
6072
- {
6073
- "kind": "method",
6074
- "name": "disconnectScene",
6075
- "parameters": [
6076
- {
6077
- "name": "scene",
6078
- "optional": true,
6079
- "type": {
6080
- "text": "Scene"
6081
- }
6082
- }
6083
- ]
6084
- },
6085
- {
6086
- "kind": "method",
6087
- "name": "refresh"
6088
- },
6089
- {
6090
- "kind": "method",
6091
- "name": "_onclick",
6092
- "parameters": [
6093
- {
6094
- "name": "e",
6095
- "type": {
6096
- "text": "MouseEvent"
6097
- }
6098
- }
6099
- ]
6100
- },
6101
- {
6102
- "kind": "method",
6103
- "name": "_ondblclick",
6104
- "parameters": [
6105
- {
6106
- "name": "e",
6107
- "type": {
6108
- "text": "MouseEvent"
6109
- }
6110
- }
6111
- ]
6112
- },
6113
- {
6114
- "kind": "field",
6115
- "name": "extendedMap",
6116
- "readonly": true
6117
- },
6118
- {
6119
- "kind": "method",
6120
- "name": "getNodeHandleClass",
6121
- "parameters": [
6122
- {
6123
- "name": "component",
6124
- "type": {
6125
- "text": "Component"
6126
- }
6127
- }
6128
- ]
6129
- },
6130
- {
6131
- "kind": "method",
6132
- "name": "isExtended",
6133
- "parameters": [
6134
- {
6135
- "name": "component",
6136
- "type": {
6137
- "text": "Component"
6138
- }
6139
- }
6140
- ]
6141
- },
6142
- {
6143
- "kind": "method",
6144
- "name": "toggleExtended",
6145
- "parameters": [
6146
- {
6147
- "name": "component",
6148
- "type": {
6149
- "text": "Component"
6150
- }
6151
- }
6152
- ]
6153
- },
6154
- {
6155
- "kind": "method",
6156
- "name": "toggleHidden",
6157
- "parameters": [
6158
- {
6159
- "name": "component",
6160
- "type": {
6161
- "text": "Component"
6162
- }
6163
- }
6164
- ]
6165
- },
6166
- {
6167
- "kind": "method",
6168
- "name": "selectComponent",
6169
- "parameters": [
6170
- {
6171
- "name": "component",
6172
- "type": {
6173
- "text": "Component"
6174
- }
6175
- },
6176
- {
6177
- "name": "append",
6178
- "default": "false",
6179
- "type": {
6180
- "text": "boolean"
6181
- }
6182
- }
6183
- ]
6184
- },
6185
- {
6186
- "kind": "method",
6187
- "name": "shouldBeShown",
6188
- "return": {
6189
- "type": {
6190
- "text": "boolean"
6191
- }
6192
- },
6193
- "parameters": [
6194
- {
6195
- "name": "component",
6196
- "type": {
6197
- "text": "Component"
6198
- }
6199
- },
6200
- {
6201
- "name": "counting",
6202
- "default": "false",
6203
- "type": {
6204
- "text": "boolean"
6205
- }
6206
- }
6207
- ]
6208
- },
6209
- {
6210
- "kind": "method",
6211
- "name": "renderComponent",
6212
- "return": {
6213
- "type": {
6214
- "text": "TemplateResult"
6215
- }
6216
- },
6217
- "parameters": [
6218
- {
6219
- "name": "component",
6220
- "type": {
6221
- "text": "Component"
6222
- }
6223
- },
6224
- {
6225
- "name": "depth",
6226
- "type": {
6227
- "text": "number"
6228
- }
6229
- }
6230
- ]
6231
- }
6232
- ],
6233
- "attributes": [
6234
- {
6235
- "name": "scene",
6236
- "type": {
6237
- "text": "Scene | undefined"
6238
- },
6239
- "fieldName": "scene"
6240
- }
6241
- ],
6242
- "superclass": {
6243
- "name": "LitElement",
6244
- "package": "lit"
6245
- },
6246
- "customElement": true
6247
- }
6248
- ],
6249
- "exports": [
6250
- {
6251
- "kind": "js",
6252
- "name": "SceneInspector",
6253
- "declaration": {
6254
- "name": "SceneInspector",
6255
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
6256
- }
6257
- }
6258
- ]
6259
- },
6260
6260
  {
6261
6261
  "kind": "javascript-module",
6262
6262
  "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",