@fmsim/board 1.0.63 → 1.0.65
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 +275 -275
- package/dist/src/component/etc.js +17 -0
- package/dist/src/component/etc.js.map +1 -1
- package/dist/src/layers/movement-layer.js +8 -4
- package/dist/src/layers/movement-layer.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +0 -1
- package/dist/src/modeller/edit-toolbar.js +1 -475
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +1 -0
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/modeller/scene-viewer/confidential-overlay.js +8 -4
- package/dist/src/modeller/scene-viewer/confidential-overlay.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +3 -0
- package/dist/src/ox-board-viewer.js +31 -1
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -1113,6 +1113,14 @@
|
|
|
1113
1113
|
"kind": "field",
|
|
1114
1114
|
"name": "fmbMonitoringInitHandler"
|
|
1115
1115
|
},
|
|
1116
|
+
{
|
|
1117
|
+
"kind": "field",
|
|
1118
|
+
"name": "fmbShowLegendHandler"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"kind": "field",
|
|
1122
|
+
"name": "fmbHideLegendHandler"
|
|
1123
|
+
},
|
|
1116
1124
|
{
|
|
1117
1125
|
"kind": "field",
|
|
1118
1126
|
"name": "clickComponentHandler"
|
|
@@ -1353,6 +1361,10 @@
|
|
|
1353
1361
|
}
|
|
1354
1362
|
]
|
|
1355
1363
|
},
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "method",
|
|
1366
|
+
"name": "onLegendToggle"
|
|
1367
|
+
},
|
|
1356
1368
|
{
|
|
1357
1369
|
"kind": "method",
|
|
1358
1370
|
"name": "getSceneData"
|
|
@@ -1739,7 +1751,7 @@
|
|
|
1739
1751
|
"type": {
|
|
1740
1752
|
"text": "ComponentGroup"
|
|
1741
1753
|
},
|
|
1742
|
-
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } } ] }"
|
|
1754
|
+
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'popup', description: 'popup window', icon: popup, group: 'container', model: { type: 'popup', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: 'DarkGoldenRod', hidden: true } } ] }"
|
|
1743
1755
|
}
|
|
1744
1756
|
],
|
|
1745
1757
|
"exports": [
|
|
@@ -3573,18 +3585,6 @@
|
|
|
3573
3585
|
}
|
|
3574
3586
|
}
|
|
3575
3587
|
]
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "method",
|
|
3579
|
-
"name": "onTapGenerateModel",
|
|
3580
|
-
"parameters": [
|
|
3581
|
-
{
|
|
3582
|
-
"name": "e",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "TouchEvent | string"
|
|
3585
|
-
}
|
|
3586
|
-
}
|
|
3587
|
-
]
|
|
3588
3588
|
}
|
|
3589
3589
|
],
|
|
3590
3590
|
"events": [
|
|
@@ -7102,142 +7102,50 @@
|
|
|
7102
7102
|
},
|
|
7103
7103
|
{
|
|
7104
7104
|
"kind": "javascript-module",
|
|
7105
|
-
"path": "src/modeller/property-sidebar/
|
|
7105
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7106
7106
|
"declarations": [
|
|
7107
7107
|
{
|
|
7108
|
-
"kind": "
|
|
7109
|
-
"
|
|
7110
|
-
"
|
|
7111
|
-
"members": [
|
|
7112
|
-
{
|
|
7113
|
-
"kind": "field",
|
|
7114
|
-
"name": "value",
|
|
7115
|
-
"type": {
|
|
7116
|
-
"text": "any"
|
|
7117
|
-
},
|
|
7118
|
-
"attribute": "value"
|
|
7119
|
-
},
|
|
7120
|
-
{
|
|
7121
|
-
"kind": "field",
|
|
7122
|
-
"name": "props",
|
|
7123
|
-
"type": {
|
|
7124
|
-
"text": "any[]"
|
|
7125
|
-
},
|
|
7126
|
-
"default": "[]",
|
|
7127
|
-
"attribute": "props"
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"kind": "field",
|
|
7131
|
-
"name": "propertyEditor",
|
|
7132
|
-
"type": {
|
|
7133
|
-
"text": "any"
|
|
7134
|
-
},
|
|
7135
|
-
"attribute": "propertyEditor"
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"kind": "method",
|
|
7139
|
-
"name": "_onPropsChanged",
|
|
7140
|
-
"parameters": [
|
|
7141
|
-
{
|
|
7142
|
-
"name": "props",
|
|
7143
|
-
"type": {
|
|
7144
|
-
"text": "any[]"
|
|
7145
|
-
}
|
|
7146
|
-
}
|
|
7147
|
-
]
|
|
7148
|
-
},
|
|
7149
|
-
{
|
|
7150
|
-
"kind": "method",
|
|
7151
|
-
"name": "_setValues"
|
|
7152
|
-
},
|
|
7153
|
-
{
|
|
7154
|
-
"kind": "method",
|
|
7155
|
-
"name": "_onValueChanged",
|
|
7156
|
-
"parameters": [
|
|
7157
|
-
{
|
|
7158
|
-
"name": "e",
|
|
7159
|
-
"type": {
|
|
7160
|
-
"text": "Event"
|
|
7161
|
-
}
|
|
7162
|
-
}
|
|
7163
|
-
]
|
|
7164
|
-
}
|
|
7165
|
-
],
|
|
7166
|
-
"events": [
|
|
7167
|
-
{
|
|
7168
|
-
"name": "property-change",
|
|
7169
|
-
"type": {
|
|
7170
|
-
"text": "CustomEvent"
|
|
7171
|
-
}
|
|
7172
|
-
}
|
|
7173
|
-
],
|
|
7174
|
-
"attributes": [
|
|
7175
|
-
{
|
|
7176
|
-
"name": "value",
|
|
7177
|
-
"type": {
|
|
7178
|
-
"text": "any"
|
|
7179
|
-
},
|
|
7180
|
-
"fieldName": "value"
|
|
7181
|
-
},
|
|
7182
|
-
{
|
|
7183
|
-
"name": "props",
|
|
7184
|
-
"type": {
|
|
7185
|
-
"text": "any[]"
|
|
7186
|
-
},
|
|
7187
|
-
"default": "[]",
|
|
7188
|
-
"fieldName": "props"
|
|
7189
|
-
},
|
|
7190
|
-
{
|
|
7191
|
-
"name": "propertyEditor",
|
|
7192
|
-
"type": {
|
|
7193
|
-
"text": "any"
|
|
7194
|
-
},
|
|
7195
|
-
"fieldName": "propertyEditor"
|
|
7196
|
-
}
|
|
7197
|
-
],
|
|
7198
|
-
"superclass": {
|
|
7199
|
-
"name": "LitElement",
|
|
7200
|
-
"package": "lit"
|
|
7201
|
-
},
|
|
7202
|
-
"customElement": true
|
|
7108
|
+
"kind": "variable",
|
|
7109
|
+
"name": "BoxPaddingEditorStyles",
|
|
7110
|
+
"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; } `"
|
|
7203
7111
|
}
|
|
7204
7112
|
],
|
|
7205
7113
|
"exports": [
|
|
7206
7114
|
{
|
|
7207
7115
|
"kind": "js",
|
|
7208
|
-
"name": "
|
|
7116
|
+
"name": "BoxPaddingEditorStyles",
|
|
7209
7117
|
"declaration": {
|
|
7210
|
-
"name": "
|
|
7211
|
-
"module": "src/modeller/property-sidebar/
|
|
7118
|
+
"name": "BoxPaddingEditorStyles",
|
|
7119
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7212
7120
|
}
|
|
7213
7121
|
}
|
|
7214
7122
|
]
|
|
7215
7123
|
},
|
|
7216
7124
|
{
|
|
7217
7125
|
"kind": "javascript-module",
|
|
7218
|
-
"path": "src/modeller/property-sidebar/
|
|
7126
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7219
7127
|
"declarations": [
|
|
7220
7128
|
{
|
|
7221
7129
|
"kind": "class",
|
|
7222
7130
|
"description": "",
|
|
7223
|
-
"name": "
|
|
7131
|
+
"name": "PropertyShapes",
|
|
7224
7132
|
"members": [
|
|
7225
7133
|
{
|
|
7226
7134
|
"kind": "field",
|
|
7227
7135
|
"name": "value",
|
|
7228
7136
|
"type": {
|
|
7229
|
-
"text": "
|
|
7137
|
+
"text": "Properties | undefined"
|
|
7230
7138
|
},
|
|
7231
7139
|
"attribute": "value"
|
|
7232
7140
|
},
|
|
7233
7141
|
{
|
|
7234
7142
|
"kind": "field",
|
|
7235
|
-
"name": "
|
|
7143
|
+
"name": "bounds",
|
|
7236
7144
|
"type": {
|
|
7237
|
-
"text": "
|
|
7145
|
+
"text": "BOUNDS | null"
|
|
7238
7146
|
},
|
|
7239
7147
|
"default": "null",
|
|
7240
|
-
"attribute": "
|
|
7148
|
+
"attribute": "bounds"
|
|
7241
7149
|
},
|
|
7242
7150
|
{
|
|
7243
7151
|
"kind": "field",
|
|
@@ -7248,38 +7156,6 @@
|
|
|
7248
7156
|
"default": "[]",
|
|
7249
7157
|
"attribute": "selected"
|
|
7250
7158
|
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "field",
|
|
7253
|
-
"name": "props",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "any[]"
|
|
7256
|
-
},
|
|
7257
|
-
"default": "[]",
|
|
7258
|
-
"attribute": "props"
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"kind": "field",
|
|
7262
|
-
"name": "propertyEditor",
|
|
7263
|
-
"type": {
|
|
7264
|
-
"text": "any[]"
|
|
7265
|
-
},
|
|
7266
|
-
"default": "[]",
|
|
7267
|
-
"attribute": "propertyEditor"
|
|
7268
|
-
},
|
|
7269
|
-
{
|
|
7270
|
-
"kind": "field",
|
|
7271
|
-
"name": "boundINeedSelected",
|
|
7272
|
-
"type": {
|
|
7273
|
-
"text": "any"
|
|
7274
|
-
},
|
|
7275
|
-
"privacy": "private"
|
|
7276
|
-
},
|
|
7277
|
-
{
|
|
7278
|
-
"kind": "field",
|
|
7279
|
-
"name": "scopedElements",
|
|
7280
|
-
"static": true,
|
|
7281
|
-
"readonly": true
|
|
7282
|
-
},
|
|
7283
7159
|
{
|
|
7284
7160
|
"kind": "method",
|
|
7285
7161
|
"name": "_onValueChange",
|
|
@@ -7296,6 +7172,30 @@
|
|
|
7296
7172
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7297
7173
|
}
|
|
7298
7174
|
},
|
|
7175
|
+
{
|
|
7176
|
+
"kind": "method",
|
|
7177
|
+
"name": "_hasTextProperty",
|
|
7178
|
+
"parameters": [
|
|
7179
|
+
{
|
|
7180
|
+
"name": "selected",
|
|
7181
|
+
"type": {
|
|
7182
|
+
"text": "Component[]"
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
]
|
|
7186
|
+
},
|
|
7187
|
+
{
|
|
7188
|
+
"kind": "method",
|
|
7189
|
+
"name": "_hasProperties",
|
|
7190
|
+
"parameters": [
|
|
7191
|
+
{
|
|
7192
|
+
"name": "selected",
|
|
7193
|
+
"type": {
|
|
7194
|
+
"text": "Component[]"
|
|
7195
|
+
}
|
|
7196
|
+
}
|
|
7197
|
+
]
|
|
7198
|
+
},
|
|
7299
7199
|
{
|
|
7300
7200
|
"kind": "method",
|
|
7301
7201
|
"name": "_isIdentifiable",
|
|
@@ -7310,7 +7210,7 @@
|
|
|
7310
7210
|
},
|
|
7311
7211
|
{
|
|
7312
7212
|
"kind": "method",
|
|
7313
|
-
"name": "
|
|
7213
|
+
"name": "_isClassIdentifiable",
|
|
7314
7214
|
"parameters": [
|
|
7315
7215
|
{
|
|
7316
7216
|
"name": "selected",
|
|
@@ -7322,12 +7222,24 @@
|
|
|
7322
7222
|
},
|
|
7323
7223
|
{
|
|
7324
7224
|
"kind": "method",
|
|
7325
|
-
"name": "
|
|
7225
|
+
"name": "_isLine",
|
|
7326
7226
|
"parameters": [
|
|
7327
7227
|
{
|
|
7328
|
-
"name": "
|
|
7228
|
+
"name": "selected",
|
|
7329
7229
|
"type": {
|
|
7330
|
-
"text": "
|
|
7230
|
+
"text": "Component[]"
|
|
7231
|
+
}
|
|
7232
|
+
}
|
|
7233
|
+
]
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"kind": "method",
|
|
7237
|
+
"name": "_is3dish",
|
|
7238
|
+
"parameters": [
|
|
7239
|
+
{
|
|
7240
|
+
"name": "selected",
|
|
7241
|
+
"type": {
|
|
7242
|
+
"text": "Component[]"
|
|
7331
7243
|
}
|
|
7332
7244
|
}
|
|
7333
7245
|
]
|
|
@@ -7371,21 +7283,39 @@
|
|
|
7371
7283
|
}
|
|
7372
7284
|
}
|
|
7373
7285
|
],
|
|
7286
|
+
"events": [
|
|
7287
|
+
{
|
|
7288
|
+
"name": "bounds-change",
|
|
7289
|
+
"type": {
|
|
7290
|
+
"text": "CustomEvent"
|
|
7291
|
+
}
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"name": "property-change",
|
|
7295
|
+
"type": {
|
|
7296
|
+
"text": "CustomEvent"
|
|
7297
|
+
},
|
|
7298
|
+
"inheritedFrom": {
|
|
7299
|
+
"name": "AbstractProperty",
|
|
7300
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7301
|
+
}
|
|
7302
|
+
}
|
|
7303
|
+
],
|
|
7374
7304
|
"attributes": [
|
|
7375
7305
|
{
|
|
7376
7306
|
"name": "value",
|
|
7377
7307
|
"type": {
|
|
7378
|
-
"text": "
|
|
7308
|
+
"text": "Properties | undefined"
|
|
7379
7309
|
},
|
|
7380
7310
|
"fieldName": "value"
|
|
7381
7311
|
},
|
|
7382
7312
|
{
|
|
7383
|
-
"name": "
|
|
7313
|
+
"name": "bounds",
|
|
7384
7314
|
"type": {
|
|
7385
|
-
"text": "
|
|
7315
|
+
"text": "BOUNDS | null"
|
|
7386
7316
|
},
|
|
7387
7317
|
"default": "null",
|
|
7388
|
-
"fieldName": "
|
|
7318
|
+
"fieldName": "bounds"
|
|
7389
7319
|
},
|
|
7390
7320
|
{
|
|
7391
7321
|
"name": "selected",
|
|
@@ -7394,55 +7324,21 @@
|
|
|
7394
7324
|
},
|
|
7395
7325
|
"default": "[]",
|
|
7396
7326
|
"fieldName": "selected"
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"name": "props",
|
|
7400
|
-
"type": {
|
|
7401
|
-
"text": "any[]"
|
|
7402
|
-
},
|
|
7403
|
-
"default": "[]",
|
|
7404
|
-
"fieldName": "props"
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"name": "propertyEditor",
|
|
7408
|
-
"type": {
|
|
7409
|
-
"text": "any[]"
|
|
7410
|
-
},
|
|
7411
|
-
"default": "[]",
|
|
7412
|
-
"fieldName": "propertyEditor"
|
|
7413
|
-
}
|
|
7414
|
-
],
|
|
7415
|
-
"mixins": [
|
|
7416
|
-
{
|
|
7417
|
-
"name": "ScopedElementsMixin",
|
|
7418
|
-
"package": "@open-wc/scoped-elements"
|
|
7419
7327
|
}
|
|
7420
7328
|
],
|
|
7421
7329
|
"superclass": {
|
|
7422
7330
|
"name": "AbstractProperty",
|
|
7423
7331
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7424
|
-
}
|
|
7425
|
-
"events": [
|
|
7426
|
-
{
|
|
7427
|
-
"name": "property-change",
|
|
7428
|
-
"type": {
|
|
7429
|
-
"text": "CustomEvent"
|
|
7430
|
-
},
|
|
7431
|
-
"inheritedFrom": {
|
|
7432
|
-
"name": "AbstractProperty",
|
|
7433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7434
|
-
}
|
|
7435
|
-
}
|
|
7436
|
-
]
|
|
7332
|
+
}
|
|
7437
7333
|
}
|
|
7438
7334
|
],
|
|
7439
7335
|
"exports": [
|
|
7440
7336
|
{
|
|
7441
7337
|
"kind": "js",
|
|
7442
|
-
"name": "
|
|
7338
|
+
"name": "PropertyShapes",
|
|
7443
7339
|
"declaration": {
|
|
7444
|
-
"name": "
|
|
7445
|
-
"module": "src/modeller/property-sidebar/
|
|
7340
|
+
"name": "PropertyShapes",
|
|
7341
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7446
7342
|
}
|
|
7447
7343
|
}
|
|
7448
7344
|
]
|
|
@@ -7615,50 +7511,142 @@
|
|
|
7615
7511
|
},
|
|
7616
7512
|
{
|
|
7617
7513
|
"kind": "javascript-module",
|
|
7618
|
-
"path": "src/modeller/property-sidebar/
|
|
7514
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
7619
7515
|
"declarations": [
|
|
7620
7516
|
{
|
|
7621
|
-
"kind": "
|
|
7622
|
-
"
|
|
7623
|
-
"
|
|
7517
|
+
"kind": "class",
|
|
7518
|
+
"description": "",
|
|
7519
|
+
"name": "SpecificPropertiesBuilder",
|
|
7520
|
+
"members": [
|
|
7521
|
+
{
|
|
7522
|
+
"kind": "field",
|
|
7523
|
+
"name": "value",
|
|
7524
|
+
"type": {
|
|
7525
|
+
"text": "any"
|
|
7526
|
+
},
|
|
7527
|
+
"attribute": "value"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"kind": "field",
|
|
7531
|
+
"name": "props",
|
|
7532
|
+
"type": {
|
|
7533
|
+
"text": "any[]"
|
|
7534
|
+
},
|
|
7535
|
+
"default": "[]",
|
|
7536
|
+
"attribute": "props"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"kind": "field",
|
|
7540
|
+
"name": "propertyEditor",
|
|
7541
|
+
"type": {
|
|
7542
|
+
"text": "any"
|
|
7543
|
+
},
|
|
7544
|
+
"attribute": "propertyEditor"
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"kind": "method",
|
|
7548
|
+
"name": "_onPropsChanged",
|
|
7549
|
+
"parameters": [
|
|
7550
|
+
{
|
|
7551
|
+
"name": "props",
|
|
7552
|
+
"type": {
|
|
7553
|
+
"text": "any[]"
|
|
7554
|
+
}
|
|
7555
|
+
}
|
|
7556
|
+
]
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
"kind": "method",
|
|
7560
|
+
"name": "_setValues"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"kind": "method",
|
|
7564
|
+
"name": "_onValueChanged",
|
|
7565
|
+
"parameters": [
|
|
7566
|
+
{
|
|
7567
|
+
"name": "e",
|
|
7568
|
+
"type": {
|
|
7569
|
+
"text": "Event"
|
|
7570
|
+
}
|
|
7571
|
+
}
|
|
7572
|
+
]
|
|
7573
|
+
}
|
|
7574
|
+
],
|
|
7575
|
+
"events": [
|
|
7576
|
+
{
|
|
7577
|
+
"name": "property-change",
|
|
7578
|
+
"type": {
|
|
7579
|
+
"text": "CustomEvent"
|
|
7580
|
+
}
|
|
7581
|
+
}
|
|
7582
|
+
],
|
|
7583
|
+
"attributes": [
|
|
7584
|
+
{
|
|
7585
|
+
"name": "value",
|
|
7586
|
+
"type": {
|
|
7587
|
+
"text": "any"
|
|
7588
|
+
},
|
|
7589
|
+
"fieldName": "value"
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "props",
|
|
7593
|
+
"type": {
|
|
7594
|
+
"text": "any[]"
|
|
7595
|
+
},
|
|
7596
|
+
"default": "[]",
|
|
7597
|
+
"fieldName": "props"
|
|
7598
|
+
},
|
|
7599
|
+
{
|
|
7600
|
+
"name": "propertyEditor",
|
|
7601
|
+
"type": {
|
|
7602
|
+
"text": "any"
|
|
7603
|
+
},
|
|
7604
|
+
"fieldName": "propertyEditor"
|
|
7605
|
+
}
|
|
7606
|
+
],
|
|
7607
|
+
"superclass": {
|
|
7608
|
+
"name": "LitElement",
|
|
7609
|
+
"package": "lit"
|
|
7610
|
+
},
|
|
7611
|
+
"customElement": true
|
|
7624
7612
|
}
|
|
7625
7613
|
],
|
|
7626
7614
|
"exports": [
|
|
7627
7615
|
{
|
|
7628
7616
|
"kind": "js",
|
|
7629
|
-
"name": "
|
|
7617
|
+
"name": "SpecificPropertiesBuilder",
|
|
7630
7618
|
"declaration": {
|
|
7631
|
-
"name": "
|
|
7632
|
-
"module": "src/modeller/property-sidebar/
|
|
7619
|
+
"name": "SpecificPropertiesBuilder",
|
|
7620
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
7633
7621
|
}
|
|
7634
7622
|
}
|
|
7635
7623
|
]
|
|
7636
7624
|
},
|
|
7637
7625
|
{
|
|
7638
7626
|
"kind": "javascript-module",
|
|
7639
|
-
"path": "src/modeller/property-sidebar/
|
|
7627
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
7640
7628
|
"declarations": [
|
|
7641
7629
|
{
|
|
7642
7630
|
"kind": "class",
|
|
7643
7631
|
"description": "",
|
|
7644
|
-
"name": "
|
|
7632
|
+
"name": "PropertySpecific",
|
|
7645
7633
|
"members": [
|
|
7646
7634
|
{
|
|
7647
7635
|
"kind": "field",
|
|
7648
7636
|
"name": "value",
|
|
7649
7637
|
"type": {
|
|
7650
|
-
"text": "
|
|
7638
|
+
"text": "any"
|
|
7651
7639
|
},
|
|
7652
7640
|
"attribute": "value"
|
|
7653
7641
|
},
|
|
7654
7642
|
{
|
|
7655
7643
|
"kind": "field",
|
|
7656
|
-
"name": "
|
|
7644
|
+
"name": "scene",
|
|
7657
7645
|
"type": {
|
|
7658
|
-
"text": "
|
|
7646
|
+
"text": "Scene | null"
|
|
7659
7647
|
},
|
|
7660
7648
|
"default": "null",
|
|
7661
|
-
"attribute": "
|
|
7649
|
+
"attribute": "scene"
|
|
7662
7650
|
},
|
|
7663
7651
|
{
|
|
7664
7652
|
"kind": "field",
|
|
@@ -7669,6 +7657,38 @@
|
|
|
7669
7657
|
"default": "[]",
|
|
7670
7658
|
"attribute": "selected"
|
|
7671
7659
|
},
|
|
7660
|
+
{
|
|
7661
|
+
"kind": "field",
|
|
7662
|
+
"name": "props",
|
|
7663
|
+
"type": {
|
|
7664
|
+
"text": "any[]"
|
|
7665
|
+
},
|
|
7666
|
+
"default": "[]",
|
|
7667
|
+
"attribute": "props"
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"kind": "field",
|
|
7671
|
+
"name": "propertyEditor",
|
|
7672
|
+
"type": {
|
|
7673
|
+
"text": "any[]"
|
|
7674
|
+
},
|
|
7675
|
+
"default": "[]",
|
|
7676
|
+
"attribute": "propertyEditor"
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"kind": "field",
|
|
7680
|
+
"name": "boundINeedSelected",
|
|
7681
|
+
"type": {
|
|
7682
|
+
"text": "any"
|
|
7683
|
+
},
|
|
7684
|
+
"privacy": "private"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"kind": "field",
|
|
7688
|
+
"name": "scopedElements",
|
|
7689
|
+
"static": true,
|
|
7690
|
+
"readonly": true
|
|
7691
|
+
},
|
|
7672
7692
|
{
|
|
7673
7693
|
"kind": "method",
|
|
7674
7694
|
"name": "_onValueChange",
|
|
@@ -7685,30 +7705,6 @@
|
|
|
7685
7705
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7686
7706
|
}
|
|
7687
7707
|
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "_hasTextProperty",
|
|
7691
|
-
"parameters": [
|
|
7692
|
-
{
|
|
7693
|
-
"name": "selected",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "Component[]"
|
|
7696
|
-
}
|
|
7697
|
-
}
|
|
7698
|
-
]
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"kind": "method",
|
|
7702
|
-
"name": "_hasProperties",
|
|
7703
|
-
"parameters": [
|
|
7704
|
-
{
|
|
7705
|
-
"name": "selected",
|
|
7706
|
-
"type": {
|
|
7707
|
-
"text": "Component[]"
|
|
7708
|
-
}
|
|
7709
|
-
}
|
|
7710
|
-
]
|
|
7711
|
-
},
|
|
7712
7708
|
{
|
|
7713
7709
|
"kind": "method",
|
|
7714
7710
|
"name": "_isIdentifiable",
|
|
@@ -7723,19 +7719,7 @@
|
|
|
7723
7719
|
},
|
|
7724
7720
|
{
|
|
7725
7721
|
"kind": "method",
|
|
7726
|
-
"name": "
|
|
7727
|
-
"parameters": [
|
|
7728
|
-
{
|
|
7729
|
-
"name": "selected",
|
|
7730
|
-
"type": {
|
|
7731
|
-
"text": "Component[]"
|
|
7732
|
-
}
|
|
7733
|
-
}
|
|
7734
|
-
]
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "method",
|
|
7738
|
-
"name": "_isLine",
|
|
7722
|
+
"name": "_hasTextProperty",
|
|
7739
7723
|
"parameters": [
|
|
7740
7724
|
{
|
|
7741
7725
|
"name": "selected",
|
|
@@ -7747,12 +7731,12 @@
|
|
|
7747
7731
|
},
|
|
7748
7732
|
{
|
|
7749
7733
|
"kind": "method",
|
|
7750
|
-
"name": "
|
|
7734
|
+
"name": "_onINeedSelected",
|
|
7751
7735
|
"parameters": [
|
|
7752
7736
|
{
|
|
7753
|
-
"name": "
|
|
7737
|
+
"name": "e",
|
|
7754
7738
|
"type": {
|
|
7755
|
-
"text": "
|
|
7739
|
+
"text": "CustomEvent"
|
|
7756
7740
|
}
|
|
7757
7741
|
}
|
|
7758
7742
|
]
|
|
@@ -7796,39 +7780,21 @@
|
|
|
7796
7780
|
}
|
|
7797
7781
|
}
|
|
7798
7782
|
],
|
|
7799
|
-
"events": [
|
|
7800
|
-
{
|
|
7801
|
-
"name": "bounds-change",
|
|
7802
|
-
"type": {
|
|
7803
|
-
"text": "CustomEvent"
|
|
7804
|
-
}
|
|
7805
|
-
},
|
|
7806
|
-
{
|
|
7807
|
-
"name": "property-change",
|
|
7808
|
-
"type": {
|
|
7809
|
-
"text": "CustomEvent"
|
|
7810
|
-
},
|
|
7811
|
-
"inheritedFrom": {
|
|
7812
|
-
"name": "AbstractProperty",
|
|
7813
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
7816
|
-
],
|
|
7817
7783
|
"attributes": [
|
|
7818
7784
|
{
|
|
7819
7785
|
"name": "value",
|
|
7820
7786
|
"type": {
|
|
7821
|
-
"text": "
|
|
7787
|
+
"text": "any"
|
|
7822
7788
|
},
|
|
7823
7789
|
"fieldName": "value"
|
|
7824
7790
|
},
|
|
7825
7791
|
{
|
|
7826
|
-
"name": "
|
|
7792
|
+
"name": "scene",
|
|
7827
7793
|
"type": {
|
|
7828
|
-
"text": "
|
|
7794
|
+
"text": "Scene | null"
|
|
7829
7795
|
},
|
|
7830
7796
|
"default": "null",
|
|
7831
|
-
"fieldName": "
|
|
7797
|
+
"fieldName": "scene"
|
|
7832
7798
|
},
|
|
7833
7799
|
{
|
|
7834
7800
|
"name": "selected",
|
|
@@ -7837,21 +7803,55 @@
|
|
|
7837
7803
|
},
|
|
7838
7804
|
"default": "[]",
|
|
7839
7805
|
"fieldName": "selected"
|
|
7806
|
+
},
|
|
7807
|
+
{
|
|
7808
|
+
"name": "props",
|
|
7809
|
+
"type": {
|
|
7810
|
+
"text": "any[]"
|
|
7811
|
+
},
|
|
7812
|
+
"default": "[]",
|
|
7813
|
+
"fieldName": "props"
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"name": "propertyEditor",
|
|
7817
|
+
"type": {
|
|
7818
|
+
"text": "any[]"
|
|
7819
|
+
},
|
|
7820
|
+
"default": "[]",
|
|
7821
|
+
"fieldName": "propertyEditor"
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"mixins": [
|
|
7825
|
+
{
|
|
7826
|
+
"name": "ScopedElementsMixin",
|
|
7827
|
+
"package": "@open-wc/scoped-elements"
|
|
7840
7828
|
}
|
|
7841
7829
|
],
|
|
7842
7830
|
"superclass": {
|
|
7843
7831
|
"name": "AbstractProperty",
|
|
7844
7832
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7845
|
-
}
|
|
7833
|
+
},
|
|
7834
|
+
"events": [
|
|
7835
|
+
{
|
|
7836
|
+
"name": "property-change",
|
|
7837
|
+
"type": {
|
|
7838
|
+
"text": "CustomEvent"
|
|
7839
|
+
},
|
|
7840
|
+
"inheritedFrom": {
|
|
7841
|
+
"name": "AbstractProperty",
|
|
7842
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7843
|
+
}
|
|
7844
|
+
}
|
|
7845
|
+
]
|
|
7846
7846
|
}
|
|
7847
7847
|
],
|
|
7848
7848
|
"exports": [
|
|
7849
7849
|
{
|
|
7850
7850
|
"kind": "js",
|
|
7851
|
-
"name": "
|
|
7851
|
+
"name": "PropertySpecific",
|
|
7852
7852
|
"declaration": {
|
|
7853
|
-
"name": "
|
|
7854
|
-
"module": "src/modeller/property-sidebar/
|
|
7853
|
+
"name": "PropertySpecific",
|
|
7854
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
7855
7855
|
}
|
|
7856
7856
|
}
|
|
7857
7857
|
]
|