@operato/board 0.3.16 → 0.3.17
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 +9 -0
- package/custom-elements.json +620 -620
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/index.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "Regular"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "variable",
|
|
15
|
+
"name": "CustomTitle"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"kind": "variable",
|
|
19
|
+
"name": "CustomCounter"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"kind": "variable",
|
|
23
|
+
"name": "SlottedContent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"exports": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "js",
|
|
29
|
+
"name": "default",
|
|
30
|
+
"declaration": {
|
|
31
|
+
"module": "stories/index.stories.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "Regular",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "Regular",
|
|
39
|
+
"module": "stories/index.stories.ts"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "CustomTitle",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "CustomTitle",
|
|
47
|
+
"module": "stories/index.stories.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "CustomCounter",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "CustomCounter",
|
|
55
|
+
"module": "stories/index.stories.ts"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "SlottedContent",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "SlottedContent",
|
|
63
|
+
"module": "stories/index.stories.ts"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1349,69 +1412,6 @@
|
|
|
1349
1412
|
"declarations": [],
|
|
1350
1413
|
"exports": []
|
|
1351
1414
|
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "stories/index.stories.ts",
|
|
1355
|
-
"declarations": [
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "variable",
|
|
1358
|
-
"name": "Regular"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "variable",
|
|
1362
|
-
"name": "CustomTitle"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "variable",
|
|
1366
|
-
"name": "CustomCounter"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"kind": "variable",
|
|
1370
|
-
"name": "SlottedContent"
|
|
1371
|
-
}
|
|
1372
|
-
],
|
|
1373
|
-
"exports": [
|
|
1374
|
-
{
|
|
1375
|
-
"kind": "js",
|
|
1376
|
-
"name": "default",
|
|
1377
|
-
"declaration": {
|
|
1378
|
-
"module": "stories/index.stories.ts"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"kind": "js",
|
|
1383
|
-
"name": "Regular",
|
|
1384
|
-
"declaration": {
|
|
1385
|
-
"name": "Regular",
|
|
1386
|
-
"module": "stories/index.stories.ts"
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"kind": "js",
|
|
1391
|
-
"name": "CustomTitle",
|
|
1392
|
-
"declaration": {
|
|
1393
|
-
"name": "CustomTitle",
|
|
1394
|
-
"module": "stories/index.stories.ts"
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"kind": "js",
|
|
1399
|
-
"name": "CustomCounter",
|
|
1400
|
-
"declaration": {
|
|
1401
|
-
"name": "CustomCounter",
|
|
1402
|
-
"module": "stories/index.stories.ts"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"kind": "js",
|
|
1407
|
-
"name": "SlottedContent",
|
|
1408
|
-
"declaration": {
|
|
1409
|
-
"name": "SlottedContent",
|
|
1410
|
-
"module": "stories/index.stories.ts"
|
|
1411
|
-
}
|
|
1412
|
-
}
|
|
1413
|
-
]
|
|
1414
|
-
},
|
|
1415
1415
|
{
|
|
1416
1416
|
"kind": "javascript-module",
|
|
1417
1417
|
"path": "src/component/3d.ts",
|
|
@@ -2274,534 +2274,155 @@
|
|
|
2274
2274
|
},
|
|
2275
2275
|
{
|
|
2276
2276
|
"kind": "javascript-module",
|
|
2277
|
-
"path": "src/
|
|
2277
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2278
|
+
"declarations": [
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "variable",
|
|
2281
|
+
"name": "style",
|
|
2282
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"exports": [
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "js",
|
|
2288
|
+
"name": "style",
|
|
2289
|
+
"declaration": {
|
|
2290
|
+
"name": "style",
|
|
2291
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "javascript-module",
|
|
2298
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2278
2299
|
"declarations": [
|
|
2279
2300
|
{
|
|
2280
2301
|
"kind": "class",
|
|
2281
2302
|
"description": "",
|
|
2282
|
-
"name": "
|
|
2303
|
+
"name": "EditToolbar",
|
|
2283
2304
|
"members": [
|
|
2284
2305
|
{
|
|
2285
2306
|
"kind": "field",
|
|
2286
|
-
"name": "
|
|
2307
|
+
"name": "scene",
|
|
2287
2308
|
"type": {
|
|
2288
|
-
"text": "
|
|
2309
|
+
"text": "Scene | undefined"
|
|
2289
2310
|
},
|
|
2290
|
-
"
|
|
2291
|
-
"attribute": "axis"
|
|
2311
|
+
"attribute": "scene"
|
|
2292
2312
|
},
|
|
2293
2313
|
{
|
|
2294
2314
|
"kind": "field",
|
|
2295
|
-
"name": "
|
|
2315
|
+
"name": "selected",
|
|
2296
2316
|
"type": {
|
|
2297
|
-
"text": "
|
|
2317
|
+
"text": "any[]"
|
|
2298
2318
|
},
|
|
2299
|
-
"default": "
|
|
2300
|
-
"attribute": "
|
|
2319
|
+
"default": "[]",
|
|
2320
|
+
"attribute": "selected"
|
|
2301
2321
|
},
|
|
2302
2322
|
{
|
|
2303
2323
|
"kind": "field",
|
|
2304
|
-
"name": "
|
|
2324
|
+
"name": "hideProperty",
|
|
2305
2325
|
"type": {
|
|
2306
|
-
"text": "
|
|
2326
|
+
"text": "boolean"
|
|
2307
2327
|
},
|
|
2308
|
-
"default": "
|
|
2309
|
-
"attribute": "
|
|
2328
|
+
"default": "false",
|
|
2329
|
+
"attribute": "hideProperty"
|
|
2310
2330
|
},
|
|
2311
2331
|
{
|
|
2312
2332
|
"kind": "field",
|
|
2313
|
-
"name": "
|
|
2333
|
+
"name": "cliped",
|
|
2314
2334
|
"type": {
|
|
2315
|
-
"text": "
|
|
2316
|
-
}
|
|
2335
|
+
"text": "string | undefined"
|
|
2336
|
+
},
|
|
2337
|
+
"privacy": "private"
|
|
2317
2338
|
},
|
|
2318
2339
|
{
|
|
2319
2340
|
"kind": "field",
|
|
2320
|
-
"name": "
|
|
2341
|
+
"name": "redo",
|
|
2321
2342
|
"type": {
|
|
2322
|
-
"text": "
|
|
2323
|
-
}
|
|
2343
|
+
"text": "HTMLElement"
|
|
2344
|
+
},
|
|
2345
|
+
"privacy": "private"
|
|
2324
2346
|
},
|
|
2325
2347
|
{
|
|
2326
2348
|
"kind": "field",
|
|
2327
|
-
"name": "
|
|
2349
|
+
"name": "undo",
|
|
2328
2350
|
"type": {
|
|
2329
|
-
"text": "
|
|
2351
|
+
"text": "HTMLElement"
|
|
2330
2352
|
},
|
|
2331
|
-
"
|
|
2353
|
+
"privacy": "private"
|
|
2332
2354
|
},
|
|
2333
2355
|
{
|
|
2334
2356
|
"kind": "field",
|
|
2335
|
-
"name": "
|
|
2357
|
+
"name": "fullscreen",
|
|
2336
2358
|
"type": {
|
|
2337
|
-
"text": "
|
|
2359
|
+
"text": "HTMLElement"
|
|
2338
2360
|
},
|
|
2339
|
-
"
|
|
2361
|
+
"privacy": "private"
|
|
2340
2362
|
},
|
|
2341
2363
|
{
|
|
2342
2364
|
"kind": "field",
|
|
2343
|
-
"name": "
|
|
2365
|
+
"name": "cut",
|
|
2344
2366
|
"type": {
|
|
2345
|
-
"text": "
|
|
2367
|
+
"text": "HTMLElement"
|
|
2346
2368
|
},
|
|
2347
|
-
"
|
|
2369
|
+
"privacy": "private"
|
|
2348
2370
|
},
|
|
2349
2371
|
{
|
|
2350
2372
|
"kind": "field",
|
|
2351
|
-
"name": "
|
|
2373
|
+
"name": "copy",
|
|
2352
2374
|
"type": {
|
|
2353
|
-
"text": "
|
|
2354
|
-
}
|
|
2375
|
+
"text": "HTMLElement"
|
|
2376
|
+
},
|
|
2377
|
+
"privacy": "private"
|
|
2355
2378
|
},
|
|
2356
2379
|
{
|
|
2357
2380
|
"kind": "field",
|
|
2358
|
-
"name": "
|
|
2381
|
+
"name": "paste",
|
|
2359
2382
|
"type": {
|
|
2360
|
-
"text": "
|
|
2383
|
+
"text": "HTMLElement"
|
|
2361
2384
|
},
|
|
2362
|
-
"
|
|
2385
|
+
"privacy": "private"
|
|
2363
2386
|
},
|
|
2364
2387
|
{
|
|
2365
2388
|
"kind": "field",
|
|
2366
|
-
"name": "
|
|
2389
|
+
"name": "delete",
|
|
2367
2390
|
"type": {
|
|
2368
|
-
"text": "
|
|
2391
|
+
"text": "HTMLElement"
|
|
2369
2392
|
},
|
|
2370
|
-
"
|
|
2393
|
+
"privacy": "private"
|
|
2371
2394
|
},
|
|
2372
2395
|
{
|
|
2373
2396
|
"kind": "field",
|
|
2374
|
-
"name": "
|
|
2397
|
+
"name": "forward",
|
|
2375
2398
|
"type": {
|
|
2376
|
-
"text": "
|
|
2399
|
+
"text": "HTMLElement"
|
|
2377
2400
|
},
|
|
2378
|
-
"
|
|
2401
|
+
"privacy": "private"
|
|
2379
2402
|
},
|
|
2380
2403
|
{
|
|
2381
2404
|
"kind": "field",
|
|
2382
|
-
"name": "
|
|
2405
|
+
"name": "backward",
|
|
2383
2406
|
"type": {
|
|
2384
|
-
"text": "
|
|
2385
|
-
}
|
|
2407
|
+
"text": "HTMLElement"
|
|
2408
|
+
},
|
|
2409
|
+
"privacy": "private"
|
|
2386
2410
|
},
|
|
2387
2411
|
{
|
|
2388
2412
|
"kind": "field",
|
|
2389
|
-
"name": "
|
|
2413
|
+
"name": "front",
|
|
2390
2414
|
"type": {
|
|
2391
2415
|
"text": "HTMLElement"
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "method",
|
|
2396
|
-
"name": "build"
|
|
2416
|
+
},
|
|
2417
|
+
"privacy": "private"
|
|
2397
2418
|
},
|
|
2398
2419
|
{
|
|
2399
|
-
"kind": "
|
|
2400
|
-
"name": "
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"kind": "method",
|
|
2408
|
-
"name": "_onAxisChanged"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"kind": "method",
|
|
2412
|
-
"name": "_transform"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"kind": "method",
|
|
2416
|
-
"name": "previous"
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "method",
|
|
2420
|
-
"name": "next"
|
|
2421
|
-
}
|
|
2422
|
-
],
|
|
2423
|
-
"events": [
|
|
2424
|
-
{
|
|
2425
|
-
"name": "transform",
|
|
2426
|
-
"type": {
|
|
2427
|
-
"text": "CustomEvent"
|
|
2428
|
-
}
|
|
2429
|
-
}
|
|
2430
|
-
],
|
|
2431
|
-
"attributes": [
|
|
2432
|
-
{
|
|
2433
|
-
"name": "axis",
|
|
2434
|
-
"type": {
|
|
2435
|
-
"text": "string"
|
|
2436
|
-
},
|
|
2437
|
-
"default": "'y'",
|
|
2438
|
-
"fieldName": "axis"
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"name": "rows",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "number"
|
|
2444
|
-
},
|
|
2445
|
-
"default": "1",
|
|
2446
|
-
"fieldName": "rows"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"name": "columns",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "number"
|
|
2452
|
-
},
|
|
2453
|
-
"default": "1",
|
|
2454
|
-
"fieldName": "columns"
|
|
2455
|
-
}
|
|
2456
|
-
],
|
|
2457
|
-
"superclass": {
|
|
2458
|
-
"name": "LitElement",
|
|
2459
|
-
"package": "lit"
|
|
2460
|
-
},
|
|
2461
|
-
"tagName": "ox-board-player-carousel",
|
|
2462
|
-
"customElement": true
|
|
2463
|
-
}
|
|
2464
|
-
],
|
|
2465
|
-
"exports": [
|
|
2466
|
-
{
|
|
2467
|
-
"kind": "custom-element-definition",
|
|
2468
|
-
"name": "ox-board-player-carousel",
|
|
2469
|
-
"declaration": {
|
|
2470
|
-
"name": "BoardPlayerCarousel",
|
|
2471
|
-
"module": "src/player/ox-board-player-carousel.ts"
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2474
|
-
]
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"kind": "javascript-module",
|
|
2478
|
-
"path": "src/player/ox-board-player-grid.ts",
|
|
2479
|
-
"declarations": [
|
|
2480
|
-
{
|
|
2481
|
-
"kind": "class",
|
|
2482
|
-
"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>",
|
|
2483
|
-
"name": "BoardPlayerGrid",
|
|
2484
|
-
"members": [
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "field",
|
|
2487
|
-
"name": "rows",
|
|
2488
|
-
"type": {
|
|
2489
|
-
"text": "number"
|
|
2490
|
-
},
|
|
2491
|
-
"default": "1",
|
|
2492
|
-
"attribute": "rows"
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "field",
|
|
2496
|
-
"name": "columns",
|
|
2497
|
-
"type": {
|
|
2498
|
-
"text": "number"
|
|
2499
|
-
},
|
|
2500
|
-
"default": "1",
|
|
2501
|
-
"attribute": "columns"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "field",
|
|
2505
|
-
"name": "_slotObserver",
|
|
2506
|
-
"type": {
|
|
2507
|
-
"text": "MutationObserver | undefined"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "field",
|
|
2512
|
-
"name": "_slot",
|
|
2513
|
-
"type": {
|
|
2514
|
-
"text": "HTMLSlotElement"
|
|
2515
|
-
}
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "method",
|
|
2519
|
-
"name": "start"
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"kind": "method",
|
|
2523
|
-
"name": "stop"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "method",
|
|
2527
|
-
"name": "next"
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"kind": "method",
|
|
2531
|
-
"name": "previous"
|
|
2532
|
-
}
|
|
2533
|
-
],
|
|
2534
|
-
"attributes": [
|
|
2535
|
-
{
|
|
2536
|
-
"name": "rows",
|
|
2537
|
-
"type": {
|
|
2538
|
-
"text": "number"
|
|
2539
|
-
},
|
|
2540
|
-
"default": "1",
|
|
2541
|
-
"fieldName": "rows"
|
|
2542
|
-
},
|
|
2543
|
-
{
|
|
2544
|
-
"name": "columns",
|
|
2545
|
-
"type": {
|
|
2546
|
-
"text": "number"
|
|
2547
|
-
},
|
|
2548
|
-
"default": "1",
|
|
2549
|
-
"fieldName": "columns"
|
|
2550
|
-
}
|
|
2551
|
-
],
|
|
2552
|
-
"superclass": {
|
|
2553
|
-
"name": "LitElement",
|
|
2554
|
-
"package": "lit"
|
|
2555
|
-
},
|
|
2556
|
-
"tagName": "ox-board-player-grid",
|
|
2557
|
-
"customElement": true
|
|
2558
|
-
}
|
|
2559
|
-
],
|
|
2560
|
-
"exports": [
|
|
2561
|
-
{
|
|
2562
|
-
"kind": "custom-element-definition",
|
|
2563
|
-
"name": "ox-board-player-grid",
|
|
2564
|
-
"declaration": {
|
|
2565
|
-
"name": "BoardPlayerGrid",
|
|
2566
|
-
"module": "src/player/ox-board-player-grid.ts"
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
]
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"kind": "javascript-module",
|
|
2573
|
-
"path": "src/player/ox-board-wrapper.ts",
|
|
2574
|
-
"declarations": [
|
|
2575
|
-
{
|
|
2576
|
-
"kind": "class",
|
|
2577
|
-
"description": "",
|
|
2578
|
-
"name": "BoardWrapper",
|
|
2579
|
-
"members": [
|
|
2580
|
-
{
|
|
2581
|
-
"kind": "field",
|
|
2582
|
-
"name": "sceneId",
|
|
2583
|
-
"type": {
|
|
2584
|
-
"text": "string"
|
|
2585
|
-
},
|
|
2586
|
-
"attribute": "sceneId"
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "field",
|
|
2590
|
-
"name": "provider",
|
|
2591
|
-
"type": {
|
|
2592
|
-
"text": "any"
|
|
2593
|
-
},
|
|
2594
|
-
"attribute": "provider"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "field",
|
|
2598
|
-
"name": "_scene",
|
|
2599
|
-
"type": {
|
|
2600
|
-
"text": "any"
|
|
2601
|
-
}
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"kind": "field",
|
|
2605
|
-
"name": "_targetEl",
|
|
2606
|
-
"type": {
|
|
2607
|
-
"text": "HTMLElement"
|
|
2608
|
-
}
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"kind": "method",
|
|
2612
|
-
"name": "_releaseRef"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"kind": "method",
|
|
2616
|
-
"name": "_onSceneIdChanged"
|
|
2617
|
-
}
|
|
2618
|
-
],
|
|
2619
|
-
"attributes": [
|
|
2620
|
-
{
|
|
2621
|
-
"name": "sceneId",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "string"
|
|
2624
|
-
},
|
|
2625
|
-
"fieldName": "sceneId"
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"name": "provider",
|
|
2629
|
-
"type": {
|
|
2630
|
-
"text": "any"
|
|
2631
|
-
},
|
|
2632
|
-
"fieldName": "provider"
|
|
2633
|
-
}
|
|
2634
|
-
],
|
|
2635
|
-
"superclass": {
|
|
2636
|
-
"name": "LitElement",
|
|
2637
|
-
"package": "lit"
|
|
2638
|
-
},
|
|
2639
|
-
"tagName": "ox-board-wrapper",
|
|
2640
|
-
"customElement": true
|
|
2641
|
-
}
|
|
2642
|
-
],
|
|
2643
|
-
"exports": [
|
|
2644
|
-
{
|
|
2645
|
-
"kind": "custom-element-definition",
|
|
2646
|
-
"name": "ox-board-wrapper",
|
|
2647
|
-
"declaration": {
|
|
2648
|
-
"name": "BoardWrapper",
|
|
2649
|
-
"module": "src/player/ox-board-wrapper.ts"
|
|
2650
|
-
}
|
|
2651
|
-
}
|
|
2652
|
-
]
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"kind": "javascript-module",
|
|
2656
|
-
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2657
|
-
"declarations": [
|
|
2658
|
-
{
|
|
2659
|
-
"kind": "variable",
|
|
2660
|
-
"name": "style",
|
|
2661
|
-
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2662
|
-
}
|
|
2663
|
-
],
|
|
2664
|
-
"exports": [
|
|
2665
|
-
{
|
|
2666
|
-
"kind": "js",
|
|
2667
|
-
"name": "style",
|
|
2668
|
-
"declaration": {
|
|
2669
|
-
"name": "style",
|
|
2670
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2671
|
-
}
|
|
2672
|
-
}
|
|
2673
|
-
]
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "javascript-module",
|
|
2677
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2678
|
-
"declarations": [
|
|
2679
|
-
{
|
|
2680
|
-
"kind": "class",
|
|
2681
|
-
"description": "",
|
|
2682
|
-
"name": "EditToolbar",
|
|
2683
|
-
"members": [
|
|
2684
|
-
{
|
|
2685
|
-
"kind": "field",
|
|
2686
|
-
"name": "scene",
|
|
2687
|
-
"type": {
|
|
2688
|
-
"text": "Scene | undefined"
|
|
2689
|
-
},
|
|
2690
|
-
"attribute": "scene"
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"kind": "field",
|
|
2694
|
-
"name": "selected",
|
|
2695
|
-
"type": {
|
|
2696
|
-
"text": "any[]"
|
|
2697
|
-
},
|
|
2698
|
-
"default": "[]",
|
|
2699
|
-
"attribute": "selected"
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"kind": "field",
|
|
2703
|
-
"name": "hideProperty",
|
|
2704
|
-
"type": {
|
|
2705
|
-
"text": "boolean"
|
|
2706
|
-
},
|
|
2707
|
-
"default": "false",
|
|
2708
|
-
"attribute": "hideProperty"
|
|
2709
|
-
},
|
|
2710
|
-
{
|
|
2711
|
-
"kind": "field",
|
|
2712
|
-
"name": "cliped",
|
|
2713
|
-
"type": {
|
|
2714
|
-
"text": "string | undefined"
|
|
2715
|
-
},
|
|
2716
|
-
"privacy": "private"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"kind": "field",
|
|
2720
|
-
"name": "redo",
|
|
2721
|
-
"type": {
|
|
2722
|
-
"text": "HTMLElement"
|
|
2723
|
-
},
|
|
2724
|
-
"privacy": "private"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"kind": "field",
|
|
2728
|
-
"name": "undo",
|
|
2729
|
-
"type": {
|
|
2730
|
-
"text": "HTMLElement"
|
|
2731
|
-
},
|
|
2732
|
-
"privacy": "private"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"kind": "field",
|
|
2736
|
-
"name": "fullscreen",
|
|
2737
|
-
"type": {
|
|
2738
|
-
"text": "HTMLElement"
|
|
2739
|
-
},
|
|
2740
|
-
"privacy": "private"
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "field",
|
|
2744
|
-
"name": "cut",
|
|
2745
|
-
"type": {
|
|
2746
|
-
"text": "HTMLElement"
|
|
2747
|
-
},
|
|
2748
|
-
"privacy": "private"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "field",
|
|
2752
|
-
"name": "copy",
|
|
2753
|
-
"type": {
|
|
2754
|
-
"text": "HTMLElement"
|
|
2755
|
-
},
|
|
2756
|
-
"privacy": "private"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "field",
|
|
2760
|
-
"name": "paste",
|
|
2761
|
-
"type": {
|
|
2762
|
-
"text": "HTMLElement"
|
|
2763
|
-
},
|
|
2764
|
-
"privacy": "private"
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"kind": "field",
|
|
2768
|
-
"name": "delete",
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "HTMLElement"
|
|
2771
|
-
},
|
|
2772
|
-
"privacy": "private"
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "field",
|
|
2776
|
-
"name": "forward",
|
|
2777
|
-
"type": {
|
|
2778
|
-
"text": "HTMLElement"
|
|
2779
|
-
},
|
|
2780
|
-
"privacy": "private"
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"kind": "field",
|
|
2784
|
-
"name": "backward",
|
|
2785
|
-
"type": {
|
|
2786
|
-
"text": "HTMLElement"
|
|
2787
|
-
},
|
|
2788
|
-
"privacy": "private"
|
|
2789
|
-
},
|
|
2790
|
-
{
|
|
2791
|
-
"kind": "field",
|
|
2792
|
-
"name": "front",
|
|
2793
|
-
"type": {
|
|
2794
|
-
"text": "HTMLElement"
|
|
2795
|
-
},
|
|
2796
|
-
"privacy": "private"
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"kind": "field",
|
|
2800
|
-
"name": "back",
|
|
2801
|
-
"type": {
|
|
2802
|
-
"text": "HTMLElement"
|
|
2803
|
-
},
|
|
2804
|
-
"privacy": "private"
|
|
2420
|
+
"kind": "field",
|
|
2421
|
+
"name": "back",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"text": "HTMLElement"
|
|
2424
|
+
},
|
|
2425
|
+
"privacy": "private"
|
|
2805
2426
|
},
|
|
2806
2427
|
{
|
|
2807
2428
|
"kind": "field",
|
|
@@ -2958,77 +2579,145 @@
|
|
|
2958
2579
|
},
|
|
2959
2580
|
{
|
|
2960
2581
|
"kind": "method",
|
|
2961
|
-
"name": "onSelectedChanged",
|
|
2582
|
+
"name": "onSelectedChanged",
|
|
2583
|
+
"parameters": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "after",
|
|
2586
|
+
"type": {
|
|
2587
|
+
"text": "Component[]"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "before",
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "Component[]"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
]
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "method",
|
|
2600
|
+
"name": "onTapUndo"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"kind": "method",
|
|
2604
|
+
"name": "onTapRedo"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "method",
|
|
2608
|
+
"name": "onTapCut"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "onTapCopy"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "onTapPaste"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "onTapDelete"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "method",
|
|
2624
|
+
"name": "onTapSelectAll"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "onTapFontIncrease",
|
|
2629
|
+
"parameters": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "e",
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": "TouchEvent"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
]
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "method",
|
|
2640
|
+
"name": "onTapFontDecrease",
|
|
2641
|
+
"parameters": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "e",
|
|
2644
|
+
"type": {
|
|
2645
|
+
"text": "TouchEvent"
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
]
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "method",
|
|
2652
|
+
"name": "onTapAlign",
|
|
2962
2653
|
"parameters": [
|
|
2963
2654
|
{
|
|
2964
|
-
"name": "
|
|
2655
|
+
"name": "e",
|
|
2965
2656
|
"type": {
|
|
2966
|
-
"text": "
|
|
2657
|
+
"text": "TouchEvent | string"
|
|
2967
2658
|
}
|
|
2968
|
-
}
|
|
2659
|
+
}
|
|
2660
|
+
]
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"kind": "method",
|
|
2664
|
+
"name": "onTapZorder",
|
|
2665
|
+
"parameters": [
|
|
2969
2666
|
{
|
|
2970
|
-
"name": "
|
|
2667
|
+
"name": "e",
|
|
2971
2668
|
"type": {
|
|
2972
|
-
"text": "
|
|
2669
|
+
"text": "TouchEvent | string"
|
|
2973
2670
|
}
|
|
2974
2671
|
}
|
|
2975
2672
|
]
|
|
2976
2673
|
},
|
|
2977
2674
|
{
|
|
2978
2675
|
"kind": "method",
|
|
2979
|
-
"name": "
|
|
2676
|
+
"name": "onTapSymmetryX"
|
|
2980
2677
|
},
|
|
2981
2678
|
{
|
|
2982
2679
|
"kind": "method",
|
|
2983
|
-
"name": "
|
|
2680
|
+
"name": "onTapSymmetryY"
|
|
2984
2681
|
},
|
|
2985
2682
|
{
|
|
2986
2683
|
"kind": "method",
|
|
2987
|
-
"name": "
|
|
2684
|
+
"name": "onTapRotateCW"
|
|
2988
2685
|
},
|
|
2989
2686
|
{
|
|
2990
2687
|
"kind": "method",
|
|
2991
|
-
"name": "
|
|
2688
|
+
"name": "onTapRotateCCW"
|
|
2992
2689
|
},
|
|
2993
2690
|
{
|
|
2994
2691
|
"kind": "method",
|
|
2995
|
-
"name": "
|
|
2692
|
+
"name": "onTapGroup"
|
|
2996
2693
|
},
|
|
2997
2694
|
{
|
|
2998
2695
|
"kind": "method",
|
|
2999
|
-
"name": "
|
|
2696
|
+
"name": "onTapUngroup"
|
|
3000
2697
|
},
|
|
3001
2698
|
{
|
|
3002
2699
|
"kind": "method",
|
|
3003
|
-
"name": "
|
|
2700
|
+
"name": "onTapFullscreen"
|
|
3004
2701
|
},
|
|
3005
2702
|
{
|
|
3006
2703
|
"kind": "method",
|
|
3007
|
-
"name": "
|
|
3008
|
-
"parameters": [
|
|
3009
|
-
{
|
|
3010
|
-
"name": "e",
|
|
3011
|
-
"type": {
|
|
3012
|
-
"text": "TouchEvent"
|
|
3013
|
-
}
|
|
3014
|
-
}
|
|
3015
|
-
]
|
|
2704
|
+
"name": "onTapToggle"
|
|
3016
2705
|
},
|
|
3017
2706
|
{
|
|
3018
2707
|
"kind": "method",
|
|
3019
|
-
"name": "
|
|
3020
|
-
"parameters": [
|
|
3021
|
-
{
|
|
3022
|
-
"name": "e",
|
|
3023
|
-
"type": {
|
|
3024
|
-
"text": "TouchEvent"
|
|
3025
|
-
}
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
2708
|
+
"name": "onTapFitScene"
|
|
3028
2709
|
},
|
|
3029
2710
|
{
|
|
3030
2711
|
"kind": "method",
|
|
3031
|
-
"name": "
|
|
2712
|
+
"name": "onTapPreview"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "method",
|
|
2716
|
+
"name": "onTapDownloadModel"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "method",
|
|
2720
|
+
"name": "onTapDistribute",
|
|
3032
2721
|
"parameters": [
|
|
3033
2722
|
{
|
|
3034
2723
|
"name": "e",
|
|
@@ -3037,150 +2726,461 @@
|
|
|
3037
2726
|
}
|
|
3038
2727
|
}
|
|
3039
2728
|
]
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"events": [
|
|
2732
|
+
{
|
|
2733
|
+
"name": "modeller-fullscreen",
|
|
2734
|
+
"type": {
|
|
2735
|
+
"text": "CustomEvent"
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "hide-property-changed",
|
|
2740
|
+
"type": {
|
|
2741
|
+
"text": "CustomEvent"
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "open-preview",
|
|
2746
|
+
"type": {
|
|
2747
|
+
"text": "CustomEvent"
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "download-model",
|
|
2752
|
+
"type": {
|
|
2753
|
+
"text": "CustomEvent"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
],
|
|
2757
|
+
"attributes": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "scene",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"text": "Scene | undefined"
|
|
2762
|
+
},
|
|
2763
|
+
"fieldName": "scene"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "selected",
|
|
2767
|
+
"type": {
|
|
2768
|
+
"text": "any[]"
|
|
2769
|
+
},
|
|
2770
|
+
"default": "[]",
|
|
2771
|
+
"fieldName": "selected"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "hideProperty",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "boolean"
|
|
2777
|
+
},
|
|
2778
|
+
"default": "false",
|
|
2779
|
+
"fieldName": "hideProperty"
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"superclass": {
|
|
2783
|
+
"name": "LitElement",
|
|
2784
|
+
"package": "lit"
|
|
2785
|
+
},
|
|
2786
|
+
"tagName": "edit-toolbar",
|
|
2787
|
+
"customElement": true
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"exports": [
|
|
2791
|
+
{
|
|
2792
|
+
"kind": "js",
|
|
2793
|
+
"name": "EditToolbar",
|
|
2794
|
+
"declaration": {
|
|
2795
|
+
"name": "EditToolbar",
|
|
2796
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"kind": "custom-element-definition",
|
|
2801
|
+
"name": "edit-toolbar",
|
|
2802
|
+
"declaration": {
|
|
2803
|
+
"name": "EditToolbar",
|
|
2804
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
]
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "javascript-module",
|
|
2811
|
+
"path": "src/player/ox-board-player-carousel.ts",
|
|
2812
|
+
"declarations": [
|
|
2813
|
+
{
|
|
2814
|
+
"kind": "class",
|
|
2815
|
+
"description": "",
|
|
2816
|
+
"name": "BoardPlayerCarousel",
|
|
2817
|
+
"members": [
|
|
2818
|
+
{
|
|
2819
|
+
"kind": "field",
|
|
2820
|
+
"name": "axis",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "string"
|
|
2823
|
+
},
|
|
2824
|
+
"default": "'y'",
|
|
2825
|
+
"attribute": "axis"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "field",
|
|
2829
|
+
"name": "rows",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "number"
|
|
2832
|
+
},
|
|
2833
|
+
"default": "1",
|
|
2834
|
+
"attribute": "rows"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"kind": "field",
|
|
2838
|
+
"name": "columns",
|
|
2839
|
+
"type": {
|
|
2840
|
+
"text": "number"
|
|
2841
|
+
},
|
|
2842
|
+
"default": "1",
|
|
2843
|
+
"attribute": "columns"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "field",
|
|
2847
|
+
"name": "_slotObserver",
|
|
2848
|
+
"type": {
|
|
2849
|
+
"text": "MutationObserver | undefined"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "field",
|
|
2854
|
+
"name": "_boundResize",
|
|
2855
|
+
"type": {
|
|
2856
|
+
"text": "() => void | undefined"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "field",
|
|
2861
|
+
"name": "_rotation",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "number"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "0"
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "field",
|
|
2869
|
+
"name": "_theta",
|
|
2870
|
+
"type": {
|
|
2871
|
+
"text": "number"
|
|
2872
|
+
},
|
|
2873
|
+
"default": "0"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "_radius",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "number"
|
|
2880
|
+
},
|
|
2881
|
+
"default": "0"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "field",
|
|
2885
|
+
"name": "_rotateFn",
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "string | undefined"
|
|
2888
|
+
}
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"kind": "field",
|
|
2892
|
+
"name": "_panelCount",
|
|
2893
|
+
"type": {
|
|
2894
|
+
"text": "number"
|
|
2895
|
+
},
|
|
2896
|
+
"default": "0"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "field",
|
|
2900
|
+
"name": "_panelSize",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "number"
|
|
2903
|
+
},
|
|
2904
|
+
"default": "0"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"kind": "field",
|
|
2908
|
+
"name": "_isHorizontal",
|
|
2909
|
+
"type": {
|
|
2910
|
+
"text": "boolean"
|
|
2911
|
+
},
|
|
2912
|
+
"default": "true"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "field",
|
|
2916
|
+
"name": "_slot",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "HTMLSlotElement"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"kind": "field",
|
|
2923
|
+
"name": "_carousel",
|
|
2924
|
+
"type": {
|
|
2925
|
+
"text": "HTMLElement"
|
|
2926
|
+
}
|
|
3040
2927
|
},
|
|
3041
2928
|
{
|
|
3042
2929
|
"kind": "method",
|
|
3043
|
-
"name": "
|
|
3044
|
-
"parameters": [
|
|
3045
|
-
{
|
|
3046
|
-
"name": "e",
|
|
3047
|
-
"type": {
|
|
3048
|
-
"text": "TouchEvent | string"
|
|
3049
|
-
}
|
|
3050
|
-
}
|
|
3051
|
-
]
|
|
2930
|
+
"name": "build"
|
|
3052
2931
|
},
|
|
3053
2932
|
{
|
|
3054
2933
|
"kind": "method",
|
|
3055
|
-
"name": "
|
|
2934
|
+
"name": "start"
|
|
3056
2935
|
},
|
|
3057
2936
|
{
|
|
3058
2937
|
"kind": "method",
|
|
3059
|
-
"name": "
|
|
2938
|
+
"name": "stop"
|
|
3060
2939
|
},
|
|
3061
2940
|
{
|
|
3062
2941
|
"kind": "method",
|
|
3063
|
-
"name": "
|
|
2942
|
+
"name": "_onAxisChanged"
|
|
3064
2943
|
},
|
|
3065
2944
|
{
|
|
3066
2945
|
"kind": "method",
|
|
3067
|
-
"name": "
|
|
2946
|
+
"name": "_transform"
|
|
3068
2947
|
},
|
|
3069
2948
|
{
|
|
3070
2949
|
"kind": "method",
|
|
3071
|
-
"name": "
|
|
2950
|
+
"name": "previous"
|
|
3072
2951
|
},
|
|
3073
2952
|
{
|
|
3074
2953
|
"kind": "method",
|
|
3075
|
-
"name": "
|
|
2954
|
+
"name": "next"
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"events": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "transform",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "CustomEvent"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"attributes": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "axis",
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "string"
|
|
2970
|
+
},
|
|
2971
|
+
"default": "'y'",
|
|
2972
|
+
"fieldName": "axis"
|
|
3076
2973
|
},
|
|
3077
2974
|
{
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
2975
|
+
"name": "rows",
|
|
2976
|
+
"type": {
|
|
2977
|
+
"text": "number"
|
|
2978
|
+
},
|
|
2979
|
+
"default": "1",
|
|
2980
|
+
"fieldName": "rows"
|
|
3080
2981
|
},
|
|
3081
2982
|
{
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
2983
|
+
"name": "columns",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "number"
|
|
2986
|
+
},
|
|
2987
|
+
"default": "1",
|
|
2988
|
+
"fieldName": "columns"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"superclass": {
|
|
2992
|
+
"name": "LitElement",
|
|
2993
|
+
"package": "lit"
|
|
2994
|
+
},
|
|
2995
|
+
"tagName": "ox-board-player-carousel",
|
|
2996
|
+
"customElement": true
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"exports": [
|
|
3000
|
+
{
|
|
3001
|
+
"kind": "custom-element-definition",
|
|
3002
|
+
"name": "ox-board-player-carousel",
|
|
3003
|
+
"declaration": {
|
|
3004
|
+
"name": "BoardPlayerCarousel",
|
|
3005
|
+
"module": "src/player/ox-board-player-carousel.ts"
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
]
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"kind": "javascript-module",
|
|
3012
|
+
"path": "src/player/ox-board-player-grid.ts",
|
|
3013
|
+
"declarations": [
|
|
3014
|
+
{
|
|
3015
|
+
"kind": "class",
|
|
3016
|
+
"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>",
|
|
3017
|
+
"name": "BoardPlayerGrid",
|
|
3018
|
+
"members": [
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "field",
|
|
3021
|
+
"name": "rows",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "number"
|
|
3024
|
+
},
|
|
3025
|
+
"default": "1",
|
|
3026
|
+
"attribute": "rows"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "columns",
|
|
3031
|
+
"type": {
|
|
3032
|
+
"text": "number"
|
|
3033
|
+
},
|
|
3034
|
+
"default": "1",
|
|
3035
|
+
"attribute": "columns"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "field",
|
|
3039
|
+
"name": "_slotObserver",
|
|
3040
|
+
"type": {
|
|
3041
|
+
"text": "MutationObserver | undefined"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"kind": "field",
|
|
3046
|
+
"name": "_slot",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "HTMLSlotElement"
|
|
3049
|
+
}
|
|
3084
3050
|
},
|
|
3085
3051
|
{
|
|
3086
3052
|
"kind": "method",
|
|
3087
|
-
"name": "
|
|
3053
|
+
"name": "start"
|
|
3088
3054
|
},
|
|
3089
3055
|
{
|
|
3090
3056
|
"kind": "method",
|
|
3091
|
-
"name": "
|
|
3057
|
+
"name": "stop"
|
|
3092
3058
|
},
|
|
3093
3059
|
{
|
|
3094
3060
|
"kind": "method",
|
|
3095
|
-
"name": "
|
|
3061
|
+
"name": "next"
|
|
3096
3062
|
},
|
|
3097
3063
|
{
|
|
3098
3064
|
"kind": "method",
|
|
3099
|
-
"name": "
|
|
3100
|
-
"parameters": [
|
|
3101
|
-
{
|
|
3102
|
-
"name": "e",
|
|
3103
|
-
"type": {
|
|
3104
|
-
"text": "TouchEvent | string"
|
|
3105
|
-
}
|
|
3106
|
-
}
|
|
3107
|
-
]
|
|
3065
|
+
"name": "previous"
|
|
3108
3066
|
}
|
|
3109
3067
|
],
|
|
3110
|
-
"
|
|
3068
|
+
"attributes": [
|
|
3111
3069
|
{
|
|
3112
|
-
"name": "
|
|
3070
|
+
"name": "rows",
|
|
3113
3071
|
"type": {
|
|
3114
|
-
"text": "
|
|
3115
|
-
}
|
|
3072
|
+
"text": "number"
|
|
3073
|
+
},
|
|
3074
|
+
"default": "1",
|
|
3075
|
+
"fieldName": "rows"
|
|
3116
3076
|
},
|
|
3117
3077
|
{
|
|
3118
|
-
"name": "
|
|
3078
|
+
"name": "columns",
|
|
3119
3079
|
"type": {
|
|
3120
|
-
"text": "
|
|
3121
|
-
}
|
|
3080
|
+
"text": "number"
|
|
3081
|
+
},
|
|
3082
|
+
"default": "1",
|
|
3083
|
+
"fieldName": "columns"
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"superclass": {
|
|
3087
|
+
"name": "LitElement",
|
|
3088
|
+
"package": "lit"
|
|
3089
|
+
},
|
|
3090
|
+
"tagName": "ox-board-player-grid",
|
|
3091
|
+
"customElement": true
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"exports": [
|
|
3095
|
+
{
|
|
3096
|
+
"kind": "custom-element-definition",
|
|
3097
|
+
"name": "ox-board-player-grid",
|
|
3098
|
+
"declaration": {
|
|
3099
|
+
"name": "BoardPlayerGrid",
|
|
3100
|
+
"module": "src/player/ox-board-player-grid.ts"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
]
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "javascript-module",
|
|
3107
|
+
"path": "src/player/ox-board-wrapper.ts",
|
|
3108
|
+
"declarations": [
|
|
3109
|
+
{
|
|
3110
|
+
"kind": "class",
|
|
3111
|
+
"description": "",
|
|
3112
|
+
"name": "BoardWrapper",
|
|
3113
|
+
"members": [
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "field",
|
|
3116
|
+
"name": "sceneId",
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "string"
|
|
3119
|
+
},
|
|
3120
|
+
"attribute": "sceneId"
|
|
3122
3121
|
},
|
|
3123
3122
|
{
|
|
3124
|
-
"
|
|
3123
|
+
"kind": "field",
|
|
3124
|
+
"name": "provider",
|
|
3125
3125
|
"type": {
|
|
3126
|
-
"text": "
|
|
3126
|
+
"text": "any"
|
|
3127
|
+
},
|
|
3128
|
+
"attribute": "provider"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "field",
|
|
3132
|
+
"name": "_scene",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "any"
|
|
3127
3135
|
}
|
|
3128
3136
|
},
|
|
3129
3137
|
{
|
|
3130
|
-
"
|
|
3138
|
+
"kind": "field",
|
|
3139
|
+
"name": "_targetEl",
|
|
3131
3140
|
"type": {
|
|
3132
|
-
"text": "
|
|
3141
|
+
"text": "HTMLElement"
|
|
3133
3142
|
}
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"kind": "method",
|
|
3146
|
+
"name": "_releaseRef"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "method",
|
|
3150
|
+
"name": "_onSceneIdChanged"
|
|
3134
3151
|
}
|
|
3135
3152
|
],
|
|
3136
3153
|
"attributes": [
|
|
3137
3154
|
{
|
|
3138
|
-
"name": "
|
|
3139
|
-
"type": {
|
|
3140
|
-
"text": "Scene | undefined"
|
|
3141
|
-
},
|
|
3142
|
-
"fieldName": "scene"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "selected",
|
|
3155
|
+
"name": "sceneId",
|
|
3146
3156
|
"type": {
|
|
3147
|
-
"text": "
|
|
3157
|
+
"text": "string"
|
|
3148
3158
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"fieldName": "selected"
|
|
3159
|
+
"fieldName": "sceneId"
|
|
3151
3160
|
},
|
|
3152
3161
|
{
|
|
3153
|
-
"name": "
|
|
3162
|
+
"name": "provider",
|
|
3154
3163
|
"type": {
|
|
3155
|
-
"text": "
|
|
3164
|
+
"text": "any"
|
|
3156
3165
|
},
|
|
3157
|
-
"
|
|
3158
|
-
"fieldName": "hideProperty"
|
|
3166
|
+
"fieldName": "provider"
|
|
3159
3167
|
}
|
|
3160
3168
|
],
|
|
3161
3169
|
"superclass": {
|
|
3162
3170
|
"name": "LitElement",
|
|
3163
3171
|
"package": "lit"
|
|
3164
3172
|
},
|
|
3165
|
-
"tagName": "
|
|
3173
|
+
"tagName": "ox-board-wrapper",
|
|
3166
3174
|
"customElement": true
|
|
3167
3175
|
}
|
|
3168
3176
|
],
|
|
3169
3177
|
"exports": [
|
|
3170
|
-
{
|
|
3171
|
-
"kind": "js",
|
|
3172
|
-
"name": "EditToolbar",
|
|
3173
|
-
"declaration": {
|
|
3174
|
-
"name": "EditToolbar",
|
|
3175
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
3176
|
-
}
|
|
3177
|
-
},
|
|
3178
3178
|
{
|
|
3179
3179
|
"kind": "custom-element-definition",
|
|
3180
|
-
"name": "
|
|
3180
|
+
"name": "ox-board-wrapper",
|
|
3181
3181
|
"declaration": {
|
|
3182
|
-
"name": "
|
|
3183
|
-
"module": "src/
|
|
3182
|
+
"name": "BoardWrapper",
|
|
3183
|
+
"module": "src/player/ox-board-wrapper.ts"
|
|
3184
3184
|
}
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|