@fmsim/board 0.0.75 → 0.0.77
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 +651 -629
- package/dist/src/layers/mcs-mouse-event-handler.js +29 -24
- package/dist/src/layers/mcs-mouse-event-handler.js.map +1 -1
- package/dist/src/layers/movement-layer.d.ts +1 -0
- package/dist/src/layers/movement-layer.js +10 -0
- package/dist/src/layers/movement-layer.js.map +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +5 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/ox-board-component-info.d.ts +1 -0
- package/dist/src/ox-board-component-info.js +66 -31
- package/dist/src/ox-board-component-info.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +5 -1
- package/dist/src/ox-board-viewer.js +52 -34
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/index.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "Regular"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "variable",
|
|
15
|
+
"name": "CustomTitle"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"kind": "variable",
|
|
19
|
+
"name": "CustomCounter"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"kind": "variable",
|
|
23
|
+
"name": "SlottedContent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"exports": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "js",
|
|
29
|
+
"name": "default",
|
|
30
|
+
"declaration": {
|
|
31
|
+
"module": "stories/index.stories.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "Regular",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "Regular",
|
|
39
|
+
"module": "stories/index.stories.ts"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "CustomTitle",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "CustomTitle",
|
|
47
|
+
"module": "stories/index.stories.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "CustomCounter",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "CustomCounter",
|
|
55
|
+
"module": "stories/index.stories.ts"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "SlottedContent",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "SlottedContent",
|
|
63
|
+
"module": "stories/index.stories.ts"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -81,6 +144,14 @@
|
|
|
81
144
|
"text": "any | undefined"
|
|
82
145
|
}
|
|
83
146
|
},
|
|
147
|
+
{
|
|
148
|
+
"kind": "field",
|
|
149
|
+
"name": "collapsed",
|
|
150
|
+
"type": {
|
|
151
|
+
"text": "boolean"
|
|
152
|
+
},
|
|
153
|
+
"default": "false"
|
|
154
|
+
},
|
|
84
155
|
{
|
|
85
156
|
"kind": "field",
|
|
86
157
|
"name": "dragStart",
|
|
@@ -983,6 +1054,22 @@
|
|
|
983
1054
|
},
|
|
984
1055
|
"privacy": "private"
|
|
985
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
"kind": "field",
|
|
1059
|
+
"name": "fetchIFactsDataHandler"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"kind": "field",
|
|
1063
|
+
"name": "fmbShowMovementHandler"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "field",
|
|
1067
|
+
"name": "fmbMonitoringInitHandler"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "field",
|
|
1071
|
+
"name": "clickComponentHandler"
|
|
1072
|
+
},
|
|
986
1073
|
{
|
|
987
1074
|
"kind": "method",
|
|
988
1075
|
"name": "initSceneAsync"
|
|
@@ -1217,18 +1304,12 @@
|
|
|
1217
1304
|
},
|
|
1218
1305
|
{
|
|
1219
1306
|
"kind": "method",
|
|
1220
|
-
"name": "
|
|
1307
|
+
"name": "togglePopup",
|
|
1221
1308
|
"parameters": [
|
|
1222
1309
|
{
|
|
1223
|
-
"name": "
|
|
1224
|
-
"type": {
|
|
1225
|
-
"text": "MouseEvent"
|
|
1226
|
-
}
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
"name": "hint",
|
|
1310
|
+
"name": "component",
|
|
1230
1311
|
"type": {
|
|
1231
|
-
"text": "
|
|
1312
|
+
"text": "Component"
|
|
1232
1313
|
}
|
|
1233
1314
|
}
|
|
1234
1315
|
]
|
|
@@ -1589,69 +1670,6 @@
|
|
|
1589
1670
|
"declarations": [],
|
|
1590
1671
|
"exports": []
|
|
1591
1672
|
},
|
|
1592
|
-
{
|
|
1593
|
-
"kind": "javascript-module",
|
|
1594
|
-
"path": "stories/index.stories.ts",
|
|
1595
|
-
"declarations": [
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "variable",
|
|
1598
|
-
"name": "Regular"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"kind": "variable",
|
|
1602
|
-
"name": "CustomTitle"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "variable",
|
|
1606
|
-
"name": "CustomCounter"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "variable",
|
|
1610
|
-
"name": "SlottedContent"
|
|
1611
|
-
}
|
|
1612
|
-
],
|
|
1613
|
-
"exports": [
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "js",
|
|
1616
|
-
"name": "default",
|
|
1617
|
-
"declaration": {
|
|
1618
|
-
"module": "stories/index.stories.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "js",
|
|
1623
|
-
"name": "Regular",
|
|
1624
|
-
"declaration": {
|
|
1625
|
-
"name": "Regular",
|
|
1626
|
-
"module": "stories/index.stories.ts"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "js",
|
|
1631
|
-
"name": "CustomTitle",
|
|
1632
|
-
"declaration": {
|
|
1633
|
-
"name": "CustomTitle",
|
|
1634
|
-
"module": "stories/index.stories.ts"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "js",
|
|
1639
|
-
"name": "CustomCounter",
|
|
1640
|
-
"declaration": {
|
|
1641
|
-
"name": "CustomCounter",
|
|
1642
|
-
"module": "stories/index.stories.ts"
|
|
1643
|
-
}
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "js",
|
|
1647
|
-
"name": "SlottedContent",
|
|
1648
|
-
"declaration": {
|
|
1649
|
-
"name": "SlottedContent",
|
|
1650
|
-
"module": "stories/index.stories.ts"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
1673
|
{
|
|
1656
1674
|
"kind": "javascript-module",
|
|
1657
1675
|
"path": "src/component/etc.ts",
|
|
@@ -1822,6 +1840,10 @@
|
|
|
1822
1840
|
"kind": "field",
|
|
1823
1841
|
"name": "drawInstructionHandler"
|
|
1824
1842
|
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "field",
|
|
1845
|
+
"name": "clickComponentHandler"
|
|
1846
|
+
},
|
|
1825
1847
|
{
|
|
1826
1848
|
"kind": "method",
|
|
1827
1849
|
"name": "ready"
|
|
@@ -5159,331 +5181,94 @@
|
|
|
5159
5181
|
},
|
|
5160
5182
|
{
|
|
5161
5183
|
"kind": "javascript-module",
|
|
5162
|
-
"path": "src/modeller/property-sidebar/
|
|
5184
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5185
|
+
"declarations": [
|
|
5186
|
+
{
|
|
5187
|
+
"kind": "variable",
|
|
5188
|
+
"name": "EffectsSharedStyle",
|
|
5189
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5190
|
+
}
|
|
5191
|
+
],
|
|
5192
|
+
"exports": [
|
|
5193
|
+
{
|
|
5194
|
+
"kind": "js",
|
|
5195
|
+
"name": "EffectsSharedStyle",
|
|
5196
|
+
"declaration": {
|
|
5197
|
+
"name": "EffectsSharedStyle",
|
|
5198
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5201
|
+
]
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"kind": "javascript-module",
|
|
5205
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5163
5206
|
"declarations": [
|
|
5164
5207
|
{
|
|
5165
5208
|
"kind": "class",
|
|
5166
5209
|
"description": "",
|
|
5167
|
-
"name": "
|
|
5210
|
+
"name": "PropertyEffects",
|
|
5168
5211
|
"members": [
|
|
5169
5212
|
{
|
|
5170
5213
|
"kind": "field",
|
|
5171
|
-
"name": "
|
|
5172
|
-
"type": {
|
|
5173
|
-
"text": "Scene | undefined"
|
|
5174
|
-
},
|
|
5175
|
-
"attribute": "scene"
|
|
5176
|
-
},
|
|
5177
|
-
{
|
|
5178
|
-
"kind": "field",
|
|
5179
|
-
"name": "searchText",
|
|
5214
|
+
"name": "value",
|
|
5180
5215
|
"type": {
|
|
5181
|
-
"text": "
|
|
5216
|
+
"text": "Properties | undefined"
|
|
5182
5217
|
},
|
|
5183
|
-
"
|
|
5184
|
-
"default": "''"
|
|
5218
|
+
"attribute": "value"
|
|
5185
5219
|
},
|
|
5186
5220
|
{
|
|
5187
5221
|
"kind": "field",
|
|
5188
|
-
"name": "
|
|
5222
|
+
"name": "scene",
|
|
5189
5223
|
"type": {
|
|
5190
|
-
"text": "
|
|
5224
|
+
"text": "Scene | undefined"
|
|
5191
5225
|
},
|
|
5192
|
-
"
|
|
5226
|
+
"attribute": "scene"
|
|
5193
5227
|
},
|
|
5194
5228
|
{
|
|
5195
5229
|
"kind": "field",
|
|
5196
|
-
"name": "
|
|
5197
|
-
"
|
|
5198
|
-
|
|
5199
|
-
},
|
|
5200
|
-
"privacy": "private",
|
|
5201
|
-
"default": "false"
|
|
5230
|
+
"name": "scopedElements",
|
|
5231
|
+
"static": true,
|
|
5232
|
+
"readonly": true
|
|
5202
5233
|
},
|
|
5203
5234
|
{
|
|
5204
5235
|
"kind": "method",
|
|
5205
|
-
"name": "
|
|
5236
|
+
"name": "_onValueChange",
|
|
5206
5237
|
"parameters": [
|
|
5207
5238
|
{
|
|
5208
|
-
"name": "
|
|
5209
|
-
"optional": true,
|
|
5239
|
+
"name": "e",
|
|
5210
5240
|
"type": {
|
|
5211
|
-
"text": "
|
|
5241
|
+
"text": "Event"
|
|
5212
5242
|
}
|
|
5213
5243
|
}
|
|
5214
|
-
]
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"kind": "field",
|
|
5222
|
-
"name": "sortableConfig",
|
|
5223
|
-
"type": {
|
|
5224
|
-
"text": "Sortable.Options"
|
|
5225
|
-
},
|
|
5226
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5244
|
+
],
|
|
5245
|
+
"inheritedFrom": {
|
|
5246
|
+
"name": "AbstractProperty",
|
|
5247
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5248
|
+
}
|
|
5227
5249
|
},
|
|
5228
5250
|
{
|
|
5229
5251
|
"kind": "method",
|
|
5230
|
-
"name": "
|
|
5252
|
+
"name": "_getValueFromEventTarget",
|
|
5231
5253
|
"parameters": [
|
|
5232
5254
|
{
|
|
5233
|
-
"name": "
|
|
5255
|
+
"name": "element",
|
|
5234
5256
|
"type": {
|
|
5235
|
-
"text": "
|
|
5257
|
+
"text": "HTMLElement"
|
|
5236
5258
|
}
|
|
5237
5259
|
}
|
|
5238
|
-
]
|
|
5260
|
+
],
|
|
5261
|
+
"inheritedFrom": {
|
|
5262
|
+
"name": "AbstractProperty",
|
|
5263
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5264
|
+
}
|
|
5239
5265
|
},
|
|
5240
5266
|
{
|
|
5241
5267
|
"kind": "method",
|
|
5242
|
-
"name": "
|
|
5268
|
+
"name": "_onAfterValueChange",
|
|
5243
5269
|
"parameters": [
|
|
5244
5270
|
{
|
|
5245
|
-
"name": "
|
|
5246
|
-
"type": {
|
|
5247
|
-
"text": "MouseEvent"
|
|
5248
|
-
}
|
|
5249
|
-
}
|
|
5250
|
-
]
|
|
5251
|
-
},
|
|
5252
|
-
{
|
|
5253
|
-
"kind": "method",
|
|
5254
|
-
"name": "_ondblclick",
|
|
5255
|
-
"parameters": [
|
|
5256
|
-
{
|
|
5257
|
-
"name": "e",
|
|
5258
|
-
"type": {
|
|
5259
|
-
"text": "MouseEvent"
|
|
5260
|
-
}
|
|
5261
|
-
}
|
|
5262
|
-
]
|
|
5263
|
-
},
|
|
5264
|
-
{
|
|
5265
|
-
"kind": "field",
|
|
5266
|
-
"name": "extendedMap",
|
|
5267
|
-
"readonly": true
|
|
5268
|
-
},
|
|
5269
|
-
{
|
|
5270
|
-
"kind": "method",
|
|
5271
|
-
"name": "getNodeHandleClass",
|
|
5272
|
-
"parameters": [
|
|
5273
|
-
{
|
|
5274
|
-
"name": "component",
|
|
5275
|
-
"type": {
|
|
5276
|
-
"text": "Component"
|
|
5277
|
-
}
|
|
5278
|
-
}
|
|
5279
|
-
]
|
|
5280
|
-
},
|
|
5281
|
-
{
|
|
5282
|
-
"kind": "method",
|
|
5283
|
-
"name": "isExtended",
|
|
5284
|
-
"parameters": [
|
|
5285
|
-
{
|
|
5286
|
-
"name": "component",
|
|
5287
|
-
"type": {
|
|
5288
|
-
"text": "Component"
|
|
5289
|
-
}
|
|
5290
|
-
}
|
|
5291
|
-
]
|
|
5292
|
-
},
|
|
5293
|
-
{
|
|
5294
|
-
"kind": "method",
|
|
5295
|
-
"name": "toggleExtended",
|
|
5296
|
-
"parameters": [
|
|
5297
|
-
{
|
|
5298
|
-
"name": "component",
|
|
5299
|
-
"type": {
|
|
5300
|
-
"text": "Component"
|
|
5301
|
-
}
|
|
5302
|
-
}
|
|
5303
|
-
]
|
|
5304
|
-
},
|
|
5305
|
-
{
|
|
5306
|
-
"kind": "method",
|
|
5307
|
-
"name": "toggleHidden",
|
|
5308
|
-
"parameters": [
|
|
5309
|
-
{
|
|
5310
|
-
"name": "component",
|
|
5311
|
-
"type": {
|
|
5312
|
-
"text": "Component"
|
|
5313
|
-
}
|
|
5314
|
-
}
|
|
5315
|
-
]
|
|
5316
|
-
},
|
|
5317
|
-
{
|
|
5318
|
-
"kind": "method",
|
|
5319
|
-
"name": "selectComponent",
|
|
5320
|
-
"parameters": [
|
|
5321
|
-
{
|
|
5322
|
-
"name": "component",
|
|
5323
|
-
"type": {
|
|
5324
|
-
"text": "Component"
|
|
5325
|
-
}
|
|
5326
|
-
}
|
|
5327
|
-
]
|
|
5328
|
-
},
|
|
5329
|
-
{
|
|
5330
|
-
"kind": "method",
|
|
5331
|
-
"name": "shouldBeShown",
|
|
5332
|
-
"return": {
|
|
5333
|
-
"type": {
|
|
5334
|
-
"text": "boolean"
|
|
5335
|
-
}
|
|
5336
|
-
},
|
|
5337
|
-
"parameters": [
|
|
5338
|
-
{
|
|
5339
|
-
"name": "component",
|
|
5340
|
-
"type": {
|
|
5341
|
-
"text": "Component"
|
|
5342
|
-
}
|
|
5343
|
-
}
|
|
5344
|
-
]
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"kind": "method",
|
|
5348
|
-
"name": "renderComponent",
|
|
5349
|
-
"return": {
|
|
5350
|
-
"type": {
|
|
5351
|
-
"text": "TemplateResult"
|
|
5352
|
-
}
|
|
5353
|
-
},
|
|
5354
|
-
"parameters": [
|
|
5355
|
-
{
|
|
5356
|
-
"name": "component",
|
|
5357
|
-
"type": {
|
|
5358
|
-
"text": "Component"
|
|
5359
|
-
}
|
|
5360
|
-
},
|
|
5361
|
-
{
|
|
5362
|
-
"name": "depth",
|
|
5363
|
-
"type": {
|
|
5364
|
-
"text": "number"
|
|
5365
|
-
}
|
|
5366
|
-
}
|
|
5367
|
-
]
|
|
5368
|
-
}
|
|
5369
|
-
],
|
|
5370
|
-
"attributes": [
|
|
5371
|
-
{
|
|
5372
|
-
"name": "scene",
|
|
5373
|
-
"type": {
|
|
5374
|
-
"text": "Scene | undefined"
|
|
5375
|
-
},
|
|
5376
|
-
"fieldName": "scene"
|
|
5377
|
-
}
|
|
5378
|
-
],
|
|
5379
|
-
"superclass": {
|
|
5380
|
-
"name": "LitElement",
|
|
5381
|
-
"package": "lit"
|
|
5382
|
-
},
|
|
5383
|
-
"customElement": true
|
|
5384
|
-
}
|
|
5385
|
-
],
|
|
5386
|
-
"exports": [
|
|
5387
|
-
{
|
|
5388
|
-
"kind": "js",
|
|
5389
|
-
"name": "SceneInspector",
|
|
5390
|
-
"declaration": {
|
|
5391
|
-
"name": "SceneInspector",
|
|
5392
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5393
|
-
}
|
|
5394
|
-
}
|
|
5395
|
-
]
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "javascript-module",
|
|
5399
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5400
|
-
"declarations": [
|
|
5401
|
-
{
|
|
5402
|
-
"kind": "variable",
|
|
5403
|
-
"name": "EffectsSharedStyle",
|
|
5404
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5405
|
-
}
|
|
5406
|
-
],
|
|
5407
|
-
"exports": [
|
|
5408
|
-
{
|
|
5409
|
-
"kind": "js",
|
|
5410
|
-
"name": "EffectsSharedStyle",
|
|
5411
|
-
"declaration": {
|
|
5412
|
-
"name": "EffectsSharedStyle",
|
|
5413
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5414
|
-
}
|
|
5415
|
-
}
|
|
5416
|
-
]
|
|
5417
|
-
},
|
|
5418
|
-
{
|
|
5419
|
-
"kind": "javascript-module",
|
|
5420
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5421
|
-
"declarations": [
|
|
5422
|
-
{
|
|
5423
|
-
"kind": "class",
|
|
5424
|
-
"description": "",
|
|
5425
|
-
"name": "PropertyEffects",
|
|
5426
|
-
"members": [
|
|
5427
|
-
{
|
|
5428
|
-
"kind": "field",
|
|
5429
|
-
"name": "value",
|
|
5430
|
-
"type": {
|
|
5431
|
-
"text": "Properties | undefined"
|
|
5432
|
-
},
|
|
5433
|
-
"attribute": "value"
|
|
5434
|
-
},
|
|
5435
|
-
{
|
|
5436
|
-
"kind": "field",
|
|
5437
|
-
"name": "scene",
|
|
5438
|
-
"type": {
|
|
5439
|
-
"text": "Scene | undefined"
|
|
5440
|
-
},
|
|
5441
|
-
"attribute": "scene"
|
|
5442
|
-
},
|
|
5443
|
-
{
|
|
5444
|
-
"kind": "field",
|
|
5445
|
-
"name": "scopedElements",
|
|
5446
|
-
"static": true,
|
|
5447
|
-
"readonly": true
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"kind": "method",
|
|
5451
|
-
"name": "_onValueChange",
|
|
5452
|
-
"parameters": [
|
|
5453
|
-
{
|
|
5454
|
-
"name": "e",
|
|
5455
|
-
"type": {
|
|
5456
|
-
"text": "Event"
|
|
5457
|
-
}
|
|
5458
|
-
}
|
|
5459
|
-
],
|
|
5460
|
-
"inheritedFrom": {
|
|
5461
|
-
"name": "AbstractProperty",
|
|
5462
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5463
|
-
}
|
|
5464
|
-
},
|
|
5465
|
-
{
|
|
5466
|
-
"kind": "method",
|
|
5467
|
-
"name": "_getValueFromEventTarget",
|
|
5468
|
-
"parameters": [
|
|
5469
|
-
{
|
|
5470
|
-
"name": "element",
|
|
5471
|
-
"type": {
|
|
5472
|
-
"text": "HTMLElement"
|
|
5473
|
-
}
|
|
5474
|
-
}
|
|
5475
|
-
],
|
|
5476
|
-
"inheritedFrom": {
|
|
5477
|
-
"name": "AbstractProperty",
|
|
5478
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5479
|
-
}
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"kind": "method",
|
|
5483
|
-
"name": "_onAfterValueChange",
|
|
5484
|
-
"parameters": [
|
|
5485
|
-
{
|
|
5486
|
-
"name": "key",
|
|
5271
|
+
"name": "key",
|
|
5487
5272
|
"type": {
|
|
5488
5273
|
"text": "string"
|
|
5489
5274
|
}
|
|
@@ -5973,97 +5758,221 @@
|
|
|
5973
5758
|
},
|
|
5974
5759
|
{
|
|
5975
5760
|
"kind": "javascript-module",
|
|
5976
|
-
"path": "src/modeller/property-sidebar/
|
|
5761
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5977
5762
|
"declarations": [
|
|
5978
5763
|
{
|
|
5979
5764
|
"kind": "class",
|
|
5980
5765
|
"description": "",
|
|
5981
|
-
"name": "
|
|
5766
|
+
"name": "SceneInspector",
|
|
5982
5767
|
"members": [
|
|
5983
5768
|
{
|
|
5984
5769
|
"kind": "field",
|
|
5985
|
-
"name": "
|
|
5770
|
+
"name": "scene",
|
|
5986
5771
|
"type": {
|
|
5987
|
-
"text": "
|
|
5772
|
+
"text": "Scene | undefined"
|
|
5988
5773
|
},
|
|
5989
|
-
"attribute": "
|
|
5774
|
+
"attribute": "scene"
|
|
5990
5775
|
},
|
|
5991
5776
|
{
|
|
5992
5777
|
"kind": "field",
|
|
5993
|
-
"name": "
|
|
5778
|
+
"name": "searchText",
|
|
5994
5779
|
"type": {
|
|
5995
|
-
"text": "
|
|
5780
|
+
"text": "string"
|
|
5996
5781
|
},
|
|
5997
|
-
"
|
|
5998
|
-
"
|
|
5782
|
+
"privacy": "private",
|
|
5783
|
+
"default": "''"
|
|
5999
5784
|
},
|
|
6000
5785
|
{
|
|
6001
5786
|
"kind": "field",
|
|
6002
|
-
"name": "
|
|
5787
|
+
"name": "_extendedMap",
|
|
6003
5788
|
"type": {
|
|
6004
5789
|
"text": "any"
|
|
6005
5790
|
},
|
|
6006
|
-
"
|
|
5791
|
+
"privacy": "private"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"kind": "field",
|
|
5795
|
+
"name": "show",
|
|
5796
|
+
"type": {
|
|
5797
|
+
"text": "boolean"
|
|
5798
|
+
},
|
|
5799
|
+
"privacy": "private",
|
|
5800
|
+
"default": "false"
|
|
6007
5801
|
},
|
|
6008
5802
|
{
|
|
6009
5803
|
"kind": "method",
|
|
6010
|
-
"name": "
|
|
5804
|
+
"name": "disconnectScene",
|
|
6011
5805
|
"parameters": [
|
|
6012
5806
|
{
|
|
6013
|
-
"name": "
|
|
5807
|
+
"name": "scene",
|
|
5808
|
+
"optional": true,
|
|
6014
5809
|
"type": {
|
|
6015
|
-
"text": "
|
|
5810
|
+
"text": "Scene"
|
|
6016
5811
|
}
|
|
6017
5812
|
}
|
|
6018
5813
|
]
|
|
6019
5814
|
},
|
|
6020
5815
|
{
|
|
6021
5816
|
"kind": "method",
|
|
6022
|
-
"name": "
|
|
5817
|
+
"name": "refresh"
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"kind": "field",
|
|
5821
|
+
"name": "sortableConfig",
|
|
5822
|
+
"type": {
|
|
5823
|
+
"text": "Sortable.Options"
|
|
5824
|
+
},
|
|
5825
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6023
5826
|
},
|
|
6024
5827
|
{
|
|
6025
5828
|
"kind": "method",
|
|
6026
|
-
"name": "
|
|
5829
|
+
"name": "onSort",
|
|
6027
5830
|
"parameters": [
|
|
6028
5831
|
{
|
|
6029
5832
|
"name": "e",
|
|
6030
5833
|
"type": {
|
|
6031
|
-
"text": "
|
|
5834
|
+
"text": "Sortable.SortableEvent"
|
|
6032
5835
|
}
|
|
6033
5836
|
}
|
|
6034
5837
|
]
|
|
6035
|
-
}
|
|
6036
|
-
],
|
|
6037
|
-
"events": [
|
|
5838
|
+
},
|
|
6038
5839
|
{
|
|
6039
|
-
"
|
|
6040
|
-
"
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
|
|
6044
|
-
|
|
6045
|
-
|
|
5840
|
+
"kind": "method",
|
|
5841
|
+
"name": "_onclick",
|
|
5842
|
+
"parameters": [
|
|
5843
|
+
{
|
|
5844
|
+
"name": "e",
|
|
5845
|
+
"type": {
|
|
5846
|
+
"text": "MouseEvent"
|
|
5847
|
+
}
|
|
5848
|
+
}
|
|
5849
|
+
]
|
|
5850
|
+
},
|
|
6046
5851
|
{
|
|
6047
|
-
"
|
|
6048
|
-
"
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
5852
|
+
"kind": "method",
|
|
5853
|
+
"name": "_ondblclick",
|
|
5854
|
+
"parameters": [
|
|
5855
|
+
{
|
|
5856
|
+
"name": "e",
|
|
5857
|
+
"type": {
|
|
5858
|
+
"text": "MouseEvent"
|
|
5859
|
+
}
|
|
5860
|
+
}
|
|
5861
|
+
]
|
|
6052
5862
|
},
|
|
6053
5863
|
{
|
|
6054
|
-
"
|
|
6055
|
-
"
|
|
6056
|
-
|
|
5864
|
+
"kind": "field",
|
|
5865
|
+
"name": "extendedMap",
|
|
5866
|
+
"readonly": true
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"kind": "method",
|
|
5870
|
+
"name": "getNodeHandleClass",
|
|
5871
|
+
"parameters": [
|
|
5872
|
+
{
|
|
5873
|
+
"name": "component",
|
|
5874
|
+
"type": {
|
|
5875
|
+
"text": "Component"
|
|
5876
|
+
}
|
|
5877
|
+
}
|
|
5878
|
+
]
|
|
5879
|
+
},
|
|
5880
|
+
{
|
|
5881
|
+
"kind": "method",
|
|
5882
|
+
"name": "isExtended",
|
|
5883
|
+
"parameters": [
|
|
5884
|
+
{
|
|
5885
|
+
"name": "component",
|
|
5886
|
+
"type": {
|
|
5887
|
+
"text": "Component"
|
|
5888
|
+
}
|
|
5889
|
+
}
|
|
5890
|
+
]
|
|
5891
|
+
},
|
|
5892
|
+
{
|
|
5893
|
+
"kind": "method",
|
|
5894
|
+
"name": "toggleExtended",
|
|
5895
|
+
"parameters": [
|
|
5896
|
+
{
|
|
5897
|
+
"name": "component",
|
|
5898
|
+
"type": {
|
|
5899
|
+
"text": "Component"
|
|
5900
|
+
}
|
|
5901
|
+
}
|
|
5902
|
+
]
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "method",
|
|
5906
|
+
"name": "toggleHidden",
|
|
5907
|
+
"parameters": [
|
|
5908
|
+
{
|
|
5909
|
+
"name": "component",
|
|
5910
|
+
"type": {
|
|
5911
|
+
"text": "Component"
|
|
5912
|
+
}
|
|
5913
|
+
}
|
|
5914
|
+
]
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"kind": "method",
|
|
5918
|
+
"name": "selectComponent",
|
|
5919
|
+
"parameters": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "component",
|
|
5922
|
+
"type": {
|
|
5923
|
+
"text": "Component"
|
|
5924
|
+
}
|
|
5925
|
+
}
|
|
5926
|
+
]
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"kind": "method",
|
|
5930
|
+
"name": "shouldBeShown",
|
|
5931
|
+
"return": {
|
|
5932
|
+
"type": {
|
|
5933
|
+
"text": "boolean"
|
|
5934
|
+
}
|
|
6057
5935
|
},
|
|
6058
|
-
"
|
|
6059
|
-
|
|
5936
|
+
"parameters": [
|
|
5937
|
+
{
|
|
5938
|
+
"name": "component",
|
|
5939
|
+
"type": {
|
|
5940
|
+
"text": "Component"
|
|
5941
|
+
}
|
|
5942
|
+
}
|
|
5943
|
+
]
|
|
6060
5944
|
},
|
|
6061
5945
|
{
|
|
6062
|
-
"
|
|
5946
|
+
"kind": "method",
|
|
5947
|
+
"name": "renderComponent",
|
|
5948
|
+
"return": {
|
|
5949
|
+
"type": {
|
|
5950
|
+
"text": "TemplateResult"
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5953
|
+
"parameters": [
|
|
5954
|
+
{
|
|
5955
|
+
"name": "component",
|
|
5956
|
+
"type": {
|
|
5957
|
+
"text": "Component"
|
|
5958
|
+
}
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"name": "depth",
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "number"
|
|
5964
|
+
}
|
|
5965
|
+
}
|
|
5966
|
+
]
|
|
5967
|
+
}
|
|
5968
|
+
],
|
|
5969
|
+
"attributes": [
|
|
5970
|
+
{
|
|
5971
|
+
"name": "scene",
|
|
6063
5972
|
"type": {
|
|
6064
|
-
"text": "
|
|
5973
|
+
"text": "Scene | undefined"
|
|
6065
5974
|
},
|
|
6066
|
-
"fieldName": "
|
|
5975
|
+
"fieldName": "scene"
|
|
6067
5976
|
}
|
|
6068
5977
|
],
|
|
6069
5978
|
"superclass": {
|
|
@@ -6076,39 +5985,60 @@
|
|
|
6076
5985
|
"exports": [
|
|
6077
5986
|
{
|
|
6078
5987
|
"kind": "js",
|
|
6079
|
-
"name": "
|
|
5988
|
+
"name": "SceneInspector",
|
|
6080
5989
|
"declaration": {
|
|
6081
|
-
"name": "
|
|
6082
|
-
"module": "src/modeller/property-sidebar/
|
|
5990
|
+
"name": "SceneInspector",
|
|
5991
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6083
5992
|
}
|
|
6084
5993
|
}
|
|
6085
5994
|
]
|
|
6086
5995
|
},
|
|
6087
5996
|
{
|
|
6088
5997
|
"kind": "javascript-module",
|
|
6089
|
-
"path": "src/modeller/property-sidebar/
|
|
5998
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5999
|
+
"declarations": [
|
|
6000
|
+
{
|
|
6001
|
+
"kind": "variable",
|
|
6002
|
+
"name": "BoxPaddingEditorStyles",
|
|
6003
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"exports": [
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "js",
|
|
6009
|
+
"name": "BoxPaddingEditorStyles",
|
|
6010
|
+
"declaration": {
|
|
6011
|
+
"name": "BoxPaddingEditorStyles",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6013
|
+
}
|
|
6014
|
+
}
|
|
6015
|
+
]
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "javascript-module",
|
|
6019
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6090
6020
|
"declarations": [
|
|
6091
6021
|
{
|
|
6092
6022
|
"kind": "class",
|
|
6093
6023
|
"description": "",
|
|
6094
|
-
"name": "
|
|
6024
|
+
"name": "PropertyShapes",
|
|
6095
6025
|
"members": [
|
|
6096
6026
|
{
|
|
6097
6027
|
"kind": "field",
|
|
6098
6028
|
"name": "value",
|
|
6099
6029
|
"type": {
|
|
6100
|
-
"text": "
|
|
6030
|
+
"text": "Properties | undefined"
|
|
6101
6031
|
},
|
|
6102
6032
|
"attribute": "value"
|
|
6103
6033
|
},
|
|
6104
6034
|
{
|
|
6105
6035
|
"kind": "field",
|
|
6106
|
-
"name": "
|
|
6036
|
+
"name": "bounds",
|
|
6107
6037
|
"type": {
|
|
6108
|
-
"text": "
|
|
6038
|
+
"text": "BOUNDS | null"
|
|
6109
6039
|
},
|
|
6110
6040
|
"default": "null",
|
|
6111
|
-
"attribute": "
|
|
6041
|
+
"attribute": "bounds"
|
|
6112
6042
|
},
|
|
6113
6043
|
{
|
|
6114
6044
|
"kind": "field",
|
|
@@ -6119,38 +6049,6 @@
|
|
|
6119
6049
|
"default": "[]",
|
|
6120
6050
|
"attribute": "selected"
|
|
6121
6051
|
},
|
|
6122
|
-
{
|
|
6123
|
-
"kind": "field",
|
|
6124
|
-
"name": "props",
|
|
6125
|
-
"type": {
|
|
6126
|
-
"text": "any[]"
|
|
6127
|
-
},
|
|
6128
|
-
"default": "[]",
|
|
6129
|
-
"attribute": "props"
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"kind": "field",
|
|
6133
|
-
"name": "propertyEditor",
|
|
6134
|
-
"type": {
|
|
6135
|
-
"text": "any[]"
|
|
6136
|
-
},
|
|
6137
|
-
"default": "[]",
|
|
6138
|
-
"attribute": "propertyEditor"
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"kind": "field",
|
|
6142
|
-
"name": "boundINeedSelected",
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "any"
|
|
6145
|
-
},
|
|
6146
|
-
"privacy": "private"
|
|
6147
|
-
},
|
|
6148
|
-
{
|
|
6149
|
-
"kind": "field",
|
|
6150
|
-
"name": "scopedElements",
|
|
6151
|
-
"static": true,
|
|
6152
|
-
"readonly": true
|
|
6153
|
-
},
|
|
6154
6052
|
{
|
|
6155
6053
|
"kind": "method",
|
|
6156
6054
|
"name": "_onValueChange",
|
|
@@ -6167,6 +6065,30 @@
|
|
|
6167
6065
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6168
6066
|
}
|
|
6169
6067
|
},
|
|
6068
|
+
{
|
|
6069
|
+
"kind": "method",
|
|
6070
|
+
"name": "_hasTextProperty",
|
|
6071
|
+
"parameters": [
|
|
6072
|
+
{
|
|
6073
|
+
"name": "selected",
|
|
6074
|
+
"type": {
|
|
6075
|
+
"text": "Component[]"
|
|
6076
|
+
}
|
|
6077
|
+
}
|
|
6078
|
+
]
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"kind": "method",
|
|
6082
|
+
"name": "_hasProperties",
|
|
6083
|
+
"parameters": [
|
|
6084
|
+
{
|
|
6085
|
+
"name": "selected",
|
|
6086
|
+
"type": {
|
|
6087
|
+
"text": "Component[]"
|
|
6088
|
+
}
|
|
6089
|
+
}
|
|
6090
|
+
]
|
|
6091
|
+
},
|
|
6170
6092
|
{
|
|
6171
6093
|
"kind": "method",
|
|
6172
6094
|
"name": "_isIdentifiable",
|
|
@@ -6181,7 +6103,7 @@
|
|
|
6181
6103
|
},
|
|
6182
6104
|
{
|
|
6183
6105
|
"kind": "method",
|
|
6184
|
-
"name": "
|
|
6106
|
+
"name": "_isClassIdentifiable",
|
|
6185
6107
|
"parameters": [
|
|
6186
6108
|
{
|
|
6187
6109
|
"name": "selected",
|
|
@@ -6193,12 +6115,24 @@
|
|
|
6193
6115
|
},
|
|
6194
6116
|
{
|
|
6195
6117
|
"kind": "method",
|
|
6196
|
-
"name": "
|
|
6118
|
+
"name": "_isLine",
|
|
6197
6119
|
"parameters": [
|
|
6198
6120
|
{
|
|
6199
|
-
"name": "
|
|
6121
|
+
"name": "selected",
|
|
6200
6122
|
"type": {
|
|
6201
|
-
"text": "
|
|
6123
|
+
"text": "Component[]"
|
|
6124
|
+
}
|
|
6125
|
+
}
|
|
6126
|
+
]
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
"kind": "method",
|
|
6130
|
+
"name": "_is3dish",
|
|
6131
|
+
"parameters": [
|
|
6132
|
+
{
|
|
6133
|
+
"name": "selected",
|
|
6134
|
+
"type": {
|
|
6135
|
+
"text": "Component[]"
|
|
6202
6136
|
}
|
|
6203
6137
|
}
|
|
6204
6138
|
]
|
|
@@ -6242,21 +6176,39 @@
|
|
|
6242
6176
|
}
|
|
6243
6177
|
}
|
|
6244
6178
|
],
|
|
6179
|
+
"events": [
|
|
6180
|
+
{
|
|
6181
|
+
"name": "bounds-change",
|
|
6182
|
+
"type": {
|
|
6183
|
+
"text": "CustomEvent"
|
|
6184
|
+
}
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"name": "property-change",
|
|
6188
|
+
"type": {
|
|
6189
|
+
"text": "CustomEvent"
|
|
6190
|
+
},
|
|
6191
|
+
"inheritedFrom": {
|
|
6192
|
+
"name": "AbstractProperty",
|
|
6193
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6194
|
+
}
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6245
6197
|
"attributes": [
|
|
6246
6198
|
{
|
|
6247
6199
|
"name": "value",
|
|
6248
6200
|
"type": {
|
|
6249
|
-
"text": "
|
|
6201
|
+
"text": "Properties | undefined"
|
|
6250
6202
|
},
|
|
6251
6203
|
"fieldName": "value"
|
|
6252
6204
|
},
|
|
6253
6205
|
{
|
|
6254
|
-
"name": "
|
|
6206
|
+
"name": "bounds",
|
|
6255
6207
|
"type": {
|
|
6256
|
-
"text": "
|
|
6208
|
+
"text": "BOUNDS | null"
|
|
6257
6209
|
},
|
|
6258
6210
|
"default": "null",
|
|
6259
|
-
"fieldName": "
|
|
6211
|
+
"fieldName": "bounds"
|
|
6260
6212
|
},
|
|
6261
6213
|
{
|
|
6262
6214
|
"name": "selected",
|
|
@@ -6265,114 +6217,72 @@
|
|
|
6265
6217
|
},
|
|
6266
6218
|
"default": "[]",
|
|
6267
6219
|
"fieldName": "selected"
|
|
6268
|
-
},
|
|
6269
|
-
{
|
|
6270
|
-
"name": "props",
|
|
6271
|
-
"type": {
|
|
6272
|
-
"text": "any[]"
|
|
6273
|
-
},
|
|
6274
|
-
"default": "[]",
|
|
6275
|
-
"fieldName": "props"
|
|
6276
|
-
},
|
|
6277
|
-
{
|
|
6278
|
-
"name": "propertyEditor",
|
|
6279
|
-
"type": {
|
|
6280
|
-
"text": "any[]"
|
|
6281
|
-
},
|
|
6282
|
-
"default": "[]",
|
|
6283
|
-
"fieldName": "propertyEditor"
|
|
6284
|
-
}
|
|
6285
|
-
],
|
|
6286
|
-
"mixins": [
|
|
6287
|
-
{
|
|
6288
|
-
"name": "ScopedElementsMixin",
|
|
6289
|
-
"package": "@open-wc/scoped-elements"
|
|
6290
6220
|
}
|
|
6291
6221
|
],
|
|
6292
6222
|
"superclass": {
|
|
6293
6223
|
"name": "AbstractProperty",
|
|
6294
6224
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6295
|
-
},
|
|
6296
|
-
"events": [
|
|
6297
|
-
{
|
|
6298
|
-
"name": "property-change",
|
|
6299
|
-
"type": {
|
|
6300
|
-
"text": "CustomEvent"
|
|
6301
|
-
},
|
|
6302
|
-
"inheritedFrom": {
|
|
6303
|
-
"name": "AbstractProperty",
|
|
6304
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6305
|
-
}
|
|
6306
|
-
}
|
|
6307
|
-
]
|
|
6308
|
-
}
|
|
6309
|
-
],
|
|
6310
|
-
"exports": [
|
|
6311
|
-
{
|
|
6312
|
-
"kind": "js",
|
|
6313
|
-
"name": "PropertySpecific",
|
|
6314
|
-
"declaration": {
|
|
6315
|
-
"name": "PropertySpecific",
|
|
6316
|
-
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6317
6225
|
}
|
|
6318
6226
|
}
|
|
6319
|
-
]
|
|
6320
|
-
},
|
|
6321
|
-
{
|
|
6322
|
-
"kind": "javascript-module",
|
|
6323
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6324
|
-
"declarations": [
|
|
6325
|
-
{
|
|
6326
|
-
"kind": "variable",
|
|
6327
|
-
"name": "BoxPaddingEditorStyles",
|
|
6328
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6329
|
-
}
|
|
6330
6227
|
],
|
|
6331
6228
|
"exports": [
|
|
6332
6229
|
{
|
|
6333
6230
|
"kind": "js",
|
|
6334
|
-
"name": "
|
|
6231
|
+
"name": "PropertyShapes",
|
|
6335
6232
|
"declaration": {
|
|
6336
|
-
"name": "
|
|
6337
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
6233
|
+
"name": "PropertyShapes",
|
|
6234
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6338
6235
|
}
|
|
6339
6236
|
}
|
|
6340
6237
|
]
|
|
6341
6238
|
},
|
|
6342
6239
|
{
|
|
6343
6240
|
"kind": "javascript-module",
|
|
6344
|
-
"path": "src/modeller/property-sidebar/
|
|
6241
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6345
6242
|
"declarations": [
|
|
6346
6243
|
{
|
|
6347
6244
|
"kind": "class",
|
|
6348
6245
|
"description": "",
|
|
6349
|
-
"name": "
|
|
6246
|
+
"name": "PropertyStyles",
|
|
6350
6247
|
"members": [
|
|
6351
6248
|
{
|
|
6352
6249
|
"kind": "field",
|
|
6353
6250
|
"name": "value",
|
|
6354
6251
|
"type": {
|
|
6355
|
-
"text": "
|
|
6252
|
+
"text": "any"
|
|
6356
6253
|
},
|
|
6254
|
+
"default": "{}",
|
|
6357
6255
|
"attribute": "value"
|
|
6358
6256
|
},
|
|
6359
6257
|
{
|
|
6360
6258
|
"kind": "field",
|
|
6361
|
-
"name": "
|
|
6259
|
+
"name": "selected",
|
|
6362
6260
|
"type": {
|
|
6363
|
-
"text": "
|
|
6261
|
+
"text": "Component[]"
|
|
6364
6262
|
},
|
|
6365
|
-
"default": "
|
|
6366
|
-
"attribute": "
|
|
6263
|
+
"default": "[]",
|
|
6264
|
+
"attribute": "selected"
|
|
6367
6265
|
},
|
|
6368
6266
|
{
|
|
6369
6267
|
"kind": "field",
|
|
6370
|
-
"name": "
|
|
6268
|
+
"name": "fonts",
|
|
6371
6269
|
"type": {
|
|
6372
|
-
"text": "
|
|
6270
|
+
"text": "any[]"
|
|
6373
6271
|
},
|
|
6374
6272
|
"default": "[]",
|
|
6375
|
-
"attribute": "
|
|
6273
|
+
"attribute": "fonts"
|
|
6274
|
+
},
|
|
6275
|
+
{
|
|
6276
|
+
"kind": "method",
|
|
6277
|
+
"name": "_isLine",
|
|
6278
|
+
"parameters": [
|
|
6279
|
+
{
|
|
6280
|
+
"name": "selected",
|
|
6281
|
+
"type": {
|
|
6282
|
+
"text": "Component[]"
|
|
6283
|
+
}
|
|
6284
|
+
}
|
|
6285
|
+
]
|
|
6376
6286
|
},
|
|
6377
6287
|
{
|
|
6378
6288
|
"kind": "method",
|
|
@@ -6392,130 +6302,166 @@
|
|
|
6392
6302
|
},
|
|
6393
6303
|
{
|
|
6394
6304
|
"kind": "method",
|
|
6395
|
-
"name": "
|
|
6305
|
+
"name": "_getValueFromEventTarget",
|
|
6396
6306
|
"parameters": [
|
|
6397
6307
|
{
|
|
6398
|
-
"name": "
|
|
6308
|
+
"name": "element",
|
|
6399
6309
|
"type": {
|
|
6400
|
-
"text": "
|
|
6310
|
+
"text": "HTMLElement"
|
|
6401
6311
|
}
|
|
6402
6312
|
}
|
|
6403
|
-
]
|
|
6313
|
+
],
|
|
6314
|
+
"inheritedFrom": {
|
|
6315
|
+
"name": "AbstractProperty",
|
|
6316
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6317
|
+
}
|
|
6404
6318
|
},
|
|
6405
6319
|
{
|
|
6406
6320
|
"kind": "method",
|
|
6407
|
-
"name": "
|
|
6321
|
+
"name": "_onAfterValueChange",
|
|
6408
6322
|
"parameters": [
|
|
6409
6323
|
{
|
|
6410
|
-
"name": "
|
|
6324
|
+
"name": "key",
|
|
6411
6325
|
"type": {
|
|
6412
|
-
"text": "
|
|
6326
|
+
"text": "string"
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"name": "value",
|
|
6331
|
+
"type": {
|
|
6332
|
+
"text": "any"
|
|
6413
6333
|
}
|
|
6414
6334
|
}
|
|
6415
|
-
]
|
|
6335
|
+
],
|
|
6336
|
+
"inheritedFrom": {
|
|
6337
|
+
"name": "AbstractProperty",
|
|
6338
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6339
|
+
}
|
|
6340
|
+
}
|
|
6341
|
+
],
|
|
6342
|
+
"attributes": [
|
|
6343
|
+
{
|
|
6344
|
+
"name": "value",
|
|
6345
|
+
"type": {
|
|
6346
|
+
"text": "any"
|
|
6347
|
+
},
|
|
6348
|
+
"default": "{}",
|
|
6349
|
+
"fieldName": "value"
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"name": "selected",
|
|
6353
|
+
"type": {
|
|
6354
|
+
"text": "Component[]"
|
|
6355
|
+
},
|
|
6356
|
+
"default": "[]",
|
|
6357
|
+
"fieldName": "selected"
|
|
6416
6358
|
},
|
|
6417
6359
|
{
|
|
6418
|
-
"
|
|
6419
|
-
"
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6360
|
+
"name": "fonts",
|
|
6361
|
+
"type": {
|
|
6362
|
+
"text": "any[]"
|
|
6363
|
+
},
|
|
6364
|
+
"default": "[]",
|
|
6365
|
+
"fieldName": "fonts"
|
|
6366
|
+
}
|
|
6367
|
+
],
|
|
6368
|
+
"superclass": {
|
|
6369
|
+
"name": "AbstractProperty",
|
|
6370
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6371
|
+
},
|
|
6372
|
+
"events": [
|
|
6373
|
+
{
|
|
6374
|
+
"name": "property-change",
|
|
6375
|
+
"type": {
|
|
6376
|
+
"text": "CustomEvent"
|
|
6377
|
+
},
|
|
6378
|
+
"inheritedFrom": {
|
|
6379
|
+
"name": "AbstractProperty",
|
|
6380
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6381
|
+
}
|
|
6382
|
+
}
|
|
6383
|
+
]
|
|
6384
|
+
}
|
|
6385
|
+
],
|
|
6386
|
+
"exports": [
|
|
6387
|
+
{
|
|
6388
|
+
"kind": "js",
|
|
6389
|
+
"name": "PropertyStyles",
|
|
6390
|
+
"declaration": {
|
|
6391
|
+
"name": "PropertyStyles",
|
|
6392
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6393
|
+
}
|
|
6394
|
+
}
|
|
6395
|
+
]
|
|
6396
|
+
},
|
|
6397
|
+
{
|
|
6398
|
+
"kind": "javascript-module",
|
|
6399
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6400
|
+
"declarations": [
|
|
6401
|
+
{
|
|
6402
|
+
"kind": "class",
|
|
6403
|
+
"description": "",
|
|
6404
|
+
"name": "SpecificPropertiesBuilder",
|
|
6405
|
+
"members": [
|
|
6406
|
+
{
|
|
6407
|
+
"kind": "field",
|
|
6408
|
+
"name": "value",
|
|
6409
|
+
"type": {
|
|
6410
|
+
"text": "any"
|
|
6411
|
+
},
|
|
6412
|
+
"attribute": "value"
|
|
6428
6413
|
},
|
|
6429
6414
|
{
|
|
6430
|
-
"kind": "
|
|
6431
|
-
"name": "
|
|
6432
|
-
"
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
}
|
|
6438
|
-
}
|
|
6439
|
-
]
|
|
6415
|
+
"kind": "field",
|
|
6416
|
+
"name": "props",
|
|
6417
|
+
"type": {
|
|
6418
|
+
"text": "any[]"
|
|
6419
|
+
},
|
|
6420
|
+
"default": "[]",
|
|
6421
|
+
"attribute": "props"
|
|
6440
6422
|
},
|
|
6441
6423
|
{
|
|
6442
|
-
"kind": "
|
|
6443
|
-
"name": "
|
|
6444
|
-
"
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
"text": "Component[]"
|
|
6449
|
-
}
|
|
6450
|
-
}
|
|
6451
|
-
]
|
|
6424
|
+
"kind": "field",
|
|
6425
|
+
"name": "propertyEditor",
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "any"
|
|
6428
|
+
},
|
|
6429
|
+
"attribute": "propertyEditor"
|
|
6452
6430
|
},
|
|
6453
6431
|
{
|
|
6454
6432
|
"kind": "method",
|
|
6455
|
-
"name": "
|
|
6433
|
+
"name": "_onPropsChanged",
|
|
6456
6434
|
"parameters": [
|
|
6457
6435
|
{
|
|
6458
|
-
"name": "
|
|
6436
|
+
"name": "props",
|
|
6459
6437
|
"type": {
|
|
6460
|
-
"text": "
|
|
6438
|
+
"text": "any[]"
|
|
6461
6439
|
}
|
|
6462
6440
|
}
|
|
6463
6441
|
]
|
|
6464
6442
|
},
|
|
6465
6443
|
{
|
|
6466
6444
|
"kind": "method",
|
|
6467
|
-
"name": "
|
|
6468
|
-
"parameters": [
|
|
6469
|
-
{
|
|
6470
|
-
"name": "element",
|
|
6471
|
-
"type": {
|
|
6472
|
-
"text": "HTMLElement"
|
|
6473
|
-
}
|
|
6474
|
-
}
|
|
6475
|
-
],
|
|
6476
|
-
"inheritedFrom": {
|
|
6477
|
-
"name": "AbstractProperty",
|
|
6478
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6479
|
-
}
|
|
6445
|
+
"name": "_setValues"
|
|
6480
6446
|
},
|
|
6481
6447
|
{
|
|
6482
6448
|
"kind": "method",
|
|
6483
|
-
"name": "
|
|
6449
|
+
"name": "_onValueChanged",
|
|
6484
6450
|
"parameters": [
|
|
6485
6451
|
{
|
|
6486
|
-
"name": "
|
|
6487
|
-
"type": {
|
|
6488
|
-
"text": "string"
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
|
-
{
|
|
6492
|
-
"name": "value",
|
|
6452
|
+
"name": "e",
|
|
6493
6453
|
"type": {
|
|
6494
|
-
"text": "
|
|
6454
|
+
"text": "Event"
|
|
6495
6455
|
}
|
|
6496
6456
|
}
|
|
6497
|
-
]
|
|
6498
|
-
"inheritedFrom": {
|
|
6499
|
-
"name": "AbstractProperty",
|
|
6500
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6501
|
-
}
|
|
6457
|
+
]
|
|
6502
6458
|
}
|
|
6503
6459
|
],
|
|
6504
6460
|
"events": [
|
|
6505
|
-
{
|
|
6506
|
-
"name": "bounds-change",
|
|
6507
|
-
"type": {
|
|
6508
|
-
"text": "CustomEvent"
|
|
6509
|
-
}
|
|
6510
|
-
},
|
|
6511
6461
|
{
|
|
6512
6462
|
"name": "property-change",
|
|
6513
6463
|
"type": {
|
|
6514
6464
|
"text": "CustomEvent"
|
|
6515
|
-
},
|
|
6516
|
-
"inheritedFrom": {
|
|
6517
|
-
"name": "AbstractProperty",
|
|
6518
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6519
6465
|
}
|
|
6520
6466
|
}
|
|
6521
6467
|
],
|
|
@@ -6523,52 +6469,52 @@
|
|
|
6523
6469
|
{
|
|
6524
6470
|
"name": "value",
|
|
6525
6471
|
"type": {
|
|
6526
|
-
"text": "
|
|
6472
|
+
"text": "any"
|
|
6527
6473
|
},
|
|
6528
6474
|
"fieldName": "value"
|
|
6529
6475
|
},
|
|
6530
6476
|
{
|
|
6531
|
-
"name": "
|
|
6477
|
+
"name": "props",
|
|
6532
6478
|
"type": {
|
|
6533
|
-
"text": "
|
|
6479
|
+
"text": "any[]"
|
|
6534
6480
|
},
|
|
6535
|
-
"default": "
|
|
6536
|
-
"fieldName": "
|
|
6481
|
+
"default": "[]",
|
|
6482
|
+
"fieldName": "props"
|
|
6537
6483
|
},
|
|
6538
6484
|
{
|
|
6539
|
-
"name": "
|
|
6485
|
+
"name": "propertyEditor",
|
|
6540
6486
|
"type": {
|
|
6541
|
-
"text": "
|
|
6487
|
+
"text": "any"
|
|
6542
6488
|
},
|
|
6543
|
-
"
|
|
6544
|
-
"fieldName": "selected"
|
|
6489
|
+
"fieldName": "propertyEditor"
|
|
6545
6490
|
}
|
|
6546
6491
|
],
|
|
6547
6492
|
"superclass": {
|
|
6548
|
-
"name": "
|
|
6549
|
-
"
|
|
6550
|
-
}
|
|
6493
|
+
"name": "LitElement",
|
|
6494
|
+
"package": "lit"
|
|
6495
|
+
},
|
|
6496
|
+
"customElement": true
|
|
6551
6497
|
}
|
|
6552
6498
|
],
|
|
6553
6499
|
"exports": [
|
|
6554
6500
|
{
|
|
6555
6501
|
"kind": "js",
|
|
6556
|
-
"name": "
|
|
6502
|
+
"name": "SpecificPropertiesBuilder",
|
|
6557
6503
|
"declaration": {
|
|
6558
|
-
"name": "
|
|
6559
|
-
"module": "src/modeller/property-sidebar/
|
|
6504
|
+
"name": "SpecificPropertiesBuilder",
|
|
6505
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
6560
6506
|
}
|
|
6561
6507
|
}
|
|
6562
6508
|
]
|
|
6563
6509
|
},
|
|
6564
6510
|
{
|
|
6565
6511
|
"kind": "javascript-module",
|
|
6566
|
-
"path": "src/modeller/property-sidebar/
|
|
6512
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
6567
6513
|
"declarations": [
|
|
6568
6514
|
{
|
|
6569
6515
|
"kind": "class",
|
|
6570
6516
|
"description": "",
|
|
6571
|
-
"name": "
|
|
6517
|
+
"name": "PropertySpecific",
|
|
6572
6518
|
"members": [
|
|
6573
6519
|
{
|
|
6574
6520
|
"kind": "field",
|
|
@@ -6576,9 +6522,17 @@
|
|
|
6576
6522
|
"type": {
|
|
6577
6523
|
"text": "any"
|
|
6578
6524
|
},
|
|
6579
|
-
"default": "{}",
|
|
6580
6525
|
"attribute": "value"
|
|
6581
6526
|
},
|
|
6527
|
+
{
|
|
6528
|
+
"kind": "field",
|
|
6529
|
+
"name": "scene",
|
|
6530
|
+
"type": {
|
|
6531
|
+
"text": "Scene | null"
|
|
6532
|
+
},
|
|
6533
|
+
"default": "null",
|
|
6534
|
+
"attribute": "scene"
|
|
6535
|
+
},
|
|
6582
6536
|
{
|
|
6583
6537
|
"kind": "field",
|
|
6584
6538
|
"name": "selected",
|
|
@@ -6590,16 +6544,55 @@
|
|
|
6590
6544
|
},
|
|
6591
6545
|
{
|
|
6592
6546
|
"kind": "field",
|
|
6593
|
-
"name": "
|
|
6547
|
+
"name": "props",
|
|
6594
6548
|
"type": {
|
|
6595
6549
|
"text": "any[]"
|
|
6596
6550
|
},
|
|
6597
6551
|
"default": "[]",
|
|
6598
|
-
"attribute": "
|
|
6552
|
+
"attribute": "props"
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"kind": "field",
|
|
6556
|
+
"name": "propertyEditor",
|
|
6557
|
+
"type": {
|
|
6558
|
+
"text": "any[]"
|
|
6559
|
+
},
|
|
6560
|
+
"default": "[]",
|
|
6561
|
+
"attribute": "propertyEditor"
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"kind": "field",
|
|
6565
|
+
"name": "boundINeedSelected",
|
|
6566
|
+
"type": {
|
|
6567
|
+
"text": "any"
|
|
6568
|
+
},
|
|
6569
|
+
"privacy": "private"
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"kind": "field",
|
|
6573
|
+
"name": "scopedElements",
|
|
6574
|
+
"static": true,
|
|
6575
|
+
"readonly": true
|
|
6599
6576
|
},
|
|
6600
6577
|
{
|
|
6601
6578
|
"kind": "method",
|
|
6602
|
-
"name": "
|
|
6579
|
+
"name": "_onValueChange",
|
|
6580
|
+
"parameters": [
|
|
6581
|
+
{
|
|
6582
|
+
"name": "e",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "Event"
|
|
6585
|
+
}
|
|
6586
|
+
}
|
|
6587
|
+
],
|
|
6588
|
+
"inheritedFrom": {
|
|
6589
|
+
"name": "AbstractProperty",
|
|
6590
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
{
|
|
6594
|
+
"kind": "method",
|
|
6595
|
+
"name": "_isIdentifiable",
|
|
6603
6596
|
"parameters": [
|
|
6604
6597
|
{
|
|
6605
6598
|
"name": "selected",
|
|
@@ -6611,19 +6604,27 @@
|
|
|
6611
6604
|
},
|
|
6612
6605
|
{
|
|
6613
6606
|
"kind": "method",
|
|
6614
|
-
"name": "
|
|
6607
|
+
"name": "_hasTextProperty",
|
|
6608
|
+
"parameters": [
|
|
6609
|
+
{
|
|
6610
|
+
"name": "selected",
|
|
6611
|
+
"type": {
|
|
6612
|
+
"text": "Component[]"
|
|
6613
|
+
}
|
|
6614
|
+
}
|
|
6615
|
+
]
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"kind": "method",
|
|
6619
|
+
"name": "_onINeedSelected",
|
|
6615
6620
|
"parameters": [
|
|
6616
6621
|
{
|
|
6617
6622
|
"name": "e",
|
|
6618
6623
|
"type": {
|
|
6619
|
-
"text": "
|
|
6624
|
+
"text": "CustomEvent"
|
|
6620
6625
|
}
|
|
6621
6626
|
}
|
|
6622
|
-
]
|
|
6623
|
-
"inheritedFrom": {
|
|
6624
|
-
"name": "AbstractProperty",
|
|
6625
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6626
|
-
}
|
|
6627
|
+
]
|
|
6627
6628
|
},
|
|
6628
6629
|
{
|
|
6629
6630
|
"kind": "method",
|
|
@@ -6670,9 +6671,16 @@
|
|
|
6670
6671
|
"type": {
|
|
6671
6672
|
"text": "any"
|
|
6672
6673
|
},
|
|
6673
|
-
"default": "{}",
|
|
6674
6674
|
"fieldName": "value"
|
|
6675
6675
|
},
|
|
6676
|
+
{
|
|
6677
|
+
"name": "scene",
|
|
6678
|
+
"type": {
|
|
6679
|
+
"text": "Scene | null"
|
|
6680
|
+
},
|
|
6681
|
+
"default": "null",
|
|
6682
|
+
"fieldName": "scene"
|
|
6683
|
+
},
|
|
6676
6684
|
{
|
|
6677
6685
|
"name": "selected",
|
|
6678
6686
|
"type": {
|
|
@@ -6682,17 +6690,31 @@
|
|
|
6682
6690
|
"fieldName": "selected"
|
|
6683
6691
|
},
|
|
6684
6692
|
{
|
|
6685
|
-
"name": "
|
|
6693
|
+
"name": "props",
|
|
6686
6694
|
"type": {
|
|
6687
6695
|
"text": "any[]"
|
|
6688
6696
|
},
|
|
6689
6697
|
"default": "[]",
|
|
6690
|
-
"fieldName": "
|
|
6698
|
+
"fieldName": "props"
|
|
6699
|
+
},
|
|
6700
|
+
{
|
|
6701
|
+
"name": "propertyEditor",
|
|
6702
|
+
"type": {
|
|
6703
|
+
"text": "any[]"
|
|
6704
|
+
},
|
|
6705
|
+
"default": "[]",
|
|
6706
|
+
"fieldName": "propertyEditor"
|
|
6707
|
+
}
|
|
6708
|
+
],
|
|
6709
|
+
"mixins": [
|
|
6710
|
+
{
|
|
6711
|
+
"name": "ScopedElementsMixin",
|
|
6712
|
+
"package": "@open-wc/scoped-elements"
|
|
6691
6713
|
}
|
|
6692
6714
|
],
|
|
6693
6715
|
"superclass": {
|
|
6694
6716
|
"name": "AbstractProperty",
|
|
6695
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6717
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6696
6718
|
},
|
|
6697
6719
|
"events": [
|
|
6698
6720
|
{
|
|
@@ -6711,10 +6733,10 @@
|
|
|
6711
6733
|
"exports": [
|
|
6712
6734
|
{
|
|
6713
6735
|
"kind": "js",
|
|
6714
|
-
"name": "
|
|
6736
|
+
"name": "PropertySpecific",
|
|
6715
6737
|
"declaration": {
|
|
6716
|
-
"name": "
|
|
6717
|
-
"module": "src/modeller/property-sidebar/
|
|
6738
|
+
"name": "PropertySpecific",
|
|
6739
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6718
6740
|
}
|
|
6719
6741
|
}
|
|
6720
6742
|
]
|