@fmsim/board 0.0.62 → 0.0.63
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 +2148 -1701
- package/dist/src/layers/mcs-mouse-event-layer.d.ts +30 -0
- package/dist/src/layers/mcs-mouse-event-layer.js +114 -0
- package/dist/src/layers/mcs-mouse-event-layer.js.map +1 -0
- package/dist/src/layers/tooltip-decorator.d.ts +2 -0
- package/dist/src/layers/tooltip-decorator.js +41 -0
- package/dist/src/layers/tooltip-decorator.js.map +1 -0
- package/dist/src/ox-board-component-info.d.ts +21 -0
- package/dist/src/ox-board-component-info.js +218 -0
- package/dist/src/ox-board-component-info.js.map +1 -0
- package/dist/src/ox-board-modeller.js +0 -1
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +5 -1
- package/dist/src/ox-board-viewer.js +49 -3
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/src/graphql/board.d.ts +0 -6
- package/dist/src/graphql/board.js +0 -139
- package/dist/src/graphql/board.js.map +0 -1
- package/dist/src/graphql/data-subscription.d.ts +0 -5
- package/dist/src/graphql/data-subscription.js +0 -24
- package/dist/src/graphql/data-subscription.js.map +0 -1
- package/dist/src/graphql/favorite-board.d.ts +0 -1
- package/dist/src/graphql/favorite-board.js +0 -23
- package/dist/src/graphql/favorite-board.js.map +0 -1
- package/dist/src/graphql/group.d.ts +0 -7
- package/dist/src/graphql/group.js +0 -125
- package/dist/src/graphql/group.js.map +0 -1
- package/dist/src/graphql/index.d.ts +0 -4
- package/dist/src/graphql/index.js +0 -5
- package/dist/src/graphql/index.js.map +0 -1
- package/dist/src/graphql/play-group.d.ts +0 -8
- package/dist/src/graphql/play-group.js +0 -173
- package/dist/src/graphql/play-group.js.map +0 -1
- package/dist/src/graphql/scenario.d.ts +0 -6
- package/dist/src/graphql/scenario.js +0 -69
- package/dist/src/graphql/scenario.js.map +0 -1
- package/dist/src/layers/bouncing-arrow-decorator.d.ts +0 -1
- package/dist/src/layers/bouncing-arrow-decorator.js +0 -40
- package/dist/src/layers/bouncing-arrow-decorator.js.map +0 -1
- package/dist/src/layers/event-handlers.d.ts +0 -1
- package/dist/src/layers/event-handlers.js +0 -70
- package/dist/src/layers/event-handlers.js.map +0 -1
- package/dist/src/layers/mcs-event-handlers.d.ts +0 -1
- package/dist/src/layers/mcs-event-handlers.js +0 -73
- package/dist/src/layers/mcs-event-handlers.js.map +0 -1
- package/dist/src/layers/ox-mini-map.d.ts +0 -1
- package/dist/src/layers/ox-mini-map.js +0 -189
- package/dist/src/layers/ox-mini-map.js.map +0 -1
- package/dist/src/layers/scroll-layer.d.ts +0 -24
- package/dist/src/layers/scroll-layer.js +0 -125
- package/dist/src/layers/scroll-layer.js.map +0 -1
- package/dist/src/layers/shift-handler.d.ts +0 -1
- package/dist/src/layers/shift-handler.js +0 -38
- package/dist/src/layers/shift-handler.js.map +0 -1
- package/dist/src/layers/zoom-handler.d.ts +0 -1
- package/dist/src/layers/zoom-handler.js +0 -36
- package/dist/src/layers/zoom-handler.js.map +0 -1
- package/dist/src/ox-board-viewer-backup.d.ts +0 -64
- package/dist/src/ox-board-viewer-backup.js +0 -529
- package/dist/src/ox-board-viewer-backup.js.map +0 -1
- package/dist/src/ox-board-viewer-other.d.ts +0 -19
- package/dist/src/ox-board-viewer-other.js +0 -82
- package/dist/src/ox-board-viewer-other.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
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
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -120,6 +57,143 @@
|
|
|
120
57
|
}
|
|
121
58
|
]
|
|
122
59
|
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "javascript-module",
|
|
62
|
+
"path": "src/ox-board-component-info.ts",
|
|
63
|
+
"declarations": [
|
|
64
|
+
{
|
|
65
|
+
"kind": "class",
|
|
66
|
+
"description": "",
|
|
67
|
+
"name": "BoardComponentInfo",
|
|
68
|
+
"members": [
|
|
69
|
+
{
|
|
70
|
+
"kind": "field",
|
|
71
|
+
"name": "component",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "any | undefined"
|
|
74
|
+
},
|
|
75
|
+
"attribute": "component"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"kind": "field",
|
|
79
|
+
"name": "detailInfo",
|
|
80
|
+
"type": {
|
|
81
|
+
"text": "any | undefined"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "field",
|
|
86
|
+
"name": "dragStart",
|
|
87
|
+
"type": {
|
|
88
|
+
"text": "{ x: number; y: number } | undefined"
|
|
89
|
+
},
|
|
90
|
+
"privacy": "private"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "field",
|
|
94
|
+
"name": "dragEndHandler",
|
|
95
|
+
"privacy": "private",
|
|
96
|
+
"default": "this.onDragEnd.bind(this)"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "field",
|
|
100
|
+
"name": "dragMoveHandler",
|
|
101
|
+
"privacy": "private",
|
|
102
|
+
"default": "this.onDragMove.bind(this)"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "method",
|
|
106
|
+
"name": "onWheel",
|
|
107
|
+
"parameters": [
|
|
108
|
+
{
|
|
109
|
+
"name": "e",
|
|
110
|
+
"type": {
|
|
111
|
+
"text": "WheelEvent"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"kind": "method",
|
|
118
|
+
"name": "onDragStart",
|
|
119
|
+
"parameters": [
|
|
120
|
+
{
|
|
121
|
+
"name": "e",
|
|
122
|
+
"type": {
|
|
123
|
+
"text": "MouseEvent"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "method",
|
|
130
|
+
"name": "onDragMove",
|
|
131
|
+
"parameters": [
|
|
132
|
+
{
|
|
133
|
+
"name": "e",
|
|
134
|
+
"type": {
|
|
135
|
+
"text": "Event"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"kind": "method",
|
|
142
|
+
"name": "onDragEnd",
|
|
143
|
+
"parameters": [
|
|
144
|
+
{
|
|
145
|
+
"name": "e",
|
|
146
|
+
"type": {
|
|
147
|
+
"text": "Event"
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"events": [
|
|
154
|
+
{
|
|
155
|
+
"name": "close",
|
|
156
|
+
"type": {
|
|
157
|
+
"text": "CustomEvent"
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"attributes": [
|
|
162
|
+
{
|
|
163
|
+
"name": "component",
|
|
164
|
+
"type": {
|
|
165
|
+
"text": "any | undefined"
|
|
166
|
+
},
|
|
167
|
+
"fieldName": "component"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"superclass": {
|
|
171
|
+
"name": "LitElement",
|
|
172
|
+
"package": "lit"
|
|
173
|
+
},
|
|
174
|
+
"tagName": "ox-board-component-info",
|
|
175
|
+
"customElement": true
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"exports": [
|
|
179
|
+
{
|
|
180
|
+
"kind": "js",
|
|
181
|
+
"name": "BoardComponentInfo",
|
|
182
|
+
"declaration": {
|
|
183
|
+
"name": "BoardComponentInfo",
|
|
184
|
+
"module": "src/ox-board-component-info.ts"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "custom-element-definition",
|
|
189
|
+
"name": "ox-board-component-info",
|
|
190
|
+
"declaration": {
|
|
191
|
+
"name": "BoardComponentInfo",
|
|
192
|
+
"module": "src/ox-board-component-info.ts"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
123
197
|
{
|
|
124
198
|
"kind": "javascript-module",
|
|
125
199
|
"path": "src/ox-board-list.ts",
|
|
@@ -901,6 +975,14 @@
|
|
|
901
975
|
"text": "HTMLElement"
|
|
902
976
|
}
|
|
903
977
|
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "field",
|
|
980
|
+
"name": "popup",
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "BoardComponentInfo | undefined"
|
|
983
|
+
},
|
|
984
|
+
"privacy": "private"
|
|
985
|
+
},
|
|
904
986
|
{
|
|
905
987
|
"kind": "method",
|
|
906
988
|
"name": "initSceneAsync"
|
|
@@ -1132,6 +1214,28 @@
|
|
|
1132
1214
|
{
|
|
1133
1215
|
"kind": "method",
|
|
1134
1216
|
"name": "getSceneValues"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "method",
|
|
1220
|
+
"name": "onClickEvent",
|
|
1221
|
+
"parameters": [
|
|
1222
|
+
{
|
|
1223
|
+
"name": "e",
|
|
1224
|
+
"type": {
|
|
1225
|
+
"text": "MouseEvent"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "hint",
|
|
1230
|
+
"type": {
|
|
1231
|
+
"text": "any"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"kind": "method",
|
|
1238
|
+
"name": "hidePopup"
|
|
1135
1239
|
}
|
|
1136
1240
|
],
|
|
1137
1241
|
"events": [
|
|
@@ -1487,56 +1591,119 @@
|
|
|
1487
1591
|
},
|
|
1488
1592
|
{
|
|
1489
1593
|
"kind": "javascript-module",
|
|
1490
|
-
"path": "
|
|
1594
|
+
"path": "stories/index.stories.ts",
|
|
1491
1595
|
"declarations": [
|
|
1492
1596
|
{
|
|
1493
1597
|
"kind": "variable",
|
|
1494
|
-
"name": "
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
"
|
|
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"
|
|
1499
1611
|
}
|
|
1500
1612
|
],
|
|
1501
1613
|
"exports": [
|
|
1502
1614
|
{
|
|
1503
1615
|
"kind": "js",
|
|
1504
|
-
"name": "
|
|
1616
|
+
"name": "default",
|
|
1505
1617
|
"declaration": {
|
|
1506
|
-
"
|
|
1507
|
-
"module": "src/component/etc.ts"
|
|
1618
|
+
"module": "stories/index.stories.ts"
|
|
1508
1619
|
}
|
|
1509
|
-
}
|
|
1510
|
-
]
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "javascript-module",
|
|
1514
|
-
"path": "src/component/index.ts",
|
|
1515
|
-
"declarations": [],
|
|
1516
|
-
"exports": [
|
|
1620
|
+
},
|
|
1517
1621
|
{
|
|
1518
1622
|
"kind": "js",
|
|
1519
|
-
"name": "
|
|
1623
|
+
"name": "Regular",
|
|
1520
1624
|
"declaration": {
|
|
1521
|
-
"name": "
|
|
1522
|
-
"
|
|
1625
|
+
"name": "Regular",
|
|
1626
|
+
"module": "stories/index.stories.ts"
|
|
1523
1627
|
}
|
|
1524
|
-
}
|
|
1525
|
-
]
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "javascript-module",
|
|
1529
|
-
"path": "src/component/register-default-groups.ts",
|
|
1530
|
-
"declarations": [
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "function",
|
|
1533
|
-
"name": "registerDefaultGroups"
|
|
1534
|
-
}
|
|
1535
|
-
],
|
|
1536
|
-
"exports": [
|
|
1628
|
+
},
|
|
1537
1629
|
{
|
|
1538
1630
|
"kind": "js",
|
|
1539
|
-
"name": "
|
|
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
|
+
{
|
|
1656
|
+
"kind": "javascript-module",
|
|
1657
|
+
"path": "src/component/etc.ts",
|
|
1658
|
+
"declarations": [
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "variable",
|
|
1661
|
+
"name": "etc",
|
|
1662
|
+
"type": {
|
|
1663
|
+
"text": "ComponentGroup"
|
|
1664
|
+
},
|
|
1665
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"exports": [
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "js",
|
|
1671
|
+
"name": "etc",
|
|
1672
|
+
"declaration": {
|
|
1673
|
+
"name": "etc",
|
|
1674
|
+
"module": "src/component/etc.ts"
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "javascript-module",
|
|
1681
|
+
"path": "src/component/index.ts",
|
|
1682
|
+
"declarations": [],
|
|
1683
|
+
"exports": [
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "js",
|
|
1686
|
+
"name": "*",
|
|
1687
|
+
"declaration": {
|
|
1688
|
+
"name": "*",
|
|
1689
|
+
"package": "./etc"
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "javascript-module",
|
|
1696
|
+
"path": "src/component/register-default-groups.ts",
|
|
1697
|
+
"declarations": [
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "function",
|
|
1700
|
+
"name": "registerDefaultGroups"
|
|
1701
|
+
}
|
|
1702
|
+
],
|
|
1703
|
+
"exports": [
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "js",
|
|
1706
|
+
"name": "registerDefaultGroups",
|
|
1540
1707
|
"declaration": {
|
|
1541
1708
|
"name": "registerDefaultGroups",
|
|
1542
1709
|
"module": "src/component/register-default-groups.ts"
|
|
@@ -1638,92 +1805,183 @@
|
|
|
1638
1805
|
},
|
|
1639
1806
|
{
|
|
1640
1807
|
"kind": "javascript-module",
|
|
1641
|
-
"path": "src/layers/mcs-event-
|
|
1642
|
-
"declarations": [],
|
|
1643
|
-
"exports": []
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "javascript-module",
|
|
1647
|
-
"path": "src/layers/movement-layer.ts",
|
|
1808
|
+
"path": "src/layers/mcs-mouse-event-layer.ts",
|
|
1648
1809
|
"declarations": [
|
|
1649
1810
|
{
|
|
1650
1811
|
"kind": "class",
|
|
1651
1812
|
"description": "",
|
|
1652
|
-
"name": "
|
|
1813
|
+
"name": "MCSMouseEventLayer",
|
|
1653
1814
|
"members": [
|
|
1654
1815
|
{
|
|
1655
1816
|
"kind": "field",
|
|
1656
|
-
"name": "
|
|
1657
|
-
"
|
|
1817
|
+
"name": "_anim_alpha",
|
|
1818
|
+
"type": {
|
|
1819
|
+
"text": "number"
|
|
1820
|
+
},
|
|
1821
|
+
"privacy": "private",
|
|
1822
|
+
"default": "1"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "field",
|
|
1826
|
+
"name": "_lastTargets",
|
|
1827
|
+
"type": {
|
|
1828
|
+
"text": "Component[]"
|
|
1829
|
+
},
|
|
1830
|
+
"privacy": "private",
|
|
1831
|
+
"default": "[]"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "field",
|
|
1835
|
+
"name": "_decoTargets",
|
|
1836
|
+
"type": {
|
|
1837
|
+
"text": "Component[]"
|
|
1838
|
+
},
|
|
1839
|
+
"privacy": "private",
|
|
1840
|
+
"default": "[]"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "field",
|
|
1844
|
+
"name": "_animate",
|
|
1845
|
+
"type": {
|
|
1846
|
+
"text": "any"
|
|
1847
|
+
},
|
|
1848
|
+
"privacy": "private"
|
|
1658
1849
|
},
|
|
1659
1850
|
{
|
|
1660
1851
|
"kind": "method",
|
|
1661
|
-
"name": "
|
|
1852
|
+
"name": "animOnTargetChange",
|
|
1662
1853
|
"parameters": [
|
|
1663
1854
|
{
|
|
1664
|
-
"name": "
|
|
1855
|
+
"name": "decoTargets",
|
|
1665
1856
|
"type": {
|
|
1666
|
-
"text": "
|
|
1857
|
+
"text": "Component[]"
|
|
1667
1858
|
}
|
|
1668
|
-
}
|
|
1859
|
+
}
|
|
1860
|
+
]
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "method",
|
|
1864
|
+
"name": "decorate",
|
|
1865
|
+
"parameters": [
|
|
1669
1866
|
{
|
|
1670
|
-
"name": "
|
|
1867
|
+
"name": "component",
|
|
1671
1868
|
"type": {
|
|
1672
|
-
"text": "
|
|
1869
|
+
"text": "Component"
|
|
1673
1870
|
}
|
|
1674
1871
|
},
|
|
1675
1872
|
{
|
|
1676
|
-
"name": "
|
|
1873
|
+
"name": "context",
|
|
1677
1874
|
"type": {
|
|
1678
|
-
"text": "
|
|
1875
|
+
"text": "CanvasRenderingContext2D"
|
|
1679
1876
|
}
|
|
1680
1877
|
},
|
|
1681
1878
|
{
|
|
1682
|
-
"name": "
|
|
1683
|
-
"default": "10",
|
|
1879
|
+
"name": "delta",
|
|
1684
1880
|
"type": {
|
|
1685
1881
|
"text": "number"
|
|
1686
1882
|
}
|
|
1687
1883
|
}
|
|
1688
1884
|
]
|
|
1689
1885
|
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "field",
|
|
1888
|
+
"name": "decoTargets",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "Component[]"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"kind": "field",
|
|
1895
|
+
"name": "eventMap",
|
|
1896
|
+
"readonly": true
|
|
1897
|
+
},
|
|
1690
1898
|
{
|
|
1691
1899
|
"kind": "method",
|
|
1692
|
-
"name": "
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
"
|
|
1900
|
+
"name": "onmouseclick",
|
|
1901
|
+
"parameters": [
|
|
1902
|
+
{
|
|
1903
|
+
"name": "e",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "MouseEvent"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"name": "hint",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"text": "any"
|
|
1912
|
+
}
|
|
1696
1913
|
}
|
|
1697
|
-
|
|
1914
|
+
]
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "method",
|
|
1918
|
+
"name": "onmouseenter",
|
|
1698
1919
|
"parameters": [
|
|
1699
1920
|
{
|
|
1700
|
-
"name": "
|
|
1921
|
+
"name": "e",
|
|
1701
1922
|
"type": {
|
|
1702
|
-
"text": "
|
|
1923
|
+
"text": "MouseEvent"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "hint",
|
|
1928
|
+
"type": {
|
|
1929
|
+
"text": "any"
|
|
1703
1930
|
}
|
|
1704
1931
|
}
|
|
1705
1932
|
]
|
|
1706
1933
|
},
|
|
1707
1934
|
{
|
|
1708
|
-
"kind": "
|
|
1709
|
-
"name": "
|
|
1710
|
-
"
|
|
1935
|
+
"kind": "method",
|
|
1936
|
+
"name": "onmouseleave",
|
|
1937
|
+
"parameters": [
|
|
1938
|
+
{
|
|
1939
|
+
"name": "e",
|
|
1940
|
+
"type": {
|
|
1941
|
+
"text": "MouseEvent"
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "hint",
|
|
1946
|
+
"type": {
|
|
1947
|
+
"text": "any"
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1711
1951
|
},
|
|
1712
1952
|
{
|
|
1713
1953
|
"kind": "method",
|
|
1714
|
-
"name": "
|
|
1954
|
+
"name": "onhoverreset",
|
|
1715
1955
|
"parameters": [
|
|
1716
1956
|
{
|
|
1717
|
-
"name": "
|
|
1957
|
+
"name": "hint",
|
|
1718
1958
|
"type": {
|
|
1719
1959
|
"text": "any"
|
|
1720
1960
|
}
|
|
1721
|
-
}
|
|
1961
|
+
}
|
|
1962
|
+
]
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"kind": "method",
|
|
1966
|
+
"name": "onhover",
|
|
1967
|
+
"parameters": [
|
|
1722
1968
|
{
|
|
1723
|
-
"name": "
|
|
1969
|
+
"name": "hint",
|
|
1724
1970
|
"type": {
|
|
1725
1971
|
"text": "any"
|
|
1726
1972
|
}
|
|
1973
|
+
}
|
|
1974
|
+
]
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "method",
|
|
1978
|
+
"name": "offhover",
|
|
1979
|
+
"parameters": [
|
|
1980
|
+
{
|
|
1981
|
+
"name": "e",
|
|
1982
|
+
"type": {
|
|
1983
|
+
"text": "MouseEvent"
|
|
1984
|
+
}
|
|
1727
1985
|
},
|
|
1728
1986
|
{
|
|
1729
1987
|
"name": "hint",
|
|
@@ -1735,23 +1993,40 @@
|
|
|
1735
1993
|
},
|
|
1736
1994
|
{
|
|
1737
1995
|
"kind": "method",
|
|
1738
|
-
"name": "
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
"
|
|
1996
|
+
"name": "_onhover",
|
|
1997
|
+
"parameters": [
|
|
1998
|
+
{
|
|
1999
|
+
"name": "target",
|
|
2000
|
+
"type": {
|
|
2001
|
+
"text": "Component"
|
|
2002
|
+
}
|
|
1742
2003
|
}
|
|
1743
|
-
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"kind": "method",
|
|
2008
|
+
"name": "_offhover",
|
|
1744
2009
|
"parameters": [
|
|
1745
2010
|
{
|
|
1746
|
-
"name": "
|
|
2011
|
+
"name": "target",
|
|
1747
2012
|
"type": {
|
|
1748
|
-
"text": "
|
|
2013
|
+
"text": "Component"
|
|
1749
2014
|
}
|
|
1750
|
-
}
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "method",
|
|
2020
|
+
"name": "_hoverreset"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"kind": "method",
|
|
2024
|
+
"name": "_onpopup",
|
|
2025
|
+
"parameters": [
|
|
1751
2026
|
{
|
|
1752
|
-
"name": "
|
|
2027
|
+
"name": "unit",
|
|
1753
2028
|
"type": {
|
|
1754
|
-
"text": "
|
|
2029
|
+
"text": "Component"
|
|
1755
2030
|
}
|
|
1756
2031
|
}
|
|
1757
2032
|
]
|
|
@@ -1768,481 +2043,661 @@
|
|
|
1768
2043
|
"kind": "js",
|
|
1769
2044
|
"name": "default",
|
|
1770
2045
|
"declaration": {
|
|
1771
|
-
"name": "
|
|
1772
|
-
"module": "src/layers/
|
|
2046
|
+
"name": "MCSMouseEventLayer",
|
|
2047
|
+
"module": "src/layers/mcs-mouse-event-layer.ts"
|
|
1773
2048
|
}
|
|
1774
2049
|
}
|
|
1775
2050
|
]
|
|
1776
2051
|
},
|
|
1777
2052
|
{
|
|
1778
2053
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/
|
|
2054
|
+
"path": "src/layers/movement-layer.ts",
|
|
1780
2055
|
"declarations": [
|
|
1781
2056
|
{
|
|
1782
2057
|
"kind": "class",
|
|
1783
2058
|
"description": "",
|
|
1784
|
-
"name": "
|
|
2059
|
+
"name": "MovementLayer",
|
|
1785
2060
|
"members": [
|
|
1786
2061
|
{
|
|
1787
2062
|
"kind": "field",
|
|
1788
|
-
"name": "
|
|
1789
|
-
"
|
|
1790
|
-
|
|
2063
|
+
"name": "capturable",
|
|
2064
|
+
"readonly": true
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "method",
|
|
2068
|
+
"name": "drawArrow",
|
|
2069
|
+
"parameters": [
|
|
2070
|
+
{
|
|
2071
|
+
"name": "ctx",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "CanvasRenderingContext2D"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "p0",
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "POINT"
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "p1",
|
|
2084
|
+
"type": {
|
|
2085
|
+
"text": "POINT"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"name": "headLength",
|
|
2090
|
+
"default": "10",
|
|
2091
|
+
"type": {
|
|
2092
|
+
"text": "number"
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "method",
|
|
2099
|
+
"name": "findSourceAndTarget",
|
|
2100
|
+
"return": {
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "[Component?, Component?]"
|
|
2103
|
+
}
|
|
1791
2104
|
},
|
|
1792
|
-
"
|
|
2105
|
+
"parameters": [
|
|
2106
|
+
{
|
|
2107
|
+
"name": "path",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"text": "PATH"
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
]
|
|
1793
2113
|
},
|
|
1794
2114
|
{
|
|
1795
2115
|
"kind": "field",
|
|
1796
|
-
"name": "
|
|
1797
|
-
"
|
|
1798
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
1799
|
-
},
|
|
1800
|
-
"attribute": "groups"
|
|
2116
|
+
"name": "eventMap",
|
|
2117
|
+
"readonly": true
|
|
1801
2118
|
},
|
|
1802
2119
|
{
|
|
1803
2120
|
"kind": "method",
|
|
1804
|
-
"name": "
|
|
2121
|
+
"name": "onchangeModelLayer",
|
|
2122
|
+
"parameters": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "after",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "any"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "before",
|
|
2131
|
+
"type": {
|
|
2132
|
+
"text": "any"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "hint",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"text": "any"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "method",
|
|
2145
|
+
"name": "onchangeData",
|
|
2146
|
+
"return": {
|
|
2147
|
+
"type": {
|
|
2148
|
+
"text": "void"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"parameters": [
|
|
2152
|
+
{
|
|
2153
|
+
"name": "after",
|
|
2154
|
+
"type": {
|
|
2155
|
+
"text": "Properties"
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "before",
|
|
2160
|
+
"type": {
|
|
2161
|
+
"text": "Properties"
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
]
|
|
1805
2165
|
}
|
|
1806
2166
|
],
|
|
1807
|
-
"
|
|
2167
|
+
"superclass": {
|
|
2168
|
+
"name": "Layer",
|
|
2169
|
+
"package": "@hatiolab/things-scene"
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2172
|
+
],
|
|
2173
|
+
"exports": [
|
|
2174
|
+
{
|
|
2175
|
+
"kind": "js",
|
|
2176
|
+
"name": "default",
|
|
2177
|
+
"declaration": {
|
|
2178
|
+
"name": "MovementLayer",
|
|
2179
|
+
"module": "src/layers/movement-layer.ts"
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
]
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"kind": "javascript-module",
|
|
2186
|
+
"path": "src/layers/tooltip-decorator.ts",
|
|
2187
|
+
"declarations": [
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "function",
|
|
2190
|
+
"name": "tooltipDecorator",
|
|
2191
|
+
"parameters": [
|
|
1808
2192
|
{
|
|
1809
|
-
"name": "
|
|
2193
|
+
"name": "component",
|
|
1810
2194
|
"type": {
|
|
1811
|
-
"text": "
|
|
2195
|
+
"text": "Component"
|
|
1812
2196
|
}
|
|
1813
|
-
}
|
|
1814
|
-
],
|
|
1815
|
-
"attributes": [
|
|
2197
|
+
},
|
|
1816
2198
|
{
|
|
1817
|
-
"name": "
|
|
2199
|
+
"name": "context",
|
|
1818
2200
|
"type": {
|
|
1819
|
-
"text": "
|
|
1820
|
-
}
|
|
1821
|
-
"fieldName": "defaultGroup"
|
|
2201
|
+
"text": "CanvasRenderingContext2D"
|
|
2202
|
+
}
|
|
1822
2203
|
},
|
|
1823
2204
|
{
|
|
1824
|
-
"name": "
|
|
2205
|
+
"name": "delta",
|
|
1825
2206
|
"type": {
|
|
1826
|
-
"text": "
|
|
1827
|
-
}
|
|
1828
|
-
"fieldName": "groups"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"mixins": [
|
|
1832
|
-
{
|
|
1833
|
-
"name": "localize(i18next)",
|
|
1834
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2207
|
+
"text": "number"
|
|
2208
|
+
}
|
|
1835
2209
|
}
|
|
1836
|
-
]
|
|
1837
|
-
"superclass": {
|
|
1838
|
-
"name": "LitElement",
|
|
1839
|
-
"package": "lit"
|
|
1840
|
-
},
|
|
1841
|
-
"tagName": "board-creation-popup",
|
|
1842
|
-
"customElement": true
|
|
2210
|
+
]
|
|
1843
2211
|
}
|
|
1844
2212
|
],
|
|
1845
2213
|
"exports": [
|
|
1846
2214
|
{
|
|
1847
2215
|
"kind": "js",
|
|
1848
|
-
"name": "
|
|
2216
|
+
"name": "default",
|
|
1849
2217
|
"declaration": {
|
|
1850
|
-
"name": "
|
|
1851
|
-
"module": "src/
|
|
2218
|
+
"name": "tooltipDecorator",
|
|
2219
|
+
"module": "src/layers/tooltip-decorator.ts"
|
|
1852
2220
|
}
|
|
1853
|
-
}
|
|
2221
|
+
}
|
|
2222
|
+
]
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"kind": "javascript-module",
|
|
2226
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2227
|
+
"declarations": [
|
|
1854
2228
|
{
|
|
1855
|
-
"kind": "
|
|
1856
|
-
"name": "
|
|
2229
|
+
"kind": "variable",
|
|
2230
|
+
"name": "style",
|
|
2231
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2232
|
+
}
|
|
2233
|
+
],
|
|
2234
|
+
"exports": [
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "js",
|
|
2237
|
+
"name": "style",
|
|
1857
2238
|
"declaration": {
|
|
1858
|
-
"name": "
|
|
1859
|
-
"module": "src/
|
|
2239
|
+
"name": "style",
|
|
2240
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
1860
2241
|
}
|
|
1861
2242
|
}
|
|
1862
2243
|
]
|
|
1863
2244
|
},
|
|
1864
2245
|
{
|
|
1865
2246
|
"kind": "javascript-module",
|
|
1866
|
-
"path": "src/
|
|
2247
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
1867
2248
|
"declarations": [
|
|
1868
2249
|
{
|
|
1869
2250
|
"kind": "class",
|
|
1870
2251
|
"description": "",
|
|
1871
|
-
"name": "
|
|
2252
|
+
"name": "EditToolbar",
|
|
1872
2253
|
"members": [
|
|
1873
2254
|
{
|
|
1874
2255
|
"kind": "field",
|
|
1875
|
-
"name": "
|
|
2256
|
+
"name": "scene",
|
|
1876
2257
|
"type": {
|
|
1877
|
-
"text": "
|
|
2258
|
+
"text": "Scene | undefined"
|
|
1878
2259
|
},
|
|
1879
|
-
"attribute": "
|
|
2260
|
+
"attribute": "scene"
|
|
1880
2261
|
},
|
|
1881
2262
|
{
|
|
1882
2263
|
"kind": "field",
|
|
1883
|
-
"name": "
|
|
2264
|
+
"name": "selected",
|
|
1884
2265
|
"type": {
|
|
1885
|
-
"text": "
|
|
2266
|
+
"text": "any[]"
|
|
1886
2267
|
},
|
|
1887
|
-
"
|
|
1888
|
-
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "method",
|
|
1891
|
-
"name": "onClickFlip",
|
|
1892
|
-
"parameters": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "e",
|
|
1895
|
-
"type": {
|
|
1896
|
-
"text": "Event"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
]
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "method",
|
|
1903
|
-
"name": "onClickSubmit",
|
|
1904
|
-
"parameters": [
|
|
1905
|
-
{
|
|
1906
|
-
"name": "e",
|
|
1907
|
-
"type": {
|
|
1908
|
-
"text": "Event"
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
2268
|
+
"default": "[]",
|
|
2269
|
+
"attribute": "selected"
|
|
1912
2270
|
},
|
|
1913
2271
|
{
|
|
1914
|
-
"kind": "
|
|
1915
|
-
"name": "
|
|
1916
|
-
}
|
|
1917
|
-
],
|
|
1918
|
-
"events": [
|
|
1919
|
-
{
|
|
1920
|
-
"name": "create-board",
|
|
2272
|
+
"kind": "field",
|
|
2273
|
+
"name": "hideProperty",
|
|
1921
2274
|
"type": {
|
|
1922
|
-
"text": "
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
2275
|
+
"text": "boolean"
|
|
2276
|
+
},
|
|
2277
|
+
"default": "false",
|
|
2278
|
+
"attribute": "hideProperty"
|
|
2279
|
+
},
|
|
1927
2280
|
{
|
|
1928
|
-
"
|
|
2281
|
+
"kind": "field",
|
|
2282
|
+
"name": "cliped",
|
|
1929
2283
|
"type": {
|
|
1930
2284
|
"text": "string | undefined"
|
|
1931
2285
|
},
|
|
1932
|
-
"
|
|
2286
|
+
"privacy": "private"
|
|
1933
2287
|
},
|
|
1934
2288
|
{
|
|
1935
|
-
"
|
|
2289
|
+
"kind": "field",
|
|
2290
|
+
"name": "redo",
|
|
1936
2291
|
"type": {
|
|
1937
|
-
"text": "
|
|
2292
|
+
"text": "HTMLElement"
|
|
1938
2293
|
},
|
|
1939
|
-
"
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"mixins": [
|
|
1943
|
-
{
|
|
1944
|
-
"name": "localize(i18next)",
|
|
1945
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"superclass": {
|
|
1949
|
-
"name": "LitElement",
|
|
1950
|
-
"package": "lit"
|
|
1951
|
-
},
|
|
1952
|
-
"tagName": "board-thumbnail-card",
|
|
1953
|
-
"customElement": true
|
|
1954
|
-
}
|
|
1955
|
-
],
|
|
1956
|
-
"exports": [
|
|
1957
|
-
{
|
|
1958
|
-
"kind": "js",
|
|
1959
|
-
"name": "BoardThumbnailCard",
|
|
1960
|
-
"declaration": {
|
|
1961
|
-
"name": "BoardThumbnailCard",
|
|
1962
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "custom-element-definition",
|
|
1967
|
-
"name": "board-thumbnail-card",
|
|
1968
|
-
"declaration": {
|
|
1969
|
-
"name": "BoardThumbnailCard",
|
|
1970
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "javascript-module",
|
|
1977
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
1978
|
-
"declarations": [
|
|
1979
|
-
{
|
|
1980
|
-
"kind": "class",
|
|
1981
|
-
"description": "",
|
|
1982
|
-
"name": "BoardCreationCard",
|
|
1983
|
-
"members": [
|
|
2294
|
+
"privacy": "private"
|
|
2295
|
+
},
|
|
1984
2296
|
{
|
|
1985
2297
|
"kind": "field",
|
|
1986
|
-
"name": "
|
|
2298
|
+
"name": "undo",
|
|
1987
2299
|
"type": {
|
|
1988
|
-
"text": "
|
|
2300
|
+
"text": "HTMLElement"
|
|
1989
2301
|
},
|
|
1990
|
-
"
|
|
2302
|
+
"privacy": "private"
|
|
1991
2303
|
},
|
|
1992
2304
|
{
|
|
1993
2305
|
"kind": "field",
|
|
1994
|
-
"name": "
|
|
2306
|
+
"name": "fullscreen",
|
|
1995
2307
|
"type": {
|
|
1996
|
-
"text": "
|
|
2308
|
+
"text": "HTMLElement"
|
|
1997
2309
|
},
|
|
1998
|
-
"
|
|
2310
|
+
"privacy": "private"
|
|
1999
2311
|
},
|
|
2000
2312
|
{
|
|
2001
2313
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
2314
|
+
"name": "cut",
|
|
2003
2315
|
"type": {
|
|
2004
|
-
"text": "
|
|
2316
|
+
"text": "HTMLElement"
|
|
2005
2317
|
},
|
|
2006
2318
|
"privacy": "private"
|
|
2007
2319
|
},
|
|
2008
2320
|
{
|
|
2009
|
-
"kind": "
|
|
2010
|
-
"name": "
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "method",
|
|
2014
|
-
"name": "reset"
|
|
2015
|
-
}
|
|
2016
|
-
],
|
|
2017
|
-
"events": [
|
|
2018
|
-
{
|
|
2019
|
-
"name": "create-board",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "CustomEvent"
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2024
|
-
],
|
|
2025
|
-
"attributes": [
|
|
2026
|
-
{
|
|
2027
|
-
"name": "defaultGroup",
|
|
2321
|
+
"kind": "field",
|
|
2322
|
+
"name": "copy",
|
|
2028
2323
|
"type": {
|
|
2029
|
-
"text": "
|
|
2324
|
+
"text": "HTMLElement"
|
|
2030
2325
|
},
|
|
2031
|
-
"
|
|
2326
|
+
"privacy": "private"
|
|
2032
2327
|
},
|
|
2033
|
-
{
|
|
2034
|
-
"name": "groups",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "any"
|
|
2037
|
-
},
|
|
2038
|
-
"fieldName": "groups"
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"mixins": [
|
|
2042
|
-
{
|
|
2043
|
-
"name": "localize(i18next)",
|
|
2044
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2045
|
-
}
|
|
2046
|
-
],
|
|
2047
|
-
"superclass": {
|
|
2048
|
-
"name": "LitElement",
|
|
2049
|
-
"package": "lit"
|
|
2050
|
-
},
|
|
2051
|
-
"tagName": "ox-board-creation-card",
|
|
2052
|
-
"customElement": true
|
|
2053
|
-
}
|
|
2054
|
-
],
|
|
2055
|
-
"exports": [
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "js",
|
|
2058
|
-
"name": "BoardCreationCard",
|
|
2059
|
-
"declaration": {
|
|
2060
|
-
"name": "BoardCreationCard",
|
|
2061
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "custom-element-definition",
|
|
2066
|
-
"name": "ox-board-creation-card",
|
|
2067
|
-
"declaration": {
|
|
2068
|
-
"name": "BoardCreationCard",
|
|
2069
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
]
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "javascript-module",
|
|
2076
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
2077
|
-
"declarations": [
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "class",
|
|
2080
|
-
"description": "",
|
|
2081
|
-
"name": "BoardSelector",
|
|
2082
|
-
"members": [
|
|
2083
2328
|
{
|
|
2084
2329
|
"kind": "field",
|
|
2085
|
-
"name": "
|
|
2330
|
+
"name": "paste",
|
|
2086
2331
|
"type": {
|
|
2087
|
-
"text": "
|
|
2332
|
+
"text": "HTMLElement"
|
|
2088
2333
|
},
|
|
2089
|
-
"
|
|
2090
|
-
"attribute": "groups"
|
|
2334
|
+
"privacy": "private"
|
|
2091
2335
|
},
|
|
2092
2336
|
{
|
|
2093
2337
|
"kind": "field",
|
|
2094
|
-
"name": "
|
|
2338
|
+
"name": "delete",
|
|
2095
2339
|
"type": {
|
|
2096
|
-
"text": "
|
|
2340
|
+
"text": "HTMLElement"
|
|
2097
2341
|
},
|
|
2098
|
-
"
|
|
2099
|
-
"attribute": "boards"
|
|
2342
|
+
"privacy": "private"
|
|
2100
2343
|
},
|
|
2101
2344
|
{
|
|
2102
2345
|
"kind": "field",
|
|
2103
|
-
"name": "
|
|
2346
|
+
"name": "forward",
|
|
2104
2347
|
"type": {
|
|
2105
|
-
"text": "
|
|
2348
|
+
"text": "HTMLElement"
|
|
2106
2349
|
},
|
|
2107
|
-
"
|
|
2350
|
+
"privacy": "private"
|
|
2108
2351
|
},
|
|
2109
2352
|
{
|
|
2110
2353
|
"kind": "field",
|
|
2111
|
-
"name": "
|
|
2354
|
+
"name": "backward",
|
|
2112
2355
|
"type": {
|
|
2113
|
-
"text": "
|
|
2356
|
+
"text": "HTMLElement"
|
|
2114
2357
|
},
|
|
2115
|
-
"
|
|
2358
|
+
"privacy": "private"
|
|
2116
2359
|
},
|
|
2117
2360
|
{
|
|
2118
2361
|
"kind": "field",
|
|
2119
|
-
"name": "
|
|
2362
|
+
"name": "front",
|
|
2120
2363
|
"type": {
|
|
2121
|
-
"text": "
|
|
2364
|
+
"text": "HTMLElement"
|
|
2122
2365
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"attribute": "creatable"
|
|
2366
|
+
"privacy": "private"
|
|
2125
2367
|
},
|
|
2126
2368
|
{
|
|
2127
2369
|
"kind": "field",
|
|
2128
|
-
"name": "
|
|
2370
|
+
"name": "back",
|
|
2129
2371
|
"type": {
|
|
2130
|
-
"text": "
|
|
2372
|
+
"text": "HTMLElement"
|
|
2131
2373
|
},
|
|
2132
|
-
"
|
|
2374
|
+
"privacy": "private"
|
|
2133
2375
|
},
|
|
2134
2376
|
{
|
|
2135
2377
|
"kind": "field",
|
|
2136
|
-
"name": "
|
|
2378
|
+
"name": "aligners",
|
|
2137
2379
|
"type": {
|
|
2138
|
-
"text": "
|
|
2380
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2139
2381
|
},
|
|
2140
|
-
"privacy": "private"
|
|
2141
|
-
"default": "1"
|
|
2382
|
+
"privacy": "private"
|
|
2142
2383
|
},
|
|
2143
2384
|
{
|
|
2144
2385
|
"kind": "field",
|
|
2145
|
-
"name": "
|
|
2386
|
+
"name": "zorders",
|
|
2146
2387
|
"type": {
|
|
2147
|
-
"text": "
|
|
2388
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2148
2389
|
},
|
|
2149
|
-
"privacy": "private"
|
|
2150
|
-
"default": "0"
|
|
2390
|
+
"privacy": "private"
|
|
2151
2391
|
},
|
|
2152
2392
|
{
|
|
2153
2393
|
"kind": "field",
|
|
2154
|
-
"name": "
|
|
2394
|
+
"name": "distributes",
|
|
2155
2395
|
"type": {
|
|
2156
|
-
"text": "
|
|
2396
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2157
2397
|
},
|
|
2158
|
-
"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"kind": "method",
|
|
2162
|
-
"name": "scrollAction"
|
|
2398
|
+
"privacy": "private"
|
|
2163
2399
|
},
|
|
2164
2400
|
{
|
|
2165
2401
|
"kind": "method",
|
|
2166
|
-
"name": "
|
|
2402
|
+
"name": "onWheelEvent",
|
|
2167
2403
|
"parameters": [
|
|
2168
2404
|
{
|
|
2169
|
-
"name": "
|
|
2405
|
+
"name": "e",
|
|
2170
2406
|
"type": {
|
|
2171
|
-
"text": "
|
|
2407
|
+
"text": "Event"
|
|
2172
2408
|
}
|
|
2173
2409
|
}
|
|
2174
2410
|
]
|
|
2175
2411
|
},
|
|
2176
2412
|
{
|
|
2177
2413
|
"kind": "method",
|
|
2178
|
-
"name": "
|
|
2414
|
+
"name": "getSymbol",
|
|
2179
2415
|
"parameters": [
|
|
2180
2416
|
{
|
|
2181
|
-
"name": "
|
|
2417
|
+
"name": "key",
|
|
2182
2418
|
"type": {
|
|
2183
|
-
"text": "
|
|
2419
|
+
"text": "string"
|
|
2184
2420
|
}
|
|
2185
2421
|
}
|
|
2186
2422
|
]
|
|
2187
2423
|
},
|
|
2188
2424
|
{
|
|
2189
2425
|
"kind": "method",
|
|
2190
|
-
"name": "
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2426
|
+
"name": "getShortcutString",
|
|
2427
|
+
"privacy": "private",
|
|
2428
|
+
"parameters": [
|
|
2429
|
+
{
|
|
2430
|
+
"name": "keys",
|
|
2431
|
+
"type": {
|
|
2432
|
+
"text": "string[]"
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
]
|
|
2199
2436
|
},
|
|
2200
2437
|
{
|
|
2201
2438
|
"kind": "method",
|
|
2202
|
-
"name": "
|
|
2439
|
+
"name": "onShortcut",
|
|
2203
2440
|
"parameters": [
|
|
2204
2441
|
{
|
|
2205
|
-
"name": "
|
|
2206
|
-
"
|
|
2442
|
+
"name": "e",
|
|
2443
|
+
"type": {
|
|
2444
|
+
"text": "KeyboardEvent"
|
|
2445
|
+
}
|
|
2207
2446
|
}
|
|
2208
2447
|
]
|
|
2209
2448
|
},
|
|
2210
2449
|
{
|
|
2211
2450
|
"kind": "method",
|
|
2212
|
-
"name": "
|
|
2451
|
+
"name": "onExecute",
|
|
2213
2452
|
"parameters": [
|
|
2214
2453
|
{
|
|
2215
|
-
"name": "
|
|
2454
|
+
"name": "command",
|
|
2216
2455
|
"type": {
|
|
2217
2456
|
"text": "string"
|
|
2218
2457
|
}
|
|
2219
2458
|
},
|
|
2220
2459
|
{
|
|
2221
|
-
"name": "
|
|
2460
|
+
"name": "undoable",
|
|
2222
2461
|
"type": {
|
|
2223
|
-
"text": "
|
|
2462
|
+
"text": "boolean"
|
|
2224
2463
|
}
|
|
2225
2464
|
},
|
|
2226
2465
|
{
|
|
2227
|
-
"name": "
|
|
2466
|
+
"name": "redoable",
|
|
2228
2467
|
"type": {
|
|
2229
|
-
"text": "
|
|
2468
|
+
"text": "boolean"
|
|
2230
2469
|
}
|
|
2231
2470
|
}
|
|
2232
2471
|
]
|
|
2233
2472
|
},
|
|
2234
2473
|
{
|
|
2235
|
-
"kind": "
|
|
2236
|
-
"name": "
|
|
2237
|
-
"
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2474
|
+
"kind": "method",
|
|
2475
|
+
"name": "onUndo",
|
|
2476
|
+
"parameters": [
|
|
2477
|
+
{
|
|
2478
|
+
"name": "undoable",
|
|
2479
|
+
"type": {
|
|
2480
|
+
"text": "boolean"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "redoable",
|
|
2485
|
+
"type": {
|
|
2486
|
+
"text": "boolean"
|
|
2487
|
+
}
|
|
2488
|
+
}
|
|
2489
|
+
]
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"kind": "method",
|
|
2493
|
+
"name": "onRedo",
|
|
2494
|
+
"parameters": [
|
|
2495
|
+
{
|
|
2496
|
+
"name": "undoable",
|
|
2497
|
+
"type": {
|
|
2498
|
+
"text": "boolean"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"name": "redoable",
|
|
2503
|
+
"type": {
|
|
2504
|
+
"text": "boolean"
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"kind": "method",
|
|
2511
|
+
"name": "onSceneChanged",
|
|
2512
|
+
"parameters": [
|
|
2513
|
+
{
|
|
2514
|
+
"name": "after",
|
|
2515
|
+
"optional": true,
|
|
2516
|
+
"type": {
|
|
2517
|
+
"text": "Scene"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"name": "before",
|
|
2522
|
+
"optional": true,
|
|
2523
|
+
"type": {
|
|
2524
|
+
"text": "Scene"
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2527
|
+
]
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"kind": "method",
|
|
2531
|
+
"name": "onSelectedChanged",
|
|
2532
|
+
"parameters": [
|
|
2533
|
+
{
|
|
2534
|
+
"name": "after",
|
|
2535
|
+
"type": {
|
|
2536
|
+
"text": "Component[]"
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "before",
|
|
2541
|
+
"type": {
|
|
2542
|
+
"text": "Component[]"
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"kind": "method",
|
|
2549
|
+
"name": "onTapUndo"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "method",
|
|
2553
|
+
"name": "onTapRedo"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "method",
|
|
2557
|
+
"name": "onTapCut"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "method",
|
|
2561
|
+
"name": "onTapCopy"
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"kind": "method",
|
|
2565
|
+
"name": "onTapPaste"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"kind": "method",
|
|
2569
|
+
"name": "onTapDelete"
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"kind": "method",
|
|
2573
|
+
"name": "onTapSelectAll"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"kind": "method",
|
|
2577
|
+
"name": "onTapFontIncrease",
|
|
2578
|
+
"parameters": [
|
|
2579
|
+
{
|
|
2580
|
+
"name": "e",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "TouchEvent"
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
]
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "method",
|
|
2589
|
+
"name": "onTapFontDecrease",
|
|
2590
|
+
"parameters": [
|
|
2591
|
+
{
|
|
2592
|
+
"name": "e",
|
|
2593
|
+
"type": {
|
|
2594
|
+
"text": "TouchEvent"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "method",
|
|
2601
|
+
"name": "onTapAlign",
|
|
2602
|
+
"parameters": [
|
|
2603
|
+
{
|
|
2604
|
+
"name": "e",
|
|
2605
|
+
"type": {
|
|
2606
|
+
"text": "TouchEvent | string"
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
]
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"kind": "method",
|
|
2613
|
+
"name": "onTapZorder",
|
|
2614
|
+
"parameters": [
|
|
2615
|
+
{
|
|
2616
|
+
"name": "e",
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "TouchEvent | string"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
]
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"kind": "method",
|
|
2625
|
+
"name": "onTapSymmetryX"
|
|
2626
|
+
},
|
|
2627
|
+
{
|
|
2628
|
+
"kind": "method",
|
|
2629
|
+
"name": "onTapSymmetryY"
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "method",
|
|
2633
|
+
"name": "onTapRotateCW"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"kind": "method",
|
|
2637
|
+
"name": "onTapRotateCCW"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "method",
|
|
2641
|
+
"name": "onTapGroup"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "method",
|
|
2645
|
+
"name": "onTapUngroup"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"kind": "method",
|
|
2649
|
+
"name": "onTapFullscreen"
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "method",
|
|
2653
|
+
"name": "onTapToggle"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "method",
|
|
2657
|
+
"name": "onTapFitScene"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "method",
|
|
2661
|
+
"name": "onTapPreview"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"kind": "method",
|
|
2665
|
+
"name": "onTapDownloadModel"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"kind": "method",
|
|
2669
|
+
"name": "onTapDistribute",
|
|
2670
|
+
"parameters": [
|
|
2671
|
+
{
|
|
2672
|
+
"name": "e",
|
|
2673
|
+
"type": {
|
|
2674
|
+
"text": "TouchEvent | string"
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
]
|
|
2241
2678
|
}
|
|
2242
2679
|
],
|
|
2243
2680
|
"events": [
|
|
2244
2681
|
{
|
|
2245
|
-
"name": "
|
|
2682
|
+
"name": "modeller-fullscreen",
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "CustomEvent"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"name": "hide-property-changed",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "CustomEvent"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "open-preview",
|
|
2695
|
+
"type": {
|
|
2696
|
+
"text": "CustomEvent"
|
|
2697
|
+
}
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "download-model",
|
|
2246
2701
|
"type": {
|
|
2247
2702
|
"text": "CustomEvent"
|
|
2248
2703
|
}
|
|
@@ -2250,539 +2705,947 @@
|
|
|
2250
2705
|
],
|
|
2251
2706
|
"attributes": [
|
|
2252
2707
|
{
|
|
2253
|
-
"name": "
|
|
2708
|
+
"name": "scene",
|
|
2254
2709
|
"type": {
|
|
2255
|
-
"text": "
|
|
2710
|
+
"text": "Scene | undefined"
|
|
2256
2711
|
},
|
|
2257
|
-
"
|
|
2258
|
-
"fieldName": "groups"
|
|
2712
|
+
"fieldName": "scene"
|
|
2259
2713
|
},
|
|
2260
2714
|
{
|
|
2261
|
-
"name": "
|
|
2715
|
+
"name": "selected",
|
|
2262
2716
|
"type": {
|
|
2263
2717
|
"text": "any[]"
|
|
2264
2718
|
},
|
|
2265
2719
|
"default": "[]",
|
|
2266
|
-
"fieldName": "
|
|
2720
|
+
"fieldName": "selected"
|
|
2267
2721
|
},
|
|
2268
2722
|
{
|
|
2269
|
-
"name": "
|
|
2723
|
+
"name": "hideProperty",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "boolean"
|
|
2726
|
+
},
|
|
2727
|
+
"default": "false",
|
|
2728
|
+
"fieldName": "hideProperty"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"superclass": {
|
|
2732
|
+
"name": "LitElement",
|
|
2733
|
+
"package": "lit"
|
|
2734
|
+
},
|
|
2735
|
+
"customElement": true
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"exports": [
|
|
2739
|
+
{
|
|
2740
|
+
"kind": "js",
|
|
2741
|
+
"name": "EditToolbar",
|
|
2742
|
+
"declaration": {
|
|
2743
|
+
"name": "EditToolbar",
|
|
2744
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
]
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "javascript-module",
|
|
2751
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2752
|
+
"declarations": [
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "class",
|
|
2755
|
+
"description": "",
|
|
2756
|
+
"name": "BoardCreationPopup",
|
|
2757
|
+
"members": [
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "field",
|
|
2760
|
+
"name": "defaultGroup",
|
|
2270
2761
|
"type": {
|
|
2271
2762
|
"text": "string | undefined"
|
|
2272
2763
|
},
|
|
2273
|
-
"
|
|
2764
|
+
"attribute": "defaultGroup"
|
|
2274
2765
|
},
|
|
2275
2766
|
{
|
|
2276
|
-
"
|
|
2767
|
+
"kind": "field",
|
|
2768
|
+
"name": "groups",
|
|
2277
2769
|
"type": {
|
|
2278
|
-
"text": "
|
|
2770
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2279
2771
|
},
|
|
2280
|
-
"
|
|
2772
|
+
"attribute": "groups"
|
|
2281
2773
|
},
|
|
2282
2774
|
{
|
|
2283
|
-
"
|
|
2775
|
+
"kind": "method",
|
|
2776
|
+
"name": "onClickSubmit"
|
|
2777
|
+
}
|
|
2778
|
+
],
|
|
2779
|
+
"events": [
|
|
2780
|
+
{
|
|
2781
|
+
"name": "create-board",
|
|
2284
2782
|
"type": {
|
|
2285
|
-
"text": "
|
|
2783
|
+
"text": "CustomEvent"
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"attributes": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "defaultGroup",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "string | undefined"
|
|
2286
2792
|
},
|
|
2287
|
-
"
|
|
2288
|
-
"fieldName": "creatable"
|
|
2793
|
+
"fieldName": "defaultGroup"
|
|
2289
2794
|
},
|
|
2290
2795
|
{
|
|
2291
|
-
"name": "
|
|
2796
|
+
"name": "groups",
|
|
2292
2797
|
"type": {
|
|
2293
|
-
"text": "string | undefined"
|
|
2798
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2294
2799
|
},
|
|
2295
|
-
"fieldName": "
|
|
2800
|
+
"fieldName": "groups"
|
|
2296
2801
|
}
|
|
2297
2802
|
],
|
|
2298
2803
|
"mixins": [
|
|
2299
|
-
{
|
|
2300
|
-
"name": "InfiniteScrollable",
|
|
2301
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2302
|
-
},
|
|
2303
2804
|
{
|
|
2304
2805
|
"name": "localize(i18next)",
|
|
2305
|
-
"module": "src/selector/
|
|
2806
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2306
2807
|
}
|
|
2307
2808
|
],
|
|
2308
2809
|
"superclass": {
|
|
2309
2810
|
"name": "LitElement",
|
|
2310
2811
|
"package": "lit"
|
|
2311
2812
|
},
|
|
2312
|
-
"tagName": "
|
|
2813
|
+
"tagName": "board-creation-popup",
|
|
2313
2814
|
"customElement": true
|
|
2314
2815
|
}
|
|
2315
2816
|
],
|
|
2316
2817
|
"exports": [
|
|
2317
2818
|
{
|
|
2318
2819
|
"kind": "js",
|
|
2319
|
-
"name": "
|
|
2820
|
+
"name": "BoardCreationPopup",
|
|
2320
2821
|
"declaration": {
|
|
2321
|
-
"name": "
|
|
2322
|
-
"module": "src/selector/
|
|
2822
|
+
"name": "BoardCreationPopup",
|
|
2823
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2323
2824
|
}
|
|
2324
2825
|
},
|
|
2325
2826
|
{
|
|
2326
2827
|
"kind": "custom-element-definition",
|
|
2327
|
-
"name": "
|
|
2828
|
+
"name": "board-creation-popup",
|
|
2328
2829
|
"declaration": {
|
|
2329
|
-
"name": "
|
|
2330
|
-
"module": "src/selector/
|
|
2830
|
+
"name": "BoardCreationPopup",
|
|
2831
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2331
2832
|
}
|
|
2332
2833
|
}
|
|
2333
2834
|
]
|
|
2334
2835
|
},
|
|
2335
2836
|
{
|
|
2336
2837
|
"kind": "javascript-module",
|
|
2337
|
-
"path": "src/
|
|
2838
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2338
2839
|
"declarations": [
|
|
2339
2840
|
{
|
|
2340
|
-
"kind": "
|
|
2341
|
-
"
|
|
2342
|
-
"
|
|
2841
|
+
"kind": "class",
|
|
2842
|
+
"description": "",
|
|
2843
|
+
"name": "BoardThumbnailCard",
|
|
2844
|
+
"members": [
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "field",
|
|
2847
|
+
"name": "defaultGroup",
|
|
2848
|
+
"type": {
|
|
2849
|
+
"text": "string | undefined"
|
|
2850
|
+
},
|
|
2851
|
+
"attribute": "defaultGroup"
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "field",
|
|
2855
|
+
"name": "groups",
|
|
2856
|
+
"type": {
|
|
2857
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2858
|
+
},
|
|
2859
|
+
"attribute": "groups"
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"kind": "method",
|
|
2863
|
+
"name": "onClickFlip",
|
|
2864
|
+
"parameters": [
|
|
2865
|
+
{
|
|
2866
|
+
"name": "e",
|
|
2867
|
+
"type": {
|
|
2868
|
+
"text": "Event"
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2871
|
+
]
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"kind": "method",
|
|
2875
|
+
"name": "onClickSubmit",
|
|
2876
|
+
"parameters": [
|
|
2877
|
+
{
|
|
2878
|
+
"name": "e",
|
|
2879
|
+
"type": {
|
|
2880
|
+
"text": "Event"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "method",
|
|
2887
|
+
"name": "reset"
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
"events": [
|
|
2891
|
+
{
|
|
2892
|
+
"name": "create-board",
|
|
2893
|
+
"type": {
|
|
2894
|
+
"text": "CustomEvent"
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2898
|
+
"attributes": [
|
|
2899
|
+
{
|
|
2900
|
+
"name": "defaultGroup",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "string | undefined"
|
|
2903
|
+
},
|
|
2904
|
+
"fieldName": "defaultGroup"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "groups",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2910
|
+
},
|
|
2911
|
+
"fieldName": "groups"
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"mixins": [
|
|
2915
|
+
{
|
|
2916
|
+
"name": "localize(i18next)",
|
|
2917
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"superclass": {
|
|
2921
|
+
"name": "LitElement",
|
|
2922
|
+
"package": "lit"
|
|
2923
|
+
},
|
|
2924
|
+
"tagName": "board-thumbnail-card",
|
|
2925
|
+
"customElement": true
|
|
2343
2926
|
}
|
|
2344
2927
|
],
|
|
2345
2928
|
"exports": [
|
|
2346
2929
|
{
|
|
2347
2930
|
"kind": "js",
|
|
2348
|
-
"name": "
|
|
2931
|
+
"name": "BoardThumbnailCard",
|
|
2349
2932
|
"declaration": {
|
|
2350
|
-
"name": "
|
|
2351
|
-
"module": "src/
|
|
2933
|
+
"name": "BoardThumbnailCard",
|
|
2934
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2935
|
+
}
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"kind": "custom-element-definition",
|
|
2939
|
+
"name": "board-thumbnail-card",
|
|
2940
|
+
"declaration": {
|
|
2941
|
+
"name": "BoardThumbnailCard",
|
|
2942
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2352
2943
|
}
|
|
2353
2944
|
}
|
|
2354
2945
|
]
|
|
2355
2946
|
},
|
|
2356
2947
|
{
|
|
2357
2948
|
"kind": "javascript-module",
|
|
2358
|
-
"path": "src/
|
|
2949
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2359
2950
|
"declarations": [
|
|
2360
2951
|
{
|
|
2361
2952
|
"kind": "class",
|
|
2362
|
-
"description": "",
|
|
2363
|
-
"name": "
|
|
2364
|
-
"members": [
|
|
2365
|
-
{
|
|
2366
|
-
"kind": "field",
|
|
2367
|
-
"name": "scene",
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "Scene | undefined"
|
|
2370
|
-
},
|
|
2371
|
-
"attribute": "scene"
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"kind": "field",
|
|
2375
|
-
"name": "selected",
|
|
2376
|
-
"type": {
|
|
2377
|
-
"text": "any[]"
|
|
2378
|
-
},
|
|
2379
|
-
"default": "[]",
|
|
2380
|
-
"attribute": "selected"
|
|
2381
|
-
},
|
|
2953
|
+
"description": "",
|
|
2954
|
+
"name": "BoardCreationCard",
|
|
2955
|
+
"members": [
|
|
2382
2956
|
{
|
|
2383
2957
|
"kind": "field",
|
|
2384
|
-
"name": "
|
|
2958
|
+
"name": "defaultGroup",
|
|
2385
2959
|
"type": {
|
|
2386
|
-
"text": "
|
|
2960
|
+
"text": "string | undefined"
|
|
2387
2961
|
},
|
|
2388
|
-
"
|
|
2389
|
-
"attribute": "hideProperty"
|
|
2962
|
+
"attribute": "defaultGroup"
|
|
2390
2963
|
},
|
|
2391
2964
|
{
|
|
2392
2965
|
"kind": "field",
|
|
2393
|
-
"name": "
|
|
2966
|
+
"name": "groups",
|
|
2394
2967
|
"type": {
|
|
2395
|
-
"text": "
|
|
2968
|
+
"text": "any"
|
|
2396
2969
|
},
|
|
2397
|
-
"
|
|
2970
|
+
"attribute": "groups"
|
|
2398
2971
|
},
|
|
2399
2972
|
{
|
|
2400
2973
|
"kind": "field",
|
|
2401
|
-
"name": "
|
|
2974
|
+
"name": "popup",
|
|
2402
2975
|
"type": {
|
|
2403
|
-
"text": "
|
|
2976
|
+
"text": "any"
|
|
2404
2977
|
},
|
|
2405
2978
|
"privacy": "private"
|
|
2406
2979
|
},
|
|
2407
2980
|
{
|
|
2408
|
-
"kind": "
|
|
2409
|
-
"name": "
|
|
2410
|
-
"type": {
|
|
2411
|
-
"text": "HTMLElement"
|
|
2412
|
-
},
|
|
2413
|
-
"privacy": "private"
|
|
2981
|
+
"kind": "method",
|
|
2982
|
+
"name": "onClick"
|
|
2414
2983
|
},
|
|
2415
2984
|
{
|
|
2416
|
-
"kind": "
|
|
2417
|
-
"name": "
|
|
2985
|
+
"kind": "method",
|
|
2986
|
+
"name": "reset"
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"events": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "create-board",
|
|
2418
2992
|
"type": {
|
|
2419
|
-
"text": "
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
|
|
2993
|
+
"text": "CustomEvent"
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
],
|
|
2997
|
+
"attributes": [
|
|
2423
2998
|
{
|
|
2424
|
-
"
|
|
2425
|
-
"name": "cut",
|
|
2999
|
+
"name": "defaultGroup",
|
|
2426
3000
|
"type": {
|
|
2427
|
-
"text": "
|
|
3001
|
+
"text": "string | undefined"
|
|
2428
3002
|
},
|
|
2429
|
-
"
|
|
3003
|
+
"fieldName": "defaultGroup"
|
|
2430
3004
|
},
|
|
2431
3005
|
{
|
|
2432
|
-
"
|
|
2433
|
-
"name": "copy",
|
|
3006
|
+
"name": "groups",
|
|
2434
3007
|
"type": {
|
|
2435
|
-
"text": "
|
|
3008
|
+
"text": "any"
|
|
2436
3009
|
},
|
|
2437
|
-
"
|
|
2438
|
-
}
|
|
3010
|
+
"fieldName": "groups"
|
|
3011
|
+
}
|
|
3012
|
+
],
|
|
3013
|
+
"mixins": [
|
|
3014
|
+
{
|
|
3015
|
+
"name": "localize(i18next)",
|
|
3016
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"superclass": {
|
|
3020
|
+
"name": "LitElement",
|
|
3021
|
+
"package": "lit"
|
|
3022
|
+
},
|
|
3023
|
+
"tagName": "ox-board-creation-card",
|
|
3024
|
+
"customElement": true
|
|
3025
|
+
}
|
|
3026
|
+
],
|
|
3027
|
+
"exports": [
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "js",
|
|
3030
|
+
"name": "BoardCreationCard",
|
|
3031
|
+
"declaration": {
|
|
3032
|
+
"name": "BoardCreationCard",
|
|
3033
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"kind": "custom-element-definition",
|
|
3038
|
+
"name": "ox-board-creation-card",
|
|
3039
|
+
"declaration": {
|
|
3040
|
+
"name": "BoardCreationCard",
|
|
3041
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"kind": "javascript-module",
|
|
3048
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
3049
|
+
"declarations": [
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "class",
|
|
3052
|
+
"description": "",
|
|
3053
|
+
"name": "BoardSelector",
|
|
3054
|
+
"members": [
|
|
2439
3055
|
{
|
|
2440
3056
|
"kind": "field",
|
|
2441
|
-
"name": "
|
|
3057
|
+
"name": "groups",
|
|
2442
3058
|
"type": {
|
|
2443
|
-
"text": "
|
|
3059
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2444
3060
|
},
|
|
2445
|
-
"
|
|
3061
|
+
"default": "[]",
|
|
3062
|
+
"attribute": "groups"
|
|
2446
3063
|
},
|
|
2447
3064
|
{
|
|
2448
3065
|
"kind": "field",
|
|
2449
|
-
"name": "
|
|
3066
|
+
"name": "boards",
|
|
2450
3067
|
"type": {
|
|
2451
|
-
"text": "
|
|
3068
|
+
"text": "any[]"
|
|
2452
3069
|
},
|
|
2453
|
-
"
|
|
3070
|
+
"default": "[]",
|
|
3071
|
+
"attribute": "boards"
|
|
2454
3072
|
},
|
|
2455
3073
|
{
|
|
2456
3074
|
"kind": "field",
|
|
2457
|
-
"name": "
|
|
3075
|
+
"name": "group",
|
|
2458
3076
|
"type": {
|
|
2459
|
-
"text": "
|
|
3077
|
+
"text": "string | undefined"
|
|
2460
3078
|
},
|
|
2461
|
-
"
|
|
3079
|
+
"attribute": "group"
|
|
2462
3080
|
},
|
|
2463
3081
|
{
|
|
2464
3082
|
"kind": "field",
|
|
2465
|
-
"name": "
|
|
3083
|
+
"name": "inherited",
|
|
2466
3084
|
"type": {
|
|
2467
|
-
"text": "
|
|
3085
|
+
"text": "InheritedValueType | undefined"
|
|
2468
3086
|
},
|
|
2469
|
-
"
|
|
3087
|
+
"attribute": "inherited"
|
|
2470
3088
|
},
|
|
2471
3089
|
{
|
|
2472
3090
|
"kind": "field",
|
|
2473
|
-
"name": "
|
|
3091
|
+
"name": "creatable",
|
|
2474
3092
|
"type": {
|
|
2475
|
-
"text": "
|
|
3093
|
+
"text": "boolean"
|
|
2476
3094
|
},
|
|
2477
|
-
"
|
|
3095
|
+
"default": "false",
|
|
3096
|
+
"attribute": "creatable"
|
|
2478
3097
|
},
|
|
2479
3098
|
{
|
|
2480
3099
|
"kind": "field",
|
|
2481
|
-
"name": "
|
|
3100
|
+
"name": "value",
|
|
2482
3101
|
"type": {
|
|
2483
|
-
"text": "
|
|
3102
|
+
"text": "string | undefined"
|
|
2484
3103
|
},
|
|
2485
|
-
"
|
|
3104
|
+
"attribute": "value"
|
|
2486
3105
|
},
|
|
2487
3106
|
{
|
|
2488
3107
|
"kind": "field",
|
|
2489
|
-
"name": "
|
|
3108
|
+
"name": "_page",
|
|
2490
3109
|
"type": {
|
|
2491
|
-
"text": "
|
|
3110
|
+
"text": "number"
|
|
2492
3111
|
},
|
|
2493
|
-
"privacy": "private"
|
|
3112
|
+
"privacy": "private",
|
|
3113
|
+
"default": "1"
|
|
2494
3114
|
},
|
|
2495
3115
|
{
|
|
2496
3116
|
"kind": "field",
|
|
2497
|
-
"name": "
|
|
3117
|
+
"name": "_total",
|
|
2498
3118
|
"type": {
|
|
2499
|
-
"text": "
|
|
3119
|
+
"text": "number"
|
|
2500
3120
|
},
|
|
2501
|
-
"privacy": "private"
|
|
3121
|
+
"privacy": "private",
|
|
3122
|
+
"default": "0"
|
|
2502
3123
|
},
|
|
2503
3124
|
{
|
|
2504
3125
|
"kind": "field",
|
|
2505
|
-
"name": "
|
|
3126
|
+
"name": "scrollTargetEl",
|
|
2506
3127
|
"type": {
|
|
2507
|
-
"text": "
|
|
3128
|
+
"text": "HTMLElement | null"
|
|
2508
3129
|
},
|
|
2509
|
-
"
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
"kind": "method",
|
|
2513
|
-
"name": "onWheelEvent",
|
|
2514
|
-
"parameters": [
|
|
2515
|
-
{
|
|
2516
|
-
"name": "e",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "Event"
|
|
2519
|
-
}
|
|
2520
|
-
}
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "method",
|
|
2525
|
-
"name": "getSymbol",
|
|
2526
|
-
"parameters": [
|
|
2527
|
-
{
|
|
2528
|
-
"name": "key",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "string"
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
]
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "method",
|
|
2537
|
-
"name": "getShortcutString",
|
|
2538
|
-
"privacy": "private",
|
|
2539
|
-
"parameters": [
|
|
2540
|
-
{
|
|
2541
|
-
"name": "keys",
|
|
2542
|
-
"type": {
|
|
2543
|
-
"text": "string[]"
|
|
2544
|
-
}
|
|
2545
|
-
}
|
|
2546
|
-
]
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "method",
|
|
2550
|
-
"name": "onShortcut",
|
|
2551
|
-
"parameters": [
|
|
2552
|
-
{
|
|
2553
|
-
"name": "e",
|
|
2554
|
-
"type": {
|
|
2555
|
-
"text": "KeyboardEvent"
|
|
2556
|
-
}
|
|
2557
|
-
}
|
|
2558
|
-
]
|
|
3130
|
+
"readonly": true
|
|
2559
3131
|
},
|
|
2560
3132
|
{
|
|
2561
3133
|
"kind": "method",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "command",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "string"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "undoable",
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "boolean"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "redoable",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"text": "boolean"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
3134
|
+
"name": "scrollAction"
|
|
2583
3135
|
},
|
|
2584
3136
|
{
|
|
2585
3137
|
"kind": "method",
|
|
2586
|
-
"name": "
|
|
3138
|
+
"name": "onClickSelect",
|
|
2587
3139
|
"parameters": [
|
|
2588
3140
|
{
|
|
2589
|
-
"name": "
|
|
2590
|
-
"type": {
|
|
2591
|
-
"text": "boolean"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "redoable",
|
|
3141
|
+
"name": "board",
|
|
2596
3142
|
"type": {
|
|
2597
|
-
"text": "
|
|
3143
|
+
"text": "any"
|
|
2598
3144
|
}
|
|
2599
3145
|
}
|
|
2600
3146
|
]
|
|
2601
3147
|
},
|
|
2602
3148
|
{
|
|
2603
3149
|
"kind": "method",
|
|
2604
|
-
"name": "
|
|
2605
|
-
"parameters": [
|
|
2606
|
-
{
|
|
2607
|
-
"name": "undoable",
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "boolean"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
3150
|
+
"name": "onCreateBoard",
|
|
3151
|
+
"parameters": [
|
|
2612
3152
|
{
|
|
2613
|
-
"name": "
|
|
3153
|
+
"name": "e",
|
|
2614
3154
|
"type": {
|
|
2615
|
-
"text": "
|
|
3155
|
+
"text": "CustomEvent"
|
|
2616
3156
|
}
|
|
2617
3157
|
}
|
|
2618
3158
|
]
|
|
2619
3159
|
},
|
|
2620
3160
|
{
|
|
2621
3161
|
"kind": "method",
|
|
2622
|
-
"name": "
|
|
3162
|
+
"name": "refreshGroups"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"kind": "method",
|
|
3166
|
+
"name": "refreshBoards"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"kind": "method",
|
|
3170
|
+
"name": "appendBoards"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"kind": "method",
|
|
3174
|
+
"name": "getBoards",
|
|
2623
3175
|
"parameters": [
|
|
2624
3176
|
{
|
|
2625
|
-
"name": "
|
|
2626
|
-
"
|
|
2627
|
-
"type": {
|
|
2628
|
-
"text": "Scene"
|
|
2629
|
-
}
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"name": "before",
|
|
2633
|
-
"optional": true,
|
|
2634
|
-
"type": {
|
|
2635
|
-
"text": "Scene"
|
|
2636
|
-
}
|
|
3177
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
3178
|
+
"default": "{}"
|
|
2637
3179
|
}
|
|
2638
3180
|
]
|
|
2639
3181
|
},
|
|
2640
3182
|
{
|
|
2641
3183
|
"kind": "method",
|
|
2642
|
-
"name": "
|
|
3184
|
+
"name": "createBoard",
|
|
2643
3185
|
"parameters": [
|
|
2644
3186
|
{
|
|
2645
|
-
"name": "
|
|
3187
|
+
"name": "name",
|
|
2646
3188
|
"type": {
|
|
2647
|
-
"text": "
|
|
3189
|
+
"text": "string"
|
|
2648
3190
|
}
|
|
2649
3191
|
},
|
|
2650
3192
|
{
|
|
2651
|
-
"name": "
|
|
3193
|
+
"name": "description",
|
|
2652
3194
|
"type": {
|
|
2653
|
-
"text": "
|
|
3195
|
+
"text": "string"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"name": "groupId",
|
|
3200
|
+
"type": {
|
|
3201
|
+
"text": "string"
|
|
2654
3202
|
}
|
|
2655
3203
|
}
|
|
2656
3204
|
]
|
|
2657
3205
|
},
|
|
2658
3206
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
3207
|
+
"kind": "field",
|
|
3208
|
+
"name": "limit",
|
|
3209
|
+
"type": {
|
|
3210
|
+
"text": "number"
|
|
3211
|
+
},
|
|
3212
|
+
"default": "50"
|
|
3213
|
+
}
|
|
3214
|
+
],
|
|
3215
|
+
"events": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "board-selected",
|
|
3218
|
+
"type": {
|
|
3219
|
+
"text": "CustomEvent"
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"attributes": [
|
|
3224
|
+
{
|
|
3225
|
+
"name": "groups",
|
|
3226
|
+
"type": {
|
|
3227
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
3228
|
+
},
|
|
3229
|
+
"default": "[]",
|
|
3230
|
+
"fieldName": "groups"
|
|
2661
3231
|
},
|
|
2662
3232
|
{
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
3233
|
+
"name": "boards",
|
|
3234
|
+
"type": {
|
|
3235
|
+
"text": "any[]"
|
|
3236
|
+
},
|
|
3237
|
+
"default": "[]",
|
|
3238
|
+
"fieldName": "boards"
|
|
2665
3239
|
},
|
|
2666
3240
|
{
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
3241
|
+
"name": "group",
|
|
3242
|
+
"type": {
|
|
3243
|
+
"text": "string | undefined"
|
|
3244
|
+
},
|
|
3245
|
+
"fieldName": "group"
|
|
2669
3246
|
},
|
|
2670
3247
|
{
|
|
2671
|
-
"
|
|
2672
|
-
"
|
|
3248
|
+
"name": "inherited",
|
|
3249
|
+
"type": {
|
|
3250
|
+
"text": "InheritedValueType | undefined"
|
|
3251
|
+
},
|
|
3252
|
+
"fieldName": "inherited"
|
|
2673
3253
|
},
|
|
2674
3254
|
{
|
|
2675
|
-
"
|
|
2676
|
-
"
|
|
3255
|
+
"name": "creatable",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "boolean"
|
|
3258
|
+
},
|
|
3259
|
+
"default": "false",
|
|
3260
|
+
"fieldName": "creatable"
|
|
2677
3261
|
},
|
|
2678
3262
|
{
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
3263
|
+
"name": "value",
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": "string | undefined"
|
|
3266
|
+
},
|
|
3267
|
+
"fieldName": "value"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"mixins": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "InfiniteScrollable",
|
|
3273
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2681
3274
|
},
|
|
2682
3275
|
{
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
3276
|
+
"name": "localize(i18next)",
|
|
3277
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"superclass": {
|
|
3281
|
+
"name": "LitElement",
|
|
3282
|
+
"package": "lit"
|
|
3283
|
+
},
|
|
3284
|
+
"tagName": "ox-editor-board-selector",
|
|
3285
|
+
"customElement": true
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"exports": [
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "BoardSelector",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "BoardSelector",
|
|
3294
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "custom-element-definition",
|
|
3299
|
+
"name": "ox-board-selector",
|
|
3300
|
+
"declaration": {
|
|
3301
|
+
"name": "BoardSelector",
|
|
3302
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "javascript-module",
|
|
3309
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3310
|
+
"declarations": [
|
|
3311
|
+
{
|
|
3312
|
+
"kind": "class",
|
|
3313
|
+
"description": "",
|
|
3314
|
+
"name": "ComponentDetail",
|
|
3315
|
+
"members": [
|
|
3316
|
+
{
|
|
3317
|
+
"kind": "field",
|
|
3318
|
+
"name": "template",
|
|
3319
|
+
"type": {
|
|
3320
|
+
"text": "{ about: string } | null"
|
|
3321
|
+
},
|
|
3322
|
+
"default": "null",
|
|
3323
|
+
"attribute": "template"
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"attributes": [
|
|
3327
|
+
{
|
|
3328
|
+
"name": "template",
|
|
3329
|
+
"type": {
|
|
3330
|
+
"text": "{ about: string } | null"
|
|
3331
|
+
},
|
|
3332
|
+
"default": "null",
|
|
3333
|
+
"fieldName": "template"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"superclass": {
|
|
3337
|
+
"name": "LitElement",
|
|
3338
|
+
"package": "lit"
|
|
3339
|
+
},
|
|
3340
|
+
"customElement": true
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3343
|
+
"exports": [
|
|
3344
|
+
{
|
|
3345
|
+
"kind": "js",
|
|
3346
|
+
"name": "ComponentDetail",
|
|
3347
|
+
"declaration": {
|
|
3348
|
+
"name": "ComponentDetail",
|
|
3349
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
]
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"kind": "javascript-module",
|
|
3356
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3357
|
+
"declarations": [
|
|
3358
|
+
{
|
|
3359
|
+
"kind": "class",
|
|
3360
|
+
"description": "",
|
|
3361
|
+
"name": "ComponentMenu",
|
|
3362
|
+
"members": [
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "field",
|
|
3365
|
+
"name": "groups",
|
|
3366
|
+
"type": {
|
|
3367
|
+
"text": "Pallet[]"
|
|
3368
|
+
},
|
|
3369
|
+
"default": "[]",
|
|
3370
|
+
"attribute": "groups"
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"kind": "field",
|
|
3374
|
+
"name": "scene",
|
|
3375
|
+
"type": {
|
|
3376
|
+
"text": "Scene | null"
|
|
3377
|
+
},
|
|
3378
|
+
"default": "null",
|
|
3379
|
+
"attribute": "scene"
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"kind": "field",
|
|
3383
|
+
"name": "group",
|
|
3384
|
+
"type": {
|
|
3385
|
+
"text": "string | null"
|
|
3386
|
+
},
|
|
3387
|
+
"default": "''",
|
|
3388
|
+
"attribute": "group"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"kind": "field",
|
|
3392
|
+
"name": "templates",
|
|
3393
|
+
"type": {
|
|
3394
|
+
"text": "PalletItem[]"
|
|
3395
|
+
},
|
|
3396
|
+
"default": "[]"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"kind": "field",
|
|
3400
|
+
"name": "template",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "PalletItem | any"
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "field",
|
|
3407
|
+
"name": "detail",
|
|
3408
|
+
"type": {
|
|
3409
|
+
"text": "HTMLElement"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "field",
|
|
3414
|
+
"name": "scopedElements",
|
|
3415
|
+
"static": true,
|
|
3416
|
+
"readonly": true
|
|
2685
3417
|
},
|
|
2686
3418
|
{
|
|
2687
3419
|
"kind": "method",
|
|
2688
|
-
"name": "
|
|
3420
|
+
"name": "findTemplate",
|
|
2689
3421
|
"parameters": [
|
|
2690
3422
|
{
|
|
2691
|
-
"name": "
|
|
3423
|
+
"name": "type",
|
|
2692
3424
|
"type": {
|
|
2693
|
-
"text": "
|
|
3425
|
+
"text": "string | null | undefined"
|
|
2694
3426
|
}
|
|
2695
3427
|
}
|
|
2696
3428
|
]
|
|
2697
3429
|
},
|
|
2698
3430
|
{
|
|
2699
3431
|
"kind": "method",
|
|
2700
|
-
"name": "
|
|
3432
|
+
"name": "onHoverComponent",
|
|
2701
3433
|
"parameters": [
|
|
2702
3434
|
{
|
|
2703
3435
|
"name": "e",
|
|
2704
3436
|
"type": {
|
|
2705
|
-
"text": "
|
|
3437
|
+
"text": "MouseEvent"
|
|
2706
3438
|
}
|
|
2707
3439
|
}
|
|
2708
3440
|
]
|
|
2709
3441
|
},
|
|
2710
3442
|
{
|
|
2711
3443
|
"kind": "method",
|
|
2712
|
-
"name": "
|
|
3444
|
+
"name": "onClickTemplate",
|
|
2713
3445
|
"parameters": [
|
|
2714
3446
|
{
|
|
2715
3447
|
"name": "e",
|
|
2716
3448
|
"type": {
|
|
2717
|
-
"text": "
|
|
3449
|
+
"text": "MouseEvent"
|
|
2718
3450
|
}
|
|
2719
3451
|
}
|
|
2720
3452
|
]
|
|
2721
3453
|
},
|
|
2722
3454
|
{
|
|
2723
3455
|
"kind": "method",
|
|
2724
|
-
"name": "
|
|
3456
|
+
"name": "templateIcon",
|
|
2725
3457
|
"parameters": [
|
|
2726
3458
|
{
|
|
2727
|
-
"name": "
|
|
3459
|
+
"name": "template",
|
|
2728
3460
|
"type": {
|
|
2729
|
-
"text": "
|
|
3461
|
+
"text": "PalletItem"
|
|
2730
3462
|
}
|
|
2731
3463
|
}
|
|
2732
3464
|
]
|
|
3465
|
+
}
|
|
3466
|
+
],
|
|
3467
|
+
"attributes": [
|
|
3468
|
+
{
|
|
3469
|
+
"name": "groups",
|
|
3470
|
+
"type": {
|
|
3471
|
+
"text": "Pallet[]"
|
|
3472
|
+
},
|
|
3473
|
+
"default": "[]",
|
|
3474
|
+
"fieldName": "groups"
|
|
2733
3475
|
},
|
|
2734
3476
|
{
|
|
2735
|
-
"
|
|
2736
|
-
"
|
|
3477
|
+
"name": "scene",
|
|
3478
|
+
"type": {
|
|
3479
|
+
"text": "Scene | null"
|
|
3480
|
+
},
|
|
3481
|
+
"default": "null",
|
|
3482
|
+
"fieldName": "scene"
|
|
2737
3483
|
},
|
|
2738
3484
|
{
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
3485
|
+
"name": "group",
|
|
3486
|
+
"type": {
|
|
3487
|
+
"text": "string | null"
|
|
3488
|
+
},
|
|
3489
|
+
"default": "''",
|
|
3490
|
+
"fieldName": "group"
|
|
3491
|
+
}
|
|
3492
|
+
],
|
|
3493
|
+
"mixins": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "ScopedElementsMixin",
|
|
3496
|
+
"package": "@open-wc/scoped-elements"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"superclass": {
|
|
3500
|
+
"name": "LitElement",
|
|
3501
|
+
"package": "lit"
|
|
3502
|
+
},
|
|
3503
|
+
"customElement": true
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"exports": [
|
|
3507
|
+
{
|
|
3508
|
+
"kind": "js",
|
|
3509
|
+
"name": "ComponentMenu",
|
|
3510
|
+
"declaration": {
|
|
3511
|
+
"name": "ComponentMenu",
|
|
3512
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
"kind": "javascript-module",
|
|
3519
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3520
|
+
"declarations": [
|
|
3521
|
+
{
|
|
3522
|
+
"kind": "class",
|
|
3523
|
+
"description": "",
|
|
3524
|
+
"name": "ComponentToolbar",
|
|
3525
|
+
"members": [
|
|
3526
|
+
{
|
|
3527
|
+
"kind": "field",
|
|
3528
|
+
"name": "componentGroupList",
|
|
3529
|
+
"type": {
|
|
3530
|
+
"text": "ComponentGroup[]"
|
|
3531
|
+
},
|
|
3532
|
+
"default": "[]",
|
|
3533
|
+
"attribute": "componentGroupList"
|
|
2741
3534
|
},
|
|
2742
3535
|
{
|
|
2743
|
-
"kind": "
|
|
2744
|
-
"name": "
|
|
3536
|
+
"kind": "field",
|
|
3537
|
+
"name": "group",
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "string | null | undefined"
|
|
3540
|
+
},
|
|
3541
|
+
"attribute": "group"
|
|
2745
3542
|
},
|
|
2746
3543
|
{
|
|
2747
|
-
"kind": "
|
|
2748
|
-
"name": "
|
|
3544
|
+
"kind": "field",
|
|
3545
|
+
"name": "scene",
|
|
3546
|
+
"type": {
|
|
3547
|
+
"text": "Scene"
|
|
3548
|
+
},
|
|
3549
|
+
"attribute": "scene"
|
|
2749
3550
|
},
|
|
2750
3551
|
{
|
|
2751
|
-
"kind": "
|
|
2752
|
-
"name": "
|
|
3552
|
+
"kind": "field",
|
|
3553
|
+
"name": "mode",
|
|
3554
|
+
"type": {
|
|
3555
|
+
"text": "SCENE_MODE"
|
|
3556
|
+
},
|
|
3557
|
+
"attribute": "mode"
|
|
2753
3558
|
},
|
|
2754
3559
|
{
|
|
2755
|
-
"kind": "
|
|
2756
|
-
"name": "
|
|
3560
|
+
"kind": "field",
|
|
3561
|
+
"name": "shift",
|
|
3562
|
+
"type": {
|
|
3563
|
+
"text": "HTMLImageElement"
|
|
3564
|
+
}
|
|
2757
3565
|
},
|
|
2758
3566
|
{
|
|
2759
|
-
"kind": "
|
|
2760
|
-
"name": "
|
|
3567
|
+
"kind": "field",
|
|
3568
|
+
"name": "menu",
|
|
3569
|
+
"type": {
|
|
3570
|
+
"text": "HTMLElement"
|
|
3571
|
+
},
|
|
3572
|
+
"privacy": "private"
|
|
2761
3573
|
},
|
|
2762
3574
|
{
|
|
2763
|
-
"kind": "
|
|
2764
|
-
"name": "
|
|
3575
|
+
"kind": "field",
|
|
3576
|
+
"name": "componentsContainer",
|
|
3577
|
+
"type": {
|
|
3578
|
+
"text": "HTMLElement"
|
|
3579
|
+
},
|
|
3580
|
+
"privacy": "private"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"kind": "field",
|
|
3584
|
+
"name": "groups",
|
|
3585
|
+
"type": {
|
|
3586
|
+
"text": "NodeListOf<HTMLElement>"
|
|
3587
|
+
},
|
|
3588
|
+
"privacy": "private"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "field",
|
|
3592
|
+
"name": "icons",
|
|
3593
|
+
"type": {
|
|
3594
|
+
"text": "{ [name: string]: string }"
|
|
3595
|
+
},
|
|
3596
|
+
"privacy": "private",
|
|
3597
|
+
"default": "{}"
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "field",
|
|
3601
|
+
"name": "scopedElements",
|
|
3602
|
+
"static": true,
|
|
3603
|
+
"readonly": true
|
|
2765
3604
|
},
|
|
2766
3605
|
{
|
|
2767
3606
|
"kind": "method",
|
|
2768
|
-
"name": "
|
|
3607
|
+
"name": "onWheelEvent",
|
|
3608
|
+
"parameters": [
|
|
3609
|
+
{
|
|
3610
|
+
"name": "e",
|
|
3611
|
+
"type": {
|
|
3612
|
+
"text": "Event"
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
2769
3616
|
},
|
|
2770
3617
|
{
|
|
2771
3618
|
"kind": "method",
|
|
2772
|
-
"name": "
|
|
3619
|
+
"name": "_setMode",
|
|
3620
|
+
"parameters": [
|
|
3621
|
+
{
|
|
3622
|
+
"name": "mode",
|
|
3623
|
+
"type": {
|
|
3624
|
+
"text": "SCENE_MODE"
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
]
|
|
2773
3628
|
},
|
|
2774
3629
|
{
|
|
2775
3630
|
"kind": "method",
|
|
2776
|
-
"name": "
|
|
3631
|
+
"name": "_onClickShift",
|
|
3632
|
+
"parameters": [
|
|
3633
|
+
{
|
|
3634
|
+
"name": "e",
|
|
3635
|
+
"type": {
|
|
3636
|
+
"text": "MouseEvent"
|
|
3637
|
+
}
|
|
3638
|
+
}
|
|
3639
|
+
]
|
|
2777
3640
|
},
|
|
2778
3641
|
{
|
|
2779
3642
|
"kind": "method",
|
|
2780
|
-
"name": "
|
|
3643
|
+
"name": "_onClickGroup",
|
|
2781
3644
|
"parameters": [
|
|
2782
3645
|
{
|
|
2783
3646
|
"name": "e",
|
|
2784
3647
|
"type": {
|
|
2785
|
-
"text": "
|
|
3648
|
+
"text": "MouseEvent"
|
|
2786
3649
|
}
|
|
2787
3650
|
}
|
|
2788
3651
|
]
|
|
@@ -2790,53 +3653,47 @@
|
|
|
2790
3653
|
],
|
|
2791
3654
|
"events": [
|
|
2792
3655
|
{
|
|
2793
|
-
"name": "
|
|
3656
|
+
"name": "mode-changed",
|
|
2794
3657
|
"type": {
|
|
2795
3658
|
"text": "CustomEvent"
|
|
2796
3659
|
}
|
|
2797
|
-
}
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"attributes": [
|
|
2798
3663
|
{
|
|
2799
|
-
"name": "
|
|
3664
|
+
"name": "componentGroupList",
|
|
2800
3665
|
"type": {
|
|
2801
|
-
"text": "
|
|
2802
|
-
}
|
|
3666
|
+
"text": "ComponentGroup[]"
|
|
3667
|
+
},
|
|
3668
|
+
"default": "[]",
|
|
3669
|
+
"fieldName": "componentGroupList"
|
|
2803
3670
|
},
|
|
2804
3671
|
{
|
|
2805
|
-
"name": "
|
|
3672
|
+
"name": "group",
|
|
2806
3673
|
"type": {
|
|
2807
|
-
"text": "
|
|
2808
|
-
}
|
|
3674
|
+
"text": "string | null | undefined"
|
|
3675
|
+
},
|
|
3676
|
+
"fieldName": "group"
|
|
2809
3677
|
},
|
|
2810
|
-
{
|
|
2811
|
-
"name": "download-model",
|
|
2812
|
-
"type": {
|
|
2813
|
-
"text": "CustomEvent"
|
|
2814
|
-
}
|
|
2815
|
-
}
|
|
2816
|
-
],
|
|
2817
|
-
"attributes": [
|
|
2818
3678
|
{
|
|
2819
3679
|
"name": "scene",
|
|
2820
3680
|
"type": {
|
|
2821
|
-
"text": "Scene
|
|
3681
|
+
"text": "Scene"
|
|
2822
3682
|
},
|
|
2823
3683
|
"fieldName": "scene"
|
|
2824
3684
|
},
|
|
2825
3685
|
{
|
|
2826
|
-
"name": "
|
|
3686
|
+
"name": "mode",
|
|
2827
3687
|
"type": {
|
|
2828
|
-
"text": "
|
|
3688
|
+
"text": "SCENE_MODE"
|
|
2829
3689
|
},
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2832
|
-
|
|
3690
|
+
"fieldName": "mode"
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3693
|
+
"mixins": [
|
|
2833
3694
|
{
|
|
2834
|
-
"name": "
|
|
2835
|
-
"
|
|
2836
|
-
"text": "boolean"
|
|
2837
|
-
},
|
|
2838
|
-
"default": "false",
|
|
2839
|
-
"fieldName": "hideProperty"
|
|
3695
|
+
"name": "ScopedElementsMixin",
|
|
3696
|
+
"package": "@open-wc/scoped-elements"
|
|
2840
3697
|
}
|
|
2841
3698
|
],
|
|
2842
3699
|
"superclass": {
|
|
@@ -2849,10 +3706,44 @@
|
|
|
2849
3706
|
"exports": [
|
|
2850
3707
|
{
|
|
2851
3708
|
"kind": "js",
|
|
2852
|
-
"name": "
|
|
3709
|
+
"name": "ComponentToolbar",
|
|
3710
|
+
"declaration": {
|
|
3711
|
+
"name": "ComponentToolbar",
|
|
3712
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
]
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"kind": "javascript-module",
|
|
3719
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3720
|
+
"declarations": [
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "variable",
|
|
3723
|
+
"name": "ICON_EDIT_MODE",
|
|
3724
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n }\n .st1 {\n fill: none;\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \t\" />\n <path\n class=\"st1\"\n d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"kind": "variable",
|
|
3728
|
+
"name": "ICON_SHIFT_MODE",
|
|
3729
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4\n c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8\n c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8\n c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8\n c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3730
|
+
}
|
|
3731
|
+
],
|
|
3732
|
+
"exports": [
|
|
3733
|
+
{
|
|
3734
|
+
"kind": "js",
|
|
3735
|
+
"name": "ICON_EDIT_MODE",
|
|
2853
3736
|
"declaration": {
|
|
2854
|
-
"name": "
|
|
2855
|
-
"module": "src/modeller/
|
|
3737
|
+
"name": "ICON_EDIT_MODE",
|
|
3738
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3741
|
+
{
|
|
3742
|
+
"kind": "js",
|
|
3743
|
+
"name": "ICON_SHIFT_MODE",
|
|
3744
|
+
"declaration": {
|
|
3745
|
+
"name": "ICON_SHIFT_MODE",
|
|
3746
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
2856
3747
|
}
|
|
2857
3748
|
}
|
|
2858
3749
|
]
|
|
@@ -3385,1034 +4276,590 @@
|
|
|
3385
4276
|
"type": {
|
|
3386
4277
|
"text": "String | undefined"
|
|
3387
4278
|
},
|
|
3388
|
-
"fieldName": "type"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"name": "text",
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "String | undefined"
|
|
3394
|
-
},
|
|
3395
|
-
"fieldName": "text"
|
|
3396
|
-
}
|
|
3397
|
-
],
|
|
3398
|
-
"superclass": {
|
|
3399
|
-
"name": "LitElement",
|
|
3400
|
-
"package": "lit"
|
|
3401
|
-
},
|
|
3402
|
-
"tagName": "ox-scene-layer",
|
|
3403
|
-
"customElement": true
|
|
3404
|
-
}
|
|
3405
|
-
],
|
|
3406
|
-
"exports": [
|
|
3407
|
-
{
|
|
3408
|
-
"kind": "js",
|
|
3409
|
-
"name": "default",
|
|
3410
|
-
"declaration": {
|
|
3411
|
-
"name": "OxSceneLayer",
|
|
3412
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3413
|
-
}
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
"kind": "custom-element-definition",
|
|
3417
|
-
"name": "ox-scene-layer",
|
|
3418
|
-
"declaration": {
|
|
3419
|
-
"name": "OxSceneLayer",
|
|
3420
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
3421
|
-
}
|
|
3422
|
-
}
|
|
3423
|
-
]
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"kind": "javascript-module",
|
|
3427
|
-
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
3428
|
-
"declarations": [
|
|
3429
|
-
{
|
|
3430
|
-
"kind": "class",
|
|
3431
|
-
"description": "",
|
|
3432
|
-
"name": "OxSceneProperty",
|
|
3433
|
-
"members": [
|
|
3434
|
-
{
|
|
3435
|
-
"kind": "field",
|
|
3436
|
-
"name": "name",
|
|
3437
|
-
"type": {
|
|
3438
|
-
"text": "string"
|
|
3439
|
-
},
|
|
3440
|
-
"attribute": "name"
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "field",
|
|
3444
|
-
"name": "value",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "string"
|
|
3447
|
-
},
|
|
3448
|
-
"attribute": "value"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"kind": "field",
|
|
3452
|
-
"name": "type",
|
|
3453
|
-
"type": {
|
|
3454
|
-
"text": "string"
|
|
3455
|
-
},
|
|
3456
|
-
"attribute": "type"
|
|
3457
|
-
}
|
|
3458
|
-
],
|
|
3459
|
-
"attributes": [
|
|
3460
|
-
{
|
|
3461
|
-
"name": "name",
|
|
3462
|
-
"type": {
|
|
3463
|
-
"text": "string"
|
|
3464
|
-
},
|
|
3465
|
-
"fieldName": "name"
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"name": "value",
|
|
3469
|
-
"type": {
|
|
3470
|
-
"text": "string"
|
|
3471
|
-
},
|
|
3472
|
-
"fieldName": "value"
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"name": "type",
|
|
3476
|
-
"type": {
|
|
3477
|
-
"text": "string"
|
|
3478
|
-
},
|
|
3479
|
-
"fieldName": "type"
|
|
3480
|
-
}
|
|
3481
|
-
],
|
|
3482
|
-
"superclass": {
|
|
3483
|
-
"name": "LitElement",
|
|
3484
|
-
"package": "lit"
|
|
3485
|
-
},
|
|
3486
|
-
"tagName": "ox-scene-property",
|
|
3487
|
-
"customElement": true
|
|
3488
|
-
}
|
|
3489
|
-
],
|
|
3490
|
-
"exports": [
|
|
3491
|
-
{
|
|
3492
|
-
"kind": "js",
|
|
3493
|
-
"name": "default",
|
|
3494
|
-
"declaration": {
|
|
3495
|
-
"name": "OxSceneProperty",
|
|
3496
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3497
|
-
}
|
|
3498
|
-
},
|
|
3499
|
-
{
|
|
3500
|
-
"kind": "custom-element-definition",
|
|
3501
|
-
"name": "ox-scene-property",
|
|
3502
|
-
"declaration": {
|
|
3503
|
-
"name": "OxSceneProperty",
|
|
3504
|
-
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
3505
|
-
}
|
|
3506
|
-
}
|
|
3507
|
-
]
|
|
3508
|
-
},
|
|
3509
|
-
{
|
|
3510
|
-
"kind": "javascript-module",
|
|
3511
|
-
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
3512
|
-
"declarations": [
|
|
3513
|
-
{
|
|
3514
|
-
"kind": "class",
|
|
3515
|
-
"description": "",
|
|
3516
|
-
"name": "OxSceneViewer",
|
|
3517
|
-
"members": [
|
|
3518
|
-
{
|
|
3519
|
-
"kind": "field",
|
|
3520
|
-
"name": "scene",
|
|
3521
|
-
"type": {
|
|
3522
|
-
"text": "Scene | null"
|
|
3523
|
-
},
|
|
3524
|
-
"default": "null",
|
|
3525
|
-
"attribute": "scene"
|
|
3526
|
-
},
|
|
3527
|
-
{
|
|
3528
|
-
"kind": "field",
|
|
3529
|
-
"name": "model",
|
|
3530
|
-
"type": {
|
|
3531
|
-
"text": "Model | undefined"
|
|
3532
|
-
},
|
|
3533
|
-
"attribute": "model"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"kind": "field",
|
|
3537
|
-
"name": "mode",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "SCENE_MODE"
|
|
3540
|
-
},
|
|
3541
|
-
"attribute": "mode"
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"kind": "field",
|
|
3545
|
-
"name": "screenSize",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "number"
|
|
3548
|
-
},
|
|
3549
|
-
"default": "13.3",
|
|
3550
|
-
"attribute": "screenSize"
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"kind": "field",
|
|
3554
|
-
"name": "variables",
|
|
3555
|
-
"type": {
|
|
3556
|
-
"text": "Properties"
|
|
3557
|
-
},
|
|
3558
|
-
"default": "{}",
|
|
3559
|
-
"attribute": "variables"
|
|
3560
|
-
},
|
|
3561
|
-
{
|
|
3562
|
-
"kind": "field",
|
|
3563
|
-
"name": "data",
|
|
3564
|
-
"type": {
|
|
3565
|
-
"text": "any"
|
|
3566
|
-
},
|
|
3567
|
-
"attribute": "data"
|
|
3568
|
-
},
|
|
3569
|
-
{
|
|
3570
|
-
"kind": "field",
|
|
3571
|
-
"name": "themes",
|
|
3572
|
-
"type": {
|
|
3573
|
-
"text": "any | undefined"
|
|
3574
|
-
},
|
|
3575
|
-
"attribute": "themes"
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "field",
|
|
3579
|
-
"name": "fit",
|
|
3580
|
-
"type": {
|
|
3581
|
-
"text": "FITMODE"
|
|
3582
|
-
},
|
|
3583
|
-
"default": "'none'",
|
|
3584
|
-
"attribute": "fit"
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "field",
|
|
3588
|
-
"name": "selected",
|
|
3589
|
-
"type": {
|
|
3590
|
-
"text": "Component[]"
|
|
3591
|
-
},
|
|
3592
|
-
"default": "[]",
|
|
3593
|
-
"attribute": "selected"
|
|
3594
|
-
},
|
|
3595
|
-
{
|
|
3596
|
-
"kind": "field",
|
|
3597
|
-
"name": "disposeWhenDetached",
|
|
3598
|
-
"type": {
|
|
3599
|
-
"text": "boolean"
|
|
3600
|
-
},
|
|
3601
|
-
"default": "false",
|
|
3602
|
-
"attribute": "disposeWhenDetached"
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
"kind": "field",
|
|
3606
|
-
"name": "baseUrl",
|
|
3607
|
-
"type": {
|
|
3608
|
-
"text": "string"
|
|
3609
|
-
},
|
|
3610
|
-
"default": "''",
|
|
3611
|
-
"attribute": "baseUrl"
|
|
4279
|
+
"fieldName": "type"
|
|
3612
4280
|
},
|
|
3613
4281
|
{
|
|
3614
|
-
"
|
|
3615
|
-
"name": "provider",
|
|
4282
|
+
"name": "text",
|
|
3616
4283
|
"type": {
|
|
3617
|
-
"text": "
|
|
4284
|
+
"text": "String | undefined"
|
|
3618
4285
|
},
|
|
3619
|
-
"
|
|
3620
|
-
}
|
|
4286
|
+
"fieldName": "text"
|
|
4287
|
+
}
|
|
4288
|
+
],
|
|
4289
|
+
"superclass": {
|
|
4290
|
+
"name": "LitElement",
|
|
4291
|
+
"package": "lit"
|
|
4292
|
+
},
|
|
4293
|
+
"tagName": "ox-scene-layer",
|
|
4294
|
+
"customElement": true
|
|
4295
|
+
}
|
|
4296
|
+
],
|
|
4297
|
+
"exports": [
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "js",
|
|
4300
|
+
"name": "default",
|
|
4301
|
+
"declaration": {
|
|
4302
|
+
"name": "OxSceneLayer",
|
|
4303
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"kind": "custom-element-definition",
|
|
4308
|
+
"name": "ox-scene-layer",
|
|
4309
|
+
"declaration": {
|
|
4310
|
+
"name": "OxSceneLayer",
|
|
4311
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
]
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"kind": "javascript-module",
|
|
4318
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4319
|
+
"declarations": [
|
|
4320
|
+
{
|
|
4321
|
+
"kind": "class",
|
|
4322
|
+
"description": "",
|
|
4323
|
+
"name": "OxSceneProperty",
|
|
4324
|
+
"members": [
|
|
3621
4325
|
{
|
|
3622
4326
|
"kind": "field",
|
|
3623
4327
|
"name": "name",
|
|
3624
4328
|
"type": {
|
|
3625
4329
|
"text": "string"
|
|
3626
4330
|
},
|
|
3627
|
-
"default": "'noname'",
|
|
3628
4331
|
"attribute": "name"
|
|
3629
4332
|
},
|
|
3630
4333
|
{
|
|
3631
4334
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3633
|
-
"type": {
|
|
3634
|
-
"text": "boolean"
|
|
3635
|
-
},
|
|
3636
|
-
"default": "true",
|
|
3637
|
-
"attribute": "enableInspector"
|
|
3638
|
-
},
|
|
3639
|
-
{
|
|
3640
|
-
"kind": "field",
|
|
3641
|
-
"name": "showInspector",
|
|
4335
|
+
"name": "value",
|
|
3642
4336
|
"type": {
|
|
3643
|
-
"text": "
|
|
4337
|
+
"text": "string"
|
|
3644
4338
|
},
|
|
3645
|
-
"
|
|
3646
|
-
"attribute": "showInspector"
|
|
4339
|
+
"attribute": "value"
|
|
3647
4340
|
},
|
|
3648
4341
|
{
|
|
3649
4342
|
"kind": "field",
|
|
3650
|
-
"name": "
|
|
4343
|
+
"name": "type",
|
|
3651
4344
|
"type": {
|
|
3652
|
-
"text": "
|
|
4345
|
+
"text": "string"
|
|
3653
4346
|
},
|
|
3654
|
-
"
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"kind": "method",
|
|
3658
|
-
"name": "_setScene",
|
|
3659
|
-
"parameters": [
|
|
3660
|
-
{
|
|
3661
|
-
"name": "scene",
|
|
3662
|
-
"type": {
|
|
3663
|
-
"text": "Scene | null"
|
|
3664
|
-
}
|
|
3665
|
-
}
|
|
3666
|
-
]
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "method",
|
|
3670
|
-
"name": "_setMode",
|
|
3671
|
-
"parameters": [
|
|
3672
|
-
{
|
|
3673
|
-
"name": "mode",
|
|
3674
|
-
"type": {
|
|
3675
|
-
"text": "SCENE_MODE"
|
|
3676
|
-
}
|
|
3677
|
-
}
|
|
3678
|
-
]
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"kind": "method",
|
|
3682
|
-
"name": "_setVariables",
|
|
3683
|
-
"parameters": [
|
|
3684
|
-
{
|
|
3685
|
-
"name": "variables",
|
|
3686
|
-
"type": {
|
|
3687
|
-
"text": "Properties"
|
|
3688
|
-
}
|
|
3689
|
-
}
|
|
3690
|
-
]
|
|
3691
|
-
},
|
|
3692
|
-
{
|
|
3693
|
-
"kind": "method",
|
|
3694
|
-
"name": "_setSelected",
|
|
3695
|
-
"parameters": [
|
|
3696
|
-
{
|
|
3697
|
-
"name": "selected",
|
|
3698
|
-
"type": {
|
|
3699
|
-
"text": "Component[]"
|
|
3700
|
-
}
|
|
3701
|
-
}
|
|
3702
|
-
]
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"kind": "method",
|
|
3706
|
-
"name": "_disposeScene"
|
|
3707
|
-
},
|
|
3708
|
-
{
|
|
3709
|
-
"kind": "method",
|
|
3710
|
-
"name": "resize",
|
|
3711
|
-
"parameters": [
|
|
3712
|
-
{
|
|
3713
|
-
"name": "force",
|
|
3714
|
-
"type": {
|
|
3715
|
-
"text": "boolean"
|
|
3716
|
-
}
|
|
3717
|
-
}
|
|
3718
|
-
]
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "method",
|
|
3722
|
-
"name": "_onModelChanged",
|
|
3723
|
-
"parameters": [
|
|
3724
|
-
{
|
|
3725
|
-
"name": "model",
|
|
3726
|
-
"optional": true,
|
|
3727
|
-
"type": {
|
|
3728
|
-
"text": "Model"
|
|
3729
|
-
}
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"kind": "method",
|
|
3735
|
-
"name": "_onDisplayChanged",
|
|
3736
|
-
"parameters": [
|
|
3737
|
-
{
|
|
3738
|
-
"name": "screenSize",
|
|
3739
|
-
"type": {
|
|
3740
|
-
"text": "string | number"
|
|
3741
|
-
}
|
|
3742
|
-
}
|
|
3743
|
-
]
|
|
3744
|
-
},
|
|
3745
|
-
{
|
|
3746
|
-
"kind": "method",
|
|
3747
|
-
"name": "_onModeChanged",
|
|
3748
|
-
"parameters": [
|
|
3749
|
-
{
|
|
3750
|
-
"name": "mode",
|
|
3751
|
-
"type": {
|
|
3752
|
-
"text": "SCENE_MODE"
|
|
3753
|
-
}
|
|
3754
|
-
}
|
|
3755
|
-
]
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"kind": "method",
|
|
3759
|
-
"name": "_onDataChanged",
|
|
3760
|
-
"parameters": [
|
|
3761
|
-
{
|
|
3762
|
-
"name": "data",
|
|
3763
|
-
"type": {
|
|
3764
|
-
"text": "any"
|
|
3765
|
-
}
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
{
|
|
3770
|
-
"kind": "method",
|
|
3771
|
-
"name": "_onSelectedChanged",
|
|
3772
|
-
"parameters": [
|
|
3773
|
-
{
|
|
3774
|
-
"name": "after",
|
|
3775
|
-
"type": {
|
|
3776
|
-
"text": "Component[]"
|
|
3777
|
-
}
|
|
3778
|
-
}
|
|
3779
|
-
]
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
"kind": "method",
|
|
3783
|
-
"name": "_onSceneModeChanged",
|
|
3784
|
-
"parameters": [
|
|
3785
|
-
{
|
|
3786
|
-
"name": "after",
|
|
3787
|
-
"type": {
|
|
3788
|
-
"text": "SCENE_MODE"
|
|
3789
|
-
}
|
|
3790
|
-
}
|
|
3791
|
-
]
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "method",
|
|
3795
|
-
"name": "_onBaseUrlChanged",
|
|
3796
|
-
"parameters": [
|
|
3797
|
-
{
|
|
3798
|
-
"name": "after",
|
|
3799
|
-
"type": {
|
|
3800
|
-
"text": "string"
|
|
3801
|
-
}
|
|
3802
|
-
}
|
|
3803
|
-
]
|
|
4347
|
+
"attribute": "type"
|
|
3804
4348
|
}
|
|
3805
4349
|
],
|
|
3806
|
-
"
|
|
3807
|
-
{
|
|
3808
|
-
"name": "scene-changed",
|
|
3809
|
-
"type": {
|
|
3810
|
-
"text": "CustomEvent"
|
|
3811
|
-
}
|
|
3812
|
-
},
|
|
4350
|
+
"attributes": [
|
|
3813
4351
|
{
|
|
3814
|
-
"name": "
|
|
4352
|
+
"name": "name",
|
|
3815
4353
|
"type": {
|
|
3816
|
-
"text": "
|
|
3817
|
-
}
|
|
4354
|
+
"text": "string"
|
|
4355
|
+
},
|
|
4356
|
+
"fieldName": "name"
|
|
3818
4357
|
},
|
|
3819
4358
|
{
|
|
3820
|
-
"name": "
|
|
4359
|
+
"name": "value",
|
|
3821
4360
|
"type": {
|
|
3822
|
-
"text": "
|
|
3823
|
-
}
|
|
4361
|
+
"text": "string"
|
|
4362
|
+
},
|
|
4363
|
+
"fieldName": "value"
|
|
3824
4364
|
},
|
|
3825
4365
|
{
|
|
3826
|
-
"name": "
|
|
4366
|
+
"name": "type",
|
|
3827
4367
|
"type": {
|
|
3828
|
-
"text": "
|
|
3829
|
-
}
|
|
4368
|
+
"text": "string"
|
|
4369
|
+
},
|
|
4370
|
+
"fieldName": "type"
|
|
3830
4371
|
}
|
|
3831
4372
|
],
|
|
3832
|
-
"
|
|
4373
|
+
"superclass": {
|
|
4374
|
+
"name": "LitElement",
|
|
4375
|
+
"package": "lit"
|
|
4376
|
+
},
|
|
4377
|
+
"tagName": "ox-scene-property",
|
|
4378
|
+
"customElement": true
|
|
4379
|
+
}
|
|
4380
|
+
],
|
|
4381
|
+
"exports": [
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "js",
|
|
4384
|
+
"name": "default",
|
|
4385
|
+
"declaration": {
|
|
4386
|
+
"name": "OxSceneProperty",
|
|
4387
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "custom-element-definition",
|
|
4392
|
+
"name": "ox-scene-property",
|
|
4393
|
+
"declaration": {
|
|
4394
|
+
"name": "OxSceneProperty",
|
|
4395
|
+
"module": "src/modeller/scene-viewer/ox-scene-property.ts"
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
]
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"kind": "javascript-module",
|
|
4402
|
+
"path": "src/modeller/scene-viewer/ox-scene-viewer.ts",
|
|
4403
|
+
"declarations": [
|
|
4404
|
+
{
|
|
4405
|
+
"kind": "class",
|
|
4406
|
+
"description": "",
|
|
4407
|
+
"name": "OxSceneViewer",
|
|
4408
|
+
"members": [
|
|
3833
4409
|
{
|
|
4410
|
+
"kind": "field",
|
|
3834
4411
|
"name": "scene",
|
|
3835
4412
|
"type": {
|
|
3836
4413
|
"text": "Scene | null"
|
|
3837
4414
|
},
|
|
3838
4415
|
"default": "null",
|
|
3839
|
-
"
|
|
4416
|
+
"attribute": "scene"
|
|
3840
4417
|
},
|
|
3841
4418
|
{
|
|
4419
|
+
"kind": "field",
|
|
3842
4420
|
"name": "model",
|
|
3843
4421
|
"type": {
|
|
3844
4422
|
"text": "Model | undefined"
|
|
3845
4423
|
},
|
|
3846
|
-
"
|
|
4424
|
+
"attribute": "model"
|
|
3847
4425
|
},
|
|
3848
4426
|
{
|
|
4427
|
+
"kind": "field",
|
|
3849
4428
|
"name": "mode",
|
|
3850
4429
|
"type": {
|
|
3851
4430
|
"text": "SCENE_MODE"
|
|
3852
4431
|
},
|
|
3853
|
-
"
|
|
4432
|
+
"attribute": "mode"
|
|
3854
4433
|
},
|
|
3855
4434
|
{
|
|
4435
|
+
"kind": "field",
|
|
3856
4436
|
"name": "screenSize",
|
|
3857
4437
|
"type": {
|
|
3858
4438
|
"text": "number"
|
|
3859
4439
|
},
|
|
3860
4440
|
"default": "13.3",
|
|
3861
|
-
"
|
|
4441
|
+
"attribute": "screenSize"
|
|
3862
4442
|
},
|
|
3863
4443
|
{
|
|
4444
|
+
"kind": "field",
|
|
3864
4445
|
"name": "variables",
|
|
3865
4446
|
"type": {
|
|
3866
4447
|
"text": "Properties"
|
|
3867
4448
|
},
|
|
3868
4449
|
"default": "{}",
|
|
3869
|
-
"
|
|
4450
|
+
"attribute": "variables"
|
|
3870
4451
|
},
|
|
3871
4452
|
{
|
|
4453
|
+
"kind": "field",
|
|
3872
4454
|
"name": "data",
|
|
3873
4455
|
"type": {
|
|
3874
4456
|
"text": "any"
|
|
3875
4457
|
},
|
|
3876
|
-
"
|
|
4458
|
+
"attribute": "data"
|
|
3877
4459
|
},
|
|
3878
4460
|
{
|
|
4461
|
+
"kind": "field",
|
|
3879
4462
|
"name": "themes",
|
|
3880
4463
|
"type": {
|
|
3881
4464
|
"text": "any | undefined"
|
|
3882
4465
|
},
|
|
3883
|
-
"
|
|
4466
|
+
"attribute": "themes"
|
|
3884
4467
|
},
|
|
3885
4468
|
{
|
|
4469
|
+
"kind": "field",
|
|
3886
4470
|
"name": "fit",
|
|
3887
4471
|
"type": {
|
|
3888
4472
|
"text": "FITMODE"
|
|
3889
4473
|
},
|
|
3890
4474
|
"default": "'none'",
|
|
3891
|
-
"
|
|
4475
|
+
"attribute": "fit"
|
|
3892
4476
|
},
|
|
3893
4477
|
{
|
|
4478
|
+
"kind": "field",
|
|
3894
4479
|
"name": "selected",
|
|
3895
4480
|
"type": {
|
|
3896
4481
|
"text": "Component[]"
|
|
3897
4482
|
},
|
|
3898
4483
|
"default": "[]",
|
|
3899
|
-
"
|
|
4484
|
+
"attribute": "selected"
|
|
3900
4485
|
},
|
|
3901
4486
|
{
|
|
4487
|
+
"kind": "field",
|
|
3902
4488
|
"name": "disposeWhenDetached",
|
|
3903
4489
|
"type": {
|
|
3904
4490
|
"text": "boolean"
|
|
3905
4491
|
},
|
|
3906
4492
|
"default": "false",
|
|
3907
|
-
"
|
|
4493
|
+
"attribute": "disposeWhenDetached"
|
|
3908
4494
|
},
|
|
3909
4495
|
{
|
|
4496
|
+
"kind": "field",
|
|
3910
4497
|
"name": "baseUrl",
|
|
3911
4498
|
"type": {
|
|
3912
4499
|
"text": "string"
|
|
3913
4500
|
},
|
|
3914
4501
|
"default": "''",
|
|
3915
|
-
"
|
|
4502
|
+
"attribute": "baseUrl"
|
|
3916
4503
|
},
|
|
3917
4504
|
{
|
|
4505
|
+
"kind": "field",
|
|
3918
4506
|
"name": "provider",
|
|
3919
4507
|
"type": {
|
|
3920
4508
|
"text": "any"
|
|
3921
4509
|
},
|
|
3922
|
-
"
|
|
4510
|
+
"attribute": "provider"
|
|
3923
4511
|
},
|
|
3924
4512
|
{
|
|
4513
|
+
"kind": "field",
|
|
3925
4514
|
"name": "name",
|
|
3926
4515
|
"type": {
|
|
3927
4516
|
"text": "string"
|
|
3928
4517
|
},
|
|
3929
4518
|
"default": "'noname'",
|
|
3930
|
-
"
|
|
4519
|
+
"attribute": "name"
|
|
3931
4520
|
},
|
|
3932
4521
|
{
|
|
4522
|
+
"kind": "field",
|
|
3933
4523
|
"name": "enableInspector",
|
|
3934
4524
|
"type": {
|
|
3935
4525
|
"text": "boolean"
|
|
3936
4526
|
},
|
|
3937
4527
|
"default": "true",
|
|
3938
|
-
"
|
|
4528
|
+
"attribute": "enableInspector"
|
|
3939
4529
|
},
|
|
3940
4530
|
{
|
|
4531
|
+
"kind": "field",
|
|
3941
4532
|
"name": "showInspector",
|
|
3942
4533
|
"type": {
|
|
3943
4534
|
"text": "boolean"
|
|
3944
4535
|
},
|
|
3945
4536
|
"default": "false",
|
|
3946
|
-
"
|
|
3947
|
-
}
|
|
3948
|
-
],
|
|
3949
|
-
"superclass": {
|
|
3950
|
-
"name": "LitElement",
|
|
3951
|
-
"package": "lit"
|
|
3952
|
-
},
|
|
3953
|
-
"tagName": "ox-scene-viewer",
|
|
3954
|
-
"customElement": true
|
|
3955
|
-
}
|
|
3956
|
-
],
|
|
3957
|
-
"exports": [
|
|
3958
|
-
{
|
|
3959
|
-
"kind": "js",
|
|
3960
|
-
"name": "default",
|
|
3961
|
-
"declaration": {
|
|
3962
|
-
"name": "OxSceneViewer",
|
|
3963
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
3964
|
-
}
|
|
3965
|
-
},
|
|
3966
|
-
{
|
|
3967
|
-
"kind": "custom-element-definition",
|
|
3968
|
-
"name": "ox-scene-viewer",
|
|
3969
|
-
"declaration": {
|
|
3970
|
-
"name": "OxSceneViewer",
|
|
3971
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
3972
|
-
}
|
|
3973
|
-
}
|
|
3974
|
-
]
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
"kind": "javascript-module",
|
|
3978
|
-
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
3979
|
-
"declarations": [
|
|
3980
|
-
{
|
|
3981
|
-
"kind": "class",
|
|
3982
|
-
"description": "",
|
|
3983
|
-
"name": "ComponentDetail",
|
|
3984
|
-
"members": [
|
|
4537
|
+
"attribute": "showInspector"
|
|
4538
|
+
},
|
|
3985
4539
|
{
|
|
3986
4540
|
"kind": "field",
|
|
3987
|
-
"name": "
|
|
4541
|
+
"name": "lastOffsetWidth",
|
|
3988
4542
|
"type": {
|
|
3989
|
-
"text": "
|
|
4543
|
+
"text": "number | undefined"
|
|
3990
4544
|
},
|
|
3991
|
-
"
|
|
3992
|
-
|
|
3993
|
-
}
|
|
3994
|
-
],
|
|
3995
|
-
"attributes": [
|
|
4545
|
+
"privacy": "private"
|
|
4546
|
+
},
|
|
3996
4547
|
{
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
},
|
|
4009
|
-
"customElement": true
|
|
4010
|
-
}
|
|
4011
|
-
],
|
|
4012
|
-
"exports": [
|
|
4013
|
-
{
|
|
4014
|
-
"kind": "js",
|
|
4015
|
-
"name": "ComponentDetail",
|
|
4016
|
-
"declaration": {
|
|
4017
|
-
"name": "ComponentDetail",
|
|
4018
|
-
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
4019
|
-
}
|
|
4020
|
-
}
|
|
4021
|
-
]
|
|
4022
|
-
},
|
|
4023
|
-
{
|
|
4024
|
-
"kind": "javascript-module",
|
|
4025
|
-
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
4026
|
-
"declarations": [
|
|
4027
|
-
{
|
|
4028
|
-
"kind": "class",
|
|
4029
|
-
"description": "",
|
|
4030
|
-
"name": "ComponentMenu",
|
|
4031
|
-
"members": [
|
|
4548
|
+
"kind": "method",
|
|
4549
|
+
"name": "_setScene",
|
|
4550
|
+
"parameters": [
|
|
4551
|
+
{
|
|
4552
|
+
"name": "scene",
|
|
4553
|
+
"type": {
|
|
4554
|
+
"text": "Scene | null"
|
|
4555
|
+
}
|
|
4556
|
+
}
|
|
4557
|
+
]
|
|
4558
|
+
},
|
|
4032
4559
|
{
|
|
4033
|
-
"kind": "
|
|
4034
|
-
"name": "
|
|
4035
|
-
"
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4560
|
+
"kind": "method",
|
|
4561
|
+
"name": "_setMode",
|
|
4562
|
+
"parameters": [
|
|
4563
|
+
{
|
|
4564
|
+
"name": "mode",
|
|
4565
|
+
"type": {
|
|
4566
|
+
"text": "SCENE_MODE"
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4569
|
+
]
|
|
4040
4570
|
},
|
|
4041
4571
|
{
|
|
4042
|
-
"kind": "
|
|
4043
|
-
"name": "
|
|
4044
|
-
"
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4572
|
+
"kind": "method",
|
|
4573
|
+
"name": "_setVariables",
|
|
4574
|
+
"parameters": [
|
|
4575
|
+
{
|
|
4576
|
+
"name": "variables",
|
|
4577
|
+
"type": {
|
|
4578
|
+
"text": "Properties"
|
|
4579
|
+
}
|
|
4580
|
+
}
|
|
4581
|
+
]
|
|
4049
4582
|
},
|
|
4050
4583
|
{
|
|
4051
|
-
"kind": "
|
|
4052
|
-
"name": "
|
|
4053
|
-
"
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4584
|
+
"kind": "method",
|
|
4585
|
+
"name": "_setSelected",
|
|
4586
|
+
"parameters": [
|
|
4587
|
+
{
|
|
4588
|
+
"name": "selected",
|
|
4589
|
+
"type": {
|
|
4590
|
+
"text": "Component[]"
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4593
|
+
]
|
|
4058
4594
|
},
|
|
4059
4595
|
{
|
|
4060
|
-
"kind": "
|
|
4061
|
-
"name": "
|
|
4062
|
-
"type": {
|
|
4063
|
-
"text": "PalletItem[]"
|
|
4064
|
-
},
|
|
4065
|
-
"default": "[]"
|
|
4596
|
+
"kind": "method",
|
|
4597
|
+
"name": "_disposeScene"
|
|
4066
4598
|
},
|
|
4067
4599
|
{
|
|
4068
|
-
"kind": "
|
|
4069
|
-
"name": "
|
|
4070
|
-
"
|
|
4071
|
-
|
|
4072
|
-
|
|
4600
|
+
"kind": "method",
|
|
4601
|
+
"name": "resize",
|
|
4602
|
+
"parameters": [
|
|
4603
|
+
{
|
|
4604
|
+
"name": "force",
|
|
4605
|
+
"type": {
|
|
4606
|
+
"text": "boolean"
|
|
4607
|
+
}
|
|
4608
|
+
}
|
|
4609
|
+
]
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "method",
|
|
4613
|
+
"name": "_onModelChanged",
|
|
4614
|
+
"parameters": [
|
|
4615
|
+
{
|
|
4616
|
+
"name": "model",
|
|
4617
|
+
"optional": true,
|
|
4618
|
+
"type": {
|
|
4619
|
+
"text": "Model"
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
]
|
|
4073
4623
|
},
|
|
4074
4624
|
{
|
|
4075
|
-
"kind": "
|
|
4076
|
-
"name": "
|
|
4077
|
-
"
|
|
4078
|
-
|
|
4079
|
-
|
|
4625
|
+
"kind": "method",
|
|
4626
|
+
"name": "_onDisplayChanged",
|
|
4627
|
+
"parameters": [
|
|
4628
|
+
{
|
|
4629
|
+
"name": "screenSize",
|
|
4630
|
+
"type": {
|
|
4631
|
+
"text": "string | number"
|
|
4632
|
+
}
|
|
4633
|
+
}
|
|
4634
|
+
]
|
|
4080
4635
|
},
|
|
4081
4636
|
{
|
|
4082
|
-
"kind": "
|
|
4083
|
-
"name": "
|
|
4084
|
-
"
|
|
4085
|
-
|
|
4637
|
+
"kind": "method",
|
|
4638
|
+
"name": "_onModeChanged",
|
|
4639
|
+
"parameters": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "mode",
|
|
4642
|
+
"type": {
|
|
4643
|
+
"text": "SCENE_MODE"
|
|
4644
|
+
}
|
|
4645
|
+
}
|
|
4646
|
+
]
|
|
4086
4647
|
},
|
|
4087
4648
|
{
|
|
4088
4649
|
"kind": "method",
|
|
4089
|
-
"name": "
|
|
4650
|
+
"name": "_onDataChanged",
|
|
4090
4651
|
"parameters": [
|
|
4091
4652
|
{
|
|
4092
|
-
"name": "
|
|
4653
|
+
"name": "data",
|
|
4093
4654
|
"type": {
|
|
4094
|
-
"text": "
|
|
4655
|
+
"text": "any"
|
|
4095
4656
|
}
|
|
4096
4657
|
}
|
|
4097
4658
|
]
|
|
4098
4659
|
},
|
|
4099
4660
|
{
|
|
4100
4661
|
"kind": "method",
|
|
4101
|
-
"name": "
|
|
4662
|
+
"name": "_onSelectedChanged",
|
|
4102
4663
|
"parameters": [
|
|
4103
4664
|
{
|
|
4104
|
-
"name": "
|
|
4665
|
+
"name": "after",
|
|
4105
4666
|
"type": {
|
|
4106
|
-
"text": "
|
|
4667
|
+
"text": "Component[]"
|
|
4107
4668
|
}
|
|
4108
4669
|
}
|
|
4109
4670
|
]
|
|
4110
4671
|
},
|
|
4111
4672
|
{
|
|
4112
4673
|
"kind": "method",
|
|
4113
|
-
"name": "
|
|
4674
|
+
"name": "_onSceneModeChanged",
|
|
4114
4675
|
"parameters": [
|
|
4115
4676
|
{
|
|
4116
|
-
"name": "
|
|
4677
|
+
"name": "after",
|
|
4117
4678
|
"type": {
|
|
4118
|
-
"text": "
|
|
4679
|
+
"text": "SCENE_MODE"
|
|
4119
4680
|
}
|
|
4120
4681
|
}
|
|
4121
4682
|
]
|
|
4122
4683
|
},
|
|
4123
4684
|
{
|
|
4124
4685
|
"kind": "method",
|
|
4125
|
-
"name": "
|
|
4686
|
+
"name": "_onBaseUrlChanged",
|
|
4126
4687
|
"parameters": [
|
|
4127
4688
|
{
|
|
4128
|
-
"name": "
|
|
4689
|
+
"name": "after",
|
|
4129
4690
|
"type": {
|
|
4130
|
-
"text": "
|
|
4691
|
+
"text": "string"
|
|
4131
4692
|
}
|
|
4132
4693
|
}
|
|
4133
4694
|
]
|
|
4134
4695
|
}
|
|
4135
4696
|
],
|
|
4136
|
-
"
|
|
4697
|
+
"events": [
|
|
4137
4698
|
{
|
|
4138
|
-
"name": "
|
|
4699
|
+
"name": "scene-changed",
|
|
4139
4700
|
"type": {
|
|
4140
|
-
"text": "
|
|
4141
|
-
}
|
|
4142
|
-
"default": "[]",
|
|
4143
|
-
"fieldName": "groups"
|
|
4701
|
+
"text": "CustomEvent"
|
|
4702
|
+
}
|
|
4144
4703
|
},
|
|
4145
4704
|
{
|
|
4146
|
-
"name": "
|
|
4705
|
+
"name": "mode-changed",
|
|
4147
4706
|
"type": {
|
|
4148
|
-
"text": "
|
|
4149
|
-
}
|
|
4150
|
-
"default": "null",
|
|
4151
|
-
"fieldName": "scene"
|
|
4707
|
+
"text": "CustomEvent"
|
|
4708
|
+
}
|
|
4152
4709
|
},
|
|
4153
4710
|
{
|
|
4154
|
-
"name": "
|
|
4711
|
+
"name": "variables-changed",
|
|
4155
4712
|
"type": {
|
|
4156
|
-
"text": "
|
|
4157
|
-
}
|
|
4158
|
-
|
|
4159
|
-
"fieldName": "group"
|
|
4160
|
-
}
|
|
4161
|
-
],
|
|
4162
|
-
"mixins": [
|
|
4713
|
+
"text": "CustomEvent"
|
|
4714
|
+
}
|
|
4715
|
+
},
|
|
4163
4716
|
{
|
|
4164
|
-
"name": "
|
|
4165
|
-
"
|
|
4717
|
+
"name": "selected-changed",
|
|
4718
|
+
"type": {
|
|
4719
|
+
"text": "CustomEvent"
|
|
4720
|
+
}
|
|
4166
4721
|
}
|
|
4167
4722
|
],
|
|
4168
|
-
"
|
|
4169
|
-
"name": "LitElement",
|
|
4170
|
-
"package": "lit"
|
|
4171
|
-
},
|
|
4172
|
-
"customElement": true
|
|
4173
|
-
}
|
|
4174
|
-
],
|
|
4175
|
-
"exports": [
|
|
4176
|
-
{
|
|
4177
|
-
"kind": "js",
|
|
4178
|
-
"name": "ComponentMenu",
|
|
4179
|
-
"declaration": {
|
|
4180
|
-
"name": "ComponentMenu",
|
|
4181
|
-
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
4182
|
-
}
|
|
4183
|
-
}
|
|
4184
|
-
]
|
|
4185
|
-
},
|
|
4186
|
-
{
|
|
4187
|
-
"kind": "javascript-module",
|
|
4188
|
-
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
4189
|
-
"declarations": [
|
|
4190
|
-
{
|
|
4191
|
-
"kind": "class",
|
|
4192
|
-
"description": "",
|
|
4193
|
-
"name": "ComponentToolbar",
|
|
4194
|
-
"members": [
|
|
4195
|
-
{
|
|
4196
|
-
"kind": "field",
|
|
4197
|
-
"name": "componentGroupList",
|
|
4198
|
-
"type": {
|
|
4199
|
-
"text": "ComponentGroup[]"
|
|
4200
|
-
},
|
|
4201
|
-
"default": "[]",
|
|
4202
|
-
"attribute": "componentGroupList"
|
|
4203
|
-
},
|
|
4723
|
+
"attributes": [
|
|
4204
4724
|
{
|
|
4205
|
-
"
|
|
4206
|
-
"name": "group",
|
|
4725
|
+
"name": "scene",
|
|
4207
4726
|
"type": {
|
|
4208
|
-
"text": "
|
|
4727
|
+
"text": "Scene | null"
|
|
4209
4728
|
},
|
|
4210
|
-
"
|
|
4729
|
+
"default": "null",
|
|
4730
|
+
"fieldName": "scene"
|
|
4211
4731
|
},
|
|
4212
4732
|
{
|
|
4213
|
-
"
|
|
4214
|
-
"name": "scene",
|
|
4733
|
+
"name": "model",
|
|
4215
4734
|
"type": {
|
|
4216
|
-
"text": "
|
|
4735
|
+
"text": "Model | undefined"
|
|
4217
4736
|
},
|
|
4218
|
-
"
|
|
4737
|
+
"fieldName": "model"
|
|
4219
4738
|
},
|
|
4220
4739
|
{
|
|
4221
|
-
"kind": "field",
|
|
4222
4740
|
"name": "mode",
|
|
4223
4741
|
"type": {
|
|
4224
4742
|
"text": "SCENE_MODE"
|
|
4225
4743
|
},
|
|
4226
|
-
"
|
|
4744
|
+
"fieldName": "mode"
|
|
4227
4745
|
},
|
|
4228
4746
|
{
|
|
4229
|
-
"
|
|
4230
|
-
"name": "shift",
|
|
4747
|
+
"name": "screenSize",
|
|
4231
4748
|
"type": {
|
|
4232
|
-
"text": "
|
|
4233
|
-
}
|
|
4749
|
+
"text": "number"
|
|
4750
|
+
},
|
|
4751
|
+
"default": "13.3",
|
|
4752
|
+
"fieldName": "screenSize"
|
|
4234
4753
|
},
|
|
4235
4754
|
{
|
|
4236
|
-
"
|
|
4237
|
-
"name": "menu",
|
|
4755
|
+
"name": "variables",
|
|
4238
4756
|
"type": {
|
|
4239
|
-
"text": "
|
|
4757
|
+
"text": "Properties"
|
|
4240
4758
|
},
|
|
4241
|
-
"
|
|
4759
|
+
"default": "{}",
|
|
4760
|
+
"fieldName": "variables"
|
|
4242
4761
|
},
|
|
4243
4762
|
{
|
|
4244
|
-
"
|
|
4245
|
-
"name": "componentsContainer",
|
|
4763
|
+
"name": "data",
|
|
4246
4764
|
"type": {
|
|
4247
|
-
"text": "
|
|
4765
|
+
"text": "any"
|
|
4248
4766
|
},
|
|
4249
|
-
"
|
|
4767
|
+
"fieldName": "data"
|
|
4250
4768
|
},
|
|
4251
4769
|
{
|
|
4252
|
-
"
|
|
4253
|
-
"name": "groups",
|
|
4770
|
+
"name": "themes",
|
|
4254
4771
|
"type": {
|
|
4255
|
-
"text": "
|
|
4772
|
+
"text": "any | undefined"
|
|
4256
4773
|
},
|
|
4257
|
-
"
|
|
4774
|
+
"fieldName": "themes"
|
|
4258
4775
|
},
|
|
4259
4776
|
{
|
|
4260
|
-
"
|
|
4261
|
-
"name": "icons",
|
|
4777
|
+
"name": "fit",
|
|
4262
4778
|
"type": {
|
|
4263
|
-
"text": "
|
|
4779
|
+
"text": "FITMODE"
|
|
4264
4780
|
},
|
|
4265
|
-
"
|
|
4266
|
-
"
|
|
4267
|
-
},
|
|
4268
|
-
{
|
|
4269
|
-
"kind": "field",
|
|
4270
|
-
"name": "scopedElements",
|
|
4271
|
-
"static": true,
|
|
4272
|
-
"readonly": true
|
|
4273
|
-
},
|
|
4274
|
-
{
|
|
4275
|
-
"kind": "method",
|
|
4276
|
-
"name": "onWheelEvent",
|
|
4277
|
-
"parameters": [
|
|
4278
|
-
{
|
|
4279
|
-
"name": "e",
|
|
4280
|
-
"type": {
|
|
4281
|
-
"text": "Event"
|
|
4282
|
-
}
|
|
4283
|
-
}
|
|
4284
|
-
]
|
|
4285
|
-
},
|
|
4286
|
-
{
|
|
4287
|
-
"kind": "method",
|
|
4288
|
-
"name": "_setMode",
|
|
4289
|
-
"parameters": [
|
|
4290
|
-
{
|
|
4291
|
-
"name": "mode",
|
|
4292
|
-
"type": {
|
|
4293
|
-
"text": "SCENE_MODE"
|
|
4294
|
-
}
|
|
4295
|
-
}
|
|
4296
|
-
]
|
|
4781
|
+
"default": "'none'",
|
|
4782
|
+
"fieldName": "fit"
|
|
4297
4783
|
},
|
|
4298
4784
|
{
|
|
4299
|
-
"
|
|
4300
|
-
"
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
"text": "MouseEvent"
|
|
4306
|
-
}
|
|
4307
|
-
}
|
|
4308
|
-
]
|
|
4785
|
+
"name": "selected",
|
|
4786
|
+
"type": {
|
|
4787
|
+
"text": "Component[]"
|
|
4788
|
+
},
|
|
4789
|
+
"default": "[]",
|
|
4790
|
+
"fieldName": "selected"
|
|
4309
4791
|
},
|
|
4310
4792
|
{
|
|
4311
|
-
"
|
|
4312
|
-
"name": "_onClickGroup",
|
|
4313
|
-
"parameters": [
|
|
4314
|
-
{
|
|
4315
|
-
"name": "e",
|
|
4316
|
-
"type": {
|
|
4317
|
-
"text": "MouseEvent"
|
|
4318
|
-
}
|
|
4319
|
-
}
|
|
4320
|
-
]
|
|
4321
|
-
}
|
|
4322
|
-
],
|
|
4323
|
-
"events": [
|
|
4324
|
-
{
|
|
4325
|
-
"name": "mode-changed",
|
|
4793
|
+
"name": "disposeWhenDetached",
|
|
4326
4794
|
"type": {
|
|
4327
|
-
"text": "
|
|
4328
|
-
}
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4795
|
+
"text": "boolean"
|
|
4796
|
+
},
|
|
4797
|
+
"default": "false",
|
|
4798
|
+
"fieldName": "disposeWhenDetached"
|
|
4799
|
+
},
|
|
4332
4800
|
{
|
|
4333
|
-
"name": "
|
|
4801
|
+
"name": "baseUrl",
|
|
4334
4802
|
"type": {
|
|
4335
|
-
"text": "
|
|
4803
|
+
"text": "string"
|
|
4336
4804
|
},
|
|
4337
|
-
"default": "
|
|
4338
|
-
"fieldName": "
|
|
4805
|
+
"default": "''",
|
|
4806
|
+
"fieldName": "baseUrl"
|
|
4339
4807
|
},
|
|
4340
4808
|
{
|
|
4341
|
-
"name": "
|
|
4809
|
+
"name": "provider",
|
|
4342
4810
|
"type": {
|
|
4343
|
-
"text": "
|
|
4811
|
+
"text": "any"
|
|
4344
4812
|
},
|
|
4345
|
-
"fieldName": "
|
|
4813
|
+
"fieldName": "provider"
|
|
4346
4814
|
},
|
|
4347
4815
|
{
|
|
4348
|
-
"name": "
|
|
4816
|
+
"name": "name",
|
|
4349
4817
|
"type": {
|
|
4350
|
-
"text": "
|
|
4818
|
+
"text": "string"
|
|
4351
4819
|
},
|
|
4352
|
-
"
|
|
4820
|
+
"default": "'noname'",
|
|
4821
|
+
"fieldName": "name"
|
|
4353
4822
|
},
|
|
4354
4823
|
{
|
|
4355
|
-
"name": "
|
|
4824
|
+
"name": "enableInspector",
|
|
4356
4825
|
"type": {
|
|
4357
|
-
"text": "
|
|
4826
|
+
"text": "boolean"
|
|
4358
4827
|
},
|
|
4359
|
-
"
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
"mixins": [
|
|
4828
|
+
"default": "true",
|
|
4829
|
+
"fieldName": "enableInspector"
|
|
4830
|
+
},
|
|
4363
4831
|
{
|
|
4364
|
-
"name": "
|
|
4365
|
-
"
|
|
4832
|
+
"name": "showInspector",
|
|
4833
|
+
"type": {
|
|
4834
|
+
"text": "boolean"
|
|
4835
|
+
},
|
|
4836
|
+
"default": "false",
|
|
4837
|
+
"fieldName": "showInspector"
|
|
4366
4838
|
}
|
|
4367
4839
|
],
|
|
4368
4840
|
"superclass": {
|
|
4369
4841
|
"name": "LitElement",
|
|
4370
4842
|
"package": "lit"
|
|
4371
4843
|
},
|
|
4844
|
+
"tagName": "ox-scene-viewer",
|
|
4372
4845
|
"customElement": true
|
|
4373
4846
|
}
|
|
4374
4847
|
],
|
|
4375
4848
|
"exports": [
|
|
4376
4849
|
{
|
|
4377
4850
|
"kind": "js",
|
|
4378
|
-
"name": "
|
|
4379
|
-
"declaration": {
|
|
4380
|
-
"name": "ComponentToolbar",
|
|
4381
|
-
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
4382
|
-
}
|
|
4383
|
-
}
|
|
4384
|
-
]
|
|
4385
|
-
},
|
|
4386
|
-
{
|
|
4387
|
-
"kind": "javascript-module",
|
|
4388
|
-
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
4389
|
-
"declarations": [
|
|
4390
|
-
{
|
|
4391
|
-
"kind": "variable",
|
|
4392
|
-
"name": "ICON_EDIT_MODE",
|
|
4393
|
-
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n }\n .st1 {\n fill: none;\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \t\" />\n <path\n class=\"st1\"\n d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"kind": "variable",
|
|
4397
|
-
"name": "ICON_SHIFT_MODE",
|
|
4398
|
-
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4\n c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8\n c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8\n c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8\n c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
4399
|
-
}
|
|
4400
|
-
],
|
|
4401
|
-
"exports": [
|
|
4402
|
-
{
|
|
4403
|
-
"kind": "js",
|
|
4404
|
-
"name": "ICON_EDIT_MODE",
|
|
4851
|
+
"name": "default",
|
|
4405
4852
|
"declaration": {
|
|
4406
|
-
"name": "
|
|
4407
|
-
"module": "src/modeller/
|
|
4853
|
+
"name": "OxSceneViewer",
|
|
4854
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4408
4855
|
}
|
|
4409
4856
|
},
|
|
4410
4857
|
{
|
|
4411
|
-
"kind": "
|
|
4412
|
-
"name": "
|
|
4858
|
+
"kind": "custom-element-definition",
|
|
4859
|
+
"name": "ox-scene-viewer",
|
|
4413
4860
|
"declaration": {
|
|
4414
|
-
"name": "
|
|
4415
|
-
"module": "src/modeller/
|
|
4861
|
+
"name": "OxSceneViewer",
|
|
4862
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4416
4863
|
}
|
|
4417
4864
|
}
|
|
4418
4865
|
]
|
|
@@ -5845,187 +6292,28 @@
|
|
|
5845
6292
|
]
|
|
5846
6293
|
},
|
|
5847
6294
|
{
|
|
5848
|
-
"kind": "method",
|
|
5849
|
-
"name": "_isIdentifiable",
|
|
5850
|
-
"parameters": [
|
|
5851
|
-
{
|
|
5852
|
-
"name": "selected",
|
|
5853
|
-
"type": {
|
|
5854
|
-
"text": "Component[]"
|
|
5855
|
-
}
|
|
5856
|
-
}
|
|
5857
|
-
]
|
|
5858
|
-
},
|
|
5859
|
-
{
|
|
5860
|
-
"kind": "method",
|
|
5861
|
-
"name": "_isClassIdentifiable",
|
|
5862
|
-
"parameters": [
|
|
5863
|
-
{
|
|
5864
|
-
"name": "selected",
|
|
5865
|
-
"type": {
|
|
5866
|
-
"text": "Component[]"
|
|
5867
|
-
}
|
|
5868
|
-
}
|
|
5869
|
-
]
|
|
5870
|
-
},
|
|
5871
|
-
{
|
|
5872
|
-
"kind": "method",
|
|
5873
|
-
"name": "_isLine",
|
|
5874
|
-
"parameters": [
|
|
5875
|
-
{
|
|
5876
|
-
"name": "selected",
|
|
5877
|
-
"type": {
|
|
5878
|
-
"text": "Component[]"
|
|
5879
|
-
}
|
|
5880
|
-
}
|
|
5881
|
-
]
|
|
5882
|
-
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "method",
|
|
5885
|
-
"name": "_is3dish",
|
|
5886
|
-
"parameters": [
|
|
5887
|
-
{
|
|
5888
|
-
"name": "selected",
|
|
5889
|
-
"type": {
|
|
5890
|
-
"text": "Component[]"
|
|
5891
|
-
}
|
|
5892
|
-
}
|
|
5893
|
-
]
|
|
5894
|
-
},
|
|
5895
|
-
{
|
|
5896
|
-
"kind": "method",
|
|
5897
|
-
"name": "_getValueFromEventTarget",
|
|
5898
|
-
"parameters": [
|
|
5899
|
-
{
|
|
5900
|
-
"name": "element",
|
|
5901
|
-
"type": {
|
|
5902
|
-
"text": "HTMLElement"
|
|
5903
|
-
}
|
|
5904
|
-
}
|
|
5905
|
-
],
|
|
5906
|
-
"inheritedFrom": {
|
|
5907
|
-
"name": "AbstractProperty",
|
|
5908
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5909
|
-
}
|
|
5910
|
-
},
|
|
5911
|
-
{
|
|
5912
|
-
"kind": "method",
|
|
5913
|
-
"name": "_onAfterValueChange",
|
|
5914
|
-
"parameters": [
|
|
5915
|
-
{
|
|
5916
|
-
"name": "key",
|
|
5917
|
-
"type": {
|
|
5918
|
-
"text": "string"
|
|
5919
|
-
}
|
|
5920
|
-
},
|
|
5921
|
-
{
|
|
5922
|
-
"name": "value",
|
|
5923
|
-
"type": {
|
|
5924
|
-
"text": "any"
|
|
5925
|
-
}
|
|
5926
|
-
}
|
|
5927
|
-
],
|
|
5928
|
-
"inheritedFrom": {
|
|
5929
|
-
"name": "AbstractProperty",
|
|
5930
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5931
|
-
}
|
|
5932
|
-
}
|
|
5933
|
-
],
|
|
5934
|
-
"events": [
|
|
5935
|
-
{
|
|
5936
|
-
"name": "bounds-change",
|
|
5937
|
-
"type": {
|
|
5938
|
-
"text": "CustomEvent"
|
|
5939
|
-
}
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"name": "property-change",
|
|
5943
|
-
"type": {
|
|
5944
|
-
"text": "CustomEvent"
|
|
5945
|
-
},
|
|
5946
|
-
"inheritedFrom": {
|
|
5947
|
-
"name": "AbstractProperty",
|
|
5948
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5949
|
-
}
|
|
5950
|
-
}
|
|
5951
|
-
],
|
|
5952
|
-
"attributes": [
|
|
5953
|
-
{
|
|
5954
|
-
"name": "value",
|
|
5955
|
-
"type": {
|
|
5956
|
-
"text": "Properties | undefined"
|
|
5957
|
-
},
|
|
5958
|
-
"fieldName": "value"
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"name": "bounds",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "BOUNDS | null"
|
|
5964
|
-
},
|
|
5965
|
-
"default": "null",
|
|
5966
|
-
"fieldName": "bounds"
|
|
5967
|
-
},
|
|
5968
|
-
{
|
|
5969
|
-
"name": "selected",
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "Component[]"
|
|
5972
|
-
},
|
|
5973
|
-
"default": "[]",
|
|
5974
|
-
"fieldName": "selected"
|
|
5975
|
-
}
|
|
5976
|
-
],
|
|
5977
|
-
"superclass": {
|
|
5978
|
-
"name": "AbstractProperty",
|
|
5979
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5980
|
-
}
|
|
5981
|
-
}
|
|
5982
|
-
],
|
|
5983
|
-
"exports": [
|
|
5984
|
-
{
|
|
5985
|
-
"kind": "js",
|
|
5986
|
-
"name": "PropertyShapes",
|
|
5987
|
-
"declaration": {
|
|
5988
|
-
"name": "PropertyShapes",
|
|
5989
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5990
|
-
}
|
|
5991
|
-
}
|
|
5992
|
-
]
|
|
5993
|
-
},
|
|
5994
|
-
{
|
|
5995
|
-
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
5997
|
-
"declarations": [
|
|
5998
|
-
{
|
|
5999
|
-
"kind": "class",
|
|
6000
|
-
"description": "",
|
|
6001
|
-
"name": "PropertyStyles",
|
|
6002
|
-
"members": [
|
|
6003
|
-
{
|
|
6004
|
-
"kind": "field",
|
|
6005
|
-
"name": "value",
|
|
6006
|
-
"type": {
|
|
6007
|
-
"text": "any"
|
|
6008
|
-
},
|
|
6009
|
-
"default": "{}",
|
|
6010
|
-
"attribute": "value"
|
|
6011
|
-
},
|
|
6012
|
-
{
|
|
6013
|
-
"kind": "field",
|
|
6014
|
-
"name": "selected",
|
|
6015
|
-
"type": {
|
|
6016
|
-
"text": "Component[]"
|
|
6017
|
-
},
|
|
6018
|
-
"default": "[]",
|
|
6019
|
-
"attribute": "selected"
|
|
6020
|
-
},
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "field",
|
|
6023
|
-
"name": "fonts",
|
|
6024
|
-
"type": {
|
|
6025
|
-
"text": "any[]"
|
|
6026
|
-
},
|
|
6027
|
-
"default": "[]",
|
|
6028
|
-
"attribute": "fonts"
|
|
6295
|
+
"kind": "method",
|
|
6296
|
+
"name": "_isIdentifiable",
|
|
6297
|
+
"parameters": [
|
|
6298
|
+
{
|
|
6299
|
+
"name": "selected",
|
|
6300
|
+
"type": {
|
|
6301
|
+
"text": "Component[]"
|
|
6302
|
+
}
|
|
6303
|
+
}
|
|
6304
|
+
]
|
|
6305
|
+
},
|
|
6306
|
+
{
|
|
6307
|
+
"kind": "method",
|
|
6308
|
+
"name": "_isClassIdentifiable",
|
|
6309
|
+
"parameters": [
|
|
6310
|
+
{
|
|
6311
|
+
"name": "selected",
|
|
6312
|
+
"type": {
|
|
6313
|
+
"text": "Component[]"
|
|
6314
|
+
}
|
|
6315
|
+
}
|
|
6316
|
+
]
|
|
6029
6317
|
},
|
|
6030
6318
|
{
|
|
6031
6319
|
"kind": "method",
|
|
@@ -6041,19 +6329,15 @@
|
|
|
6041
6329
|
},
|
|
6042
6330
|
{
|
|
6043
6331
|
"kind": "method",
|
|
6044
|
-
"name": "
|
|
6332
|
+
"name": "_is3dish",
|
|
6045
6333
|
"parameters": [
|
|
6046
6334
|
{
|
|
6047
|
-
"name": "
|
|
6335
|
+
"name": "selected",
|
|
6048
6336
|
"type": {
|
|
6049
|
-
"text": "
|
|
6337
|
+
"text": "Component[]"
|
|
6050
6338
|
}
|
|
6051
6339
|
}
|
|
6052
|
-
]
|
|
6053
|
-
"inheritedFrom": {
|
|
6054
|
-
"name": "AbstractProperty",
|
|
6055
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6056
|
-
}
|
|
6340
|
+
]
|
|
6057
6341
|
},
|
|
6058
6342
|
{
|
|
6059
6343
|
"kind": "method",
|
|
@@ -6094,57 +6378,62 @@
|
|
|
6094
6378
|
}
|
|
6095
6379
|
}
|
|
6096
6380
|
],
|
|
6381
|
+
"events": [
|
|
6382
|
+
{
|
|
6383
|
+
"name": "bounds-change",
|
|
6384
|
+
"type": {
|
|
6385
|
+
"text": "CustomEvent"
|
|
6386
|
+
}
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"name": "property-change",
|
|
6390
|
+
"type": {
|
|
6391
|
+
"text": "CustomEvent"
|
|
6392
|
+
},
|
|
6393
|
+
"inheritedFrom": {
|
|
6394
|
+
"name": "AbstractProperty",
|
|
6395
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
],
|
|
6097
6399
|
"attributes": [
|
|
6098
6400
|
{
|
|
6099
6401
|
"name": "value",
|
|
6100
6402
|
"type": {
|
|
6101
|
-
"text": "
|
|
6403
|
+
"text": "Properties | undefined"
|
|
6102
6404
|
},
|
|
6103
|
-
"default": "{}",
|
|
6104
6405
|
"fieldName": "value"
|
|
6105
6406
|
},
|
|
6106
6407
|
{
|
|
6107
|
-
"name": "
|
|
6408
|
+
"name": "bounds",
|
|
6108
6409
|
"type": {
|
|
6109
|
-
"text": "
|
|
6410
|
+
"text": "BOUNDS | null"
|
|
6110
6411
|
},
|
|
6111
|
-
"default": "
|
|
6112
|
-
"fieldName": "
|
|
6412
|
+
"default": "null",
|
|
6413
|
+
"fieldName": "bounds"
|
|
6113
6414
|
},
|
|
6114
6415
|
{
|
|
6115
|
-
"name": "
|
|
6416
|
+
"name": "selected",
|
|
6116
6417
|
"type": {
|
|
6117
|
-
"text": "
|
|
6418
|
+
"text": "Component[]"
|
|
6118
6419
|
},
|
|
6119
6420
|
"default": "[]",
|
|
6120
|
-
"fieldName": "
|
|
6421
|
+
"fieldName": "selected"
|
|
6121
6422
|
}
|
|
6122
6423
|
],
|
|
6123
6424
|
"superclass": {
|
|
6124
6425
|
"name": "AbstractProperty",
|
|
6125
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6126
|
-
}
|
|
6127
|
-
"events": [
|
|
6128
|
-
{
|
|
6129
|
-
"name": "property-change",
|
|
6130
|
-
"type": {
|
|
6131
|
-
"text": "CustomEvent"
|
|
6132
|
-
},
|
|
6133
|
-
"inheritedFrom": {
|
|
6134
|
-
"name": "AbstractProperty",
|
|
6135
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6136
|
-
}
|
|
6137
|
-
}
|
|
6138
|
-
]
|
|
6426
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6427
|
+
}
|
|
6139
6428
|
}
|
|
6140
6429
|
],
|
|
6141
6430
|
"exports": [
|
|
6142
6431
|
{
|
|
6143
6432
|
"kind": "js",
|
|
6144
|
-
"name": "
|
|
6433
|
+
"name": "PropertyShapes",
|
|
6145
6434
|
"declaration": {
|
|
6146
|
-
"name": "
|
|
6147
|
-
"module": "src/modeller/property-sidebar/
|
|
6435
|
+
"name": "PropertyShapes",
|
|
6436
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6148
6437
|
}
|
|
6149
6438
|
}
|
|
6150
6439
|
]
|
|
@@ -6495,6 +6784,164 @@
|
|
|
6495
6784
|
}
|
|
6496
6785
|
}
|
|
6497
6786
|
]
|
|
6787
|
+
},
|
|
6788
|
+
{
|
|
6789
|
+
"kind": "javascript-module",
|
|
6790
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6791
|
+
"declarations": [
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "class",
|
|
6794
|
+
"description": "",
|
|
6795
|
+
"name": "PropertyStyles",
|
|
6796
|
+
"members": [
|
|
6797
|
+
{
|
|
6798
|
+
"kind": "field",
|
|
6799
|
+
"name": "value",
|
|
6800
|
+
"type": {
|
|
6801
|
+
"text": "any"
|
|
6802
|
+
},
|
|
6803
|
+
"default": "{}",
|
|
6804
|
+
"attribute": "value"
|
|
6805
|
+
},
|
|
6806
|
+
{
|
|
6807
|
+
"kind": "field",
|
|
6808
|
+
"name": "selected",
|
|
6809
|
+
"type": {
|
|
6810
|
+
"text": "Component[]"
|
|
6811
|
+
},
|
|
6812
|
+
"default": "[]",
|
|
6813
|
+
"attribute": "selected"
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"kind": "field",
|
|
6817
|
+
"name": "fonts",
|
|
6818
|
+
"type": {
|
|
6819
|
+
"text": "any[]"
|
|
6820
|
+
},
|
|
6821
|
+
"default": "[]",
|
|
6822
|
+
"attribute": "fonts"
|
|
6823
|
+
},
|
|
6824
|
+
{
|
|
6825
|
+
"kind": "method",
|
|
6826
|
+
"name": "_isLine",
|
|
6827
|
+
"parameters": [
|
|
6828
|
+
{
|
|
6829
|
+
"name": "selected",
|
|
6830
|
+
"type": {
|
|
6831
|
+
"text": "Component[]"
|
|
6832
|
+
}
|
|
6833
|
+
}
|
|
6834
|
+
]
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
"kind": "method",
|
|
6838
|
+
"name": "_onValueChange",
|
|
6839
|
+
"parameters": [
|
|
6840
|
+
{
|
|
6841
|
+
"name": "e",
|
|
6842
|
+
"type": {
|
|
6843
|
+
"text": "Event"
|
|
6844
|
+
}
|
|
6845
|
+
}
|
|
6846
|
+
],
|
|
6847
|
+
"inheritedFrom": {
|
|
6848
|
+
"name": "AbstractProperty",
|
|
6849
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6850
|
+
}
|
|
6851
|
+
},
|
|
6852
|
+
{
|
|
6853
|
+
"kind": "method",
|
|
6854
|
+
"name": "_getValueFromEventTarget",
|
|
6855
|
+
"parameters": [
|
|
6856
|
+
{
|
|
6857
|
+
"name": "element",
|
|
6858
|
+
"type": {
|
|
6859
|
+
"text": "HTMLElement"
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
],
|
|
6863
|
+
"inheritedFrom": {
|
|
6864
|
+
"name": "AbstractProperty",
|
|
6865
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6866
|
+
}
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"kind": "method",
|
|
6870
|
+
"name": "_onAfterValueChange",
|
|
6871
|
+
"parameters": [
|
|
6872
|
+
{
|
|
6873
|
+
"name": "key",
|
|
6874
|
+
"type": {
|
|
6875
|
+
"text": "string"
|
|
6876
|
+
}
|
|
6877
|
+
},
|
|
6878
|
+
{
|
|
6879
|
+
"name": "value",
|
|
6880
|
+
"type": {
|
|
6881
|
+
"text": "any"
|
|
6882
|
+
}
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6885
|
+
"inheritedFrom": {
|
|
6886
|
+
"name": "AbstractProperty",
|
|
6887
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6888
|
+
}
|
|
6889
|
+
}
|
|
6890
|
+
],
|
|
6891
|
+
"attributes": [
|
|
6892
|
+
{
|
|
6893
|
+
"name": "value",
|
|
6894
|
+
"type": {
|
|
6895
|
+
"text": "any"
|
|
6896
|
+
},
|
|
6897
|
+
"default": "{}",
|
|
6898
|
+
"fieldName": "value"
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"name": "selected",
|
|
6902
|
+
"type": {
|
|
6903
|
+
"text": "Component[]"
|
|
6904
|
+
},
|
|
6905
|
+
"default": "[]",
|
|
6906
|
+
"fieldName": "selected"
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"name": "fonts",
|
|
6910
|
+
"type": {
|
|
6911
|
+
"text": "any[]"
|
|
6912
|
+
},
|
|
6913
|
+
"default": "[]",
|
|
6914
|
+
"fieldName": "fonts"
|
|
6915
|
+
}
|
|
6916
|
+
],
|
|
6917
|
+
"superclass": {
|
|
6918
|
+
"name": "AbstractProperty",
|
|
6919
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6920
|
+
},
|
|
6921
|
+
"events": [
|
|
6922
|
+
{
|
|
6923
|
+
"name": "property-change",
|
|
6924
|
+
"type": {
|
|
6925
|
+
"text": "CustomEvent"
|
|
6926
|
+
},
|
|
6927
|
+
"inheritedFrom": {
|
|
6928
|
+
"name": "AbstractProperty",
|
|
6929
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6930
|
+
}
|
|
6931
|
+
}
|
|
6932
|
+
]
|
|
6933
|
+
}
|
|
6934
|
+
],
|
|
6935
|
+
"exports": [
|
|
6936
|
+
{
|
|
6937
|
+
"kind": "js",
|
|
6938
|
+
"name": "PropertyStyles",
|
|
6939
|
+
"declaration": {
|
|
6940
|
+
"name": "PropertyStyles",
|
|
6941
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6942
|
+
}
|
|
6943
|
+
}
|
|
6944
|
+
]
|
|
6498
6945
|
}
|
|
6499
6946
|
]
|
|
6500
6947
|
}
|