@fmsim/board 1.0.4 → 1.0.5
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
CHANGED
|
@@ -1868,22 +1868,27 @@
|
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
1870
|
{
|
|
1871
|
-
"name": "
|
|
1871
|
+
"name": "p1",
|
|
1872
1872
|
"type": {
|
|
1873
1873
|
"text": "POINT"
|
|
1874
1874
|
}
|
|
1875
1875
|
},
|
|
1876
1876
|
{
|
|
1877
|
-
"name": "
|
|
1877
|
+
"name": "p2",
|
|
1878
1878
|
"type": {
|
|
1879
1879
|
"text": "POINT"
|
|
1880
1880
|
}
|
|
1881
1881
|
},
|
|
1882
1882
|
{
|
|
1883
|
-
"name": "
|
|
1884
|
-
"default": "10",
|
|
1883
|
+
"name": "pathType",
|
|
1885
1884
|
"type": {
|
|
1886
|
-
"text": "
|
|
1885
|
+
"text": "PathType"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "pathStatus",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "PathStatus"
|
|
1887
1892
|
}
|
|
1888
1893
|
},
|
|
1889
1894
|
{
|
|
@@ -1891,6 +1896,13 @@
|
|
|
1891
1896
|
"type": {
|
|
1892
1897
|
"text": "string"
|
|
1893
1898
|
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "styles",
|
|
1902
|
+
"optional": true,
|
|
1903
|
+
"type": {
|
|
1904
|
+
"text": "PathStyles"
|
|
1905
|
+
}
|
|
1894
1906
|
}
|
|
1895
1907
|
]
|
|
1896
1908
|
},
|
|
@@ -3106,62 +3118,31 @@
|
|
|
3106
3118
|
},
|
|
3107
3119
|
{
|
|
3108
3120
|
"kind": "javascript-module",
|
|
3109
|
-
"path": "src/modeller/
|
|
3121
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3110
3122
|
"declarations": [
|
|
3111
3123
|
{
|
|
3112
3124
|
"kind": "class",
|
|
3113
3125
|
"description": "",
|
|
3114
|
-
"name": "
|
|
3126
|
+
"name": "ComponentDetail",
|
|
3115
3127
|
"members": [
|
|
3116
3128
|
{
|
|
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
|
-
]
|
|
3129
|
+
"kind": "field",
|
|
3130
|
+
"name": "template",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "{ about: string } | null"
|
|
3133
|
+
},
|
|
3134
|
+
"default": "null",
|
|
3135
|
+
"attribute": "template"
|
|
3157
3136
|
}
|
|
3158
3137
|
],
|
|
3159
|
-
"
|
|
3138
|
+
"attributes": [
|
|
3160
3139
|
{
|
|
3161
|
-
"name": "
|
|
3140
|
+
"name": "template",
|
|
3162
3141
|
"type": {
|
|
3163
|
-
"text": "
|
|
3164
|
-
}
|
|
3142
|
+
"text": "{ about: string } | null"
|
|
3143
|
+
},
|
|
3144
|
+
"default": "null",
|
|
3145
|
+
"fieldName": "template"
|
|
3165
3146
|
}
|
|
3166
3147
|
],
|
|
3167
3148
|
"superclass": {
|
|
@@ -3174,131 +3155,71 @@
|
|
|
3174
3155
|
"exports": [
|
|
3175
3156
|
{
|
|
3176
3157
|
"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; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
3193
|
-
}
|
|
3194
|
-
],
|
|
3195
|
-
"exports": [
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "js",
|
|
3198
|
-
"name": "PropertySharedStyle",
|
|
3158
|
+
"name": "ComponentDetail",
|
|
3199
3159
|
"declaration": {
|
|
3200
|
-
"name": "
|
|
3201
|
-
"module": "src/modeller/
|
|
3160
|
+
"name": "ComponentDetail",
|
|
3161
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3202
3162
|
}
|
|
3203
3163
|
}
|
|
3204
3164
|
]
|
|
3205
3165
|
},
|
|
3206
3166
|
{
|
|
3207
3167
|
"kind": "javascript-module",
|
|
3208
|
-
"path": "src/modeller/
|
|
3168
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3209
3169
|
"declarations": [
|
|
3210
3170
|
{
|
|
3211
3171
|
"kind": "class",
|
|
3212
3172
|
"description": "",
|
|
3213
|
-
"name": "
|
|
3173
|
+
"name": "ComponentMenu",
|
|
3214
3174
|
"members": [
|
|
3215
3175
|
{
|
|
3216
3176
|
"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",
|
|
3177
|
+
"name": "groups",
|
|
3245
3178
|
"type": {
|
|
3246
|
-
"text": "
|
|
3179
|
+
"text": "Pallet[]"
|
|
3247
3180
|
},
|
|
3248
3181
|
"default": "[]",
|
|
3249
|
-
"attribute": "
|
|
3182
|
+
"attribute": "groups"
|
|
3250
3183
|
},
|
|
3251
3184
|
{
|
|
3252
3185
|
"kind": "field",
|
|
3253
|
-
"name": "
|
|
3186
|
+
"name": "scene",
|
|
3254
3187
|
"type": {
|
|
3255
|
-
"text": "
|
|
3188
|
+
"text": "Scene | null"
|
|
3256
3189
|
},
|
|
3257
|
-
"
|
|
3190
|
+
"default": "null",
|
|
3191
|
+
"attribute": "scene"
|
|
3258
3192
|
},
|
|
3259
3193
|
{
|
|
3260
3194
|
"kind": "field",
|
|
3261
|
-
"name": "
|
|
3195
|
+
"name": "group",
|
|
3262
3196
|
"type": {
|
|
3263
3197
|
"text": "string | null"
|
|
3264
3198
|
},
|
|
3265
|
-
"default": "'
|
|
3266
|
-
"attribute": "
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"kind": "field",
|
|
3270
|
-
"name": "collapsed",
|
|
3271
|
-
"type": {
|
|
3272
|
-
"text": "boolean"
|
|
3273
|
-
},
|
|
3274
|
-
"default": "false",
|
|
3275
|
-
"attribute": "collapsed"
|
|
3199
|
+
"default": "''",
|
|
3200
|
+
"attribute": "group"
|
|
3276
3201
|
},
|
|
3277
3202
|
{
|
|
3278
3203
|
"kind": "field",
|
|
3279
|
-
"name": "
|
|
3204
|
+
"name": "templates",
|
|
3280
3205
|
"type": {
|
|
3281
|
-
"text": "
|
|
3206
|
+
"text": "PalletItem[]"
|
|
3282
3207
|
},
|
|
3283
|
-
"default": "[]"
|
|
3284
|
-
"attribute": "fonts"
|
|
3208
|
+
"default": "[]"
|
|
3285
3209
|
},
|
|
3286
3210
|
{
|
|
3287
3211
|
"kind": "field",
|
|
3288
|
-
"name": "
|
|
3212
|
+
"name": "template",
|
|
3289
3213
|
"type": {
|
|
3290
|
-
"text": "any
|
|
3291
|
-
}
|
|
3292
|
-
"default": "[]",
|
|
3293
|
-
"attribute": "propertyEditor"
|
|
3214
|
+
"text": "PalletItem | any"
|
|
3215
|
+
}
|
|
3294
3216
|
},
|
|
3295
3217
|
{
|
|
3296
3218
|
"kind": "field",
|
|
3297
|
-
"name": "
|
|
3219
|
+
"name": "detail",
|
|
3298
3220
|
"type": {
|
|
3299
|
-
"text": "
|
|
3300
|
-
}
|
|
3301
|
-
"default": "null"
|
|
3221
|
+
"text": "HTMLElement"
|
|
3222
|
+
}
|
|
3302
3223
|
},
|
|
3303
3224
|
{
|
|
3304
3225
|
"kind": "field",
|
|
@@ -3308,90 +3229,62 @@
|
|
|
3308
3229
|
},
|
|
3309
3230
|
{
|
|
3310
3231
|
"kind": "method",
|
|
3311
|
-
"name": "
|
|
3232
|
+
"name": "findTemplate",
|
|
3312
3233
|
"parameters": [
|
|
3313
3234
|
{
|
|
3314
|
-
"name": "
|
|
3235
|
+
"name": "type",
|
|
3315
3236
|
"type": {
|
|
3316
|
-
"text": "
|
|
3237
|
+
"text": "string | null | undefined"
|
|
3317
3238
|
}
|
|
3318
3239
|
}
|
|
3319
3240
|
]
|
|
3320
3241
|
},
|
|
3321
3242
|
{
|
|
3322
3243
|
"kind": "method",
|
|
3323
|
-
"name": "
|
|
3244
|
+
"name": "onHoverComponent",
|
|
3324
3245
|
"parameters": [
|
|
3325
3246
|
{
|
|
3326
3247
|
"name": "e",
|
|
3327
3248
|
"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[]"
|
|
3249
|
+
"text": "MouseEvent"
|
|
3365
3250
|
}
|
|
3366
3251
|
}
|
|
3367
3252
|
]
|
|
3368
3253
|
},
|
|
3369
3254
|
{
|
|
3370
3255
|
"kind": "method",
|
|
3371
|
-
"name": "
|
|
3256
|
+
"name": "onClickTemplate",
|
|
3372
3257
|
"parameters": [
|
|
3373
3258
|
{
|
|
3374
|
-
"name": "
|
|
3259
|
+
"name": "e",
|
|
3375
3260
|
"type": {
|
|
3376
|
-
"text": "
|
|
3261
|
+
"text": "MouseEvent"
|
|
3377
3262
|
}
|
|
3378
3263
|
}
|
|
3379
3264
|
]
|
|
3380
3265
|
},
|
|
3381
3266
|
{
|
|
3382
3267
|
"kind": "method",
|
|
3383
|
-
"name": "
|
|
3268
|
+
"name": "templateIcon",
|
|
3384
3269
|
"parameters": [
|
|
3385
3270
|
{
|
|
3386
|
-
"name": "
|
|
3271
|
+
"name": "template",
|
|
3387
3272
|
"type": {
|
|
3388
|
-
"text": "
|
|
3273
|
+
"text": "PalletItem"
|
|
3389
3274
|
}
|
|
3390
3275
|
}
|
|
3391
3276
|
]
|
|
3392
3277
|
}
|
|
3393
3278
|
],
|
|
3394
3279
|
"attributes": [
|
|
3280
|
+
{
|
|
3281
|
+
"name": "groups",
|
|
3282
|
+
"type": {
|
|
3283
|
+
"text": "Pallet[]"
|
|
3284
|
+
},
|
|
3285
|
+
"default": "[]",
|
|
3286
|
+
"fieldName": "groups"
|
|
3287
|
+
},
|
|
3395
3288
|
{
|
|
3396
3289
|
"name": "scene",
|
|
3397
3290
|
"type": {
|
|
@@ -3401,67 +3294,212 @@
|
|
|
3401
3294
|
"fieldName": "scene"
|
|
3402
3295
|
},
|
|
3403
3296
|
{
|
|
3404
|
-
"name": "
|
|
3297
|
+
"name": "group",
|
|
3405
3298
|
"type": {
|
|
3406
|
-
"text": "
|
|
3299
|
+
"text": "string | null"
|
|
3407
3300
|
},
|
|
3408
|
-
"default": "
|
|
3409
|
-
"fieldName": "
|
|
3410
|
-
}
|
|
3411
|
-
|
|
3412
|
-
|
|
3301
|
+
"default": "''",
|
|
3302
|
+
"fieldName": "group"
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"mixins": [
|
|
3306
|
+
{
|
|
3307
|
+
"name": "ScopedElementsMixin",
|
|
3308
|
+
"package": "@open-wc/scoped-elements"
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"superclass": {
|
|
3312
|
+
"name": "LitElement",
|
|
3313
|
+
"package": "lit"
|
|
3314
|
+
},
|
|
3315
|
+
"customElement": true
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3318
|
+
"exports": [
|
|
3319
|
+
{
|
|
3320
|
+
"kind": "js",
|
|
3321
|
+
"name": "ComponentMenu",
|
|
3322
|
+
"declaration": {
|
|
3323
|
+
"name": "ComponentMenu",
|
|
3324
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3325
|
+
}
|
|
3326
|
+
}
|
|
3327
|
+
]
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"kind": "javascript-module",
|
|
3331
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3332
|
+
"declarations": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "class",
|
|
3335
|
+
"description": "",
|
|
3336
|
+
"name": "ComponentToolbar",
|
|
3337
|
+
"members": [
|
|
3338
|
+
{
|
|
3339
|
+
"kind": "field",
|
|
3340
|
+
"name": "componentGroupList",
|
|
3413
3341
|
"type": {
|
|
3414
|
-
"text": "
|
|
3342
|
+
"text": "ComponentGroup[]"
|
|
3415
3343
|
},
|
|
3416
|
-
"default": "
|
|
3417
|
-
"
|
|
3344
|
+
"default": "[]",
|
|
3345
|
+
"attribute": "componentGroupList"
|
|
3418
3346
|
},
|
|
3419
3347
|
{
|
|
3420
|
-
"
|
|
3348
|
+
"kind": "field",
|
|
3349
|
+
"name": "group",
|
|
3421
3350
|
"type": {
|
|
3422
|
-
"text": "
|
|
3351
|
+
"text": "string | null | undefined"
|
|
3423
3352
|
},
|
|
3424
|
-
"
|
|
3425
|
-
"fieldName": "selected"
|
|
3353
|
+
"attribute": "group"
|
|
3426
3354
|
},
|
|
3427
3355
|
{
|
|
3428
|
-
"
|
|
3356
|
+
"kind": "field",
|
|
3357
|
+
"name": "scene",
|
|
3429
3358
|
"type": {
|
|
3430
|
-
"text": "
|
|
3359
|
+
"text": "Scene"
|
|
3431
3360
|
},
|
|
3432
|
-
"
|
|
3361
|
+
"attribute": "scene"
|
|
3433
3362
|
},
|
|
3434
3363
|
{
|
|
3435
|
-
"
|
|
3364
|
+
"kind": "field",
|
|
3365
|
+
"name": "mode",
|
|
3436
3366
|
"type": {
|
|
3437
|
-
"text": "
|
|
3367
|
+
"text": "SCENE_MODE"
|
|
3438
3368
|
},
|
|
3439
|
-
"
|
|
3440
|
-
"fieldName": "tabName"
|
|
3369
|
+
"attribute": "mode"
|
|
3441
3370
|
},
|
|
3442
3371
|
{
|
|
3443
|
-
"
|
|
3372
|
+
"kind": "field",
|
|
3373
|
+
"name": "shift",
|
|
3444
3374
|
"type": {
|
|
3445
|
-
"text": "
|
|
3375
|
+
"text": "HTMLImageElement"
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"kind": "field",
|
|
3380
|
+
"name": "menu",
|
|
3381
|
+
"type": {
|
|
3382
|
+
"text": "HTMLElement"
|
|
3446
3383
|
},
|
|
3447
|
-
"
|
|
3448
|
-
"fieldName": "collapsed"
|
|
3384
|
+
"privacy": "private"
|
|
3449
3385
|
},
|
|
3450
3386
|
{
|
|
3451
|
-
"
|
|
3387
|
+
"kind": "field",
|
|
3388
|
+
"name": "componentsContainer",
|
|
3452
3389
|
"type": {
|
|
3453
|
-
"text": "
|
|
3390
|
+
"text": "HTMLElement"
|
|
3454
3391
|
},
|
|
3455
|
-
"
|
|
3456
|
-
"fieldName": "fonts"
|
|
3392
|
+
"privacy": "private"
|
|
3457
3393
|
},
|
|
3458
3394
|
{
|
|
3459
|
-
"
|
|
3395
|
+
"kind": "field",
|
|
3396
|
+
"name": "groups",
|
|
3460
3397
|
"type": {
|
|
3461
|
-
"text": "
|
|
3398
|
+
"text": "NodeListOf<HTMLElement>"
|
|
3399
|
+
},
|
|
3400
|
+
"privacy": "private"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "field",
|
|
3404
|
+
"name": "icons",
|
|
3405
|
+
"type": {
|
|
3406
|
+
"text": "{ [name: string]: string }"
|
|
3407
|
+
},
|
|
3408
|
+
"privacy": "private",
|
|
3409
|
+
"default": "{}"
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"kind": "field",
|
|
3413
|
+
"name": "scopedElements",
|
|
3414
|
+
"static": true,
|
|
3415
|
+
"readonly": true
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "method",
|
|
3419
|
+
"name": "onWheelEvent",
|
|
3420
|
+
"parameters": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "e",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "Event"
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
]
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"kind": "method",
|
|
3431
|
+
"name": "_setMode",
|
|
3432
|
+
"parameters": [
|
|
3433
|
+
{
|
|
3434
|
+
"name": "mode",
|
|
3435
|
+
"type": {
|
|
3436
|
+
"text": "SCENE_MODE"
|
|
3437
|
+
}
|
|
3438
|
+
}
|
|
3439
|
+
]
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "method",
|
|
3443
|
+
"name": "_onClickShift",
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "e",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "MouseEvent"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
]
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"kind": "method",
|
|
3455
|
+
"name": "_onClickGroup",
|
|
3456
|
+
"parameters": [
|
|
3457
|
+
{
|
|
3458
|
+
"name": "e",
|
|
3459
|
+
"type": {
|
|
3460
|
+
"text": "MouseEvent"
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
]
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"events": [
|
|
3467
|
+
{
|
|
3468
|
+
"name": "mode-changed",
|
|
3469
|
+
"type": {
|
|
3470
|
+
"text": "CustomEvent"
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
],
|
|
3474
|
+
"attributes": [
|
|
3475
|
+
{
|
|
3476
|
+
"name": "componentGroupList",
|
|
3477
|
+
"type": {
|
|
3478
|
+
"text": "ComponentGroup[]"
|
|
3462
3479
|
},
|
|
3463
3480
|
"default": "[]",
|
|
3464
|
-
"fieldName": "
|
|
3481
|
+
"fieldName": "componentGroupList"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "group",
|
|
3485
|
+
"type": {
|
|
3486
|
+
"text": "string | null | undefined"
|
|
3487
|
+
},
|
|
3488
|
+
"fieldName": "group"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"name": "scene",
|
|
3492
|
+
"type": {
|
|
3493
|
+
"text": "Scene"
|
|
3494
|
+
},
|
|
3495
|
+
"fieldName": "scene"
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"name": "mode",
|
|
3499
|
+
"type": {
|
|
3500
|
+
"text": "SCENE_MODE"
|
|
3501
|
+
},
|
|
3502
|
+
"fieldName": "mode"
|
|
3465
3503
|
}
|
|
3466
3504
|
],
|
|
3467
3505
|
"mixins": [
|
|
@@ -3480,484 +3518,288 @@
|
|
|
3480
3518
|
"exports": [
|
|
3481
3519
|
{
|
|
3482
3520
|
"kind": "js",
|
|
3483
|
-
"name": "
|
|
3521
|
+
"name": "ComponentToolbar",
|
|
3484
3522
|
"declaration": {
|
|
3485
|
-
"name": "
|
|
3486
|
-
"module": "src/modeller/
|
|
3523
|
+
"name": "ComponentToolbar",
|
|
3524
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3487
3525
|
}
|
|
3488
3526
|
}
|
|
3489
3527
|
]
|
|
3490
3528
|
},
|
|
3491
3529
|
{
|
|
3492
3530
|
"kind": "javascript-module",
|
|
3493
|
-
"path": "src/modeller/
|
|
3531
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3494
3532
|
"declarations": [
|
|
3495
3533
|
{
|
|
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
|
-
}
|
|
3534
|
+
"kind": "variable",
|
|
3535
|
+
"name": "ICON_EDIT_MODE",
|
|
3536
|
+
"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> `"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"kind": "variable",
|
|
3540
|
+
"name": "ICON_SHIFT_MODE",
|
|
3541
|
+
"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
3542
|
}
|
|
3518
3543
|
],
|
|
3519
3544
|
"exports": [
|
|
3520
3545
|
{
|
|
3521
3546
|
"kind": "js",
|
|
3522
|
-
"name": "
|
|
3547
|
+
"name": "ICON_EDIT_MODE",
|
|
3523
3548
|
"declaration": {
|
|
3524
|
-
"name": "
|
|
3525
|
-
"module": "src/modeller/
|
|
3549
|
+
"name": "ICON_EDIT_MODE",
|
|
3550
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3551
|
+
}
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"kind": "js",
|
|
3555
|
+
"name": "ICON_SHIFT_MODE",
|
|
3556
|
+
"declaration": {
|
|
3557
|
+
"name": "ICON_SHIFT_MODE",
|
|
3558
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3526
3559
|
}
|
|
3527
3560
|
}
|
|
3528
3561
|
]
|
|
3529
3562
|
},
|
|
3530
3563
|
{
|
|
3531
3564
|
"kind": "javascript-module",
|
|
3532
|
-
"path": "src/modeller/
|
|
3565
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
3533
3566
|
"declarations": [
|
|
3534
3567
|
{
|
|
3535
3568
|
"kind": "class",
|
|
3536
3569
|
"description": "",
|
|
3537
|
-
"name": "
|
|
3570
|
+
"name": "AbstractProperty",
|
|
3538
3571
|
"members": [
|
|
3539
3572
|
{
|
|
3540
|
-
"kind": "
|
|
3541
|
-
"name": "
|
|
3542
|
-
"
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3573
|
+
"kind": "method",
|
|
3574
|
+
"name": "_onValueChange",
|
|
3575
|
+
"parameters": [
|
|
3576
|
+
{
|
|
3577
|
+
"name": "e",
|
|
3578
|
+
"type": {
|
|
3579
|
+
"text": "Event"
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
]
|
|
3546
3583
|
},
|
|
3547
3584
|
{
|
|
3548
|
-
"kind": "
|
|
3549
|
-
"name": "
|
|
3550
|
-
"
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3585
|
+
"kind": "method",
|
|
3586
|
+
"name": "_getValueFromEventTarget",
|
|
3587
|
+
"parameters": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "element",
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "HTMLElement"
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
]
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"kind": "method",
|
|
3598
|
+
"name": "_onAfterValueChange",
|
|
3599
|
+
"parameters": [
|
|
3600
|
+
{
|
|
3601
|
+
"name": "key",
|
|
3602
|
+
"type": {
|
|
3603
|
+
"text": "string"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "value",
|
|
3608
|
+
"type": {
|
|
3609
|
+
"text": "any"
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3554
3613
|
}
|
|
3555
3614
|
],
|
|
3556
|
-
"
|
|
3557
|
-
{
|
|
3558
|
-
"name": "type",
|
|
3559
|
-
"type": {
|
|
3560
|
-
"text": "string"
|
|
3561
|
-
},
|
|
3562
|
-
"fieldName": "type"
|
|
3563
|
-
},
|
|
3615
|
+
"events": [
|
|
3564
3616
|
{
|
|
3565
|
-
"name": "
|
|
3617
|
+
"name": "property-change",
|
|
3566
3618
|
"type": {
|
|
3567
|
-
"text": "
|
|
3568
|
-
}
|
|
3569
|
-
"fieldName": "model"
|
|
3619
|
+
"text": "CustomEvent"
|
|
3620
|
+
}
|
|
3570
3621
|
}
|
|
3571
3622
|
],
|
|
3572
3623
|
"superclass": {
|
|
3573
3624
|
"name": "LitElement",
|
|
3574
3625
|
"package": "lit"
|
|
3575
3626
|
},
|
|
3576
|
-
"tagName": "ox-scene-handler",
|
|
3577
3627
|
"customElement": true
|
|
3578
3628
|
}
|
|
3579
3629
|
],
|
|
3580
3630
|
"exports": [
|
|
3581
3631
|
{
|
|
3582
3632
|
"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",
|
|
3633
|
+
"name": "AbstractProperty",
|
|
3592
3634
|
"declaration": {
|
|
3593
|
-
"name": "
|
|
3594
|
-
"module": "src/modeller/
|
|
3635
|
+
"name": "AbstractProperty",
|
|
3636
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3595
3637
|
}
|
|
3596
3638
|
}
|
|
3597
3639
|
]
|
|
3598
3640
|
},
|
|
3599
3641
|
{
|
|
3600
3642
|
"kind": "javascript-module",
|
|
3601
|
-
"path": "src/modeller/
|
|
3643
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
3602
3644
|
"declarations": [
|
|
3603
3645
|
{
|
|
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
|
|
3646
|
+
"kind": "variable",
|
|
3647
|
+
"name": "PropertySharedStyle",
|
|
3648
|
+
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
3651
3649
|
}
|
|
3652
3650
|
],
|
|
3653
3651
|
"exports": [
|
|
3654
3652
|
{
|
|
3655
3653
|
"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",
|
|
3654
|
+
"name": "PropertySharedStyle",
|
|
3665
3655
|
"declaration": {
|
|
3666
|
-
"name": "
|
|
3667
|
-
"module": "src/modeller/
|
|
3656
|
+
"name": "PropertySharedStyle",
|
|
3657
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
3668
3658
|
}
|
|
3669
3659
|
}
|
|
3670
3660
|
]
|
|
3671
3661
|
},
|
|
3672
3662
|
{
|
|
3673
3663
|
"kind": "javascript-module",
|
|
3674
|
-
"path": "src/modeller/
|
|
3664
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
3675
3665
|
"declarations": [
|
|
3676
3666
|
{
|
|
3677
3667
|
"kind": "class",
|
|
3678
3668
|
"description": "",
|
|
3679
|
-
"name": "
|
|
3669
|
+
"name": "PropertySidebar",
|
|
3680
3670
|
"members": [
|
|
3681
3671
|
{
|
|
3682
3672
|
"kind": "field",
|
|
3683
|
-
"name": "
|
|
3673
|
+
"name": "scene",
|
|
3684
3674
|
"type": {
|
|
3685
|
-
"text": "
|
|
3675
|
+
"text": "Scene | null"
|
|
3686
3676
|
},
|
|
3687
|
-
"
|
|
3677
|
+
"default": "null",
|
|
3678
|
+
"attribute": "scene"
|
|
3688
3679
|
},
|
|
3689
3680
|
{
|
|
3690
3681
|
"kind": "field",
|
|
3691
|
-
"name": "
|
|
3682
|
+
"name": "bounds",
|
|
3692
3683
|
"type": {
|
|
3693
|
-
"text": "
|
|
3684
|
+
"text": "any"
|
|
3694
3685
|
},
|
|
3695
|
-
"
|
|
3686
|
+
"default": "{}",
|
|
3687
|
+
"attribute": "bounds"
|
|
3696
3688
|
},
|
|
3697
3689
|
{
|
|
3698
3690
|
"kind": "field",
|
|
3699
|
-
"name": "
|
|
3700
|
-
"type": {
|
|
3701
|
-
"text": "string"
|
|
3702
|
-
},
|
|
3703
|
-
"attribute": "type"
|
|
3704
|
-
}
|
|
3705
|
-
],
|
|
3706
|
-
"attributes": [
|
|
3707
|
-
{
|
|
3708
|
-
"name": "name",
|
|
3691
|
+
"name": "model",
|
|
3709
3692
|
"type": {
|
|
3710
|
-
"text": "
|
|
3693
|
+
"text": "Model | null"
|
|
3711
3694
|
},
|
|
3712
|
-
"
|
|
3695
|
+
"default": "{}",
|
|
3696
|
+
"attribute": "model"
|
|
3713
3697
|
},
|
|
3714
3698
|
{
|
|
3715
|
-
"
|
|
3699
|
+
"kind": "field",
|
|
3700
|
+
"name": "selected",
|
|
3716
3701
|
"type": {
|
|
3717
|
-
"text": "
|
|
3702
|
+
"text": "Component[]"
|
|
3718
3703
|
},
|
|
3719
|
-
"
|
|
3704
|
+
"default": "[]",
|
|
3705
|
+
"attribute": "selected"
|
|
3720
3706
|
},
|
|
3721
3707
|
{
|
|
3722
|
-
"
|
|
3708
|
+
"kind": "field",
|
|
3709
|
+
"name": "specificProps",
|
|
3723
3710
|
"type": {
|
|
3724
|
-
"text": "
|
|
3711
|
+
"text": "any"
|
|
3725
3712
|
},
|
|
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": [
|
|
3713
|
+
"attribute": "specificProps"
|
|
3714
|
+
},
|
|
3765
3715
|
{
|
|
3766
3716
|
"kind": "field",
|
|
3767
|
-
"name": "
|
|
3717
|
+
"name": "tabName",
|
|
3768
3718
|
"type": {
|
|
3769
|
-
"text": "
|
|
3719
|
+
"text": "string | null"
|
|
3770
3720
|
},
|
|
3771
|
-
"default": "
|
|
3772
|
-
"attribute": "
|
|
3721
|
+
"default": "'specific'",
|
|
3722
|
+
"attribute": "tabName"
|
|
3773
3723
|
},
|
|
3774
3724
|
{
|
|
3775
3725
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3726
|
+
"name": "collapsed",
|
|
3777
3727
|
"type": {
|
|
3778
|
-
"text": "
|
|
3728
|
+
"text": "boolean"
|
|
3779
3729
|
},
|
|
3780
|
-
"
|
|
3730
|
+
"default": "false",
|
|
3731
|
+
"attribute": "collapsed"
|
|
3781
3732
|
},
|
|
3782
3733
|
{
|
|
3783
3734
|
"kind": "field",
|
|
3784
|
-
"name": "
|
|
3735
|
+
"name": "fonts",
|
|
3785
3736
|
"type": {
|
|
3786
|
-
"text": "
|
|
3737
|
+
"text": "any[]"
|
|
3787
3738
|
},
|
|
3788
|
-
"
|
|
3739
|
+
"default": "[]",
|
|
3740
|
+
"attribute": "fonts"
|
|
3789
3741
|
},
|
|
3790
3742
|
{
|
|
3791
3743
|
"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",
|
|
3744
|
+
"name": "propertyEditor",
|
|
3836
3745
|
"type": {
|
|
3837
|
-
"text": "
|
|
3746
|
+
"text": "any[]"
|
|
3838
3747
|
},
|
|
3839
3748
|
"default": "[]",
|
|
3840
|
-
"attribute": "
|
|
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"
|
|
3749
|
+
"attribute": "propertyEditor"
|
|
3885
3750
|
},
|
|
3886
3751
|
{
|
|
3887
3752
|
"kind": "field",
|
|
3888
|
-
"name": "
|
|
3753
|
+
"name": "propertyTarget",
|
|
3889
3754
|
"type": {
|
|
3890
|
-
"text": "
|
|
3755
|
+
"text": "Component | null"
|
|
3891
3756
|
},
|
|
3892
|
-
"default": "
|
|
3893
|
-
"attribute": "showInspector"
|
|
3757
|
+
"default": "null"
|
|
3894
3758
|
},
|
|
3895
3759
|
{
|
|
3896
3760
|
"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
|
-
]
|
|
3761
|
+
"name": "scopedElements",
|
|
3762
|
+
"static": true,
|
|
3763
|
+
"readonly": true
|
|
3914
3764
|
},
|
|
3915
3765
|
{
|
|
3916
3766
|
"kind": "method",
|
|
3917
|
-
"name": "
|
|
3767
|
+
"name": "_onPropertyChanged",
|
|
3918
3768
|
"parameters": [
|
|
3919
3769
|
{
|
|
3920
|
-
"name": "
|
|
3770
|
+
"name": "e",
|
|
3921
3771
|
"type": {
|
|
3922
|
-
"text": "
|
|
3772
|
+
"text": "CustomEvent"
|
|
3923
3773
|
}
|
|
3924
3774
|
}
|
|
3925
3775
|
]
|
|
3926
3776
|
},
|
|
3927
3777
|
{
|
|
3928
3778
|
"kind": "method",
|
|
3929
|
-
"name": "
|
|
3779
|
+
"name": "_onBoundsChanged",
|
|
3930
3780
|
"parameters": [
|
|
3931
3781
|
{
|
|
3932
|
-
"name": "
|
|
3782
|
+
"name": "e",
|
|
3933
3783
|
"type": {
|
|
3934
|
-
"text": "
|
|
3784
|
+
"text": "CustomEvent"
|
|
3935
3785
|
}
|
|
3936
3786
|
}
|
|
3937
3787
|
]
|
|
3938
3788
|
},
|
|
3939
3789
|
{
|
|
3940
3790
|
"kind": "method",
|
|
3941
|
-
"name": "
|
|
3942
|
-
"parameters": [
|
|
3943
|
-
{
|
|
3944
|
-
"name": "selected",
|
|
3945
|
-
"type": {
|
|
3946
|
-
"text": "Component[]"
|
|
3947
|
-
}
|
|
3948
|
-
}
|
|
3949
|
-
]
|
|
3791
|
+
"name": "_onChangedByScene"
|
|
3950
3792
|
},
|
|
3951
3793
|
{
|
|
3952
3794
|
"kind": "method",
|
|
3953
|
-
"name": "
|
|
3795
|
+
"name": "_setPropertyTargetAsDefault"
|
|
3954
3796
|
},
|
|
3955
3797
|
{
|
|
3956
3798
|
"kind": "method",
|
|
3957
|
-
"name": "
|
|
3799
|
+
"name": "_onCollapsed",
|
|
3958
3800
|
"parameters": [
|
|
3959
3801
|
{
|
|
3960
|
-
"name": "
|
|
3802
|
+
"name": "collapsed",
|
|
3961
3803
|
"type": {
|
|
3962
3804
|
"text": "boolean"
|
|
3963
3805
|
}
|
|
@@ -3966,52 +3808,7 @@
|
|
|
3966
3808
|
},
|
|
3967
3809
|
{
|
|
3968
3810
|
"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
|
-
]
|
|
3811
|
+
"name": "_onSceneChanged"
|
|
4015
3812
|
},
|
|
4016
3813
|
{
|
|
4017
3814
|
"kind": "method",
|
|
@@ -4027,55 +3824,29 @@
|
|
|
4027
3824
|
},
|
|
4028
3825
|
{
|
|
4029
3826
|
"kind": "method",
|
|
4030
|
-
"name": "
|
|
3827
|
+
"name": "_setPropertyTarget",
|
|
4031
3828
|
"parameters": [
|
|
4032
3829
|
{
|
|
4033
|
-
"name": "
|
|
3830
|
+
"name": "newTarget",
|
|
4034
3831
|
"type": {
|
|
4035
|
-
"text": "
|
|
3832
|
+
"text": "Component | null"
|
|
4036
3833
|
}
|
|
4037
3834
|
}
|
|
4038
3835
|
]
|
|
4039
3836
|
},
|
|
4040
3837
|
{
|
|
4041
3838
|
"kind": "method",
|
|
4042
|
-
"name": "
|
|
3839
|
+
"name": "_setBounds",
|
|
4043
3840
|
"parameters": [
|
|
4044
3841
|
{
|
|
4045
|
-
"name": "
|
|
3842
|
+
"name": "bounds",
|
|
4046
3843
|
"type": {
|
|
4047
|
-
"text": "
|
|
3844
|
+
"text": "BOUNDS"
|
|
4048
3845
|
}
|
|
4049
3846
|
}
|
|
4050
3847
|
]
|
|
4051
3848
|
}
|
|
4052
3849
|
],
|
|
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
3850
|
"attributes": [
|
|
4080
3851
|
{
|
|
4081
3852
|
"name": "scene",
|
|
@@ -4085,581 +3856,822 @@
|
|
|
4085
3856
|
"default": "null",
|
|
4086
3857
|
"fieldName": "scene"
|
|
4087
3858
|
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "bounds",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "any"
|
|
3863
|
+
},
|
|
3864
|
+
"default": "{}",
|
|
3865
|
+
"fieldName": "bounds"
|
|
3866
|
+
},
|
|
4088
3867
|
{
|
|
4089
3868
|
"name": "model",
|
|
4090
3869
|
"type": {
|
|
4091
|
-
"text": "Model |
|
|
3870
|
+
"text": "Model | null"
|
|
4092
3871
|
},
|
|
3872
|
+
"default": "{}",
|
|
4093
3873
|
"fieldName": "model"
|
|
4094
3874
|
},
|
|
4095
3875
|
{
|
|
4096
|
-
"name": "
|
|
3876
|
+
"name": "selected",
|
|
4097
3877
|
"type": {
|
|
4098
|
-
"text": "
|
|
3878
|
+
"text": "Component[]"
|
|
4099
3879
|
},
|
|
4100
|
-
"
|
|
3880
|
+
"default": "[]",
|
|
3881
|
+
"fieldName": "selected"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "specificProps",
|
|
3885
|
+
"type": {
|
|
3886
|
+
"text": "any"
|
|
3887
|
+
},
|
|
3888
|
+
"fieldName": "specificProps"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "tabName",
|
|
3892
|
+
"type": {
|
|
3893
|
+
"text": "string | null"
|
|
3894
|
+
},
|
|
3895
|
+
"default": "'specific'",
|
|
3896
|
+
"fieldName": "tabName"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "collapsed",
|
|
3900
|
+
"type": {
|
|
3901
|
+
"text": "boolean"
|
|
3902
|
+
},
|
|
3903
|
+
"default": "false",
|
|
3904
|
+
"fieldName": "collapsed"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "fonts",
|
|
3908
|
+
"type": {
|
|
3909
|
+
"text": "any[]"
|
|
3910
|
+
},
|
|
3911
|
+
"default": "[]",
|
|
3912
|
+
"fieldName": "fonts"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "propertyEditor",
|
|
3916
|
+
"type": {
|
|
3917
|
+
"text": "any[]"
|
|
3918
|
+
},
|
|
3919
|
+
"default": "[]",
|
|
3920
|
+
"fieldName": "propertyEditor"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"mixins": [
|
|
3924
|
+
{
|
|
3925
|
+
"name": "ScopedElementsMixin",
|
|
3926
|
+
"package": "@open-wc/scoped-elements"
|
|
3927
|
+
}
|
|
3928
|
+
],
|
|
3929
|
+
"superclass": {
|
|
3930
|
+
"name": "LitElement",
|
|
3931
|
+
"package": "lit"
|
|
3932
|
+
},
|
|
3933
|
+
"customElement": true
|
|
3934
|
+
}
|
|
3935
|
+
],
|
|
3936
|
+
"exports": [
|
|
3937
|
+
{
|
|
3938
|
+
"kind": "js",
|
|
3939
|
+
"name": "PropertySidebar",
|
|
3940
|
+
"declaration": {
|
|
3941
|
+
"name": "PropertySidebar",
|
|
3942
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
]
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"kind": "javascript-module",
|
|
3949
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
3950
|
+
"declarations": [
|
|
3951
|
+
{
|
|
3952
|
+
"kind": "class",
|
|
3953
|
+
"description": "",
|
|
3954
|
+
"name": "ConfidentialOverlay",
|
|
3955
|
+
"members": [
|
|
3956
|
+
{
|
|
3957
|
+
"kind": "method",
|
|
3958
|
+
"name": "_draw",
|
|
3959
|
+
"parameters": [
|
|
3960
|
+
{
|
|
3961
|
+
"name": "context",
|
|
3962
|
+
"type": {
|
|
3963
|
+
"text": "CanvasRenderingContext2D"
|
|
3964
|
+
}
|
|
3965
|
+
}
|
|
3966
|
+
]
|
|
3967
|
+
}
|
|
3968
|
+
],
|
|
3969
|
+
"superclass": {
|
|
3970
|
+
"name": "SceneLayer",
|
|
3971
|
+
"package": "@hatiolab/things-scene"
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
],
|
|
3975
|
+
"exports": [
|
|
3976
|
+
{
|
|
3977
|
+
"kind": "js",
|
|
3978
|
+
"name": "default",
|
|
3979
|
+
"declaration": {
|
|
3980
|
+
"name": "ConfidentialOverlay",
|
|
3981
|
+
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
]
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"kind": "javascript-module",
|
|
3988
|
+
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
3989
|
+
"declarations": [
|
|
3990
|
+
{
|
|
3991
|
+
"kind": "class",
|
|
3992
|
+
"description": "",
|
|
3993
|
+
"name": "OxSceneHandler",
|
|
3994
|
+
"members": [
|
|
3995
|
+
{
|
|
3996
|
+
"kind": "field",
|
|
3997
|
+
"name": "type",
|
|
3998
|
+
"type": {
|
|
3999
|
+
"text": "string"
|
|
4000
|
+
},
|
|
4001
|
+
"attribute": "type"
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"kind": "field",
|
|
4005
|
+
"name": "model",
|
|
4006
|
+
"type": {
|
|
4007
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4008
|
+
},
|
|
4009
|
+
"attribute": "model"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
"attributes": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "type",
|
|
4015
|
+
"type": {
|
|
4016
|
+
"text": "string"
|
|
4017
|
+
},
|
|
4018
|
+
"fieldName": "type"
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "model",
|
|
4022
|
+
"type": {
|
|
4023
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
4024
|
+
},
|
|
4025
|
+
"fieldName": "model"
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"superclass": {
|
|
4029
|
+
"name": "LitElement",
|
|
4030
|
+
"package": "lit"
|
|
4031
|
+
},
|
|
4032
|
+
"tagName": "ox-scene-handler",
|
|
4033
|
+
"customElement": true
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"exports": [
|
|
4037
|
+
{
|
|
4038
|
+
"kind": "js",
|
|
4039
|
+
"name": "default",
|
|
4040
|
+
"declaration": {
|
|
4041
|
+
"name": "OxSceneHandler",
|
|
4042
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "custom-element-definition",
|
|
4047
|
+
"name": "ox-scene-handler",
|
|
4048
|
+
"declaration": {
|
|
4049
|
+
"name": "OxSceneHandler",
|
|
4050
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
]
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"kind": "javascript-module",
|
|
4057
|
+
"path": "src/modeller/scene-viewer/ox-scene-layer.ts",
|
|
4058
|
+
"declarations": [
|
|
4059
|
+
{
|
|
4060
|
+
"kind": "class",
|
|
4061
|
+
"description": "",
|
|
4062
|
+
"name": "OxSceneLayer",
|
|
4063
|
+
"members": [
|
|
4064
|
+
{
|
|
4065
|
+
"kind": "field",
|
|
4066
|
+
"name": "type",
|
|
4067
|
+
"type": {
|
|
4068
|
+
"text": "String | undefined"
|
|
4069
|
+
},
|
|
4070
|
+
"attribute": "type"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"kind": "field",
|
|
4074
|
+
"name": "text",
|
|
4075
|
+
"type": {
|
|
4076
|
+
"text": "String | undefined"
|
|
4077
|
+
},
|
|
4078
|
+
"attribute": "text"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"kind": "method",
|
|
4082
|
+
"name": "getModel"
|
|
4083
|
+
}
|
|
4084
|
+
],
|
|
4085
|
+
"attributes": [
|
|
4086
|
+
{
|
|
4087
|
+
"name": "type",
|
|
4088
|
+
"type": {
|
|
4089
|
+
"text": "String | undefined"
|
|
4090
|
+
},
|
|
4091
|
+
"fieldName": "type"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"name": "text",
|
|
4095
|
+
"type": {
|
|
4096
|
+
"text": "String | undefined"
|
|
4097
|
+
},
|
|
4098
|
+
"fieldName": "text"
|
|
4099
|
+
}
|
|
4100
|
+
],
|
|
4101
|
+
"superclass": {
|
|
4102
|
+
"name": "LitElement",
|
|
4103
|
+
"package": "lit"
|
|
4104
|
+
},
|
|
4105
|
+
"tagName": "ox-scene-layer",
|
|
4106
|
+
"customElement": true
|
|
4107
|
+
}
|
|
4108
|
+
],
|
|
4109
|
+
"exports": [
|
|
4110
|
+
{
|
|
4111
|
+
"kind": "js",
|
|
4112
|
+
"name": "default",
|
|
4113
|
+
"declaration": {
|
|
4114
|
+
"name": "OxSceneLayer",
|
|
4115
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"kind": "custom-element-definition",
|
|
4120
|
+
"name": "ox-scene-layer",
|
|
4121
|
+
"declaration": {
|
|
4122
|
+
"name": "OxSceneLayer",
|
|
4123
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
4126
|
+
]
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
"kind": "javascript-module",
|
|
4130
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4131
|
+
"declarations": [
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "class",
|
|
4134
|
+
"description": "",
|
|
4135
|
+
"name": "OxSceneProperty",
|
|
4136
|
+
"members": [
|
|
4137
|
+
{
|
|
4138
|
+
"kind": "field",
|
|
4139
|
+
"name": "name",
|
|
4140
|
+
"type": {
|
|
4141
|
+
"text": "string"
|
|
4142
|
+
},
|
|
4143
|
+
"attribute": "name"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"kind": "field",
|
|
4147
|
+
"name": "value",
|
|
4148
|
+
"type": {
|
|
4149
|
+
"text": "string"
|
|
4150
|
+
},
|
|
4151
|
+
"attribute": "value"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "field",
|
|
4155
|
+
"name": "type",
|
|
4156
|
+
"type": {
|
|
4157
|
+
"text": "string"
|
|
4158
|
+
},
|
|
4159
|
+
"attribute": "type"
|
|
4160
|
+
}
|
|
4161
|
+
],
|
|
4162
|
+
"attributes": [
|
|
4163
|
+
{
|
|
4164
|
+
"name": "name",
|
|
4165
|
+
"type": {
|
|
4166
|
+
"text": "string"
|
|
4167
|
+
},
|
|
4168
|
+
"fieldName": "name"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"name": "value",
|
|
4172
|
+
"type": {
|
|
4173
|
+
"text": "string"
|
|
4174
|
+
},
|
|
4175
|
+
"fieldName": "value"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"name": "type",
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "string"
|
|
4181
|
+
},
|
|
4182
|
+
"fieldName": "type"
|
|
4183
|
+
}
|
|
4184
|
+
],
|
|
4185
|
+
"superclass": {
|
|
4186
|
+
"name": "LitElement",
|
|
4187
|
+
"package": "lit"
|
|
4188
|
+
},
|
|
4189
|
+
"tagName": "ox-scene-property",
|
|
4190
|
+
"customElement": true
|
|
4191
|
+
}
|
|
4192
|
+
],
|
|
4193
|
+
"exports": [
|
|
4194
|
+
{
|
|
4195
|
+
"kind": "js",
|
|
4196
|
+
"name": "default",
|
|
4197
|
+
"declaration": {
|
|
4198
|
+
"name": "OxSceneProperty",
|
|
4199
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"kind": "custom-element-definition",
|
|
4204
|
+
"name": "ox-scene-property",
|
|
4205
|
+
"declaration": {
|
|
4206
|
+
"name": "OxSceneProperty",
|
|
4207
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4208
|
+
}
|
|
4209
|
+
}
|
|
4210
|
+
]
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"kind": "javascript-module",
|
|
4214
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
4215
|
+
"declarations": [
|
|
4216
|
+
{
|
|
4217
|
+
"kind": "class",
|
|
4218
|
+
"description": "",
|
|
4219
|
+
"name": "OxSceneViewer",
|
|
4220
|
+
"members": [
|
|
4221
|
+
{
|
|
4222
|
+
"kind": "field",
|
|
4223
|
+
"name": "scene",
|
|
4224
|
+
"type": {
|
|
4225
|
+
"text": "Scene | null"
|
|
4226
|
+
},
|
|
4227
|
+
"default": "null",
|
|
4228
|
+
"attribute": "scene"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"kind": "field",
|
|
4232
|
+
"name": "model",
|
|
4233
|
+
"type": {
|
|
4234
|
+
"text": "Model | undefined"
|
|
4235
|
+
},
|
|
4236
|
+
"attribute": "model"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"kind": "field",
|
|
4240
|
+
"name": "mode",
|
|
4241
|
+
"type": {
|
|
4242
|
+
"text": "SCENE_MODE"
|
|
4243
|
+
},
|
|
4244
|
+
"attribute": "mode"
|
|
4101
4245
|
},
|
|
4102
4246
|
{
|
|
4247
|
+
"kind": "field",
|
|
4103
4248
|
"name": "screenSize",
|
|
4104
4249
|
"type": {
|
|
4105
4250
|
"text": "number"
|
|
4106
4251
|
},
|
|
4107
4252
|
"default": "13.3",
|
|
4108
|
-
"
|
|
4253
|
+
"attribute": "screenSize"
|
|
4109
4254
|
},
|
|
4110
4255
|
{
|
|
4256
|
+
"kind": "field",
|
|
4111
4257
|
"name": "variables",
|
|
4112
4258
|
"type": {
|
|
4113
4259
|
"text": "Properties"
|
|
4114
4260
|
},
|
|
4115
4261
|
"default": "{}",
|
|
4116
|
-
"
|
|
4262
|
+
"attribute": "variables"
|
|
4117
4263
|
},
|
|
4118
4264
|
{
|
|
4265
|
+
"kind": "field",
|
|
4119
4266
|
"name": "data",
|
|
4120
4267
|
"type": {
|
|
4121
4268
|
"text": "any"
|
|
4122
4269
|
},
|
|
4123
|
-
"
|
|
4270
|
+
"attribute": "data"
|
|
4124
4271
|
},
|
|
4125
4272
|
{
|
|
4273
|
+
"kind": "field",
|
|
4126
4274
|
"name": "themes",
|
|
4127
4275
|
"type": {
|
|
4128
4276
|
"text": "any | undefined"
|
|
4129
4277
|
},
|
|
4130
|
-
"
|
|
4278
|
+
"attribute": "themes"
|
|
4131
4279
|
},
|
|
4132
4280
|
{
|
|
4281
|
+
"kind": "field",
|
|
4133
4282
|
"name": "fit",
|
|
4134
4283
|
"type": {
|
|
4135
4284
|
"text": "FITMODE"
|
|
4136
4285
|
},
|
|
4137
4286
|
"default": "'none'",
|
|
4138
|
-
"
|
|
4287
|
+
"attribute": "fit"
|
|
4139
4288
|
},
|
|
4140
4289
|
{
|
|
4290
|
+
"kind": "field",
|
|
4141
4291
|
"name": "selected",
|
|
4142
4292
|
"type": {
|
|
4143
4293
|
"text": "Component[]"
|
|
4144
4294
|
},
|
|
4145
4295
|
"default": "[]",
|
|
4146
|
-
"
|
|
4296
|
+
"attribute": "selected"
|
|
4147
4297
|
},
|
|
4148
4298
|
{
|
|
4299
|
+
"kind": "field",
|
|
4149
4300
|
"name": "disposeWhenDetached",
|
|
4150
4301
|
"type": {
|
|
4151
4302
|
"text": "boolean"
|
|
4152
4303
|
},
|
|
4153
4304
|
"default": "false",
|
|
4154
|
-
"
|
|
4305
|
+
"attribute": "disposeWhenDetached"
|
|
4155
4306
|
},
|
|
4156
4307
|
{
|
|
4308
|
+
"kind": "field",
|
|
4157
4309
|
"name": "baseUrl",
|
|
4158
4310
|
"type": {
|
|
4159
4311
|
"text": "string"
|
|
4160
4312
|
},
|
|
4161
4313
|
"default": "''",
|
|
4162
|
-
"
|
|
4314
|
+
"attribute": "baseUrl"
|
|
4163
4315
|
},
|
|
4164
4316
|
{
|
|
4317
|
+
"kind": "field",
|
|
4165
4318
|
"name": "provider",
|
|
4166
4319
|
"type": {
|
|
4167
4320
|
"text": "any"
|
|
4168
4321
|
},
|
|
4169
|
-
"
|
|
4322
|
+
"attribute": "provider"
|
|
4170
4323
|
},
|
|
4171
4324
|
{
|
|
4325
|
+
"kind": "field",
|
|
4172
4326
|
"name": "name",
|
|
4173
4327
|
"type": {
|
|
4174
4328
|
"text": "string"
|
|
4175
4329
|
},
|
|
4176
4330
|
"default": "'noname'",
|
|
4177
|
-
"
|
|
4331
|
+
"attribute": "name"
|
|
4178
4332
|
},
|
|
4179
4333
|
{
|
|
4334
|
+
"kind": "field",
|
|
4180
4335
|
"name": "enableInspector",
|
|
4181
4336
|
"type": {
|
|
4182
4337
|
"text": "boolean"
|
|
4183
4338
|
},
|
|
4184
4339
|
"default": "true",
|
|
4185
|
-
"
|
|
4340
|
+
"attribute": "enableInspector"
|
|
4186
4341
|
},
|
|
4187
4342
|
{
|
|
4343
|
+
"kind": "field",
|
|
4188
4344
|
"name": "showInspector",
|
|
4189
4345
|
"type": {
|
|
4190
4346
|
"text": "boolean"
|
|
4191
4347
|
},
|
|
4192
4348
|
"default": "false",
|
|
4193
|
-
"
|
|
4194
|
-
}
|
|
4195
|
-
],
|
|
4196
|
-
"superclass": {
|
|
4197
|
-
"name": "LitElement",
|
|
4198
|
-
"package": "lit"
|
|
4199
|
-
},
|
|
4200
|
-
"tagName": "ox-scene-viewer",
|
|
4201
|
-
"customElement": true
|
|
4202
|
-
}
|
|
4203
|
-
],
|
|
4204
|
-
"exports": [
|
|
4205
|
-
{
|
|
4206
|
-
"kind": "js",
|
|
4207
|
-
"name": "default",
|
|
4208
|
-
"declaration": {
|
|
4209
|
-
"name": "OxSceneViewer",
|
|
4210
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4211
|
-
}
|
|
4212
|
-
},
|
|
4213
|
-
{
|
|
4214
|
-
"kind": "custom-element-definition",
|
|
4215
|
-
"name": "ox-scene-viewer",
|
|
4216
|
-
"declaration": {
|
|
4217
|
-
"name": "OxSceneViewer",
|
|
4218
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4219
|
-
}
|
|
4220
|
-
}
|
|
4221
|
-
]
|
|
4222
|
-
},
|
|
4223
|
-
{
|
|
4224
|
-
"kind": "javascript-module",
|
|
4225
|
-
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
4226
|
-
"declarations": [
|
|
4227
|
-
{
|
|
4228
|
-
"kind": "class",
|
|
4229
|
-
"description": "",
|
|
4230
|
-
"name": "ComponentDetail",
|
|
4231
|
-
"members": [
|
|
4349
|
+
"attribute": "showInspector"
|
|
4350
|
+
},
|
|
4232
4351
|
{
|
|
4233
4352
|
"kind": "field",
|
|
4234
|
-
"name": "
|
|
4353
|
+
"name": "lastOffsetWidth",
|
|
4235
4354
|
"type": {
|
|
4236
|
-
"text": "
|
|
4355
|
+
"text": "number | undefined"
|
|
4237
4356
|
},
|
|
4238
|
-
"
|
|
4239
|
-
|
|
4240
|
-
}
|
|
4241
|
-
],
|
|
4242
|
-
"attributes": [
|
|
4357
|
+
"privacy": "private"
|
|
4358
|
+
},
|
|
4243
4359
|
{
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
},
|
|
4256
|
-
"customElement": true
|
|
4257
|
-
}
|
|
4258
|
-
],
|
|
4259
|
-
"exports": [
|
|
4260
|
-
{
|
|
4261
|
-
"kind": "js",
|
|
4262
|
-
"name": "ComponentDetail",
|
|
4263
|
-
"declaration": {
|
|
4264
|
-
"name": "ComponentDetail",
|
|
4265
|
-
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
4266
|
-
}
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"kind": "javascript-module",
|
|
4272
|
-
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
4273
|
-
"declarations": [
|
|
4274
|
-
{
|
|
4275
|
-
"kind": "class",
|
|
4276
|
-
"description": "",
|
|
4277
|
-
"name": "ComponentMenu",
|
|
4278
|
-
"members": [
|
|
4360
|
+
"kind": "method",
|
|
4361
|
+
"name": "_setScene",
|
|
4362
|
+
"parameters": [
|
|
4363
|
+
{
|
|
4364
|
+
"name": "scene",
|
|
4365
|
+
"type": {
|
|
4366
|
+
"text": "Scene | null"
|
|
4367
|
+
}
|
|
4368
|
+
}
|
|
4369
|
+
]
|
|
4370
|
+
},
|
|
4279
4371
|
{
|
|
4280
|
-
"kind": "
|
|
4281
|
-
"name": "
|
|
4282
|
-
"
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4372
|
+
"kind": "method",
|
|
4373
|
+
"name": "_setMode",
|
|
4374
|
+
"parameters": [
|
|
4375
|
+
{
|
|
4376
|
+
"name": "mode",
|
|
4377
|
+
"type": {
|
|
4378
|
+
"text": "SCENE_MODE"
|
|
4379
|
+
}
|
|
4380
|
+
}
|
|
4381
|
+
]
|
|
4287
4382
|
},
|
|
4288
4383
|
{
|
|
4289
|
-
"kind": "
|
|
4290
|
-
"name": "
|
|
4291
|
-
"
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4384
|
+
"kind": "method",
|
|
4385
|
+
"name": "_setVariables",
|
|
4386
|
+
"parameters": [
|
|
4387
|
+
{
|
|
4388
|
+
"name": "variables",
|
|
4389
|
+
"type": {
|
|
4390
|
+
"text": "Properties"
|
|
4391
|
+
}
|
|
4392
|
+
}
|
|
4393
|
+
]
|
|
4296
4394
|
},
|
|
4297
4395
|
{
|
|
4298
|
-
"kind": "
|
|
4299
|
-
"name": "
|
|
4300
|
-
"
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4396
|
+
"kind": "method",
|
|
4397
|
+
"name": "_setSelected",
|
|
4398
|
+
"parameters": [
|
|
4399
|
+
{
|
|
4400
|
+
"name": "selected",
|
|
4401
|
+
"type": {
|
|
4402
|
+
"text": "Component[]"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4305
4406
|
},
|
|
4306
4407
|
{
|
|
4307
|
-
"kind": "
|
|
4308
|
-
"name": "
|
|
4309
|
-
"type": {
|
|
4310
|
-
"text": "PalletItem[]"
|
|
4311
|
-
},
|
|
4312
|
-
"default": "[]"
|
|
4408
|
+
"kind": "method",
|
|
4409
|
+
"name": "_disposeScene"
|
|
4313
4410
|
},
|
|
4314
4411
|
{
|
|
4315
|
-
"kind": "
|
|
4316
|
-
"name": "
|
|
4317
|
-
"
|
|
4318
|
-
|
|
4319
|
-
|
|
4412
|
+
"kind": "method",
|
|
4413
|
+
"name": "resize",
|
|
4414
|
+
"parameters": [
|
|
4415
|
+
{
|
|
4416
|
+
"name": "force",
|
|
4417
|
+
"type": {
|
|
4418
|
+
"text": "boolean"
|
|
4419
|
+
}
|
|
4420
|
+
}
|
|
4421
|
+
]
|
|
4320
4422
|
},
|
|
4321
4423
|
{
|
|
4322
|
-
"kind": "
|
|
4323
|
-
"name": "
|
|
4324
|
-
"
|
|
4325
|
-
|
|
4326
|
-
|
|
4424
|
+
"kind": "method",
|
|
4425
|
+
"name": "_onModelChanged",
|
|
4426
|
+
"parameters": [
|
|
4427
|
+
{
|
|
4428
|
+
"name": "model",
|
|
4429
|
+
"optional": true,
|
|
4430
|
+
"type": {
|
|
4431
|
+
"text": "Model"
|
|
4432
|
+
}
|
|
4433
|
+
}
|
|
4434
|
+
]
|
|
4327
4435
|
},
|
|
4328
4436
|
{
|
|
4329
|
-
"kind": "
|
|
4330
|
-
"name": "
|
|
4331
|
-
"
|
|
4332
|
-
|
|
4437
|
+
"kind": "method",
|
|
4438
|
+
"name": "_onDisplayChanged",
|
|
4439
|
+
"parameters": [
|
|
4440
|
+
{
|
|
4441
|
+
"name": "screenSize",
|
|
4442
|
+
"type": {
|
|
4443
|
+
"text": "string | number"
|
|
4444
|
+
}
|
|
4445
|
+
}
|
|
4446
|
+
]
|
|
4333
4447
|
},
|
|
4334
4448
|
{
|
|
4335
4449
|
"kind": "method",
|
|
4336
|
-
"name": "
|
|
4450
|
+
"name": "_onModeChanged",
|
|
4337
4451
|
"parameters": [
|
|
4338
4452
|
{
|
|
4339
|
-
"name": "
|
|
4453
|
+
"name": "mode",
|
|
4340
4454
|
"type": {
|
|
4341
|
-
"text": "
|
|
4455
|
+
"text": "SCENE_MODE"
|
|
4342
4456
|
}
|
|
4343
4457
|
}
|
|
4344
4458
|
]
|
|
4345
4459
|
},
|
|
4346
4460
|
{
|
|
4347
4461
|
"kind": "method",
|
|
4348
|
-
"name": "
|
|
4462
|
+
"name": "_onDataChanged",
|
|
4463
|
+
"parameters": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "data",
|
|
4466
|
+
"type": {
|
|
4467
|
+
"text": "any"
|
|
4468
|
+
}
|
|
4469
|
+
}
|
|
4470
|
+
]
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"kind": "method",
|
|
4474
|
+
"name": "_onSelectedChanged",
|
|
4349
4475
|
"parameters": [
|
|
4350
4476
|
{
|
|
4351
|
-
"name": "
|
|
4477
|
+
"name": "after",
|
|
4352
4478
|
"type": {
|
|
4353
|
-
"text": "
|
|
4479
|
+
"text": "Component[]"
|
|
4354
4480
|
}
|
|
4355
4481
|
}
|
|
4356
4482
|
]
|
|
4357
4483
|
},
|
|
4358
4484
|
{
|
|
4359
4485
|
"kind": "method",
|
|
4360
|
-
"name": "
|
|
4486
|
+
"name": "_onSceneModeChanged",
|
|
4361
4487
|
"parameters": [
|
|
4362
4488
|
{
|
|
4363
|
-
"name": "
|
|
4489
|
+
"name": "after",
|
|
4364
4490
|
"type": {
|
|
4365
|
-
"text": "
|
|
4491
|
+
"text": "SCENE_MODE"
|
|
4366
4492
|
}
|
|
4367
4493
|
}
|
|
4368
4494
|
]
|
|
4369
4495
|
},
|
|
4370
4496
|
{
|
|
4371
4497
|
"kind": "method",
|
|
4372
|
-
"name": "
|
|
4498
|
+
"name": "_onBaseUrlChanged",
|
|
4373
4499
|
"parameters": [
|
|
4374
4500
|
{
|
|
4375
|
-
"name": "
|
|
4501
|
+
"name": "after",
|
|
4376
4502
|
"type": {
|
|
4377
|
-
"text": "
|
|
4503
|
+
"text": "string"
|
|
4378
4504
|
}
|
|
4379
4505
|
}
|
|
4380
4506
|
]
|
|
4381
4507
|
}
|
|
4382
4508
|
],
|
|
4383
|
-
"
|
|
4509
|
+
"events": [
|
|
4384
4510
|
{
|
|
4385
|
-
"name": "
|
|
4511
|
+
"name": "scene-changed",
|
|
4386
4512
|
"type": {
|
|
4387
|
-
"text": "
|
|
4388
|
-
}
|
|
4389
|
-
"default": "[]",
|
|
4390
|
-
"fieldName": "groups"
|
|
4513
|
+
"text": "CustomEvent"
|
|
4514
|
+
}
|
|
4391
4515
|
},
|
|
4392
4516
|
{
|
|
4393
|
-
"name": "
|
|
4517
|
+
"name": "mode-changed",
|
|
4394
4518
|
"type": {
|
|
4395
|
-
"text": "
|
|
4396
|
-
}
|
|
4397
|
-
"default": "null",
|
|
4398
|
-
"fieldName": "scene"
|
|
4519
|
+
"text": "CustomEvent"
|
|
4520
|
+
}
|
|
4399
4521
|
},
|
|
4400
4522
|
{
|
|
4401
|
-
"name": "
|
|
4523
|
+
"name": "variables-changed",
|
|
4402
4524
|
"type": {
|
|
4403
|
-
"text": "
|
|
4404
|
-
}
|
|
4405
|
-
|
|
4406
|
-
"fieldName": "group"
|
|
4407
|
-
}
|
|
4408
|
-
],
|
|
4409
|
-
"mixins": [
|
|
4525
|
+
"text": "CustomEvent"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4410
4528
|
{
|
|
4411
|
-
"name": "
|
|
4412
|
-
"
|
|
4529
|
+
"name": "selected-changed",
|
|
4530
|
+
"type": {
|
|
4531
|
+
"text": "CustomEvent"
|
|
4532
|
+
}
|
|
4413
4533
|
}
|
|
4414
4534
|
],
|
|
4415
|
-
"
|
|
4416
|
-
"name": "LitElement",
|
|
4417
|
-
"package": "lit"
|
|
4418
|
-
},
|
|
4419
|
-
"customElement": true
|
|
4420
|
-
}
|
|
4421
|
-
],
|
|
4422
|
-
"exports": [
|
|
4423
|
-
{
|
|
4424
|
-
"kind": "js",
|
|
4425
|
-
"name": "ComponentMenu",
|
|
4426
|
-
"declaration": {
|
|
4427
|
-
"name": "ComponentMenu",
|
|
4428
|
-
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
4429
|
-
}
|
|
4430
|
-
}
|
|
4431
|
-
]
|
|
4432
|
-
},
|
|
4433
|
-
{
|
|
4434
|
-
"kind": "javascript-module",
|
|
4435
|
-
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
4436
|
-
"declarations": [
|
|
4437
|
-
{
|
|
4438
|
-
"kind": "class",
|
|
4439
|
-
"description": "",
|
|
4440
|
-
"name": "ComponentToolbar",
|
|
4441
|
-
"members": [
|
|
4442
|
-
{
|
|
4443
|
-
"kind": "field",
|
|
4444
|
-
"name": "componentGroupList",
|
|
4445
|
-
"type": {
|
|
4446
|
-
"text": "ComponentGroup[]"
|
|
4447
|
-
},
|
|
4448
|
-
"default": "[]",
|
|
4449
|
-
"attribute": "componentGroupList"
|
|
4450
|
-
},
|
|
4535
|
+
"attributes": [
|
|
4451
4536
|
{
|
|
4452
|
-
"
|
|
4453
|
-
"name": "group",
|
|
4537
|
+
"name": "scene",
|
|
4454
4538
|
"type": {
|
|
4455
|
-
"text": "
|
|
4539
|
+
"text": "Scene | null"
|
|
4456
4540
|
},
|
|
4457
|
-
"
|
|
4541
|
+
"default": "null",
|
|
4542
|
+
"fieldName": "scene"
|
|
4458
4543
|
},
|
|
4459
4544
|
{
|
|
4460
|
-
"
|
|
4461
|
-
"name": "scene",
|
|
4545
|
+
"name": "model",
|
|
4462
4546
|
"type": {
|
|
4463
|
-
"text": "
|
|
4547
|
+
"text": "Model | undefined"
|
|
4464
4548
|
},
|
|
4465
|
-
"
|
|
4549
|
+
"fieldName": "model"
|
|
4466
4550
|
},
|
|
4467
4551
|
{
|
|
4468
|
-
"kind": "field",
|
|
4469
4552
|
"name": "mode",
|
|
4470
4553
|
"type": {
|
|
4471
4554
|
"text": "SCENE_MODE"
|
|
4472
4555
|
},
|
|
4473
|
-
"
|
|
4556
|
+
"fieldName": "mode"
|
|
4474
4557
|
},
|
|
4475
4558
|
{
|
|
4476
|
-
"
|
|
4477
|
-
"name": "shift",
|
|
4559
|
+
"name": "screenSize",
|
|
4478
4560
|
"type": {
|
|
4479
|
-
"text": "
|
|
4480
|
-
}
|
|
4561
|
+
"text": "number"
|
|
4562
|
+
},
|
|
4563
|
+
"default": "13.3",
|
|
4564
|
+
"fieldName": "screenSize"
|
|
4481
4565
|
},
|
|
4482
4566
|
{
|
|
4483
|
-
"
|
|
4484
|
-
"name": "menu",
|
|
4567
|
+
"name": "variables",
|
|
4485
4568
|
"type": {
|
|
4486
|
-
"text": "
|
|
4569
|
+
"text": "Properties"
|
|
4487
4570
|
},
|
|
4488
|
-
"
|
|
4571
|
+
"default": "{}",
|
|
4572
|
+
"fieldName": "variables"
|
|
4489
4573
|
},
|
|
4490
4574
|
{
|
|
4491
|
-
"
|
|
4492
|
-
"name": "componentsContainer",
|
|
4575
|
+
"name": "data",
|
|
4493
4576
|
"type": {
|
|
4494
|
-
"text": "
|
|
4577
|
+
"text": "any"
|
|
4495
4578
|
},
|
|
4496
|
-
"
|
|
4579
|
+
"fieldName": "data"
|
|
4497
4580
|
},
|
|
4498
4581
|
{
|
|
4499
|
-
"
|
|
4500
|
-
"name": "groups",
|
|
4582
|
+
"name": "themes",
|
|
4501
4583
|
"type": {
|
|
4502
|
-
"text": "
|
|
4584
|
+
"text": "any | undefined"
|
|
4503
4585
|
},
|
|
4504
|
-
"
|
|
4586
|
+
"fieldName": "themes"
|
|
4505
4587
|
},
|
|
4506
4588
|
{
|
|
4507
|
-
"
|
|
4508
|
-
"name": "icons",
|
|
4589
|
+
"name": "fit",
|
|
4509
4590
|
"type": {
|
|
4510
|
-
"text": "
|
|
4591
|
+
"text": "FITMODE"
|
|
4511
4592
|
},
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
"kind": "field",
|
|
4517
|
-
"name": "scopedElements",
|
|
4518
|
-
"static": true,
|
|
4519
|
-
"readonly": true
|
|
4520
|
-
},
|
|
4521
|
-
{
|
|
4522
|
-
"kind": "method",
|
|
4523
|
-
"name": "onWheelEvent",
|
|
4524
|
-
"parameters": [
|
|
4525
|
-
{
|
|
4526
|
-
"name": "e",
|
|
4527
|
-
"type": {
|
|
4528
|
-
"text": "Event"
|
|
4529
|
-
}
|
|
4530
|
-
}
|
|
4531
|
-
]
|
|
4532
|
-
},
|
|
4533
|
-
{
|
|
4534
|
-
"kind": "method",
|
|
4535
|
-
"name": "_setMode",
|
|
4536
|
-
"parameters": [
|
|
4537
|
-
{
|
|
4538
|
-
"name": "mode",
|
|
4539
|
-
"type": {
|
|
4540
|
-
"text": "SCENE_MODE"
|
|
4541
|
-
}
|
|
4542
|
-
}
|
|
4543
|
-
]
|
|
4593
|
+
"default": "'none'",
|
|
4594
|
+
"fieldName": "fit"
|
|
4544
4595
|
},
|
|
4545
4596
|
{
|
|
4546
|
-
"
|
|
4547
|
-
"
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
"text": "MouseEvent"
|
|
4553
|
-
}
|
|
4554
|
-
}
|
|
4555
|
-
]
|
|
4597
|
+
"name": "selected",
|
|
4598
|
+
"type": {
|
|
4599
|
+
"text": "Component[]"
|
|
4600
|
+
},
|
|
4601
|
+
"default": "[]",
|
|
4602
|
+
"fieldName": "selected"
|
|
4556
4603
|
},
|
|
4557
4604
|
{
|
|
4558
|
-
"
|
|
4559
|
-
"name": "_onClickGroup",
|
|
4560
|
-
"parameters": [
|
|
4561
|
-
{
|
|
4562
|
-
"name": "e",
|
|
4563
|
-
"type": {
|
|
4564
|
-
"text": "MouseEvent"
|
|
4565
|
-
}
|
|
4566
|
-
}
|
|
4567
|
-
]
|
|
4568
|
-
}
|
|
4569
|
-
],
|
|
4570
|
-
"events": [
|
|
4571
|
-
{
|
|
4572
|
-
"name": "mode-changed",
|
|
4605
|
+
"name": "disposeWhenDetached",
|
|
4573
4606
|
"type": {
|
|
4574
|
-
"text": "
|
|
4575
|
-
}
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4607
|
+
"text": "boolean"
|
|
4608
|
+
},
|
|
4609
|
+
"default": "false",
|
|
4610
|
+
"fieldName": "disposeWhenDetached"
|
|
4611
|
+
},
|
|
4579
4612
|
{
|
|
4580
|
-
"name": "
|
|
4613
|
+
"name": "baseUrl",
|
|
4581
4614
|
"type": {
|
|
4582
|
-
"text": "
|
|
4615
|
+
"text": "string"
|
|
4583
4616
|
},
|
|
4584
|
-
"default": "
|
|
4585
|
-
"fieldName": "
|
|
4617
|
+
"default": "''",
|
|
4618
|
+
"fieldName": "baseUrl"
|
|
4586
4619
|
},
|
|
4587
4620
|
{
|
|
4588
|
-
"name": "
|
|
4621
|
+
"name": "provider",
|
|
4589
4622
|
"type": {
|
|
4590
|
-
"text": "
|
|
4623
|
+
"text": "any"
|
|
4591
4624
|
},
|
|
4592
|
-
"fieldName": "
|
|
4625
|
+
"fieldName": "provider"
|
|
4593
4626
|
},
|
|
4594
4627
|
{
|
|
4595
|
-
"name": "
|
|
4628
|
+
"name": "name",
|
|
4596
4629
|
"type": {
|
|
4597
|
-
"text": "
|
|
4630
|
+
"text": "string"
|
|
4598
4631
|
},
|
|
4599
|
-
"
|
|
4632
|
+
"default": "'noname'",
|
|
4633
|
+
"fieldName": "name"
|
|
4600
4634
|
},
|
|
4601
4635
|
{
|
|
4602
|
-
"name": "
|
|
4636
|
+
"name": "enableInspector",
|
|
4603
4637
|
"type": {
|
|
4604
|
-
"text": "
|
|
4638
|
+
"text": "boolean"
|
|
4605
4639
|
},
|
|
4606
|
-
"
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
"mixins": [
|
|
4640
|
+
"default": "true",
|
|
4641
|
+
"fieldName": "enableInspector"
|
|
4642
|
+
},
|
|
4610
4643
|
{
|
|
4611
|
-
"name": "
|
|
4612
|
-
"
|
|
4644
|
+
"name": "showInspector",
|
|
4645
|
+
"type": {
|
|
4646
|
+
"text": "boolean"
|
|
4647
|
+
},
|
|
4648
|
+
"default": "false",
|
|
4649
|
+
"fieldName": "showInspector"
|
|
4613
4650
|
}
|
|
4614
4651
|
],
|
|
4615
4652
|
"superclass": {
|
|
4616
4653
|
"name": "LitElement",
|
|
4617
4654
|
"package": "lit"
|
|
4618
4655
|
},
|
|
4656
|
+
"tagName": "ox-scene-viewer",
|
|
4619
4657
|
"customElement": true
|
|
4620
4658
|
}
|
|
4621
4659
|
],
|
|
4622
4660
|
"exports": [
|
|
4623
4661
|
{
|
|
4624
4662
|
"kind": "js",
|
|
4625
|
-
"name": "
|
|
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",
|
|
4663
|
+
"name": "default",
|
|
4652
4664
|
"declaration": {
|
|
4653
|
-
"name": "
|
|
4654
|
-
"module": "src/modeller/
|
|
4665
|
+
"name": "OxSceneViewer",
|
|
4666
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4655
4667
|
}
|
|
4656
4668
|
},
|
|
4657
4669
|
{
|
|
4658
|
-
"kind": "
|
|
4659
|
-
"name": "
|
|
4670
|
+
"kind": "custom-element-definition",
|
|
4671
|
+
"name": "ox-scene-viewer",
|
|
4660
4672
|
"declaration": {
|
|
4661
|
-
"name": "
|
|
4662
|
-
"module": "src/modeller/
|
|
4673
|
+
"name": "OxSceneViewer",
|
|
4674
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4663
4675
|
}
|
|
4664
4676
|
}
|
|
4665
4677
|
]
|
|
@@ -5014,142 +5026,387 @@
|
|
|
5014
5026
|
},
|
|
5015
5027
|
{
|
|
5016
5028
|
"kind": "field",
|
|
5017
|
-
"name": "scopedElements",
|
|
5018
|
-
"static": true,
|
|
5019
|
-
"readonly": true
|
|
5029
|
+
"name": "scopedElements",
|
|
5030
|
+
"static": true,
|
|
5031
|
+
"readonly": true
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"kind": "method",
|
|
5035
|
+
"name": "_setMappingIndex",
|
|
5036
|
+
"parameters": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "idx",
|
|
5039
|
+
"type": {
|
|
5040
|
+
"text": "number"
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
]
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "method",
|
|
5047
|
+
"name": "_clearDataBindingMapper"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "method",
|
|
5051
|
+
"name": "_copyDataBindingMapper"
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "method",
|
|
5055
|
+
"name": "_pasteDataBindingMapper"
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "method",
|
|
5059
|
+
"name": "_onValueChanged"
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "method",
|
|
5063
|
+
"name": "_onValueChange",
|
|
5064
|
+
"parameters": [
|
|
5065
|
+
{
|
|
5066
|
+
"name": "e",
|
|
5067
|
+
"type": {
|
|
5068
|
+
"text": "Event"
|
|
5069
|
+
}
|
|
5070
|
+
}
|
|
5071
|
+
],
|
|
5072
|
+
"inheritedFrom": {
|
|
5073
|
+
"name": "AbstractProperty",
|
|
5074
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5075
|
+
}
|
|
5076
|
+
},
|
|
5077
|
+
{
|
|
5078
|
+
"kind": "field",
|
|
5079
|
+
"name": "tabContainer",
|
|
5080
|
+
"readonly": true
|
|
5081
|
+
},
|
|
5082
|
+
{
|
|
5083
|
+
"kind": "method",
|
|
5084
|
+
"name": "_onMappingChanged",
|
|
5085
|
+
"parameters": [
|
|
5086
|
+
{
|
|
5087
|
+
"name": "e",
|
|
5088
|
+
"type": {
|
|
5089
|
+
"text": "CustomEvent"
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
5092
|
+
]
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"kind": "method",
|
|
5096
|
+
"name": "_onTabScroll"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"kind": "method",
|
|
5100
|
+
"name": "_onTabScrollNavLeft"
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"kind": "method",
|
|
5104
|
+
"name": "_onTabScrollNavRight"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"kind": "method",
|
|
5108
|
+
"name": "_getValueFromEventTarget",
|
|
5109
|
+
"parameters": [
|
|
5110
|
+
{
|
|
5111
|
+
"name": "element",
|
|
5112
|
+
"type": {
|
|
5113
|
+
"text": "HTMLElement"
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
],
|
|
5117
|
+
"inheritedFrom": {
|
|
5118
|
+
"name": "AbstractProperty",
|
|
5119
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
{
|
|
5123
|
+
"kind": "method",
|
|
5124
|
+
"name": "_onAfterValueChange",
|
|
5125
|
+
"parameters": [
|
|
5126
|
+
{
|
|
5127
|
+
"name": "key",
|
|
5128
|
+
"type": {
|
|
5129
|
+
"text": "string"
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5132
|
+
{
|
|
5133
|
+
"name": "value",
|
|
5134
|
+
"type": {
|
|
5135
|
+
"text": "any"
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
],
|
|
5139
|
+
"inheritedFrom": {
|
|
5140
|
+
"name": "AbstractProperty",
|
|
5141
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
],
|
|
5145
|
+
"events": [
|
|
5146
|
+
{
|
|
5147
|
+
"name": "property-change",
|
|
5148
|
+
"type": {
|
|
5149
|
+
"text": "CustomEvent"
|
|
5150
|
+
},
|
|
5151
|
+
"inheritedFrom": {
|
|
5152
|
+
"name": "AbstractProperty",
|
|
5153
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5154
|
+
}
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"attributes": [
|
|
5158
|
+
{
|
|
5159
|
+
"name": "value",
|
|
5160
|
+
"type": {
|
|
5161
|
+
"text": "Properties | undefined"
|
|
5162
|
+
},
|
|
5163
|
+
"fieldName": "value"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "scene",
|
|
5167
|
+
"type": {
|
|
5168
|
+
"text": "Scene | undefined"
|
|
5169
|
+
},
|
|
5170
|
+
"fieldName": "scene"
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
5173
|
+
"mixins": [
|
|
5174
|
+
{
|
|
5175
|
+
"name": "ScopedElementsMixin",
|
|
5176
|
+
"package": "@open-wc/scoped-elements"
|
|
5177
|
+
}
|
|
5178
|
+
],
|
|
5179
|
+
"superclass": {
|
|
5180
|
+
"name": "AbstractProperty",
|
|
5181
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5182
|
+
}
|
|
5183
|
+
}
|
|
5184
|
+
],
|
|
5185
|
+
"exports": [
|
|
5186
|
+
{
|
|
5187
|
+
"kind": "js",
|
|
5188
|
+
"name": "PropertyDataBinding",
|
|
5189
|
+
"declaration": {
|
|
5190
|
+
"name": "PropertyDataBinding",
|
|
5191
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
]
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "javascript-module",
|
|
5198
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5199
|
+
"declarations": [
|
|
5200
|
+
{
|
|
5201
|
+
"kind": "class",
|
|
5202
|
+
"description": "",
|
|
5203
|
+
"name": "SceneInspector",
|
|
5204
|
+
"members": [
|
|
5205
|
+
{
|
|
5206
|
+
"kind": "field",
|
|
5207
|
+
"name": "scene",
|
|
5208
|
+
"type": {
|
|
5209
|
+
"text": "Scene | undefined"
|
|
5210
|
+
},
|
|
5211
|
+
"attribute": "scene"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"kind": "field",
|
|
5215
|
+
"name": "searchText",
|
|
5216
|
+
"type": {
|
|
5217
|
+
"text": "string"
|
|
5218
|
+
},
|
|
5219
|
+
"privacy": "private",
|
|
5220
|
+
"default": "''"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"kind": "field",
|
|
5224
|
+
"name": "_extendedMap",
|
|
5225
|
+
"type": {
|
|
5226
|
+
"text": "any"
|
|
5227
|
+
},
|
|
5228
|
+
"privacy": "private"
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
"kind": "field",
|
|
5232
|
+
"name": "show",
|
|
5233
|
+
"type": {
|
|
5234
|
+
"text": "boolean"
|
|
5235
|
+
},
|
|
5236
|
+
"privacy": "private",
|
|
5237
|
+
"default": "false"
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"kind": "field",
|
|
5241
|
+
"name": "count",
|
|
5242
|
+
"type": {
|
|
5243
|
+
"text": "number"
|
|
5244
|
+
},
|
|
5245
|
+
"privacy": "private",
|
|
5246
|
+
"default": "-1"
|
|
5020
5247
|
},
|
|
5021
5248
|
{
|
|
5022
5249
|
"kind": "method",
|
|
5023
|
-
"name": "
|
|
5250
|
+
"name": "disconnectScene",
|
|
5024
5251
|
"parameters": [
|
|
5025
5252
|
{
|
|
5026
|
-
"name": "
|
|
5253
|
+
"name": "scene",
|
|
5254
|
+
"optional": true,
|
|
5027
5255
|
"type": {
|
|
5028
|
-
"text": "
|
|
5256
|
+
"text": "Scene"
|
|
5029
5257
|
}
|
|
5030
5258
|
}
|
|
5031
5259
|
]
|
|
5032
5260
|
},
|
|
5033
5261
|
{
|
|
5034
5262
|
"kind": "method",
|
|
5035
|
-
"name": "
|
|
5036
|
-
},
|
|
5037
|
-
{
|
|
5038
|
-
"kind": "method",
|
|
5039
|
-
"name": "_copyDataBindingMapper"
|
|
5040
|
-
},
|
|
5041
|
-
{
|
|
5042
|
-
"kind": "method",
|
|
5043
|
-
"name": "_pasteDataBindingMapper"
|
|
5263
|
+
"name": "refresh"
|
|
5044
5264
|
},
|
|
5045
5265
|
{
|
|
5046
5266
|
"kind": "method",
|
|
5047
|
-
"name": "
|
|
5267
|
+
"name": "_onclick",
|
|
5268
|
+
"parameters": [
|
|
5269
|
+
{
|
|
5270
|
+
"name": "e",
|
|
5271
|
+
"type": {
|
|
5272
|
+
"text": "MouseEvent"
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5275
|
+
]
|
|
5048
5276
|
},
|
|
5049
5277
|
{
|
|
5050
5278
|
"kind": "method",
|
|
5051
|
-
"name": "
|
|
5279
|
+
"name": "_ondblclick",
|
|
5052
5280
|
"parameters": [
|
|
5053
5281
|
{
|
|
5054
5282
|
"name": "e",
|
|
5055
5283
|
"type": {
|
|
5056
|
-
"text": "
|
|
5284
|
+
"text": "MouseEvent"
|
|
5057
5285
|
}
|
|
5058
5286
|
}
|
|
5059
|
-
]
|
|
5060
|
-
"inheritedFrom": {
|
|
5061
|
-
"name": "AbstractProperty",
|
|
5062
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5063
|
-
}
|
|
5287
|
+
]
|
|
5064
5288
|
},
|
|
5065
5289
|
{
|
|
5066
5290
|
"kind": "field",
|
|
5067
|
-
"name": "
|
|
5291
|
+
"name": "extendedMap",
|
|
5068
5292
|
"readonly": true
|
|
5069
5293
|
},
|
|
5070
5294
|
{
|
|
5071
5295
|
"kind": "method",
|
|
5072
|
-
"name": "
|
|
5296
|
+
"name": "getNodeHandleClass",
|
|
5073
5297
|
"parameters": [
|
|
5074
5298
|
{
|
|
5075
|
-
"name": "
|
|
5299
|
+
"name": "component",
|
|
5076
5300
|
"type": {
|
|
5077
|
-
"text": "
|
|
5301
|
+
"text": "Component"
|
|
5078
5302
|
}
|
|
5079
5303
|
}
|
|
5080
5304
|
]
|
|
5081
5305
|
},
|
|
5082
5306
|
{
|
|
5083
5307
|
"kind": "method",
|
|
5084
|
-
"name": "
|
|
5308
|
+
"name": "isExtended",
|
|
5309
|
+
"parameters": [
|
|
5310
|
+
{
|
|
5311
|
+
"name": "component",
|
|
5312
|
+
"type": {
|
|
5313
|
+
"text": "Component"
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
]
|
|
5085
5317
|
},
|
|
5086
5318
|
{
|
|
5087
5319
|
"kind": "method",
|
|
5088
|
-
"name": "
|
|
5320
|
+
"name": "toggleExtended",
|
|
5321
|
+
"parameters": [
|
|
5322
|
+
{
|
|
5323
|
+
"name": "component",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"text": "Component"
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
]
|
|
5089
5329
|
},
|
|
5090
5330
|
{
|
|
5091
5331
|
"kind": "method",
|
|
5092
|
-
"name": "
|
|
5332
|
+
"name": "toggleHidden",
|
|
5333
|
+
"parameters": [
|
|
5334
|
+
{
|
|
5335
|
+
"name": "component",
|
|
5336
|
+
"type": {
|
|
5337
|
+
"text": "Component"
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
5340
|
+
]
|
|
5093
5341
|
},
|
|
5094
5342
|
{
|
|
5095
5343
|
"kind": "method",
|
|
5096
|
-
"name": "
|
|
5344
|
+
"name": "selectComponent",
|
|
5097
5345
|
"parameters": [
|
|
5098
5346
|
{
|
|
5099
|
-
"name": "
|
|
5347
|
+
"name": "component",
|
|
5100
5348
|
"type": {
|
|
5101
|
-
"text": "
|
|
5349
|
+
"text": "Component"
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"name": "append",
|
|
5354
|
+
"default": "false",
|
|
5355
|
+
"type": {
|
|
5356
|
+
"text": "boolean"
|
|
5102
5357
|
}
|
|
5103
5358
|
}
|
|
5104
|
-
]
|
|
5105
|
-
"inheritedFrom": {
|
|
5106
|
-
"name": "AbstractProperty",
|
|
5107
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5108
|
-
}
|
|
5359
|
+
]
|
|
5109
5360
|
},
|
|
5110
5361
|
{
|
|
5111
5362
|
"kind": "method",
|
|
5112
|
-
"name": "
|
|
5363
|
+
"name": "shouldBeShown",
|
|
5364
|
+
"return": {
|
|
5365
|
+
"type": {
|
|
5366
|
+
"text": "boolean"
|
|
5367
|
+
}
|
|
5368
|
+
},
|
|
5113
5369
|
"parameters": [
|
|
5114
5370
|
{
|
|
5115
|
-
"name": "
|
|
5371
|
+
"name": "component",
|
|
5116
5372
|
"type": {
|
|
5117
|
-
"text": "
|
|
5373
|
+
"text": "Component"
|
|
5118
5374
|
}
|
|
5119
5375
|
},
|
|
5120
5376
|
{
|
|
5121
|
-
"name": "
|
|
5377
|
+
"name": "counting",
|
|
5378
|
+
"default": "false",
|
|
5122
5379
|
"type": {
|
|
5123
|
-
"text": "
|
|
5380
|
+
"text": "boolean"
|
|
5124
5381
|
}
|
|
5125
5382
|
}
|
|
5126
|
-
]
|
|
5127
|
-
|
|
5128
|
-
"name": "AbstractProperty",
|
|
5129
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5130
|
-
}
|
|
5131
|
-
}
|
|
5132
|
-
],
|
|
5133
|
-
"events": [
|
|
5383
|
+
]
|
|
5384
|
+
},
|
|
5134
5385
|
{
|
|
5135
|
-
"
|
|
5136
|
-
"
|
|
5137
|
-
|
|
5386
|
+
"kind": "method",
|
|
5387
|
+
"name": "renderComponent",
|
|
5388
|
+
"return": {
|
|
5389
|
+
"type": {
|
|
5390
|
+
"text": "TemplateResult"
|
|
5391
|
+
}
|
|
5138
5392
|
},
|
|
5139
|
-
"
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5393
|
+
"parameters": [
|
|
5394
|
+
{
|
|
5395
|
+
"name": "component",
|
|
5396
|
+
"type": {
|
|
5397
|
+
"text": "Component"
|
|
5398
|
+
}
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"name": "depth",
|
|
5402
|
+
"type": {
|
|
5403
|
+
"text": "number"
|
|
5404
|
+
}
|
|
5405
|
+
}
|
|
5406
|
+
]
|
|
5143
5407
|
}
|
|
5144
5408
|
],
|
|
5145
5409
|
"attributes": [
|
|
5146
|
-
{
|
|
5147
|
-
"name": "value",
|
|
5148
|
-
"type": {
|
|
5149
|
-
"text": "Properties | undefined"
|
|
5150
|
-
},
|
|
5151
|
-
"fieldName": "value"
|
|
5152
|
-
},
|
|
5153
5410
|
{
|
|
5154
5411
|
"name": "scene",
|
|
5155
5412
|
"type": {
|
|
@@ -5158,25 +5415,20 @@
|
|
|
5158
5415
|
"fieldName": "scene"
|
|
5159
5416
|
}
|
|
5160
5417
|
],
|
|
5161
|
-
"mixins": [
|
|
5162
|
-
{
|
|
5163
|
-
"name": "ScopedElementsMixin",
|
|
5164
|
-
"package": "@open-wc/scoped-elements"
|
|
5165
|
-
}
|
|
5166
|
-
],
|
|
5167
5418
|
"superclass": {
|
|
5168
|
-
"name": "
|
|
5169
|
-
"
|
|
5170
|
-
}
|
|
5419
|
+
"name": "LitElement",
|
|
5420
|
+
"package": "lit"
|
|
5421
|
+
},
|
|
5422
|
+
"customElement": true
|
|
5171
5423
|
}
|
|
5172
5424
|
],
|
|
5173
5425
|
"exports": [
|
|
5174
5426
|
{
|
|
5175
5427
|
"kind": "js",
|
|
5176
|
-
"name": "
|
|
5428
|
+
"name": "SceneInspector",
|
|
5177
5429
|
"declaration": {
|
|
5178
|
-
"name": "
|
|
5179
|
-
"module": "src/modeller/property-sidebar/
|
|
5430
|
+
"name": "SceneInspector",
|
|
5431
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5180
5432
|
}
|
|
5181
5433
|
}
|
|
5182
5434
|
]
|
|
@@ -5752,22 +6004,51 @@
|
|
|
5752
6004
|
},
|
|
5753
6005
|
{
|
|
5754
6006
|
"kind": "javascript-module",
|
|
5755
|
-
"path": "src/modeller/property-sidebar/
|
|
6007
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6008
|
+
"declarations": [
|
|
6009
|
+
{
|
|
6010
|
+
"kind": "variable",
|
|
6011
|
+
"name": "BoxPaddingEditorStyles",
|
|
6012
|
+
"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; } `"
|
|
6013
|
+
}
|
|
6014
|
+
],
|
|
6015
|
+
"exports": [
|
|
6016
|
+
{
|
|
6017
|
+
"kind": "js",
|
|
6018
|
+
"name": "BoxPaddingEditorStyles",
|
|
6019
|
+
"declaration": {
|
|
6020
|
+
"name": "BoxPaddingEditorStyles",
|
|
6021
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6022
|
+
}
|
|
6023
|
+
}
|
|
6024
|
+
]
|
|
6025
|
+
},
|
|
6026
|
+
{
|
|
6027
|
+
"kind": "javascript-module",
|
|
6028
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5756
6029
|
"declarations": [
|
|
5757
6030
|
{
|
|
5758
6031
|
"kind": "class",
|
|
5759
6032
|
"description": "",
|
|
5760
|
-
"name": "
|
|
6033
|
+
"name": "PropertyShapes",
|
|
5761
6034
|
"members": [
|
|
5762
6035
|
{
|
|
5763
6036
|
"kind": "field",
|
|
5764
6037
|
"name": "value",
|
|
5765
6038
|
"type": {
|
|
5766
|
-
"text": "
|
|
6039
|
+
"text": "Properties | undefined"
|
|
5767
6040
|
},
|
|
5768
|
-
"default": "{}",
|
|
5769
6041
|
"attribute": "value"
|
|
5770
6042
|
},
|
|
6043
|
+
{
|
|
6044
|
+
"kind": "field",
|
|
6045
|
+
"name": "bounds",
|
|
6046
|
+
"type": {
|
|
6047
|
+
"text": "BOUNDS | null"
|
|
6048
|
+
},
|
|
6049
|
+
"default": "null",
|
|
6050
|
+
"attribute": "bounds"
|
|
6051
|
+
},
|
|
5771
6052
|
{
|
|
5772
6053
|
"kind": "field",
|
|
5773
6054
|
"name": "selected",
|
|
@@ -5778,21 +6059,68 @@
|
|
|
5778
6059
|
"attribute": "selected"
|
|
5779
6060
|
},
|
|
5780
6061
|
{
|
|
5781
|
-
"kind": "
|
|
5782
|
-
"name": "
|
|
5783
|
-
"
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
|
|
5787
|
-
|
|
6062
|
+
"kind": "method",
|
|
6063
|
+
"name": "_onValueChange",
|
|
6064
|
+
"parameters": [
|
|
6065
|
+
{
|
|
6066
|
+
"name": "e",
|
|
6067
|
+
"type": {
|
|
6068
|
+
"text": "Event"
|
|
6069
|
+
}
|
|
6070
|
+
}
|
|
6071
|
+
],
|
|
6072
|
+
"inheritedFrom": {
|
|
6073
|
+
"name": "AbstractProperty",
|
|
6074
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6075
|
+
}
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"kind": "method",
|
|
6079
|
+
"name": "_hasTextProperty",
|
|
6080
|
+
"parameters": [
|
|
6081
|
+
{
|
|
6082
|
+
"name": "selected",
|
|
6083
|
+
"type": {
|
|
6084
|
+
"text": "Component[]"
|
|
6085
|
+
}
|
|
6086
|
+
}
|
|
6087
|
+
]
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"kind": "method",
|
|
6091
|
+
"name": "_hasProperties",
|
|
6092
|
+
"parameters": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "selected",
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": "Component[]"
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
6099
|
+
]
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "method",
|
|
6103
|
+
"name": "_isIdentifiable",
|
|
6104
|
+
"parameters": [
|
|
6105
|
+
{
|
|
6106
|
+
"name": "selected",
|
|
6107
|
+
"type": {
|
|
6108
|
+
"text": "Component[]"
|
|
6109
|
+
}
|
|
6110
|
+
}
|
|
6111
|
+
]
|
|
5788
6112
|
},
|
|
5789
6113
|
{
|
|
5790
|
-
"kind": "
|
|
5791
|
-
"name": "
|
|
5792
|
-
"
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
6114
|
+
"kind": "method",
|
|
6115
|
+
"name": "_isClassIdentifiable",
|
|
6116
|
+
"parameters": [
|
|
6117
|
+
{
|
|
6118
|
+
"name": "selected",
|
|
6119
|
+
"type": {
|
|
6120
|
+
"text": "Component[]"
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
]
|
|
5796
6124
|
},
|
|
5797
6125
|
{
|
|
5798
6126
|
"kind": "method",
|
|
@@ -5808,19 +6136,15 @@
|
|
|
5808
6136
|
},
|
|
5809
6137
|
{
|
|
5810
6138
|
"kind": "method",
|
|
5811
|
-
"name": "
|
|
6139
|
+
"name": "_is3dish",
|
|
5812
6140
|
"parameters": [
|
|
5813
6141
|
{
|
|
5814
|
-
"name": "
|
|
6142
|
+
"name": "selected",
|
|
5815
6143
|
"type": {
|
|
5816
|
-
"text": "
|
|
6144
|
+
"text": "Component[]"
|
|
5817
6145
|
}
|
|
5818
6146
|
}
|
|
5819
|
-
]
|
|
5820
|
-
"inheritedFrom": {
|
|
5821
|
-
"name": "AbstractProperty",
|
|
5822
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5823
|
-
}
|
|
6147
|
+
]
|
|
5824
6148
|
},
|
|
5825
6149
|
{
|
|
5826
6150
|
"kind": "method",
|
|
@@ -5861,37 +6185,13 @@
|
|
|
5861
6185
|
}
|
|
5862
6186
|
}
|
|
5863
6187
|
],
|
|
5864
|
-
"
|
|
5865
|
-
{
|
|
5866
|
-
"name": "value",
|
|
5867
|
-
"type": {
|
|
5868
|
-
"text": "any"
|
|
5869
|
-
},
|
|
5870
|
-
"default": "{}",
|
|
5871
|
-
"fieldName": "value"
|
|
5872
|
-
},
|
|
6188
|
+
"events": [
|
|
5873
6189
|
{
|
|
5874
|
-
"name": "
|
|
6190
|
+
"name": "bounds-change",
|
|
5875
6191
|
"type": {
|
|
5876
|
-
"text": "
|
|
5877
|
-
}
|
|
5878
|
-
"default": "[]",
|
|
5879
|
-
"fieldName": "selected"
|
|
6192
|
+
"text": "CustomEvent"
|
|
6193
|
+
}
|
|
5880
6194
|
},
|
|
5881
|
-
{
|
|
5882
|
-
"name": "fonts",
|
|
5883
|
-
"type": {
|
|
5884
|
-
"text": "any[]"
|
|
5885
|
-
},
|
|
5886
|
-
"default": "[]",
|
|
5887
|
-
"fieldName": "fonts"
|
|
5888
|
-
}
|
|
5889
|
-
],
|
|
5890
|
-
"superclass": {
|
|
5891
|
-
"name": "AbstractProperty",
|
|
5892
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5893
|
-
},
|
|
5894
|
-
"events": [
|
|
5895
6195
|
{
|
|
5896
6196
|
"name": "property-change",
|
|
5897
6197
|
"type": {
|
|
@@ -5902,141 +6202,57 @@
|
|
|
5902
6202
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5903
6203
|
}
|
|
5904
6204
|
}
|
|
5905
|
-
]
|
|
5906
|
-
}
|
|
5907
|
-
],
|
|
5908
|
-
"exports": [
|
|
5909
|
-
{
|
|
5910
|
-
"kind": "js",
|
|
5911
|
-
"name": "PropertyStyles",
|
|
5912
|
-
"declaration": {
|
|
5913
|
-
"name": "PropertyStyles",
|
|
5914
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
5915
|
-
}
|
|
5916
|
-
}
|
|
5917
|
-
]
|
|
5918
|
-
},
|
|
5919
|
-
{
|
|
5920
|
-
"kind": "javascript-module",
|
|
5921
|
-
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
5922
|
-
"declarations": [
|
|
5923
|
-
{
|
|
5924
|
-
"kind": "class",
|
|
5925
|
-
"description": "",
|
|
5926
|
-
"name": "SpecificPropertiesBuilder",
|
|
5927
|
-
"members": [
|
|
5928
|
-
{
|
|
5929
|
-
"kind": "field",
|
|
5930
|
-
"name": "value",
|
|
5931
|
-
"type": {
|
|
5932
|
-
"text": "any"
|
|
5933
|
-
},
|
|
5934
|
-
"attribute": "value"
|
|
5935
|
-
},
|
|
5936
|
-
{
|
|
5937
|
-
"kind": "field",
|
|
5938
|
-
"name": "props",
|
|
5939
|
-
"type": {
|
|
5940
|
-
"text": "any[]"
|
|
5941
|
-
},
|
|
5942
|
-
"default": "[]",
|
|
5943
|
-
"attribute": "props"
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"kind": "field",
|
|
5947
|
-
"name": "propertyEditor",
|
|
5948
|
-
"type": {
|
|
5949
|
-
"text": "any"
|
|
5950
|
-
},
|
|
5951
|
-
"attribute": "propertyEditor"
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"kind": "method",
|
|
5955
|
-
"name": "_onPropsChanged",
|
|
5956
|
-
"parameters": [
|
|
5957
|
-
{
|
|
5958
|
-
"name": "props",
|
|
5959
|
-
"type": {
|
|
5960
|
-
"text": "any[]"
|
|
5961
|
-
}
|
|
5962
|
-
}
|
|
5963
|
-
]
|
|
5964
|
-
},
|
|
5965
|
-
{
|
|
5966
|
-
"kind": "method",
|
|
5967
|
-
"name": "_setValues"
|
|
5968
|
-
},
|
|
5969
|
-
{
|
|
5970
|
-
"kind": "method",
|
|
5971
|
-
"name": "_onValueChanged",
|
|
5972
|
-
"parameters": [
|
|
5973
|
-
{
|
|
5974
|
-
"name": "e",
|
|
5975
|
-
"type": {
|
|
5976
|
-
"text": "Event"
|
|
5977
|
-
}
|
|
5978
|
-
}
|
|
5979
|
-
]
|
|
5980
|
-
}
|
|
5981
|
-
],
|
|
5982
|
-
"events": [
|
|
5983
|
-
{
|
|
5984
|
-
"name": "property-change",
|
|
5985
|
-
"type": {
|
|
5986
|
-
"text": "CustomEvent"
|
|
5987
|
-
}
|
|
5988
|
-
}
|
|
5989
6205
|
],
|
|
5990
6206
|
"attributes": [
|
|
5991
6207
|
{
|
|
5992
6208
|
"name": "value",
|
|
5993
6209
|
"type": {
|
|
5994
|
-
"text": "
|
|
6210
|
+
"text": "Properties | undefined"
|
|
5995
6211
|
},
|
|
5996
6212
|
"fieldName": "value"
|
|
5997
6213
|
},
|
|
5998
6214
|
{
|
|
5999
|
-
"name": "
|
|
6215
|
+
"name": "bounds",
|
|
6000
6216
|
"type": {
|
|
6001
|
-
"text": "
|
|
6217
|
+
"text": "BOUNDS | null"
|
|
6002
6218
|
},
|
|
6003
|
-
"default": "
|
|
6004
|
-
"fieldName": "
|
|
6219
|
+
"default": "null",
|
|
6220
|
+
"fieldName": "bounds"
|
|
6005
6221
|
},
|
|
6006
6222
|
{
|
|
6007
|
-
"name": "
|
|
6223
|
+
"name": "selected",
|
|
6008
6224
|
"type": {
|
|
6009
|
-
"text": "
|
|
6225
|
+
"text": "Component[]"
|
|
6010
6226
|
},
|
|
6011
|
-
"
|
|
6227
|
+
"default": "[]",
|
|
6228
|
+
"fieldName": "selected"
|
|
6012
6229
|
}
|
|
6013
6230
|
],
|
|
6014
6231
|
"superclass": {
|
|
6015
|
-
"name": "
|
|
6016
|
-
"
|
|
6017
|
-
}
|
|
6018
|
-
"customElement": true
|
|
6232
|
+
"name": "AbstractProperty",
|
|
6233
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6234
|
+
}
|
|
6019
6235
|
}
|
|
6020
6236
|
],
|
|
6021
6237
|
"exports": [
|
|
6022
6238
|
{
|
|
6023
6239
|
"kind": "js",
|
|
6024
|
-
"name": "
|
|
6240
|
+
"name": "PropertyShapes",
|
|
6025
6241
|
"declaration": {
|
|
6026
|
-
"name": "
|
|
6027
|
-
"module": "src/modeller/property-sidebar/
|
|
6242
|
+
"name": "PropertyShapes",
|
|
6243
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6028
6244
|
}
|
|
6029
6245
|
}
|
|
6030
6246
|
]
|
|
6031
6247
|
},
|
|
6032
6248
|
{
|
|
6033
6249
|
"kind": "javascript-module",
|
|
6034
|
-
"path": "src/modeller/property-sidebar/
|
|
6250
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6035
6251
|
"declarations": [
|
|
6036
6252
|
{
|
|
6037
6253
|
"kind": "class",
|
|
6038
6254
|
"description": "",
|
|
6039
|
-
"name": "
|
|
6255
|
+
"name": "PropertyStyles",
|
|
6040
6256
|
"members": [
|
|
6041
6257
|
{
|
|
6042
6258
|
"kind": "field",
|
|
@@ -6044,17 +6260,9 @@
|
|
|
6044
6260
|
"type": {
|
|
6045
6261
|
"text": "any"
|
|
6046
6262
|
},
|
|
6263
|
+
"default": "{}",
|
|
6047
6264
|
"attribute": "value"
|
|
6048
6265
|
},
|
|
6049
|
-
{
|
|
6050
|
-
"kind": "field",
|
|
6051
|
-
"name": "scene",
|
|
6052
|
-
"type": {
|
|
6053
|
-
"text": "Scene | null"
|
|
6054
|
-
},
|
|
6055
|
-
"default": "null",
|
|
6056
|
-
"attribute": "scene"
|
|
6057
|
-
},
|
|
6058
6266
|
{
|
|
6059
6267
|
"kind": "field",
|
|
6060
6268
|
"name": "selected",
|
|
@@ -6065,68 +6273,25 @@
|
|
|
6065
6273
|
"attribute": "selected"
|
|
6066
6274
|
},
|
|
6067
6275
|
{
|
|
6068
|
-
"kind": "field",
|
|
6069
|
-
"name": "
|
|
6070
|
-
"type": {
|
|
6071
|
-
"text": "any[]"
|
|
6072
|
-
},
|
|
6073
|
-
"default": "[]",
|
|
6074
|
-
"attribute": "
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"kind": "field",
|
|
6078
|
-
"name": "
|
|
6079
|
-
"type": {
|
|
6080
|
-
"text": "
|
|
6081
|
-
},
|
|
6082
|
-
"default": "
|
|
6083
|
-
"attribute": "propertyEditor"
|
|
6084
|
-
},
|
|
6085
|
-
{
|
|
6086
|
-
"kind": "field",
|
|
6087
|
-
"name": "boundINeedSelected",
|
|
6088
|
-
"type": {
|
|
6089
|
-
"text": "any"
|
|
6090
|
-
},
|
|
6091
|
-
"privacy": "private"
|
|
6092
|
-
},
|
|
6093
|
-
{
|
|
6094
|
-
"kind": "field",
|
|
6095
|
-
"name": "scopedElements",
|
|
6096
|
-
"static": true,
|
|
6097
|
-
"readonly": true
|
|
6098
|
-
},
|
|
6099
|
-
{
|
|
6100
|
-
"kind": "method",
|
|
6101
|
-
"name": "_onValueChange",
|
|
6102
|
-
"parameters": [
|
|
6103
|
-
{
|
|
6104
|
-
"name": "e",
|
|
6105
|
-
"type": {
|
|
6106
|
-
"text": "Event"
|
|
6107
|
-
}
|
|
6108
|
-
}
|
|
6109
|
-
],
|
|
6110
|
-
"inheritedFrom": {
|
|
6111
|
-
"name": "AbstractProperty",
|
|
6112
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6113
|
-
}
|
|
6114
|
-
},
|
|
6115
|
-
{
|
|
6116
|
-
"kind": "method",
|
|
6117
|
-
"name": "_isIdentifiable",
|
|
6118
|
-
"parameters": [
|
|
6119
|
-
{
|
|
6120
|
-
"name": "selected",
|
|
6121
|
-
"type": {
|
|
6122
|
-
"text": "Component[]"
|
|
6123
|
-
}
|
|
6124
|
-
}
|
|
6125
|
-
]
|
|
6276
|
+
"kind": "field",
|
|
6277
|
+
"name": "fonts",
|
|
6278
|
+
"type": {
|
|
6279
|
+
"text": "any[]"
|
|
6280
|
+
},
|
|
6281
|
+
"default": "[]",
|
|
6282
|
+
"attribute": "fonts"
|
|
6283
|
+
},
|
|
6284
|
+
{
|
|
6285
|
+
"kind": "field",
|
|
6286
|
+
"name": "fontAvailable",
|
|
6287
|
+
"type": {
|
|
6288
|
+
"text": "boolean"
|
|
6289
|
+
},
|
|
6290
|
+
"default": "false"
|
|
6126
6291
|
},
|
|
6127
6292
|
{
|
|
6128
6293
|
"kind": "method",
|
|
6129
|
-
"name": "
|
|
6294
|
+
"name": "_isLine",
|
|
6130
6295
|
"parameters": [
|
|
6131
6296
|
{
|
|
6132
6297
|
"name": "selected",
|
|
@@ -6138,15 +6303,19 @@
|
|
|
6138
6303
|
},
|
|
6139
6304
|
{
|
|
6140
6305
|
"kind": "method",
|
|
6141
|
-
"name": "
|
|
6306
|
+
"name": "_onValueChange",
|
|
6142
6307
|
"parameters": [
|
|
6143
6308
|
{
|
|
6144
6309
|
"name": "e",
|
|
6145
6310
|
"type": {
|
|
6146
|
-
"text": "
|
|
6311
|
+
"text": "Event"
|
|
6147
6312
|
}
|
|
6148
6313
|
}
|
|
6149
|
-
]
|
|
6314
|
+
],
|
|
6315
|
+
"inheritedFrom": {
|
|
6316
|
+
"name": "AbstractProperty",
|
|
6317
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6318
|
+
}
|
|
6150
6319
|
},
|
|
6151
6320
|
{
|
|
6152
6321
|
"kind": "method",
|
|
@@ -6193,16 +6362,9 @@
|
|
|
6193
6362
|
"type": {
|
|
6194
6363
|
"text": "any"
|
|
6195
6364
|
},
|
|
6365
|
+
"default": "{}",
|
|
6196
6366
|
"fieldName": "value"
|
|
6197
6367
|
},
|
|
6198
|
-
{
|
|
6199
|
-
"name": "scene",
|
|
6200
|
-
"type": {
|
|
6201
|
-
"text": "Scene | null"
|
|
6202
|
-
},
|
|
6203
|
-
"default": "null",
|
|
6204
|
-
"fieldName": "scene"
|
|
6205
|
-
},
|
|
6206
6368
|
{
|
|
6207
6369
|
"name": "selected",
|
|
6208
6370
|
"type": {
|
|
@@ -6212,31 +6374,17 @@
|
|
|
6212
6374
|
"fieldName": "selected"
|
|
6213
6375
|
},
|
|
6214
6376
|
{
|
|
6215
|
-
"name": "
|
|
6216
|
-
"type": {
|
|
6217
|
-
"text": "any[]"
|
|
6218
|
-
},
|
|
6219
|
-
"default": "[]",
|
|
6220
|
-
"fieldName": "props"
|
|
6221
|
-
},
|
|
6222
|
-
{
|
|
6223
|
-
"name": "propertyEditor",
|
|
6377
|
+
"name": "fonts",
|
|
6224
6378
|
"type": {
|
|
6225
6379
|
"text": "any[]"
|
|
6226
6380
|
},
|
|
6227
6381
|
"default": "[]",
|
|
6228
|
-
"fieldName": "
|
|
6229
|
-
}
|
|
6230
|
-
],
|
|
6231
|
-
"mixins": [
|
|
6232
|
-
{
|
|
6233
|
-
"name": "ScopedElementsMixin",
|
|
6234
|
-
"package": "@open-wc/scoped-elements"
|
|
6382
|
+
"fieldName": "fonts"
|
|
6235
6383
|
}
|
|
6236
6384
|
],
|
|
6237
6385
|
"superclass": {
|
|
6238
6386
|
"name": "AbstractProperty",
|
|
6239
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6387
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6240
6388
|
},
|
|
6241
6389
|
"events": [
|
|
6242
6390
|
{
|
|
@@ -6255,212 +6403,82 @@
|
|
|
6255
6403
|
"exports": [
|
|
6256
6404
|
{
|
|
6257
6405
|
"kind": "js",
|
|
6258
|
-
"name": "
|
|
6259
|
-
"declaration": {
|
|
6260
|
-
"name": "PropertySpecific",
|
|
6261
|
-
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6262
|
-
}
|
|
6263
|
-
}
|
|
6264
|
-
]
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"kind": "javascript-module",
|
|
6268
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6269
|
-
"declarations": [
|
|
6270
|
-
{
|
|
6271
|
-
"kind": "variable",
|
|
6272
|
-
"name": "BoxPaddingEditorStyles",
|
|
6273
|
-
"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; } `"
|
|
6274
|
-
}
|
|
6275
|
-
],
|
|
6276
|
-
"exports": [
|
|
6277
|
-
{
|
|
6278
|
-
"kind": "js",
|
|
6279
|
-
"name": "BoxPaddingEditorStyles",
|
|
6406
|
+
"name": "PropertyStyles",
|
|
6280
6407
|
"declaration": {
|
|
6281
|
-
"name": "
|
|
6282
|
-
"module": "src/modeller/property-sidebar/
|
|
6408
|
+
"name": "PropertyStyles",
|
|
6409
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6283
6410
|
}
|
|
6284
6411
|
}
|
|
6285
6412
|
]
|
|
6286
6413
|
},
|
|
6287
6414
|
{
|
|
6288
6415
|
"kind": "javascript-module",
|
|
6289
|
-
"path": "src/modeller/property-sidebar/
|
|
6416
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6290
6417
|
"declarations": [
|
|
6291
6418
|
{
|
|
6292
6419
|
"kind": "class",
|
|
6293
6420
|
"description": "",
|
|
6294
|
-
"name": "
|
|
6421
|
+
"name": "SpecificPropertiesBuilder",
|
|
6295
6422
|
"members": [
|
|
6296
6423
|
{
|
|
6297
6424
|
"kind": "field",
|
|
6298
6425
|
"name": "value",
|
|
6299
6426
|
"type": {
|
|
6300
|
-
"text": "
|
|
6427
|
+
"text": "any"
|
|
6301
6428
|
},
|
|
6302
6429
|
"attribute": "value"
|
|
6303
6430
|
},
|
|
6304
6431
|
{
|
|
6305
6432
|
"kind": "field",
|
|
6306
|
-
"name": "
|
|
6433
|
+
"name": "props",
|
|
6307
6434
|
"type": {
|
|
6308
|
-
"text": "
|
|
6435
|
+
"text": "any[]"
|
|
6309
6436
|
},
|
|
6310
|
-
"default": "
|
|
6311
|
-
"attribute": "
|
|
6437
|
+
"default": "[]",
|
|
6438
|
+
"attribute": "props"
|
|
6312
6439
|
},
|
|
6313
6440
|
{
|
|
6314
6441
|
"kind": "field",
|
|
6315
|
-
"name": "
|
|
6442
|
+
"name": "propertyEditor",
|
|
6316
6443
|
"type": {
|
|
6317
|
-
"text": "
|
|
6444
|
+
"text": "any"
|
|
6318
6445
|
},
|
|
6319
|
-
"
|
|
6320
|
-
"attribute": "selected"
|
|
6321
|
-
},
|
|
6322
|
-
{
|
|
6323
|
-
"kind": "method",
|
|
6324
|
-
"name": "_onValueChange",
|
|
6325
|
-
"parameters": [
|
|
6326
|
-
{
|
|
6327
|
-
"name": "e",
|
|
6328
|
-
"type": {
|
|
6329
|
-
"text": "Event"
|
|
6330
|
-
}
|
|
6331
|
-
}
|
|
6332
|
-
],
|
|
6333
|
-
"inheritedFrom": {
|
|
6334
|
-
"name": "AbstractProperty",
|
|
6335
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6336
|
-
}
|
|
6337
|
-
},
|
|
6338
|
-
{
|
|
6339
|
-
"kind": "method",
|
|
6340
|
-
"name": "_hasTextProperty",
|
|
6341
|
-
"parameters": [
|
|
6342
|
-
{
|
|
6343
|
-
"name": "selected",
|
|
6344
|
-
"type": {
|
|
6345
|
-
"text": "Component[]"
|
|
6346
|
-
}
|
|
6347
|
-
}
|
|
6348
|
-
]
|
|
6349
|
-
},
|
|
6350
|
-
{
|
|
6351
|
-
"kind": "method",
|
|
6352
|
-
"name": "_hasProperties",
|
|
6353
|
-
"parameters": [
|
|
6354
|
-
{
|
|
6355
|
-
"name": "selected",
|
|
6356
|
-
"type": {
|
|
6357
|
-
"text": "Component[]"
|
|
6358
|
-
}
|
|
6359
|
-
}
|
|
6360
|
-
]
|
|
6361
|
-
},
|
|
6362
|
-
{
|
|
6363
|
-
"kind": "method",
|
|
6364
|
-
"name": "_isIdentifiable",
|
|
6365
|
-
"parameters": [
|
|
6366
|
-
{
|
|
6367
|
-
"name": "selected",
|
|
6368
|
-
"type": {
|
|
6369
|
-
"text": "Component[]"
|
|
6370
|
-
}
|
|
6371
|
-
}
|
|
6372
|
-
]
|
|
6446
|
+
"attribute": "propertyEditor"
|
|
6373
6447
|
},
|
|
6374
6448
|
{
|
|
6375
6449
|
"kind": "method",
|
|
6376
|
-
"name": "
|
|
6450
|
+
"name": "_onPropsChanged",
|
|
6377
6451
|
"parameters": [
|
|
6378
6452
|
{
|
|
6379
|
-
"name": "
|
|
6453
|
+
"name": "props",
|
|
6380
6454
|
"type": {
|
|
6381
|
-
"text": "
|
|
6455
|
+
"text": "any[]"
|
|
6382
6456
|
}
|
|
6383
6457
|
}
|
|
6384
6458
|
]
|
|
6385
6459
|
},
|
|
6386
6460
|
{
|
|
6387
6461
|
"kind": "method",
|
|
6388
|
-
"name": "
|
|
6389
|
-
"parameters": [
|
|
6390
|
-
{
|
|
6391
|
-
"name": "selected",
|
|
6392
|
-
"type": {
|
|
6393
|
-
"text": "Component[]"
|
|
6394
|
-
}
|
|
6395
|
-
}
|
|
6396
|
-
]
|
|
6462
|
+
"name": "_setValues"
|
|
6397
6463
|
},
|
|
6398
6464
|
{
|
|
6399
6465
|
"kind": "method",
|
|
6400
|
-
"name": "
|
|
6466
|
+
"name": "_onValueChanged",
|
|
6401
6467
|
"parameters": [
|
|
6402
6468
|
{
|
|
6403
|
-
"name": "
|
|
6469
|
+
"name": "e",
|
|
6404
6470
|
"type": {
|
|
6405
|
-
"text": "
|
|
6471
|
+
"text": "Event"
|
|
6406
6472
|
}
|
|
6407
6473
|
}
|
|
6408
6474
|
]
|
|
6409
|
-
},
|
|
6410
|
-
{
|
|
6411
|
-
"kind": "method",
|
|
6412
|
-
"name": "_getValueFromEventTarget",
|
|
6413
|
-
"parameters": [
|
|
6414
|
-
{
|
|
6415
|
-
"name": "element",
|
|
6416
|
-
"type": {
|
|
6417
|
-
"text": "HTMLElement"
|
|
6418
|
-
}
|
|
6419
|
-
}
|
|
6420
|
-
],
|
|
6421
|
-
"inheritedFrom": {
|
|
6422
|
-
"name": "AbstractProperty",
|
|
6423
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6424
|
-
}
|
|
6425
|
-
},
|
|
6426
|
-
{
|
|
6427
|
-
"kind": "method",
|
|
6428
|
-
"name": "_onAfterValueChange",
|
|
6429
|
-
"parameters": [
|
|
6430
|
-
{
|
|
6431
|
-
"name": "key",
|
|
6432
|
-
"type": {
|
|
6433
|
-
"text": "string"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"name": "value",
|
|
6438
|
-
"type": {
|
|
6439
|
-
"text": "any"
|
|
6440
|
-
}
|
|
6441
|
-
}
|
|
6442
|
-
],
|
|
6443
|
-
"inheritedFrom": {
|
|
6444
|
-
"name": "AbstractProperty",
|
|
6445
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6446
|
-
}
|
|
6447
6475
|
}
|
|
6448
6476
|
],
|
|
6449
6477
|
"events": [
|
|
6450
|
-
{
|
|
6451
|
-
"name": "bounds-change",
|
|
6452
|
-
"type": {
|
|
6453
|
-
"text": "CustomEvent"
|
|
6454
|
-
}
|
|
6455
|
-
},
|
|
6456
6478
|
{
|
|
6457
6479
|
"name": "property-change",
|
|
6458
6480
|
"type": {
|
|
6459
6481
|
"text": "CustomEvent"
|
|
6460
|
-
},
|
|
6461
|
-
"inheritedFrom": {
|
|
6462
|
-
"name": "AbstractProperty",
|
|
6463
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6464
6482
|
}
|
|
6465
6483
|
}
|
|
6466
6484
|
],
|
|
@@ -6468,280 +6486,274 @@
|
|
|
6468
6486
|
{
|
|
6469
6487
|
"name": "value",
|
|
6470
6488
|
"type": {
|
|
6471
|
-
"text": "
|
|
6489
|
+
"text": "any"
|
|
6472
6490
|
},
|
|
6473
6491
|
"fieldName": "value"
|
|
6474
6492
|
},
|
|
6475
6493
|
{
|
|
6476
|
-
"name": "
|
|
6494
|
+
"name": "props",
|
|
6477
6495
|
"type": {
|
|
6478
|
-
"text": "
|
|
6496
|
+
"text": "any[]"
|
|
6479
6497
|
},
|
|
6480
|
-
"default": "
|
|
6481
|
-
"fieldName": "
|
|
6498
|
+
"default": "[]",
|
|
6499
|
+
"fieldName": "props"
|
|
6482
6500
|
},
|
|
6483
6501
|
{
|
|
6484
|
-
"name": "
|
|
6502
|
+
"name": "propertyEditor",
|
|
6485
6503
|
"type": {
|
|
6486
|
-
"text": "
|
|
6504
|
+
"text": "any"
|
|
6487
6505
|
},
|
|
6488
|
-
"
|
|
6489
|
-
"fieldName": "selected"
|
|
6506
|
+
"fieldName": "propertyEditor"
|
|
6490
6507
|
}
|
|
6491
6508
|
],
|
|
6492
6509
|
"superclass": {
|
|
6493
|
-
"name": "
|
|
6494
|
-
"
|
|
6495
|
-
}
|
|
6510
|
+
"name": "LitElement",
|
|
6511
|
+
"package": "lit"
|
|
6512
|
+
},
|
|
6513
|
+
"customElement": true
|
|
6496
6514
|
}
|
|
6497
6515
|
],
|
|
6498
6516
|
"exports": [
|
|
6499
6517
|
{
|
|
6500
6518
|
"kind": "js",
|
|
6501
|
-
"name": "
|
|
6519
|
+
"name": "SpecificPropertiesBuilder",
|
|
6502
6520
|
"declaration": {
|
|
6503
|
-
"name": "
|
|
6504
|
-
"module": "src/modeller/property-sidebar/
|
|
6521
|
+
"name": "SpecificPropertiesBuilder",
|
|
6522
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
6505
6523
|
}
|
|
6506
6524
|
}
|
|
6507
6525
|
]
|
|
6508
6526
|
},
|
|
6509
6527
|
{
|
|
6510
6528
|
"kind": "javascript-module",
|
|
6511
|
-
"path": "src/modeller/property-sidebar/
|
|
6529
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
6512
6530
|
"declarations": [
|
|
6513
6531
|
{
|
|
6514
6532
|
"kind": "class",
|
|
6515
6533
|
"description": "",
|
|
6516
|
-
"name": "
|
|
6534
|
+
"name": "PropertySpecific",
|
|
6517
6535
|
"members": [
|
|
6518
6536
|
{
|
|
6519
6537
|
"kind": "field",
|
|
6520
|
-
"name": "
|
|
6538
|
+
"name": "value",
|
|
6521
6539
|
"type": {
|
|
6522
|
-
"text": "
|
|
6540
|
+
"text": "any"
|
|
6523
6541
|
},
|
|
6524
|
-
"attribute": "
|
|
6542
|
+
"attribute": "value"
|
|
6525
6543
|
},
|
|
6526
6544
|
{
|
|
6527
6545
|
"kind": "field",
|
|
6528
|
-
"name": "
|
|
6546
|
+
"name": "scene",
|
|
6529
6547
|
"type": {
|
|
6530
|
-
"text": "
|
|
6548
|
+
"text": "Scene | null"
|
|
6531
6549
|
},
|
|
6532
|
-
"
|
|
6533
|
-
"
|
|
6550
|
+
"default": "null",
|
|
6551
|
+
"attribute": "scene"
|
|
6534
6552
|
},
|
|
6535
6553
|
{
|
|
6536
6554
|
"kind": "field",
|
|
6537
|
-
"name": "
|
|
6555
|
+
"name": "selected",
|
|
6538
6556
|
"type": {
|
|
6539
|
-
"text": "
|
|
6557
|
+
"text": "Component[]"
|
|
6540
6558
|
},
|
|
6541
|
-
"
|
|
6559
|
+
"default": "[]",
|
|
6560
|
+
"attribute": "selected"
|
|
6542
6561
|
},
|
|
6543
6562
|
{
|
|
6544
6563
|
"kind": "field",
|
|
6545
|
-
"name": "
|
|
6564
|
+
"name": "props",
|
|
6546
6565
|
"type": {
|
|
6547
|
-
"text": "
|
|
6566
|
+
"text": "any[]"
|
|
6548
6567
|
},
|
|
6549
|
-
"
|
|
6550
|
-
"
|
|
6568
|
+
"default": "[]",
|
|
6569
|
+
"attribute": "props"
|
|
6551
6570
|
},
|
|
6552
6571
|
{
|
|
6553
6572
|
"kind": "field",
|
|
6554
|
-
"name": "
|
|
6573
|
+
"name": "propertyEditor",
|
|
6555
6574
|
"type": {
|
|
6556
|
-
"text": "
|
|
6575
|
+
"text": "any[]"
|
|
6557
6576
|
},
|
|
6558
|
-
"
|
|
6559
|
-
"
|
|
6560
|
-
},
|
|
6561
|
-
{
|
|
6562
|
-
"kind": "method",
|
|
6563
|
-
"name": "disconnectScene",
|
|
6564
|
-
"parameters": [
|
|
6565
|
-
{
|
|
6566
|
-
"name": "scene",
|
|
6567
|
-
"optional": true,
|
|
6568
|
-
"type": {
|
|
6569
|
-
"text": "Scene"
|
|
6570
|
-
}
|
|
6571
|
-
}
|
|
6572
|
-
]
|
|
6573
|
-
},
|
|
6574
|
-
{
|
|
6575
|
-
"kind": "method",
|
|
6576
|
-
"name": "refresh"
|
|
6577
|
-
},
|
|
6578
|
-
{
|
|
6579
|
-
"kind": "method",
|
|
6580
|
-
"name": "_onclick",
|
|
6581
|
-
"parameters": [
|
|
6582
|
-
{
|
|
6583
|
-
"name": "e",
|
|
6584
|
-
"type": {
|
|
6585
|
-
"text": "MouseEvent"
|
|
6586
|
-
}
|
|
6587
|
-
}
|
|
6588
|
-
]
|
|
6577
|
+
"default": "[]",
|
|
6578
|
+
"attribute": "propertyEditor"
|
|
6589
6579
|
},
|
|
6590
6580
|
{
|
|
6591
|
-
"kind": "
|
|
6592
|
-
"name": "
|
|
6593
|
-
"
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
"text": "MouseEvent"
|
|
6598
|
-
}
|
|
6599
|
-
}
|
|
6600
|
-
]
|
|
6581
|
+
"kind": "field",
|
|
6582
|
+
"name": "boundINeedSelected",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "any"
|
|
6585
|
+
},
|
|
6586
|
+
"privacy": "private"
|
|
6601
6587
|
},
|
|
6602
6588
|
{
|
|
6603
6589
|
"kind": "field",
|
|
6604
|
-
"name": "
|
|
6590
|
+
"name": "scopedElements",
|
|
6591
|
+
"static": true,
|
|
6605
6592
|
"readonly": true
|
|
6606
6593
|
},
|
|
6607
6594
|
{
|
|
6608
6595
|
"kind": "method",
|
|
6609
|
-
"name": "
|
|
6610
|
-
"parameters": [
|
|
6611
|
-
{
|
|
6612
|
-
"name": "component",
|
|
6613
|
-
"type": {
|
|
6614
|
-
"text": "Component"
|
|
6615
|
-
}
|
|
6616
|
-
}
|
|
6617
|
-
]
|
|
6618
|
-
},
|
|
6619
|
-
{
|
|
6620
|
-
"kind": "method",
|
|
6621
|
-
"name": "isExtended",
|
|
6596
|
+
"name": "_onValueChange",
|
|
6622
6597
|
"parameters": [
|
|
6623
6598
|
{
|
|
6624
|
-
"name": "
|
|
6599
|
+
"name": "e",
|
|
6625
6600
|
"type": {
|
|
6626
|
-
"text": "
|
|
6601
|
+
"text": "Event"
|
|
6627
6602
|
}
|
|
6628
6603
|
}
|
|
6629
|
-
]
|
|
6604
|
+
],
|
|
6605
|
+
"inheritedFrom": {
|
|
6606
|
+
"name": "AbstractProperty",
|
|
6607
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6608
|
+
}
|
|
6630
6609
|
},
|
|
6631
6610
|
{
|
|
6632
6611
|
"kind": "method",
|
|
6633
|
-
"name": "
|
|
6612
|
+
"name": "_isIdentifiable",
|
|
6634
6613
|
"parameters": [
|
|
6635
6614
|
{
|
|
6636
|
-
"name": "
|
|
6615
|
+
"name": "selected",
|
|
6637
6616
|
"type": {
|
|
6638
|
-
"text": "Component"
|
|
6617
|
+
"text": "Component[]"
|
|
6639
6618
|
}
|
|
6640
6619
|
}
|
|
6641
6620
|
]
|
|
6642
6621
|
},
|
|
6643
6622
|
{
|
|
6644
6623
|
"kind": "method",
|
|
6645
|
-
"name": "
|
|
6624
|
+
"name": "_hasTextProperty",
|
|
6646
6625
|
"parameters": [
|
|
6647
6626
|
{
|
|
6648
|
-
"name": "
|
|
6627
|
+
"name": "selected",
|
|
6649
6628
|
"type": {
|
|
6650
|
-
"text": "Component"
|
|
6629
|
+
"text": "Component[]"
|
|
6651
6630
|
}
|
|
6652
6631
|
}
|
|
6653
6632
|
]
|
|
6654
6633
|
},
|
|
6655
6634
|
{
|
|
6656
6635
|
"kind": "method",
|
|
6657
|
-
"name": "
|
|
6636
|
+
"name": "_onINeedSelected",
|
|
6658
6637
|
"parameters": [
|
|
6659
6638
|
{
|
|
6660
|
-
"name": "
|
|
6661
|
-
"type": {
|
|
6662
|
-
"text": "Component"
|
|
6663
|
-
}
|
|
6664
|
-
},
|
|
6665
|
-
{
|
|
6666
|
-
"name": "append",
|
|
6667
|
-
"default": "false",
|
|
6639
|
+
"name": "e",
|
|
6668
6640
|
"type": {
|
|
6669
|
-
"text": "
|
|
6641
|
+
"text": "CustomEvent"
|
|
6670
6642
|
}
|
|
6671
6643
|
}
|
|
6672
6644
|
]
|
|
6673
6645
|
},
|
|
6674
6646
|
{
|
|
6675
6647
|
"kind": "method",
|
|
6676
|
-
"name": "
|
|
6677
|
-
"return": {
|
|
6678
|
-
"type": {
|
|
6679
|
-
"text": "boolean"
|
|
6680
|
-
}
|
|
6681
|
-
},
|
|
6648
|
+
"name": "_getValueFromEventTarget",
|
|
6682
6649
|
"parameters": [
|
|
6683
6650
|
{
|
|
6684
|
-
"name": "
|
|
6685
|
-
"type": {
|
|
6686
|
-
"text": "Component"
|
|
6687
|
-
}
|
|
6688
|
-
},
|
|
6689
|
-
{
|
|
6690
|
-
"name": "counting",
|
|
6691
|
-
"default": "false",
|
|
6651
|
+
"name": "element",
|
|
6692
6652
|
"type": {
|
|
6693
|
-
"text": "
|
|
6653
|
+
"text": "HTMLElement"
|
|
6694
6654
|
}
|
|
6695
6655
|
}
|
|
6696
|
-
]
|
|
6656
|
+
],
|
|
6657
|
+
"inheritedFrom": {
|
|
6658
|
+
"name": "AbstractProperty",
|
|
6659
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6660
|
+
}
|
|
6697
6661
|
},
|
|
6698
6662
|
{
|
|
6699
6663
|
"kind": "method",
|
|
6700
|
-
"name": "
|
|
6701
|
-
"return": {
|
|
6702
|
-
"type": {
|
|
6703
|
-
"text": "TemplateResult"
|
|
6704
|
-
}
|
|
6705
|
-
},
|
|
6664
|
+
"name": "_onAfterValueChange",
|
|
6706
6665
|
"parameters": [
|
|
6707
6666
|
{
|
|
6708
|
-
"name": "
|
|
6667
|
+
"name": "key",
|
|
6709
6668
|
"type": {
|
|
6710
|
-
"text": "
|
|
6669
|
+
"text": "string"
|
|
6711
6670
|
}
|
|
6712
6671
|
},
|
|
6713
6672
|
{
|
|
6714
|
-
"name": "
|
|
6673
|
+
"name": "value",
|
|
6715
6674
|
"type": {
|
|
6716
|
-
"text": "
|
|
6675
|
+
"text": "any"
|
|
6717
6676
|
}
|
|
6718
6677
|
}
|
|
6719
|
-
]
|
|
6678
|
+
],
|
|
6679
|
+
"inheritedFrom": {
|
|
6680
|
+
"name": "AbstractProperty",
|
|
6681
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6682
|
+
}
|
|
6720
6683
|
}
|
|
6721
6684
|
],
|
|
6722
6685
|
"attributes": [
|
|
6686
|
+
{
|
|
6687
|
+
"name": "value",
|
|
6688
|
+
"type": {
|
|
6689
|
+
"text": "any"
|
|
6690
|
+
},
|
|
6691
|
+
"fieldName": "value"
|
|
6692
|
+
},
|
|
6723
6693
|
{
|
|
6724
6694
|
"name": "scene",
|
|
6725
6695
|
"type": {
|
|
6726
|
-
"text": "Scene |
|
|
6696
|
+
"text": "Scene | null"
|
|
6727
6697
|
},
|
|
6698
|
+
"default": "null",
|
|
6728
6699
|
"fieldName": "scene"
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "selected",
|
|
6703
|
+
"type": {
|
|
6704
|
+
"text": "Component[]"
|
|
6705
|
+
},
|
|
6706
|
+
"default": "[]",
|
|
6707
|
+
"fieldName": "selected"
|
|
6708
|
+
},
|
|
6709
|
+
{
|
|
6710
|
+
"name": "props",
|
|
6711
|
+
"type": {
|
|
6712
|
+
"text": "any[]"
|
|
6713
|
+
},
|
|
6714
|
+
"default": "[]",
|
|
6715
|
+
"fieldName": "props"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"name": "propertyEditor",
|
|
6719
|
+
"type": {
|
|
6720
|
+
"text": "any[]"
|
|
6721
|
+
},
|
|
6722
|
+
"default": "[]",
|
|
6723
|
+
"fieldName": "propertyEditor"
|
|
6724
|
+
}
|
|
6725
|
+
],
|
|
6726
|
+
"mixins": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "ScopedElementsMixin",
|
|
6729
|
+
"package": "@open-wc/scoped-elements"
|
|
6729
6730
|
}
|
|
6730
6731
|
],
|
|
6731
6732
|
"superclass": {
|
|
6732
|
-
"name": "
|
|
6733
|
-
"
|
|
6733
|
+
"name": "AbstractProperty",
|
|
6734
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6734
6735
|
},
|
|
6735
|
-
"
|
|
6736
|
+
"events": [
|
|
6737
|
+
{
|
|
6738
|
+
"name": "property-change",
|
|
6739
|
+
"type": {
|
|
6740
|
+
"text": "CustomEvent"
|
|
6741
|
+
},
|
|
6742
|
+
"inheritedFrom": {
|
|
6743
|
+
"name": "AbstractProperty",
|
|
6744
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6745
|
+
}
|
|
6746
|
+
}
|
|
6747
|
+
]
|
|
6736
6748
|
}
|
|
6737
6749
|
],
|
|
6738
6750
|
"exports": [
|
|
6739
6751
|
{
|
|
6740
6752
|
"kind": "js",
|
|
6741
|
-
"name": "
|
|
6753
|
+
"name": "PropertySpecific",
|
|
6742
6754
|
"declaration": {
|
|
6743
|
-
"name": "
|
|
6744
|
-
"module": "src/modeller/property-sidebar/
|
|
6755
|
+
"name": "PropertySpecific",
|
|
6756
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6745
6757
|
}
|
|
6746
6758
|
}
|
|
6747
6759
|
]
|