@operato/board 0.2.46 → 0.2.50
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/CHANGELOG.md +49 -0
- package/assets/images/components/audio.png +0 -0
- package/assets/images/components/both-arrow.png +0 -0
- package/assets/images/components/color-image.png +0 -0
- package/assets/images/components/container.png +0 -0
- package/assets/images/components/dash.png +0 -0
- package/assets/images/components/donut.png +0 -0
- package/assets/images/components/ellipse.png +0 -0
- package/assets/images/components/forklift.png +0 -0
- package/assets/images/components/gif-image.png +0 -0
- package/assets/images/components/global-reference.png +0 -0
- package/assets/images/components/gray-image.png +0 -0
- package/assets/images/components/humidity-sensor.png +0 -0
- package/assets/images/components/info-window.png +0 -0
- package/assets/images/components/line.png +0 -0
- package/assets/images/components/local-reference.png +0 -0
- package/assets/images/components/person.png +0 -0
- package/assets/images/components/polygon.png +0 -0
- package/assets/images/components/polyline.png +0 -0
- package/assets/images/components/popup.png +0 -0
- package/assets/images/components/rect.png +0 -0
- package/assets/images/components/single-arrow.png +0 -0
- package/assets/images/components/star.png +0 -0
- package/assets/images/components/text.png +0 -0
- package/assets/images/components/triangle.png +0 -0
- package/assets/images/icon-vtoolbar.png +0 -0
- package/custom-elements.json +1647 -1130
- package/demo/index-modeller.html +101 -0
- package/demo/index.html +3 -3
- package/dist/src/component/3d.d.ts +2 -0
- package/dist/src/component/3d.js +27 -0
- package/dist/src/component/3d.js.map +1 -0
- package/dist/src/component/chart-and-gauge.d.ts +2 -0
- package/dist/src/component/chart-and-gauge.js +26 -0
- package/dist/src/component/chart-and-gauge.js.map +1 -0
- package/dist/src/component/container.d.ts +2 -0
- package/dist/src/component/container.js +60 -0
- package/dist/src/component/container.js.map +1 -0
- package/dist/src/component/data-source.d.ts +2 -0
- package/dist/src/component/data-source.js +28 -0
- package/dist/src/component/data-source.js.map +1 -0
- package/dist/src/component/etc.d.ts +2 -0
- package/dist/src/component/etc.js +82 -0
- package/dist/src/component/etc.js.map +1 -0
- package/dist/src/component/form.d.ts +2 -0
- package/dist/src/component/form.js +40 -0
- package/dist/src/component/form.js.map +1 -0
- package/dist/src/component/index.d.ts +12 -0
- package/dist/src/component/index.js +13 -0
- package/dist/src/component/index.js.map +1 -0
- package/dist/src/component/iot.d.ts +2 -0
- package/dist/src/component/iot.js +50 -0
- package/dist/src/component/iot.js.map +1 -0
- package/dist/src/component/line.d.ts +2 -0
- package/dist/src/component/line.js +130 -0
- package/dist/src/component/line.js.map +1 -0
- package/dist/src/component/register-default-groups.d.ts +1 -0
- package/dist/src/component/register-default-groups.js +28 -0
- package/dist/src/component/register-default-groups.js.map +1 -0
- package/dist/src/component/shape.d.ts +2 -0
- package/dist/src/component/shape.js +152 -0
- package/dist/src/component/shape.js.map +1 -0
- package/dist/src/component/table.d.ts +2 -0
- package/dist/src/component/table.js +26 -0
- package/dist/src/component/table.js.map +1 -0
- package/dist/src/component/text-and-media.d.ts +2 -0
- package/dist/src/component/text-and-media.js +122 -0
- package/dist/src/component/text-and-media.js.map +1 -0
- package/dist/src/component/warehouse.d.ts +2 -0
- package/dist/src/component/warehouse.js +24 -0
- package/dist/src/component/warehouse.js.map +1 -0
- package/dist/src/modeller/component-toolbar/component-detail.d.ts +4 -0
- package/dist/src/modeller/component-toolbar/component-detail.js +56 -0
- package/dist/src/modeller/component-toolbar/component-detail.js.map +1 -0
- package/dist/src/modeller/component-toolbar/component-menu.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/component-menu.js +55 -10
- package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
- package/dist/src/modeller/component-toolbar/component-toolbar.js +44 -89
- package/dist/src/modeller/component-toolbar/component-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.d.ts +2 -3
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js +25 -22
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js +21 -17
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/effects-shared-style.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/effects-shared-style.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/effects.d.ts +0 -1
- package/dist/src/modeller/property-sidebar/effects/effects.js +6 -10
- package/dist/src/modeller/property-sidebar/effects/effects.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-animation.d.ts +2 -3
- package/dist/src/modeller/property-sidebar/effects/property-animation.js +21 -25
- package/dist/src/modeller/property-sidebar/effects/property-animation.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-animations.d.ts +0 -1
- package/dist/src/modeller/property-sidebar/effects/property-animations.js +3 -4
- package/dist/src/modeller/property-sidebar/effects/property-animations.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js +3 -7
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +3 -7
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event.d.ts +0 -1
- package/dist/src/modeller/property-sidebar/effects/property-event.js +4 -8
- package/dist/src/modeller/property-sidebar/effects/property-event.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-shadow.d.ts +1 -2
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js +6 -10
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js.map +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/property-shared-style.js +2 -2
- package/dist/src/modeller/property-sidebar/property-shared-style.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.d.ts +2 -3
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +27 -30
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.d.ts +0 -1
- package/dist/src/modeller/property-sidebar/styles/styles.js +0 -1
- package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
- package/dist/src/ox-board-modeller.d.ts +5 -0
- package/dist/src/ox-board-modeller.js +33 -0
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/src/types.d.ts +13 -0
- package/dist/src/types.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -5
- package/src/component/3d.ts +29 -0
- package/src/component/chart-and-gauge.ts +28 -0
- package/src/component/container.ts +62 -0
- package/src/component/data-source.ts +30 -0
- package/src/component/etc.ts +87 -0
- package/src/component/form.ts +42 -0
- package/src/component/index.ts +12 -0
- package/src/component/iot.ts +52 -0
- package/src/component/line.ts +132 -0
- package/src/component/register-default-groups.ts +28 -0
- package/src/component/shape.ts +154 -0
- package/src/component/table.ts +28 -0
- package/src/component/text-and-media.ts +124 -0
- package/src/component/warehouse.ts +26 -0
- package/src/modeller/component-toolbar/component-detail.ts +53 -0
- package/src/modeller/component-toolbar/component-menu.ts +56 -11
- package/src/modeller/component-toolbar/component-toolbar.ts +54 -94
- package/src/modeller/property-sidebar/data-binding/data-binding-mapper.ts +26 -23
- package/src/modeller/property-sidebar/data-binding/data-binding.ts +19 -17
- package/src/modeller/property-sidebar/effects/effects-shared-style.ts +2 -2
- package/src/modeller/property-sidebar/effects/effects.ts +10 -8
- package/src/modeller/property-sidebar/effects/property-animation.ts +25 -23
- package/src/modeller/property-sidebar/effects/property-animations.ts +7 -5
- package/src/modeller/property-sidebar/effects/property-event-hover.ts +4 -4
- package/src/modeller/property-sidebar/effects/property-event-tap.ts +4 -4
- package/src/modeller/property-sidebar/effects/property-event.ts +8 -6
- package/src/modeller/property-sidebar/effects/property-shadow.ts +9 -7
- package/src/modeller/property-sidebar/property-shared-style.ts +2 -2
- package/src/modeller/property-sidebar/shapes/shapes.ts +29 -31
- package/src/modeller/property-sidebar/styles/styles.ts +2 -2
- package/src/ox-board-modeller.ts +46 -6
- package/src/types.ts +28 -0
package/custom-elements.json
CHANGED
|
@@ -42,6 +42,58 @@
|
|
|
42
42
|
"description": "",
|
|
43
43
|
"name": "BoardModeller",
|
|
44
44
|
"members": [
|
|
45
|
+
{
|
|
46
|
+
"kind": "method",
|
|
47
|
+
"name": "registerGroup",
|
|
48
|
+
"static": true,
|
|
49
|
+
"parameters": [
|
|
50
|
+
{
|
|
51
|
+
"name": "group",
|
|
52
|
+
"type": {
|
|
53
|
+
"text": "Group"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "method",
|
|
60
|
+
"name": "registerTemplate",
|
|
61
|
+
"static": true,
|
|
62
|
+
"return": {
|
|
63
|
+
"type": {
|
|
64
|
+
"text": "void"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"parameters": [
|
|
68
|
+
{
|
|
69
|
+
"name": "templates",
|
|
70
|
+
"type": {
|
|
71
|
+
"text": "ComponentTemplate[]"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"kind": "field",
|
|
78
|
+
"name": "groups",
|
|
79
|
+
"type": {
|
|
80
|
+
"text": "Group[]"
|
|
81
|
+
},
|
|
82
|
+
"static": true
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "method",
|
|
86
|
+
"name": "getGroup",
|
|
87
|
+
"static": true,
|
|
88
|
+
"parameters": [
|
|
89
|
+
{
|
|
90
|
+
"name": "name",
|
|
91
|
+
"type": {
|
|
92
|
+
"text": "string"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
45
97
|
{
|
|
46
98
|
"kind": "field",
|
|
47
99
|
"name": "boardName",
|
|
@@ -1109,240 +1161,1245 @@
|
|
|
1109
1161
|
},
|
|
1110
1162
|
{
|
|
1111
1163
|
"kind": "javascript-module",
|
|
1112
|
-
"path": "src/
|
|
1164
|
+
"path": "src/component/3d.ts",
|
|
1113
1165
|
"declarations": [
|
|
1114
1166
|
{
|
|
1115
1167
|
"kind": "variable",
|
|
1116
|
-
"name": "
|
|
1117
|
-
"
|
|
1168
|
+
"name": "threed",
|
|
1169
|
+
"type": {
|
|
1170
|
+
"text": "Group"
|
|
1171
|
+
},
|
|
1172
|
+
"default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
|
|
1118
1173
|
}
|
|
1119
1174
|
],
|
|
1120
1175
|
"exports": [
|
|
1121
1176
|
{
|
|
1122
1177
|
"kind": "js",
|
|
1123
|
-
"name": "
|
|
1178
|
+
"name": "threed",
|
|
1124
1179
|
"declaration": {
|
|
1125
|
-
"name": "
|
|
1126
|
-
"module": "src/
|
|
1180
|
+
"name": "threed",
|
|
1181
|
+
"module": "src/component/3d.ts"
|
|
1127
1182
|
}
|
|
1128
1183
|
}
|
|
1129
1184
|
]
|
|
1130
1185
|
},
|
|
1131
1186
|
{
|
|
1132
1187
|
"kind": "javascript-module",
|
|
1133
|
-
"path": "src/
|
|
1188
|
+
"path": "src/component/chart-and-gauge.ts",
|
|
1134
1189
|
"declarations": [
|
|
1135
1190
|
{
|
|
1136
|
-
"kind": "
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1191
|
+
"kind": "variable",
|
|
1192
|
+
"name": "chartAndGauge",
|
|
1193
|
+
"type": {
|
|
1194
|
+
"text": "Group"
|
|
1195
|
+
},
|
|
1196
|
+
"default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"exports": [
|
|
1200
|
+
{
|
|
1201
|
+
"kind": "js",
|
|
1202
|
+
"name": "chartAndGauge",
|
|
1203
|
+
"declaration": {
|
|
1204
|
+
"name": "chartAndGauge",
|
|
1205
|
+
"module": "src/component/chart-and-gauge.ts"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "javascript-module",
|
|
1212
|
+
"path": "src/component/container.ts",
|
|
1213
|
+
"declarations": [
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "variable",
|
|
1216
|
+
"name": "container",
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "Group"
|
|
1219
|
+
},
|
|
1220
|
+
"default": "{\n name: 'container',\n description: 'a group of various containers',\n icon,\n templates: [\n {\n type: 'container',\n description: 'general container',\n icon: iconContainer,\n group: 'container',\n model: {\n type: 'container',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#999',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'popup',\n description: 'popup window',\n icon: popup,\n group: 'container',\n model: {\n type: 'popup',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true\n }\n }\n ]\n}"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"exports": [
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "js",
|
|
1226
|
+
"name": "container",
|
|
1227
|
+
"declaration": {
|
|
1228
|
+
"name": "container",
|
|
1229
|
+
"module": "src/component/container.ts"
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
]
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "javascript-module",
|
|
1236
|
+
"path": "src/component/data-source.ts",
|
|
1237
|
+
"declarations": [
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "variable",
|
|
1240
|
+
"name": "dataSource",
|
|
1241
|
+
"type": {
|
|
1242
|
+
"text": "Group"
|
|
1243
|
+
},
|
|
1244
|
+
"default": "{\n name: 'dataSource',\n description: 'a group of various data sources',\n icon,\n templates: []\n}"
|
|
1245
|
+
}
|
|
1246
|
+
],
|
|
1247
|
+
"exports": [
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "js",
|
|
1250
|
+
"name": "dataSource",
|
|
1251
|
+
"declaration": {
|
|
1252
|
+
"name": "dataSource",
|
|
1253
|
+
"module": "src/component/data-source.ts"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "javascript-module",
|
|
1260
|
+
"path": "src/component/etc.ts",
|
|
1261
|
+
"declarations": [
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "variable",
|
|
1264
|
+
"name": "etc",
|
|
1265
|
+
"type": {
|
|
1266
|
+
"text": "Group"
|
|
1267
|
+
},
|
|
1268
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'info-window',\n description: 'information window',\n icon: infoWindow,\n group: 'etc',\n model: {\n type: 'info-window',\n left: 10,\n top: 10,\n width: 50,\n height: 50,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true,\n frontSideTemplate:\n \"<h2 id='xxx'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n backSideTemplate:\n \"<h2 id='yyy'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n style:\n '#yyy {\\n\\tbackground-color:navy;\\n\\tcolor:white\\n}\\n#xxx, #yyy {\\n\\twhite-space:nowrap;\\n\\tmin-width:200px;\\n}'\n }\n },\n {\n type: 'local reference',\n description: 'local reference',\n icon: localReference,\n group: 'etc',\n model: {\n type: 'local-ref',\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: 'global reference',\n description: 'global reference',\n icon: globalReference,\n group: 'etc',\n model: {\n type: 'global-ref',\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}"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"exports": [
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "js",
|
|
1274
|
+
"name": "etc",
|
|
1275
|
+
"declaration": {
|
|
1276
|
+
"name": "etc",
|
|
1277
|
+
"module": "src/component/etc.ts"
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
]
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "javascript-module",
|
|
1284
|
+
"path": "src/component/form.ts",
|
|
1285
|
+
"declarations": [
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "variable",
|
|
1288
|
+
"name": "form",
|
|
1289
|
+
"type": {
|
|
1290
|
+
"text": "Group"
|
|
1291
|
+
},
|
|
1292
|
+
"default": "{\n name: 'form',\n description: 'a group of various input components that make up a data entry form',\n icon,\n templates: []\n}"
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"exports": [
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "js",
|
|
1298
|
+
"name": "form",
|
|
1299
|
+
"declaration": {
|
|
1300
|
+
"name": "form",
|
|
1301
|
+
"module": "src/component/form.ts"
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
]
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"kind": "javascript-module",
|
|
1308
|
+
"path": "src/component/index.ts",
|
|
1309
|
+
"declarations": [],
|
|
1310
|
+
"exports": [
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "js",
|
|
1313
|
+
"name": "*",
|
|
1314
|
+
"declaration": {
|
|
1315
|
+
"name": "*",
|
|
1316
|
+
"package": "./shape"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "*",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "*",
|
|
1324
|
+
"package": "./line"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "js",
|
|
1329
|
+
"name": "*",
|
|
1330
|
+
"declaration": {
|
|
1331
|
+
"name": "*",
|
|
1332
|
+
"package": "./text-and-media"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "js",
|
|
1337
|
+
"name": "*",
|
|
1338
|
+
"declaration": {
|
|
1339
|
+
"name": "*",
|
|
1340
|
+
"package": "./chart-and-gauge"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "js",
|
|
1345
|
+
"name": "*",
|
|
1346
|
+
"declaration": {
|
|
1347
|
+
"name": "*",
|
|
1348
|
+
"package": "./table"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "js",
|
|
1353
|
+
"name": "*",
|
|
1354
|
+
"declaration": {
|
|
1355
|
+
"name": "*",
|
|
1356
|
+
"package": "./data-source"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "js",
|
|
1361
|
+
"name": "*",
|
|
1362
|
+
"declaration": {
|
|
1363
|
+
"name": "*",
|
|
1364
|
+
"package": "./3d"
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "js",
|
|
1369
|
+
"name": "*",
|
|
1370
|
+
"declaration": {
|
|
1371
|
+
"name": "*",
|
|
1372
|
+
"package": "./iot"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "js",
|
|
1377
|
+
"name": "*",
|
|
1378
|
+
"declaration": {
|
|
1379
|
+
"name": "*",
|
|
1380
|
+
"package": "./form"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "*",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "*",
|
|
1388
|
+
"package": "./warehouse"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "*",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "*",
|
|
1396
|
+
"package": "./container"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "*",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "*",
|
|
1404
|
+
"package": "./etc"
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
]
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "javascript-module",
|
|
1411
|
+
"path": "src/component/iot.ts",
|
|
1412
|
+
"declarations": [
|
|
1413
|
+
{
|
|
1414
|
+
"kind": "variable",
|
|
1415
|
+
"name": "iot",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "Group"
|
|
1418
|
+
},
|
|
1419
|
+
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
1420
|
+
}
|
|
1421
|
+
],
|
|
1422
|
+
"exports": [
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "iot",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "iot",
|
|
1428
|
+
"module": "src/component/iot.ts"
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
]
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "javascript-module",
|
|
1435
|
+
"path": "src/component/line.ts",
|
|
1436
|
+
"declarations": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "variable",
|
|
1439
|
+
"name": "line",
|
|
1440
|
+
"type": {
|
|
1441
|
+
"text": "Group"
|
|
1442
|
+
},
|
|
1443
|
+
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\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 type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\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: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\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 begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\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}"
|
|
1444
|
+
}
|
|
1445
|
+
],
|
|
1446
|
+
"exports": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "js",
|
|
1449
|
+
"name": "line",
|
|
1450
|
+
"declaration": {
|
|
1451
|
+
"name": "line",
|
|
1452
|
+
"module": "src/component/line.ts"
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "javascript-module",
|
|
1459
|
+
"path": "src/component/register-default-groups.ts",
|
|
1460
|
+
"declarations": [
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "function",
|
|
1463
|
+
"name": "registerDefaultGroups"
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"exports": [
|
|
1467
|
+
{
|
|
1468
|
+
"kind": "js",
|
|
1469
|
+
"name": "registerDefaultGroups",
|
|
1470
|
+
"declaration": {
|
|
1471
|
+
"name": "registerDefaultGroups",
|
|
1472
|
+
"module": "src/component/register-default-groups.ts"
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
]
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "javascript-module",
|
|
1479
|
+
"path": "src/component/shape.ts",
|
|
1480
|
+
"declarations": [
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "variable",
|
|
1483
|
+
"name": "shape",
|
|
1484
|
+
"type": {
|
|
1485
|
+
"text": "Group"
|
|
1486
|
+
},
|
|
1487
|
+
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\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: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\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: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\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: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\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: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\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}"
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"exports": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "js",
|
|
1493
|
+
"name": "shape",
|
|
1494
|
+
"declaration": {
|
|
1495
|
+
"name": "shape",
|
|
1496
|
+
"module": "src/component/shape.ts"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "javascript-module",
|
|
1503
|
+
"path": "src/component/table.ts",
|
|
1504
|
+
"declarations": [
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "variable",
|
|
1507
|
+
"name": "table",
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "Group"
|
|
1510
|
+
},
|
|
1511
|
+
"default": "{\n name: 'table',\n description: 'a group of various tables',\n icon,\n templates: []\n}"
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"exports": [
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "js",
|
|
1517
|
+
"name": "table",
|
|
1518
|
+
"declaration": {
|
|
1519
|
+
"name": "table",
|
|
1520
|
+
"module": "src/component/table.ts"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
]
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "javascript-module",
|
|
1527
|
+
"path": "src/component/text-and-media.ts",
|
|
1528
|
+
"declarations": [
|
|
1529
|
+
{
|
|
1530
|
+
"kind": "variable",
|
|
1531
|
+
"name": "textAndMedia",
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "Group"
|
|
1534
|
+
},
|
|
1535
|
+
"default": "{\n name: 'textAndMedia',\n description: 'a group of text and various media components',\n icon,\n templates: [\n {\n type: 'text',\n description: 'text',\n icon: text,\n group: 'textAndMedia',\n model: {\n type: 'text',\n left: 100,\n top: 100,\n width: 200,\n height: 50,\n text: 'Text',\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 5,\n lineDash: 'solid',\n lineCap: 'butt',\n textAlign: 'left',\n textBaseline: 'top',\n textWrap: false,\n fontFamily: 'serif',\n fontSize: 30\n }\n },\n {\n type: 'color image',\n description: 'color image',\n icon: colorImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: false,\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: 'gray image',\n description: 'gray image',\n icon: grayImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: true,\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: 'gif image',\n description: 'gif image',\n icon: gifImage,\n group: 'textAndMedia',\n model: {\n type: 'gif-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n },\n {\n type: 'audio',\n description: 'audio',\n icon: audio,\n group: 'textAndMedia',\n model: {\n type: 'audio',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n }\n ]\n}"
|
|
1536
|
+
}
|
|
1537
|
+
],
|
|
1538
|
+
"exports": [
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "js",
|
|
1541
|
+
"name": "textAndMedia",
|
|
1542
|
+
"declaration": {
|
|
1543
|
+
"name": "textAndMedia",
|
|
1544
|
+
"module": "src/component/text-and-media.ts"
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "javascript-module",
|
|
1551
|
+
"path": "src/component/warehouse.ts",
|
|
1552
|
+
"declarations": [
|
|
1553
|
+
{
|
|
1554
|
+
"kind": "variable",
|
|
1555
|
+
"name": "warehouse",
|
|
1556
|
+
"type": {
|
|
1557
|
+
"text": "Group"
|
|
1558
|
+
},
|
|
1559
|
+
"default": "{\n name: 'warehouse',\n description: 'a group of various components used in a warehouse depiction',\n icon,\n templates: []\n}"
|
|
1560
|
+
}
|
|
1561
|
+
],
|
|
1562
|
+
"exports": [
|
|
1563
|
+
{
|
|
1564
|
+
"kind": "js",
|
|
1565
|
+
"name": "warehouse",
|
|
1566
|
+
"declaration": {
|
|
1567
|
+
"name": "warehouse",
|
|
1568
|
+
"module": "src/component/warehouse.ts"
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "javascript-module",
|
|
1575
|
+
"path": "src/player/ox-board-player-carousel.ts",
|
|
1576
|
+
"declarations": [
|
|
1577
|
+
{
|
|
1578
|
+
"kind": "class",
|
|
1579
|
+
"description": "",
|
|
1580
|
+
"name": "BoardPlayerCarousel",
|
|
1581
|
+
"members": [
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "axis",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "string"
|
|
1587
|
+
},
|
|
1588
|
+
"default": "'y'",
|
|
1589
|
+
"attribute": "axis"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "field",
|
|
1593
|
+
"name": "rows",
|
|
1594
|
+
"type": {
|
|
1595
|
+
"text": "number"
|
|
1596
|
+
},
|
|
1597
|
+
"default": "1",
|
|
1598
|
+
"attribute": "rows"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "field",
|
|
1602
|
+
"name": "columns",
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "number"
|
|
1605
|
+
},
|
|
1606
|
+
"default": "1",
|
|
1607
|
+
"attribute": "columns"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "field",
|
|
1611
|
+
"name": "_slotObserver",
|
|
1612
|
+
"type": {
|
|
1613
|
+
"text": "MutationObserver | undefined"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "field",
|
|
1618
|
+
"name": "_boundResize",
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "() => void | undefined"
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "field",
|
|
1625
|
+
"name": "_rotation",
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "number"
|
|
1628
|
+
},
|
|
1629
|
+
"default": "0"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"kind": "field",
|
|
1633
|
+
"name": "_theta",
|
|
1634
|
+
"type": {
|
|
1635
|
+
"text": "number"
|
|
1636
|
+
},
|
|
1637
|
+
"default": "0"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "field",
|
|
1641
|
+
"name": "_radius",
|
|
1642
|
+
"type": {
|
|
1643
|
+
"text": "number"
|
|
1644
|
+
},
|
|
1645
|
+
"default": "0"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "field",
|
|
1649
|
+
"name": "_rotateFn",
|
|
1650
|
+
"type": {
|
|
1651
|
+
"text": "string | undefined"
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "field",
|
|
1656
|
+
"name": "_panelCount",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "number"
|
|
1659
|
+
},
|
|
1660
|
+
"default": "0"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"kind": "field",
|
|
1664
|
+
"name": "_panelSize",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "number"
|
|
1667
|
+
},
|
|
1668
|
+
"default": "0"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "field",
|
|
1672
|
+
"name": "_isHorizontal",
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "boolean"
|
|
1675
|
+
},
|
|
1676
|
+
"default": "true"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "field",
|
|
1680
|
+
"name": "_slot",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "HTMLSlotElement"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "field",
|
|
1687
|
+
"name": "_carousel",
|
|
1688
|
+
"type": {
|
|
1689
|
+
"text": "HTMLElement"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "method",
|
|
1694
|
+
"name": "build"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "method",
|
|
1698
|
+
"name": "start"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "method",
|
|
1702
|
+
"name": "stop"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "method",
|
|
1706
|
+
"name": "_onAxisChanged"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "method",
|
|
1710
|
+
"name": "_transform"
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "method",
|
|
1714
|
+
"name": "previous"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"kind": "method",
|
|
1718
|
+
"name": "next"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"events": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "transform",
|
|
1724
|
+
"type": {
|
|
1725
|
+
"text": "CustomEvent"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
],
|
|
1729
|
+
"attributes": [
|
|
1730
|
+
{
|
|
1731
|
+
"name": "axis",
|
|
1732
|
+
"type": {
|
|
1733
|
+
"text": "string"
|
|
1734
|
+
},
|
|
1735
|
+
"default": "'y'",
|
|
1736
|
+
"fieldName": "axis"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "rows",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "number"
|
|
1742
|
+
},
|
|
1743
|
+
"default": "1",
|
|
1744
|
+
"fieldName": "rows"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"name": "columns",
|
|
1748
|
+
"type": {
|
|
1749
|
+
"text": "number"
|
|
1750
|
+
},
|
|
1751
|
+
"default": "1",
|
|
1752
|
+
"fieldName": "columns"
|
|
1753
|
+
}
|
|
1754
|
+
],
|
|
1755
|
+
"superclass": {
|
|
1756
|
+
"name": "LitElement",
|
|
1757
|
+
"package": "lit"
|
|
1758
|
+
},
|
|
1759
|
+
"tagName": "ox-board-player-carousel",
|
|
1760
|
+
"customElement": true
|
|
1761
|
+
}
|
|
1762
|
+
],
|
|
1763
|
+
"exports": [
|
|
1764
|
+
{
|
|
1765
|
+
"kind": "custom-element-definition",
|
|
1766
|
+
"name": "ox-board-player-carousel",
|
|
1767
|
+
"declaration": {
|
|
1768
|
+
"name": "BoardPlayerCarousel",
|
|
1769
|
+
"module": "src/player/ox-board-player-carousel.ts"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "javascript-module",
|
|
1776
|
+
"path": "src/player/ox-board-player-grid.ts",
|
|
1777
|
+
"declarations": [
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "class",
|
|
1780
|
+
"description": "자식 컴포넌트들을 그리드형태로 화면에 배치하여 한꺼번에 디스플레이해주는 컴포넌트.\nExample:\n <ox-board-player-grid rows=\"3\" columns=\"3\" tabindex=\"0\" focus>\n <div page>A</div>\n <div page>B</div>\n <div page>C</div>\n <div page>D</div>\n </ox-board-player-grid>",
|
|
1781
|
+
"name": "BoardPlayerGrid",
|
|
1782
|
+
"members": [
|
|
1783
|
+
{
|
|
1784
|
+
"kind": "field",
|
|
1785
|
+
"name": "rows",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"text": "number"
|
|
1788
|
+
},
|
|
1789
|
+
"default": "1",
|
|
1790
|
+
"attribute": "rows"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "field",
|
|
1794
|
+
"name": "columns",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "number"
|
|
1797
|
+
},
|
|
1798
|
+
"default": "1",
|
|
1799
|
+
"attribute": "columns"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"kind": "field",
|
|
1803
|
+
"name": "_slotObserver",
|
|
1804
|
+
"type": {
|
|
1805
|
+
"text": "MutationObserver | undefined"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "field",
|
|
1810
|
+
"name": "_slot",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "HTMLSlotElement"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "method",
|
|
1817
|
+
"name": "start"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"kind": "method",
|
|
1821
|
+
"name": "stop"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "method",
|
|
1825
|
+
"name": "next"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "method",
|
|
1829
|
+
"name": "previous"
|
|
1830
|
+
}
|
|
1831
|
+
],
|
|
1832
|
+
"attributes": [
|
|
1833
|
+
{
|
|
1834
|
+
"name": "rows",
|
|
1835
|
+
"type": {
|
|
1836
|
+
"text": "number"
|
|
1837
|
+
},
|
|
1838
|
+
"default": "1",
|
|
1839
|
+
"fieldName": "rows"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "columns",
|
|
1843
|
+
"type": {
|
|
1844
|
+
"text": "number"
|
|
1845
|
+
},
|
|
1846
|
+
"default": "1",
|
|
1847
|
+
"fieldName": "columns"
|
|
1848
|
+
}
|
|
1849
|
+
],
|
|
1850
|
+
"superclass": {
|
|
1851
|
+
"name": "LitElement",
|
|
1852
|
+
"package": "lit"
|
|
1853
|
+
},
|
|
1854
|
+
"tagName": "ox-board-player-grid",
|
|
1855
|
+
"customElement": true
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"exports": [
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "custom-element-definition",
|
|
1861
|
+
"name": "ox-board-player-grid",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "BoardPlayerGrid",
|
|
1864
|
+
"module": "src/player/ox-board-player-grid.ts"
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
]
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "javascript-module",
|
|
1871
|
+
"path": "src/player/ox-board-wrapper.ts",
|
|
1872
|
+
"declarations": [
|
|
1873
|
+
{
|
|
1874
|
+
"kind": "class",
|
|
1875
|
+
"description": "",
|
|
1876
|
+
"name": "BoardWrapper",
|
|
1877
|
+
"members": [
|
|
1878
|
+
{
|
|
1879
|
+
"kind": "field",
|
|
1880
|
+
"name": "sceneId",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "string"
|
|
1883
|
+
},
|
|
1884
|
+
"attribute": "sceneId"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "field",
|
|
1888
|
+
"name": "provider",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "any"
|
|
1891
|
+
},
|
|
1892
|
+
"attribute": "provider"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"kind": "field",
|
|
1896
|
+
"name": "_scene",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "any"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "field",
|
|
1903
|
+
"name": "_targetEl",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "HTMLElement"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "method",
|
|
1910
|
+
"name": "_releaseRef"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "method",
|
|
1914
|
+
"name": "_onSceneIdChanged"
|
|
1915
|
+
}
|
|
1916
|
+
],
|
|
1917
|
+
"attributes": [
|
|
1918
|
+
{
|
|
1919
|
+
"name": "sceneId",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "string"
|
|
1922
|
+
},
|
|
1923
|
+
"fieldName": "sceneId"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "provider",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "any"
|
|
1929
|
+
},
|
|
1930
|
+
"fieldName": "provider"
|
|
1931
|
+
}
|
|
1932
|
+
],
|
|
1933
|
+
"superclass": {
|
|
1934
|
+
"name": "LitElement",
|
|
1935
|
+
"package": "lit"
|
|
1936
|
+
},
|
|
1937
|
+
"tagName": "ox-board-wrapper",
|
|
1938
|
+
"customElement": true
|
|
1939
|
+
}
|
|
1940
|
+
],
|
|
1941
|
+
"exports": [
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "custom-element-definition",
|
|
1944
|
+
"name": "ox-board-wrapper",
|
|
1945
|
+
"declaration": {
|
|
1946
|
+
"name": "BoardWrapper",
|
|
1947
|
+
"module": "src/player/ox-board-wrapper.ts"
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"kind": "javascript-module",
|
|
1954
|
+
"path": "src/utils/fullscreen.ts",
|
|
1955
|
+
"declarations": [
|
|
1956
|
+
{
|
|
1957
|
+
"kind": "function",
|
|
1958
|
+
"name": "fullscreen",
|
|
1959
|
+
"parameters": [
|
|
1960
|
+
{
|
|
1961
|
+
"name": "element",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "HTMLElement"
|
|
1964
|
+
},
|
|
1965
|
+
"description": "대상 엘리먼트"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "afterfull",
|
|
1969
|
+
"optional": true,
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "FullscreenCallback"
|
|
1972
|
+
},
|
|
1973
|
+
"description": "풀스크린이 된 이후에 호출되는 콜백함수"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "afterfinish",
|
|
1977
|
+
"optional": true,
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "FullscreenCallback"
|
|
1980
|
+
},
|
|
1981
|
+
"description": "풀스크린이 해제된 이후에 호출되는 콜백함수"
|
|
1982
|
+
}
|
|
1983
|
+
],
|
|
1984
|
+
"description": "엘리먼트를 풀스크린으로 표시되도록 한다."
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"kind": "function",
|
|
1988
|
+
"name": "exitfullscreen"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"kind": "function",
|
|
1992
|
+
"name": "togglefullscreen",
|
|
1993
|
+
"parameters": [
|
|
1994
|
+
{
|
|
1995
|
+
"name": "element",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "HTMLElement"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"name": "afterfull",
|
|
2002
|
+
"optional": true,
|
|
2003
|
+
"type": {
|
|
2004
|
+
"text": "FullscreenCallback"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "afterfinish",
|
|
2009
|
+
"optional": true,
|
|
2010
|
+
"type": {
|
|
2011
|
+
"text": "FullscreenCallback"
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2015
|
+
}
|
|
2016
|
+
],
|
|
2017
|
+
"exports": [
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "js",
|
|
2020
|
+
"name": "fullscreen",
|
|
2021
|
+
"declaration": {
|
|
2022
|
+
"name": "fullscreen",
|
|
2023
|
+
"module": "src/utils/fullscreen.ts"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"kind": "js",
|
|
2028
|
+
"name": "exitfullscreen",
|
|
2029
|
+
"declaration": {
|
|
2030
|
+
"name": "exitfullscreen",
|
|
2031
|
+
"module": "src/utils/fullscreen.ts"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"kind": "js",
|
|
2036
|
+
"name": "togglefullscreen",
|
|
2037
|
+
"declaration": {
|
|
2038
|
+
"name": "togglefullscreen",
|
|
2039
|
+
"module": "src/utils/fullscreen.ts"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
]
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"kind": "javascript-module",
|
|
2046
|
+
"path": "src/utils/os.ts",
|
|
2047
|
+
"declarations": [
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "function",
|
|
2050
|
+
"name": "getOS",
|
|
2051
|
+
"description": "method to get operating system of running browser",
|
|
2052
|
+
"return": {
|
|
2053
|
+
"type": {
|
|
2054
|
+
"text": "string"
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "function",
|
|
2060
|
+
"name": "isMobileDevice",
|
|
2061
|
+
"description": "method to tell if platform of running browser is kind of mobile device",
|
|
2062
|
+
"return": {
|
|
2063
|
+
"type": {
|
|
2064
|
+
"text": "boolean"
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"kind": "function",
|
|
2070
|
+
"name": "isIOS",
|
|
2071
|
+
"description": "method to tell if operating system of running browser is iOS",
|
|
2072
|
+
"return": {
|
|
2073
|
+
"type": {
|
|
2074
|
+
"text": "boolean"
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "function",
|
|
2080
|
+
"name": "isMacOS",
|
|
2081
|
+
"description": "method to tell if operating system of running browser is MacOS",
|
|
2082
|
+
"return": {
|
|
2083
|
+
"type": {
|
|
2084
|
+
"text": "boolean"
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
],
|
|
2089
|
+
"exports": [
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "js",
|
|
2092
|
+
"name": "getOS",
|
|
2093
|
+
"declaration": {
|
|
2094
|
+
"name": "getOS",
|
|
2095
|
+
"module": "src/utils/os.ts"
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "js",
|
|
2100
|
+
"name": "isMobileDevice",
|
|
2101
|
+
"declaration": {
|
|
2102
|
+
"name": "isMobileDevice",
|
|
2103
|
+
"module": "src/utils/os.ts"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "js",
|
|
2108
|
+
"name": "isIOS",
|
|
2109
|
+
"declaration": {
|
|
2110
|
+
"name": "isIOS",
|
|
2111
|
+
"module": "src/utils/os.ts"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "js",
|
|
2116
|
+
"name": "isMacOS",
|
|
2117
|
+
"declaration": {
|
|
2118
|
+
"name": "isMacOS",
|
|
2119
|
+
"module": "src/utils/os.ts"
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"kind": "javascript-module",
|
|
2126
|
+
"path": "src/utils/swipe-listener.ts",
|
|
2127
|
+
"declarations": [
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "function",
|
|
2130
|
+
"name": "SwipeListener",
|
|
2131
|
+
"parameters": [
|
|
2132
|
+
{
|
|
2133
|
+
"name": "element",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "DOMElement"
|
|
2136
|
+
},
|
|
2137
|
+
"description": "Element on which to listen for swipe gestures."
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"name": "options",
|
|
2141
|
+
"optional": true,
|
|
2142
|
+
"type": {
|
|
2143
|
+
"text": "Object"
|
|
2144
|
+
},
|
|
2145
|
+
"description": "Optional: Options."
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"description": "Starts monitoring swipes on the given element and\nemits `swipe` event when a swipe gesture is performed.",
|
|
2149
|
+
"return": {
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": "Object"
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
],
|
|
2156
|
+
"exports": [
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "js",
|
|
2159
|
+
"name": "SwipeListener",
|
|
2160
|
+
"declaration": {
|
|
2161
|
+
"name": "SwipeListener",
|
|
2162
|
+
"module": "src/utils/swipe-listener.ts"
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "javascript-module",
|
|
2169
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2170
|
+
"declarations": [
|
|
2171
|
+
{
|
|
2172
|
+
"kind": "variable",
|
|
2173
|
+
"name": "style",
|
|
2174
|
+
"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: url('/assets/images/icon-htoolbar.png') 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: url('/assets/images/icon-fullscreen.png') 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: url('/assets/images/icon-collapse.png') 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: url(/assets/images/icon-collapse-active.png) 80% 10px no-repeat;\n }\n`"
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"exports": [
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "js",
|
|
2180
|
+
"name": "style",
|
|
2181
|
+
"declaration": {
|
|
2182
|
+
"name": "style",
|
|
2183
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "javascript-module",
|
|
2190
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2191
|
+
"declarations": [
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "class",
|
|
2194
|
+
"description": "",
|
|
2195
|
+
"name": "EditToolbar",
|
|
2196
|
+
"members": [
|
|
2197
|
+
{
|
|
2198
|
+
"kind": "field",
|
|
2199
|
+
"name": "scene",
|
|
2200
|
+
"type": {
|
|
2201
|
+
"text": "Scene | undefined"
|
|
2202
|
+
},
|
|
2203
|
+
"attribute": "scene"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"kind": "field",
|
|
2207
|
+
"name": "selected",
|
|
2208
|
+
"type": {
|
|
2209
|
+
"text": "any[]"
|
|
2210
|
+
},
|
|
2211
|
+
"default": "[]",
|
|
2212
|
+
"attribute": "selected"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"kind": "field",
|
|
2216
|
+
"name": "hideProperty",
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "boolean"
|
|
2219
|
+
},
|
|
2220
|
+
"default": "false",
|
|
2221
|
+
"attribute": "hideProperty"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"kind": "field",
|
|
2225
|
+
"name": "cliped",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "string | undefined"
|
|
2228
|
+
},
|
|
2229
|
+
"privacy": "private"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "field",
|
|
2233
|
+
"name": "redo",
|
|
2234
|
+
"type": {
|
|
2235
|
+
"text": "HTMLElement"
|
|
2236
|
+
},
|
|
2237
|
+
"privacy": "private"
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "field",
|
|
2241
|
+
"name": "undo",
|
|
2242
|
+
"type": {
|
|
2243
|
+
"text": "HTMLElement"
|
|
2244
|
+
},
|
|
2245
|
+
"privacy": "private"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"kind": "field",
|
|
2249
|
+
"name": "fullscreen",
|
|
2250
|
+
"type": {
|
|
2251
|
+
"text": "HTMLElement"
|
|
2252
|
+
},
|
|
2253
|
+
"privacy": "private"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"kind": "field",
|
|
2257
|
+
"name": "cut",
|
|
2258
|
+
"type": {
|
|
2259
|
+
"text": "HTMLElement"
|
|
2260
|
+
},
|
|
2261
|
+
"privacy": "private"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "field",
|
|
2265
|
+
"name": "copy",
|
|
2266
|
+
"type": {
|
|
2267
|
+
"text": "HTMLElement"
|
|
2268
|
+
},
|
|
2269
|
+
"privacy": "private"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "field",
|
|
2273
|
+
"name": "paste",
|
|
2274
|
+
"type": {
|
|
2275
|
+
"text": "HTMLElement"
|
|
2276
|
+
},
|
|
2277
|
+
"privacy": "private"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "field",
|
|
2281
|
+
"name": "delete",
|
|
2282
|
+
"type": {
|
|
2283
|
+
"text": "HTMLElement"
|
|
2284
|
+
},
|
|
2285
|
+
"privacy": "private"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"kind": "field",
|
|
2289
|
+
"name": "forward",
|
|
2290
|
+
"type": {
|
|
2291
|
+
"text": "HTMLElement"
|
|
2292
|
+
},
|
|
2293
|
+
"privacy": "private"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"kind": "field",
|
|
2297
|
+
"name": "backward",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "HTMLElement"
|
|
2300
|
+
},
|
|
2301
|
+
"privacy": "private"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "field",
|
|
2305
|
+
"name": "front",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "HTMLElement"
|
|
2308
|
+
},
|
|
2309
|
+
"privacy": "private"
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"kind": "field",
|
|
2313
|
+
"name": "back",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "HTMLElement"
|
|
2316
|
+
},
|
|
2317
|
+
"privacy": "private"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"kind": "field",
|
|
2321
|
+
"name": "aligners",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2324
|
+
},
|
|
2325
|
+
"privacy": "private"
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "field",
|
|
2329
|
+
"name": "zorders",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2332
|
+
},
|
|
2333
|
+
"privacy": "private"
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "field",
|
|
2337
|
+
"name": "distributes",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2340
|
+
},
|
|
2341
|
+
"privacy": "private"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "method",
|
|
2345
|
+
"name": "onWheelEvent",
|
|
2346
|
+
"parameters": [
|
|
2347
|
+
{
|
|
2348
|
+
"name": "e",
|
|
2349
|
+
"type": {
|
|
2350
|
+
"text": "Event"
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
2353
|
+
]
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"kind": "method",
|
|
2357
|
+
"name": "getSymbol",
|
|
2358
|
+
"parameters": [
|
|
2359
|
+
{
|
|
2360
|
+
"name": "key",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "string"
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
]
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "method",
|
|
2369
|
+
"name": "getShortcutString",
|
|
2370
|
+
"privacy": "private",
|
|
2371
|
+
"parameters": [
|
|
2372
|
+
{
|
|
2373
|
+
"name": "keys",
|
|
2374
|
+
"type": {
|
|
2375
|
+
"text": "string[]"
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "method",
|
|
2382
|
+
"name": "onShortcut",
|
|
2383
|
+
"parameters": [
|
|
2384
|
+
{
|
|
2385
|
+
"name": "e",
|
|
2386
|
+
"type": {
|
|
2387
|
+
"text": "KeyboardEvent"
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
]
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "method",
|
|
2394
|
+
"name": "onExecute",
|
|
2395
|
+
"parameters": [
|
|
2396
|
+
{
|
|
2397
|
+
"name": "command",
|
|
2398
|
+
"type": {
|
|
2399
|
+
"text": "string"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
1346
2403
|
"name": "undoable",
|
|
1347
2404
|
"type": {
|
|
1348
2405
|
"text": "boolean"
|
|
@@ -1508,290 +2565,82 @@
|
|
|
1508
2565
|
},
|
|
1509
2566
|
{
|
|
1510
2567
|
"kind": "method",
|
|
1511
|
-
"name": "onTapSymmetryX"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "method",
|
|
1515
|
-
"name": "onTapSymmetryY"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "method",
|
|
1519
|
-
"name": "onTapRotateCW"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"kind": "method",
|
|
1523
|
-
"name": "onTapRotateCCW"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "method",
|
|
1527
|
-
"name": "onTapGroup"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "method",
|
|
1531
|
-
"name": "onTapUngroup"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "method",
|
|
1535
|
-
"name": "onTapFullscreen"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"kind": "method",
|
|
1539
|
-
"name": "onTapToggle"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "method",
|
|
1543
|
-
"name": "onTapFitScene"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "method",
|
|
1547
|
-
"name": "onTapPreview"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "method",
|
|
1551
|
-
"name": "onTapDownloadModel"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "method",
|
|
1555
|
-
"name": "onTapDistribute",
|
|
1556
|
-
"parameters": [
|
|
1557
|
-
{
|
|
1558
|
-
"name": "e",
|
|
1559
|
-
"type": {
|
|
1560
|
-
"text": "TouchEvent | string"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
]
|
|
1564
|
-
}
|
|
1565
|
-
],
|
|
1566
|
-
"events": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "modeller-fullscreen",
|
|
1569
|
-
"type": {
|
|
1570
|
-
"text": "CustomEvent"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"name": "hide-property-changed",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "CustomEvent"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "open-preview",
|
|
1581
|
-
"type": {
|
|
1582
|
-
"text": "CustomEvent"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"name": "download-model",
|
|
1587
|
-
"type": {
|
|
1588
|
-
"text": "CustomEvent"
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"attributes": [
|
|
1593
|
-
{
|
|
1594
|
-
"name": "scene",
|
|
1595
|
-
"type": {
|
|
1596
|
-
"text": "Scene | undefined"
|
|
1597
|
-
},
|
|
1598
|
-
"fieldName": "scene"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"name": "selected",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "any[]"
|
|
1604
|
-
},
|
|
1605
|
-
"default": "[]",
|
|
1606
|
-
"fieldName": "selected"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"name": "hideProperty",
|
|
1610
|
-
"type": {
|
|
1611
|
-
"text": "boolean"
|
|
1612
|
-
},
|
|
1613
|
-
"default": "false",
|
|
1614
|
-
"fieldName": "hideProperty"
|
|
1615
|
-
}
|
|
1616
|
-
],
|
|
1617
|
-
"superclass": {
|
|
1618
|
-
"name": "LitElement",
|
|
1619
|
-
"package": "lit"
|
|
1620
|
-
},
|
|
1621
|
-
"tagName": "edit-toolbar",
|
|
1622
|
-
"customElement": true
|
|
1623
|
-
}
|
|
1624
|
-
],
|
|
1625
|
-
"exports": [
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "js",
|
|
1628
|
-
"name": "EditToolbar",
|
|
1629
|
-
"declaration": {
|
|
1630
|
-
"name": "EditToolbar",
|
|
1631
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "custom-element-definition",
|
|
1636
|
-
"name": "edit-toolbar",
|
|
1637
|
-
"declaration": {
|
|
1638
|
-
"name": "EditToolbar",
|
|
1639
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
]
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "javascript-module",
|
|
1646
|
-
"path": "src/player/ox-board-player-carousel.ts",
|
|
1647
|
-
"declarations": [
|
|
1648
|
-
{
|
|
1649
|
-
"kind": "class",
|
|
1650
|
-
"description": "",
|
|
1651
|
-
"name": "BoardPlayerCarousel",
|
|
1652
|
-
"members": [
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "field",
|
|
1655
|
-
"name": "axis",
|
|
1656
|
-
"type": {
|
|
1657
|
-
"text": "string"
|
|
1658
|
-
},
|
|
1659
|
-
"default": "'y'",
|
|
1660
|
-
"attribute": "axis"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "field",
|
|
1664
|
-
"name": "rows",
|
|
1665
|
-
"type": {
|
|
1666
|
-
"text": "number"
|
|
1667
|
-
},
|
|
1668
|
-
"default": "1",
|
|
1669
|
-
"attribute": "rows"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"kind": "field",
|
|
1673
|
-
"name": "columns",
|
|
1674
|
-
"type": {
|
|
1675
|
-
"text": "number"
|
|
1676
|
-
},
|
|
1677
|
-
"default": "1",
|
|
1678
|
-
"attribute": "columns"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"kind": "field",
|
|
1682
|
-
"name": "_slotObserver",
|
|
1683
|
-
"type": {
|
|
1684
|
-
"text": "MutationObserver | undefined"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "field",
|
|
1689
|
-
"name": "_boundResize",
|
|
1690
|
-
"type": {
|
|
1691
|
-
"text": "() => void | undefined"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "field",
|
|
1696
|
-
"name": "_rotation",
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "number"
|
|
1699
|
-
},
|
|
1700
|
-
"default": "0"
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "field",
|
|
1704
|
-
"name": "_theta",
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "number"
|
|
1707
|
-
},
|
|
1708
|
-
"default": "0"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "field",
|
|
1712
|
-
"name": "_radius",
|
|
1713
|
-
"type": {
|
|
1714
|
-
"text": "number"
|
|
1715
|
-
},
|
|
1716
|
-
"default": "0"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"kind": "field",
|
|
1720
|
-
"name": "_rotateFn",
|
|
1721
|
-
"type": {
|
|
1722
|
-
"text": "string | undefined"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "_panelCount",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "number"
|
|
1730
|
-
},
|
|
1731
|
-
"default": "0"
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"kind": "field",
|
|
1735
|
-
"name": "_panelSize",
|
|
1736
|
-
"type": {
|
|
1737
|
-
"text": "number"
|
|
1738
|
-
},
|
|
1739
|
-
"default": "0"
|
|
2568
|
+
"name": "onTapSymmetryX"
|
|
1740
2569
|
},
|
|
1741
2570
|
{
|
|
1742
|
-
"kind": "
|
|
1743
|
-
"name": "
|
|
1744
|
-
"type": {
|
|
1745
|
-
"text": "boolean"
|
|
1746
|
-
},
|
|
1747
|
-
"default": "true"
|
|
2571
|
+
"kind": "method",
|
|
2572
|
+
"name": "onTapSymmetryY"
|
|
1748
2573
|
},
|
|
1749
2574
|
{
|
|
1750
|
-
"kind": "
|
|
1751
|
-
"name": "
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "HTMLSlotElement"
|
|
1754
|
-
}
|
|
2575
|
+
"kind": "method",
|
|
2576
|
+
"name": "onTapRotateCW"
|
|
1755
2577
|
},
|
|
1756
2578
|
{
|
|
1757
|
-
"kind": "
|
|
1758
|
-
"name": "
|
|
1759
|
-
"type": {
|
|
1760
|
-
"text": "HTMLElement"
|
|
1761
|
-
}
|
|
2579
|
+
"kind": "method",
|
|
2580
|
+
"name": "onTapRotateCCW"
|
|
1762
2581
|
},
|
|
1763
2582
|
{
|
|
1764
2583
|
"kind": "method",
|
|
1765
|
-
"name": "
|
|
2584
|
+
"name": "onTapGroup"
|
|
1766
2585
|
},
|
|
1767
2586
|
{
|
|
1768
2587
|
"kind": "method",
|
|
1769
|
-
"name": "
|
|
2588
|
+
"name": "onTapUngroup"
|
|
1770
2589
|
},
|
|
1771
2590
|
{
|
|
1772
2591
|
"kind": "method",
|
|
1773
|
-
"name": "
|
|
2592
|
+
"name": "onTapFullscreen"
|
|
1774
2593
|
},
|
|
1775
2594
|
{
|
|
1776
2595
|
"kind": "method",
|
|
1777
|
-
"name": "
|
|
2596
|
+
"name": "onTapToggle"
|
|
1778
2597
|
},
|
|
1779
2598
|
{
|
|
1780
2599
|
"kind": "method",
|
|
1781
|
-
"name": "
|
|
2600
|
+
"name": "onTapFitScene"
|
|
1782
2601
|
},
|
|
1783
2602
|
{
|
|
1784
2603
|
"kind": "method",
|
|
1785
|
-
"name": "
|
|
2604
|
+
"name": "onTapPreview"
|
|
1786
2605
|
},
|
|
1787
2606
|
{
|
|
1788
2607
|
"kind": "method",
|
|
1789
|
-
"name": "
|
|
2608
|
+
"name": "onTapDownloadModel"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "onTapDistribute",
|
|
2613
|
+
"parameters": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "e",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "TouchEvent | string"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
]
|
|
1790
2621
|
}
|
|
1791
2622
|
],
|
|
1792
2623
|
"events": [
|
|
1793
2624
|
{
|
|
1794
|
-
"name": "
|
|
2625
|
+
"name": "modeller-fullscreen",
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "CustomEvent"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"name": "hide-property-changed",
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": "CustomEvent"
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"name": "open-preview",
|
|
2638
|
+
"type": {
|
|
2639
|
+
"text": "CustomEvent"
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"name": "download-model",
|
|
1795
2644
|
"type": {
|
|
1796
2645
|
"text": "CustomEvent"
|
|
1797
2646
|
}
|
|
@@ -1799,438 +2648,382 @@
|
|
|
1799
2648
|
],
|
|
1800
2649
|
"attributes": [
|
|
1801
2650
|
{
|
|
1802
|
-
"name": "
|
|
2651
|
+
"name": "scene",
|
|
1803
2652
|
"type": {
|
|
1804
|
-
"text": "
|
|
2653
|
+
"text": "Scene | undefined"
|
|
1805
2654
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"fieldName": "axis"
|
|
2655
|
+
"fieldName": "scene"
|
|
1808
2656
|
},
|
|
1809
2657
|
{
|
|
1810
|
-
"name": "
|
|
2658
|
+
"name": "selected",
|
|
1811
2659
|
"type": {
|
|
1812
|
-
"text": "
|
|
2660
|
+
"text": "any[]"
|
|
1813
2661
|
},
|
|
1814
|
-
"default": "
|
|
1815
|
-
"fieldName": "
|
|
2662
|
+
"default": "[]",
|
|
2663
|
+
"fieldName": "selected"
|
|
1816
2664
|
},
|
|
1817
2665
|
{
|
|
1818
|
-
"name": "
|
|
2666
|
+
"name": "hideProperty",
|
|
1819
2667
|
"type": {
|
|
1820
|
-
"text": "
|
|
2668
|
+
"text": "boolean"
|
|
1821
2669
|
},
|
|
1822
|
-
"default": "
|
|
1823
|
-
"fieldName": "
|
|
2670
|
+
"default": "false",
|
|
2671
|
+
"fieldName": "hideProperty"
|
|
1824
2672
|
}
|
|
1825
2673
|
],
|
|
1826
2674
|
"superclass": {
|
|
1827
2675
|
"name": "LitElement",
|
|
1828
2676
|
"package": "lit"
|
|
1829
2677
|
},
|
|
1830
|
-
"tagName": "
|
|
2678
|
+
"tagName": "edit-toolbar",
|
|
1831
2679
|
"customElement": true
|
|
1832
2680
|
}
|
|
1833
2681
|
],
|
|
1834
2682
|
"exports": [
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "js",
|
|
2685
|
+
"name": "EditToolbar",
|
|
2686
|
+
"declaration": {
|
|
2687
|
+
"name": "EditToolbar",
|
|
2688
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
1835
2691
|
{
|
|
1836
2692
|
"kind": "custom-element-definition",
|
|
1837
|
-
"name": "
|
|
2693
|
+
"name": "edit-toolbar",
|
|
1838
2694
|
"declaration": {
|
|
1839
|
-
"name": "
|
|
1840
|
-
"module": "src/
|
|
2695
|
+
"name": "EditToolbar",
|
|
2696
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
1841
2697
|
}
|
|
1842
2698
|
}
|
|
1843
2699
|
]
|
|
1844
2700
|
},
|
|
1845
2701
|
{
|
|
1846
2702
|
"kind": "javascript-module",
|
|
1847
|
-
"path": "src/
|
|
2703
|
+
"path": "src/modeller/component-toolbar/component-detail.ts",
|
|
1848
2704
|
"declarations": [
|
|
1849
2705
|
{
|
|
1850
2706
|
"kind": "class",
|
|
1851
|
-
"description": "
|
|
1852
|
-
"name": "
|
|
2707
|
+
"description": "",
|
|
2708
|
+
"name": "ComponentDetail",
|
|
1853
2709
|
"members": [
|
|
1854
2710
|
{
|
|
1855
2711
|
"kind": "field",
|
|
1856
|
-
"name": "
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "number"
|
|
1859
|
-
},
|
|
1860
|
-
"default": "1",
|
|
1861
|
-
"attribute": "rows"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "field",
|
|
1865
|
-
"name": "columns",
|
|
2712
|
+
"name": "template",
|
|
1866
2713
|
"type": {
|
|
1867
|
-
"text": "
|
|
2714
|
+
"text": "{ about: string } | null"
|
|
1868
2715
|
},
|
|
1869
|
-
"default": "
|
|
1870
|
-
"attribute": "
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"kind": "field",
|
|
1874
|
-
"name": "_slotObserver",
|
|
1875
|
-
"type": {
|
|
1876
|
-
"text": "MutationObserver | undefined"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "field",
|
|
1881
|
-
"name": "_slot",
|
|
1882
|
-
"type": {
|
|
1883
|
-
"text": "HTMLSlotElement"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "method",
|
|
1888
|
-
"name": "start"
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "method",
|
|
1892
|
-
"name": "stop"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"kind": "method",
|
|
1896
|
-
"name": "next"
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "method",
|
|
1900
|
-
"name": "previous"
|
|
2716
|
+
"default": "null",
|
|
2717
|
+
"attribute": "template"
|
|
1901
2718
|
}
|
|
1902
2719
|
],
|
|
1903
2720
|
"attributes": [
|
|
1904
2721
|
{
|
|
1905
|
-
"name": "
|
|
1906
|
-
"type": {
|
|
1907
|
-
"text": "number"
|
|
1908
|
-
},
|
|
1909
|
-
"default": "1",
|
|
1910
|
-
"fieldName": "rows"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "columns",
|
|
2722
|
+
"name": "template",
|
|
1914
2723
|
"type": {
|
|
1915
|
-
"text": "
|
|
2724
|
+
"text": "{ about: string } | null"
|
|
1916
2725
|
},
|
|
1917
|
-
"default": "
|
|
1918
|
-
"fieldName": "
|
|
2726
|
+
"default": "null",
|
|
2727
|
+
"fieldName": "template"
|
|
1919
2728
|
}
|
|
1920
2729
|
],
|
|
1921
2730
|
"superclass": {
|
|
1922
2731
|
"name": "LitElement",
|
|
1923
2732
|
"package": "lit"
|
|
1924
2733
|
},
|
|
1925
|
-
"tagName": "
|
|
2734
|
+
"tagName": "component-detail",
|
|
1926
2735
|
"customElement": true
|
|
1927
2736
|
}
|
|
1928
2737
|
],
|
|
1929
2738
|
"exports": [
|
|
1930
2739
|
{
|
|
1931
2740
|
"kind": "custom-element-definition",
|
|
1932
|
-
"name": "
|
|
2741
|
+
"name": "component-detail",
|
|
1933
2742
|
"declaration": {
|
|
1934
|
-
"name": "
|
|
1935
|
-
"module": "src/
|
|
2743
|
+
"name": "ComponentDetail",
|
|
2744
|
+
"module": "src/modeller/component-toolbar/component-detail.ts"
|
|
1936
2745
|
}
|
|
1937
2746
|
}
|
|
1938
2747
|
]
|
|
1939
2748
|
},
|
|
1940
2749
|
{
|
|
1941
2750
|
"kind": "javascript-module",
|
|
1942
|
-
"path": "src/
|
|
2751
|
+
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
1943
2752
|
"declarations": [
|
|
1944
2753
|
{
|
|
1945
2754
|
"kind": "class",
|
|
1946
2755
|
"description": "",
|
|
1947
|
-
"name": "
|
|
2756
|
+
"name": "ComponentMenu",
|
|
1948
2757
|
"members": [
|
|
1949
2758
|
{
|
|
1950
2759
|
"kind": "field",
|
|
1951
|
-
"name": "
|
|
2760
|
+
"name": "groups",
|
|
1952
2761
|
"type": {
|
|
1953
|
-
"text": "
|
|
2762
|
+
"text": "Pallet[]"
|
|
1954
2763
|
},
|
|
1955
|
-
"
|
|
2764
|
+
"default": "[]",
|
|
2765
|
+
"attribute": "groups"
|
|
1956
2766
|
},
|
|
1957
2767
|
{
|
|
1958
2768
|
"kind": "field",
|
|
1959
|
-
"name": "
|
|
2769
|
+
"name": "scene",
|
|
1960
2770
|
"type": {
|
|
1961
|
-
"text": "
|
|
2771
|
+
"text": "Scene | null"
|
|
1962
2772
|
},
|
|
1963
|
-
"
|
|
2773
|
+
"default": "null",
|
|
2774
|
+
"attribute": "scene"
|
|
1964
2775
|
},
|
|
1965
2776
|
{
|
|
1966
2777
|
"kind": "field",
|
|
1967
|
-
"name": "
|
|
2778
|
+
"name": "group",
|
|
1968
2779
|
"type": {
|
|
1969
|
-
"text": "
|
|
2780
|
+
"text": "string | null"
|
|
2781
|
+
},
|
|
2782
|
+
"default": "''",
|
|
2783
|
+
"attribute": "group"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "field",
|
|
2787
|
+
"name": "templates",
|
|
2788
|
+
"type": {
|
|
2789
|
+
"text": "PalletItem[]"
|
|
2790
|
+
},
|
|
2791
|
+
"default": "[]"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "field",
|
|
2795
|
+
"name": "template",
|
|
2796
|
+
"type": {
|
|
2797
|
+
"text": "PalletItem | any"
|
|
1970
2798
|
}
|
|
1971
2799
|
},
|
|
1972
2800
|
{
|
|
1973
2801
|
"kind": "field",
|
|
1974
|
-
"name": "
|
|
2802
|
+
"name": "detail",
|
|
1975
2803
|
"type": {
|
|
1976
2804
|
"text": "HTMLElement"
|
|
1977
2805
|
}
|
|
1978
2806
|
},
|
|
1979
2807
|
{
|
|
1980
2808
|
"kind": "method",
|
|
1981
|
-
"name": "
|
|
2809
|
+
"name": "findTemplate",
|
|
2810
|
+
"parameters": [
|
|
2811
|
+
{
|
|
2812
|
+
"name": "type",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "string | null | undefined"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
]
|
|
1982
2818
|
},
|
|
1983
2819
|
{
|
|
1984
2820
|
"kind": "method",
|
|
1985
|
-
"name": "
|
|
2821
|
+
"name": "onHoverComponent",
|
|
2822
|
+
"parameters": [
|
|
2823
|
+
{
|
|
2824
|
+
"name": "e",
|
|
2825
|
+
"type": {
|
|
2826
|
+
"text": "MouseEvent"
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
]
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "method",
|
|
2833
|
+
"name": "onClickTemplate",
|
|
2834
|
+
"parameters": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "e",
|
|
2837
|
+
"type": {
|
|
2838
|
+
"text": "MouseEvent"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"kind": "method",
|
|
2845
|
+
"name": "templateIcon",
|
|
2846
|
+
"parameters": [
|
|
2847
|
+
{
|
|
2848
|
+
"name": "template",
|
|
2849
|
+
"type": {
|
|
2850
|
+
"text": "PalletItem"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
1986
2854
|
}
|
|
1987
2855
|
],
|
|
1988
2856
|
"attributes": [
|
|
1989
2857
|
{
|
|
1990
|
-
"name": "
|
|
2858
|
+
"name": "groups",
|
|
2859
|
+
"type": {
|
|
2860
|
+
"text": "Pallet[]"
|
|
2861
|
+
},
|
|
2862
|
+
"default": "[]",
|
|
2863
|
+
"fieldName": "groups"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "scene",
|
|
1991
2867
|
"type": {
|
|
1992
|
-
"text": "
|
|
2868
|
+
"text": "Scene | null"
|
|
1993
2869
|
},
|
|
1994
|
-
"
|
|
2870
|
+
"default": "null",
|
|
2871
|
+
"fieldName": "scene"
|
|
1995
2872
|
},
|
|
1996
2873
|
{
|
|
1997
|
-
"name": "
|
|
2874
|
+
"name": "group",
|
|
1998
2875
|
"type": {
|
|
1999
|
-
"text": "
|
|
2876
|
+
"text": "string | null"
|
|
2000
2877
|
},
|
|
2001
|
-
"
|
|
2878
|
+
"default": "''",
|
|
2879
|
+
"fieldName": "group"
|
|
2002
2880
|
}
|
|
2003
2881
|
],
|
|
2004
2882
|
"superclass": {
|
|
2005
2883
|
"name": "LitElement",
|
|
2006
2884
|
"package": "lit"
|
|
2007
2885
|
},
|
|
2008
|
-
"tagName": "
|
|
2886
|
+
"tagName": "component-menu",
|
|
2009
2887
|
"customElement": true
|
|
2010
2888
|
}
|
|
2011
2889
|
],
|
|
2012
2890
|
"exports": [
|
|
2013
2891
|
{
|
|
2014
2892
|
"kind": "custom-element-definition",
|
|
2015
|
-
"name": "
|
|
2893
|
+
"name": "component-menu",
|
|
2016
2894
|
"declaration": {
|
|
2017
|
-
"name": "
|
|
2018
|
-
"module": "src/
|
|
2895
|
+
"name": "ComponentMenu",
|
|
2896
|
+
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
2019
2897
|
}
|
|
2020
2898
|
}
|
|
2021
2899
|
]
|
|
2022
2900
|
},
|
|
2023
2901
|
{
|
|
2024
2902
|
"kind": "javascript-module",
|
|
2025
|
-
"path": "src/
|
|
2903
|
+
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
2026
2904
|
"declarations": [
|
|
2027
2905
|
{
|
|
2028
|
-
"kind": "
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2906
|
+
"kind": "class",
|
|
2907
|
+
"description": "",
|
|
2908
|
+
"name": "ComponentToolbar",
|
|
2909
|
+
"members": [
|
|
2031
2910
|
{
|
|
2032
|
-
"
|
|
2911
|
+
"kind": "field",
|
|
2912
|
+
"name": "componentGroupList",
|
|
2033
2913
|
"type": {
|
|
2034
|
-
"text": "
|
|
2914
|
+
"text": "Group[]"
|
|
2035
2915
|
},
|
|
2036
|
-
"
|
|
2916
|
+
"default": "[]",
|
|
2917
|
+
"attribute": "componentGroupList"
|
|
2037
2918
|
},
|
|
2038
2919
|
{
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2920
|
+
"kind": "field",
|
|
2921
|
+
"name": "group",
|
|
2041
2922
|
"type": {
|
|
2042
|
-
"text": "
|
|
2923
|
+
"text": "string | null | undefined"
|
|
2043
2924
|
},
|
|
2044
|
-
"
|
|
2925
|
+
"attribute": "group"
|
|
2045
2926
|
},
|
|
2046
2927
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2928
|
+
"kind": "field",
|
|
2929
|
+
"name": "scene",
|
|
2049
2930
|
"type": {
|
|
2050
|
-
"text": "
|
|
2931
|
+
"text": "Scene"
|
|
2051
2932
|
},
|
|
2052
|
-
"
|
|
2053
|
-
}
|
|
2054
|
-
],
|
|
2055
|
-
"description": "엘리먼트를 풀스크린으로 표시되도록 한다."
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"kind": "function",
|
|
2059
|
-
"name": "exitfullscreen"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "function",
|
|
2063
|
-
"name": "togglefullscreen",
|
|
2064
|
-
"parameters": [
|
|
2933
|
+
"attribute": "scene"
|
|
2934
|
+
},
|
|
2065
2935
|
{
|
|
2066
|
-
"
|
|
2936
|
+
"kind": "field",
|
|
2937
|
+
"name": "mode",
|
|
2938
|
+
"type": {
|
|
2939
|
+
"text": "SCENE_MODE"
|
|
2940
|
+
},
|
|
2941
|
+
"attribute": "mode"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"kind": "field",
|
|
2945
|
+
"name": "menu",
|
|
2067
2946
|
"type": {
|
|
2068
2947
|
"text": "HTMLElement"
|
|
2069
|
-
}
|
|
2948
|
+
},
|
|
2949
|
+
"privacy": "private"
|
|
2070
2950
|
},
|
|
2071
2951
|
{
|
|
2072
|
-
"
|
|
2073
|
-
"
|
|
2952
|
+
"kind": "field",
|
|
2953
|
+
"name": "groups",
|
|
2074
2954
|
"type": {
|
|
2075
|
-
"text": "
|
|
2076
|
-
}
|
|
2955
|
+
"text": "NodeListOf<HTMLElement>"
|
|
2956
|
+
},
|
|
2957
|
+
"privacy": "private"
|
|
2077
2958
|
},
|
|
2078
2959
|
{
|
|
2079
|
-
"
|
|
2080
|
-
"
|
|
2960
|
+
"kind": "field",
|
|
2961
|
+
"name": "icons",
|
|
2081
2962
|
"type": {
|
|
2082
|
-
"text": "
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
"kind": "js",
|
|
2099
|
-
"name": "exitfullscreen",
|
|
2100
|
-
"declaration": {
|
|
2101
|
-
"name": "exitfullscreen",
|
|
2102
|
-
"module": "src/utils/fullscreen.ts"
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"kind": "js",
|
|
2107
|
-
"name": "togglefullscreen",
|
|
2108
|
-
"declaration": {
|
|
2109
|
-
"name": "togglefullscreen",
|
|
2110
|
-
"module": "src/utils/fullscreen.ts"
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
]
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"kind": "javascript-module",
|
|
2117
|
-
"path": "src/utils/os.ts",
|
|
2118
|
-
"declarations": [
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "function",
|
|
2121
|
-
"name": "getOS",
|
|
2122
|
-
"description": "method to get operating system of running browser",
|
|
2123
|
-
"return": {
|
|
2124
|
-
"type": {
|
|
2125
|
-
"text": "string"
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "function",
|
|
2131
|
-
"name": "isMobileDevice",
|
|
2132
|
-
"description": "method to tell if platform of running browser is kind of mobile device",
|
|
2133
|
-
"return": {
|
|
2134
|
-
"type": {
|
|
2135
|
-
"text": "boolean"
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "function",
|
|
2141
|
-
"name": "isIOS",
|
|
2142
|
-
"description": "method to tell if operating system of running browser is iOS",
|
|
2143
|
-
"return": {
|
|
2144
|
-
"type": {
|
|
2145
|
-
"text": "boolean"
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "function",
|
|
2151
|
-
"name": "isMacOS",
|
|
2152
|
-
"description": "method to tell if operating system of running browser is MacOS",
|
|
2153
|
-
"return": {
|
|
2154
|
-
"type": {
|
|
2155
|
-
"text": "boolean"
|
|
2963
|
+
"text": "{ [name: string]: string }"
|
|
2964
|
+
},
|
|
2965
|
+
"privacy": "private",
|
|
2966
|
+
"default": "{}"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"kind": "method",
|
|
2970
|
+
"name": "_onClickGroup",
|
|
2971
|
+
"parameters": [
|
|
2972
|
+
{
|
|
2973
|
+
"name": "e",
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "MouseEvent"
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
]
|
|
2156
2979
|
}
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
],
|
|
2160
|
-
"exports": [
|
|
2161
|
-
{
|
|
2162
|
-
"kind": "js",
|
|
2163
|
-
"name": "getOS",
|
|
2164
|
-
"declaration": {
|
|
2165
|
-
"name": "getOS",
|
|
2166
|
-
"module": "src/utils/os.ts"
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "js",
|
|
2171
|
-
"name": "isMobileDevice",
|
|
2172
|
-
"declaration": {
|
|
2173
|
-
"name": "isMobileDevice",
|
|
2174
|
-
"module": "src/utils/os.ts"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"kind": "js",
|
|
2179
|
-
"name": "isIOS",
|
|
2180
|
-
"declaration": {
|
|
2181
|
-
"name": "isIOS",
|
|
2182
|
-
"module": "src/utils/os.ts"
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"kind": "js",
|
|
2187
|
-
"name": "isMacOS",
|
|
2188
|
-
"declaration": {
|
|
2189
|
-
"name": "isMacOS",
|
|
2190
|
-
"module": "src/utils/os.ts"
|
|
2191
|
-
}
|
|
2192
|
-
}
|
|
2193
|
-
]
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
"kind": "javascript-module",
|
|
2197
|
-
"path": "src/utils/swipe-listener.ts",
|
|
2198
|
-
"declarations": [
|
|
2199
|
-
{
|
|
2200
|
-
"kind": "function",
|
|
2201
|
-
"name": "SwipeListener",
|
|
2202
|
-
"parameters": [
|
|
2980
|
+
],
|
|
2981
|
+
"attributes": [
|
|
2203
2982
|
{
|
|
2204
|
-
"name": "
|
|
2983
|
+
"name": "componentGroupList",
|
|
2205
2984
|
"type": {
|
|
2206
|
-
"text": "
|
|
2985
|
+
"text": "Group[]"
|
|
2207
2986
|
},
|
|
2208
|
-
"
|
|
2987
|
+
"default": "[]",
|
|
2988
|
+
"fieldName": "componentGroupList"
|
|
2209
2989
|
},
|
|
2210
2990
|
{
|
|
2211
|
-
"name": "
|
|
2212
|
-
"optional": true,
|
|
2991
|
+
"name": "group",
|
|
2213
2992
|
"type": {
|
|
2214
|
-
"text": "
|
|
2993
|
+
"text": "string | null | undefined"
|
|
2994
|
+
},
|
|
2995
|
+
"fieldName": "group"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "scene",
|
|
2999
|
+
"type": {
|
|
3000
|
+
"text": "Scene"
|
|
3001
|
+
},
|
|
3002
|
+
"fieldName": "scene"
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "mode",
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "SCENE_MODE"
|
|
2215
3008
|
},
|
|
2216
|
-
"
|
|
3009
|
+
"fieldName": "mode"
|
|
2217
3010
|
}
|
|
2218
3011
|
],
|
|
2219
|
-
"
|
|
2220
|
-
|
|
2221
|
-
"
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
3012
|
+
"superclass": {
|
|
3013
|
+
"name": "LitElement",
|
|
3014
|
+
"package": "lit"
|
|
3015
|
+
},
|
|
3016
|
+
"tagName": "component-toolbar",
|
|
3017
|
+
"customElement": true
|
|
2225
3018
|
}
|
|
2226
3019
|
],
|
|
2227
3020
|
"exports": [
|
|
2228
3021
|
{
|
|
2229
|
-
"kind": "
|
|
2230
|
-
"name": "
|
|
3022
|
+
"kind": "custom-element-definition",
|
|
3023
|
+
"name": "component-toolbar",
|
|
2231
3024
|
"declaration": {
|
|
2232
|
-
"name": "
|
|
2233
|
-
"module": "src/
|
|
3025
|
+
"name": "ComponentToolbar",
|
|
3026
|
+
"module": "src/modeller/component-toolbar/component-toolbar.ts"
|
|
2234
3027
|
}
|
|
2235
3028
|
}
|
|
2236
3029
|
]
|
|
@@ -2320,7 +3113,7 @@
|
|
|
2320
3113
|
{
|
|
2321
3114
|
"kind": "variable",
|
|
2322
3115
|
"name": "PropertySharedStyle",
|
|
2323
|
-
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid >
|
|
3116
|
+
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: url(/assets/images/icon-properties-label.png) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
|
|
2324
3117
|
}
|
|
2325
3118
|
],
|
|
2326
3119
|
"exports": [
|
|
@@ -3240,266 +4033,51 @@
|
|
|
3240
4033
|
{
|
|
3241
4034
|
"name": "after",
|
|
3242
4035
|
"type": {
|
|
3243
|
-
"text": "SCENE_MODE"
|
|
3244
|
-
}
|
|
3245
|
-
}
|
|
3246
|
-
]
|
|
3247
|
-
},
|
|
3248
|
-
{
|
|
3249
|
-
"kind": "method",
|
|
3250
|
-
"name": "_onBaseUrlChanged",
|
|
3251
|
-
"parameters": [
|
|
3252
|
-
{
|
|
3253
|
-
"name": "after",
|
|
3254
|
-
"type": {
|
|
3255
|
-
"text": "string"
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3258
|
-
]
|
|
3259
|
-
}
|
|
3260
|
-
],
|
|
3261
|
-
"events": [
|
|
3262
|
-
{
|
|
3263
|
-
"name": "scene-changed",
|
|
3264
|
-
"type": {
|
|
3265
|
-
"text": "CustomEvent"
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"name": "mode-changed",
|
|
3270
|
-
"type": {
|
|
3271
|
-
"text": "CustomEvent"
|
|
3272
|
-
}
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"name": "variables-changed",
|
|
3276
|
-
"type": {
|
|
3277
|
-
"text": "CustomEvent"
|
|
3278
|
-
}
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"name": "selected-changed",
|
|
3282
|
-
"type": {
|
|
3283
|
-
"text": "CustomEvent"
|
|
3284
|
-
}
|
|
3285
|
-
}
|
|
3286
|
-
],
|
|
3287
|
-
"attributes": [
|
|
3288
|
-
{
|
|
3289
|
-
"name": "scene",
|
|
3290
|
-
"type": {
|
|
3291
|
-
"text": "Scene | null"
|
|
3292
|
-
},
|
|
3293
|
-
"default": "null",
|
|
3294
|
-
"fieldName": "scene"
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "model",
|
|
3298
|
-
"type": {
|
|
3299
|
-
"text": "Model | undefined"
|
|
3300
|
-
},
|
|
3301
|
-
"fieldName": "model"
|
|
3302
|
-
},
|
|
3303
|
-
{
|
|
3304
|
-
"name": "mode",
|
|
3305
|
-
"type": {
|
|
3306
|
-
"text": "SCENE_MODE"
|
|
3307
|
-
},
|
|
3308
|
-
"fieldName": "mode"
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"name": "screenSize",
|
|
3312
|
-
"type": {
|
|
3313
|
-
"text": "number"
|
|
3314
|
-
},
|
|
3315
|
-
"default": "13.3",
|
|
3316
|
-
"fieldName": "screenSize"
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"name": "variables",
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "Properties"
|
|
3322
|
-
},
|
|
3323
|
-
"default": "{}",
|
|
3324
|
-
"fieldName": "variables"
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "data",
|
|
3328
|
-
"type": {
|
|
3329
|
-
"text": "any"
|
|
3330
|
-
},
|
|
3331
|
-
"fieldName": "data"
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "fit",
|
|
3335
|
-
"type": {
|
|
3336
|
-
"text": "FITMODE"
|
|
3337
|
-
},
|
|
3338
|
-
"default": "'none'",
|
|
3339
|
-
"fieldName": "fit"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "selected",
|
|
3343
|
-
"type": {
|
|
3344
|
-
"text": "Component[]"
|
|
3345
|
-
},
|
|
3346
|
-
"default": "[]",
|
|
3347
|
-
"fieldName": "selected"
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"name": "disposeWhenDetached",
|
|
3351
|
-
"type": {
|
|
3352
|
-
"text": "boolean"
|
|
3353
|
-
},
|
|
3354
|
-
"default": "false",
|
|
3355
|
-
"fieldName": "disposeWhenDetached"
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
"name": "baseUrl",
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": "string"
|
|
3361
|
-
},
|
|
3362
|
-
"default": "''",
|
|
3363
|
-
"fieldName": "baseUrl"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"name": "provider",
|
|
3367
|
-
"type": {
|
|
3368
|
-
"text": "any"
|
|
3369
|
-
},
|
|
3370
|
-
"fieldName": "provider"
|
|
3371
|
-
},
|
|
3372
|
-
{
|
|
3373
|
-
"name": "name",
|
|
3374
|
-
"type": {
|
|
3375
|
-
"text": "string"
|
|
3376
|
-
},
|
|
3377
|
-
"default": "'noname'",
|
|
3378
|
-
"fieldName": "name"
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"name": "enableInspector",
|
|
3382
|
-
"type": {
|
|
3383
|
-
"text": "boolean"
|
|
3384
|
-
},
|
|
3385
|
-
"default": "true",
|
|
3386
|
-
"fieldName": "enableInspector"
|
|
3387
|
-
},
|
|
3388
|
-
{
|
|
3389
|
-
"name": "showInspector",
|
|
3390
|
-
"type": {
|
|
3391
|
-
"text": "boolean"
|
|
3392
|
-
},
|
|
3393
|
-
"default": "false",
|
|
3394
|
-
"fieldName": "showInspector"
|
|
3395
|
-
}
|
|
3396
|
-
],
|
|
3397
|
-
"superclass": {
|
|
3398
|
-
"name": "LitElement",
|
|
3399
|
-
"package": "lit"
|
|
3400
|
-
},
|
|
3401
|
-
"tagName": "ox-scene-viewer",
|
|
3402
|
-
"customElement": true
|
|
3403
|
-
}
|
|
3404
|
-
],
|
|
3405
|
-
"exports": [
|
|
3406
|
-
{
|
|
3407
|
-
"kind": "js",
|
|
3408
|
-
"name": "default",
|
|
3409
|
-
"declaration": {
|
|
3410
|
-
"name": "OxSceneViewer",
|
|
3411
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
3412
|
-
}
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"kind": "custom-element-definition",
|
|
3416
|
-
"name": "ox-scene-viewer",
|
|
3417
|
-
"declaration": {
|
|
3418
|
-
"name": "OxSceneViewer",
|
|
3419
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
3420
|
-
}
|
|
3421
|
-
}
|
|
3422
|
-
]
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "javascript-module",
|
|
3426
|
-
"path": "src/modeller/component-toolbar/component-menu.ts",
|
|
3427
|
-
"declarations": [
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "class",
|
|
3430
|
-
"description": "",
|
|
3431
|
-
"name": "ComponentMenu",
|
|
3432
|
-
"members": [
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "field",
|
|
3435
|
-
"name": "groups",
|
|
3436
|
-
"type": {
|
|
3437
|
-
"text": "Pallet[]"
|
|
3438
|
-
},
|
|
3439
|
-
"default": "[]",
|
|
3440
|
-
"attribute": "groups"
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
"kind": "field",
|
|
3444
|
-
"name": "scene",
|
|
3445
|
-
"type": {
|
|
3446
|
-
"text": "Scene | null"
|
|
3447
|
-
},
|
|
3448
|
-
"default": "null",
|
|
3449
|
-
"attribute": "scene"
|
|
3450
|
-
},
|
|
3451
|
-
{
|
|
3452
|
-
"kind": "field",
|
|
3453
|
-
"name": "group",
|
|
3454
|
-
"type": {
|
|
3455
|
-
"text": "string | null"
|
|
3456
|
-
},
|
|
3457
|
-
"default": "''",
|
|
3458
|
-
"attribute": "group"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"kind": "field",
|
|
3462
|
-
"name": "templates",
|
|
3463
|
-
"type": {
|
|
3464
|
-
"text": "PalletItem[]"
|
|
3465
|
-
},
|
|
3466
|
-
"default": "[]",
|
|
3467
|
-
"attribute": "templates"
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
"kind": "method",
|
|
3471
|
-
"name": "onClickTemplate",
|
|
3472
|
-
"parameters": [
|
|
3473
|
-
{
|
|
3474
|
-
"name": "e",
|
|
3475
|
-
"type": {
|
|
3476
|
-
"text": "MouseEvent"
|
|
4036
|
+
"text": "SCENE_MODE"
|
|
3477
4037
|
}
|
|
3478
4038
|
}
|
|
3479
4039
|
]
|
|
3480
4040
|
},
|
|
3481
4041
|
{
|
|
3482
4042
|
"kind": "method",
|
|
3483
|
-
"name": "
|
|
4043
|
+
"name": "_onBaseUrlChanged",
|
|
3484
4044
|
"parameters": [
|
|
3485
4045
|
{
|
|
3486
|
-
"name": "
|
|
4046
|
+
"name": "after",
|
|
3487
4047
|
"type": {
|
|
3488
|
-
"text": "
|
|
4048
|
+
"text": "string"
|
|
3489
4049
|
}
|
|
3490
4050
|
}
|
|
3491
4051
|
]
|
|
3492
4052
|
}
|
|
3493
4053
|
],
|
|
3494
|
-
"
|
|
4054
|
+
"events": [
|
|
3495
4055
|
{
|
|
3496
|
-
"name": "
|
|
4056
|
+
"name": "scene-changed",
|
|
3497
4057
|
"type": {
|
|
3498
|
-
"text": "
|
|
3499
|
-
}
|
|
3500
|
-
|
|
3501
|
-
|
|
4058
|
+
"text": "CustomEvent"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"name": "mode-changed",
|
|
4063
|
+
"type": {
|
|
4064
|
+
"text": "CustomEvent"
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"name": "variables-changed",
|
|
4069
|
+
"type": {
|
|
4070
|
+
"text": "CustomEvent"
|
|
4071
|
+
}
|
|
3502
4072
|
},
|
|
4073
|
+
{
|
|
4074
|
+
"name": "selected-changed",
|
|
4075
|
+
"type": {
|
|
4076
|
+
"text": "CustomEvent"
|
|
4077
|
+
}
|
|
4078
|
+
}
|
|
4079
|
+
],
|
|
4080
|
+
"attributes": [
|
|
3503
4081
|
{
|
|
3504
4082
|
"name": "scene",
|
|
3505
4083
|
"type": {
|
|
@@ -3509,174 +4087,129 @@
|
|
|
3509
4087
|
"fieldName": "scene"
|
|
3510
4088
|
},
|
|
3511
4089
|
{
|
|
3512
|
-
"name": "
|
|
4090
|
+
"name": "model",
|
|
3513
4091
|
"type": {
|
|
3514
|
-
"text": "
|
|
4092
|
+
"text": "Model | undefined"
|
|
3515
4093
|
},
|
|
3516
|
-
"
|
|
3517
|
-
"fieldName": "group"
|
|
4094
|
+
"fieldName": "model"
|
|
3518
4095
|
},
|
|
3519
4096
|
{
|
|
3520
|
-
"name": "
|
|
4097
|
+
"name": "mode",
|
|
3521
4098
|
"type": {
|
|
3522
|
-
"text": "
|
|
4099
|
+
"text": "SCENE_MODE"
|
|
3523
4100
|
},
|
|
3524
|
-
"
|
|
3525
|
-
|
|
3526
|
-
}
|
|
3527
|
-
],
|
|
3528
|
-
"superclass": {
|
|
3529
|
-
"name": "LitElement",
|
|
3530
|
-
"package": "lit"
|
|
3531
|
-
},
|
|
3532
|
-
"tagName": "component-menu",
|
|
3533
|
-
"customElement": true
|
|
3534
|
-
}
|
|
3535
|
-
],
|
|
3536
|
-
"exports": [
|
|
3537
|
-
{
|
|
3538
|
-
"kind": "custom-element-definition",
|
|
3539
|
-
"name": "component-menu",
|
|
3540
|
-
"declaration": {
|
|
3541
|
-
"name": "ComponentMenu",
|
|
3542
|
-
"module": "src/modeller/component-toolbar/component-menu.ts"
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3545
|
-
]
|
|
3546
|
-
},
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "javascript-module",
|
|
3549
|
-
"path": "src/modeller/component-toolbar/component-toolbar.ts",
|
|
3550
|
-
"declarations": [
|
|
3551
|
-
{
|
|
3552
|
-
"kind": "class",
|
|
3553
|
-
"description": "",
|
|
3554
|
-
"name": "ComponentToolbar",
|
|
3555
|
-
"members": [
|
|
4101
|
+
"fieldName": "mode"
|
|
4102
|
+
},
|
|
3556
4103
|
{
|
|
3557
|
-
"
|
|
3558
|
-
"name": "componentGroupList",
|
|
4104
|
+
"name": "screenSize",
|
|
3559
4105
|
"type": {
|
|
3560
|
-
"text": "
|
|
4106
|
+
"text": "number"
|
|
3561
4107
|
},
|
|
3562
|
-
"default": "
|
|
3563
|
-
"
|
|
4108
|
+
"default": "13.3",
|
|
4109
|
+
"fieldName": "screenSize"
|
|
3564
4110
|
},
|
|
3565
4111
|
{
|
|
3566
|
-
"
|
|
3567
|
-
"name": "group",
|
|
4112
|
+
"name": "variables",
|
|
3568
4113
|
"type": {
|
|
3569
|
-
"text": "
|
|
4114
|
+
"text": "Properties"
|
|
3570
4115
|
},
|
|
3571
|
-
"
|
|
4116
|
+
"default": "{}",
|
|
4117
|
+
"fieldName": "variables"
|
|
3572
4118
|
},
|
|
3573
4119
|
{
|
|
3574
|
-
"
|
|
3575
|
-
"name": "scene",
|
|
4120
|
+
"name": "data",
|
|
3576
4121
|
"type": {
|
|
3577
|
-
"text": "
|
|
4122
|
+
"text": "any"
|
|
3578
4123
|
},
|
|
3579
|
-
"
|
|
4124
|
+
"fieldName": "data"
|
|
3580
4125
|
},
|
|
3581
4126
|
{
|
|
3582
|
-
"
|
|
3583
|
-
"name": "mode",
|
|
4127
|
+
"name": "fit",
|
|
3584
4128
|
"type": {
|
|
3585
|
-
"text": "
|
|
4129
|
+
"text": "FITMODE"
|
|
3586
4130
|
},
|
|
3587
|
-
"
|
|
4131
|
+
"default": "'none'",
|
|
4132
|
+
"fieldName": "fit"
|
|
3588
4133
|
},
|
|
3589
4134
|
{
|
|
3590
|
-
"
|
|
3591
|
-
"name": "menu",
|
|
4135
|
+
"name": "selected",
|
|
3592
4136
|
"type": {
|
|
3593
|
-
"text": "
|
|
4137
|
+
"text": "Component[]"
|
|
3594
4138
|
},
|
|
3595
|
-
"
|
|
3596
|
-
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "method",
|
|
3599
|
-
"name": "_setMode",
|
|
3600
|
-
"parameters": [
|
|
3601
|
-
{
|
|
3602
|
-
"name": "mode",
|
|
3603
|
-
"type": {
|
|
3604
|
-
"text": "SCENE_MODE"
|
|
3605
|
-
}
|
|
3606
|
-
}
|
|
3607
|
-
]
|
|
4139
|
+
"default": "[]",
|
|
4140
|
+
"fieldName": "selected"
|
|
3608
4141
|
},
|
|
3609
4142
|
{
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
4143
|
+
"name": "disposeWhenDetached",
|
|
4144
|
+
"type": {
|
|
4145
|
+
"text": "boolean"
|
|
4146
|
+
},
|
|
4147
|
+
"default": "false",
|
|
4148
|
+
"fieldName": "disposeWhenDetached"
|
|
3612
4149
|
},
|
|
3613
4150
|
{
|
|
3614
|
-
"
|
|
3615
|
-
"name": "_onClickGroup",
|
|
3616
|
-
"parameters": [
|
|
3617
|
-
{
|
|
3618
|
-
"name": "e",
|
|
3619
|
-
"type": {
|
|
3620
|
-
"text": "MouseEvent"
|
|
3621
|
-
}
|
|
3622
|
-
}
|
|
3623
|
-
]
|
|
3624
|
-
}
|
|
3625
|
-
],
|
|
3626
|
-
"events": [
|
|
3627
|
-
{
|
|
3628
|
-
"name": "mode-changed",
|
|
4151
|
+
"name": "baseUrl",
|
|
3629
4152
|
"type": {
|
|
3630
|
-
"text": "
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
4153
|
+
"text": "string"
|
|
4154
|
+
},
|
|
4155
|
+
"default": "''",
|
|
4156
|
+
"fieldName": "baseUrl"
|
|
4157
|
+
},
|
|
3635
4158
|
{
|
|
3636
|
-
"name": "
|
|
4159
|
+
"name": "provider",
|
|
3637
4160
|
"type": {
|
|
3638
|
-
"text": "any
|
|
4161
|
+
"text": "any"
|
|
3639
4162
|
},
|
|
3640
|
-
"
|
|
3641
|
-
"fieldName": "componentGroupList"
|
|
4163
|
+
"fieldName": "provider"
|
|
3642
4164
|
},
|
|
3643
4165
|
{
|
|
3644
|
-
"name": "
|
|
4166
|
+
"name": "name",
|
|
3645
4167
|
"type": {
|
|
3646
|
-
"text": "string
|
|
4168
|
+
"text": "string"
|
|
3647
4169
|
},
|
|
3648
|
-
"
|
|
4170
|
+
"default": "'noname'",
|
|
4171
|
+
"fieldName": "name"
|
|
3649
4172
|
},
|
|
3650
4173
|
{
|
|
3651
|
-
"name": "
|
|
4174
|
+
"name": "enableInspector",
|
|
3652
4175
|
"type": {
|
|
3653
|
-
"text": "
|
|
4176
|
+
"text": "boolean"
|
|
3654
4177
|
},
|
|
3655
|
-
"
|
|
4178
|
+
"default": "true",
|
|
4179
|
+
"fieldName": "enableInspector"
|
|
3656
4180
|
},
|
|
3657
4181
|
{
|
|
3658
|
-
"name": "
|
|
4182
|
+
"name": "showInspector",
|
|
3659
4183
|
"type": {
|
|
3660
|
-
"text": "
|
|
4184
|
+
"text": "boolean"
|
|
3661
4185
|
},
|
|
3662
|
-
"
|
|
4186
|
+
"default": "false",
|
|
4187
|
+
"fieldName": "showInspector"
|
|
3663
4188
|
}
|
|
3664
4189
|
],
|
|
3665
4190
|
"superclass": {
|
|
3666
4191
|
"name": "LitElement",
|
|
3667
4192
|
"package": "lit"
|
|
3668
4193
|
},
|
|
3669
|
-
"tagName": "
|
|
4194
|
+
"tagName": "ox-scene-viewer",
|
|
3670
4195
|
"customElement": true
|
|
3671
4196
|
}
|
|
3672
4197
|
],
|
|
3673
4198
|
"exports": [
|
|
4199
|
+
{
|
|
4200
|
+
"kind": "js",
|
|
4201
|
+
"name": "default",
|
|
4202
|
+
"declaration": {
|
|
4203
|
+
"name": "OxSceneViewer",
|
|
4204
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
3674
4207
|
{
|
|
3675
4208
|
"kind": "custom-element-definition",
|
|
3676
|
-
"name": "
|
|
4209
|
+
"name": "ox-scene-viewer",
|
|
3677
4210
|
"declaration": {
|
|
3678
|
-
"name": "
|
|
3679
|
-
"module": "src/modeller/
|
|
4211
|
+
"name": "OxSceneViewer",
|
|
4212
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
3680
4213
|
}
|
|
3681
4214
|
}
|
|
3682
4215
|
]
|
|
@@ -3877,9 +4410,8 @@
|
|
|
3877
4410
|
"kind": "field",
|
|
3878
4411
|
"name": "value",
|
|
3879
4412
|
"type": {
|
|
3880
|
-
"text": "Properties"
|
|
4413
|
+
"text": "Properties | undefined"
|
|
3881
4414
|
},
|
|
3882
|
-
"default": "{\n mappings: []\n }",
|
|
3883
4415
|
"attribute": "value"
|
|
3884
4416
|
},
|
|
3885
4417
|
{
|
|
@@ -4074,9 +4606,8 @@
|
|
|
4074
4606
|
{
|
|
4075
4607
|
"name": "value",
|
|
4076
4608
|
"type": {
|
|
4077
|
-
"text": "Properties"
|
|
4609
|
+
"text": "Properties | undefined"
|
|
4078
4610
|
},
|
|
4079
|
-
"default": "{\n mappings: []\n }",
|
|
4080
4611
|
"fieldName": "value"
|
|
4081
4612
|
},
|
|
4082
4613
|
{
|
|
@@ -4113,7 +4644,7 @@
|
|
|
4113
4644
|
{
|
|
4114
4645
|
"kind": "variable",
|
|
4115
4646
|
"name": "EffectsSharedStyle",
|
|
4116
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n
|
|
4647
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n things-editor-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
4117
4648
|
}
|
|
4118
4649
|
],
|
|
4119
4650
|
"exports": [
|
|
@@ -4140,9 +4671,8 @@
|
|
|
4140
4671
|
"kind": "field",
|
|
4141
4672
|
"name": "value",
|
|
4142
4673
|
"type": {
|
|
4143
|
-
"text": "
|
|
4674
|
+
"text": "Properties | undefined"
|
|
4144
4675
|
},
|
|
4145
|
-
"default": "{}",
|
|
4146
4676
|
"attribute": "value"
|
|
4147
4677
|
},
|
|
4148
4678
|
{
|
|
@@ -4212,9 +4742,8 @@
|
|
|
4212
4742
|
{
|
|
4213
4743
|
"name": "value",
|
|
4214
4744
|
"type": {
|
|
4215
|
-
"text": "
|
|
4745
|
+
"text": "Properties | undefined"
|
|
4216
4746
|
},
|
|
4217
|
-
"default": "{}",
|
|
4218
4747
|
"fieldName": "value"
|
|
4219
4748
|
},
|
|
4220
4749
|
{
|
|
@@ -4269,9 +4798,8 @@
|
|
|
4269
4798
|
"kind": "field",
|
|
4270
4799
|
"name": "value",
|
|
4271
4800
|
"type": {
|
|
4272
|
-
"text": "Properties"
|
|
4801
|
+
"text": "Properties | undefined"
|
|
4273
4802
|
},
|
|
4274
|
-
"default": "{}",
|
|
4275
4803
|
"attribute": "value"
|
|
4276
4804
|
},
|
|
4277
4805
|
{
|
|
@@ -4307,9 +4835,8 @@
|
|
|
4307
4835
|
{
|
|
4308
4836
|
"name": "value",
|
|
4309
4837
|
"type": {
|
|
4310
|
-
"text": "Properties"
|
|
4838
|
+
"text": "Properties | undefined"
|
|
4311
4839
|
},
|
|
4312
|
-
"default": "{}",
|
|
4313
4840
|
"fieldName": "value"
|
|
4314
4841
|
},
|
|
4315
4842
|
{
|
|
@@ -4360,9 +4887,8 @@
|
|
|
4360
4887
|
"kind": "field",
|
|
4361
4888
|
"name": "value",
|
|
4362
4889
|
"type": {
|
|
4363
|
-
"text": "Properties"
|
|
4890
|
+
"text": "Properties | undefined"
|
|
4364
4891
|
},
|
|
4365
|
-
"default": "{}",
|
|
4366
4892
|
"attribute": "value"
|
|
4367
4893
|
},
|
|
4368
4894
|
{
|
|
@@ -4406,9 +4932,8 @@
|
|
|
4406
4932
|
{
|
|
4407
4933
|
"name": "value",
|
|
4408
4934
|
"type": {
|
|
4409
|
-
"text": "Properties"
|
|
4935
|
+
"text": "Properties | undefined"
|
|
4410
4936
|
},
|
|
4411
|
-
"default": "{}",
|
|
4412
4937
|
"fieldName": "value"
|
|
4413
4938
|
},
|
|
4414
4939
|
{
|
|
@@ -4451,9 +4976,8 @@
|
|
|
4451
4976
|
"kind": "field",
|
|
4452
4977
|
"name": "value",
|
|
4453
4978
|
"type": {
|
|
4454
|
-
"text": "Properties"
|
|
4979
|
+
"text": "Properties | undefined"
|
|
4455
4980
|
},
|
|
4456
|
-
"default": "{}",
|
|
4457
4981
|
"attribute": "value"
|
|
4458
4982
|
},
|
|
4459
4983
|
{
|
|
@@ -4513,9 +5037,8 @@
|
|
|
4513
5037
|
{
|
|
4514
5038
|
"name": "value",
|
|
4515
5039
|
"type": {
|
|
4516
|
-
"text": "Properties"
|
|
5040
|
+
"text": "Properties | undefined"
|
|
4517
5041
|
},
|
|
4518
|
-
"default": "{}",
|
|
4519
5042
|
"fieldName": "value"
|
|
4520
5043
|
},
|
|
4521
5044
|
{
|
|
@@ -4558,9 +5081,8 @@
|
|
|
4558
5081
|
"kind": "field",
|
|
4559
5082
|
"name": "value",
|
|
4560
5083
|
"type": {
|
|
4561
|
-
"text": "Properties"
|
|
5084
|
+
"text": "Properties | undefined"
|
|
4562
5085
|
},
|
|
4563
|
-
"default": "{}",
|
|
4564
5086
|
"attribute": "value"
|
|
4565
5087
|
},
|
|
4566
5088
|
{
|
|
@@ -4620,9 +5142,8 @@
|
|
|
4620
5142
|
{
|
|
4621
5143
|
"name": "value",
|
|
4622
5144
|
"type": {
|
|
4623
|
-
"text": "Properties"
|
|
5145
|
+
"text": "Properties | undefined"
|
|
4624
5146
|
},
|
|
4625
|
-
"default": "{}",
|
|
4626
5147
|
"fieldName": "value"
|
|
4627
5148
|
},
|
|
4628
5149
|
{
|
|
@@ -4665,9 +5186,8 @@
|
|
|
4665
5186
|
"kind": "field",
|
|
4666
5187
|
"name": "value",
|
|
4667
5188
|
"type": {
|
|
4668
|
-
"text": "Properties"
|
|
5189
|
+
"text": "Properties | undefined"
|
|
4669
5190
|
},
|
|
4670
|
-
"default": "{}",
|
|
4671
5191
|
"attribute": "value"
|
|
4672
5192
|
},
|
|
4673
5193
|
{
|
|
@@ -4703,9 +5223,8 @@
|
|
|
4703
5223
|
{
|
|
4704
5224
|
"name": "value",
|
|
4705
5225
|
"type": {
|
|
4706
|
-
"text": "Properties"
|
|
5226
|
+
"text": "Properties | undefined"
|
|
4707
5227
|
},
|
|
4708
|
-
"default": "{}",
|
|
4709
5228
|
"fieldName": "value"
|
|
4710
5229
|
},
|
|
4711
5230
|
{
|
|
@@ -4748,9 +5267,8 @@
|
|
|
4748
5267
|
"kind": "field",
|
|
4749
5268
|
"name": "value",
|
|
4750
5269
|
"type": {
|
|
4751
|
-
"text": "Properties"
|
|
5270
|
+
"text": "Properties | undefined"
|
|
4752
5271
|
},
|
|
4753
|
-
"default": "{}",
|
|
4754
5272
|
"attribute": "value"
|
|
4755
5273
|
},
|
|
4756
5274
|
{
|
|
@@ -4778,9 +5296,8 @@
|
|
|
4778
5296
|
{
|
|
4779
5297
|
"name": "value",
|
|
4780
5298
|
"type": {
|
|
4781
|
-
"text": "Properties"
|
|
5299
|
+
"text": "Properties | undefined"
|
|
4782
5300
|
},
|
|
4783
|
-
"default": "{}",
|
|
4784
5301
|
"fieldName": "value"
|
|
4785
5302
|
}
|
|
4786
5303
|
],
|