@fmsim/board 0.0.95 → 0.0.96
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 +1322 -1322
- package/dist/src/layers/movement-layer.d.ts +1 -1
- package/dist/src/layers/movement-layer.js +1 -1
- package/dist/src/layers/movement-layer.js.map +1 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.js +1 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -3106,31 +3106,62 @@
|
|
|
3106
3106
|
},
|
|
3107
3107
|
{
|
|
3108
3108
|
"kind": "javascript-module",
|
|
3109
|
-
"path": "src/modeller/
|
|
3109
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
3110
3110
|
"declarations": [
|
|
3111
3111
|
{
|
|
3112
3112
|
"kind": "class",
|
|
3113
3113
|
"description": "",
|
|
3114
|
-
"name": "
|
|
3114
|
+
"name": "AbstractProperty",
|
|
3115
3115
|
"members": [
|
|
3116
3116
|
{
|
|
3117
|
-
"kind": "
|
|
3118
|
-
"name": "
|
|
3119
|
-
"
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3117
|
+
"kind": "method",
|
|
3118
|
+
"name": "_onValueChange",
|
|
3119
|
+
"parameters": [
|
|
3120
|
+
{
|
|
3121
|
+
"name": "e",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "Event"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
]
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "method",
|
|
3130
|
+
"name": "_getValueFromEventTarget",
|
|
3131
|
+
"parameters": [
|
|
3132
|
+
{
|
|
3133
|
+
"name": "element",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "HTMLElement"
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
]
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"kind": "method",
|
|
3142
|
+
"name": "_onAfterValueChange",
|
|
3143
|
+
"parameters": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "key",
|
|
3146
|
+
"type": {
|
|
3147
|
+
"text": "string"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "value",
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "any"
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
3156
|
+
]
|
|
3124
3157
|
}
|
|
3125
3158
|
],
|
|
3126
|
-
"
|
|
3159
|
+
"events": [
|
|
3127
3160
|
{
|
|
3128
|
-
"name": "
|
|
3161
|
+
"name": "property-change",
|
|
3129
3162
|
"type": {
|
|
3130
|
-
"text": "
|
|
3131
|
-
}
|
|
3132
|
-
"default": "null",
|
|
3133
|
-
"fieldName": "template"
|
|
3163
|
+
"text": "CustomEvent"
|
|
3164
|
+
}
|
|
3134
3165
|
}
|
|
3135
3166
|
],
|
|
3136
3167
|
"superclass": {
|
|
@@ -3143,71 +3174,131 @@
|
|
|
3143
3174
|
"exports": [
|
|
3144
3175
|
{
|
|
3145
3176
|
"kind": "js",
|
|
3146
|
-
"name": "
|
|
3177
|
+
"name": "AbstractProperty",
|
|
3147
3178
|
"declaration": {
|
|
3148
|
-
"name": "
|
|
3149
|
-
"module": "src/modeller/
|
|
3179
|
+
"name": "AbstractProperty",
|
|
3180
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3150
3181
|
}
|
|
3151
3182
|
}
|
|
3152
3183
|
]
|
|
3153
3184
|
},
|
|
3154
3185
|
{
|
|
3155
3186
|
"kind": "javascript-module",
|
|
3156
|
-
"path": "src/modeller/
|
|
3187
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3188
|
+
"declarations": [
|
|
3189
|
+
{
|
|
3190
|
+
"kind": "variable",
|
|
3191
|
+
"name": "PropertySharedStyle",
|
|
3192
|
+
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: var(--url-icon-properties-label) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
|
|
3193
|
+
}
|
|
3194
|
+
],
|
|
3195
|
+
"exports": [
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "js",
|
|
3198
|
+
"name": "PropertySharedStyle",
|
|
3199
|
+
"declaration": {
|
|
3200
|
+
"name": "PropertySharedStyle",
|
|
3201
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3204
|
+
]
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "javascript-module",
|
|
3208
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
3157
3209
|
"declarations": [
|
|
3158
3210
|
{
|
|
3159
3211
|
"kind": "class",
|
|
3160
3212
|
"description": "",
|
|
3161
|
-
"name": "
|
|
3213
|
+
"name": "PropertySidebar",
|
|
3162
3214
|
"members": [
|
|
3163
3215
|
{
|
|
3164
3216
|
"kind": "field",
|
|
3165
|
-
"name": "
|
|
3217
|
+
"name": "scene",
|
|
3166
3218
|
"type": {
|
|
3167
|
-
"text": "
|
|
3219
|
+
"text": "Scene | null"
|
|
3220
|
+
},
|
|
3221
|
+
"default": "null",
|
|
3222
|
+
"attribute": "scene"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "field",
|
|
3226
|
+
"name": "bounds",
|
|
3227
|
+
"type": {
|
|
3228
|
+
"text": "any"
|
|
3229
|
+
},
|
|
3230
|
+
"default": "{}",
|
|
3231
|
+
"attribute": "bounds"
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"kind": "field",
|
|
3235
|
+
"name": "model",
|
|
3236
|
+
"type": {
|
|
3237
|
+
"text": "Model | null"
|
|
3238
|
+
},
|
|
3239
|
+
"default": "{}",
|
|
3240
|
+
"attribute": "model"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"kind": "field",
|
|
3244
|
+
"name": "selected",
|
|
3245
|
+
"type": {
|
|
3246
|
+
"text": "Component[]"
|
|
3168
3247
|
},
|
|
3169
3248
|
"default": "[]",
|
|
3170
|
-
"attribute": "
|
|
3249
|
+
"attribute": "selected"
|
|
3171
3250
|
},
|
|
3172
3251
|
{
|
|
3173
3252
|
"kind": "field",
|
|
3174
|
-
"name": "
|
|
3253
|
+
"name": "specificProps",
|
|
3175
3254
|
"type": {
|
|
3176
|
-
"text": "
|
|
3255
|
+
"text": "any"
|
|
3177
3256
|
},
|
|
3178
|
-
"
|
|
3179
|
-
"attribute": "scene"
|
|
3257
|
+
"attribute": "specificProps"
|
|
3180
3258
|
},
|
|
3181
3259
|
{
|
|
3182
3260
|
"kind": "field",
|
|
3183
|
-
"name": "
|
|
3261
|
+
"name": "tabName",
|
|
3184
3262
|
"type": {
|
|
3185
3263
|
"text": "string | null"
|
|
3186
3264
|
},
|
|
3187
|
-
"default": "''",
|
|
3188
|
-
"attribute": "
|
|
3265
|
+
"default": "'specific'",
|
|
3266
|
+
"attribute": "tabName"
|
|
3189
3267
|
},
|
|
3190
3268
|
{
|
|
3191
3269
|
"kind": "field",
|
|
3192
|
-
"name": "
|
|
3270
|
+
"name": "collapsed",
|
|
3193
3271
|
"type": {
|
|
3194
|
-
"text": "
|
|
3272
|
+
"text": "boolean"
|
|
3195
3273
|
},
|
|
3196
|
-
"default": "
|
|
3274
|
+
"default": "false",
|
|
3275
|
+
"attribute": "collapsed"
|
|
3197
3276
|
},
|
|
3198
3277
|
{
|
|
3199
3278
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3279
|
+
"name": "fonts",
|
|
3201
3280
|
"type": {
|
|
3202
|
-
"text": "
|
|
3203
|
-
}
|
|
3281
|
+
"text": "any[]"
|
|
3282
|
+
},
|
|
3283
|
+
"default": "[]",
|
|
3284
|
+
"attribute": "fonts"
|
|
3204
3285
|
},
|
|
3205
3286
|
{
|
|
3206
3287
|
"kind": "field",
|
|
3207
|
-
"name": "
|
|
3288
|
+
"name": "propertyEditor",
|
|
3208
3289
|
"type": {
|
|
3209
|
-
"text": "
|
|
3210
|
-
}
|
|
3290
|
+
"text": "any[]"
|
|
3291
|
+
},
|
|
3292
|
+
"default": "[]",
|
|
3293
|
+
"attribute": "propertyEditor"
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "field",
|
|
3297
|
+
"name": "propertyTarget",
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": "Component | null"
|
|
3300
|
+
},
|
|
3301
|
+
"default": "null"
|
|
3211
3302
|
},
|
|
3212
3303
|
{
|
|
3213
3304
|
"kind": "field",
|
|
@@ -3217,62 +3308,90 @@
|
|
|
3217
3308
|
},
|
|
3218
3309
|
{
|
|
3219
3310
|
"kind": "method",
|
|
3220
|
-
"name": "
|
|
3311
|
+
"name": "_onPropertyChanged",
|
|
3221
3312
|
"parameters": [
|
|
3222
3313
|
{
|
|
3223
|
-
"name": "
|
|
3314
|
+
"name": "e",
|
|
3224
3315
|
"type": {
|
|
3225
|
-
"text": "
|
|
3316
|
+
"text": "CustomEvent"
|
|
3226
3317
|
}
|
|
3227
3318
|
}
|
|
3228
3319
|
]
|
|
3229
3320
|
},
|
|
3230
3321
|
{
|
|
3231
3322
|
"kind": "method",
|
|
3232
|
-
"name": "
|
|
3323
|
+
"name": "_onBoundsChanged",
|
|
3233
3324
|
"parameters": [
|
|
3234
3325
|
{
|
|
3235
3326
|
"name": "e",
|
|
3236
3327
|
"type": {
|
|
3237
|
-
"text": "
|
|
3328
|
+
"text": "CustomEvent"
|
|
3238
3329
|
}
|
|
3239
3330
|
}
|
|
3240
3331
|
]
|
|
3241
3332
|
},
|
|
3242
3333
|
{
|
|
3243
3334
|
"kind": "method",
|
|
3244
|
-
"name": "
|
|
3335
|
+
"name": "_onChangedByScene"
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "method",
|
|
3339
|
+
"name": "_setPropertyTargetAsDefault"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "method",
|
|
3343
|
+
"name": "_onCollapsed",
|
|
3245
3344
|
"parameters": [
|
|
3246
3345
|
{
|
|
3247
|
-
"name": "
|
|
3346
|
+
"name": "collapsed",
|
|
3248
3347
|
"type": {
|
|
3249
|
-
"text": "
|
|
3348
|
+
"text": "boolean"
|
|
3250
3349
|
}
|
|
3251
3350
|
}
|
|
3252
3351
|
]
|
|
3253
3352
|
},
|
|
3254
3353
|
{
|
|
3255
3354
|
"kind": "method",
|
|
3256
|
-
"name": "
|
|
3355
|
+
"name": "_onSceneChanged"
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"kind": "method",
|
|
3359
|
+
"name": "_onSelectedChanged",
|
|
3257
3360
|
"parameters": [
|
|
3258
3361
|
{
|
|
3259
|
-
"name": "
|
|
3362
|
+
"name": "after",
|
|
3260
3363
|
"type": {
|
|
3261
|
-
"text": "
|
|
3364
|
+
"text": "Component[]"
|
|
3365
|
+
}
|
|
3366
|
+
}
|
|
3367
|
+
]
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"kind": "method",
|
|
3371
|
+
"name": "_setPropertyTarget",
|
|
3372
|
+
"parameters": [
|
|
3373
|
+
{
|
|
3374
|
+
"name": "newTarget",
|
|
3375
|
+
"type": {
|
|
3376
|
+
"text": "Component | null"
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3379
|
+
]
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"kind": "method",
|
|
3383
|
+
"name": "_setBounds",
|
|
3384
|
+
"parameters": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "bounds",
|
|
3387
|
+
"type": {
|
|
3388
|
+
"text": "BOUNDS"
|
|
3262
3389
|
}
|
|
3263
3390
|
}
|
|
3264
3391
|
]
|
|
3265
3392
|
}
|
|
3266
3393
|
],
|
|
3267
3394
|
"attributes": [
|
|
3268
|
-
{
|
|
3269
|
-
"name": "groups",
|
|
3270
|
-
"type": {
|
|
3271
|
-
"text": "Pallet[]"
|
|
3272
|
-
},
|
|
3273
|
-
"default": "[]",
|
|
3274
|
-
"fieldName": "groups"
|
|
3275
|
-
},
|
|
3276
3395
|
{
|
|
3277
3396
|
"name": "scene",
|
|
3278
3397
|
"type": {
|
|
@@ -3282,119 +3401,197 @@
|
|
|
3282
3401
|
"fieldName": "scene"
|
|
3283
3402
|
},
|
|
3284
3403
|
{
|
|
3285
|
-
"name": "
|
|
3404
|
+
"name": "bounds",
|
|
3286
3405
|
"type": {
|
|
3287
|
-
"text": "
|
|
3406
|
+
"text": "any"
|
|
3288
3407
|
},
|
|
3289
|
-
"default": "
|
|
3290
|
-
"fieldName": "
|
|
3291
|
-
}
|
|
3292
|
-
],
|
|
3293
|
-
"mixins": [
|
|
3408
|
+
"default": "{}",
|
|
3409
|
+
"fieldName": "bounds"
|
|
3410
|
+
},
|
|
3294
3411
|
{
|
|
3295
|
-
"name": "
|
|
3296
|
-
"
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3412
|
+
"name": "model",
|
|
3413
|
+
"type": {
|
|
3414
|
+
"text": "Model | null"
|
|
3415
|
+
},
|
|
3416
|
+
"default": "{}",
|
|
3417
|
+
"fieldName": "model"
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"name": "selected",
|
|
3421
|
+
"type": {
|
|
3422
|
+
"text": "Component[]"
|
|
3423
|
+
},
|
|
3424
|
+
"default": "[]",
|
|
3425
|
+
"fieldName": "selected"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"name": "specificProps",
|
|
3429
|
+
"type": {
|
|
3430
|
+
"text": "any"
|
|
3431
|
+
},
|
|
3432
|
+
"fieldName": "specificProps"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"name": "tabName",
|
|
3436
|
+
"type": {
|
|
3437
|
+
"text": "string | null"
|
|
3438
|
+
},
|
|
3439
|
+
"default": "'specific'",
|
|
3440
|
+
"fieldName": "tabName"
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"name": "collapsed",
|
|
3444
|
+
"type": {
|
|
3445
|
+
"text": "boolean"
|
|
3446
|
+
},
|
|
3447
|
+
"default": "false",
|
|
3448
|
+
"fieldName": "collapsed"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"name": "fonts",
|
|
3452
|
+
"type": {
|
|
3453
|
+
"text": "any[]"
|
|
3454
|
+
},
|
|
3455
|
+
"default": "[]",
|
|
3456
|
+
"fieldName": "fonts"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "propertyEditor",
|
|
3460
|
+
"type": {
|
|
3461
|
+
"text": "any[]"
|
|
3462
|
+
},
|
|
3463
|
+
"default": "[]",
|
|
3464
|
+
"fieldName": "propertyEditor"
|
|
3465
|
+
}
|
|
3466
|
+
],
|
|
3467
|
+
"mixins": [
|
|
3468
|
+
{
|
|
3469
|
+
"name": "ScopedElementsMixin",
|
|
3470
|
+
"package": "@open-wc/scoped-elements"
|
|
3471
|
+
}
|
|
3472
|
+
],
|
|
3473
|
+
"superclass": {
|
|
3474
|
+
"name": "LitElement",
|
|
3475
|
+
"package": "lit"
|
|
3476
|
+
},
|
|
3477
|
+
"customElement": true
|
|
3304
3478
|
}
|
|
3305
3479
|
],
|
|
3306
3480
|
"exports": [
|
|
3307
3481
|
{
|
|
3308
3482
|
"kind": "js",
|
|
3309
|
-
"name": "
|
|
3483
|
+
"name": "PropertySidebar",
|
|
3310
3484
|
"declaration": {
|
|
3311
|
-
"name": "
|
|
3312
|
-
"module": "src/modeller/
|
|
3485
|
+
"name": "PropertySidebar",
|
|
3486
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
3313
3487
|
}
|
|
3314
3488
|
}
|
|
3315
3489
|
]
|
|
3316
3490
|
},
|
|
3317
3491
|
{
|
|
3318
3492
|
"kind": "javascript-module",
|
|
3319
|
-
"path": "src/modeller/component-toolbar/component-
|
|
3493
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3320
3494
|
"declarations": [
|
|
3321
3495
|
{
|
|
3322
3496
|
"kind": "class",
|
|
3323
3497
|
"description": "",
|
|
3324
|
-
"name": "
|
|
3498
|
+
"name": "ComponentDetail",
|
|
3325
3499
|
"members": [
|
|
3326
3500
|
{
|
|
3327
3501
|
"kind": "field",
|
|
3328
|
-
"name": "
|
|
3502
|
+
"name": "template",
|
|
3329
3503
|
"type": {
|
|
3330
|
-
"text": "
|
|
3504
|
+
"text": "{ about: string } | null"
|
|
3331
3505
|
},
|
|
3332
|
-
"default": "
|
|
3333
|
-
"attribute": "
|
|
3334
|
-
}
|
|
3506
|
+
"default": "null",
|
|
3507
|
+
"attribute": "template"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"attributes": [
|
|
3335
3511
|
{
|
|
3336
|
-
"
|
|
3337
|
-
"name": "group",
|
|
3512
|
+
"name": "template",
|
|
3338
3513
|
"type": {
|
|
3339
|
-
"text": "string | null
|
|
3514
|
+
"text": "{ about: string } | null"
|
|
3340
3515
|
},
|
|
3341
|
-
"
|
|
3342
|
-
|
|
3516
|
+
"default": "null",
|
|
3517
|
+
"fieldName": "template"
|
|
3518
|
+
}
|
|
3519
|
+
],
|
|
3520
|
+
"superclass": {
|
|
3521
|
+
"name": "LitElement",
|
|
3522
|
+
"package": "lit"
|
|
3523
|
+
},
|
|
3524
|
+
"customElement": true
|
|
3525
|
+
}
|
|
3526
|
+
],
|
|
3527
|
+
"exports": [
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "js",
|
|
3530
|
+
"name": "ComponentDetail",
|
|
3531
|
+
"declaration": {
|
|
3532
|
+
"name": "ComponentDetail",
|
|
3533
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
3536
|
+
]
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "javascript-module",
|
|
3540
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3541
|
+
"declarations": [
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "class",
|
|
3544
|
+
"description": "",
|
|
3545
|
+
"name": "ComponentMenu",
|
|
3546
|
+
"members": [
|
|
3343
3547
|
{
|
|
3344
3548
|
"kind": "field",
|
|
3345
|
-
"name": "
|
|
3549
|
+
"name": "groups",
|
|
3346
3550
|
"type": {
|
|
3347
|
-
"text": "
|
|
3551
|
+
"text": "Pallet[]"
|
|
3348
3552
|
},
|
|
3349
|
-
"
|
|
3553
|
+
"default": "[]",
|
|
3554
|
+
"attribute": "groups"
|
|
3350
3555
|
},
|
|
3351
3556
|
{
|
|
3352
3557
|
"kind": "field",
|
|
3353
|
-
"name": "
|
|
3558
|
+
"name": "scene",
|
|
3354
3559
|
"type": {
|
|
3355
|
-
"text": "
|
|
3560
|
+
"text": "Scene | null"
|
|
3356
3561
|
},
|
|
3357
|
-
"
|
|
3358
|
-
|
|
3359
|
-
{
|
|
3360
|
-
"kind": "field",
|
|
3361
|
-
"name": "shift",
|
|
3362
|
-
"type": {
|
|
3363
|
-
"text": "HTMLImageElement"
|
|
3364
|
-
}
|
|
3562
|
+
"default": "null",
|
|
3563
|
+
"attribute": "scene"
|
|
3365
3564
|
},
|
|
3366
3565
|
{
|
|
3367
3566
|
"kind": "field",
|
|
3368
|
-
"name": "
|
|
3567
|
+
"name": "group",
|
|
3369
3568
|
"type": {
|
|
3370
|
-
"text": "
|
|
3569
|
+
"text": "string | null"
|
|
3371
3570
|
},
|
|
3372
|
-
"
|
|
3571
|
+
"default": "''",
|
|
3572
|
+
"attribute": "group"
|
|
3373
3573
|
},
|
|
3374
3574
|
{
|
|
3375
3575
|
"kind": "field",
|
|
3376
|
-
"name": "
|
|
3576
|
+
"name": "templates",
|
|
3377
3577
|
"type": {
|
|
3378
|
-
"text": "
|
|
3578
|
+
"text": "PalletItem[]"
|
|
3379
3579
|
},
|
|
3380
|
-
"
|
|
3580
|
+
"default": "[]"
|
|
3381
3581
|
},
|
|
3382
3582
|
{
|
|
3383
3583
|
"kind": "field",
|
|
3384
|
-
"name": "
|
|
3584
|
+
"name": "template",
|
|
3385
3585
|
"type": {
|
|
3386
|
-
"text": "
|
|
3387
|
-
}
|
|
3388
|
-
"privacy": "private"
|
|
3586
|
+
"text": "PalletItem | any"
|
|
3587
|
+
}
|
|
3389
3588
|
},
|
|
3390
3589
|
{
|
|
3391
3590
|
"kind": "field",
|
|
3392
|
-
"name": "
|
|
3591
|
+
"name": "detail",
|
|
3393
3592
|
"type": {
|
|
3394
|
-
"text": "
|
|
3395
|
-
}
|
|
3396
|
-
"privacy": "private",
|
|
3397
|
-
"default": "{}"
|
|
3593
|
+
"text": "HTMLElement"
|
|
3594
|
+
}
|
|
3398
3595
|
},
|
|
3399
3596
|
{
|
|
3400
3597
|
"kind": "field",
|
|
@@ -3404,31 +3601,31 @@
|
|
|
3404
3601
|
},
|
|
3405
3602
|
{
|
|
3406
3603
|
"kind": "method",
|
|
3407
|
-
"name": "
|
|
3604
|
+
"name": "findTemplate",
|
|
3408
3605
|
"parameters": [
|
|
3409
3606
|
{
|
|
3410
|
-
"name": "
|
|
3607
|
+
"name": "type",
|
|
3411
3608
|
"type": {
|
|
3412
|
-
"text": "
|
|
3609
|
+
"text": "string | null | undefined"
|
|
3413
3610
|
}
|
|
3414
3611
|
}
|
|
3415
3612
|
]
|
|
3416
3613
|
},
|
|
3417
3614
|
{
|
|
3418
3615
|
"kind": "method",
|
|
3419
|
-
"name": "
|
|
3616
|
+
"name": "onHoverComponent",
|
|
3420
3617
|
"parameters": [
|
|
3421
3618
|
{
|
|
3422
|
-
"name": "
|
|
3619
|
+
"name": "e",
|
|
3423
3620
|
"type": {
|
|
3424
|
-
"text": "
|
|
3621
|
+
"text": "MouseEvent"
|
|
3425
3622
|
}
|
|
3426
3623
|
}
|
|
3427
3624
|
]
|
|
3428
3625
|
},
|
|
3429
3626
|
{
|
|
3430
3627
|
"kind": "method",
|
|
3431
|
-
"name": "
|
|
3628
|
+
"name": "onClickTemplate",
|
|
3432
3629
|
"parameters": [
|
|
3433
3630
|
{
|
|
3434
3631
|
"name": "e",
|
|
@@ -3440,54 +3637,41 @@
|
|
|
3440
3637
|
},
|
|
3441
3638
|
{
|
|
3442
3639
|
"kind": "method",
|
|
3443
|
-
"name": "
|
|
3640
|
+
"name": "templateIcon",
|
|
3444
3641
|
"parameters": [
|
|
3445
3642
|
{
|
|
3446
|
-
"name": "
|
|
3643
|
+
"name": "template",
|
|
3447
3644
|
"type": {
|
|
3448
|
-
"text": "
|
|
3645
|
+
"text": "PalletItem"
|
|
3449
3646
|
}
|
|
3450
3647
|
}
|
|
3451
3648
|
]
|
|
3452
3649
|
}
|
|
3453
3650
|
],
|
|
3454
|
-
"events": [
|
|
3455
|
-
{
|
|
3456
|
-
"name": "mode-changed",
|
|
3457
|
-
"type": {
|
|
3458
|
-
"text": "CustomEvent"
|
|
3459
|
-
}
|
|
3460
|
-
}
|
|
3461
|
-
],
|
|
3462
3651
|
"attributes": [
|
|
3463
3652
|
{
|
|
3464
|
-
"name": "
|
|
3653
|
+
"name": "groups",
|
|
3465
3654
|
"type": {
|
|
3466
|
-
"text": "
|
|
3655
|
+
"text": "Pallet[]"
|
|
3467
3656
|
},
|
|
3468
3657
|
"default": "[]",
|
|
3469
|
-
"fieldName": "
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"name": "group",
|
|
3473
|
-
"type": {
|
|
3474
|
-
"text": "string | null | undefined"
|
|
3475
|
-
},
|
|
3476
|
-
"fieldName": "group"
|
|
3658
|
+
"fieldName": "groups"
|
|
3477
3659
|
},
|
|
3478
3660
|
{
|
|
3479
3661
|
"name": "scene",
|
|
3480
3662
|
"type": {
|
|
3481
|
-
"text": "Scene"
|
|
3663
|
+
"text": "Scene | null"
|
|
3482
3664
|
},
|
|
3665
|
+
"default": "null",
|
|
3483
3666
|
"fieldName": "scene"
|
|
3484
3667
|
},
|
|
3485
3668
|
{
|
|
3486
|
-
"name": "
|
|
3669
|
+
"name": "group",
|
|
3487
3670
|
"type": {
|
|
3488
|
-
"text": "
|
|
3671
|
+
"text": "string | null"
|
|
3489
3672
|
},
|
|
3490
|
-
"
|
|
3673
|
+
"default": "''",
|
|
3674
|
+
"fieldName": "group"
|
|
3491
3675
|
}
|
|
3492
3676
|
],
|
|
3493
3677
|
"mixins": [
|
|
@@ -3506,41 +3690,241 @@
|
|
|
3506
3690
|
"exports": [
|
|
3507
3691
|
{
|
|
3508
3692
|
"kind": "js",
|
|
3509
|
-
"name": "
|
|
3693
|
+
"name": "ComponentMenu",
|
|
3510
3694
|
"declaration": {
|
|
3511
|
-
"name": "
|
|
3512
|
-
"module": "src/modeller/component-toolbar/component-
|
|
3695
|
+
"name": "ComponentMenu",
|
|
3696
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3513
3697
|
}
|
|
3514
3698
|
}
|
|
3515
3699
|
]
|
|
3516
3700
|
},
|
|
3517
3701
|
{
|
|
3518
3702
|
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/modeller/component-toolbar/
|
|
3703
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3520
3704
|
"declarations": [
|
|
3521
3705
|
{
|
|
3522
|
-
"kind": "
|
|
3523
|
-
"
|
|
3524
|
-
"
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3706
|
+
"kind": "class",
|
|
3707
|
+
"description": "",
|
|
3708
|
+
"name": "ComponentToolbar",
|
|
3709
|
+
"members": [
|
|
3710
|
+
{
|
|
3711
|
+
"kind": "field",
|
|
3712
|
+
"name": "componentGroupList",
|
|
3713
|
+
"type": {
|
|
3714
|
+
"text": "ComponentGroup[]"
|
|
3715
|
+
},
|
|
3716
|
+
"default": "[]",
|
|
3717
|
+
"attribute": "componentGroupList"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"kind": "field",
|
|
3721
|
+
"name": "group",
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "string | null | undefined"
|
|
3724
|
+
},
|
|
3725
|
+
"attribute": "group"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"kind": "field",
|
|
3729
|
+
"name": "scene",
|
|
3730
|
+
"type": {
|
|
3731
|
+
"text": "Scene"
|
|
3732
|
+
},
|
|
3733
|
+
"attribute": "scene"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "field",
|
|
3737
|
+
"name": "mode",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "SCENE_MODE"
|
|
3740
|
+
},
|
|
3741
|
+
"attribute": "mode"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"kind": "field",
|
|
3745
|
+
"name": "shift",
|
|
3746
|
+
"type": {
|
|
3747
|
+
"text": "HTMLImageElement"
|
|
3748
|
+
}
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "field",
|
|
3752
|
+
"name": "menu",
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "HTMLElement"
|
|
3755
|
+
},
|
|
3756
|
+
"privacy": "private"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"kind": "field",
|
|
3760
|
+
"name": "componentsContainer",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "HTMLElement"
|
|
3763
|
+
},
|
|
3764
|
+
"privacy": "private"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"kind": "field",
|
|
3768
|
+
"name": "groups",
|
|
3769
|
+
"type": {
|
|
3770
|
+
"text": "NodeListOf<HTMLElement>"
|
|
3771
|
+
},
|
|
3772
|
+
"privacy": "private"
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"kind": "field",
|
|
3776
|
+
"name": "icons",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "{ [name: string]: string }"
|
|
3779
|
+
},
|
|
3780
|
+
"privacy": "private",
|
|
3781
|
+
"default": "{}"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"kind": "field",
|
|
3785
|
+
"name": "scopedElements",
|
|
3786
|
+
"static": true,
|
|
3787
|
+
"readonly": true
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "method",
|
|
3791
|
+
"name": "onWheelEvent",
|
|
3792
|
+
"parameters": [
|
|
3793
|
+
{
|
|
3794
|
+
"name": "e",
|
|
3795
|
+
"type": {
|
|
3796
|
+
"text": "Event"
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
]
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "method",
|
|
3803
|
+
"name": "_setMode",
|
|
3804
|
+
"parameters": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "mode",
|
|
3807
|
+
"type": {
|
|
3808
|
+
"text": "SCENE_MODE"
|
|
3809
|
+
}
|
|
3810
|
+
}
|
|
3811
|
+
]
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"kind": "method",
|
|
3815
|
+
"name": "_onClickShift",
|
|
3816
|
+
"parameters": [
|
|
3817
|
+
{
|
|
3818
|
+
"name": "e",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"text": "MouseEvent"
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3823
|
+
]
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"kind": "method",
|
|
3827
|
+
"name": "_onClickGroup",
|
|
3828
|
+
"parameters": [
|
|
3829
|
+
{
|
|
3830
|
+
"name": "e",
|
|
3831
|
+
"type": {
|
|
3832
|
+
"text": "MouseEvent"
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
]
|
|
3836
|
+
}
|
|
3837
|
+
],
|
|
3838
|
+
"events": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "mode-changed",
|
|
3841
|
+
"type": {
|
|
3842
|
+
"text": "CustomEvent"
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"attributes": [
|
|
3847
|
+
{
|
|
3848
|
+
"name": "componentGroupList",
|
|
3849
|
+
"type": {
|
|
3850
|
+
"text": "ComponentGroup[]"
|
|
3851
|
+
},
|
|
3852
|
+
"default": "[]",
|
|
3853
|
+
"fieldName": "componentGroupList"
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"name": "group",
|
|
3857
|
+
"type": {
|
|
3858
|
+
"text": "string | null | undefined"
|
|
3859
|
+
},
|
|
3860
|
+
"fieldName": "group"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "scene",
|
|
3864
|
+
"type": {
|
|
3865
|
+
"text": "Scene"
|
|
3866
|
+
},
|
|
3867
|
+
"fieldName": "scene"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "mode",
|
|
3871
|
+
"type": {
|
|
3872
|
+
"text": "SCENE_MODE"
|
|
3873
|
+
},
|
|
3874
|
+
"fieldName": "mode"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"mixins": [
|
|
3878
|
+
{
|
|
3879
|
+
"name": "ScopedElementsMixin",
|
|
3880
|
+
"package": "@open-wc/scoped-elements"
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"superclass": {
|
|
3884
|
+
"name": "LitElement",
|
|
3885
|
+
"package": "lit"
|
|
3886
|
+
},
|
|
3887
|
+
"customElement": true
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"exports": [
|
|
3891
|
+
{
|
|
3892
|
+
"kind": "js",
|
|
3893
|
+
"name": "ComponentToolbar",
|
|
3894
|
+
"declaration": {
|
|
3895
|
+
"name": "ComponentToolbar",
|
|
3896
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
]
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"kind": "javascript-module",
|
|
3903
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3904
|
+
"declarations": [
|
|
3905
|
+
{
|
|
3906
|
+
"kind": "variable",
|
|
3907
|
+
"name": "ICON_EDIT_MODE",
|
|
3908
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n }\n .st1 {\n fill: none;\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \t\" />\n <path\n class=\"st1\"\n 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\n 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\n 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\n 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\n 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\n 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\"\n />\n </g>\n </svg>\n`"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "variable",
|
|
3912
|
+
"name": "ICON_SHIFT_MODE",
|
|
3913
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n 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\n 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\n 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\n 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\n 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\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n 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\n 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\n 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\n 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\n 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\n 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\"\n />\n </g>\n </svg>\n`"
|
|
3914
|
+
}
|
|
3915
|
+
],
|
|
3916
|
+
"exports": [
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "js",
|
|
3919
|
+
"name": "ICON_EDIT_MODE",
|
|
3920
|
+
"declaration": {
|
|
3921
|
+
"name": "ICON_EDIT_MODE",
|
|
3922
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
{
|
|
3926
|
+
"kind": "js",
|
|
3927
|
+
"name": "ICON_SHIFT_MODE",
|
|
3544
3928
|
"declaration": {
|
|
3545
3929
|
"name": "ICON_SHIFT_MODE",
|
|
3546
3930
|
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
@@ -4282,405 +4666,21 @@
|
|
|
4282
4666
|
},
|
|
4283
4667
|
{
|
|
4284
4668
|
"kind": "javascript-module",
|
|
4285
|
-
"path": "src/modeller/property-sidebar/
|
|
4669
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4286
4670
|
"declarations": [
|
|
4287
4671
|
{
|
|
4288
4672
|
"kind": "class",
|
|
4289
|
-
"description": "",
|
|
4290
|
-
"name": "
|
|
4673
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4674
|
+
"name": "DataBindingMapper",
|
|
4291
4675
|
"members": [
|
|
4292
4676
|
{
|
|
4293
|
-
"kind": "
|
|
4294
|
-
"name": "
|
|
4295
|
-
"
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
}
|
|
4301
|
-
}
|
|
4302
|
-
]
|
|
4303
|
-
},
|
|
4304
|
-
{
|
|
4305
|
-
"kind": "method",
|
|
4306
|
-
"name": "_getValueFromEventTarget",
|
|
4307
|
-
"parameters": [
|
|
4308
|
-
{
|
|
4309
|
-
"name": "element",
|
|
4310
|
-
"type": {
|
|
4311
|
-
"text": "HTMLElement"
|
|
4312
|
-
}
|
|
4313
|
-
}
|
|
4314
|
-
]
|
|
4315
|
-
},
|
|
4316
|
-
{
|
|
4317
|
-
"kind": "method",
|
|
4318
|
-
"name": "_onAfterValueChange",
|
|
4319
|
-
"parameters": [
|
|
4320
|
-
{
|
|
4321
|
-
"name": "key",
|
|
4322
|
-
"type": {
|
|
4323
|
-
"text": "string"
|
|
4324
|
-
}
|
|
4325
|
-
},
|
|
4326
|
-
{
|
|
4327
|
-
"name": "value",
|
|
4328
|
-
"type": {
|
|
4329
|
-
"text": "any"
|
|
4330
|
-
}
|
|
4331
|
-
}
|
|
4332
|
-
]
|
|
4333
|
-
}
|
|
4334
|
-
],
|
|
4335
|
-
"events": [
|
|
4336
|
-
{
|
|
4337
|
-
"name": "property-change",
|
|
4338
|
-
"type": {
|
|
4339
|
-
"text": "CustomEvent"
|
|
4340
|
-
}
|
|
4341
|
-
}
|
|
4342
|
-
],
|
|
4343
|
-
"superclass": {
|
|
4344
|
-
"name": "LitElement",
|
|
4345
|
-
"package": "lit"
|
|
4346
|
-
},
|
|
4347
|
-
"customElement": true
|
|
4348
|
-
}
|
|
4349
|
-
],
|
|
4350
|
-
"exports": [
|
|
4351
|
-
{
|
|
4352
|
-
"kind": "js",
|
|
4353
|
-
"name": "AbstractProperty",
|
|
4354
|
-
"declaration": {
|
|
4355
|
-
"name": "AbstractProperty",
|
|
4356
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4357
|
-
}
|
|
4358
|
-
}
|
|
4359
|
-
]
|
|
4360
|
-
},
|
|
4361
|
-
{
|
|
4362
|
-
"kind": "javascript-module",
|
|
4363
|
-
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
4364
|
-
"declarations": [
|
|
4365
|
-
{
|
|
4366
|
-
"kind": "variable",
|
|
4367
|
-
"name": "PropertySharedStyle",
|
|
4368
|
-
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: var(--url-icon-properties-label) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
|
|
4369
|
-
}
|
|
4370
|
-
],
|
|
4371
|
-
"exports": [
|
|
4372
|
-
{
|
|
4373
|
-
"kind": "js",
|
|
4374
|
-
"name": "PropertySharedStyle",
|
|
4375
|
-
"declaration": {
|
|
4376
|
-
"name": "PropertySharedStyle",
|
|
4377
|
-
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
4378
|
-
}
|
|
4379
|
-
}
|
|
4380
|
-
]
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "javascript-module",
|
|
4384
|
-
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
4385
|
-
"declarations": [
|
|
4386
|
-
{
|
|
4387
|
-
"kind": "class",
|
|
4388
|
-
"description": "",
|
|
4389
|
-
"name": "PropertySidebar",
|
|
4390
|
-
"members": [
|
|
4391
|
-
{
|
|
4392
|
-
"kind": "field",
|
|
4393
|
-
"name": "scene",
|
|
4394
|
-
"type": {
|
|
4395
|
-
"text": "Scene | null"
|
|
4396
|
-
},
|
|
4397
|
-
"default": "null",
|
|
4398
|
-
"attribute": "scene"
|
|
4399
|
-
},
|
|
4400
|
-
{
|
|
4401
|
-
"kind": "field",
|
|
4402
|
-
"name": "bounds",
|
|
4403
|
-
"type": {
|
|
4404
|
-
"text": "any"
|
|
4405
|
-
},
|
|
4406
|
-
"default": "{}",
|
|
4407
|
-
"attribute": "bounds"
|
|
4408
|
-
},
|
|
4409
|
-
{
|
|
4410
|
-
"kind": "field",
|
|
4411
|
-
"name": "model",
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "Model | null"
|
|
4414
|
-
},
|
|
4415
|
-
"default": "{}",
|
|
4416
|
-
"attribute": "model"
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"kind": "field",
|
|
4420
|
-
"name": "selected",
|
|
4421
|
-
"type": {
|
|
4422
|
-
"text": "Component[]"
|
|
4423
|
-
},
|
|
4424
|
-
"default": "[]",
|
|
4425
|
-
"attribute": "selected"
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"kind": "field",
|
|
4429
|
-
"name": "specificProps",
|
|
4430
|
-
"type": {
|
|
4431
|
-
"text": "any"
|
|
4432
|
-
},
|
|
4433
|
-
"attribute": "specificProps"
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"kind": "field",
|
|
4437
|
-
"name": "tabName",
|
|
4438
|
-
"type": {
|
|
4439
|
-
"text": "string | null"
|
|
4440
|
-
},
|
|
4441
|
-
"default": "'specific'",
|
|
4442
|
-
"attribute": "tabName"
|
|
4443
|
-
},
|
|
4444
|
-
{
|
|
4445
|
-
"kind": "field",
|
|
4446
|
-
"name": "collapsed",
|
|
4447
|
-
"type": {
|
|
4448
|
-
"text": "boolean"
|
|
4449
|
-
},
|
|
4450
|
-
"default": "false",
|
|
4451
|
-
"attribute": "collapsed"
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"kind": "field",
|
|
4455
|
-
"name": "fonts",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "any[]"
|
|
4458
|
-
},
|
|
4459
|
-
"default": "[]",
|
|
4460
|
-
"attribute": "fonts"
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
"kind": "field",
|
|
4464
|
-
"name": "propertyEditor",
|
|
4465
|
-
"type": {
|
|
4466
|
-
"text": "any[]"
|
|
4467
|
-
},
|
|
4468
|
-
"default": "[]",
|
|
4469
|
-
"attribute": "propertyEditor"
|
|
4470
|
-
},
|
|
4471
|
-
{
|
|
4472
|
-
"kind": "field",
|
|
4473
|
-
"name": "propertyTarget",
|
|
4474
|
-
"type": {
|
|
4475
|
-
"text": "Component | null"
|
|
4476
|
-
},
|
|
4477
|
-
"default": "null"
|
|
4478
|
-
},
|
|
4479
|
-
{
|
|
4480
|
-
"kind": "field",
|
|
4481
|
-
"name": "scopedElements",
|
|
4482
|
-
"static": true,
|
|
4483
|
-
"readonly": true
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "method",
|
|
4487
|
-
"name": "_onPropertyChanged",
|
|
4488
|
-
"parameters": [
|
|
4489
|
-
{
|
|
4490
|
-
"name": "e",
|
|
4491
|
-
"type": {
|
|
4492
|
-
"text": "CustomEvent"
|
|
4493
|
-
}
|
|
4494
|
-
}
|
|
4495
|
-
]
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"kind": "method",
|
|
4499
|
-
"name": "_onBoundsChanged",
|
|
4500
|
-
"parameters": [
|
|
4501
|
-
{
|
|
4502
|
-
"name": "e",
|
|
4503
|
-
"type": {
|
|
4504
|
-
"text": "CustomEvent"
|
|
4505
|
-
}
|
|
4506
|
-
}
|
|
4507
|
-
]
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"kind": "method",
|
|
4511
|
-
"name": "_onChangedByScene"
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
"kind": "method",
|
|
4515
|
-
"name": "_setPropertyTargetAsDefault"
|
|
4516
|
-
},
|
|
4517
|
-
{
|
|
4518
|
-
"kind": "method",
|
|
4519
|
-
"name": "_onCollapsed",
|
|
4520
|
-
"parameters": [
|
|
4521
|
-
{
|
|
4522
|
-
"name": "collapsed",
|
|
4523
|
-
"type": {
|
|
4524
|
-
"text": "boolean"
|
|
4525
|
-
}
|
|
4526
|
-
}
|
|
4527
|
-
]
|
|
4528
|
-
},
|
|
4529
|
-
{
|
|
4530
|
-
"kind": "method",
|
|
4531
|
-
"name": "_onSceneChanged"
|
|
4532
|
-
},
|
|
4533
|
-
{
|
|
4534
|
-
"kind": "method",
|
|
4535
|
-
"name": "_onSelectedChanged",
|
|
4536
|
-
"parameters": [
|
|
4537
|
-
{
|
|
4538
|
-
"name": "after",
|
|
4539
|
-
"type": {
|
|
4540
|
-
"text": "Component[]"
|
|
4541
|
-
}
|
|
4542
|
-
}
|
|
4543
|
-
]
|
|
4544
|
-
},
|
|
4545
|
-
{
|
|
4546
|
-
"kind": "method",
|
|
4547
|
-
"name": "_setPropertyTarget",
|
|
4548
|
-
"parameters": [
|
|
4549
|
-
{
|
|
4550
|
-
"name": "newTarget",
|
|
4551
|
-
"type": {
|
|
4552
|
-
"text": "Component | null"
|
|
4553
|
-
}
|
|
4554
|
-
}
|
|
4555
|
-
]
|
|
4556
|
-
},
|
|
4557
|
-
{
|
|
4558
|
-
"kind": "method",
|
|
4559
|
-
"name": "_setBounds",
|
|
4560
|
-
"parameters": [
|
|
4561
|
-
{
|
|
4562
|
-
"name": "bounds",
|
|
4563
|
-
"type": {
|
|
4564
|
-
"text": "BOUNDS"
|
|
4565
|
-
}
|
|
4566
|
-
}
|
|
4567
|
-
]
|
|
4568
|
-
}
|
|
4569
|
-
],
|
|
4570
|
-
"attributes": [
|
|
4571
|
-
{
|
|
4572
|
-
"name": "scene",
|
|
4573
|
-
"type": {
|
|
4574
|
-
"text": "Scene | null"
|
|
4575
|
-
},
|
|
4576
|
-
"default": "null",
|
|
4577
|
-
"fieldName": "scene"
|
|
4578
|
-
},
|
|
4579
|
-
{
|
|
4580
|
-
"name": "bounds",
|
|
4581
|
-
"type": {
|
|
4582
|
-
"text": "any"
|
|
4583
|
-
},
|
|
4584
|
-
"default": "{}",
|
|
4585
|
-
"fieldName": "bounds"
|
|
4586
|
-
},
|
|
4587
|
-
{
|
|
4588
|
-
"name": "model",
|
|
4589
|
-
"type": {
|
|
4590
|
-
"text": "Model | null"
|
|
4591
|
-
},
|
|
4592
|
-
"default": "{}",
|
|
4593
|
-
"fieldName": "model"
|
|
4594
|
-
},
|
|
4595
|
-
{
|
|
4596
|
-
"name": "selected",
|
|
4597
|
-
"type": {
|
|
4598
|
-
"text": "Component[]"
|
|
4599
|
-
},
|
|
4600
|
-
"default": "[]",
|
|
4601
|
-
"fieldName": "selected"
|
|
4602
|
-
},
|
|
4603
|
-
{
|
|
4604
|
-
"name": "specificProps",
|
|
4605
|
-
"type": {
|
|
4606
|
-
"text": "any"
|
|
4607
|
-
},
|
|
4608
|
-
"fieldName": "specificProps"
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "tabName",
|
|
4612
|
-
"type": {
|
|
4613
|
-
"text": "string | null"
|
|
4614
|
-
},
|
|
4615
|
-
"default": "'specific'",
|
|
4616
|
-
"fieldName": "tabName"
|
|
4617
|
-
},
|
|
4618
|
-
{
|
|
4619
|
-
"name": "collapsed",
|
|
4620
|
-
"type": {
|
|
4621
|
-
"text": "boolean"
|
|
4622
|
-
},
|
|
4623
|
-
"default": "false",
|
|
4624
|
-
"fieldName": "collapsed"
|
|
4625
|
-
},
|
|
4626
|
-
{
|
|
4627
|
-
"name": "fonts",
|
|
4628
|
-
"type": {
|
|
4629
|
-
"text": "any[]"
|
|
4630
|
-
},
|
|
4631
|
-
"default": "[]",
|
|
4632
|
-
"fieldName": "fonts"
|
|
4633
|
-
},
|
|
4634
|
-
{
|
|
4635
|
-
"name": "propertyEditor",
|
|
4636
|
-
"type": {
|
|
4637
|
-
"text": "any[]"
|
|
4638
|
-
},
|
|
4639
|
-
"default": "[]",
|
|
4640
|
-
"fieldName": "propertyEditor"
|
|
4641
|
-
}
|
|
4642
|
-
],
|
|
4643
|
-
"mixins": [
|
|
4644
|
-
{
|
|
4645
|
-
"name": "ScopedElementsMixin",
|
|
4646
|
-
"package": "@open-wc/scoped-elements"
|
|
4647
|
-
}
|
|
4648
|
-
],
|
|
4649
|
-
"superclass": {
|
|
4650
|
-
"name": "LitElement",
|
|
4651
|
-
"package": "lit"
|
|
4652
|
-
},
|
|
4653
|
-
"customElement": true
|
|
4654
|
-
}
|
|
4655
|
-
],
|
|
4656
|
-
"exports": [
|
|
4657
|
-
{
|
|
4658
|
-
"kind": "js",
|
|
4659
|
-
"name": "PropertySidebar",
|
|
4660
|
-
"declaration": {
|
|
4661
|
-
"name": "PropertySidebar",
|
|
4662
|
-
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
4663
|
-
}
|
|
4664
|
-
}
|
|
4665
|
-
]
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
"kind": "javascript-module",
|
|
4669
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4670
|
-
"declarations": [
|
|
4671
|
-
{
|
|
4672
|
-
"kind": "class",
|
|
4673
|
-
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4674
|
-
"name": "DataBindingMapper",
|
|
4675
|
-
"members": [
|
|
4676
|
-
{
|
|
4677
|
-
"kind": "field",
|
|
4678
|
-
"name": "mapping",
|
|
4679
|
-
"type": {
|
|
4680
|
-
"text": "Mapping"
|
|
4681
|
-
},
|
|
4682
|
-
"default": "{\n rule: 'value'\n }",
|
|
4683
|
-
"attribute": "mapping"
|
|
4677
|
+
"kind": "field",
|
|
4678
|
+
"name": "mapping",
|
|
4679
|
+
"type": {
|
|
4680
|
+
"text": "Mapping"
|
|
4681
|
+
},
|
|
4682
|
+
"default": "{\n rule: 'value'\n }",
|
|
4683
|
+
"attribute": "mapping"
|
|
4684
4684
|
},
|
|
4685
4685
|
{
|
|
4686
4686
|
"kind": "field",
|
|
@@ -5183,97 +5183,224 @@
|
|
|
5183
5183
|
},
|
|
5184
5184
|
{
|
|
5185
5185
|
"kind": "javascript-module",
|
|
5186
|
-
"path": "src/modeller/property-sidebar/
|
|
5186
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5187
5187
|
"declarations": [
|
|
5188
5188
|
{
|
|
5189
5189
|
"kind": "class",
|
|
5190
5190
|
"description": "",
|
|
5191
|
-
"name": "
|
|
5191
|
+
"name": "SceneInspector",
|
|
5192
5192
|
"members": [
|
|
5193
5193
|
{
|
|
5194
5194
|
"kind": "field",
|
|
5195
|
-
"name": "
|
|
5195
|
+
"name": "scene",
|
|
5196
5196
|
"type": {
|
|
5197
|
-
"text": "
|
|
5197
|
+
"text": "Scene | undefined"
|
|
5198
5198
|
},
|
|
5199
|
-
"attribute": "
|
|
5199
|
+
"attribute": "scene"
|
|
5200
5200
|
},
|
|
5201
5201
|
{
|
|
5202
5202
|
"kind": "field",
|
|
5203
|
-
"name": "
|
|
5203
|
+
"name": "searchText",
|
|
5204
5204
|
"type": {
|
|
5205
|
-
"text": "
|
|
5205
|
+
"text": "string"
|
|
5206
5206
|
},
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
5207
|
+
"privacy": "private",
|
|
5208
|
+
"default": "''"
|
|
5209
5209
|
},
|
|
5210
5210
|
{
|
|
5211
5211
|
"kind": "field",
|
|
5212
|
-
"name": "
|
|
5212
|
+
"name": "_extendedMap",
|
|
5213
5213
|
"type": {
|
|
5214
5214
|
"text": "any"
|
|
5215
5215
|
},
|
|
5216
|
-
"
|
|
5216
|
+
"privacy": "private"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"kind": "field",
|
|
5220
|
+
"name": "show",
|
|
5221
|
+
"type": {
|
|
5222
|
+
"text": "boolean"
|
|
5223
|
+
},
|
|
5224
|
+
"privacy": "private",
|
|
5225
|
+
"default": "false"
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"kind": "field",
|
|
5229
|
+
"name": "count",
|
|
5230
|
+
"type": {
|
|
5231
|
+
"text": "number"
|
|
5232
|
+
},
|
|
5233
|
+
"privacy": "private",
|
|
5234
|
+
"default": "-1"
|
|
5217
5235
|
},
|
|
5218
5236
|
{
|
|
5219
5237
|
"kind": "method",
|
|
5220
|
-
"name": "
|
|
5238
|
+
"name": "disconnectScene",
|
|
5221
5239
|
"parameters": [
|
|
5222
5240
|
{
|
|
5223
|
-
"name": "
|
|
5241
|
+
"name": "scene",
|
|
5242
|
+
"optional": true,
|
|
5224
5243
|
"type": {
|
|
5225
|
-
"text": "
|
|
5244
|
+
"text": "Scene"
|
|
5226
5245
|
}
|
|
5227
5246
|
}
|
|
5228
5247
|
]
|
|
5229
5248
|
},
|
|
5230
5249
|
{
|
|
5231
5250
|
"kind": "method",
|
|
5232
|
-
"name": "
|
|
5251
|
+
"name": "refresh"
|
|
5233
5252
|
},
|
|
5234
5253
|
{
|
|
5235
5254
|
"kind": "method",
|
|
5236
|
-
"name": "
|
|
5255
|
+
"name": "_onclick",
|
|
5237
5256
|
"parameters": [
|
|
5238
5257
|
{
|
|
5239
5258
|
"name": "e",
|
|
5240
5259
|
"type": {
|
|
5241
|
-
"text": "
|
|
5260
|
+
"text": "MouseEvent"
|
|
5242
5261
|
}
|
|
5243
5262
|
}
|
|
5244
5263
|
]
|
|
5245
|
-
}
|
|
5246
|
-
],
|
|
5247
|
-
"events": [
|
|
5264
|
+
},
|
|
5248
5265
|
{
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5251
|
-
|
|
5252
|
-
|
|
5253
|
-
|
|
5254
|
-
|
|
5255
|
-
|
|
5266
|
+
"kind": "method",
|
|
5267
|
+
"name": "_ondblclick",
|
|
5268
|
+
"parameters": [
|
|
5269
|
+
{
|
|
5270
|
+
"name": "e",
|
|
5271
|
+
"type": {
|
|
5272
|
+
"text": "MouseEvent"
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5275
|
+
]
|
|
5276
|
+
},
|
|
5256
5277
|
{
|
|
5257
|
-
"
|
|
5258
|
-
"
|
|
5259
|
-
|
|
5260
|
-
},
|
|
5261
|
-
"fieldName": "value"
|
|
5278
|
+
"kind": "field",
|
|
5279
|
+
"name": "extendedMap",
|
|
5280
|
+
"readonly": true
|
|
5262
5281
|
},
|
|
5263
5282
|
{
|
|
5264
|
-
"
|
|
5265
|
-
"
|
|
5266
|
-
|
|
5283
|
+
"kind": "method",
|
|
5284
|
+
"name": "getNodeHandleClass",
|
|
5285
|
+
"parameters": [
|
|
5286
|
+
{
|
|
5287
|
+
"name": "component",
|
|
5288
|
+
"type": {
|
|
5289
|
+
"text": "Component"
|
|
5290
|
+
}
|
|
5291
|
+
}
|
|
5292
|
+
]
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"kind": "method",
|
|
5296
|
+
"name": "isExtended",
|
|
5297
|
+
"parameters": [
|
|
5298
|
+
{
|
|
5299
|
+
"name": "component",
|
|
5300
|
+
"type": {
|
|
5301
|
+
"text": "Component"
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
]
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"kind": "method",
|
|
5308
|
+
"name": "toggleExtended",
|
|
5309
|
+
"parameters": [
|
|
5310
|
+
{
|
|
5311
|
+
"name": "component",
|
|
5312
|
+
"type": {
|
|
5313
|
+
"text": "Component"
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
]
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"kind": "method",
|
|
5320
|
+
"name": "toggleHidden",
|
|
5321
|
+
"parameters": [
|
|
5322
|
+
{
|
|
5323
|
+
"name": "component",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"text": "Component"
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
]
|
|
5329
|
+
},
|
|
5330
|
+
{
|
|
5331
|
+
"kind": "method",
|
|
5332
|
+
"name": "selectComponent",
|
|
5333
|
+
"parameters": [
|
|
5334
|
+
{
|
|
5335
|
+
"name": "component",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "Component"
|
|
5338
|
+
}
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"name": "append",
|
|
5342
|
+
"default": "false",
|
|
5343
|
+
"type": {
|
|
5344
|
+
"text": "boolean"
|
|
5345
|
+
}
|
|
5346
|
+
}
|
|
5347
|
+
]
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "method",
|
|
5351
|
+
"name": "shouldBeShown",
|
|
5352
|
+
"return": {
|
|
5353
|
+
"type": {
|
|
5354
|
+
"text": "boolean"
|
|
5355
|
+
}
|
|
5267
5356
|
},
|
|
5268
|
-
"
|
|
5269
|
-
|
|
5357
|
+
"parameters": [
|
|
5358
|
+
{
|
|
5359
|
+
"name": "component",
|
|
5360
|
+
"type": {
|
|
5361
|
+
"text": "Component"
|
|
5362
|
+
}
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "counting",
|
|
5366
|
+
"default": "false",
|
|
5367
|
+
"type": {
|
|
5368
|
+
"text": "boolean"
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
]
|
|
5270
5372
|
},
|
|
5271
5373
|
{
|
|
5272
|
-
"
|
|
5374
|
+
"kind": "method",
|
|
5375
|
+
"name": "renderComponent",
|
|
5376
|
+
"return": {
|
|
5377
|
+
"type": {
|
|
5378
|
+
"text": "TemplateResult"
|
|
5379
|
+
}
|
|
5380
|
+
},
|
|
5381
|
+
"parameters": [
|
|
5382
|
+
{
|
|
5383
|
+
"name": "component",
|
|
5384
|
+
"type": {
|
|
5385
|
+
"text": "Component"
|
|
5386
|
+
}
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "depth",
|
|
5390
|
+
"type": {
|
|
5391
|
+
"text": "number"
|
|
5392
|
+
}
|
|
5393
|
+
}
|
|
5394
|
+
]
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"attributes": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "scene",
|
|
5273
5400
|
"type": {
|
|
5274
|
-
"text": "
|
|
5401
|
+
"text": "Scene | undefined"
|
|
5275
5402
|
},
|
|
5276
|
-
"fieldName": "
|
|
5403
|
+
"fieldName": "scene"
|
|
5277
5404
|
}
|
|
5278
5405
|
],
|
|
5279
5406
|
"superclass": {
|
|
@@ -5286,28 +5413,49 @@
|
|
|
5286
5413
|
"exports": [
|
|
5287
5414
|
{
|
|
5288
5415
|
"kind": "js",
|
|
5289
|
-
"name": "
|
|
5416
|
+
"name": "SceneInspector",
|
|
5417
|
+
"declaration": {
|
|
5418
|
+
"name": "SceneInspector",
|
|
5419
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5420
|
+
}
|
|
5421
|
+
}
|
|
5422
|
+
]
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"kind": "javascript-module",
|
|
5426
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5427
|
+
"declarations": [
|
|
5428
|
+
{
|
|
5429
|
+
"kind": "variable",
|
|
5430
|
+
"name": "EffectsSharedStyle",
|
|
5431
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5432
|
+
}
|
|
5433
|
+
],
|
|
5434
|
+
"exports": [
|
|
5435
|
+
{
|
|
5436
|
+
"kind": "js",
|
|
5437
|
+
"name": "EffectsSharedStyle",
|
|
5290
5438
|
"declaration": {
|
|
5291
|
-
"name": "
|
|
5292
|
-
"module": "src/modeller/property-sidebar/
|
|
5439
|
+
"name": "EffectsSharedStyle",
|
|
5440
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5293
5441
|
}
|
|
5294
5442
|
}
|
|
5295
5443
|
]
|
|
5296
5444
|
},
|
|
5297
5445
|
{
|
|
5298
5446
|
"kind": "javascript-module",
|
|
5299
|
-
"path": "src/modeller/property-sidebar/
|
|
5447
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5300
5448
|
"declarations": [
|
|
5301
5449
|
{
|
|
5302
5450
|
"kind": "class",
|
|
5303
5451
|
"description": "",
|
|
5304
|
-
"name": "
|
|
5452
|
+
"name": "PropertyEffects",
|
|
5305
5453
|
"members": [
|
|
5306
5454
|
{
|
|
5307
5455
|
"kind": "field",
|
|
5308
5456
|
"name": "value",
|
|
5309
5457
|
"type": {
|
|
5310
|
-
"text": "
|
|
5458
|
+
"text": "Properties | undefined"
|
|
5311
5459
|
},
|
|
5312
5460
|
"attribute": "value"
|
|
5313
5461
|
},
|
|
@@ -5315,46 +5463,10 @@
|
|
|
5315
5463
|
"kind": "field",
|
|
5316
5464
|
"name": "scene",
|
|
5317
5465
|
"type": {
|
|
5318
|
-
"text": "Scene |
|
|
5466
|
+
"text": "Scene | undefined"
|
|
5319
5467
|
},
|
|
5320
|
-
"default": "null",
|
|
5321
5468
|
"attribute": "scene"
|
|
5322
5469
|
},
|
|
5323
|
-
{
|
|
5324
|
-
"kind": "field",
|
|
5325
|
-
"name": "selected",
|
|
5326
|
-
"type": {
|
|
5327
|
-
"text": "Component[]"
|
|
5328
|
-
},
|
|
5329
|
-
"default": "[]",
|
|
5330
|
-
"attribute": "selected"
|
|
5331
|
-
},
|
|
5332
|
-
{
|
|
5333
|
-
"kind": "field",
|
|
5334
|
-
"name": "props",
|
|
5335
|
-
"type": {
|
|
5336
|
-
"text": "any[]"
|
|
5337
|
-
},
|
|
5338
|
-
"default": "[]",
|
|
5339
|
-
"attribute": "props"
|
|
5340
|
-
},
|
|
5341
|
-
{
|
|
5342
|
-
"kind": "field",
|
|
5343
|
-
"name": "propertyEditor",
|
|
5344
|
-
"type": {
|
|
5345
|
-
"text": "any[]"
|
|
5346
|
-
},
|
|
5347
|
-
"default": "[]",
|
|
5348
|
-
"attribute": "propertyEditor"
|
|
5349
|
-
},
|
|
5350
|
-
{
|
|
5351
|
-
"kind": "field",
|
|
5352
|
-
"name": "boundINeedSelected",
|
|
5353
|
-
"type": {
|
|
5354
|
-
"text": "any"
|
|
5355
|
-
},
|
|
5356
|
-
"privacy": "private"
|
|
5357
|
-
},
|
|
5358
5470
|
{
|
|
5359
5471
|
"kind": "field",
|
|
5360
5472
|
"name": "scopedElements",
|
|
@@ -5377,42 +5489,6 @@
|
|
|
5377
5489
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5378
5490
|
}
|
|
5379
5491
|
},
|
|
5380
|
-
{
|
|
5381
|
-
"kind": "method",
|
|
5382
|
-
"name": "_isIdentifiable",
|
|
5383
|
-
"parameters": [
|
|
5384
|
-
{
|
|
5385
|
-
"name": "selected",
|
|
5386
|
-
"type": {
|
|
5387
|
-
"text": "Component[]"
|
|
5388
|
-
}
|
|
5389
|
-
}
|
|
5390
|
-
]
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"kind": "method",
|
|
5394
|
-
"name": "_hasTextProperty",
|
|
5395
|
-
"parameters": [
|
|
5396
|
-
{
|
|
5397
|
-
"name": "selected",
|
|
5398
|
-
"type": {
|
|
5399
|
-
"text": "Component[]"
|
|
5400
|
-
}
|
|
5401
|
-
}
|
|
5402
|
-
]
|
|
5403
|
-
},
|
|
5404
|
-
{
|
|
5405
|
-
"kind": "method",
|
|
5406
|
-
"name": "_onINeedSelected",
|
|
5407
|
-
"parameters": [
|
|
5408
|
-
{
|
|
5409
|
-
"name": "e",
|
|
5410
|
-
"type": {
|
|
5411
|
-
"text": "CustomEvent"
|
|
5412
|
-
}
|
|
5413
|
-
}
|
|
5414
|
-
]
|
|
5415
|
-
},
|
|
5416
5492
|
{
|
|
5417
5493
|
"kind": "method",
|
|
5418
5494
|
"name": "_getValueFromEventTarget",
|
|
@@ -5456,41 +5532,16 @@
|
|
|
5456
5532
|
{
|
|
5457
5533
|
"name": "value",
|
|
5458
5534
|
"type": {
|
|
5459
|
-
"text": "
|
|
5535
|
+
"text": "Properties | undefined"
|
|
5460
5536
|
},
|
|
5461
5537
|
"fieldName": "value"
|
|
5462
5538
|
},
|
|
5463
5539
|
{
|
|
5464
5540
|
"name": "scene",
|
|
5465
5541
|
"type": {
|
|
5466
|
-
"text": "Scene |
|
|
5542
|
+
"text": "Scene | undefined"
|
|
5467
5543
|
},
|
|
5468
|
-
"default": "null",
|
|
5469
5544
|
"fieldName": "scene"
|
|
5470
|
-
},
|
|
5471
|
-
{
|
|
5472
|
-
"name": "selected",
|
|
5473
|
-
"type": {
|
|
5474
|
-
"text": "Component[]"
|
|
5475
|
-
},
|
|
5476
|
-
"default": "[]",
|
|
5477
|
-
"fieldName": "selected"
|
|
5478
|
-
},
|
|
5479
|
-
{
|
|
5480
|
-
"name": "props",
|
|
5481
|
-
"type": {
|
|
5482
|
-
"text": "any[]"
|
|
5483
|
-
},
|
|
5484
|
-
"default": "[]",
|
|
5485
|
-
"fieldName": "props"
|
|
5486
|
-
},
|
|
5487
|
-
{
|
|
5488
|
-
"name": "propertyEditor",
|
|
5489
|
-
"type": {
|
|
5490
|
-
"text": "any[]"
|
|
5491
|
-
},
|
|
5492
|
-
"default": "[]",
|
|
5493
|
-
"fieldName": "propertyEditor"
|
|
5494
5545
|
}
|
|
5495
5546
|
],
|
|
5496
5547
|
"mixins": [
|
|
@@ -5501,7 +5552,7 @@
|
|
|
5501
5552
|
],
|
|
5502
5553
|
"superclass": {
|
|
5503
5554
|
"name": "AbstractProperty",
|
|
5504
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5555
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5505
5556
|
},
|
|
5506
5557
|
"events": [
|
|
5507
5558
|
{
|
|
@@ -5513,235 +5564,104 @@
|
|
|
5513
5564
|
"name": "AbstractProperty",
|
|
5514
5565
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5515
5566
|
}
|
|
5516
|
-
}
|
|
5517
|
-
]
|
|
5518
|
-
}
|
|
5519
|
-
],
|
|
5520
|
-
"exports": [
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "js",
|
|
5523
|
-
"name": "
|
|
5524
|
-
"declaration": {
|
|
5525
|
-
"name": "
|
|
5526
|
-
"module": "src/modeller/property-sidebar/
|
|
5527
|
-
}
|
|
5528
|
-
}
|
|
5529
|
-
]
|
|
5530
|
-
},
|
|
5531
|
-
{
|
|
5532
|
-
"kind": "javascript-module",
|
|
5533
|
-
"path": "src/modeller/property-sidebar/
|
|
5534
|
-
"declarations": [
|
|
5535
|
-
{
|
|
5536
|
-
"kind": "class",
|
|
5537
|
-
"description": "",
|
|
5538
|
-
"name": "
|
|
5539
|
-
"members": [
|
|
5540
|
-
{
|
|
5541
|
-
"kind": "field",
|
|
5542
|
-
"name": "scene",
|
|
5543
|
-
"type": {
|
|
5544
|
-
"text": "Scene | undefined"
|
|
5545
|
-
},
|
|
5546
|
-
"attribute": "scene"
|
|
5547
|
-
},
|
|
5548
|
-
{
|
|
5549
|
-
"kind": "field",
|
|
5550
|
-
"name": "searchText",
|
|
5551
|
-
"type": {
|
|
5552
|
-
"text": "string"
|
|
5553
|
-
},
|
|
5554
|
-
"privacy": "private",
|
|
5555
|
-
"default": "''"
|
|
5556
|
-
},
|
|
5557
|
-
{
|
|
5558
|
-
"kind": "field",
|
|
5559
|
-
"name": "_extendedMap",
|
|
5560
|
-
"type": {
|
|
5561
|
-
"text": "any"
|
|
5562
|
-
},
|
|
5563
|
-
"privacy": "private"
|
|
5564
|
-
},
|
|
5565
|
-
{
|
|
5566
|
-
"kind": "field",
|
|
5567
|
-
"name": "show",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "boolean"
|
|
5570
|
-
},
|
|
5571
|
-
"privacy": "private",
|
|
5572
|
-
"default": "false"
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "field",
|
|
5576
|
-
"name": "count",
|
|
5577
|
-
"type": {
|
|
5578
|
-
"text": "number"
|
|
5579
|
-
},
|
|
5580
|
-
"privacy": "private",
|
|
5581
|
-
"default": "-1"
|
|
5582
|
-
},
|
|
5583
|
-
{
|
|
5584
|
-
"kind": "method",
|
|
5585
|
-
"name": "disconnectScene",
|
|
5586
|
-
"parameters": [
|
|
5587
|
-
{
|
|
5588
|
-
"name": "scene",
|
|
5589
|
-
"optional": true,
|
|
5590
|
-
"type": {
|
|
5591
|
-
"text": "Scene"
|
|
5592
|
-
}
|
|
5593
|
-
}
|
|
5594
|
-
]
|
|
5595
|
-
},
|
|
5596
|
-
{
|
|
5597
|
-
"kind": "method",
|
|
5598
|
-
"name": "refresh"
|
|
5599
|
-
},
|
|
5600
|
-
{
|
|
5601
|
-
"kind": "method",
|
|
5602
|
-
"name": "_onclick",
|
|
5603
|
-
"parameters": [
|
|
5604
|
-
{
|
|
5605
|
-
"name": "e",
|
|
5606
|
-
"type": {
|
|
5607
|
-
"text": "MouseEvent"
|
|
5608
|
-
}
|
|
5609
|
-
}
|
|
5610
|
-
]
|
|
5611
|
-
},
|
|
5612
|
-
{
|
|
5613
|
-
"kind": "method",
|
|
5614
|
-
"name": "_ondblclick",
|
|
5615
|
-
"parameters": [
|
|
5616
|
-
{
|
|
5617
|
-
"name": "e",
|
|
5618
|
-
"type": {
|
|
5619
|
-
"text": "MouseEvent"
|
|
5620
|
-
}
|
|
5621
|
-
}
|
|
5622
|
-
]
|
|
5623
|
-
},
|
|
5624
|
-
{
|
|
5625
|
-
"kind": "field",
|
|
5626
|
-
"name": "extendedMap",
|
|
5627
|
-
"readonly": true
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"kind": "method",
|
|
5631
|
-
"name": "getNodeHandleClass",
|
|
5632
|
-
"parameters": [
|
|
5633
|
-
{
|
|
5634
|
-
"name": "component",
|
|
5635
|
-
"type": {
|
|
5636
|
-
"text": "Component"
|
|
5637
|
-
}
|
|
5638
|
-
}
|
|
5639
|
-
]
|
|
5640
|
-
},
|
|
5641
|
-
{
|
|
5642
|
-
"kind": "method",
|
|
5643
|
-
"name": "isExtended",
|
|
5644
|
-
"parameters": [
|
|
5645
|
-
{
|
|
5646
|
-
"name": "component",
|
|
5647
|
-
"type": {
|
|
5648
|
-
"text": "Component"
|
|
5649
|
-
}
|
|
5650
|
-
}
|
|
5651
|
-
]
|
|
5652
|
-
},
|
|
5567
|
+
}
|
|
5568
|
+
]
|
|
5569
|
+
}
|
|
5570
|
+
],
|
|
5571
|
+
"exports": [
|
|
5572
|
+
{
|
|
5573
|
+
"kind": "js",
|
|
5574
|
+
"name": "PropertyEffects",
|
|
5575
|
+
"declaration": {
|
|
5576
|
+
"name": "PropertyEffects",
|
|
5577
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5578
|
+
}
|
|
5579
|
+
}
|
|
5580
|
+
]
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
"kind": "javascript-module",
|
|
5584
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5585
|
+
"declarations": [
|
|
5586
|
+
{
|
|
5587
|
+
"kind": "class",
|
|
5588
|
+
"description": "",
|
|
5589
|
+
"name": "PropertyEventHover",
|
|
5590
|
+
"members": [
|
|
5653
5591
|
{
|
|
5654
|
-
"kind": "
|
|
5655
|
-
"name": "
|
|
5656
|
-
"
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
"text": "Component"
|
|
5661
|
-
}
|
|
5662
|
-
}
|
|
5663
|
-
]
|
|
5592
|
+
"kind": "field",
|
|
5593
|
+
"name": "value",
|
|
5594
|
+
"type": {
|
|
5595
|
+
"text": "Properties | undefined"
|
|
5596
|
+
},
|
|
5597
|
+
"attribute": "value"
|
|
5664
5598
|
},
|
|
5665
5599
|
{
|
|
5666
|
-
"kind": "
|
|
5667
|
-
"name": "
|
|
5668
|
-
"
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
"text": "Component"
|
|
5673
|
-
}
|
|
5674
|
-
}
|
|
5675
|
-
]
|
|
5600
|
+
"kind": "field",
|
|
5601
|
+
"name": "scene",
|
|
5602
|
+
"type": {
|
|
5603
|
+
"text": "Scene | undefined"
|
|
5604
|
+
},
|
|
5605
|
+
"attribute": "scene"
|
|
5676
5606
|
},
|
|
5677
5607
|
{
|
|
5678
5608
|
"kind": "method",
|
|
5679
|
-
"name": "
|
|
5609
|
+
"name": "_getPlaceHoder",
|
|
5680
5610
|
"parameters": [
|
|
5681
5611
|
{
|
|
5682
|
-
"name": "
|
|
5683
|
-
"type": {
|
|
5684
|
-
"text": "Component"
|
|
5685
|
-
}
|
|
5686
|
-
},
|
|
5687
|
-
{
|
|
5688
|
-
"name": "append",
|
|
5689
|
-
"default": "false",
|
|
5612
|
+
"name": "action",
|
|
5690
5613
|
"type": {
|
|
5691
|
-
"text": "
|
|
5614
|
+
"text": "string"
|
|
5692
5615
|
}
|
|
5693
5616
|
}
|
|
5694
5617
|
]
|
|
5695
5618
|
},
|
|
5696
5619
|
{
|
|
5697
5620
|
"kind": "method",
|
|
5698
|
-
"name": "
|
|
5621
|
+
"name": "_getTargetList",
|
|
5699
5622
|
"return": {
|
|
5700
5623
|
"type": {
|
|
5701
|
-
"text": "
|
|
5624
|
+
"text": "{ value: string; description: string }[]"
|
|
5702
5625
|
}
|
|
5703
5626
|
},
|
|
5704
5627
|
"parameters": [
|
|
5705
5628
|
{
|
|
5706
|
-
"name": "
|
|
5707
|
-
"type": {
|
|
5708
|
-
"text": "Component"
|
|
5709
|
-
}
|
|
5710
|
-
},
|
|
5711
|
-
{
|
|
5712
|
-
"name": "counting",
|
|
5713
|
-
"default": "false",
|
|
5629
|
+
"name": "action",
|
|
5714
5630
|
"type": {
|
|
5715
|
-
"text": "
|
|
5631
|
+
"text": "string"
|
|
5716
5632
|
}
|
|
5717
5633
|
}
|
|
5718
5634
|
]
|
|
5719
5635
|
},
|
|
5720
5636
|
{
|
|
5721
5637
|
"kind": "method",
|
|
5722
|
-
"name": "
|
|
5723
|
-
"return": {
|
|
5724
|
-
"type": {
|
|
5725
|
-
"text": "TemplateResult"
|
|
5726
|
-
}
|
|
5727
|
-
},
|
|
5638
|
+
"name": "_onValueChange",
|
|
5728
5639
|
"parameters": [
|
|
5729
5640
|
{
|
|
5730
|
-
"name": "
|
|
5731
|
-
"type": {
|
|
5732
|
-
"text": "Component"
|
|
5733
|
-
}
|
|
5734
|
-
},
|
|
5735
|
-
{
|
|
5736
|
-
"name": "depth",
|
|
5641
|
+
"name": "e",
|
|
5737
5642
|
"type": {
|
|
5738
|
-
"text": "
|
|
5643
|
+
"text": "Event"
|
|
5739
5644
|
}
|
|
5740
5645
|
}
|
|
5741
5646
|
]
|
|
5742
5647
|
}
|
|
5743
5648
|
],
|
|
5649
|
+
"events": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "change",
|
|
5652
|
+
"type": {
|
|
5653
|
+
"text": "CustomEvent"
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5656
|
+
],
|
|
5744
5657
|
"attributes": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "value",
|
|
5660
|
+
"type": {
|
|
5661
|
+
"text": "Properties | undefined"
|
|
5662
|
+
},
|
|
5663
|
+
"fieldName": "value"
|
|
5664
|
+
},
|
|
5745
5665
|
{
|
|
5746
5666
|
"name": "scene",
|
|
5747
5667
|
"type": {
|
|
@@ -5760,43 +5680,22 @@
|
|
|
5760
5680
|
"exports": [
|
|
5761
5681
|
{
|
|
5762
5682
|
"kind": "js",
|
|
5763
|
-
"name": "
|
|
5764
|
-
"declaration": {
|
|
5765
|
-
"name": "SceneInspector",
|
|
5766
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5767
|
-
}
|
|
5768
|
-
}
|
|
5769
|
-
]
|
|
5770
|
-
},
|
|
5771
|
-
{
|
|
5772
|
-
"kind": "javascript-module",
|
|
5773
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5774
|
-
"declarations": [
|
|
5775
|
-
{
|
|
5776
|
-
"kind": "variable",
|
|
5777
|
-
"name": "BoxPaddingEditorStyles",
|
|
5778
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
5779
|
-
}
|
|
5780
|
-
],
|
|
5781
|
-
"exports": [
|
|
5782
|
-
{
|
|
5783
|
-
"kind": "js",
|
|
5784
|
-
"name": "BoxPaddingEditorStyles",
|
|
5683
|
+
"name": "PropertyEventHover",
|
|
5785
5684
|
"declaration": {
|
|
5786
|
-
"name": "
|
|
5787
|
-
"module": "src/modeller/property-sidebar/
|
|
5685
|
+
"name": "PropertyEventHover",
|
|
5686
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5788
5687
|
}
|
|
5789
5688
|
}
|
|
5790
5689
|
]
|
|
5791
5690
|
},
|
|
5792
5691
|
{
|
|
5793
5692
|
"kind": "javascript-module",
|
|
5794
|
-
"path": "src/modeller/property-sidebar/
|
|
5693
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5795
5694
|
"declarations": [
|
|
5796
5695
|
{
|
|
5797
5696
|
"kind": "class",
|
|
5798
5697
|
"description": "",
|
|
5799
|
-
"name": "
|
|
5698
|
+
"name": "PropertyEventTap",
|
|
5800
5699
|
"members": [
|
|
5801
5700
|
{
|
|
5802
5701
|
"kind": "field",
|
|
@@ -5808,164 +5707,75 @@
|
|
|
5808
5707
|
},
|
|
5809
5708
|
{
|
|
5810
5709
|
"kind": "field",
|
|
5811
|
-
"name": "
|
|
5710
|
+
"name": "scene",
|
|
5812
5711
|
"type": {
|
|
5813
|
-
"text": "
|
|
5712
|
+
"text": "Scene | undefined"
|
|
5814
5713
|
},
|
|
5815
|
-
"
|
|
5816
|
-
"attribute": "bounds"
|
|
5714
|
+
"attribute": "scene"
|
|
5817
5715
|
},
|
|
5818
5716
|
{
|
|
5819
5717
|
"kind": "field",
|
|
5820
|
-
"name": "
|
|
5718
|
+
"name": "scenarios",
|
|
5821
5719
|
"type": {
|
|
5822
|
-
"text": "
|
|
5720
|
+
"text": "{ value: string; description: string }[]"
|
|
5823
5721
|
},
|
|
5824
|
-
"default": "[]"
|
|
5825
|
-
"attribute": "selected"
|
|
5826
|
-
},
|
|
5827
|
-
{
|
|
5828
|
-
"kind": "method",
|
|
5829
|
-
"name": "_onValueChange",
|
|
5830
|
-
"parameters": [
|
|
5831
|
-
{
|
|
5832
|
-
"name": "e",
|
|
5833
|
-
"type": {
|
|
5834
|
-
"text": "Event"
|
|
5835
|
-
}
|
|
5836
|
-
}
|
|
5837
|
-
],
|
|
5838
|
-
"inheritedFrom": {
|
|
5839
|
-
"name": "AbstractProperty",
|
|
5840
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5841
|
-
}
|
|
5842
|
-
},
|
|
5843
|
-
{
|
|
5844
|
-
"kind": "method",
|
|
5845
|
-
"name": "_hasTextProperty",
|
|
5846
|
-
"parameters": [
|
|
5847
|
-
{
|
|
5848
|
-
"name": "selected",
|
|
5849
|
-
"type": {
|
|
5850
|
-
"text": "Component[]"
|
|
5851
|
-
}
|
|
5852
|
-
}
|
|
5853
|
-
]
|
|
5854
|
-
},
|
|
5855
|
-
{
|
|
5856
|
-
"kind": "method",
|
|
5857
|
-
"name": "_hasProperties",
|
|
5858
|
-
"parameters": [
|
|
5859
|
-
{
|
|
5860
|
-
"name": "selected",
|
|
5861
|
-
"type": {
|
|
5862
|
-
"text": "Component[]"
|
|
5863
|
-
}
|
|
5864
|
-
}
|
|
5865
|
-
]
|
|
5866
|
-
},
|
|
5867
|
-
{
|
|
5868
|
-
"kind": "method",
|
|
5869
|
-
"name": "_isIdentifiable",
|
|
5870
|
-
"parameters": [
|
|
5871
|
-
{
|
|
5872
|
-
"name": "selected",
|
|
5873
|
-
"type": {
|
|
5874
|
-
"text": "Component[]"
|
|
5875
|
-
}
|
|
5876
|
-
}
|
|
5877
|
-
]
|
|
5722
|
+
"default": "[]"
|
|
5878
5723
|
},
|
|
5879
5724
|
{
|
|
5880
|
-
"kind": "
|
|
5881
|
-
"name": "
|
|
5882
|
-
"
|
|
5883
|
-
{
|
|
5884
|
-
|
|
5885
|
-
|
|
5886
|
-
"text": "Component[]"
|
|
5887
|
-
}
|
|
5888
|
-
}
|
|
5889
|
-
]
|
|
5725
|
+
"kind": "field",
|
|
5726
|
+
"name": "targetList",
|
|
5727
|
+
"type": {
|
|
5728
|
+
"text": "{ value: string; description: string }[]"
|
|
5729
|
+
},
|
|
5730
|
+
"default": "[]"
|
|
5890
5731
|
},
|
|
5891
5732
|
{
|
|
5892
5733
|
"kind": "method",
|
|
5893
|
-
"name": "
|
|
5734
|
+
"name": "_getPlaceHoder",
|
|
5894
5735
|
"parameters": [
|
|
5895
5736
|
{
|
|
5896
|
-
"name": "
|
|
5737
|
+
"name": "action",
|
|
5897
5738
|
"type": {
|
|
5898
|
-
"text": "
|
|
5739
|
+
"text": "string"
|
|
5899
5740
|
}
|
|
5900
5741
|
}
|
|
5901
5742
|
]
|
|
5902
5743
|
},
|
|
5903
5744
|
{
|
|
5904
5745
|
"kind": "method",
|
|
5905
|
-
"name": "
|
|
5906
|
-
"
|
|
5907
|
-
{
|
|
5908
|
-
"
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "Component[]"
|
|
5911
|
-
}
|
|
5746
|
+
"name": "_getInputList",
|
|
5747
|
+
"return": {
|
|
5748
|
+
"type": {
|
|
5749
|
+
"text": "{ value: string; description: string }[]"
|
|
5912
5750
|
}
|
|
5913
|
-
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"kind": "method",
|
|
5917
|
-
"name": "_getValueFromEventTarget",
|
|
5751
|
+
},
|
|
5918
5752
|
"parameters": [
|
|
5919
5753
|
{
|
|
5920
|
-
"name": "
|
|
5754
|
+
"name": "action",
|
|
5921
5755
|
"type": {
|
|
5922
|
-
"text": "
|
|
5756
|
+
"text": "string"
|
|
5923
5757
|
}
|
|
5924
5758
|
}
|
|
5925
|
-
]
|
|
5926
|
-
"inheritedFrom": {
|
|
5927
|
-
"name": "AbstractProperty",
|
|
5928
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5929
|
-
}
|
|
5759
|
+
]
|
|
5930
5760
|
},
|
|
5931
5761
|
{
|
|
5932
5762
|
"kind": "method",
|
|
5933
|
-
"name": "
|
|
5763
|
+
"name": "_onValueChange",
|
|
5934
5764
|
"parameters": [
|
|
5935
5765
|
{
|
|
5936
|
-
"name": "
|
|
5937
|
-
"type": {
|
|
5938
|
-
"text": "string"
|
|
5939
|
-
}
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"name": "value",
|
|
5766
|
+
"name": "e",
|
|
5943
5767
|
"type": {
|
|
5944
|
-
"text": "
|
|
5768
|
+
"text": "Event"
|
|
5945
5769
|
}
|
|
5946
5770
|
}
|
|
5947
|
-
]
|
|
5948
|
-
"inheritedFrom": {
|
|
5949
|
-
"name": "AbstractProperty",
|
|
5950
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5951
|
-
}
|
|
5771
|
+
]
|
|
5952
5772
|
}
|
|
5953
5773
|
],
|
|
5954
5774
|
"events": [
|
|
5955
5775
|
{
|
|
5956
|
-
"name": "
|
|
5957
|
-
"type": {
|
|
5958
|
-
"text": "CustomEvent"
|
|
5959
|
-
}
|
|
5960
|
-
},
|
|
5961
|
-
{
|
|
5962
|
-
"name": "property-change",
|
|
5776
|
+
"name": "change",
|
|
5963
5777
|
"type": {
|
|
5964
5778
|
"text": "CustomEvent"
|
|
5965
|
-
},
|
|
5966
|
-
"inheritedFrom": {
|
|
5967
|
-
"name": "AbstractProperty",
|
|
5968
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5969
5779
|
}
|
|
5970
5780
|
}
|
|
5971
5781
|
],
|
|
@@ -5978,68 +5788,39 @@
|
|
|
5978
5788
|
"fieldName": "value"
|
|
5979
5789
|
},
|
|
5980
5790
|
{
|
|
5981
|
-
"name": "
|
|
5982
|
-
"type": {
|
|
5983
|
-
"text": "BOUNDS | null"
|
|
5984
|
-
},
|
|
5985
|
-
"default": "null",
|
|
5986
|
-
"fieldName": "bounds"
|
|
5987
|
-
},
|
|
5988
|
-
{
|
|
5989
|
-
"name": "selected",
|
|
5791
|
+
"name": "scene",
|
|
5990
5792
|
"type": {
|
|
5991
|
-
"text": "
|
|
5793
|
+
"text": "Scene | undefined"
|
|
5992
5794
|
},
|
|
5993
|
-
"
|
|
5994
|
-
"fieldName": "selected"
|
|
5795
|
+
"fieldName": "scene"
|
|
5995
5796
|
}
|
|
5996
5797
|
],
|
|
5997
5798
|
"superclass": {
|
|
5998
|
-
"name": "
|
|
5999
|
-
"
|
|
6000
|
-
}
|
|
6001
|
-
|
|
6002
|
-
],
|
|
6003
|
-
"exports": [
|
|
6004
|
-
{
|
|
6005
|
-
"kind": "js",
|
|
6006
|
-
"name": "PropertyShapes",
|
|
6007
|
-
"declaration": {
|
|
6008
|
-
"name": "PropertyShapes",
|
|
6009
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6010
|
-
}
|
|
6011
|
-
}
|
|
6012
|
-
]
|
|
6013
|
-
},
|
|
6014
|
-
{
|
|
6015
|
-
"kind": "javascript-module",
|
|
6016
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6017
|
-
"declarations": [
|
|
6018
|
-
{
|
|
6019
|
-
"kind": "variable",
|
|
6020
|
-
"name": "EffectsSharedStyle",
|
|
6021
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5799
|
+
"name": "LitElement",
|
|
5800
|
+
"package": "lit"
|
|
5801
|
+
},
|
|
5802
|
+
"customElement": true
|
|
6022
5803
|
}
|
|
6023
5804
|
],
|
|
6024
5805
|
"exports": [
|
|
6025
5806
|
{
|
|
6026
5807
|
"kind": "js",
|
|
6027
|
-
"name": "
|
|
5808
|
+
"name": "PropertyEventTap",
|
|
6028
5809
|
"declaration": {
|
|
6029
|
-
"name": "
|
|
6030
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5810
|
+
"name": "PropertyEventTap",
|
|
5811
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6031
5812
|
}
|
|
6032
5813
|
}
|
|
6033
5814
|
]
|
|
6034
5815
|
},
|
|
6035
5816
|
{
|
|
6036
5817
|
"kind": "javascript-module",
|
|
6037
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
5818
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6038
5819
|
"declarations": [
|
|
6039
5820
|
{
|
|
6040
5821
|
"kind": "class",
|
|
6041
5822
|
"description": "",
|
|
6042
|
-
"name": "
|
|
5823
|
+
"name": "PropertyEvent",
|
|
6043
5824
|
"members": [
|
|
6044
5825
|
{
|
|
6045
5826
|
"kind": "field",
|
|
@@ -6073,48 +5854,14 @@
|
|
|
6073
5854
|
"text": "Event"
|
|
6074
5855
|
}
|
|
6075
5856
|
}
|
|
6076
|
-
]
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"kind": "method",
|
|
6084
|
-
"name": "_getValueFromEventTarget",
|
|
6085
|
-
"parameters": [
|
|
6086
|
-
{
|
|
6087
|
-
"name": "element",
|
|
6088
|
-
"type": {
|
|
6089
|
-
"text": "HTMLElement"
|
|
6090
|
-
}
|
|
6091
|
-
}
|
|
6092
|
-
],
|
|
6093
|
-
"inheritedFrom": {
|
|
6094
|
-
"name": "AbstractProperty",
|
|
6095
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6096
|
-
}
|
|
6097
|
-
},
|
|
5857
|
+
]
|
|
5858
|
+
}
|
|
5859
|
+
],
|
|
5860
|
+
"events": [
|
|
6098
5861
|
{
|
|
6099
|
-
"
|
|
6100
|
-
"
|
|
6101
|
-
|
|
6102
|
-
{
|
|
6103
|
-
"name": "key",
|
|
6104
|
-
"type": {
|
|
6105
|
-
"text": "string"
|
|
6106
|
-
}
|
|
6107
|
-
},
|
|
6108
|
-
{
|
|
6109
|
-
"name": "value",
|
|
6110
|
-
"type": {
|
|
6111
|
-
"text": "any"
|
|
6112
|
-
}
|
|
6113
|
-
}
|
|
6114
|
-
],
|
|
6115
|
-
"inheritedFrom": {
|
|
6116
|
-
"name": "AbstractProperty",
|
|
6117
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5862
|
+
"name": "change",
|
|
5863
|
+
"type": {
|
|
5864
|
+
"text": "CustomEvent"
|
|
6118
5865
|
}
|
|
6119
5866
|
}
|
|
6120
5867
|
],
|
|
@@ -6141,42 +5888,31 @@
|
|
|
6141
5888
|
}
|
|
6142
5889
|
],
|
|
6143
5890
|
"superclass": {
|
|
6144
|
-
"name": "
|
|
6145
|
-
"
|
|
5891
|
+
"name": "LitElement",
|
|
5892
|
+
"package": "lit"
|
|
6146
5893
|
},
|
|
6147
|
-
"
|
|
6148
|
-
{
|
|
6149
|
-
"name": "property-change",
|
|
6150
|
-
"type": {
|
|
6151
|
-
"text": "CustomEvent"
|
|
6152
|
-
},
|
|
6153
|
-
"inheritedFrom": {
|
|
6154
|
-
"name": "AbstractProperty",
|
|
6155
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6156
|
-
}
|
|
6157
|
-
}
|
|
6158
|
-
]
|
|
5894
|
+
"customElement": true
|
|
6159
5895
|
}
|
|
6160
5896
|
],
|
|
6161
5897
|
"exports": [
|
|
6162
5898
|
{
|
|
6163
5899
|
"kind": "js",
|
|
6164
|
-
"name": "
|
|
5900
|
+
"name": "PropertyEvent",
|
|
6165
5901
|
"declaration": {
|
|
6166
|
-
"name": "
|
|
6167
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5902
|
+
"name": "PropertyEvent",
|
|
5903
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6168
5904
|
}
|
|
6169
5905
|
}
|
|
6170
5906
|
]
|
|
6171
5907
|
},
|
|
6172
5908
|
{
|
|
6173
5909
|
"kind": "javascript-module",
|
|
6174
|
-
"path": "src/modeller/property-sidebar/effects/property-
|
|
5910
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6175
5911
|
"declarations": [
|
|
6176
5912
|
{
|
|
6177
5913
|
"kind": "class",
|
|
6178
|
-
"description": "",
|
|
6179
|
-
"name": "
|
|
5914
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5915
|
+
"name": "PropertyShadow",
|
|
6180
5916
|
"members": [
|
|
6181
5917
|
{
|
|
6182
5918
|
"kind": "field",
|
|
@@ -6186,43 +5922,6 @@
|
|
|
6186
5922
|
},
|
|
6187
5923
|
"attribute": "value"
|
|
6188
5924
|
},
|
|
6189
|
-
{
|
|
6190
|
-
"kind": "field",
|
|
6191
|
-
"name": "scene",
|
|
6192
|
-
"type": {
|
|
6193
|
-
"text": "Scene | undefined"
|
|
6194
|
-
},
|
|
6195
|
-
"attribute": "scene"
|
|
6196
|
-
},
|
|
6197
|
-
{
|
|
6198
|
-
"kind": "method",
|
|
6199
|
-
"name": "_getPlaceHoder",
|
|
6200
|
-
"parameters": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "action",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "string"
|
|
6205
|
-
}
|
|
6206
|
-
}
|
|
6207
|
-
]
|
|
6208
|
-
},
|
|
6209
|
-
{
|
|
6210
|
-
"kind": "method",
|
|
6211
|
-
"name": "_getTargetList",
|
|
6212
|
-
"return": {
|
|
6213
|
-
"type": {
|
|
6214
|
-
"text": "{ value: string; description: string }[]"
|
|
6215
|
-
}
|
|
6216
|
-
},
|
|
6217
|
-
"parameters": [
|
|
6218
|
-
{
|
|
6219
|
-
"name": "action",
|
|
6220
|
-
"type": {
|
|
6221
|
-
"text": "string"
|
|
6222
|
-
}
|
|
6223
|
-
}
|
|
6224
|
-
]
|
|
6225
|
-
},
|
|
6226
5925
|
{
|
|
6227
5926
|
"kind": "method",
|
|
6228
5927
|
"name": "_onValueChange",
|
|
@@ -6251,13 +5950,6 @@
|
|
|
6251
5950
|
"text": "Properties | undefined"
|
|
6252
5951
|
},
|
|
6253
5952
|
"fieldName": "value"
|
|
6254
|
-
},
|
|
6255
|
-
{
|
|
6256
|
-
"name": "scene",
|
|
6257
|
-
"type": {
|
|
6258
|
-
"text": "Scene | undefined"
|
|
6259
|
-
},
|
|
6260
|
-
"fieldName": "scene"
|
|
6261
5953
|
}
|
|
6262
5954
|
],
|
|
6263
5955
|
"superclass": {
|
|
@@ -6270,22 +5962,71 @@
|
|
|
6270
5962
|
"exports": [
|
|
6271
5963
|
{
|
|
6272
5964
|
"kind": "js",
|
|
6273
|
-
"name": "
|
|
5965
|
+
"name": "PropertyShadow",
|
|
5966
|
+
"declaration": {
|
|
5967
|
+
"name": "PropertyShadow",
|
|
5968
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5969
|
+
}
|
|
5970
|
+
}
|
|
5971
|
+
]
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"kind": "javascript-module",
|
|
5975
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5976
|
+
"declarations": [
|
|
5977
|
+
{
|
|
5978
|
+
"kind": "function",
|
|
5979
|
+
"name": "convert",
|
|
5980
|
+
"parameters": [
|
|
5981
|
+
{
|
|
5982
|
+
"name": "element",
|
|
5983
|
+
"type": {
|
|
5984
|
+
"text": "any"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5988
|
+
}
|
|
5989
|
+
],
|
|
5990
|
+
"exports": [
|
|
5991
|
+
{
|
|
5992
|
+
"kind": "js",
|
|
5993
|
+
"name": "convert",
|
|
5994
|
+
"declaration": {
|
|
5995
|
+
"name": "convert",
|
|
5996
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5997
|
+
}
|
|
5998
|
+
}
|
|
5999
|
+
]
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"kind": "javascript-module",
|
|
6003
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6004
|
+
"declarations": [
|
|
6005
|
+
{
|
|
6006
|
+
"kind": "variable",
|
|
6007
|
+
"name": "BoxPaddingEditorStyles",
|
|
6008
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6009
|
+
}
|
|
6010
|
+
],
|
|
6011
|
+
"exports": [
|
|
6012
|
+
{
|
|
6013
|
+
"kind": "js",
|
|
6014
|
+
"name": "BoxPaddingEditorStyles",
|
|
6274
6015
|
"declaration": {
|
|
6275
|
-
"name": "
|
|
6276
|
-
"module": "src/modeller/property-sidebar/
|
|
6016
|
+
"name": "BoxPaddingEditorStyles",
|
|
6017
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6277
6018
|
}
|
|
6278
6019
|
}
|
|
6279
6020
|
]
|
|
6280
6021
|
},
|
|
6281
6022
|
{
|
|
6282
6023
|
"kind": "javascript-module",
|
|
6283
|
-
"path": "src/modeller/property-sidebar/
|
|
6024
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6284
6025
|
"declarations": [
|
|
6285
6026
|
{
|
|
6286
6027
|
"kind": "class",
|
|
6287
6028
|
"description": "",
|
|
6288
|
-
"name": "
|
|
6029
|
+
"name": "PropertyShapes",
|
|
6289
6030
|
"members": [
|
|
6290
6031
|
{
|
|
6291
6032
|
"kind": "field",
|
|
@@ -6297,76 +6038,165 @@
|
|
|
6297
6038
|
},
|
|
6298
6039
|
{
|
|
6299
6040
|
"kind": "field",
|
|
6300
|
-
"name": "
|
|
6041
|
+
"name": "bounds",
|
|
6301
6042
|
"type": {
|
|
6302
|
-
"text": "
|
|
6043
|
+
"text": "BOUNDS | null"
|
|
6303
6044
|
},
|
|
6304
|
-
"
|
|
6045
|
+
"default": "null",
|
|
6046
|
+
"attribute": "bounds"
|
|
6305
6047
|
},
|
|
6306
6048
|
{
|
|
6307
6049
|
"kind": "field",
|
|
6308
|
-
"name": "
|
|
6050
|
+
"name": "selected",
|
|
6309
6051
|
"type": {
|
|
6310
|
-
"text": "
|
|
6052
|
+
"text": "Component[]"
|
|
6311
6053
|
},
|
|
6312
|
-
"default": "[]"
|
|
6054
|
+
"default": "[]",
|
|
6055
|
+
"attribute": "selected"
|
|
6313
6056
|
},
|
|
6314
6057
|
{
|
|
6315
|
-
"kind": "
|
|
6316
|
-
"name": "
|
|
6317
|
-
"
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6058
|
+
"kind": "method",
|
|
6059
|
+
"name": "_onValueChange",
|
|
6060
|
+
"parameters": [
|
|
6061
|
+
{
|
|
6062
|
+
"name": "e",
|
|
6063
|
+
"type": {
|
|
6064
|
+
"text": "Event"
|
|
6065
|
+
}
|
|
6066
|
+
}
|
|
6067
|
+
],
|
|
6068
|
+
"inheritedFrom": {
|
|
6069
|
+
"name": "AbstractProperty",
|
|
6070
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6071
|
+
}
|
|
6321
6072
|
},
|
|
6322
6073
|
{
|
|
6323
6074
|
"kind": "method",
|
|
6324
|
-
"name": "
|
|
6075
|
+
"name": "_hasTextProperty",
|
|
6325
6076
|
"parameters": [
|
|
6326
6077
|
{
|
|
6327
|
-
"name": "
|
|
6078
|
+
"name": "selected",
|
|
6328
6079
|
"type": {
|
|
6329
|
-
"text": "
|
|
6080
|
+
"text": "Component[]"
|
|
6330
6081
|
}
|
|
6331
6082
|
}
|
|
6332
6083
|
]
|
|
6333
6084
|
},
|
|
6334
6085
|
{
|
|
6335
6086
|
"kind": "method",
|
|
6336
|
-
"name": "
|
|
6337
|
-
"
|
|
6338
|
-
|
|
6339
|
-
"
|
|
6087
|
+
"name": "_hasProperties",
|
|
6088
|
+
"parameters": [
|
|
6089
|
+
{
|
|
6090
|
+
"name": "selected",
|
|
6091
|
+
"type": {
|
|
6092
|
+
"text": "Component[]"
|
|
6093
|
+
}
|
|
6340
6094
|
}
|
|
6341
|
-
|
|
6095
|
+
]
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"kind": "method",
|
|
6099
|
+
"name": "_isIdentifiable",
|
|
6342
6100
|
"parameters": [
|
|
6343
6101
|
{
|
|
6344
|
-
"name": "
|
|
6102
|
+
"name": "selected",
|
|
6345
6103
|
"type": {
|
|
6346
|
-
"text": "
|
|
6104
|
+
"text": "Component[]"
|
|
6347
6105
|
}
|
|
6348
6106
|
}
|
|
6349
6107
|
]
|
|
6350
6108
|
},
|
|
6351
6109
|
{
|
|
6352
6110
|
"kind": "method",
|
|
6353
|
-
"name": "
|
|
6111
|
+
"name": "_isClassIdentifiable",
|
|
6354
6112
|
"parameters": [
|
|
6355
6113
|
{
|
|
6356
|
-
"name": "
|
|
6114
|
+
"name": "selected",
|
|
6357
6115
|
"type": {
|
|
6358
|
-
"text": "
|
|
6116
|
+
"text": "Component[]"
|
|
6117
|
+
}
|
|
6118
|
+
}
|
|
6119
|
+
]
|
|
6120
|
+
},
|
|
6121
|
+
{
|
|
6122
|
+
"kind": "method",
|
|
6123
|
+
"name": "_isLine",
|
|
6124
|
+
"parameters": [
|
|
6125
|
+
{
|
|
6126
|
+
"name": "selected",
|
|
6127
|
+
"type": {
|
|
6128
|
+
"text": "Component[]"
|
|
6129
|
+
}
|
|
6130
|
+
}
|
|
6131
|
+
]
|
|
6132
|
+
},
|
|
6133
|
+
{
|
|
6134
|
+
"kind": "method",
|
|
6135
|
+
"name": "_is3dish",
|
|
6136
|
+
"parameters": [
|
|
6137
|
+
{
|
|
6138
|
+
"name": "selected",
|
|
6139
|
+
"type": {
|
|
6140
|
+
"text": "Component[]"
|
|
6359
6141
|
}
|
|
6360
6142
|
}
|
|
6361
6143
|
]
|
|
6144
|
+
},
|
|
6145
|
+
{
|
|
6146
|
+
"kind": "method",
|
|
6147
|
+
"name": "_getValueFromEventTarget",
|
|
6148
|
+
"parameters": [
|
|
6149
|
+
{
|
|
6150
|
+
"name": "element",
|
|
6151
|
+
"type": {
|
|
6152
|
+
"text": "HTMLElement"
|
|
6153
|
+
}
|
|
6154
|
+
}
|
|
6155
|
+
],
|
|
6156
|
+
"inheritedFrom": {
|
|
6157
|
+
"name": "AbstractProperty",
|
|
6158
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6159
|
+
}
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"kind": "method",
|
|
6163
|
+
"name": "_onAfterValueChange",
|
|
6164
|
+
"parameters": [
|
|
6165
|
+
{
|
|
6166
|
+
"name": "key",
|
|
6167
|
+
"type": {
|
|
6168
|
+
"text": "string"
|
|
6169
|
+
}
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"name": "value",
|
|
6173
|
+
"type": {
|
|
6174
|
+
"text": "any"
|
|
6175
|
+
}
|
|
6176
|
+
}
|
|
6177
|
+
],
|
|
6178
|
+
"inheritedFrom": {
|
|
6179
|
+
"name": "AbstractProperty",
|
|
6180
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6181
|
+
}
|
|
6362
6182
|
}
|
|
6363
6183
|
],
|
|
6364
6184
|
"events": [
|
|
6365
6185
|
{
|
|
6366
|
-
"name": "change",
|
|
6186
|
+
"name": "bounds-change",
|
|
6367
6187
|
"type": {
|
|
6368
6188
|
"text": "CustomEvent"
|
|
6369
6189
|
}
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "property-change",
|
|
6193
|
+
"type": {
|
|
6194
|
+
"text": "CustomEvent"
|
|
6195
|
+
},
|
|
6196
|
+
"inheritedFrom": {
|
|
6197
|
+
"name": "AbstractProperty",
|
|
6198
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6199
|
+
}
|
|
6370
6200
|
}
|
|
6371
6201
|
],
|
|
6372
6202
|
"attributes": [
|
|
@@ -6378,61 +6208,82 @@
|
|
|
6378
6208
|
"fieldName": "value"
|
|
6379
6209
|
},
|
|
6380
6210
|
{
|
|
6381
|
-
"name": "
|
|
6211
|
+
"name": "bounds",
|
|
6382
6212
|
"type": {
|
|
6383
|
-
"text": "
|
|
6213
|
+
"text": "BOUNDS | null"
|
|
6384
6214
|
},
|
|
6385
|
-
"
|
|
6215
|
+
"default": "null",
|
|
6216
|
+
"fieldName": "bounds"
|
|
6217
|
+
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "selected",
|
|
6220
|
+
"type": {
|
|
6221
|
+
"text": "Component[]"
|
|
6222
|
+
},
|
|
6223
|
+
"default": "[]",
|
|
6224
|
+
"fieldName": "selected"
|
|
6386
6225
|
}
|
|
6387
6226
|
],
|
|
6388
6227
|
"superclass": {
|
|
6389
|
-
"name": "
|
|
6390
|
-
"
|
|
6391
|
-
}
|
|
6392
|
-
"customElement": true
|
|
6228
|
+
"name": "AbstractProperty",
|
|
6229
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6230
|
+
}
|
|
6393
6231
|
}
|
|
6394
6232
|
],
|
|
6395
6233
|
"exports": [
|
|
6396
6234
|
{
|
|
6397
6235
|
"kind": "js",
|
|
6398
|
-
"name": "
|
|
6236
|
+
"name": "PropertyShapes",
|
|
6399
6237
|
"declaration": {
|
|
6400
|
-
"name": "
|
|
6401
|
-
"module": "src/modeller/property-sidebar/
|
|
6238
|
+
"name": "PropertyShapes",
|
|
6239
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6402
6240
|
}
|
|
6403
6241
|
}
|
|
6404
6242
|
]
|
|
6405
6243
|
},
|
|
6406
6244
|
{
|
|
6407
6245
|
"kind": "javascript-module",
|
|
6408
|
-
"path": "src/modeller/property-sidebar/
|
|
6246
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6409
6247
|
"declarations": [
|
|
6410
6248
|
{
|
|
6411
6249
|
"kind": "class",
|
|
6412
6250
|
"description": "",
|
|
6413
|
-
"name": "
|
|
6251
|
+
"name": "PropertyStyles",
|
|
6414
6252
|
"members": [
|
|
6415
6253
|
{
|
|
6416
6254
|
"kind": "field",
|
|
6417
6255
|
"name": "value",
|
|
6418
6256
|
"type": {
|
|
6419
|
-
"text": "
|
|
6257
|
+
"text": "any"
|
|
6420
6258
|
},
|
|
6259
|
+
"default": "{}",
|
|
6421
6260
|
"attribute": "value"
|
|
6422
6261
|
},
|
|
6423
6262
|
{
|
|
6424
6263
|
"kind": "field",
|
|
6425
|
-
"name": "
|
|
6264
|
+
"name": "selected",
|
|
6426
6265
|
"type": {
|
|
6427
|
-
"text": "
|
|
6266
|
+
"text": "Component[]"
|
|
6428
6267
|
},
|
|
6429
|
-
"
|
|
6268
|
+
"default": "[]",
|
|
6269
|
+
"attribute": "selected"
|
|
6430
6270
|
},
|
|
6431
6271
|
{
|
|
6432
6272
|
"kind": "field",
|
|
6433
|
-
"name": "
|
|
6434
|
-
"
|
|
6435
|
-
|
|
6273
|
+
"name": "fonts",
|
|
6274
|
+
"type": {
|
|
6275
|
+
"text": "any[]"
|
|
6276
|
+
},
|
|
6277
|
+
"default": "[]",
|
|
6278
|
+
"attribute": "fonts"
|
|
6279
|
+
},
|
|
6280
|
+
{
|
|
6281
|
+
"kind": "field",
|
|
6282
|
+
"name": "fontAvailable",
|
|
6283
|
+
"type": {
|
|
6284
|
+
"text": "boolean"
|
|
6285
|
+
},
|
|
6286
|
+
"default": "false"
|
|
6436
6287
|
},
|
|
6437
6288
|
{
|
|
6438
6289
|
"kind": "method",
|
|
@@ -6444,14 +6295,48 @@
|
|
|
6444
6295
|
"text": "Event"
|
|
6445
6296
|
}
|
|
6446
6297
|
}
|
|
6447
|
-
]
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6298
|
+
],
|
|
6299
|
+
"inheritedFrom": {
|
|
6300
|
+
"name": "AbstractProperty",
|
|
6301
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6302
|
+
}
|
|
6303
|
+
},
|
|
6451
6304
|
{
|
|
6452
|
-
"
|
|
6453
|
-
"
|
|
6454
|
-
|
|
6305
|
+
"kind": "method",
|
|
6306
|
+
"name": "_getValueFromEventTarget",
|
|
6307
|
+
"parameters": [
|
|
6308
|
+
{
|
|
6309
|
+
"name": "element",
|
|
6310
|
+
"type": {
|
|
6311
|
+
"text": "HTMLElement"
|
|
6312
|
+
}
|
|
6313
|
+
}
|
|
6314
|
+
],
|
|
6315
|
+
"inheritedFrom": {
|
|
6316
|
+
"name": "AbstractProperty",
|
|
6317
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6318
|
+
}
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"kind": "method",
|
|
6322
|
+
"name": "_onAfterValueChange",
|
|
6323
|
+
"parameters": [
|
|
6324
|
+
{
|
|
6325
|
+
"name": "key",
|
|
6326
|
+
"type": {
|
|
6327
|
+
"text": "string"
|
|
6328
|
+
}
|
|
6329
|
+
},
|
|
6330
|
+
{
|
|
6331
|
+
"name": "value",
|
|
6332
|
+
"type": {
|
|
6333
|
+
"text": "any"
|
|
6334
|
+
}
|
|
6335
|
+
}
|
|
6336
|
+
],
|
|
6337
|
+
"inheritedFrom": {
|
|
6338
|
+
"name": "AbstractProperty",
|
|
6339
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6455
6340
|
}
|
|
6456
6341
|
}
|
|
6457
6342
|
],
|
|
@@ -6459,62 +6344,110 @@
|
|
|
6459
6344
|
{
|
|
6460
6345
|
"name": "value",
|
|
6461
6346
|
"type": {
|
|
6462
|
-
"text": "
|
|
6347
|
+
"text": "any"
|
|
6463
6348
|
},
|
|
6349
|
+
"default": "{}",
|
|
6464
6350
|
"fieldName": "value"
|
|
6465
6351
|
},
|
|
6466
6352
|
{
|
|
6467
|
-
"name": "
|
|
6353
|
+
"name": "selected",
|
|
6468
6354
|
"type": {
|
|
6469
|
-
"text": "
|
|
6355
|
+
"text": "Component[]"
|
|
6470
6356
|
},
|
|
6471
|
-
"
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
"mixins": [
|
|
6357
|
+
"default": "[]",
|
|
6358
|
+
"fieldName": "selected"
|
|
6359
|
+
},
|
|
6475
6360
|
{
|
|
6476
|
-
"name": "
|
|
6477
|
-
"
|
|
6361
|
+
"name": "fonts",
|
|
6362
|
+
"type": {
|
|
6363
|
+
"text": "any[]"
|
|
6364
|
+
},
|
|
6365
|
+
"default": "[]",
|
|
6366
|
+
"fieldName": "fonts"
|
|
6478
6367
|
}
|
|
6479
6368
|
],
|
|
6480
6369
|
"superclass": {
|
|
6481
|
-
"name": "
|
|
6482
|
-
"
|
|
6370
|
+
"name": "AbstractProperty",
|
|
6371
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6483
6372
|
},
|
|
6484
|
-
"
|
|
6373
|
+
"events": [
|
|
6374
|
+
{
|
|
6375
|
+
"name": "property-change",
|
|
6376
|
+
"type": {
|
|
6377
|
+
"text": "CustomEvent"
|
|
6378
|
+
},
|
|
6379
|
+
"inheritedFrom": {
|
|
6380
|
+
"name": "AbstractProperty",
|
|
6381
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6382
|
+
}
|
|
6383
|
+
}
|
|
6384
|
+
]
|
|
6485
6385
|
}
|
|
6486
6386
|
],
|
|
6487
6387
|
"exports": [
|
|
6488
6388
|
{
|
|
6489
6389
|
"kind": "js",
|
|
6490
|
-
"name": "
|
|
6390
|
+
"name": "PropertyStyles",
|
|
6491
6391
|
"declaration": {
|
|
6492
|
-
"name": "
|
|
6493
|
-
"module": "src/modeller/property-sidebar/
|
|
6392
|
+
"name": "PropertyStyles",
|
|
6393
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6494
6394
|
}
|
|
6495
6395
|
}
|
|
6496
6396
|
]
|
|
6497
6397
|
},
|
|
6498
6398
|
{
|
|
6499
6399
|
"kind": "javascript-module",
|
|
6500
|
-
"path": "src/modeller/property-sidebar/
|
|
6400
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6501
6401
|
"declarations": [
|
|
6502
6402
|
{
|
|
6503
6403
|
"kind": "class",
|
|
6504
|
-
"description": "
|
|
6505
|
-
"name": "
|
|
6404
|
+
"description": "",
|
|
6405
|
+
"name": "SpecificPropertiesBuilder",
|
|
6506
6406
|
"members": [
|
|
6507
6407
|
{
|
|
6508
6408
|
"kind": "field",
|
|
6509
6409
|
"name": "value",
|
|
6510
6410
|
"type": {
|
|
6511
|
-
"text": "
|
|
6411
|
+
"text": "any"
|
|
6512
6412
|
},
|
|
6513
6413
|
"attribute": "value"
|
|
6514
6414
|
},
|
|
6415
|
+
{
|
|
6416
|
+
"kind": "field",
|
|
6417
|
+
"name": "props",
|
|
6418
|
+
"type": {
|
|
6419
|
+
"text": "any[]"
|
|
6420
|
+
},
|
|
6421
|
+
"default": "[]",
|
|
6422
|
+
"attribute": "props"
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "field",
|
|
6426
|
+
"name": "propertyEditor",
|
|
6427
|
+
"type": {
|
|
6428
|
+
"text": "any"
|
|
6429
|
+
},
|
|
6430
|
+
"attribute": "propertyEditor"
|
|
6431
|
+
},
|
|
6515
6432
|
{
|
|
6516
6433
|
"kind": "method",
|
|
6517
|
-
"name": "
|
|
6434
|
+
"name": "_onPropsChanged",
|
|
6435
|
+
"parameters": [
|
|
6436
|
+
{
|
|
6437
|
+
"name": "props",
|
|
6438
|
+
"type": {
|
|
6439
|
+
"text": "any[]"
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
]
|
|
6443
|
+
},
|
|
6444
|
+
{
|
|
6445
|
+
"kind": "method",
|
|
6446
|
+
"name": "_setValues"
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "_onValueChanged",
|
|
6518
6451
|
"parameters": [
|
|
6519
6452
|
{
|
|
6520
6453
|
"name": "e",
|
|
@@ -6527,7 +6460,7 @@
|
|
|
6527
6460
|
],
|
|
6528
6461
|
"events": [
|
|
6529
6462
|
{
|
|
6530
|
-
"name": "change",
|
|
6463
|
+
"name": "property-change",
|
|
6531
6464
|
"type": {
|
|
6532
6465
|
"text": "CustomEvent"
|
|
6533
6466
|
}
|
|
@@ -6537,9 +6470,24 @@
|
|
|
6537
6470
|
{
|
|
6538
6471
|
"name": "value",
|
|
6539
6472
|
"type": {
|
|
6540
|
-
"text": "
|
|
6473
|
+
"text": "any"
|
|
6541
6474
|
},
|
|
6542
6475
|
"fieldName": "value"
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"name": "props",
|
|
6479
|
+
"type": {
|
|
6480
|
+
"text": "any[]"
|
|
6481
|
+
},
|
|
6482
|
+
"default": "[]",
|
|
6483
|
+
"fieldName": "props"
|
|
6484
|
+
},
|
|
6485
|
+
{
|
|
6486
|
+
"name": "propertyEditor",
|
|
6487
|
+
"type": {
|
|
6488
|
+
"text": "any"
|
|
6489
|
+
},
|
|
6490
|
+
"fieldName": "propertyEditor"
|
|
6543
6491
|
}
|
|
6544
6492
|
],
|
|
6545
6493
|
"superclass": {
|
|
@@ -6552,50 +6500,22 @@
|
|
|
6552
6500
|
"exports": [
|
|
6553
6501
|
{
|
|
6554
6502
|
"kind": "js",
|
|
6555
|
-
"name": "
|
|
6556
|
-
"declaration": {
|
|
6557
|
-
"name": "PropertyShadow",
|
|
6558
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6559
|
-
}
|
|
6560
|
-
}
|
|
6561
|
-
]
|
|
6562
|
-
},
|
|
6563
|
-
{
|
|
6564
|
-
"kind": "javascript-module",
|
|
6565
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6566
|
-
"declarations": [
|
|
6567
|
-
{
|
|
6568
|
-
"kind": "function",
|
|
6569
|
-
"name": "convert",
|
|
6570
|
-
"parameters": [
|
|
6571
|
-
{
|
|
6572
|
-
"name": "element",
|
|
6573
|
-
"type": {
|
|
6574
|
-
"text": "any"
|
|
6575
|
-
}
|
|
6576
|
-
}
|
|
6577
|
-
]
|
|
6578
|
-
}
|
|
6579
|
-
],
|
|
6580
|
-
"exports": [
|
|
6581
|
-
{
|
|
6582
|
-
"kind": "js",
|
|
6583
|
-
"name": "convert",
|
|
6503
|
+
"name": "SpecificPropertiesBuilder",
|
|
6584
6504
|
"declaration": {
|
|
6585
|
-
"name": "
|
|
6586
|
-
"module": "src/modeller/property-sidebar/
|
|
6505
|
+
"name": "SpecificPropertiesBuilder",
|
|
6506
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
6587
6507
|
}
|
|
6588
6508
|
}
|
|
6589
6509
|
]
|
|
6590
6510
|
},
|
|
6591
6511
|
{
|
|
6592
6512
|
"kind": "javascript-module",
|
|
6593
|
-
"path": "src/modeller/property-sidebar/
|
|
6513
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
6594
6514
|
"declarations": [
|
|
6595
6515
|
{
|
|
6596
6516
|
"kind": "class",
|
|
6597
6517
|
"description": "",
|
|
6598
|
-
"name": "
|
|
6518
|
+
"name": "PropertySpecific",
|
|
6599
6519
|
"members": [
|
|
6600
6520
|
{
|
|
6601
6521
|
"kind": "field",
|
|
@@ -6603,9 +6523,17 @@
|
|
|
6603
6523
|
"type": {
|
|
6604
6524
|
"text": "any"
|
|
6605
6525
|
},
|
|
6606
|
-
"default": "{}",
|
|
6607
6526
|
"attribute": "value"
|
|
6608
6527
|
},
|
|
6528
|
+
{
|
|
6529
|
+
"kind": "field",
|
|
6530
|
+
"name": "scene",
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "Scene | null"
|
|
6533
|
+
},
|
|
6534
|
+
"default": "null",
|
|
6535
|
+
"attribute": "scene"
|
|
6536
|
+
},
|
|
6609
6537
|
{
|
|
6610
6538
|
"kind": "field",
|
|
6611
6539
|
"name": "selected",
|
|
@@ -6617,20 +6545,35 @@
|
|
|
6617
6545
|
},
|
|
6618
6546
|
{
|
|
6619
6547
|
"kind": "field",
|
|
6620
|
-
"name": "
|
|
6548
|
+
"name": "props",
|
|
6621
6549
|
"type": {
|
|
6622
6550
|
"text": "any[]"
|
|
6623
6551
|
},
|
|
6624
6552
|
"default": "[]",
|
|
6625
|
-
"attribute": "
|
|
6553
|
+
"attribute": "props"
|
|
6626
6554
|
},
|
|
6627
6555
|
{
|
|
6628
6556
|
"kind": "field",
|
|
6629
|
-
"name": "
|
|
6557
|
+
"name": "propertyEditor",
|
|
6630
6558
|
"type": {
|
|
6631
|
-
"text": "
|
|
6559
|
+
"text": "any[]"
|
|
6632
6560
|
},
|
|
6633
|
-
"default": "
|
|
6561
|
+
"default": "[]",
|
|
6562
|
+
"attribute": "propertyEditor"
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"kind": "field",
|
|
6566
|
+
"name": "boundINeedSelected",
|
|
6567
|
+
"type": {
|
|
6568
|
+
"text": "any"
|
|
6569
|
+
},
|
|
6570
|
+
"privacy": "private"
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"kind": "field",
|
|
6574
|
+
"name": "scopedElements",
|
|
6575
|
+
"static": true,
|
|
6576
|
+
"readonly": true
|
|
6634
6577
|
},
|
|
6635
6578
|
{
|
|
6636
6579
|
"kind": "method",
|
|
@@ -6648,6 +6591,42 @@
|
|
|
6648
6591
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6649
6592
|
}
|
|
6650
6593
|
},
|
|
6594
|
+
{
|
|
6595
|
+
"kind": "method",
|
|
6596
|
+
"name": "_isIdentifiable",
|
|
6597
|
+
"parameters": [
|
|
6598
|
+
{
|
|
6599
|
+
"name": "selected",
|
|
6600
|
+
"type": {
|
|
6601
|
+
"text": "Component[]"
|
|
6602
|
+
}
|
|
6603
|
+
}
|
|
6604
|
+
]
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"kind": "method",
|
|
6608
|
+
"name": "_hasTextProperty",
|
|
6609
|
+
"parameters": [
|
|
6610
|
+
{
|
|
6611
|
+
"name": "selected",
|
|
6612
|
+
"type": {
|
|
6613
|
+
"text": "Component[]"
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
]
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"kind": "method",
|
|
6620
|
+
"name": "_onINeedSelected",
|
|
6621
|
+
"parameters": [
|
|
6622
|
+
{
|
|
6623
|
+
"name": "e",
|
|
6624
|
+
"type": {
|
|
6625
|
+
"text": "CustomEvent"
|
|
6626
|
+
}
|
|
6627
|
+
}
|
|
6628
|
+
]
|
|
6629
|
+
},
|
|
6651
6630
|
{
|
|
6652
6631
|
"kind": "method",
|
|
6653
6632
|
"name": "_getValueFromEventTarget",
|
|
@@ -6693,9 +6672,16 @@
|
|
|
6693
6672
|
"type": {
|
|
6694
6673
|
"text": "any"
|
|
6695
6674
|
},
|
|
6696
|
-
"default": "{}",
|
|
6697
6675
|
"fieldName": "value"
|
|
6698
6676
|
},
|
|
6677
|
+
{
|
|
6678
|
+
"name": "scene",
|
|
6679
|
+
"type": {
|
|
6680
|
+
"text": "Scene | null"
|
|
6681
|
+
},
|
|
6682
|
+
"default": "null",
|
|
6683
|
+
"fieldName": "scene"
|
|
6684
|
+
},
|
|
6699
6685
|
{
|
|
6700
6686
|
"name": "selected",
|
|
6701
6687
|
"type": {
|
|
@@ -6705,17 +6691,31 @@
|
|
|
6705
6691
|
"fieldName": "selected"
|
|
6706
6692
|
},
|
|
6707
6693
|
{
|
|
6708
|
-
"name": "
|
|
6694
|
+
"name": "props",
|
|
6709
6695
|
"type": {
|
|
6710
6696
|
"text": "any[]"
|
|
6711
6697
|
},
|
|
6712
6698
|
"default": "[]",
|
|
6713
|
-
"fieldName": "
|
|
6699
|
+
"fieldName": "props"
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "propertyEditor",
|
|
6703
|
+
"type": {
|
|
6704
|
+
"text": "any[]"
|
|
6705
|
+
},
|
|
6706
|
+
"default": "[]",
|
|
6707
|
+
"fieldName": "propertyEditor"
|
|
6708
|
+
}
|
|
6709
|
+
],
|
|
6710
|
+
"mixins": [
|
|
6711
|
+
{
|
|
6712
|
+
"name": "ScopedElementsMixin",
|
|
6713
|
+
"package": "@open-wc/scoped-elements"
|
|
6714
6714
|
}
|
|
6715
6715
|
],
|
|
6716
6716
|
"superclass": {
|
|
6717
6717
|
"name": "AbstractProperty",
|
|
6718
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6718
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6719
6719
|
},
|
|
6720
6720
|
"events": [
|
|
6721
6721
|
{
|
|
@@ -6734,10 +6734,10 @@
|
|
|
6734
6734
|
"exports": [
|
|
6735
6735
|
{
|
|
6736
6736
|
"kind": "js",
|
|
6737
|
-
"name": "
|
|
6737
|
+
"name": "PropertySpecific",
|
|
6738
6738
|
"declaration": {
|
|
6739
|
-
"name": "
|
|
6740
|
-
"module": "src/modeller/property-sidebar/
|
|
6739
|
+
"name": "PropertySpecific",
|
|
6740
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6741
6741
|
}
|
|
6742
6742
|
}
|
|
6743
6743
|
]
|