@fmsim/board 1.0.0 → 1.0.2
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 +1905 -1905
- package/dist/src/component/etc.js +23 -0
- package/dist/src/component/etc.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/icons/components/triangle.png +0 -0
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
"type": {
|
|
1681
1681
|
"text": "ComponentGroup"
|
|
1682
1682
|
},
|
|
1683
|
-
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } } ] }"
|
|
1683
|
+
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } } ] }"
|
|
1684
1684
|
}
|
|
1685
1685
|
],
|
|
1686
1686
|
"exports": [
|
|
@@ -3106,62 +3106,31 @@
|
|
|
3106
3106
|
},
|
|
3107
3107
|
{
|
|
3108
3108
|
"kind": "javascript-module",
|
|
3109
|
-
"path": "src/modeller/
|
|
3109
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3110
3110
|
"declarations": [
|
|
3111
3111
|
{
|
|
3112
3112
|
"kind": "class",
|
|
3113
3113
|
"description": "",
|
|
3114
|
-
"name": "
|
|
3114
|
+
"name": "ComponentDetail",
|
|
3115
3115
|
"members": [
|
|
3116
3116
|
{
|
|
3117
|
-
"kind": "
|
|
3118
|
-
"name": "
|
|
3119
|
-
"
|
|
3120
|
-
{
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
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
|
-
]
|
|
3117
|
+
"kind": "field",
|
|
3118
|
+
"name": "template",
|
|
3119
|
+
"type": {
|
|
3120
|
+
"text": "{ about: string } | null"
|
|
3121
|
+
},
|
|
3122
|
+
"default": "null",
|
|
3123
|
+
"attribute": "template"
|
|
3157
3124
|
}
|
|
3158
3125
|
],
|
|
3159
|
-
"
|
|
3126
|
+
"attributes": [
|
|
3160
3127
|
{
|
|
3161
|
-
"name": "
|
|
3128
|
+
"name": "template",
|
|
3162
3129
|
"type": {
|
|
3163
|
-
"text": "
|
|
3164
|
-
}
|
|
3130
|
+
"text": "{ about: string } | null"
|
|
3131
|
+
},
|
|
3132
|
+
"default": "null",
|
|
3133
|
+
"fieldName": "template"
|
|
3165
3134
|
}
|
|
3166
3135
|
],
|
|
3167
3136
|
"superclass": {
|
|
@@ -3174,131 +3143,71 @@
|
|
|
3174
3143
|
"exports": [
|
|
3175
3144
|
{
|
|
3176
3145
|
"kind": "js",
|
|
3177
|
-
"name": "
|
|
3178
|
-
"declaration": {
|
|
3179
|
-
"name": "AbstractProperty",
|
|
3180
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
]
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"kind": "javascript-module",
|
|
3187
|
-
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3188
|
-
"declarations": [
|
|
3189
|
-
{
|
|
3190
|
-
"kind": "variable",
|
|
3191
|
-
"name": "PropertySharedStyle",
|
|
3192
|
-
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } `"
|
|
3193
|
-
}
|
|
3194
|
-
],
|
|
3195
|
-
"exports": [
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "js",
|
|
3198
|
-
"name": "PropertySharedStyle",
|
|
3146
|
+
"name": "ComponentDetail",
|
|
3199
3147
|
"declaration": {
|
|
3200
|
-
"name": "
|
|
3201
|
-
"module": "src/modeller/
|
|
3148
|
+
"name": "ComponentDetail",
|
|
3149
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3202
3150
|
}
|
|
3203
3151
|
}
|
|
3204
3152
|
]
|
|
3205
3153
|
},
|
|
3206
3154
|
{
|
|
3207
3155
|
"kind": "javascript-module",
|
|
3208
|
-
"path": "src/modeller/
|
|
3156
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3209
3157
|
"declarations": [
|
|
3210
3158
|
{
|
|
3211
3159
|
"kind": "class",
|
|
3212
3160
|
"description": "",
|
|
3213
|
-
"name": "
|
|
3161
|
+
"name": "ComponentMenu",
|
|
3214
3162
|
"members": [
|
|
3215
3163
|
{
|
|
3216
3164
|
"kind": "field",
|
|
3217
|
-
"name": "
|
|
3218
|
-
"type": {
|
|
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",
|
|
3165
|
+
"name": "groups",
|
|
3245
3166
|
"type": {
|
|
3246
|
-
"text": "
|
|
3167
|
+
"text": "Pallet[]"
|
|
3247
3168
|
},
|
|
3248
3169
|
"default": "[]",
|
|
3249
|
-
"attribute": "
|
|
3170
|
+
"attribute": "groups"
|
|
3250
3171
|
},
|
|
3251
3172
|
{
|
|
3252
3173
|
"kind": "field",
|
|
3253
|
-
"name": "
|
|
3174
|
+
"name": "scene",
|
|
3254
3175
|
"type": {
|
|
3255
|
-
"text": "
|
|
3176
|
+
"text": "Scene | null"
|
|
3256
3177
|
},
|
|
3257
|
-
"
|
|
3178
|
+
"default": "null",
|
|
3179
|
+
"attribute": "scene"
|
|
3258
3180
|
},
|
|
3259
3181
|
{
|
|
3260
3182
|
"kind": "field",
|
|
3261
|
-
"name": "
|
|
3183
|
+
"name": "group",
|
|
3262
3184
|
"type": {
|
|
3263
3185
|
"text": "string | null"
|
|
3264
3186
|
},
|
|
3265
|
-
"default": "'
|
|
3266
|
-
"attribute": "
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"kind": "field",
|
|
3270
|
-
"name": "collapsed",
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": "boolean"
|
|
3273
|
-
},
|
|
3274
|
-
"default": "false",
|
|
3275
|
-
"attribute": "collapsed"
|
|
3187
|
+
"default": "''",
|
|
3188
|
+
"attribute": "group"
|
|
3276
3189
|
},
|
|
3277
3190
|
{
|
|
3278
3191
|
"kind": "field",
|
|
3279
|
-
"name": "
|
|
3192
|
+
"name": "templates",
|
|
3280
3193
|
"type": {
|
|
3281
|
-
"text": "
|
|
3194
|
+
"text": "PalletItem[]"
|
|
3282
3195
|
},
|
|
3283
|
-
"default": "[]"
|
|
3284
|
-
"attribute": "fonts"
|
|
3196
|
+
"default": "[]"
|
|
3285
3197
|
},
|
|
3286
3198
|
{
|
|
3287
3199
|
"kind": "field",
|
|
3288
|
-
"name": "
|
|
3200
|
+
"name": "template",
|
|
3289
3201
|
"type": {
|
|
3290
|
-
"text": "any
|
|
3291
|
-
}
|
|
3292
|
-
"default": "[]",
|
|
3293
|
-
"attribute": "propertyEditor"
|
|
3202
|
+
"text": "PalletItem | any"
|
|
3203
|
+
}
|
|
3294
3204
|
},
|
|
3295
3205
|
{
|
|
3296
3206
|
"kind": "field",
|
|
3297
|
-
"name": "
|
|
3207
|
+
"name": "detail",
|
|
3298
3208
|
"type": {
|
|
3299
|
-
"text": "
|
|
3300
|
-
}
|
|
3301
|
-
"default": "null"
|
|
3209
|
+
"text": "HTMLElement"
|
|
3210
|
+
}
|
|
3302
3211
|
},
|
|
3303
3212
|
{
|
|
3304
3213
|
"kind": "field",
|
|
@@ -3308,84 +3217,48 @@
|
|
|
3308
3217
|
},
|
|
3309
3218
|
{
|
|
3310
3219
|
"kind": "method",
|
|
3311
|
-
"name": "
|
|
3220
|
+
"name": "findTemplate",
|
|
3312
3221
|
"parameters": [
|
|
3313
3222
|
{
|
|
3314
|
-
"name": "
|
|
3223
|
+
"name": "type",
|
|
3315
3224
|
"type": {
|
|
3316
|
-
"text": "
|
|
3225
|
+
"text": "string | null | undefined"
|
|
3317
3226
|
}
|
|
3318
3227
|
}
|
|
3319
3228
|
]
|
|
3320
3229
|
},
|
|
3321
3230
|
{
|
|
3322
3231
|
"kind": "method",
|
|
3323
|
-
"name": "
|
|
3232
|
+
"name": "onHoverComponent",
|
|
3324
3233
|
"parameters": [
|
|
3325
3234
|
{
|
|
3326
3235
|
"name": "e",
|
|
3327
3236
|
"type": {
|
|
3328
|
-
"text": "
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
]
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "method",
|
|
3335
|
-
"name": "_onChangedByScene"
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"kind": "method",
|
|
3339
|
-
"name": "_setPropertyTargetAsDefault"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "method",
|
|
3343
|
-
"name": "_onCollapsed",
|
|
3344
|
-
"parameters": [
|
|
3345
|
-
{
|
|
3346
|
-
"name": "collapsed",
|
|
3347
|
-
"type": {
|
|
3348
|
-
"text": "boolean"
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
]
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"kind": "method",
|
|
3355
|
-
"name": "_onSceneChanged"
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"kind": "method",
|
|
3359
|
-
"name": "_onSelectedChanged",
|
|
3360
|
-
"parameters": [
|
|
3361
|
-
{
|
|
3362
|
-
"name": "after",
|
|
3363
|
-
"type": {
|
|
3364
|
-
"text": "Component[]"
|
|
3237
|
+
"text": "MouseEvent"
|
|
3365
3238
|
}
|
|
3366
3239
|
}
|
|
3367
3240
|
]
|
|
3368
3241
|
},
|
|
3369
3242
|
{
|
|
3370
3243
|
"kind": "method",
|
|
3371
|
-
"name": "
|
|
3244
|
+
"name": "onClickTemplate",
|
|
3372
3245
|
"parameters": [
|
|
3373
3246
|
{
|
|
3374
|
-
"name": "
|
|
3247
|
+
"name": "e",
|
|
3375
3248
|
"type": {
|
|
3376
|
-
"text": "
|
|
3249
|
+
"text": "MouseEvent"
|
|
3377
3250
|
}
|
|
3378
3251
|
}
|
|
3379
3252
|
]
|
|
3380
3253
|
},
|
|
3381
3254
|
{
|
|
3382
3255
|
"kind": "method",
|
|
3383
|
-
"name": "
|
|
3256
|
+
"name": "templateIcon",
|
|
3384
3257
|
"parameters": [
|
|
3385
3258
|
{
|
|
3386
|
-
"name": "
|
|
3259
|
+
"name": "template",
|
|
3387
3260
|
"type": {
|
|
3388
|
-
"text": "
|
|
3261
|
+
"text": "PalletItem"
|
|
3389
3262
|
}
|
|
3390
3263
|
}
|
|
3391
3264
|
]
|
|
@@ -3393,75 +3266,228 @@
|
|
|
3393
3266
|
],
|
|
3394
3267
|
"attributes": [
|
|
3395
3268
|
{
|
|
3396
|
-
"name": "
|
|
3269
|
+
"name": "groups",
|
|
3397
3270
|
"type": {
|
|
3398
|
-
"text": "
|
|
3271
|
+
"text": "Pallet[]"
|
|
3399
3272
|
},
|
|
3400
|
-
"default": "
|
|
3401
|
-
"fieldName": "
|
|
3273
|
+
"default": "[]",
|
|
3274
|
+
"fieldName": "groups"
|
|
3402
3275
|
},
|
|
3403
3276
|
{
|
|
3404
|
-
"name": "
|
|
3277
|
+
"name": "scene",
|
|
3405
3278
|
"type": {
|
|
3406
|
-
"text": "
|
|
3279
|
+
"text": "Scene | null"
|
|
3407
3280
|
},
|
|
3408
|
-
"default": "
|
|
3409
|
-
"fieldName": "
|
|
3281
|
+
"default": "null",
|
|
3282
|
+
"fieldName": "scene"
|
|
3410
3283
|
},
|
|
3411
3284
|
{
|
|
3412
|
-
"name": "
|
|
3285
|
+
"name": "group",
|
|
3413
3286
|
"type": {
|
|
3414
|
-
"text": "
|
|
3287
|
+
"text": "string | null"
|
|
3415
3288
|
},
|
|
3416
|
-
"default": "
|
|
3417
|
-
"fieldName": "
|
|
3418
|
-
}
|
|
3289
|
+
"default": "''",
|
|
3290
|
+
"fieldName": "group"
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"mixins": [
|
|
3419
3294
|
{
|
|
3420
|
-
"name": "
|
|
3295
|
+
"name": "ScopedElementsMixin",
|
|
3296
|
+
"package": "@open-wc/scoped-elements"
|
|
3297
|
+
}
|
|
3298
|
+
],
|
|
3299
|
+
"superclass": {
|
|
3300
|
+
"name": "LitElement",
|
|
3301
|
+
"package": "lit"
|
|
3302
|
+
},
|
|
3303
|
+
"customElement": true
|
|
3304
|
+
}
|
|
3305
|
+
],
|
|
3306
|
+
"exports": [
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "js",
|
|
3309
|
+
"name": "ComponentMenu",
|
|
3310
|
+
"declaration": {
|
|
3311
|
+
"name": "ComponentMenu",
|
|
3312
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
]
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"kind": "javascript-module",
|
|
3319
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3320
|
+
"declarations": [
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "class",
|
|
3323
|
+
"description": "",
|
|
3324
|
+
"name": "ComponentToolbar",
|
|
3325
|
+
"members": [
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "field",
|
|
3328
|
+
"name": "componentGroupList",
|
|
3421
3329
|
"type": {
|
|
3422
|
-
"text": "
|
|
3330
|
+
"text": "ComponentGroup[]"
|
|
3423
3331
|
},
|
|
3424
3332
|
"default": "[]",
|
|
3425
|
-
"
|
|
3333
|
+
"attribute": "componentGroupList"
|
|
3426
3334
|
},
|
|
3427
3335
|
{
|
|
3428
|
-
"
|
|
3336
|
+
"kind": "field",
|
|
3337
|
+
"name": "group",
|
|
3429
3338
|
"type": {
|
|
3430
|
-
"text": "
|
|
3339
|
+
"text": "string | null | undefined"
|
|
3431
3340
|
},
|
|
3432
|
-
"
|
|
3341
|
+
"attribute": "group"
|
|
3433
3342
|
},
|
|
3434
3343
|
{
|
|
3435
|
-
"
|
|
3344
|
+
"kind": "field",
|
|
3345
|
+
"name": "scene",
|
|
3436
3346
|
"type": {
|
|
3437
|
-
"text": "
|
|
3347
|
+
"text": "Scene"
|
|
3438
3348
|
},
|
|
3439
|
-
"
|
|
3440
|
-
"fieldName": "tabName"
|
|
3349
|
+
"attribute": "scene"
|
|
3441
3350
|
},
|
|
3442
3351
|
{
|
|
3443
|
-
"
|
|
3352
|
+
"kind": "field",
|
|
3353
|
+
"name": "mode",
|
|
3444
3354
|
"type": {
|
|
3445
|
-
"text": "
|
|
3355
|
+
"text": "SCENE_MODE"
|
|
3446
3356
|
},
|
|
3447
|
-
"
|
|
3448
|
-
"fieldName": "collapsed"
|
|
3357
|
+
"attribute": "mode"
|
|
3449
3358
|
},
|
|
3450
3359
|
{
|
|
3451
|
-
"
|
|
3360
|
+
"kind": "field",
|
|
3361
|
+
"name": "shift",
|
|
3452
3362
|
"type": {
|
|
3453
|
-
"text": "
|
|
3363
|
+
"text": "HTMLImageElement"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "field",
|
|
3368
|
+
"name": "menu",
|
|
3369
|
+
"type": {
|
|
3370
|
+
"text": "HTMLElement"
|
|
3454
3371
|
},
|
|
3455
|
-
"
|
|
3456
|
-
"fieldName": "fonts"
|
|
3372
|
+
"privacy": "private"
|
|
3457
3373
|
},
|
|
3458
3374
|
{
|
|
3459
|
-
"
|
|
3375
|
+
"kind": "field",
|
|
3376
|
+
"name": "componentsContainer",
|
|
3460
3377
|
"type": {
|
|
3461
|
-
"text": "
|
|
3378
|
+
"text": "HTMLElement"
|
|
3379
|
+
},
|
|
3380
|
+
"privacy": "private"
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"kind": "field",
|
|
3384
|
+
"name": "groups",
|
|
3385
|
+
"type": {
|
|
3386
|
+
"text": "NodeListOf<HTMLElement>"
|
|
3387
|
+
},
|
|
3388
|
+
"privacy": "private"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "field",
|
|
3392
|
+
"name": "icons",
|
|
3393
|
+
"type": {
|
|
3394
|
+
"text": "{ [name: string]: string }"
|
|
3395
|
+
},
|
|
3396
|
+
"privacy": "private",
|
|
3397
|
+
"default": "{}"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"kind": "field",
|
|
3401
|
+
"name": "scopedElements",
|
|
3402
|
+
"static": true,
|
|
3403
|
+
"readonly": true
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "method",
|
|
3407
|
+
"name": "onWheelEvent",
|
|
3408
|
+
"parameters": [
|
|
3409
|
+
{
|
|
3410
|
+
"name": "e",
|
|
3411
|
+
"type": {
|
|
3412
|
+
"text": "Event"
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
]
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "method",
|
|
3419
|
+
"name": "_setMode",
|
|
3420
|
+
"parameters": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "mode",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "SCENE_MODE"
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
]
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"kind": "method",
|
|
3431
|
+
"name": "_onClickShift",
|
|
3432
|
+
"parameters": [
|
|
3433
|
+
{
|
|
3434
|
+
"name": "e",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "MouseEvent"
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
]
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "method",
|
|
3443
|
+
"name": "_onClickGroup",
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "e",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "MouseEvent"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
]
|
|
3452
|
+
}
|
|
3453
|
+
],
|
|
3454
|
+
"events": [
|
|
3455
|
+
{
|
|
3456
|
+
"name": "mode-changed",
|
|
3457
|
+
"type": {
|
|
3458
|
+
"text": "CustomEvent"
|
|
3459
|
+
}
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"attributes": [
|
|
3463
|
+
{
|
|
3464
|
+
"name": "componentGroupList",
|
|
3465
|
+
"type": {
|
|
3466
|
+
"text": "ComponentGroup[]"
|
|
3462
3467
|
},
|
|
3463
3468
|
"default": "[]",
|
|
3464
|
-
"fieldName": "
|
|
3469
|
+
"fieldName": "componentGroupList"
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"name": "group",
|
|
3473
|
+
"type": {
|
|
3474
|
+
"text": "string | null | undefined"
|
|
3475
|
+
},
|
|
3476
|
+
"fieldName": "group"
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"name": "scene",
|
|
3480
|
+
"type": {
|
|
3481
|
+
"text": "Scene"
|
|
3482
|
+
},
|
|
3483
|
+
"fieldName": "scene"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"name": "mode",
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "SCENE_MODE"
|
|
3489
|
+
},
|
|
3490
|
+
"fieldName": "mode"
|
|
3465
3491
|
}
|
|
3466
3492
|
],
|
|
3467
3493
|
"mixins": [
|
|
@@ -3480,484 +3506,288 @@
|
|
|
3480
3506
|
"exports": [
|
|
3481
3507
|
{
|
|
3482
3508
|
"kind": "js",
|
|
3483
|
-
"name": "
|
|
3509
|
+
"name": "ComponentToolbar",
|
|
3484
3510
|
"declaration": {
|
|
3485
|
-
"name": "
|
|
3486
|
-
"module": "src/modeller/
|
|
3511
|
+
"name": "ComponentToolbar",
|
|
3512
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3487
3513
|
}
|
|
3488
3514
|
}
|
|
3489
3515
|
]
|
|
3490
3516
|
},
|
|
3491
3517
|
{
|
|
3492
3518
|
"kind": "javascript-module",
|
|
3493
|
-
"path": "src/modeller/
|
|
3519
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3494
3520
|
"declarations": [
|
|
3495
3521
|
{
|
|
3496
|
-
"kind": "
|
|
3497
|
-
"
|
|
3498
|
-
"
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
{
|
|
3505
|
-
"name": "context",
|
|
3506
|
-
"type": {
|
|
3507
|
-
"text": "CanvasRenderingContext2D"
|
|
3508
|
-
}
|
|
3509
|
-
}
|
|
3510
|
-
]
|
|
3511
|
-
}
|
|
3512
|
-
],
|
|
3513
|
-
"superclass": {
|
|
3514
|
-
"name": "SceneLayer",
|
|
3515
|
-
"package": "@hatiolab/things-scene"
|
|
3516
|
-
}
|
|
3522
|
+
"kind": "variable",
|
|
3523
|
+
"name": "ICON_EDIT_MODE",
|
|
3524
|
+
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; } .st1 { fill: none; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \" /> <path class=\"st1\" d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\" /> </g> </svg> `"
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"kind": "variable",
|
|
3528
|
+
"name": "ICON_SHIFT_MODE",
|
|
3529
|
+
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; stroke: {{strokeColor}}; fill-rule: evenodd; clip-rule: evenodd; } .st1 { fill: {{strokeColor}}; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <path class=\"st0\" d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4 c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8 c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8 c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8 c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8 C6.7,22.7,7,23.2,7.8,23.2z\" /> <path class=\"st1\" d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\" /> </g> </svg> `"
|
|
3517
3530
|
}
|
|
3518
3531
|
],
|
|
3519
3532
|
"exports": [
|
|
3520
3533
|
{
|
|
3521
3534
|
"kind": "js",
|
|
3522
|
-
"name": "
|
|
3535
|
+
"name": "ICON_EDIT_MODE",
|
|
3523
3536
|
"declaration": {
|
|
3524
|
-
"name": "
|
|
3525
|
-
"module": "src/modeller/
|
|
3537
|
+
"name": "ICON_EDIT_MODE",
|
|
3538
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"kind": "js",
|
|
3543
|
+
"name": "ICON_SHIFT_MODE",
|
|
3544
|
+
"declaration": {
|
|
3545
|
+
"name": "ICON_SHIFT_MODE",
|
|
3546
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3526
3547
|
}
|
|
3527
3548
|
}
|
|
3528
3549
|
]
|
|
3529
3550
|
},
|
|
3530
3551
|
{
|
|
3531
3552
|
"kind": "javascript-module",
|
|
3532
|
-
"path": "src/modeller/
|
|
3553
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
3533
3554
|
"declarations": [
|
|
3534
3555
|
{
|
|
3535
3556
|
"kind": "class",
|
|
3536
3557
|
"description": "",
|
|
3537
|
-
"name": "
|
|
3558
|
+
"name": "AbstractProperty",
|
|
3538
3559
|
"members": [
|
|
3539
3560
|
{
|
|
3540
|
-
"kind": "
|
|
3541
|
-
"name": "
|
|
3542
|
-
"
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
"text": "{\n type: Object\n notify: true\n }"
|
|
3552
|
-
},
|
|
3553
|
-
"attribute": "model"
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
"attributes": [
|
|
3561
|
+
"kind": "method",
|
|
3562
|
+
"name": "_onValueChange",
|
|
3563
|
+
"parameters": [
|
|
3564
|
+
{
|
|
3565
|
+
"name": "e",
|
|
3566
|
+
"type": {
|
|
3567
|
+
"text": "Event"
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
]
|
|
3571
|
+
},
|
|
3557
3572
|
{
|
|
3558
|
-
"
|
|
3559
|
-
"
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3573
|
+
"kind": "method",
|
|
3574
|
+
"name": "_getValueFromEventTarget",
|
|
3575
|
+
"parameters": [
|
|
3576
|
+
{
|
|
3577
|
+
"name": "element",
|
|
3578
|
+
"type": {
|
|
3579
|
+
"text": "HTMLElement"
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
]
|
|
3563
3583
|
},
|
|
3564
3584
|
{
|
|
3565
|
-
"
|
|
3585
|
+
"kind": "method",
|
|
3586
|
+
"name": "_onAfterValueChange",
|
|
3587
|
+
"parameters": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "key",
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "string"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "value",
|
|
3596
|
+
"type": {
|
|
3597
|
+
"text": "any"
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
]
|
|
3601
|
+
}
|
|
3602
|
+
],
|
|
3603
|
+
"events": [
|
|
3604
|
+
{
|
|
3605
|
+
"name": "property-change",
|
|
3566
3606
|
"type": {
|
|
3567
|
-
"text": "
|
|
3568
|
-
}
|
|
3569
|
-
"fieldName": "model"
|
|
3607
|
+
"text": "CustomEvent"
|
|
3608
|
+
}
|
|
3570
3609
|
}
|
|
3571
3610
|
],
|
|
3572
3611
|
"superclass": {
|
|
3573
3612
|
"name": "LitElement",
|
|
3574
3613
|
"package": "lit"
|
|
3575
3614
|
},
|
|
3576
|
-
"tagName": "ox-scene-handler",
|
|
3577
3615
|
"customElement": true
|
|
3578
3616
|
}
|
|
3579
3617
|
],
|
|
3580
3618
|
"exports": [
|
|
3581
3619
|
{
|
|
3582
3620
|
"kind": "js",
|
|
3583
|
-
"name": "
|
|
3584
|
-
"declaration": {
|
|
3585
|
-
"name": "OxSceneHandler",
|
|
3586
|
-
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
3587
|
-
}
|
|
3588
|
-
},
|
|
3589
|
-
{
|
|
3590
|
-
"kind": "custom-element-definition",
|
|
3591
|
-
"name": "ox-scene-handler",
|
|
3621
|
+
"name": "AbstractProperty",
|
|
3592
3622
|
"declaration": {
|
|
3593
|
-
"name": "
|
|
3594
|
-
"module": "src/modeller/
|
|
3623
|
+
"name": "AbstractProperty",
|
|
3624
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3595
3625
|
}
|
|
3596
3626
|
}
|
|
3597
3627
|
]
|
|
3598
3628
|
},
|
|
3599
3629
|
{
|
|
3600
3630
|
"kind": "javascript-module",
|
|
3601
|
-
"path": "src/modeller/
|
|
3631
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3602
3632
|
"declarations": [
|
|
3603
3633
|
{
|
|
3604
|
-
"kind": "
|
|
3605
|
-
"
|
|
3606
|
-
"
|
|
3607
|
-
"members": [
|
|
3608
|
-
{
|
|
3609
|
-
"kind": "field",
|
|
3610
|
-
"name": "type",
|
|
3611
|
-
"type": {
|
|
3612
|
-
"text": "String | undefined"
|
|
3613
|
-
},
|
|
3614
|
-
"attribute": "type"
|
|
3615
|
-
},
|
|
3616
|
-
{
|
|
3617
|
-
"kind": "field",
|
|
3618
|
-
"name": "text",
|
|
3619
|
-
"type": {
|
|
3620
|
-
"text": "String | undefined"
|
|
3621
|
-
},
|
|
3622
|
-
"attribute": "text"
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"kind": "method",
|
|
3626
|
-
"name": "getModel"
|
|
3627
|
-
}
|
|
3628
|
-
],
|
|
3629
|
-
"attributes": [
|
|
3630
|
-
{
|
|
3631
|
-
"name": "type",
|
|
3632
|
-
"type": {
|
|
3633
|
-
"text": "String | undefined"
|
|
3634
|
-
},
|
|
3635
|
-
"fieldName": "type"
|
|
3636
|
-
},
|
|
3637
|
-
{
|
|
3638
|
-
"name": "text",
|
|
3639
|
-
"type": {
|
|
3640
|
-
"text": "String | undefined"
|
|
3641
|
-
},
|
|
3642
|
-
"fieldName": "text"
|
|
3643
|
-
}
|
|
3644
|
-
],
|
|
3645
|
-
"superclass": {
|
|
3646
|
-
"name": "LitElement",
|
|
3647
|
-
"package": "lit"
|
|
3648
|
-
},
|
|
3649
|
-
"tagName": "ox-scene-layer",
|
|
3650
|
-
"customElement": true
|
|
3634
|
+
"kind": "variable",
|
|
3635
|
+
"name": "PropertySharedStyle",
|
|
3636
|
+
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } `"
|
|
3651
3637
|
}
|
|
3652
3638
|
],
|
|
3653
3639
|
"exports": [
|
|
3654
3640
|
{
|
|
3655
3641
|
"kind": "js",
|
|
3656
|
-
"name": "
|
|
3657
|
-
"declaration": {
|
|
3658
|
-
"name": "OxSceneLayer",
|
|
3659
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"kind": "custom-element-definition",
|
|
3664
|
-
"name": "ox-scene-layer",
|
|
3642
|
+
"name": "PropertySharedStyle",
|
|
3665
3643
|
"declaration": {
|
|
3666
|
-
"name": "
|
|
3667
|
-
"module": "src/modeller/
|
|
3644
|
+
"name": "PropertySharedStyle",
|
|
3645
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
3668
3646
|
}
|
|
3669
3647
|
}
|
|
3670
3648
|
]
|
|
3671
3649
|
},
|
|
3672
3650
|
{
|
|
3673
3651
|
"kind": "javascript-module",
|
|
3674
|
-
"path": "src/modeller/
|
|
3652
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
3675
3653
|
"declarations": [
|
|
3676
3654
|
{
|
|
3677
3655
|
"kind": "class",
|
|
3678
3656
|
"description": "",
|
|
3679
|
-
"name": "
|
|
3657
|
+
"name": "PropertySidebar",
|
|
3680
3658
|
"members": [
|
|
3681
3659
|
{
|
|
3682
3660
|
"kind": "field",
|
|
3683
|
-
"name": "
|
|
3661
|
+
"name": "scene",
|
|
3684
3662
|
"type": {
|
|
3685
|
-
"text": "
|
|
3663
|
+
"text": "Scene | null"
|
|
3686
3664
|
},
|
|
3687
|
-
"
|
|
3665
|
+
"default": "null",
|
|
3666
|
+
"attribute": "scene"
|
|
3688
3667
|
},
|
|
3689
3668
|
{
|
|
3690
3669
|
"kind": "field",
|
|
3691
|
-
"name": "
|
|
3670
|
+
"name": "bounds",
|
|
3692
3671
|
"type": {
|
|
3693
|
-
"text": "
|
|
3672
|
+
"text": "any"
|
|
3694
3673
|
},
|
|
3695
|
-
"
|
|
3674
|
+
"default": "{}",
|
|
3675
|
+
"attribute": "bounds"
|
|
3696
3676
|
},
|
|
3697
3677
|
{
|
|
3698
3678
|
"kind": "field",
|
|
3699
|
-
"name": "
|
|
3679
|
+
"name": "model",
|
|
3700
3680
|
"type": {
|
|
3701
|
-
"text": "
|
|
3681
|
+
"text": "Model | null"
|
|
3702
3682
|
},
|
|
3703
|
-
"
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
"attributes": [
|
|
3683
|
+
"default": "{}",
|
|
3684
|
+
"attribute": "model"
|
|
3685
|
+
},
|
|
3707
3686
|
{
|
|
3708
|
-
"
|
|
3687
|
+
"kind": "field",
|
|
3688
|
+
"name": "selected",
|
|
3709
3689
|
"type": {
|
|
3710
|
-
"text": "
|
|
3690
|
+
"text": "Component[]"
|
|
3711
3691
|
},
|
|
3712
|
-
"
|
|
3692
|
+
"default": "[]",
|
|
3693
|
+
"attribute": "selected"
|
|
3713
3694
|
},
|
|
3714
3695
|
{
|
|
3715
|
-
"
|
|
3696
|
+
"kind": "field",
|
|
3697
|
+
"name": "specificProps",
|
|
3716
3698
|
"type": {
|
|
3717
|
-
"text": "
|
|
3699
|
+
"text": "any"
|
|
3718
3700
|
},
|
|
3719
|
-
"
|
|
3701
|
+
"attribute": "specificProps"
|
|
3720
3702
|
},
|
|
3721
3703
|
{
|
|
3722
|
-
"
|
|
3704
|
+
"kind": "field",
|
|
3705
|
+
"name": "tabName",
|
|
3723
3706
|
"type": {
|
|
3724
|
-
"text": "string"
|
|
3707
|
+
"text": "string | null"
|
|
3725
3708
|
},
|
|
3726
|
-
"
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
"superclass": {
|
|
3730
|
-
"name": "LitElement",
|
|
3731
|
-
"package": "lit"
|
|
3732
|
-
},
|
|
3733
|
-
"tagName": "ox-scene-property",
|
|
3734
|
-
"customElement": true
|
|
3735
|
-
}
|
|
3736
|
-
],
|
|
3737
|
-
"exports": [
|
|
3738
|
-
{
|
|
3739
|
-
"kind": "js",
|
|
3740
|
-
"name": "default",
|
|
3741
|
-
"declaration": {
|
|
3742
|
-
"name": "OxSceneProperty",
|
|
3743
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"kind": "custom-element-definition",
|
|
3748
|
-
"name": "ox-scene-property",
|
|
3749
|
-
"declaration": {
|
|
3750
|
-
"name": "OxSceneProperty",
|
|
3751
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3752
|
-
}
|
|
3753
|
-
}
|
|
3754
|
-
]
|
|
3755
|
-
},
|
|
3756
|
-
{
|
|
3757
|
-
"kind": "javascript-module",
|
|
3758
|
-
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
3759
|
-
"declarations": [
|
|
3760
|
-
{
|
|
3761
|
-
"kind": "class",
|
|
3762
|
-
"description": "",
|
|
3763
|
-
"name": "OxSceneViewer",
|
|
3764
|
-
"members": [
|
|
3709
|
+
"default": "'specific'",
|
|
3710
|
+
"attribute": "tabName"
|
|
3711
|
+
},
|
|
3765
3712
|
{
|
|
3766
3713
|
"kind": "field",
|
|
3767
|
-
"name": "
|
|
3714
|
+
"name": "collapsed",
|
|
3768
3715
|
"type": {
|
|
3769
|
-
"text": "
|
|
3716
|
+
"text": "boolean"
|
|
3770
3717
|
},
|
|
3771
|
-
"default": "
|
|
3772
|
-
"attribute": "
|
|
3718
|
+
"default": "false",
|
|
3719
|
+
"attribute": "collapsed"
|
|
3773
3720
|
},
|
|
3774
3721
|
{
|
|
3775
3722
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3723
|
+
"name": "fonts",
|
|
3777
3724
|
"type": {
|
|
3778
|
-
"text": "
|
|
3725
|
+
"text": "any[]"
|
|
3779
3726
|
},
|
|
3780
|
-
"
|
|
3727
|
+
"default": "[]",
|
|
3728
|
+
"attribute": "fonts"
|
|
3781
3729
|
},
|
|
3782
3730
|
{
|
|
3783
3731
|
"kind": "field",
|
|
3784
|
-
"name": "
|
|
3732
|
+
"name": "propertyEditor",
|
|
3785
3733
|
"type": {
|
|
3786
|
-
"text": "
|
|
3734
|
+
"text": "any[]"
|
|
3787
3735
|
},
|
|
3788
|
-
"
|
|
3736
|
+
"default": "[]",
|
|
3737
|
+
"attribute": "propertyEditor"
|
|
3789
3738
|
},
|
|
3790
3739
|
{
|
|
3791
3740
|
"kind": "field",
|
|
3792
|
-
"name": "
|
|
3793
|
-
"type": {
|
|
3794
|
-
"text": "number"
|
|
3795
|
-
},
|
|
3796
|
-
"default": "13.3",
|
|
3797
|
-
"attribute": "screenSize"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"kind": "field",
|
|
3801
|
-
"name": "variables",
|
|
3802
|
-
"type": {
|
|
3803
|
-
"text": "Properties"
|
|
3804
|
-
},
|
|
3805
|
-
"default": "{}",
|
|
3806
|
-
"attribute": "variables"
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"kind": "field",
|
|
3810
|
-
"name": "data",
|
|
3811
|
-
"type": {
|
|
3812
|
-
"text": "any"
|
|
3813
|
-
},
|
|
3814
|
-
"attribute": "data"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"kind": "field",
|
|
3818
|
-
"name": "themes",
|
|
3819
|
-
"type": {
|
|
3820
|
-
"text": "any | undefined"
|
|
3821
|
-
},
|
|
3822
|
-
"attribute": "themes"
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"kind": "field",
|
|
3826
|
-
"name": "fit",
|
|
3827
|
-
"type": {
|
|
3828
|
-
"text": "FITMODE"
|
|
3829
|
-
},
|
|
3830
|
-
"default": "'none'",
|
|
3831
|
-
"attribute": "fit"
|
|
3832
|
-
},
|
|
3833
|
-
{
|
|
3834
|
-
"kind": "field",
|
|
3835
|
-
"name": "selected",
|
|
3836
|
-
"type": {
|
|
3837
|
-
"text": "Component[]"
|
|
3838
|
-
},
|
|
3839
|
-
"default": "[]",
|
|
3840
|
-
"attribute": "selected"
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"kind": "field",
|
|
3844
|
-
"name": "disposeWhenDetached",
|
|
3845
|
-
"type": {
|
|
3846
|
-
"text": "boolean"
|
|
3847
|
-
},
|
|
3848
|
-
"default": "false",
|
|
3849
|
-
"attribute": "disposeWhenDetached"
|
|
3850
|
-
},
|
|
3851
|
-
{
|
|
3852
|
-
"kind": "field",
|
|
3853
|
-
"name": "baseUrl",
|
|
3854
|
-
"type": {
|
|
3855
|
-
"text": "string"
|
|
3856
|
-
},
|
|
3857
|
-
"default": "''",
|
|
3858
|
-
"attribute": "baseUrl"
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"kind": "field",
|
|
3862
|
-
"name": "provider",
|
|
3863
|
-
"type": {
|
|
3864
|
-
"text": "any"
|
|
3865
|
-
},
|
|
3866
|
-
"attribute": "provider"
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"kind": "field",
|
|
3870
|
-
"name": "name",
|
|
3871
|
-
"type": {
|
|
3872
|
-
"text": "string"
|
|
3873
|
-
},
|
|
3874
|
-
"default": "'noname'",
|
|
3875
|
-
"attribute": "name"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"kind": "field",
|
|
3879
|
-
"name": "enableInspector",
|
|
3880
|
-
"type": {
|
|
3881
|
-
"text": "boolean"
|
|
3882
|
-
},
|
|
3883
|
-
"default": "true",
|
|
3884
|
-
"attribute": "enableInspector"
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"kind": "field",
|
|
3888
|
-
"name": "showInspector",
|
|
3741
|
+
"name": "propertyTarget",
|
|
3889
3742
|
"type": {
|
|
3890
|
-
"text": "
|
|
3743
|
+
"text": "Component | null"
|
|
3891
3744
|
},
|
|
3892
|
-
"default": "
|
|
3893
|
-
"attribute": "showInspector"
|
|
3745
|
+
"default": "null"
|
|
3894
3746
|
},
|
|
3895
3747
|
{
|
|
3896
3748
|
"kind": "field",
|
|
3897
|
-
"name": "
|
|
3898
|
-
"
|
|
3899
|
-
|
|
3900
|
-
},
|
|
3901
|
-
"privacy": "private"
|
|
3902
|
-
},
|
|
3903
|
-
{
|
|
3904
|
-
"kind": "method",
|
|
3905
|
-
"name": "_setScene",
|
|
3906
|
-
"parameters": [
|
|
3907
|
-
{
|
|
3908
|
-
"name": "scene",
|
|
3909
|
-
"type": {
|
|
3910
|
-
"text": "Scene | null"
|
|
3911
|
-
}
|
|
3912
|
-
}
|
|
3913
|
-
]
|
|
3749
|
+
"name": "scopedElements",
|
|
3750
|
+
"static": true,
|
|
3751
|
+
"readonly": true
|
|
3914
3752
|
},
|
|
3915
3753
|
{
|
|
3916
3754
|
"kind": "method",
|
|
3917
|
-
"name": "
|
|
3755
|
+
"name": "_onPropertyChanged",
|
|
3918
3756
|
"parameters": [
|
|
3919
3757
|
{
|
|
3920
|
-
"name": "
|
|
3758
|
+
"name": "e",
|
|
3921
3759
|
"type": {
|
|
3922
|
-
"text": "
|
|
3760
|
+
"text": "CustomEvent"
|
|
3923
3761
|
}
|
|
3924
3762
|
}
|
|
3925
3763
|
]
|
|
3926
3764
|
},
|
|
3927
3765
|
{
|
|
3928
3766
|
"kind": "method",
|
|
3929
|
-
"name": "
|
|
3767
|
+
"name": "_onBoundsChanged",
|
|
3930
3768
|
"parameters": [
|
|
3931
3769
|
{
|
|
3932
|
-
"name": "
|
|
3770
|
+
"name": "e",
|
|
3933
3771
|
"type": {
|
|
3934
|
-
"text": "
|
|
3772
|
+
"text": "CustomEvent"
|
|
3935
3773
|
}
|
|
3936
3774
|
}
|
|
3937
3775
|
]
|
|
3938
3776
|
},
|
|
3939
3777
|
{
|
|
3940
3778
|
"kind": "method",
|
|
3941
|
-
"name": "
|
|
3942
|
-
"parameters": [
|
|
3943
|
-
{
|
|
3944
|
-
"name": "selected",
|
|
3945
|
-
"type": {
|
|
3946
|
-
"text": "Component[]"
|
|
3947
|
-
}
|
|
3948
|
-
}
|
|
3949
|
-
]
|
|
3779
|
+
"name": "_onChangedByScene"
|
|
3950
3780
|
},
|
|
3951
3781
|
{
|
|
3952
3782
|
"kind": "method",
|
|
3953
|
-
"name": "
|
|
3783
|
+
"name": "_setPropertyTargetAsDefault"
|
|
3954
3784
|
},
|
|
3955
3785
|
{
|
|
3956
3786
|
"kind": "method",
|
|
3957
|
-
"name": "
|
|
3787
|
+
"name": "_onCollapsed",
|
|
3958
3788
|
"parameters": [
|
|
3959
3789
|
{
|
|
3960
|
-
"name": "
|
|
3790
|
+
"name": "collapsed",
|
|
3961
3791
|
"type": {
|
|
3962
3792
|
"text": "boolean"
|
|
3963
3793
|
}
|
|
@@ -3966,52 +3796,7 @@
|
|
|
3966
3796
|
},
|
|
3967
3797
|
{
|
|
3968
3798
|
"kind": "method",
|
|
3969
|
-
"name": "
|
|
3970
|
-
"parameters": [
|
|
3971
|
-
{
|
|
3972
|
-
"name": "model",
|
|
3973
|
-
"optional": true,
|
|
3974
|
-
"type": {
|
|
3975
|
-
"text": "Model"
|
|
3976
|
-
}
|
|
3977
|
-
}
|
|
3978
|
-
]
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"kind": "method",
|
|
3982
|
-
"name": "_onDisplayChanged",
|
|
3983
|
-
"parameters": [
|
|
3984
|
-
{
|
|
3985
|
-
"name": "screenSize",
|
|
3986
|
-
"type": {
|
|
3987
|
-
"text": "string | number"
|
|
3988
|
-
}
|
|
3989
|
-
}
|
|
3990
|
-
]
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"kind": "method",
|
|
3994
|
-
"name": "_onModeChanged",
|
|
3995
|
-
"parameters": [
|
|
3996
|
-
{
|
|
3997
|
-
"name": "mode",
|
|
3998
|
-
"type": {
|
|
3999
|
-
"text": "SCENE_MODE"
|
|
4000
|
-
}
|
|
4001
|
-
}
|
|
4002
|
-
]
|
|
4003
|
-
},
|
|
4004
|
-
{
|
|
4005
|
-
"kind": "method",
|
|
4006
|
-
"name": "_onDataChanged",
|
|
4007
|
-
"parameters": [
|
|
4008
|
-
{
|
|
4009
|
-
"name": "data",
|
|
4010
|
-
"type": {
|
|
4011
|
-
"text": "any"
|
|
4012
|
-
}
|
|
4013
|
-
}
|
|
4014
|
-
]
|
|
3799
|
+
"name": "_onSceneChanged"
|
|
4015
3800
|
},
|
|
4016
3801
|
{
|
|
4017
3802
|
"kind": "method",
|
|
@@ -4027,55 +3812,29 @@
|
|
|
4027
3812
|
},
|
|
4028
3813
|
{
|
|
4029
3814
|
"kind": "method",
|
|
4030
|
-
"name": "
|
|
3815
|
+
"name": "_setPropertyTarget",
|
|
4031
3816
|
"parameters": [
|
|
4032
3817
|
{
|
|
4033
|
-
"name": "
|
|
3818
|
+
"name": "newTarget",
|
|
4034
3819
|
"type": {
|
|
4035
|
-
"text": "
|
|
3820
|
+
"text": "Component | null"
|
|
4036
3821
|
}
|
|
4037
3822
|
}
|
|
4038
3823
|
]
|
|
4039
3824
|
},
|
|
4040
3825
|
{
|
|
4041
3826
|
"kind": "method",
|
|
4042
|
-
"name": "
|
|
3827
|
+
"name": "_setBounds",
|
|
4043
3828
|
"parameters": [
|
|
4044
3829
|
{
|
|
4045
|
-
"name": "
|
|
3830
|
+
"name": "bounds",
|
|
4046
3831
|
"type": {
|
|
4047
|
-
"text": "
|
|
3832
|
+
"text": "BOUNDS"
|
|
4048
3833
|
}
|
|
4049
3834
|
}
|
|
4050
3835
|
]
|
|
4051
3836
|
}
|
|
4052
3837
|
],
|
|
4053
|
-
"events": [
|
|
4054
|
-
{
|
|
4055
|
-
"name": "scene-changed",
|
|
4056
|
-
"type": {
|
|
4057
|
-
"text": "CustomEvent"
|
|
4058
|
-
}
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"name": "mode-changed",
|
|
4062
|
-
"type": {
|
|
4063
|
-
"text": "CustomEvent"
|
|
4064
|
-
}
|
|
4065
|
-
},
|
|
4066
|
-
{
|
|
4067
|
-
"name": "variables-changed",
|
|
4068
|
-
"type": {
|
|
4069
|
-
"text": "CustomEvent"
|
|
4070
|
-
}
|
|
4071
|
-
},
|
|
4072
|
-
{
|
|
4073
|
-
"name": "selected-changed",
|
|
4074
|
-
"type": {
|
|
4075
|
-
"text": "CustomEvent"
|
|
4076
|
-
}
|
|
4077
|
-
}
|
|
4078
|
-
],
|
|
4079
3838
|
"attributes": [
|
|
4080
3839
|
{
|
|
4081
3840
|
"name": "scene",
|
|
@@ -4085,119 +3844,180 @@
|
|
|
4085
3844
|
"default": "null",
|
|
4086
3845
|
"fieldName": "scene"
|
|
4087
3846
|
},
|
|
3847
|
+
{
|
|
3848
|
+
"name": "bounds",
|
|
3849
|
+
"type": {
|
|
3850
|
+
"text": "any"
|
|
3851
|
+
},
|
|
3852
|
+
"default": "{}",
|
|
3853
|
+
"fieldName": "bounds"
|
|
3854
|
+
},
|
|
4088
3855
|
{
|
|
4089
3856
|
"name": "model",
|
|
4090
3857
|
"type": {
|
|
4091
|
-
"text": "Model |
|
|
3858
|
+
"text": "Model | null"
|
|
4092
3859
|
},
|
|
3860
|
+
"default": "{}",
|
|
4093
3861
|
"fieldName": "model"
|
|
4094
3862
|
},
|
|
4095
3863
|
{
|
|
4096
|
-
"name": "
|
|
3864
|
+
"name": "selected",
|
|
4097
3865
|
"type": {
|
|
4098
|
-
"text": "
|
|
3866
|
+
"text": "Component[]"
|
|
4099
3867
|
},
|
|
4100
|
-
"
|
|
3868
|
+
"default": "[]",
|
|
3869
|
+
"fieldName": "selected"
|
|
4101
3870
|
},
|
|
4102
3871
|
{
|
|
4103
|
-
"name": "
|
|
4104
|
-
"type": {
|
|
4105
|
-
"text": "number"
|
|
4106
|
-
},
|
|
4107
|
-
"default": "13.3",
|
|
4108
|
-
"fieldName": "screenSize"
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"name": "variables",
|
|
4112
|
-
"type": {
|
|
4113
|
-
"text": "Properties"
|
|
4114
|
-
},
|
|
4115
|
-
"default": "{}",
|
|
4116
|
-
"fieldName": "variables"
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"name": "data",
|
|
3872
|
+
"name": "specificProps",
|
|
4120
3873
|
"type": {
|
|
4121
3874
|
"text": "any"
|
|
4122
3875
|
},
|
|
4123
|
-
"fieldName": "
|
|
3876
|
+
"fieldName": "specificProps"
|
|
4124
3877
|
},
|
|
4125
3878
|
{
|
|
4126
|
-
"name": "
|
|
3879
|
+
"name": "tabName",
|
|
4127
3880
|
"type": {
|
|
4128
|
-
"text": "
|
|
3881
|
+
"text": "string | null"
|
|
4129
3882
|
},
|
|
4130
|
-
"
|
|
3883
|
+
"default": "'specific'",
|
|
3884
|
+
"fieldName": "tabName"
|
|
4131
3885
|
},
|
|
4132
3886
|
{
|
|
4133
|
-
"name": "
|
|
3887
|
+
"name": "collapsed",
|
|
4134
3888
|
"type": {
|
|
4135
|
-
"text": "
|
|
3889
|
+
"text": "boolean"
|
|
4136
3890
|
},
|
|
4137
|
-
"default": "
|
|
4138
|
-
"fieldName": "
|
|
3891
|
+
"default": "false",
|
|
3892
|
+
"fieldName": "collapsed"
|
|
4139
3893
|
},
|
|
4140
3894
|
{
|
|
4141
|
-
"name": "
|
|
3895
|
+
"name": "fonts",
|
|
4142
3896
|
"type": {
|
|
4143
|
-
"text": "
|
|
3897
|
+
"text": "any[]"
|
|
4144
3898
|
},
|
|
4145
3899
|
"default": "[]",
|
|
4146
|
-
"fieldName": "
|
|
3900
|
+
"fieldName": "fonts"
|
|
4147
3901
|
},
|
|
4148
3902
|
{
|
|
4149
|
-
"name": "
|
|
3903
|
+
"name": "propertyEditor",
|
|
4150
3904
|
"type": {
|
|
4151
|
-
"text": "
|
|
3905
|
+
"text": "any[]"
|
|
4152
3906
|
},
|
|
4153
|
-
"default": "
|
|
4154
|
-
"fieldName": "
|
|
4155
|
-
}
|
|
3907
|
+
"default": "[]",
|
|
3908
|
+
"fieldName": "propertyEditor"
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"mixins": [
|
|
4156
3912
|
{
|
|
4157
|
-
"name": "
|
|
3913
|
+
"name": "ScopedElementsMixin",
|
|
3914
|
+
"package": "@open-wc/scoped-elements"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"superclass": {
|
|
3918
|
+
"name": "LitElement",
|
|
3919
|
+
"package": "lit"
|
|
3920
|
+
},
|
|
3921
|
+
"customElement": true
|
|
3922
|
+
}
|
|
3923
|
+
],
|
|
3924
|
+
"exports": [
|
|
3925
|
+
{
|
|
3926
|
+
"kind": "js",
|
|
3927
|
+
"name": "PropertySidebar",
|
|
3928
|
+
"declaration": {
|
|
3929
|
+
"name": "PropertySidebar",
|
|
3930
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
3931
|
+
}
|
|
3932
|
+
}
|
|
3933
|
+
]
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"kind": "javascript-module",
|
|
3937
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3938
|
+
"declarations": [
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "class",
|
|
3941
|
+
"description": "",
|
|
3942
|
+
"name": "ConfidentialOverlay",
|
|
3943
|
+
"members": [
|
|
3944
|
+
{
|
|
3945
|
+
"kind": "method",
|
|
3946
|
+
"name": "_draw",
|
|
3947
|
+
"parameters": [
|
|
3948
|
+
{
|
|
3949
|
+
"name": "context",
|
|
3950
|
+
"type": {
|
|
3951
|
+
"text": "CanvasRenderingContext2D"
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
3954
|
+
]
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"superclass": {
|
|
3958
|
+
"name": "SceneLayer",
|
|
3959
|
+
"package": "@hatiolab/things-scene"
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
],
|
|
3963
|
+
"exports": [
|
|
3964
|
+
{
|
|
3965
|
+
"kind": "js",
|
|
3966
|
+
"name": "default",
|
|
3967
|
+
"declaration": {
|
|
3968
|
+
"name": "ConfidentialOverlay",
|
|
3969
|
+
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
3970
|
+
}
|
|
3971
|
+
}
|
|
3972
|
+
]
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"kind": "javascript-module",
|
|
3976
|
+
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
3977
|
+
"declarations": [
|
|
3978
|
+
{
|
|
3979
|
+
"kind": "class",
|
|
3980
|
+
"description": "",
|
|
3981
|
+
"name": "OxSceneHandler",
|
|
3982
|
+
"members": [
|
|
3983
|
+
{
|
|
3984
|
+
"kind": "field",
|
|
3985
|
+
"name": "type",
|
|
4158
3986
|
"type": {
|
|
4159
3987
|
"text": "string"
|
|
4160
3988
|
},
|
|
4161
|
-
"
|
|
4162
|
-
"fieldName": "baseUrl"
|
|
3989
|
+
"attribute": "type"
|
|
4163
3990
|
},
|
|
4164
3991
|
{
|
|
4165
|
-
"
|
|
3992
|
+
"kind": "field",
|
|
3993
|
+
"name": "model",
|
|
4166
3994
|
"type": {
|
|
4167
|
-
"text": "
|
|
3995
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4168
3996
|
},
|
|
4169
|
-
"
|
|
4170
|
-
}
|
|
3997
|
+
"attribute": "model"
|
|
3998
|
+
}
|
|
3999
|
+
],
|
|
4000
|
+
"attributes": [
|
|
4171
4001
|
{
|
|
4172
|
-
"name": "
|
|
4002
|
+
"name": "type",
|
|
4173
4003
|
"type": {
|
|
4174
4004
|
"text": "string"
|
|
4175
4005
|
},
|
|
4176
|
-
"
|
|
4177
|
-
"fieldName": "name"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "enableInspector",
|
|
4181
|
-
"type": {
|
|
4182
|
-
"text": "boolean"
|
|
4183
|
-
},
|
|
4184
|
-
"default": "true",
|
|
4185
|
-
"fieldName": "enableInspector"
|
|
4006
|
+
"fieldName": "type"
|
|
4186
4007
|
},
|
|
4187
4008
|
{
|
|
4188
|
-
"name": "
|
|
4009
|
+
"name": "model",
|
|
4189
4010
|
"type": {
|
|
4190
|
-
"text": "
|
|
4011
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4191
4012
|
},
|
|
4192
|
-
"
|
|
4193
|
-
"fieldName": "showInspector"
|
|
4013
|
+
"fieldName": "model"
|
|
4194
4014
|
}
|
|
4195
4015
|
],
|
|
4196
4016
|
"superclass": {
|
|
4197
4017
|
"name": "LitElement",
|
|
4198
4018
|
"package": "lit"
|
|
4199
4019
|
},
|
|
4200
|
-
"tagName": "ox-scene-
|
|
4020
|
+
"tagName": "ox-scene-handler",
|
|
4201
4021
|
"customElement": true
|
|
4202
4022
|
}
|
|
4203
4023
|
],
|
|
@@ -4206,326 +4026,332 @@
|
|
|
4206
4026
|
"kind": "js",
|
|
4207
4027
|
"name": "default",
|
|
4208
4028
|
"declaration": {
|
|
4209
|
-
"name": "
|
|
4210
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4029
|
+
"name": "OxSceneHandler",
|
|
4030
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4211
4031
|
}
|
|
4212
4032
|
},
|
|
4213
4033
|
{
|
|
4214
4034
|
"kind": "custom-element-definition",
|
|
4215
|
-
"name": "ox-scene-
|
|
4035
|
+
"name": "ox-scene-handler",
|
|
4216
4036
|
"declaration": {
|
|
4217
|
-
"name": "
|
|
4218
|
-
"module": "src/modeller/scene-viewer/ox-scene-
|
|
4037
|
+
"name": "OxSceneHandler",
|
|
4038
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4219
4039
|
}
|
|
4220
4040
|
}
|
|
4221
4041
|
]
|
|
4222
4042
|
},
|
|
4223
4043
|
{
|
|
4224
4044
|
"kind": "javascript-module",
|
|
4225
|
-
"path": "src/modeller/
|
|
4045
|
+
"path": "src/modeller/scene-viewer/ox-scene-layer.ts",
|
|
4226
4046
|
"declarations": [
|
|
4227
4047
|
{
|
|
4228
4048
|
"kind": "class",
|
|
4229
4049
|
"description": "",
|
|
4230
|
-
"name": "
|
|
4050
|
+
"name": "OxSceneLayer",
|
|
4231
4051
|
"members": [
|
|
4232
4052
|
{
|
|
4233
4053
|
"kind": "field",
|
|
4234
|
-
"name": "
|
|
4054
|
+
"name": "type",
|
|
4235
4055
|
"type": {
|
|
4236
|
-
"text": "
|
|
4056
|
+
"text": "String | undefined"
|
|
4237
4057
|
},
|
|
4238
|
-
"
|
|
4239
|
-
|
|
4058
|
+
"attribute": "type"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"kind": "field",
|
|
4062
|
+
"name": "text",
|
|
4063
|
+
"type": {
|
|
4064
|
+
"text": "String | undefined"
|
|
4065
|
+
},
|
|
4066
|
+
"attribute": "text"
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"kind": "method",
|
|
4070
|
+
"name": "getModel"
|
|
4240
4071
|
}
|
|
4241
4072
|
],
|
|
4242
4073
|
"attributes": [
|
|
4243
4074
|
{
|
|
4244
|
-
"name": "
|
|
4075
|
+
"name": "type",
|
|
4245
4076
|
"type": {
|
|
4246
|
-
"text": "
|
|
4077
|
+
"text": "String | undefined"
|
|
4247
4078
|
},
|
|
4248
|
-
"
|
|
4249
|
-
|
|
4079
|
+
"fieldName": "type"
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "text",
|
|
4083
|
+
"type": {
|
|
4084
|
+
"text": "String | undefined"
|
|
4085
|
+
},
|
|
4086
|
+
"fieldName": "text"
|
|
4250
4087
|
}
|
|
4251
4088
|
],
|
|
4252
4089
|
"superclass": {
|
|
4253
4090
|
"name": "LitElement",
|
|
4254
4091
|
"package": "lit"
|
|
4255
4092
|
},
|
|
4093
|
+
"tagName": "ox-scene-layer",
|
|
4256
4094
|
"customElement": true
|
|
4257
4095
|
}
|
|
4258
4096
|
],
|
|
4259
4097
|
"exports": [
|
|
4260
4098
|
{
|
|
4261
4099
|
"kind": "js",
|
|
4262
|
-
"name": "
|
|
4100
|
+
"name": "default",
|
|
4263
4101
|
"declaration": {
|
|
4264
|
-
"name": "
|
|
4265
|
-
"module": "src/modeller/
|
|
4102
|
+
"name": "OxSceneLayer",
|
|
4103
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"kind": "custom-element-definition",
|
|
4108
|
+
"name": "ox-scene-layer",
|
|
4109
|
+
"declaration": {
|
|
4110
|
+
"name": "OxSceneLayer",
|
|
4111
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4266
4112
|
}
|
|
4267
4113
|
}
|
|
4268
4114
|
]
|
|
4269
4115
|
},
|
|
4270
4116
|
{
|
|
4271
4117
|
"kind": "javascript-module",
|
|
4272
|
-
"path": "src/modeller/
|
|
4118
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4273
4119
|
"declarations": [
|
|
4274
4120
|
{
|
|
4275
4121
|
"kind": "class",
|
|
4276
4122
|
"description": "",
|
|
4277
|
-
"name": "
|
|
4123
|
+
"name": "OxSceneProperty",
|
|
4278
4124
|
"members": [
|
|
4279
4125
|
{
|
|
4280
4126
|
"kind": "field",
|
|
4281
|
-
"name": "
|
|
4127
|
+
"name": "name",
|
|
4282
4128
|
"type": {
|
|
4283
|
-
"text": "
|
|
4129
|
+
"text": "string"
|
|
4284
4130
|
},
|
|
4285
|
-
"
|
|
4286
|
-
"attribute": "groups"
|
|
4131
|
+
"attribute": "name"
|
|
4287
4132
|
},
|
|
4288
4133
|
{
|
|
4289
4134
|
"kind": "field",
|
|
4290
|
-
"name": "
|
|
4135
|
+
"name": "value",
|
|
4291
4136
|
"type": {
|
|
4292
|
-
"text": "
|
|
4137
|
+
"text": "string"
|
|
4293
4138
|
},
|
|
4294
|
-
"
|
|
4295
|
-
"attribute": "scene"
|
|
4139
|
+
"attribute": "value"
|
|
4296
4140
|
},
|
|
4297
4141
|
{
|
|
4298
4142
|
"kind": "field",
|
|
4299
|
-
"name": "
|
|
4143
|
+
"name": "type",
|
|
4300
4144
|
"type": {
|
|
4301
|
-
"text": "string
|
|
4145
|
+
"text": "string"
|
|
4302
4146
|
},
|
|
4303
|
-
"
|
|
4304
|
-
|
|
4305
|
-
|
|
4147
|
+
"attribute": "type"
|
|
4148
|
+
}
|
|
4149
|
+
],
|
|
4150
|
+
"attributes": [
|
|
4306
4151
|
{
|
|
4307
|
-
"
|
|
4308
|
-
"name": "templates",
|
|
4152
|
+
"name": "name",
|
|
4309
4153
|
"type": {
|
|
4310
|
-
"text": "
|
|
4154
|
+
"text": "string"
|
|
4311
4155
|
},
|
|
4312
|
-
"
|
|
4313
|
-
},
|
|
4314
|
-
{
|
|
4315
|
-
"kind": "field",
|
|
4316
|
-
"name": "template",
|
|
4317
|
-
"type": {
|
|
4318
|
-
"text": "PalletItem | any"
|
|
4319
|
-
}
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"kind": "field",
|
|
4323
|
-
"name": "detail",
|
|
4324
|
-
"type": {
|
|
4325
|
-
"text": "HTMLElement"
|
|
4326
|
-
}
|
|
4327
|
-
},
|
|
4328
|
-
{
|
|
4329
|
-
"kind": "field",
|
|
4330
|
-
"name": "scopedElements",
|
|
4331
|
-
"static": true,
|
|
4332
|
-
"readonly": true
|
|
4333
|
-
},
|
|
4334
|
-
{
|
|
4335
|
-
"kind": "method",
|
|
4336
|
-
"name": "findTemplate",
|
|
4337
|
-
"parameters": [
|
|
4338
|
-
{
|
|
4339
|
-
"name": "type",
|
|
4340
|
-
"type": {
|
|
4341
|
-
"text": "string | null | undefined"
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
]
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"kind": "method",
|
|
4348
|
-
"name": "onHoverComponent",
|
|
4349
|
-
"parameters": [
|
|
4350
|
-
{
|
|
4351
|
-
"name": "e",
|
|
4352
|
-
"type": {
|
|
4353
|
-
"text": "MouseEvent"
|
|
4354
|
-
}
|
|
4355
|
-
}
|
|
4356
|
-
]
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "method",
|
|
4360
|
-
"name": "onClickTemplate",
|
|
4361
|
-
"parameters": [
|
|
4362
|
-
{
|
|
4363
|
-
"name": "e",
|
|
4364
|
-
"type": {
|
|
4365
|
-
"text": "MouseEvent"
|
|
4366
|
-
}
|
|
4367
|
-
}
|
|
4368
|
-
]
|
|
4369
|
-
},
|
|
4370
|
-
{
|
|
4371
|
-
"kind": "method",
|
|
4372
|
-
"name": "templateIcon",
|
|
4373
|
-
"parameters": [
|
|
4374
|
-
{
|
|
4375
|
-
"name": "template",
|
|
4376
|
-
"type": {
|
|
4377
|
-
"text": "PalletItem"
|
|
4378
|
-
}
|
|
4379
|
-
}
|
|
4380
|
-
]
|
|
4381
|
-
}
|
|
4382
|
-
],
|
|
4383
|
-
"attributes": [
|
|
4384
|
-
{
|
|
4385
|
-
"name": "groups",
|
|
4386
|
-
"type": {
|
|
4387
|
-
"text": "Pallet[]"
|
|
4388
|
-
},
|
|
4389
|
-
"default": "[]",
|
|
4390
|
-
"fieldName": "groups"
|
|
4156
|
+
"fieldName": "name"
|
|
4391
4157
|
},
|
|
4392
4158
|
{
|
|
4393
|
-
"name": "
|
|
4159
|
+
"name": "value",
|
|
4394
4160
|
"type": {
|
|
4395
|
-
"text": "
|
|
4161
|
+
"text": "string"
|
|
4396
4162
|
},
|
|
4397
|
-
"
|
|
4398
|
-
"fieldName": "scene"
|
|
4163
|
+
"fieldName": "value"
|
|
4399
4164
|
},
|
|
4400
4165
|
{
|
|
4401
|
-
"name": "
|
|
4166
|
+
"name": "type",
|
|
4402
4167
|
"type": {
|
|
4403
|
-
"text": "string
|
|
4168
|
+
"text": "string"
|
|
4404
4169
|
},
|
|
4405
|
-
"
|
|
4406
|
-
"fieldName": "group"
|
|
4407
|
-
}
|
|
4408
|
-
],
|
|
4409
|
-
"mixins": [
|
|
4410
|
-
{
|
|
4411
|
-
"name": "ScopedElementsMixin",
|
|
4412
|
-
"package": "@open-wc/scoped-elements"
|
|
4170
|
+
"fieldName": "type"
|
|
4413
4171
|
}
|
|
4414
4172
|
],
|
|
4415
4173
|
"superclass": {
|
|
4416
4174
|
"name": "LitElement",
|
|
4417
4175
|
"package": "lit"
|
|
4418
4176
|
},
|
|
4177
|
+
"tagName": "ox-scene-property",
|
|
4419
4178
|
"customElement": true
|
|
4420
4179
|
}
|
|
4421
4180
|
],
|
|
4422
4181
|
"exports": [
|
|
4423
4182
|
{
|
|
4424
4183
|
"kind": "js",
|
|
4425
|
-
"name": "
|
|
4184
|
+
"name": "default",
|
|
4426
4185
|
"declaration": {
|
|
4427
|
-
"name": "
|
|
4428
|
-
"module": "src/modeller/
|
|
4186
|
+
"name": "OxSceneProperty",
|
|
4187
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"kind": "custom-element-definition",
|
|
4192
|
+
"name": "ox-scene-property",
|
|
4193
|
+
"declaration": {
|
|
4194
|
+
"name": "OxSceneProperty",
|
|
4195
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4429
4196
|
}
|
|
4430
4197
|
}
|
|
4431
4198
|
]
|
|
4432
4199
|
},
|
|
4433
4200
|
{
|
|
4434
4201
|
"kind": "javascript-module",
|
|
4435
|
-
"path": "src/modeller/
|
|
4202
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
4436
4203
|
"declarations": [
|
|
4437
4204
|
{
|
|
4438
4205
|
"kind": "class",
|
|
4439
4206
|
"description": "",
|
|
4440
|
-
"name": "
|
|
4207
|
+
"name": "OxSceneViewer",
|
|
4441
4208
|
"members": [
|
|
4442
4209
|
{
|
|
4443
4210
|
"kind": "field",
|
|
4444
|
-
"name": "
|
|
4211
|
+
"name": "scene",
|
|
4445
4212
|
"type": {
|
|
4446
|
-
"text": "
|
|
4213
|
+
"text": "Scene | null"
|
|
4447
4214
|
},
|
|
4448
|
-
"default": "
|
|
4449
|
-
"attribute": "
|
|
4215
|
+
"default": "null",
|
|
4216
|
+
"attribute": "scene"
|
|
4450
4217
|
},
|
|
4451
4218
|
{
|
|
4452
4219
|
"kind": "field",
|
|
4453
|
-
"name": "
|
|
4220
|
+
"name": "model",
|
|
4454
4221
|
"type": {
|
|
4455
|
-
"text": "
|
|
4222
|
+
"text": "Model | undefined"
|
|
4456
4223
|
},
|
|
4457
|
-
"attribute": "
|
|
4224
|
+
"attribute": "model"
|
|
4458
4225
|
},
|
|
4459
4226
|
{
|
|
4460
4227
|
"kind": "field",
|
|
4461
|
-
"name": "
|
|
4228
|
+
"name": "mode",
|
|
4462
4229
|
"type": {
|
|
4463
|
-
"text": "
|
|
4230
|
+
"text": "SCENE_MODE"
|
|
4464
4231
|
},
|
|
4465
|
-
"attribute": "
|
|
4232
|
+
"attribute": "mode"
|
|
4466
4233
|
},
|
|
4467
4234
|
{
|
|
4468
4235
|
"kind": "field",
|
|
4469
|
-
"name": "
|
|
4236
|
+
"name": "screenSize",
|
|
4470
4237
|
"type": {
|
|
4471
|
-
"text": "
|
|
4238
|
+
"text": "number"
|
|
4472
4239
|
},
|
|
4473
|
-
"
|
|
4240
|
+
"default": "13.3",
|
|
4241
|
+
"attribute": "screenSize"
|
|
4474
4242
|
},
|
|
4475
4243
|
{
|
|
4476
4244
|
"kind": "field",
|
|
4477
|
-
"name": "
|
|
4245
|
+
"name": "variables",
|
|
4478
4246
|
"type": {
|
|
4479
|
-
"text": "
|
|
4480
|
-
}
|
|
4247
|
+
"text": "Properties"
|
|
4248
|
+
},
|
|
4249
|
+
"default": "{}",
|
|
4250
|
+
"attribute": "variables"
|
|
4481
4251
|
},
|
|
4482
4252
|
{
|
|
4483
4253
|
"kind": "field",
|
|
4484
|
-
"name": "
|
|
4254
|
+
"name": "data",
|
|
4485
4255
|
"type": {
|
|
4486
|
-
"text": "
|
|
4256
|
+
"text": "any"
|
|
4487
4257
|
},
|
|
4488
|
-
"
|
|
4258
|
+
"attribute": "data"
|
|
4489
4259
|
},
|
|
4490
4260
|
{
|
|
4491
4261
|
"kind": "field",
|
|
4492
|
-
"name": "
|
|
4262
|
+
"name": "themes",
|
|
4493
4263
|
"type": {
|
|
4494
|
-
"text": "
|
|
4264
|
+
"text": "any | undefined"
|
|
4495
4265
|
},
|
|
4496
|
-
"
|
|
4266
|
+
"attribute": "themes"
|
|
4497
4267
|
},
|
|
4498
4268
|
{
|
|
4499
4269
|
"kind": "field",
|
|
4500
|
-
"name": "
|
|
4270
|
+
"name": "fit",
|
|
4501
4271
|
"type": {
|
|
4502
|
-
"text": "
|
|
4272
|
+
"text": "FITMODE"
|
|
4503
4273
|
},
|
|
4504
|
-
"
|
|
4274
|
+
"default": "'none'",
|
|
4275
|
+
"attribute": "fit"
|
|
4505
4276
|
},
|
|
4506
4277
|
{
|
|
4507
4278
|
"kind": "field",
|
|
4508
|
-
"name": "
|
|
4279
|
+
"name": "selected",
|
|
4509
4280
|
"type": {
|
|
4510
|
-
"text": "
|
|
4281
|
+
"text": "Component[]"
|
|
4511
4282
|
},
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4283
|
+
"default": "[]",
|
|
4284
|
+
"attribute": "selected"
|
|
4514
4285
|
},
|
|
4515
4286
|
{
|
|
4516
4287
|
"kind": "field",
|
|
4517
|
-
"name": "
|
|
4518
|
-
"
|
|
4519
|
-
|
|
4288
|
+
"name": "disposeWhenDetached",
|
|
4289
|
+
"type": {
|
|
4290
|
+
"text": "boolean"
|
|
4291
|
+
},
|
|
4292
|
+
"default": "false",
|
|
4293
|
+
"attribute": "disposeWhenDetached"
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"kind": "field",
|
|
4297
|
+
"name": "baseUrl",
|
|
4298
|
+
"type": {
|
|
4299
|
+
"text": "string"
|
|
4300
|
+
},
|
|
4301
|
+
"default": "''",
|
|
4302
|
+
"attribute": "baseUrl"
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"kind": "field",
|
|
4306
|
+
"name": "provider",
|
|
4307
|
+
"type": {
|
|
4308
|
+
"text": "any"
|
|
4309
|
+
},
|
|
4310
|
+
"attribute": "provider"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"kind": "field",
|
|
4314
|
+
"name": "name",
|
|
4315
|
+
"type": {
|
|
4316
|
+
"text": "string"
|
|
4317
|
+
},
|
|
4318
|
+
"default": "'noname'",
|
|
4319
|
+
"attribute": "name"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"kind": "field",
|
|
4323
|
+
"name": "enableInspector",
|
|
4324
|
+
"type": {
|
|
4325
|
+
"text": "boolean"
|
|
4326
|
+
},
|
|
4327
|
+
"default": "true",
|
|
4328
|
+
"attribute": "enableInspector"
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"kind": "field",
|
|
4332
|
+
"name": "showInspector",
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "boolean"
|
|
4335
|
+
},
|
|
4336
|
+
"default": "false",
|
|
4337
|
+
"attribute": "showInspector"
|
|
4338
|
+
},
|
|
4339
|
+
{
|
|
4340
|
+
"kind": "field",
|
|
4341
|
+
"name": "lastOffsetWidth",
|
|
4342
|
+
"type": {
|
|
4343
|
+
"text": "number | undefined"
|
|
4344
|
+
},
|
|
4345
|
+
"privacy": "private"
|
|
4520
4346
|
},
|
|
4521
4347
|
{
|
|
4522
4348
|
"kind": "method",
|
|
4523
|
-
"name": "
|
|
4349
|
+
"name": "_setScene",
|
|
4524
4350
|
"parameters": [
|
|
4525
4351
|
{
|
|
4526
|
-
"name": "
|
|
4352
|
+
"name": "scene",
|
|
4527
4353
|
"type": {
|
|
4528
|
-
"text": "
|
|
4354
|
+
"text": "Scene | null"
|
|
4529
4355
|
}
|
|
4530
4356
|
}
|
|
4531
4357
|
]
|
|
@@ -4544,834 +4370,326 @@
|
|
|
4544
4370
|
},
|
|
4545
4371
|
{
|
|
4546
4372
|
"kind": "method",
|
|
4547
|
-
"name": "
|
|
4373
|
+
"name": "_setVariables",
|
|
4548
4374
|
"parameters": [
|
|
4549
4375
|
{
|
|
4550
|
-
"name": "
|
|
4376
|
+
"name": "variables",
|
|
4551
4377
|
"type": {
|
|
4552
|
-
"text": "
|
|
4378
|
+
"text": "Properties"
|
|
4553
4379
|
}
|
|
4554
4380
|
}
|
|
4555
4381
|
]
|
|
4556
4382
|
},
|
|
4557
4383
|
{
|
|
4558
4384
|
"kind": "method",
|
|
4559
|
-
"name": "
|
|
4385
|
+
"name": "_setSelected",
|
|
4560
4386
|
"parameters": [
|
|
4561
4387
|
{
|
|
4562
|
-
"name": "
|
|
4563
|
-
"type": {
|
|
4564
|
-
"text": "MouseEvent"
|
|
4565
|
-
}
|
|
4566
|
-
}
|
|
4567
|
-
]
|
|
4568
|
-
}
|
|
4569
|
-
],
|
|
4570
|
-
"events": [
|
|
4571
|
-
{
|
|
4572
|
-
"name": "mode-changed",
|
|
4573
|
-
"type": {
|
|
4574
|
-
"text": "CustomEvent"
|
|
4575
|
-
}
|
|
4576
|
-
}
|
|
4577
|
-
],
|
|
4578
|
-
"attributes": [
|
|
4579
|
-
{
|
|
4580
|
-
"name": "componentGroupList",
|
|
4581
|
-
"type": {
|
|
4582
|
-
"text": "ComponentGroup[]"
|
|
4583
|
-
},
|
|
4584
|
-
"default": "[]",
|
|
4585
|
-
"fieldName": "componentGroupList"
|
|
4586
|
-
},
|
|
4587
|
-
{
|
|
4588
|
-
"name": "group",
|
|
4589
|
-
"type": {
|
|
4590
|
-
"text": "string | null | undefined"
|
|
4591
|
-
},
|
|
4592
|
-
"fieldName": "group"
|
|
4593
|
-
},
|
|
4594
|
-
{
|
|
4595
|
-
"name": "scene",
|
|
4596
|
-
"type": {
|
|
4597
|
-
"text": "Scene"
|
|
4598
|
-
},
|
|
4599
|
-
"fieldName": "scene"
|
|
4600
|
-
},
|
|
4601
|
-
{
|
|
4602
|
-
"name": "mode",
|
|
4603
|
-
"type": {
|
|
4604
|
-
"text": "SCENE_MODE"
|
|
4605
|
-
},
|
|
4606
|
-
"fieldName": "mode"
|
|
4607
|
-
}
|
|
4608
|
-
],
|
|
4609
|
-
"mixins": [
|
|
4610
|
-
{
|
|
4611
|
-
"name": "ScopedElementsMixin",
|
|
4612
|
-
"package": "@open-wc/scoped-elements"
|
|
4613
|
-
}
|
|
4614
|
-
],
|
|
4615
|
-
"superclass": {
|
|
4616
|
-
"name": "LitElement",
|
|
4617
|
-
"package": "lit"
|
|
4618
|
-
},
|
|
4619
|
-
"customElement": true
|
|
4620
|
-
}
|
|
4621
|
-
],
|
|
4622
|
-
"exports": [
|
|
4623
|
-
{
|
|
4624
|
-
"kind": "js",
|
|
4625
|
-
"name": "ComponentToolbar",
|
|
4626
|
-
"declaration": {
|
|
4627
|
-
"name": "ComponentToolbar",
|
|
4628
|
-
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
4629
|
-
}
|
|
4630
|
-
}
|
|
4631
|
-
]
|
|
4632
|
-
},
|
|
4633
|
-
{
|
|
4634
|
-
"kind": "javascript-module",
|
|
4635
|
-
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
4636
|
-
"declarations": [
|
|
4637
|
-
{
|
|
4638
|
-
"kind": "variable",
|
|
4639
|
-
"name": "ICON_EDIT_MODE",
|
|
4640
|
-
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; } .st1 { fill: none; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \" /> <path class=\"st1\" d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\" /> </g> </svg> `"
|
|
4641
|
-
},
|
|
4642
|
-
{
|
|
4643
|
-
"kind": "variable",
|
|
4644
|
-
"name": "ICON_SHIFT_MODE",
|
|
4645
|
-
"default": "` <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 30 30\" style=\"enable-background:new 0 0 30 30;\" xml:space=\"preserve\" > <style type=\"text/css\"> .st0 { fill: {{strokeColor}}; stroke: {{strokeColor}}; fill-rule: evenodd; clip-rule: evenodd; } .st1 { fill: {{strokeColor}}; stroke: {{strokeColor}}; stroke-width: 0.75; stroke-linejoin: round; stroke-miterlimit: 10; } </style> <g> <path class=\"st0\" d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4 c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8 c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8 c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8 c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8 C6.7,22.7,7,23.2,7.8,23.2z\" /> <path class=\"st1\" d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5 l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1 s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1 c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\" /> </g> </svg> `"
|
|
4646
|
-
}
|
|
4647
|
-
],
|
|
4648
|
-
"exports": [
|
|
4649
|
-
{
|
|
4650
|
-
"kind": "js",
|
|
4651
|
-
"name": "ICON_EDIT_MODE",
|
|
4652
|
-
"declaration": {
|
|
4653
|
-
"name": "ICON_EDIT_MODE",
|
|
4654
|
-
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
4655
|
-
}
|
|
4656
|
-
},
|
|
4657
|
-
{
|
|
4658
|
-
"kind": "js",
|
|
4659
|
-
"name": "ICON_SHIFT_MODE",
|
|
4660
|
-
"declaration": {
|
|
4661
|
-
"name": "ICON_SHIFT_MODE",
|
|
4662
|
-
"module": "src/modeller/component-toolbar/mode-icons.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": "{ rule: 'value' }",
|
|
4683
|
-
"attribute": "mapping"
|
|
4684
|
-
},
|
|
4685
|
-
{
|
|
4686
|
-
"kind": "field",
|
|
4687
|
-
"name": "rule",
|
|
4688
|
-
"type": {
|
|
4689
|
-
"text": "Rule"
|
|
4690
|
-
},
|
|
4691
|
-
"default": "{}",
|
|
4692
|
-
"attribute": "rule"
|
|
4693
|
-
},
|
|
4694
|
-
{
|
|
4695
|
-
"kind": "field",
|
|
4696
|
-
"name": "scene",
|
|
4697
|
-
"type": {
|
|
4698
|
-
"text": "Scene | undefined"
|
|
4699
|
-
},
|
|
4700
|
-
"attribute": "scene"
|
|
4701
|
-
},
|
|
4702
|
-
{
|
|
4703
|
-
"kind": "field",
|
|
4704
|
-
"name": "_valueTypes",
|
|
4705
|
-
"type": {
|
|
4706
|
-
"text": "any"
|
|
4707
|
-
},
|
|
4708
|
-
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
4709
|
-
},
|
|
4710
|
-
{
|
|
4711
|
-
"kind": "field",
|
|
4712
|
-
"name": "_componentIds",
|
|
4713
|
-
"type": {
|
|
4714
|
-
"text": "{ value: string; description: string }[]"
|
|
4715
|
-
},
|
|
4716
|
-
"default": "[]"
|
|
4717
|
-
},
|
|
4718
|
-
{
|
|
4719
|
-
"kind": "field",
|
|
4720
|
-
"name": "editor",
|
|
4721
|
-
"type": {
|
|
4722
|
-
"text": "HTMLInputElement"
|
|
4723
|
-
}
|
|
4724
|
-
},
|
|
4725
|
-
{
|
|
4726
|
-
"kind": "field",
|
|
4727
|
-
"name": "target",
|
|
4728
|
-
"type": {
|
|
4729
|
-
"text": "HTMLInputElement"
|
|
4730
|
-
}
|
|
4731
|
-
},
|
|
4732
|
-
{
|
|
4733
|
-
"kind": "method",
|
|
4734
|
-
"name": "_valuetype",
|
|
4735
|
-
"parameters": [
|
|
4736
|
-
{
|
|
4737
|
-
"name": "property",
|
|
4388
|
+
"name": "selected",
|
|
4738
4389
|
"type": {
|
|
4739
|
-
"text": "
|
|
4390
|
+
"text": "Component[]"
|
|
4740
4391
|
}
|
|
4741
4392
|
}
|
|
4742
4393
|
]
|
|
4743
4394
|
},
|
|
4744
|
-
{
|
|
4745
|
-
"kind": "field",
|
|
4746
|
-
"name": "_keep_saved_rule_params",
|
|
4747
|
-
"type": {
|
|
4748
|
-
"text": "boolean"
|
|
4749
|
-
},
|
|
4750
|
-
"privacy": "private",
|
|
4751
|
-
"default": "false"
|
|
4752
|
-
},
|
|
4753
4395
|
{
|
|
4754
4396
|
"kind": "method",
|
|
4755
|
-
"name": "
|
|
4756
|
-
},
|
|
4757
|
-
{
|
|
4758
|
-
"kind": "method",
|
|
4759
|
-
"name": "_onChangeRule",
|
|
4760
|
-
"parameters": [
|
|
4761
|
-
{
|
|
4762
|
-
"name": "e",
|
|
4763
|
-
"type": {
|
|
4764
|
-
"text": "Event"
|
|
4765
|
-
}
|
|
4766
|
-
}
|
|
4767
|
-
]
|
|
4397
|
+
"name": "_disposeScene"
|
|
4768
4398
|
},
|
|
4769
4399
|
{
|
|
4770
4400
|
"kind": "method",
|
|
4771
|
-
"name": "
|
|
4401
|
+
"name": "resize",
|
|
4772
4402
|
"parameters": [
|
|
4773
4403
|
{
|
|
4774
|
-
"name": "
|
|
4404
|
+
"name": "force",
|
|
4775
4405
|
"type": {
|
|
4776
|
-
"text": "
|
|
4406
|
+
"text": "boolean"
|
|
4777
4407
|
}
|
|
4778
4408
|
}
|
|
4779
4409
|
]
|
|
4780
|
-
}
|
|
4781
|
-
],
|
|
4782
|
-
"events": [
|
|
4783
|
-
{
|
|
4784
|
-
"name": "value-change",
|
|
4785
|
-
"type": {
|
|
4786
|
-
"text": "CustomEvent"
|
|
4787
|
-
}
|
|
4788
|
-
}
|
|
4789
|
-
],
|
|
4790
|
-
"attributes": [
|
|
4791
|
-
{
|
|
4792
|
-
"name": "mapping",
|
|
4793
|
-
"type": {
|
|
4794
|
-
"text": "Mapping"
|
|
4795
|
-
},
|
|
4796
|
-
"default": "{ rule: 'value' }",
|
|
4797
|
-
"fieldName": "mapping"
|
|
4798
|
-
},
|
|
4799
|
-
{
|
|
4800
|
-
"name": "rule",
|
|
4801
|
-
"type": {
|
|
4802
|
-
"text": "Rule"
|
|
4803
|
-
},
|
|
4804
|
-
"default": "{}",
|
|
4805
|
-
"fieldName": "rule"
|
|
4806
|
-
},
|
|
4807
|
-
{
|
|
4808
|
-
"name": "properties",
|
|
4809
|
-
"type": {
|
|
4810
|
-
"text": "Properties[]"
|
|
4811
|
-
},
|
|
4812
|
-
"default": "[]",
|
|
4813
|
-
"fieldName": "properties"
|
|
4814
4410
|
},
|
|
4815
|
-
{
|
|
4816
|
-
"name": "scene",
|
|
4817
|
-
"type": {
|
|
4818
|
-
"text": "Scene | undefined"
|
|
4819
|
-
},
|
|
4820
|
-
"fieldName": "scene"
|
|
4821
|
-
}
|
|
4822
|
-
],
|
|
4823
|
-
"superclass": {
|
|
4824
|
-
"name": "LitElement",
|
|
4825
|
-
"package": "lit"
|
|
4826
|
-
},
|
|
4827
|
-
"customElement": true
|
|
4828
|
-
}
|
|
4829
|
-
],
|
|
4830
|
-
"exports": [
|
|
4831
|
-
{
|
|
4832
|
-
"kind": "js",
|
|
4833
|
-
"name": "DataBindingMapper",
|
|
4834
|
-
"declaration": {
|
|
4835
|
-
"name": "DataBindingMapper",
|
|
4836
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4837
|
-
}
|
|
4838
|
-
}
|
|
4839
|
-
]
|
|
4840
|
-
},
|
|
4841
|
-
{
|
|
4842
|
-
"kind": "javascript-module",
|
|
4843
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4844
|
-
"declarations": [
|
|
4845
|
-
{
|
|
4846
|
-
"kind": "class",
|
|
4847
|
-
"description": "",
|
|
4848
|
-
"name": "DataBindingValueMap",
|
|
4849
|
-
"members": [
|
|
4850
4411
|
{
|
|
4851
4412
|
"kind": "method",
|
|
4852
|
-
"name": "
|
|
4413
|
+
"name": "_onModelChanged",
|
|
4853
4414
|
"parameters": [
|
|
4854
4415
|
{
|
|
4855
|
-
"name": "
|
|
4416
|
+
"name": "model",
|
|
4856
4417
|
"optional": true,
|
|
4857
4418
|
"type": {
|
|
4858
|
-
"text": "
|
|
4419
|
+
"text": "Model"
|
|
4859
4420
|
}
|
|
4860
4421
|
}
|
|
4861
4422
|
]
|
|
4862
|
-
}
|
|
4863
|
-
],
|
|
4864
|
-
"superclass": {
|
|
4865
|
-
"name": "OxInputValueMap",
|
|
4866
|
-
"package": "@operato/input"
|
|
4867
|
-
},
|
|
4868
|
-
"tagName": "data-binding-value-map",
|
|
4869
|
-
"customElement": true
|
|
4870
|
-
}
|
|
4871
|
-
],
|
|
4872
|
-
"exports": [
|
|
4873
|
-
{
|
|
4874
|
-
"kind": "js",
|
|
4875
|
-
"name": "DataBindingValueMap",
|
|
4876
|
-
"declaration": {
|
|
4877
|
-
"name": "DataBindingValueMap",
|
|
4878
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4879
|
-
}
|
|
4880
|
-
},
|
|
4881
|
-
{
|
|
4882
|
-
"kind": "custom-element-definition",
|
|
4883
|
-
"name": "data-binding-value-map",
|
|
4884
|
-
"declaration": {
|
|
4885
|
-
"name": "DataBindingValueMap",
|
|
4886
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4887
|
-
}
|
|
4888
|
-
}
|
|
4889
|
-
]
|
|
4890
|
-
},
|
|
4891
|
-
{
|
|
4892
|
-
"kind": "javascript-module",
|
|
4893
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
4894
|
-
"declarations": [
|
|
4895
|
-
{
|
|
4896
|
-
"kind": "class",
|
|
4897
|
-
"description": "",
|
|
4898
|
-
"name": "DataBindingValueRange",
|
|
4899
|
-
"members": [
|
|
4423
|
+
},
|
|
4900
4424
|
{
|
|
4901
4425
|
"kind": "method",
|
|
4902
|
-
"name": "
|
|
4426
|
+
"name": "_onDisplayChanged",
|
|
4903
4427
|
"parameters": [
|
|
4904
4428
|
{
|
|
4905
|
-
"name": "
|
|
4906
|
-
"optional": true,
|
|
4429
|
+
"name": "screenSize",
|
|
4907
4430
|
"type": {
|
|
4908
|
-
"text": "
|
|
4431
|
+
"text": "string | number"
|
|
4909
4432
|
}
|
|
4910
4433
|
}
|
|
4911
4434
|
]
|
|
4912
|
-
}
|
|
4913
|
-
],
|
|
4914
|
-
"superclass": {
|
|
4915
|
-
"name": "OxInputValueRange",
|
|
4916
|
-
"package": "@operato/input"
|
|
4917
|
-
},
|
|
4918
|
-
"tagName": "data-binding-value-range",
|
|
4919
|
-
"customElement": true
|
|
4920
|
-
}
|
|
4921
|
-
],
|
|
4922
|
-
"exports": [
|
|
4923
|
-
{
|
|
4924
|
-
"kind": "js",
|
|
4925
|
-
"name": "DataBindingValueRange",
|
|
4926
|
-
"declaration": {
|
|
4927
|
-
"name": "DataBindingValueRange",
|
|
4928
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4929
|
-
}
|
|
4930
|
-
},
|
|
4931
|
-
{
|
|
4932
|
-
"kind": "custom-element-definition",
|
|
4933
|
-
"name": "data-binding-value-range",
|
|
4934
|
-
"declaration": {
|
|
4935
|
-
"name": "DataBindingValueRange",
|
|
4936
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4937
|
-
}
|
|
4938
|
-
}
|
|
4939
|
-
]
|
|
4940
|
-
},
|
|
4941
|
-
{
|
|
4942
|
-
"kind": "javascript-module",
|
|
4943
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
4944
|
-
"declarations": [
|
|
4945
|
-
{
|
|
4946
|
-
"kind": "class",
|
|
4947
|
-
"description": "",
|
|
4948
|
-
"name": "PropertyDataBinding",
|
|
4949
|
-
"members": [
|
|
4950
|
-
{
|
|
4951
|
-
"kind": "field",
|
|
4952
|
-
"name": "value",
|
|
4953
|
-
"type": {
|
|
4954
|
-
"text": "Properties | undefined"
|
|
4955
|
-
},
|
|
4956
|
-
"attribute": "value"
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"kind": "field",
|
|
4960
|
-
"name": "scene",
|
|
4961
|
-
"type": {
|
|
4962
|
-
"text": "Scene | undefined"
|
|
4963
|
-
},
|
|
4964
|
-
"attribute": "scene"
|
|
4965
|
-
},
|
|
4966
|
-
{
|
|
4967
|
-
"kind": "field",
|
|
4968
|
-
"name": "mappingIndex",
|
|
4969
|
-
"type": {
|
|
4970
|
-
"text": "number"
|
|
4971
|
-
},
|
|
4972
|
-
"default": "0"
|
|
4973
|
-
},
|
|
4974
|
-
{
|
|
4975
|
-
"kind": "field",
|
|
4976
|
-
"name": "_afterRender",
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "Function | null | undefined"
|
|
4979
|
-
}
|
|
4980
|
-
},
|
|
4981
|
-
{
|
|
4982
|
-
"kind": "field",
|
|
4983
|
-
"name": "_dataExpanded",
|
|
4984
|
-
"type": {
|
|
4985
|
-
"text": "boolean"
|
|
4986
|
-
},
|
|
4987
|
-
"default": "true"
|
|
4988
|
-
},
|
|
4989
|
-
{
|
|
4990
|
-
"kind": "field",
|
|
4991
|
-
"name": "tabs",
|
|
4992
|
-
"type": {
|
|
4993
|
-
"text": "HTMLElement"
|
|
4994
|
-
}
|
|
4995
|
-
},
|
|
4996
|
-
{
|
|
4997
|
-
"kind": "field",
|
|
4998
|
-
"name": "tabNavLeftButton",
|
|
4999
|
-
"type": {
|
|
5000
|
-
"text": "HTMLElement"
|
|
5001
|
-
}
|
|
5002
|
-
},
|
|
5003
|
-
{
|
|
5004
|
-
"kind": "field",
|
|
5005
|
-
"name": "tabNavRightButton",
|
|
5006
|
-
"type": {
|
|
5007
|
-
"text": "HTMLElement"
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
{
|
|
5011
|
-
"kind": "field",
|
|
5012
|
-
"name": "mappings",
|
|
5013
|
-
"readonly": true
|
|
5014
|
-
},
|
|
5015
|
-
{
|
|
5016
|
-
"kind": "field",
|
|
5017
|
-
"name": "scopedElements",
|
|
5018
|
-
"static": true,
|
|
5019
|
-
"readonly": true
|
|
5020
4435
|
},
|
|
5021
4436
|
{
|
|
5022
4437
|
"kind": "method",
|
|
5023
|
-
"name": "
|
|
4438
|
+
"name": "_onModeChanged",
|
|
5024
4439
|
"parameters": [
|
|
5025
4440
|
{
|
|
5026
|
-
"name": "
|
|
4441
|
+
"name": "mode",
|
|
5027
4442
|
"type": {
|
|
5028
|
-
"text": "
|
|
4443
|
+
"text": "SCENE_MODE"
|
|
5029
4444
|
}
|
|
5030
4445
|
}
|
|
5031
4446
|
]
|
|
5032
4447
|
},
|
|
5033
4448
|
{
|
|
5034
4449
|
"kind": "method",
|
|
5035
|
-
"name": "
|
|
5036
|
-
},
|
|
5037
|
-
{
|
|
5038
|
-
"kind": "method",
|
|
5039
|
-
"name": "_copyDataBindingMapper"
|
|
5040
|
-
},
|
|
5041
|
-
{
|
|
5042
|
-
"kind": "method",
|
|
5043
|
-
"name": "_pasteDataBindingMapper"
|
|
5044
|
-
},
|
|
5045
|
-
{
|
|
5046
|
-
"kind": "method",
|
|
5047
|
-
"name": "_onValueChanged"
|
|
5048
|
-
},
|
|
5049
|
-
{
|
|
5050
|
-
"kind": "method",
|
|
5051
|
-
"name": "_onValueChange",
|
|
4450
|
+
"name": "_onDataChanged",
|
|
5052
4451
|
"parameters": [
|
|
5053
4452
|
{
|
|
5054
|
-
"name": "
|
|
4453
|
+
"name": "data",
|
|
5055
4454
|
"type": {
|
|
5056
|
-
"text": "
|
|
4455
|
+
"text": "any"
|
|
5057
4456
|
}
|
|
5058
4457
|
}
|
|
5059
|
-
]
|
|
5060
|
-
"inheritedFrom": {
|
|
5061
|
-
"name": "AbstractProperty",
|
|
5062
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"kind": "field",
|
|
5067
|
-
"name": "tabContainer",
|
|
5068
|
-
"readonly": true
|
|
4458
|
+
]
|
|
5069
4459
|
},
|
|
5070
4460
|
{
|
|
5071
4461
|
"kind": "method",
|
|
5072
|
-
"name": "
|
|
4462
|
+
"name": "_onSelectedChanged",
|
|
5073
4463
|
"parameters": [
|
|
5074
4464
|
{
|
|
5075
|
-
"name": "
|
|
4465
|
+
"name": "after",
|
|
5076
4466
|
"type": {
|
|
5077
|
-
"text": "
|
|
4467
|
+
"text": "Component[]"
|
|
5078
4468
|
}
|
|
5079
4469
|
}
|
|
5080
4470
|
]
|
|
5081
4471
|
},
|
|
5082
4472
|
{
|
|
5083
4473
|
"kind": "method",
|
|
5084
|
-
"name": "
|
|
5085
|
-
},
|
|
5086
|
-
{
|
|
5087
|
-
"kind": "method",
|
|
5088
|
-
"name": "_onTabScrollNavLeft"
|
|
5089
|
-
},
|
|
5090
|
-
{
|
|
5091
|
-
"kind": "method",
|
|
5092
|
-
"name": "_onTabScrollNavRight"
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
"kind": "method",
|
|
5096
|
-
"name": "_getValueFromEventTarget",
|
|
4474
|
+
"name": "_onSceneModeChanged",
|
|
5097
4475
|
"parameters": [
|
|
5098
4476
|
{
|
|
5099
|
-
"name": "
|
|
4477
|
+
"name": "after",
|
|
5100
4478
|
"type": {
|
|
5101
|
-
"text": "
|
|
4479
|
+
"text": "SCENE_MODE"
|
|
5102
4480
|
}
|
|
5103
4481
|
}
|
|
5104
|
-
]
|
|
5105
|
-
"inheritedFrom": {
|
|
5106
|
-
"name": "AbstractProperty",
|
|
5107
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5108
|
-
}
|
|
4482
|
+
]
|
|
5109
4483
|
},
|
|
5110
4484
|
{
|
|
5111
4485
|
"kind": "method",
|
|
5112
|
-
"name": "
|
|
4486
|
+
"name": "_onBaseUrlChanged",
|
|
5113
4487
|
"parameters": [
|
|
5114
4488
|
{
|
|
5115
|
-
"name": "
|
|
4489
|
+
"name": "after",
|
|
5116
4490
|
"type": {
|
|
5117
4491
|
"text": "string"
|
|
5118
4492
|
}
|
|
5119
|
-
},
|
|
5120
|
-
{
|
|
5121
|
-
"name": "value",
|
|
5122
|
-
"type": {
|
|
5123
|
-
"text": "any"
|
|
5124
|
-
}
|
|
5125
4493
|
}
|
|
5126
|
-
]
|
|
5127
|
-
"inheritedFrom": {
|
|
5128
|
-
"name": "AbstractProperty",
|
|
5129
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5130
|
-
}
|
|
4494
|
+
]
|
|
5131
4495
|
}
|
|
5132
4496
|
],
|
|
5133
4497
|
"events": [
|
|
5134
4498
|
{
|
|
5135
|
-
"name": "
|
|
4499
|
+
"name": "scene-changed",
|
|
4500
|
+
"type": {
|
|
4501
|
+
"text": "CustomEvent"
|
|
4502
|
+
}
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"name": "mode-changed",
|
|
4506
|
+
"type": {
|
|
4507
|
+
"text": "CustomEvent"
|
|
4508
|
+
}
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "variables-changed",
|
|
4512
|
+
"type": {
|
|
4513
|
+
"text": "CustomEvent"
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "selected-changed",
|
|
5136
4518
|
"type": {
|
|
5137
4519
|
"text": "CustomEvent"
|
|
5138
|
-
},
|
|
5139
|
-
"inheritedFrom": {
|
|
5140
|
-
"name": "AbstractProperty",
|
|
5141
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5142
4520
|
}
|
|
5143
4521
|
}
|
|
5144
4522
|
],
|
|
5145
4523
|
"attributes": [
|
|
5146
4524
|
{
|
|
5147
|
-
"name": "
|
|
4525
|
+
"name": "scene",
|
|
5148
4526
|
"type": {
|
|
5149
|
-
"text": "
|
|
4527
|
+
"text": "Scene | null"
|
|
5150
4528
|
},
|
|
5151
|
-
"
|
|
4529
|
+
"default": "null",
|
|
4530
|
+
"fieldName": "scene"
|
|
5152
4531
|
},
|
|
5153
4532
|
{
|
|
5154
|
-
"name": "
|
|
4533
|
+
"name": "model",
|
|
5155
4534
|
"type": {
|
|
5156
|
-
"text": "
|
|
4535
|
+
"text": "Model | undefined"
|
|
5157
4536
|
},
|
|
5158
|
-
"fieldName": "
|
|
5159
|
-
}
|
|
5160
|
-
],
|
|
5161
|
-
"mixins": [
|
|
4537
|
+
"fieldName": "model"
|
|
4538
|
+
},
|
|
5162
4539
|
{
|
|
5163
|
-
"name": "
|
|
5164
|
-
"
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5170
|
-
}
|
|
5171
|
-
}
|
|
5172
|
-
],
|
|
5173
|
-
"exports": [
|
|
5174
|
-
{
|
|
5175
|
-
"kind": "js",
|
|
5176
|
-
"name": "PropertyDataBinding",
|
|
5177
|
-
"declaration": {
|
|
5178
|
-
"name": "PropertyDataBinding",
|
|
5179
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5180
|
-
}
|
|
5181
|
-
}
|
|
5182
|
-
]
|
|
5183
|
-
},
|
|
5184
|
-
{
|
|
5185
|
-
"kind": "javascript-module",
|
|
5186
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5187
|
-
"declarations": [
|
|
5188
|
-
{
|
|
5189
|
-
"kind": "variable",
|
|
5190
|
-
"name": "EffectsSharedStyle",
|
|
5191
|
-
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5192
|
-
}
|
|
5193
|
-
],
|
|
5194
|
-
"exports": [
|
|
5195
|
-
{
|
|
5196
|
-
"kind": "js",
|
|
5197
|
-
"name": "EffectsSharedStyle",
|
|
5198
|
-
"declaration": {
|
|
5199
|
-
"name": "EffectsSharedStyle",
|
|
5200
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5201
|
-
}
|
|
5202
|
-
}
|
|
5203
|
-
]
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"kind": "javascript-module",
|
|
5207
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5208
|
-
"declarations": [
|
|
5209
|
-
{
|
|
5210
|
-
"kind": "class",
|
|
5211
|
-
"description": "",
|
|
5212
|
-
"name": "PropertyEffects",
|
|
5213
|
-
"members": [
|
|
4540
|
+
"name": "mode",
|
|
4541
|
+
"type": {
|
|
4542
|
+
"text": "SCENE_MODE"
|
|
4543
|
+
},
|
|
4544
|
+
"fieldName": "mode"
|
|
4545
|
+
},
|
|
5214
4546
|
{
|
|
5215
|
-
"
|
|
5216
|
-
"name": "value",
|
|
4547
|
+
"name": "screenSize",
|
|
5217
4548
|
"type": {
|
|
5218
|
-
"text": "
|
|
4549
|
+
"text": "number"
|
|
5219
4550
|
},
|
|
5220
|
-
"
|
|
4551
|
+
"default": "13.3",
|
|
4552
|
+
"fieldName": "screenSize"
|
|
5221
4553
|
},
|
|
5222
4554
|
{
|
|
5223
|
-
"
|
|
5224
|
-
"name": "scene",
|
|
4555
|
+
"name": "variables",
|
|
5225
4556
|
"type": {
|
|
5226
|
-
"text": "
|
|
4557
|
+
"text": "Properties"
|
|
5227
4558
|
},
|
|
5228
|
-
"
|
|
4559
|
+
"default": "{}",
|
|
4560
|
+
"fieldName": "variables"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"name": "data",
|
|
4564
|
+
"type": {
|
|
4565
|
+
"text": "any"
|
|
4566
|
+
},
|
|
4567
|
+
"fieldName": "data"
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"name": "themes",
|
|
4571
|
+
"type": {
|
|
4572
|
+
"text": "any | undefined"
|
|
4573
|
+
},
|
|
4574
|
+
"fieldName": "themes"
|
|
4575
|
+
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "fit",
|
|
4578
|
+
"type": {
|
|
4579
|
+
"text": "FITMODE"
|
|
4580
|
+
},
|
|
4581
|
+
"default": "'none'",
|
|
4582
|
+
"fieldName": "fit"
|
|
5229
4583
|
},
|
|
5230
4584
|
{
|
|
5231
|
-
"kind": "field",
|
|
5232
4585
|
"name": "selected",
|
|
5233
4586
|
"type": {
|
|
5234
4587
|
"text": "Component[]"
|
|
5235
4588
|
},
|
|
5236
4589
|
"default": "[]",
|
|
5237
|
-
"
|
|
4590
|
+
"fieldName": "selected"
|
|
5238
4591
|
},
|
|
5239
4592
|
{
|
|
5240
|
-
"
|
|
5241
|
-
"
|
|
5242
|
-
|
|
5243
|
-
|
|
4593
|
+
"name": "disposeWhenDetached",
|
|
4594
|
+
"type": {
|
|
4595
|
+
"text": "boolean"
|
|
4596
|
+
},
|
|
4597
|
+
"default": "false",
|
|
4598
|
+
"fieldName": "disposeWhenDetached"
|
|
5244
4599
|
},
|
|
5245
4600
|
{
|
|
5246
|
-
"
|
|
5247
|
-
"
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
"text": "Event"
|
|
5253
|
-
}
|
|
5254
|
-
}
|
|
5255
|
-
],
|
|
5256
|
-
"inheritedFrom": {
|
|
5257
|
-
"name": "AbstractProperty",
|
|
5258
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5259
|
-
}
|
|
4601
|
+
"name": "baseUrl",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"text": "string"
|
|
4604
|
+
},
|
|
4605
|
+
"default": "''",
|
|
4606
|
+
"fieldName": "baseUrl"
|
|
5260
4607
|
},
|
|
5261
4608
|
{
|
|
5262
|
-
"
|
|
5263
|
-
"
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
"type": {
|
|
5268
|
-
"text": "HTMLElement"
|
|
5269
|
-
}
|
|
5270
|
-
}
|
|
5271
|
-
],
|
|
5272
|
-
"inheritedFrom": {
|
|
5273
|
-
"name": "AbstractProperty",
|
|
5274
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5275
|
-
}
|
|
4609
|
+
"name": "provider",
|
|
4610
|
+
"type": {
|
|
4611
|
+
"text": "any"
|
|
4612
|
+
},
|
|
4613
|
+
"fieldName": "provider"
|
|
5276
4614
|
},
|
|
5277
4615
|
{
|
|
5278
|
-
"
|
|
5279
|
-
"name": "_onAfterValueChange",
|
|
5280
|
-
"parameters": [
|
|
5281
|
-
{
|
|
5282
|
-
"name": "key",
|
|
5283
|
-
"type": {
|
|
5284
|
-
"text": "string"
|
|
5285
|
-
}
|
|
5286
|
-
},
|
|
5287
|
-
{
|
|
5288
|
-
"name": "value",
|
|
5289
|
-
"type": {
|
|
5290
|
-
"text": "any"
|
|
5291
|
-
}
|
|
5292
|
-
}
|
|
5293
|
-
],
|
|
5294
|
-
"inheritedFrom": {
|
|
5295
|
-
"name": "AbstractProperty",
|
|
5296
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5297
|
-
}
|
|
5298
|
-
}
|
|
5299
|
-
],
|
|
5300
|
-
"attributes": [
|
|
5301
|
-
{
|
|
5302
|
-
"name": "value",
|
|
4616
|
+
"name": "name",
|
|
5303
4617
|
"type": {
|
|
5304
|
-
"text": "
|
|
4618
|
+
"text": "string"
|
|
5305
4619
|
},
|
|
5306
|
-
"
|
|
4620
|
+
"default": "'noname'",
|
|
4621
|
+
"fieldName": "name"
|
|
5307
4622
|
},
|
|
5308
4623
|
{
|
|
5309
|
-
"name": "
|
|
4624
|
+
"name": "enableInspector",
|
|
5310
4625
|
"type": {
|
|
5311
|
-
"text": "
|
|
4626
|
+
"text": "boolean"
|
|
5312
4627
|
},
|
|
5313
|
-
"
|
|
4628
|
+
"default": "true",
|
|
4629
|
+
"fieldName": "enableInspector"
|
|
5314
4630
|
},
|
|
5315
4631
|
{
|
|
5316
|
-
"name": "
|
|
4632
|
+
"name": "showInspector",
|
|
5317
4633
|
"type": {
|
|
5318
|
-
"text": "
|
|
4634
|
+
"text": "boolean"
|
|
5319
4635
|
},
|
|
5320
|
-
"default": "
|
|
5321
|
-
"fieldName": "
|
|
5322
|
-
}
|
|
5323
|
-
],
|
|
5324
|
-
"mixins": [
|
|
5325
|
-
{
|
|
5326
|
-
"name": "ScopedElementsMixin",
|
|
5327
|
-
"package": "@open-wc/scoped-elements"
|
|
4636
|
+
"default": "false",
|
|
4637
|
+
"fieldName": "showInspector"
|
|
5328
4638
|
}
|
|
5329
4639
|
],
|
|
5330
4640
|
"superclass": {
|
|
5331
|
-
"name": "
|
|
5332
|
-
"
|
|
4641
|
+
"name": "LitElement",
|
|
4642
|
+
"package": "lit"
|
|
5333
4643
|
},
|
|
5334
|
-
"
|
|
5335
|
-
|
|
5336
|
-
"name": "property-change",
|
|
5337
|
-
"type": {
|
|
5338
|
-
"text": "CustomEvent"
|
|
5339
|
-
},
|
|
5340
|
-
"inheritedFrom": {
|
|
5341
|
-
"name": "AbstractProperty",
|
|
5342
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5343
|
-
}
|
|
5344
|
-
}
|
|
5345
|
-
]
|
|
4644
|
+
"tagName": "ox-scene-viewer",
|
|
4645
|
+
"customElement": true
|
|
5346
4646
|
}
|
|
5347
4647
|
],
|
|
5348
4648
|
"exports": [
|
|
5349
4649
|
{
|
|
5350
4650
|
"kind": "js",
|
|
5351
|
-
"name": "
|
|
4651
|
+
"name": "default",
|
|
5352
4652
|
"declaration": {
|
|
5353
|
-
"name": "
|
|
5354
|
-
"module": "src/modeller/
|
|
4653
|
+
"name": "OxSceneViewer",
|
|
4654
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4655
|
+
}
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"kind": "custom-element-definition",
|
|
4659
|
+
"name": "ox-scene-viewer",
|
|
4660
|
+
"declaration": {
|
|
4661
|
+
"name": "OxSceneViewer",
|
|
4662
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
5355
4663
|
}
|
|
5356
4664
|
}
|
|
5357
4665
|
]
|
|
5358
4666
|
},
|
|
5359
4667
|
{
|
|
5360
4668
|
"kind": "javascript-module",
|
|
5361
|
-
"path": "src/modeller/property-sidebar/
|
|
4669
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5362
4670
|
"declarations": [
|
|
5363
4671
|
{
|
|
5364
4672
|
"kind": "class",
|
|
5365
|
-
"description": "",
|
|
5366
|
-
"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",
|
|
5367
4675
|
"members": [
|
|
5368
4676
|
{
|
|
5369
4677
|
"kind": "field",
|
|
5370
|
-
"name": "
|
|
4678
|
+
"name": "mapping",
|
|
5371
4679
|
"type": {
|
|
5372
|
-
"text": "
|
|
4680
|
+
"text": "Mapping"
|
|
5373
4681
|
},
|
|
5374
|
-
"
|
|
4682
|
+
"default": "{ rule: 'value' }",
|
|
4683
|
+
"attribute": "mapping"
|
|
4684
|
+
},
|
|
4685
|
+
{
|
|
4686
|
+
"kind": "field",
|
|
4687
|
+
"name": "rule",
|
|
4688
|
+
"type": {
|
|
4689
|
+
"text": "Rule"
|
|
4690
|
+
},
|
|
4691
|
+
"default": "{}",
|
|
4692
|
+
"attribute": "rule"
|
|
5375
4693
|
},
|
|
5376
4694
|
{
|
|
5377
4695
|
"kind": "field",
|
|
@@ -5381,12 +4699,42 @@
|
|
|
5381
4699
|
},
|
|
5382
4700
|
"attribute": "scene"
|
|
5383
4701
|
},
|
|
4702
|
+
{
|
|
4703
|
+
"kind": "field",
|
|
4704
|
+
"name": "_valueTypes",
|
|
4705
|
+
"type": {
|
|
4706
|
+
"text": "any"
|
|
4707
|
+
},
|
|
4708
|
+
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"kind": "field",
|
|
4712
|
+
"name": "_componentIds",
|
|
4713
|
+
"type": {
|
|
4714
|
+
"text": "{ value: string; description: string }[]"
|
|
4715
|
+
},
|
|
4716
|
+
"default": "[]"
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"kind": "field",
|
|
4720
|
+
"name": "editor",
|
|
4721
|
+
"type": {
|
|
4722
|
+
"text": "HTMLInputElement"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"kind": "field",
|
|
4727
|
+
"name": "target",
|
|
4728
|
+
"type": {
|
|
4729
|
+
"text": "HTMLInputElement"
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
5384
4732
|
{
|
|
5385
4733
|
"kind": "method",
|
|
5386
|
-
"name": "
|
|
4734
|
+
"name": "_valuetype",
|
|
5387
4735
|
"parameters": [
|
|
5388
4736
|
{
|
|
5389
|
-
"name": "
|
|
4737
|
+
"name": "property",
|
|
5390
4738
|
"type": {
|
|
5391
4739
|
"text": "string"
|
|
5392
4740
|
}
|
|
@@ -5394,25 +4742,33 @@
|
|
|
5394
4742
|
]
|
|
5395
4743
|
},
|
|
5396
4744
|
{
|
|
5397
|
-
"kind": "
|
|
5398
|
-
"name": "
|
|
5399
|
-
"
|
|
5400
|
-
"
|
|
5401
|
-
"text": "{ value: string; description: string }[]"
|
|
5402
|
-
}
|
|
4745
|
+
"kind": "field",
|
|
4746
|
+
"name": "_keep_saved_rule_params",
|
|
4747
|
+
"type": {
|
|
4748
|
+
"text": "boolean"
|
|
5403
4749
|
},
|
|
4750
|
+
"privacy": "private",
|
|
4751
|
+
"default": "false"
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"kind": "method",
|
|
4755
|
+
"name": "_onChangedMapping"
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"kind": "method",
|
|
4759
|
+
"name": "_onChangeRule",
|
|
5404
4760
|
"parameters": [
|
|
5405
4761
|
{
|
|
5406
|
-
"name": "
|
|
4762
|
+
"name": "e",
|
|
5407
4763
|
"type": {
|
|
5408
|
-
"text": "
|
|
4764
|
+
"text": "Event"
|
|
5409
4765
|
}
|
|
5410
4766
|
}
|
|
5411
4767
|
]
|
|
5412
4768
|
},
|
|
5413
4769
|
{
|
|
5414
4770
|
"kind": "method",
|
|
5415
|
-
"name": "
|
|
4771
|
+
"name": "_onChange",
|
|
5416
4772
|
"parameters": [
|
|
5417
4773
|
{
|
|
5418
4774
|
"name": "e",
|
|
@@ -5425,7 +4781,7 @@
|
|
|
5425
4781
|
],
|
|
5426
4782
|
"events": [
|
|
5427
4783
|
{
|
|
5428
|
-
"name": "change",
|
|
4784
|
+
"name": "value-change",
|
|
5429
4785
|
"type": {
|
|
5430
4786
|
"text": "CustomEvent"
|
|
5431
4787
|
}
|
|
@@ -5433,11 +4789,28 @@
|
|
|
5433
4789
|
],
|
|
5434
4790
|
"attributes": [
|
|
5435
4791
|
{
|
|
5436
|
-
"name": "
|
|
4792
|
+
"name": "mapping",
|
|
5437
4793
|
"type": {
|
|
5438
|
-
"text": "
|
|
4794
|
+
"text": "Mapping"
|
|
5439
4795
|
},
|
|
5440
|
-
"
|
|
4796
|
+
"default": "{ rule: 'value' }",
|
|
4797
|
+
"fieldName": "mapping"
|
|
4798
|
+
},
|
|
4799
|
+
{
|
|
4800
|
+
"name": "rule",
|
|
4801
|
+
"type": {
|
|
4802
|
+
"text": "Rule"
|
|
4803
|
+
},
|
|
4804
|
+
"default": "{}",
|
|
4805
|
+
"fieldName": "rule"
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"name": "properties",
|
|
4809
|
+
"type": {
|
|
4810
|
+
"text": "Properties[]"
|
|
4811
|
+
},
|
|
4812
|
+
"default": "[]",
|
|
4813
|
+
"fieldName": "properties"
|
|
5441
4814
|
},
|
|
5442
4815
|
{
|
|
5443
4816
|
"name": "scene",
|
|
@@ -5457,22 +4830,122 @@
|
|
|
5457
4830
|
"exports": [
|
|
5458
4831
|
{
|
|
5459
4832
|
"kind": "js",
|
|
5460
|
-
"name": "
|
|
4833
|
+
"name": "DataBindingMapper",
|
|
4834
|
+
"declaration": {
|
|
4835
|
+
"name": "DataBindingMapper",
|
|
4836
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4837
|
+
}
|
|
4838
|
+
}
|
|
4839
|
+
]
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"kind": "javascript-module",
|
|
4843
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4844
|
+
"declarations": [
|
|
4845
|
+
{
|
|
4846
|
+
"kind": "class",
|
|
4847
|
+
"description": "",
|
|
4848
|
+
"name": "DataBindingValueMap",
|
|
4849
|
+
"members": [
|
|
4850
|
+
{
|
|
4851
|
+
"kind": "method",
|
|
4852
|
+
"name": "valueInputTemplate",
|
|
4853
|
+
"parameters": [
|
|
4854
|
+
{
|
|
4855
|
+
"name": "value",
|
|
4856
|
+
"optional": true,
|
|
4857
|
+
"type": {
|
|
4858
|
+
"text": "any"
|
|
4859
|
+
}
|
|
4860
|
+
}
|
|
4861
|
+
]
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"superclass": {
|
|
4865
|
+
"name": "OxInputValueMap",
|
|
4866
|
+
"package": "@operato/input"
|
|
4867
|
+
},
|
|
4868
|
+
"tagName": "data-binding-value-map",
|
|
4869
|
+
"customElement": true
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"exports": [
|
|
4873
|
+
{
|
|
4874
|
+
"kind": "js",
|
|
4875
|
+
"name": "DataBindingValueMap",
|
|
4876
|
+
"declaration": {
|
|
4877
|
+
"name": "DataBindingValueMap",
|
|
4878
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4879
|
+
}
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"kind": "custom-element-definition",
|
|
4883
|
+
"name": "data-binding-value-map",
|
|
4884
|
+
"declaration": {
|
|
4885
|
+
"name": "DataBindingValueMap",
|
|
4886
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4887
|
+
}
|
|
4888
|
+
}
|
|
4889
|
+
]
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"kind": "javascript-module",
|
|
4893
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
4894
|
+
"declarations": [
|
|
4895
|
+
{
|
|
4896
|
+
"kind": "class",
|
|
4897
|
+
"description": "",
|
|
4898
|
+
"name": "DataBindingValueRange",
|
|
4899
|
+
"members": [
|
|
4900
|
+
{
|
|
4901
|
+
"kind": "method",
|
|
4902
|
+
"name": "valueInputTemplate",
|
|
4903
|
+
"parameters": [
|
|
4904
|
+
{
|
|
4905
|
+
"name": "value",
|
|
4906
|
+
"optional": true,
|
|
4907
|
+
"type": {
|
|
4908
|
+
"text": "any"
|
|
4909
|
+
}
|
|
4910
|
+
}
|
|
4911
|
+
]
|
|
4912
|
+
}
|
|
4913
|
+
],
|
|
4914
|
+
"superclass": {
|
|
4915
|
+
"name": "OxInputValueRange",
|
|
4916
|
+
"package": "@operato/input"
|
|
4917
|
+
},
|
|
4918
|
+
"tagName": "data-binding-value-range",
|
|
4919
|
+
"customElement": true
|
|
4920
|
+
}
|
|
4921
|
+
],
|
|
4922
|
+
"exports": [
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "js",
|
|
4925
|
+
"name": "DataBindingValueRange",
|
|
5461
4926
|
"declaration": {
|
|
5462
|
-
"name": "
|
|
5463
|
-
"module": "src/modeller/property-sidebar/
|
|
4927
|
+
"name": "DataBindingValueRange",
|
|
4928
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"kind": "custom-element-definition",
|
|
4933
|
+
"name": "data-binding-value-range",
|
|
4934
|
+
"declaration": {
|
|
4935
|
+
"name": "DataBindingValueRange",
|
|
4936
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5464
4937
|
}
|
|
5465
4938
|
}
|
|
5466
4939
|
]
|
|
5467
4940
|
},
|
|
5468
4941
|
{
|
|
5469
4942
|
"kind": "javascript-module",
|
|
5470
|
-
"path": "src/modeller/property-sidebar/
|
|
4943
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5471
4944
|
"declarations": [
|
|
5472
4945
|
{
|
|
5473
4946
|
"kind": "class",
|
|
5474
4947
|
"description": "",
|
|
5475
|
-
"name": "
|
|
4948
|
+
"name": "PropertyDataBinding",
|
|
5476
4949
|
"members": [
|
|
5477
4950
|
{
|
|
5478
4951
|
"kind": "field",
|
|
@@ -5492,103 +4965,52 @@
|
|
|
5492
4965
|
},
|
|
5493
4966
|
{
|
|
5494
4967
|
"kind": "field",
|
|
5495
|
-
"name": "
|
|
4968
|
+
"name": "mappingIndex",
|
|
5496
4969
|
"type": {
|
|
5497
|
-
"text": "
|
|
4970
|
+
"text": "number"
|
|
5498
4971
|
},
|
|
5499
|
-
"default": "
|
|
5500
|
-
},
|
|
5501
|
-
{
|
|
5502
|
-
"kind": "method",
|
|
5503
|
-
"name": "_getPlaceHoder",
|
|
5504
|
-
"parameters": [
|
|
5505
|
-
{
|
|
5506
|
-
"name": "action",
|
|
5507
|
-
"type": {
|
|
5508
|
-
"text": "string"
|
|
5509
|
-
}
|
|
5510
|
-
}
|
|
5511
|
-
]
|
|
4972
|
+
"default": "0"
|
|
5512
4973
|
},
|
|
5513
4974
|
{
|
|
5514
|
-
"kind": "
|
|
5515
|
-
"name": "
|
|
5516
|
-
"parameters": [
|
|
5517
|
-
{
|
|
5518
|
-
"name": "e",
|
|
5519
|
-
"type": {
|
|
5520
|
-
"text": "Event"
|
|
5521
|
-
}
|
|
5522
|
-
}
|
|
5523
|
-
]
|
|
5524
|
-
}
|
|
5525
|
-
],
|
|
5526
|
-
"events": [
|
|
5527
|
-
{
|
|
5528
|
-
"name": "change",
|
|
4975
|
+
"kind": "field",
|
|
4976
|
+
"name": "_afterRender",
|
|
5529
4977
|
"type": {
|
|
5530
|
-
"text": "
|
|
4978
|
+
"text": "Function | null | undefined"
|
|
5531
4979
|
}
|
|
5532
|
-
}
|
|
5533
|
-
],
|
|
5534
|
-
"attributes": [
|
|
4980
|
+
},
|
|
5535
4981
|
{
|
|
5536
|
-
"
|
|
4982
|
+
"kind": "field",
|
|
4983
|
+
"name": "_dataExpanded",
|
|
5537
4984
|
"type": {
|
|
5538
|
-
"text": "
|
|
4985
|
+
"text": "boolean"
|
|
5539
4986
|
},
|
|
5540
|
-
"
|
|
4987
|
+
"default": "true"
|
|
5541
4988
|
},
|
|
5542
4989
|
{
|
|
5543
|
-
"
|
|
4990
|
+
"kind": "field",
|
|
4991
|
+
"name": "tabs",
|
|
5544
4992
|
"type": {
|
|
5545
|
-
"text": "
|
|
5546
|
-
}
|
|
5547
|
-
|
|
5548
|
-
}
|
|
5549
|
-
],
|
|
5550
|
-
"superclass": {
|
|
5551
|
-
"name": "LitElement",
|
|
5552
|
-
"package": "lit"
|
|
5553
|
-
},
|
|
5554
|
-
"customElement": true
|
|
5555
|
-
}
|
|
5556
|
-
],
|
|
5557
|
-
"exports": [
|
|
5558
|
-
{
|
|
5559
|
-
"kind": "js",
|
|
5560
|
-
"name": "PropertyEventTap",
|
|
5561
|
-
"declaration": {
|
|
5562
|
-
"name": "PropertyEventTap",
|
|
5563
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5564
|
-
}
|
|
5565
|
-
}
|
|
5566
|
-
]
|
|
5567
|
-
},
|
|
5568
|
-
{
|
|
5569
|
-
"kind": "javascript-module",
|
|
5570
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5571
|
-
"declarations": [
|
|
5572
|
-
{
|
|
5573
|
-
"kind": "class",
|
|
5574
|
-
"description": "",
|
|
5575
|
-
"name": "PropertyEvent",
|
|
5576
|
-
"members": [
|
|
4993
|
+
"text": "HTMLElement"
|
|
4994
|
+
}
|
|
4995
|
+
},
|
|
5577
4996
|
{
|
|
5578
4997
|
"kind": "field",
|
|
5579
|
-
"name": "
|
|
4998
|
+
"name": "tabNavLeftButton",
|
|
5580
4999
|
"type": {
|
|
5581
|
-
"text": "
|
|
5582
|
-
}
|
|
5583
|
-
"attribute": "value"
|
|
5000
|
+
"text": "HTMLElement"
|
|
5001
|
+
}
|
|
5584
5002
|
},
|
|
5585
5003
|
{
|
|
5586
5004
|
"kind": "field",
|
|
5587
|
-
"name": "
|
|
5005
|
+
"name": "tabNavRightButton",
|
|
5588
5006
|
"type": {
|
|
5589
|
-
"text": "
|
|
5590
|
-
}
|
|
5591
|
-
|
|
5007
|
+
"text": "HTMLElement"
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"kind": "field",
|
|
5012
|
+
"name": "mappings",
|
|
5013
|
+
"readonly": true
|
|
5592
5014
|
},
|
|
5593
5015
|
{
|
|
5594
5016
|
"kind": "field",
|
|
@@ -5596,6 +5018,34 @@
|
|
|
5596
5018
|
"static": true,
|
|
5597
5019
|
"readonly": true
|
|
5598
5020
|
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "method",
|
|
5023
|
+
"name": "_setMappingIndex",
|
|
5024
|
+
"parameters": [
|
|
5025
|
+
{
|
|
5026
|
+
"name": "idx",
|
|
5027
|
+
"type": {
|
|
5028
|
+
"text": "number"
|
|
5029
|
+
}
|
|
5030
|
+
}
|
|
5031
|
+
]
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"kind": "method",
|
|
5035
|
+
"name": "_clearDataBindingMapper"
|
|
5036
|
+
},
|
|
5037
|
+
{
|
|
5038
|
+
"kind": "method",
|
|
5039
|
+
"name": "_copyDataBindingMapper"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "method",
|
|
5043
|
+
"name": "_pasteDataBindingMapper"
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "method",
|
|
5047
|
+
"name": "_onValueChanged"
|
|
5048
|
+
},
|
|
5599
5049
|
{
|
|
5600
5050
|
"kind": "method",
|
|
5601
5051
|
"name": "_onValueChange",
|
|
@@ -5606,92 +5056,89 @@
|
|
|
5606
5056
|
"text": "Event"
|
|
5607
5057
|
}
|
|
5608
5058
|
}
|
|
5609
|
-
]
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5613
|
-
{
|
|
5614
|
-
"name": "change",
|
|
5615
|
-
"type": {
|
|
5616
|
-
"text": "CustomEvent"
|
|
5059
|
+
],
|
|
5060
|
+
"inheritedFrom": {
|
|
5061
|
+
"name": "AbstractProperty",
|
|
5062
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5617
5063
|
}
|
|
5618
|
-
}
|
|
5619
|
-
],
|
|
5620
|
-
"attributes": [
|
|
5064
|
+
},
|
|
5621
5065
|
{
|
|
5622
|
-
"
|
|
5623
|
-
"
|
|
5624
|
-
|
|
5625
|
-
},
|
|
5626
|
-
"fieldName": "value"
|
|
5066
|
+
"kind": "field",
|
|
5067
|
+
"name": "tabContainer",
|
|
5068
|
+
"readonly": true
|
|
5627
5069
|
},
|
|
5628
5070
|
{
|
|
5629
|
-
"
|
|
5630
|
-
"
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5071
|
+
"kind": "method",
|
|
5072
|
+
"name": "_onMappingChanged",
|
|
5073
|
+
"parameters": [
|
|
5074
|
+
{
|
|
5075
|
+
"name": "e",
|
|
5076
|
+
"type": {
|
|
5077
|
+
"text": "CustomEvent"
|
|
5078
|
+
}
|
|
5079
|
+
}
|
|
5080
|
+
]
|
|
5081
|
+
},
|
|
5637
5082
|
{
|
|
5638
|
-
"
|
|
5639
|
-
"
|
|
5640
|
-
}
|
|
5641
|
-
],
|
|
5642
|
-
"superclass": {
|
|
5643
|
-
"name": "LitElement",
|
|
5644
|
-
"package": "lit"
|
|
5645
|
-
},
|
|
5646
|
-
"customElement": true
|
|
5647
|
-
}
|
|
5648
|
-
],
|
|
5649
|
-
"exports": [
|
|
5650
|
-
{
|
|
5651
|
-
"kind": "js",
|
|
5652
|
-
"name": "PropertyEvent",
|
|
5653
|
-
"declaration": {
|
|
5654
|
-
"name": "PropertyEvent",
|
|
5655
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5656
|
-
}
|
|
5657
|
-
}
|
|
5658
|
-
]
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"kind": "javascript-module",
|
|
5662
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5663
|
-
"declarations": [
|
|
5664
|
-
{
|
|
5665
|
-
"kind": "class",
|
|
5666
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5667
|
-
"name": "PropertyShadow",
|
|
5668
|
-
"members": [
|
|
5083
|
+
"kind": "method",
|
|
5084
|
+
"name": "_onTabScroll"
|
|
5085
|
+
},
|
|
5669
5086
|
{
|
|
5670
|
-
"kind": "
|
|
5671
|
-
"name": "
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
"
|
|
5087
|
+
"kind": "method",
|
|
5088
|
+
"name": "_onTabScrollNavLeft"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"kind": "method",
|
|
5092
|
+
"name": "_onTabScrollNavRight"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"kind": "method",
|
|
5096
|
+
"name": "_getValueFromEventTarget",
|
|
5097
|
+
"parameters": [
|
|
5098
|
+
{
|
|
5099
|
+
"name": "element",
|
|
5100
|
+
"type": {
|
|
5101
|
+
"text": "HTMLElement"
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
5104
|
+
],
|
|
5105
|
+
"inheritedFrom": {
|
|
5106
|
+
"name": "AbstractProperty",
|
|
5107
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5108
|
+
}
|
|
5676
5109
|
},
|
|
5677
5110
|
{
|
|
5678
5111
|
"kind": "method",
|
|
5679
|
-
"name": "
|
|
5112
|
+
"name": "_onAfterValueChange",
|
|
5680
5113
|
"parameters": [
|
|
5681
5114
|
{
|
|
5682
|
-
"name": "
|
|
5115
|
+
"name": "key",
|
|
5683
5116
|
"type": {
|
|
5684
|
-
"text": "
|
|
5117
|
+
"text": "string"
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"name": "value",
|
|
5122
|
+
"type": {
|
|
5123
|
+
"text": "any"
|
|
5685
5124
|
}
|
|
5686
5125
|
}
|
|
5687
|
-
]
|
|
5126
|
+
],
|
|
5127
|
+
"inheritedFrom": {
|
|
5128
|
+
"name": "AbstractProperty",
|
|
5129
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5130
|
+
}
|
|
5688
5131
|
}
|
|
5689
5132
|
],
|
|
5690
5133
|
"events": [
|
|
5691
5134
|
{
|
|
5692
|
-
"name": "change",
|
|
5135
|
+
"name": "property-change",
|
|
5693
5136
|
"type": {
|
|
5694
5137
|
"text": "CustomEvent"
|
|
5138
|
+
},
|
|
5139
|
+
"inheritedFrom": {
|
|
5140
|
+
"name": "AbstractProperty",
|
|
5141
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5695
5142
|
}
|
|
5696
5143
|
}
|
|
5697
5144
|
],
|
|
@@ -5702,50 +5149,34 @@
|
|
|
5702
5149
|
"text": "Properties | undefined"
|
|
5703
5150
|
},
|
|
5704
5151
|
"fieldName": "value"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "scene",
|
|
5155
|
+
"type": {
|
|
5156
|
+
"text": "Scene | undefined"
|
|
5157
|
+
},
|
|
5158
|
+
"fieldName": "scene"
|
|
5705
5159
|
}
|
|
5706
5160
|
],
|
|
5707
|
-
"
|
|
5708
|
-
"name": "LitElement",
|
|
5709
|
-
"package": "lit"
|
|
5710
|
-
},
|
|
5711
|
-
"customElement": true
|
|
5712
|
-
}
|
|
5713
|
-
],
|
|
5714
|
-
"exports": [
|
|
5715
|
-
{
|
|
5716
|
-
"kind": "js",
|
|
5717
|
-
"name": "PropertyShadow",
|
|
5718
|
-
"declaration": {
|
|
5719
|
-
"name": "PropertyShadow",
|
|
5720
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5721
|
-
}
|
|
5722
|
-
}
|
|
5723
|
-
]
|
|
5724
|
-
},
|
|
5725
|
-
{
|
|
5726
|
-
"kind": "javascript-module",
|
|
5727
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5728
|
-
"declarations": [
|
|
5729
|
-
{
|
|
5730
|
-
"kind": "function",
|
|
5731
|
-
"name": "convert",
|
|
5732
|
-
"parameters": [
|
|
5161
|
+
"mixins": [
|
|
5733
5162
|
{
|
|
5734
|
-
"name": "
|
|
5735
|
-
"
|
|
5736
|
-
"text": "any"
|
|
5737
|
-
}
|
|
5163
|
+
"name": "ScopedElementsMixin",
|
|
5164
|
+
"package": "@open-wc/scoped-elements"
|
|
5738
5165
|
}
|
|
5739
|
-
]
|
|
5166
|
+
],
|
|
5167
|
+
"superclass": {
|
|
5168
|
+
"name": "AbstractProperty",
|
|
5169
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5170
|
+
}
|
|
5740
5171
|
}
|
|
5741
5172
|
],
|
|
5742
5173
|
"exports": [
|
|
5743
5174
|
{
|
|
5744
5175
|
"kind": "js",
|
|
5745
|
-
"name": "
|
|
5176
|
+
"name": "PropertyDataBinding",
|
|
5746
5177
|
"declaration": {
|
|
5747
|
-
"name": "
|
|
5748
|
-
"module": "src/modeller/property-sidebar/
|
|
5178
|
+
"name": "PropertyDataBinding",
|
|
5179
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5749
5180
|
}
|
|
5750
5181
|
}
|
|
5751
5182
|
]
|
|
@@ -5882,88 +5313,372 @@
|
|
|
5882
5313
|
"text": "Component"
|
|
5883
5314
|
}
|
|
5884
5315
|
}
|
|
5885
|
-
]
|
|
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
|
+
}
|
|
5356
|
+
},
|
|
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
|
+
]
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
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",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "Scene | undefined"
|
|
5402
|
+
},
|
|
5403
|
+
"fieldName": "scene"
|
|
5404
|
+
}
|
|
5405
|
+
],
|
|
5406
|
+
"superclass": {
|
|
5407
|
+
"name": "LitElement",
|
|
5408
|
+
"package": "lit"
|
|
5409
|
+
},
|
|
5410
|
+
"customElement": true
|
|
5411
|
+
}
|
|
5412
|
+
],
|
|
5413
|
+
"exports": [
|
|
5414
|
+
{
|
|
5415
|
+
"kind": "js",
|
|
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` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5432
|
+
}
|
|
5433
|
+
],
|
|
5434
|
+
"exports": [
|
|
5435
|
+
{
|
|
5436
|
+
"kind": "js",
|
|
5437
|
+
"name": "EffectsSharedStyle",
|
|
5438
|
+
"declaration": {
|
|
5439
|
+
"name": "EffectsSharedStyle",
|
|
5440
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5441
|
+
}
|
|
5442
|
+
}
|
|
5443
|
+
]
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "javascript-module",
|
|
5447
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5448
|
+
"declarations": [
|
|
5449
|
+
{
|
|
5450
|
+
"kind": "class",
|
|
5451
|
+
"description": "",
|
|
5452
|
+
"name": "PropertyEffects",
|
|
5453
|
+
"members": [
|
|
5454
|
+
{
|
|
5455
|
+
"kind": "field",
|
|
5456
|
+
"name": "value",
|
|
5457
|
+
"type": {
|
|
5458
|
+
"text": "Properties | undefined"
|
|
5459
|
+
},
|
|
5460
|
+
"attribute": "value"
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"kind": "field",
|
|
5464
|
+
"name": "scene",
|
|
5465
|
+
"type": {
|
|
5466
|
+
"text": "Scene | undefined"
|
|
5467
|
+
},
|
|
5468
|
+
"attribute": "scene"
|
|
5469
|
+
},
|
|
5470
|
+
{
|
|
5471
|
+
"kind": "field",
|
|
5472
|
+
"name": "selected",
|
|
5473
|
+
"type": {
|
|
5474
|
+
"text": "Component[]"
|
|
5475
|
+
},
|
|
5476
|
+
"default": "[]",
|
|
5477
|
+
"attribute": "selected"
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "field",
|
|
5481
|
+
"name": "scopedElements",
|
|
5482
|
+
"static": true,
|
|
5483
|
+
"readonly": true
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"kind": "method",
|
|
5487
|
+
"name": "_onValueChange",
|
|
5488
|
+
"parameters": [
|
|
5489
|
+
{
|
|
5490
|
+
"name": "e",
|
|
5491
|
+
"type": {
|
|
5492
|
+
"text": "Event"
|
|
5493
|
+
}
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5496
|
+
"inheritedFrom": {
|
|
5497
|
+
"name": "AbstractProperty",
|
|
5498
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5499
|
+
}
|
|
5886
5500
|
},
|
|
5887
5501
|
{
|
|
5888
5502
|
"kind": "method",
|
|
5889
|
-
"name": "
|
|
5503
|
+
"name": "_getValueFromEventTarget",
|
|
5890
5504
|
"parameters": [
|
|
5891
5505
|
{
|
|
5892
|
-
"name": "
|
|
5506
|
+
"name": "element",
|
|
5893
5507
|
"type": {
|
|
5894
|
-
"text": "
|
|
5508
|
+
"text": "HTMLElement"
|
|
5895
5509
|
}
|
|
5896
5510
|
}
|
|
5897
|
-
]
|
|
5511
|
+
],
|
|
5512
|
+
"inheritedFrom": {
|
|
5513
|
+
"name": "AbstractProperty",
|
|
5514
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5515
|
+
}
|
|
5898
5516
|
},
|
|
5899
5517
|
{
|
|
5900
5518
|
"kind": "method",
|
|
5901
|
-
"name": "
|
|
5519
|
+
"name": "_onAfterValueChange",
|
|
5902
5520
|
"parameters": [
|
|
5903
5521
|
{
|
|
5904
|
-
"name": "
|
|
5522
|
+
"name": "key",
|
|
5905
5523
|
"type": {
|
|
5906
|
-
"text": "
|
|
5524
|
+
"text": "string"
|
|
5907
5525
|
}
|
|
5908
5526
|
},
|
|
5909
5527
|
{
|
|
5910
|
-
"name": "
|
|
5911
|
-
"default": "false",
|
|
5528
|
+
"name": "value",
|
|
5912
5529
|
"type": {
|
|
5913
|
-
"text": "
|
|
5530
|
+
"text": "any"
|
|
5914
5531
|
}
|
|
5915
5532
|
}
|
|
5916
|
-
]
|
|
5533
|
+
],
|
|
5534
|
+
"inheritedFrom": {
|
|
5535
|
+
"name": "AbstractProperty",
|
|
5536
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"attributes": [
|
|
5541
|
+
{
|
|
5542
|
+
"name": "value",
|
|
5543
|
+
"type": {
|
|
5544
|
+
"text": "Properties | undefined"
|
|
5545
|
+
},
|
|
5546
|
+
"fieldName": "value"
|
|
5917
5547
|
},
|
|
5918
5548
|
{
|
|
5919
|
-
"
|
|
5920
|
-
"
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
|
|
5549
|
+
"name": "scene",
|
|
5550
|
+
"type": {
|
|
5551
|
+
"text": "Scene | undefined"
|
|
5552
|
+
},
|
|
5553
|
+
"fieldName": "scene"
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"name": "selected",
|
|
5557
|
+
"type": {
|
|
5558
|
+
"text": "Component[]"
|
|
5559
|
+
},
|
|
5560
|
+
"default": "[]",
|
|
5561
|
+
"fieldName": "selected"
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"mixins": [
|
|
5565
|
+
{
|
|
5566
|
+
"name": "ScopedElementsMixin",
|
|
5567
|
+
"package": "@open-wc/scoped-elements"
|
|
5568
|
+
}
|
|
5569
|
+
],
|
|
5570
|
+
"superclass": {
|
|
5571
|
+
"name": "AbstractProperty",
|
|
5572
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5573
|
+
},
|
|
5574
|
+
"events": [
|
|
5575
|
+
{
|
|
5576
|
+
"name": "property-change",
|
|
5577
|
+
"type": {
|
|
5578
|
+
"text": "CustomEvent"
|
|
5579
|
+
},
|
|
5580
|
+
"inheritedFrom": {
|
|
5581
|
+
"name": "AbstractProperty",
|
|
5582
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5583
|
+
}
|
|
5584
|
+
}
|
|
5585
|
+
]
|
|
5586
|
+
}
|
|
5587
|
+
],
|
|
5588
|
+
"exports": [
|
|
5589
|
+
{
|
|
5590
|
+
"kind": "js",
|
|
5591
|
+
"name": "PropertyEffects",
|
|
5592
|
+
"declaration": {
|
|
5593
|
+
"name": "PropertyEffects",
|
|
5594
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5595
|
+
}
|
|
5596
|
+
}
|
|
5597
|
+
]
|
|
5598
|
+
},
|
|
5599
|
+
{
|
|
5600
|
+
"kind": "javascript-module",
|
|
5601
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5602
|
+
"declarations": [
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "class",
|
|
5605
|
+
"description": "",
|
|
5606
|
+
"name": "PropertyEventHover",
|
|
5607
|
+
"members": [
|
|
5608
|
+
{
|
|
5609
|
+
"kind": "field",
|
|
5610
|
+
"name": "value",
|
|
5611
|
+
"type": {
|
|
5612
|
+
"text": "Properties | undefined"
|
|
5613
|
+
},
|
|
5614
|
+
"attribute": "value"
|
|
5615
|
+
},
|
|
5616
|
+
{
|
|
5617
|
+
"kind": "field",
|
|
5618
|
+
"name": "scene",
|
|
5619
|
+
"type": {
|
|
5620
|
+
"text": "Scene | undefined"
|
|
5925
5621
|
},
|
|
5622
|
+
"attribute": "scene"
|
|
5623
|
+
},
|
|
5624
|
+
{
|
|
5625
|
+
"kind": "method",
|
|
5626
|
+
"name": "_getPlaceHoder",
|
|
5926
5627
|
"parameters": [
|
|
5927
5628
|
{
|
|
5928
|
-
"name": "
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "Component"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "counting",
|
|
5935
|
-
"default": "false",
|
|
5629
|
+
"name": "action",
|
|
5936
5630
|
"type": {
|
|
5937
|
-
"text": "
|
|
5631
|
+
"text": "string"
|
|
5938
5632
|
}
|
|
5939
5633
|
}
|
|
5940
5634
|
]
|
|
5941
5635
|
},
|
|
5942
5636
|
{
|
|
5943
5637
|
"kind": "method",
|
|
5944
|
-
"name": "
|
|
5638
|
+
"name": "_getTargetList",
|
|
5945
5639
|
"return": {
|
|
5946
5640
|
"type": {
|
|
5947
|
-
"text": "
|
|
5641
|
+
"text": "{ value: string; description: string }[]"
|
|
5948
5642
|
}
|
|
5949
5643
|
},
|
|
5950
5644
|
"parameters": [
|
|
5951
5645
|
{
|
|
5952
|
-
"name": "
|
|
5646
|
+
"name": "action",
|
|
5953
5647
|
"type": {
|
|
5954
|
-
"text": "
|
|
5648
|
+
"text": "string"
|
|
5955
5649
|
}
|
|
5956
|
-
}
|
|
5650
|
+
}
|
|
5651
|
+
]
|
|
5652
|
+
},
|
|
5653
|
+
{
|
|
5654
|
+
"kind": "method",
|
|
5655
|
+
"name": "_onValueChange",
|
|
5656
|
+
"parameters": [
|
|
5957
5657
|
{
|
|
5958
|
-
"name": "
|
|
5658
|
+
"name": "e",
|
|
5959
5659
|
"type": {
|
|
5960
|
-
"text": "
|
|
5660
|
+
"text": "Event"
|
|
5961
5661
|
}
|
|
5962
5662
|
}
|
|
5963
5663
|
]
|
|
5964
5664
|
}
|
|
5965
5665
|
],
|
|
5666
|
+
"events": [
|
|
5667
|
+
{
|
|
5668
|
+
"name": "change",
|
|
5669
|
+
"type": {
|
|
5670
|
+
"text": "CustomEvent"
|
|
5671
|
+
}
|
|
5672
|
+
}
|
|
5673
|
+
],
|
|
5966
5674
|
"attributes": [
|
|
5675
|
+
{
|
|
5676
|
+
"name": "value",
|
|
5677
|
+
"type": {
|
|
5678
|
+
"text": "Properties | undefined"
|
|
5679
|
+
},
|
|
5680
|
+
"fieldName": "value"
|
|
5681
|
+
},
|
|
5967
5682
|
{
|
|
5968
5683
|
"name": "scene",
|
|
5969
5684
|
"type": {
|
|
@@ -5982,43 +5697,122 @@
|
|
|
5982
5697
|
"exports": [
|
|
5983
5698
|
{
|
|
5984
5699
|
"kind": "js",
|
|
5985
|
-
"name": "
|
|
5700
|
+
"name": "PropertyEventHover",
|
|
5986
5701
|
"declaration": {
|
|
5987
|
-
"name": "
|
|
5988
|
-
"module": "src/modeller/property-sidebar/
|
|
5702
|
+
"name": "PropertyEventHover",
|
|
5703
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5989
5704
|
}
|
|
5990
5705
|
}
|
|
5991
5706
|
]
|
|
5992
5707
|
},
|
|
5993
5708
|
{
|
|
5994
5709
|
"kind": "javascript-module",
|
|
5995
|
-
"path": "src/modeller/property-sidebar/
|
|
5710
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5996
5711
|
"declarations": [
|
|
5997
5712
|
{
|
|
5998
|
-
"kind": "
|
|
5999
|
-
"
|
|
6000
|
-
"
|
|
5713
|
+
"kind": "class",
|
|
5714
|
+
"description": "",
|
|
5715
|
+
"name": "PropertyEventTap",
|
|
5716
|
+
"members": [
|
|
5717
|
+
{
|
|
5718
|
+
"kind": "field",
|
|
5719
|
+
"name": "value",
|
|
5720
|
+
"type": {
|
|
5721
|
+
"text": "Properties | undefined"
|
|
5722
|
+
},
|
|
5723
|
+
"attribute": "value"
|
|
5724
|
+
},
|
|
5725
|
+
{
|
|
5726
|
+
"kind": "field",
|
|
5727
|
+
"name": "scene",
|
|
5728
|
+
"type": {
|
|
5729
|
+
"text": "Scene | undefined"
|
|
5730
|
+
},
|
|
5731
|
+
"attribute": "scene"
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"kind": "field",
|
|
5735
|
+
"name": "targetList",
|
|
5736
|
+
"type": {
|
|
5737
|
+
"text": "{ value: string; description: string }[]"
|
|
5738
|
+
},
|
|
5739
|
+
"default": "[]"
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
"kind": "method",
|
|
5743
|
+
"name": "_getPlaceHoder",
|
|
5744
|
+
"parameters": [
|
|
5745
|
+
{
|
|
5746
|
+
"name": "action",
|
|
5747
|
+
"type": {
|
|
5748
|
+
"text": "string"
|
|
5749
|
+
}
|
|
5750
|
+
}
|
|
5751
|
+
]
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
"kind": "method",
|
|
5755
|
+
"name": "_onValueChange",
|
|
5756
|
+
"parameters": [
|
|
5757
|
+
{
|
|
5758
|
+
"name": "e",
|
|
5759
|
+
"type": {
|
|
5760
|
+
"text": "Event"
|
|
5761
|
+
}
|
|
5762
|
+
}
|
|
5763
|
+
]
|
|
5764
|
+
}
|
|
5765
|
+
],
|
|
5766
|
+
"events": [
|
|
5767
|
+
{
|
|
5768
|
+
"name": "change",
|
|
5769
|
+
"type": {
|
|
5770
|
+
"text": "CustomEvent"
|
|
5771
|
+
}
|
|
5772
|
+
}
|
|
5773
|
+
],
|
|
5774
|
+
"attributes": [
|
|
5775
|
+
{
|
|
5776
|
+
"name": "value",
|
|
5777
|
+
"type": {
|
|
5778
|
+
"text": "Properties | undefined"
|
|
5779
|
+
},
|
|
5780
|
+
"fieldName": "value"
|
|
5781
|
+
},
|
|
5782
|
+
{
|
|
5783
|
+
"name": "scene",
|
|
5784
|
+
"type": {
|
|
5785
|
+
"text": "Scene | undefined"
|
|
5786
|
+
},
|
|
5787
|
+
"fieldName": "scene"
|
|
5788
|
+
}
|
|
5789
|
+
],
|
|
5790
|
+
"superclass": {
|
|
5791
|
+
"name": "LitElement",
|
|
5792
|
+
"package": "lit"
|
|
5793
|
+
},
|
|
5794
|
+
"customElement": true
|
|
6001
5795
|
}
|
|
6002
5796
|
],
|
|
6003
5797
|
"exports": [
|
|
6004
5798
|
{
|
|
6005
5799
|
"kind": "js",
|
|
6006
|
-
"name": "
|
|
5800
|
+
"name": "PropertyEventTap",
|
|
6007
5801
|
"declaration": {
|
|
6008
|
-
"name": "
|
|
6009
|
-
"module": "src/modeller/property-sidebar/
|
|
5802
|
+
"name": "PropertyEventTap",
|
|
5803
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6010
5804
|
}
|
|
6011
5805
|
}
|
|
6012
5806
|
]
|
|
6013
5807
|
},
|
|
6014
5808
|
{
|
|
6015
5809
|
"kind": "javascript-module",
|
|
6016
|
-
"path": "src/modeller/property-sidebar/
|
|
5810
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6017
5811
|
"declarations": [
|
|
6018
5812
|
{
|
|
6019
5813
|
"kind": "class",
|
|
6020
5814
|
"description": "",
|
|
6021
|
-
"name": "
|
|
5815
|
+
"name": "PropertyEvent",
|
|
6022
5816
|
"members": [
|
|
6023
5817
|
{
|
|
6024
5818
|
"kind": "field",
|
|
@@ -6030,21 +5824,17 @@
|
|
|
6030
5824
|
},
|
|
6031
5825
|
{
|
|
6032
5826
|
"kind": "field",
|
|
6033
|
-
"name": "
|
|
5827
|
+
"name": "scene",
|
|
6034
5828
|
"type": {
|
|
6035
|
-
"text": "
|
|
5829
|
+
"text": "Scene | undefined"
|
|
6036
5830
|
},
|
|
6037
|
-
"
|
|
6038
|
-
"attribute": "bounds"
|
|
5831
|
+
"attribute": "scene"
|
|
6039
5832
|
},
|
|
6040
5833
|
{
|
|
6041
5834
|
"kind": "field",
|
|
6042
|
-
"name": "
|
|
6043
|
-
"
|
|
6044
|
-
|
|
6045
|
-
},
|
|
6046
|
-
"default": "[]",
|
|
6047
|
-
"attribute": "selected"
|
|
5835
|
+
"name": "scopedElements",
|
|
5836
|
+
"static": true,
|
|
5837
|
+
"readonly": true
|
|
6048
5838
|
},
|
|
6049
5839
|
{
|
|
6050
5840
|
"kind": "method",
|
|
@@ -6056,138 +5846,92 @@
|
|
|
6056
5846
|
"text": "Event"
|
|
6057
5847
|
}
|
|
6058
5848
|
}
|
|
6059
|
-
],
|
|
6060
|
-
"inheritedFrom": {
|
|
6061
|
-
"name": "AbstractProperty",
|
|
6062
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6063
|
-
}
|
|
6064
|
-
},
|
|
6065
|
-
{
|
|
6066
|
-
"kind": "method",
|
|
6067
|
-
"name": "_hasTextProperty",
|
|
6068
|
-
"parameters": [
|
|
6069
|
-
{
|
|
6070
|
-
"name": "selected",
|
|
6071
|
-
"type": {
|
|
6072
|
-
"text": "Component[]"
|
|
6073
|
-
}
|
|
6074
|
-
}
|
|
6075
|
-
]
|
|
6076
|
-
},
|
|
6077
|
-
{
|
|
6078
|
-
"kind": "method",
|
|
6079
|
-
"name": "_hasProperties",
|
|
6080
|
-
"parameters": [
|
|
6081
|
-
{
|
|
6082
|
-
"name": "selected",
|
|
6083
|
-
"type": {
|
|
6084
|
-
"text": "Component[]"
|
|
6085
|
-
}
|
|
6086
|
-
}
|
|
6087
5849
|
]
|
|
6088
|
-
}
|
|
5850
|
+
}
|
|
5851
|
+
],
|
|
5852
|
+
"events": [
|
|
6089
5853
|
{
|
|
6090
|
-
"
|
|
6091
|
-
"
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
5854
|
+
"name": "change",
|
|
5855
|
+
"type": {
|
|
5856
|
+
"text": "CustomEvent"
|
|
5857
|
+
}
|
|
5858
|
+
}
|
|
5859
|
+
],
|
|
5860
|
+
"attributes": [
|
|
6101
5861
|
{
|
|
6102
|
-
"
|
|
6103
|
-
"
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
5862
|
+
"name": "value",
|
|
5863
|
+
"type": {
|
|
5864
|
+
"text": "Properties | undefined"
|
|
5865
|
+
},
|
|
5866
|
+
"fieldName": "value"
|
|
6112
5867
|
},
|
|
6113
5868
|
{
|
|
6114
|
-
"
|
|
6115
|
-
"
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
}
|
|
6123
|
-
]
|
|
6124
|
-
},
|
|
5869
|
+
"name": "scene",
|
|
5870
|
+
"type": {
|
|
5871
|
+
"text": "Scene | undefined"
|
|
5872
|
+
},
|
|
5873
|
+
"fieldName": "scene"
|
|
5874
|
+
}
|
|
5875
|
+
],
|
|
5876
|
+
"mixins": [
|
|
6125
5877
|
{
|
|
6126
|
-
"
|
|
6127
|
-
"
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6136
|
-
|
|
5878
|
+
"name": "ScopedElementsMixin",
|
|
5879
|
+
"package": "@open-wc/scoped-elements"
|
|
5880
|
+
}
|
|
5881
|
+
],
|
|
5882
|
+
"superclass": {
|
|
5883
|
+
"name": "LitElement",
|
|
5884
|
+
"package": "lit"
|
|
5885
|
+
},
|
|
5886
|
+
"customElement": true
|
|
5887
|
+
}
|
|
5888
|
+
],
|
|
5889
|
+
"exports": [
|
|
5890
|
+
{
|
|
5891
|
+
"kind": "js",
|
|
5892
|
+
"name": "PropertyEvent",
|
|
5893
|
+
"declaration": {
|
|
5894
|
+
"name": "PropertyEvent",
|
|
5895
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5896
|
+
}
|
|
5897
|
+
}
|
|
5898
|
+
]
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"kind": "javascript-module",
|
|
5902
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5903
|
+
"declarations": [
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "class",
|
|
5906
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5907
|
+
"name": "PropertyShadow",
|
|
5908
|
+
"members": [
|
|
6137
5909
|
{
|
|
6138
|
-
"kind": "
|
|
6139
|
-
"name": "
|
|
6140
|
-
"
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
"text": "HTMLElement"
|
|
6145
|
-
}
|
|
6146
|
-
}
|
|
6147
|
-
],
|
|
6148
|
-
"inheritedFrom": {
|
|
6149
|
-
"name": "AbstractProperty",
|
|
6150
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6151
|
-
}
|
|
5910
|
+
"kind": "field",
|
|
5911
|
+
"name": "value",
|
|
5912
|
+
"type": {
|
|
5913
|
+
"text": "Properties | undefined"
|
|
5914
|
+
},
|
|
5915
|
+
"attribute": "value"
|
|
6152
5916
|
},
|
|
6153
5917
|
{
|
|
6154
5918
|
"kind": "method",
|
|
6155
|
-
"name": "
|
|
5919
|
+
"name": "_onValueChange",
|
|
6156
5920
|
"parameters": [
|
|
6157
5921
|
{
|
|
6158
|
-
"name": "
|
|
6159
|
-
"type": {
|
|
6160
|
-
"text": "string"
|
|
6161
|
-
}
|
|
6162
|
-
},
|
|
6163
|
-
{
|
|
6164
|
-
"name": "value",
|
|
5922
|
+
"name": "e",
|
|
6165
5923
|
"type": {
|
|
6166
|
-
"text": "
|
|
5924
|
+
"text": "Event"
|
|
6167
5925
|
}
|
|
6168
5926
|
}
|
|
6169
|
-
]
|
|
6170
|
-
"inheritedFrom": {
|
|
6171
|
-
"name": "AbstractProperty",
|
|
6172
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6173
|
-
}
|
|
5927
|
+
]
|
|
6174
5928
|
}
|
|
6175
5929
|
],
|
|
6176
5930
|
"events": [
|
|
6177
5931
|
{
|
|
6178
|
-
"name": "
|
|
6179
|
-
"type": {
|
|
6180
|
-
"text": "CustomEvent"
|
|
6181
|
-
}
|
|
6182
|
-
},
|
|
6183
|
-
{
|
|
6184
|
-
"name": "property-change",
|
|
5932
|
+
"name": "change",
|
|
6185
5933
|
"type": {
|
|
6186
5934
|
"text": "CustomEvent"
|
|
6187
|
-
},
|
|
6188
|
-
"inheritedFrom": {
|
|
6189
|
-
"name": "AbstractProperty",
|
|
6190
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6191
5935
|
}
|
|
6192
5936
|
}
|
|
6193
5937
|
],
|
|
@@ -6198,37 +5942,50 @@
|
|
|
6198
5942
|
"text": "Properties | undefined"
|
|
6199
5943
|
},
|
|
6200
5944
|
"fieldName": "value"
|
|
6201
|
-
}
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
5945
|
+
}
|
|
5946
|
+
],
|
|
5947
|
+
"superclass": {
|
|
5948
|
+
"name": "LitElement",
|
|
5949
|
+
"package": "lit"
|
|
5950
|
+
},
|
|
5951
|
+
"customElement": true
|
|
5952
|
+
}
|
|
5953
|
+
],
|
|
5954
|
+
"exports": [
|
|
5955
|
+
{
|
|
5956
|
+
"kind": "js",
|
|
5957
|
+
"name": "PropertyShadow",
|
|
5958
|
+
"declaration": {
|
|
5959
|
+
"name": "PropertyShadow",
|
|
5960
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5961
|
+
}
|
|
5962
|
+
}
|
|
5963
|
+
]
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
"kind": "javascript-module",
|
|
5967
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5968
|
+
"declarations": [
|
|
5969
|
+
{
|
|
5970
|
+
"kind": "function",
|
|
5971
|
+
"name": "convert",
|
|
5972
|
+
"parameters": [
|
|
6210
5973
|
{
|
|
6211
|
-
"name": "
|
|
5974
|
+
"name": "element",
|
|
6212
5975
|
"type": {
|
|
6213
|
-
"text": "
|
|
6214
|
-
}
|
|
6215
|
-
"default": "[]",
|
|
6216
|
-
"fieldName": "selected"
|
|
5976
|
+
"text": "any"
|
|
5977
|
+
}
|
|
6217
5978
|
}
|
|
6218
|
-
]
|
|
6219
|
-
"superclass": {
|
|
6220
|
-
"name": "AbstractProperty",
|
|
6221
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6222
|
-
}
|
|
5979
|
+
]
|
|
6223
5980
|
}
|
|
6224
5981
|
],
|
|
6225
5982
|
"exports": [
|
|
6226
5983
|
{
|
|
6227
5984
|
"kind": "js",
|
|
6228
|
-
"name": "
|
|
5985
|
+
"name": "convert",
|
|
6229
5986
|
"declaration": {
|
|
6230
|
-
"name": "
|
|
6231
|
-
"module": "src/modeller/property-sidebar/
|
|
5987
|
+
"name": "convert",
|
|
5988
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6232
5989
|
}
|
|
6233
5990
|
}
|
|
6234
5991
|
]
|
|
@@ -6745,6 +6502,249 @@
|
|
|
6745
6502
|
}
|
|
6746
6503
|
}
|
|
6747
6504
|
]
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"kind": "javascript-module",
|
|
6508
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6509
|
+
"declarations": [
|
|
6510
|
+
{
|
|
6511
|
+
"kind": "variable",
|
|
6512
|
+
"name": "BoxPaddingEditorStyles",
|
|
6513
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6514
|
+
}
|
|
6515
|
+
],
|
|
6516
|
+
"exports": [
|
|
6517
|
+
{
|
|
6518
|
+
"kind": "js",
|
|
6519
|
+
"name": "BoxPaddingEditorStyles",
|
|
6520
|
+
"declaration": {
|
|
6521
|
+
"name": "BoxPaddingEditorStyles",
|
|
6522
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6523
|
+
}
|
|
6524
|
+
}
|
|
6525
|
+
]
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"kind": "javascript-module",
|
|
6529
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6530
|
+
"declarations": [
|
|
6531
|
+
{
|
|
6532
|
+
"kind": "class",
|
|
6533
|
+
"description": "",
|
|
6534
|
+
"name": "PropertyShapes",
|
|
6535
|
+
"members": [
|
|
6536
|
+
{
|
|
6537
|
+
"kind": "field",
|
|
6538
|
+
"name": "value",
|
|
6539
|
+
"type": {
|
|
6540
|
+
"text": "Properties | undefined"
|
|
6541
|
+
},
|
|
6542
|
+
"attribute": "value"
|
|
6543
|
+
},
|
|
6544
|
+
{
|
|
6545
|
+
"kind": "field",
|
|
6546
|
+
"name": "bounds",
|
|
6547
|
+
"type": {
|
|
6548
|
+
"text": "BOUNDS | null"
|
|
6549
|
+
},
|
|
6550
|
+
"default": "null",
|
|
6551
|
+
"attribute": "bounds"
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "field",
|
|
6555
|
+
"name": "selected",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "Component[]"
|
|
6558
|
+
},
|
|
6559
|
+
"default": "[]",
|
|
6560
|
+
"attribute": "selected"
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"kind": "method",
|
|
6564
|
+
"name": "_onValueChange",
|
|
6565
|
+
"parameters": [
|
|
6566
|
+
{
|
|
6567
|
+
"name": "e",
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": "Event"
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"inheritedFrom": {
|
|
6574
|
+
"name": "AbstractProperty",
|
|
6575
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6576
|
+
}
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"kind": "method",
|
|
6580
|
+
"name": "_hasTextProperty",
|
|
6581
|
+
"parameters": [
|
|
6582
|
+
{
|
|
6583
|
+
"name": "selected",
|
|
6584
|
+
"type": {
|
|
6585
|
+
"text": "Component[]"
|
|
6586
|
+
}
|
|
6587
|
+
}
|
|
6588
|
+
]
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"kind": "method",
|
|
6592
|
+
"name": "_hasProperties",
|
|
6593
|
+
"parameters": [
|
|
6594
|
+
{
|
|
6595
|
+
"name": "selected",
|
|
6596
|
+
"type": {
|
|
6597
|
+
"text": "Component[]"
|
|
6598
|
+
}
|
|
6599
|
+
}
|
|
6600
|
+
]
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"kind": "method",
|
|
6604
|
+
"name": "_isIdentifiable",
|
|
6605
|
+
"parameters": [
|
|
6606
|
+
{
|
|
6607
|
+
"name": "selected",
|
|
6608
|
+
"type": {
|
|
6609
|
+
"text": "Component[]"
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"kind": "method",
|
|
6616
|
+
"name": "_isClassIdentifiable",
|
|
6617
|
+
"parameters": [
|
|
6618
|
+
{
|
|
6619
|
+
"name": "selected",
|
|
6620
|
+
"type": {
|
|
6621
|
+
"text": "Component[]"
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
]
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"kind": "method",
|
|
6628
|
+
"name": "_isLine",
|
|
6629
|
+
"parameters": [
|
|
6630
|
+
{
|
|
6631
|
+
"name": "selected",
|
|
6632
|
+
"type": {
|
|
6633
|
+
"text": "Component[]"
|
|
6634
|
+
}
|
|
6635
|
+
}
|
|
6636
|
+
]
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"kind": "method",
|
|
6640
|
+
"name": "_is3dish",
|
|
6641
|
+
"parameters": [
|
|
6642
|
+
{
|
|
6643
|
+
"name": "selected",
|
|
6644
|
+
"type": {
|
|
6645
|
+
"text": "Component[]"
|
|
6646
|
+
}
|
|
6647
|
+
}
|
|
6648
|
+
]
|
|
6649
|
+
},
|
|
6650
|
+
{
|
|
6651
|
+
"kind": "method",
|
|
6652
|
+
"name": "_getValueFromEventTarget",
|
|
6653
|
+
"parameters": [
|
|
6654
|
+
{
|
|
6655
|
+
"name": "element",
|
|
6656
|
+
"type": {
|
|
6657
|
+
"text": "HTMLElement"
|
|
6658
|
+
}
|
|
6659
|
+
}
|
|
6660
|
+
],
|
|
6661
|
+
"inheritedFrom": {
|
|
6662
|
+
"name": "AbstractProperty",
|
|
6663
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6664
|
+
}
|
|
6665
|
+
},
|
|
6666
|
+
{
|
|
6667
|
+
"kind": "method",
|
|
6668
|
+
"name": "_onAfterValueChange",
|
|
6669
|
+
"parameters": [
|
|
6670
|
+
{
|
|
6671
|
+
"name": "key",
|
|
6672
|
+
"type": {
|
|
6673
|
+
"text": "string"
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"name": "value",
|
|
6678
|
+
"type": {
|
|
6679
|
+
"text": "any"
|
|
6680
|
+
}
|
|
6681
|
+
}
|
|
6682
|
+
],
|
|
6683
|
+
"inheritedFrom": {
|
|
6684
|
+
"name": "AbstractProperty",
|
|
6685
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6686
|
+
}
|
|
6687
|
+
}
|
|
6688
|
+
],
|
|
6689
|
+
"events": [
|
|
6690
|
+
{
|
|
6691
|
+
"name": "bounds-change",
|
|
6692
|
+
"type": {
|
|
6693
|
+
"text": "CustomEvent"
|
|
6694
|
+
}
|
|
6695
|
+
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "property-change",
|
|
6698
|
+
"type": {
|
|
6699
|
+
"text": "CustomEvent"
|
|
6700
|
+
},
|
|
6701
|
+
"inheritedFrom": {
|
|
6702
|
+
"name": "AbstractProperty",
|
|
6703
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6704
|
+
}
|
|
6705
|
+
}
|
|
6706
|
+
],
|
|
6707
|
+
"attributes": [
|
|
6708
|
+
{
|
|
6709
|
+
"name": "value",
|
|
6710
|
+
"type": {
|
|
6711
|
+
"text": "Properties | undefined"
|
|
6712
|
+
},
|
|
6713
|
+
"fieldName": "value"
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "bounds",
|
|
6717
|
+
"type": {
|
|
6718
|
+
"text": "BOUNDS | null"
|
|
6719
|
+
},
|
|
6720
|
+
"default": "null",
|
|
6721
|
+
"fieldName": "bounds"
|
|
6722
|
+
},
|
|
6723
|
+
{
|
|
6724
|
+
"name": "selected",
|
|
6725
|
+
"type": {
|
|
6726
|
+
"text": "Component[]"
|
|
6727
|
+
},
|
|
6728
|
+
"default": "[]",
|
|
6729
|
+
"fieldName": "selected"
|
|
6730
|
+
}
|
|
6731
|
+
],
|
|
6732
|
+
"superclass": {
|
|
6733
|
+
"name": "AbstractProperty",
|
|
6734
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6735
|
+
}
|
|
6736
|
+
}
|
|
6737
|
+
],
|
|
6738
|
+
"exports": [
|
|
6739
|
+
{
|
|
6740
|
+
"kind": "js",
|
|
6741
|
+
"name": "PropertyShapes",
|
|
6742
|
+
"declaration": {
|
|
6743
|
+
"name": "PropertyShapes",
|
|
6744
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6745
|
+
}
|
|
6746
|
+
}
|
|
6747
|
+
]
|
|
6748
6748
|
}
|
|
6749
6749
|
]
|
|
6750
6750
|
}
|