@operato/board 0.3.9 → 0.3.16

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.
@@ -2274,913 +2274,913 @@
2274
2274
  },
2275
2275
  {
2276
2276
  "kind": "javascript-module",
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",
2277
+ "path": "src/player/ox-board-player-carousel.ts",
2299
2278
  "declarations": [
2300
2279
  {
2301
2280
  "kind": "class",
2302
2281
  "description": "",
2303
- "name": "EditToolbar",
2282
+ "name": "BoardPlayerCarousel",
2304
2283
  "members": [
2305
2284
  {
2306
2285
  "kind": "field",
2307
- "name": "scene",
2286
+ "name": "axis",
2308
2287
  "type": {
2309
- "text": "Scene | undefined"
2288
+ "text": "string"
2310
2289
  },
2311
- "attribute": "scene"
2290
+ "default": "'y'",
2291
+ "attribute": "axis"
2312
2292
  },
2313
2293
  {
2314
2294
  "kind": "field",
2315
- "name": "selected",
2295
+ "name": "rows",
2316
2296
  "type": {
2317
- "text": "any[]"
2297
+ "text": "number"
2318
2298
  },
2319
- "default": "[]",
2320
- "attribute": "selected"
2299
+ "default": "1",
2300
+ "attribute": "rows"
2321
2301
  },
2322
2302
  {
2323
2303
  "kind": "field",
2324
- "name": "hideProperty",
2304
+ "name": "columns",
2325
2305
  "type": {
2326
- "text": "boolean"
2306
+ "text": "number"
2327
2307
  },
2328
- "default": "false",
2329
- "attribute": "hideProperty"
2308
+ "default": "1",
2309
+ "attribute": "columns"
2330
2310
  },
2331
2311
  {
2332
2312
  "kind": "field",
2333
- "name": "cliped",
2313
+ "name": "_slotObserver",
2334
2314
  "type": {
2335
- "text": "string | undefined"
2336
- },
2337
- "privacy": "private"
2315
+ "text": "MutationObserver | undefined"
2316
+ }
2338
2317
  },
2339
2318
  {
2340
2319
  "kind": "field",
2341
- "name": "redo",
2320
+ "name": "_boundResize",
2342
2321
  "type": {
2343
- "text": "HTMLElement"
2344
- },
2345
- "privacy": "private"
2322
+ "text": "() => void | undefined"
2323
+ }
2346
2324
  },
2347
2325
  {
2348
2326
  "kind": "field",
2349
- "name": "undo",
2327
+ "name": "_rotation",
2350
2328
  "type": {
2351
- "text": "HTMLElement"
2329
+ "text": "number"
2352
2330
  },
2353
- "privacy": "private"
2331
+ "default": "0"
2354
2332
  },
2355
2333
  {
2356
2334
  "kind": "field",
2357
- "name": "fullscreen",
2335
+ "name": "_theta",
2358
2336
  "type": {
2359
- "text": "HTMLElement"
2337
+ "text": "number"
2360
2338
  },
2361
- "privacy": "private"
2339
+ "default": "0"
2362
2340
  },
2363
2341
  {
2364
2342
  "kind": "field",
2365
- "name": "cut",
2343
+ "name": "_radius",
2366
2344
  "type": {
2367
- "text": "HTMLElement"
2345
+ "text": "number"
2368
2346
  },
2369
- "privacy": "private"
2347
+ "default": "0"
2370
2348
  },
2371
2349
  {
2372
2350
  "kind": "field",
2373
- "name": "copy",
2351
+ "name": "_rotateFn",
2374
2352
  "type": {
2375
- "text": "HTMLElement"
2376
- },
2377
- "privacy": "private"
2353
+ "text": "string | undefined"
2354
+ }
2378
2355
  },
2379
2356
  {
2380
2357
  "kind": "field",
2381
- "name": "paste",
2358
+ "name": "_panelCount",
2382
2359
  "type": {
2383
- "text": "HTMLElement"
2360
+ "text": "number"
2384
2361
  },
2385
- "privacy": "private"
2362
+ "default": "0"
2386
2363
  },
2387
2364
  {
2388
2365
  "kind": "field",
2389
- "name": "delete",
2366
+ "name": "_panelSize",
2390
2367
  "type": {
2391
- "text": "HTMLElement"
2368
+ "text": "number"
2392
2369
  },
2393
- "privacy": "private"
2370
+ "default": "0"
2394
2371
  },
2395
2372
  {
2396
2373
  "kind": "field",
2397
- "name": "forward",
2374
+ "name": "_isHorizontal",
2398
2375
  "type": {
2399
- "text": "HTMLElement"
2376
+ "text": "boolean"
2400
2377
  },
2401
- "privacy": "private"
2378
+ "default": "true"
2402
2379
  },
2403
2380
  {
2404
2381
  "kind": "field",
2405
- "name": "backward",
2382
+ "name": "_slot",
2406
2383
  "type": {
2407
- "text": "HTMLElement"
2408
- },
2409
- "privacy": "private"
2384
+ "text": "HTMLSlotElement"
2385
+ }
2410
2386
  },
2411
2387
  {
2412
2388
  "kind": "field",
2413
- "name": "front",
2389
+ "name": "_carousel",
2414
2390
  "type": {
2415
2391
  "text": "HTMLElement"
2392
+ }
2393
+ },
2394
+ {
2395
+ "kind": "method",
2396
+ "name": "build"
2397
+ },
2398
+ {
2399
+ "kind": "method",
2400
+ "name": "start"
2401
+ },
2402
+ {
2403
+ "kind": "method",
2404
+ "name": "stop"
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"
2416
2436
  },
2417
- "privacy": "private"
2437
+ "default": "'y'",
2438
+ "fieldName": "axis"
2418
2439
  },
2419
2440
  {
2420
- "kind": "field",
2421
- "name": "back",
2441
+ "name": "rows",
2422
2442
  "type": {
2423
- "text": "HTMLElement"
2443
+ "text": "number"
2424
2444
  },
2425
- "privacy": "private"
2445
+ "default": "1",
2446
+ "fieldName": "rows"
2426
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": [
2427
2485
  {
2428
2486
  "kind": "field",
2429
- "name": "aligners",
2487
+ "name": "rows",
2430
2488
  "type": {
2431
- "text": "NodeListOf<HTMLSpanElement>"
2489
+ "text": "number"
2432
2490
  },
2433
- "privacy": "private"
2491
+ "default": "1",
2492
+ "attribute": "rows"
2434
2493
  },
2435
2494
  {
2436
2495
  "kind": "field",
2437
- "name": "zorders",
2496
+ "name": "columns",
2438
2497
  "type": {
2439
- "text": "NodeListOf<HTMLSpanElement>"
2498
+ "text": "number"
2440
2499
  },
2441
- "privacy": "private"
2500
+ "default": "1",
2501
+ "attribute": "columns"
2442
2502
  },
2443
2503
  {
2444
2504
  "kind": "field",
2445
- "name": "distributes",
2505
+ "name": "_slotObserver",
2446
2506
  "type": {
2447
- "text": "NodeListOf<HTMLSpanElement>"
2448
- },
2449
- "privacy": "private"
2507
+ "text": "MutationObserver | undefined"
2508
+ }
2509
+ },
2510
+ {
2511
+ "kind": "field",
2512
+ "name": "_slot",
2513
+ "type": {
2514
+ "text": "HTMLSlotElement"
2515
+ }
2450
2516
  },
2451
2517
  {
2452
2518
  "kind": "method",
2453
- "name": "onWheelEvent",
2454
- "parameters": [
2455
- {
2456
- "name": "e",
2457
- "type": {
2458
- "text": "Event"
2459
- }
2460
- }
2461
- ]
2519
+ "name": "start"
2462
2520
  },
2463
2521
  {
2464
2522
  "kind": "method",
2465
- "name": "getSymbol",
2466
- "parameters": [
2467
- {
2468
- "name": "key",
2469
- "type": {
2470
- "text": "string"
2471
- }
2472
- }
2473
- ]
2523
+ "name": "stop"
2474
2524
  },
2475
2525
  {
2476
2526
  "kind": "method",
2477
- "name": "getShortcutString",
2478
- "privacy": "private",
2479
- "parameters": [
2480
- {
2481
- "name": "keys",
2482
- "type": {
2483
- "text": "string[]"
2484
- }
2485
- }
2486
- ]
2487
- },
2488
- {
2489
- "kind": "method",
2490
- "name": "onShortcut",
2491
- "parameters": [
2492
- {
2493
- "name": "e",
2494
- "type": {
2495
- "text": "KeyboardEvent"
2496
- }
2497
- }
2498
- ]
2499
- },
2500
- {
2501
- "kind": "method",
2502
- "name": "onExecute",
2503
- "parameters": [
2504
- {
2505
- "name": "command",
2506
- "type": {
2507
- "text": "string"
2508
- }
2509
- },
2510
- {
2511
- "name": "undoable",
2512
- "type": {
2513
- "text": "boolean"
2514
- }
2515
- },
2516
- {
2517
- "name": "redoable",
2518
- "type": {
2519
- "text": "boolean"
2520
- }
2521
- }
2522
- ]
2523
- },
2524
- {
2525
- "kind": "method",
2526
- "name": "onUndo",
2527
- "parameters": [
2528
- {
2529
- "name": "undoable",
2530
- "type": {
2531
- "text": "boolean"
2532
- }
2533
- },
2534
- {
2535
- "name": "redoable",
2536
- "type": {
2537
- "text": "boolean"
2538
- }
2539
- }
2540
- ]
2541
- },
2542
- {
2543
- "kind": "method",
2544
- "name": "onRedo",
2545
- "parameters": [
2546
- {
2547
- "name": "undoable",
2548
- "type": {
2549
- "text": "boolean"
2550
- }
2551
- },
2552
- {
2553
- "name": "redoable",
2554
- "type": {
2555
- "text": "boolean"
2556
- }
2557
- }
2558
- ]
2559
- },
2560
- {
2561
- "kind": "method",
2562
- "name": "onSceneChanged",
2563
- "parameters": [
2564
- {
2565
- "name": "after",
2566
- "optional": true,
2567
- "type": {
2568
- "text": "Scene"
2569
- }
2570
- },
2571
- {
2572
- "name": "before",
2573
- "optional": true,
2574
- "type": {
2575
- "text": "Scene"
2576
- }
2577
- }
2578
- ]
2579
- },
2580
- {
2581
- "kind": "method",
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",
2653
- "parameters": [
2654
- {
2655
- "name": "e",
2656
- "type": {
2657
- "text": "TouchEvent | string"
2658
- }
2659
- }
2660
- ]
2661
- },
2662
- {
2663
- "kind": "method",
2664
- "name": "onTapZorder",
2665
- "parameters": [
2666
- {
2667
- "name": "e",
2668
- "type": {
2669
- "text": "TouchEvent | string"
2670
- }
2671
- }
2672
- ]
2673
- },
2674
- {
2675
- "kind": "method",
2676
- "name": "onTapSymmetryX"
2677
- },
2678
- {
2679
- "kind": "method",
2680
- "name": "onTapSymmetryY"
2681
- },
2682
- {
2683
- "kind": "method",
2684
- "name": "onTapRotateCW"
2685
- },
2686
- {
2687
- "kind": "method",
2688
- "name": "onTapRotateCCW"
2689
- },
2690
- {
2691
- "kind": "method",
2692
- "name": "onTapGroup"
2693
- },
2694
- {
2695
- "kind": "method",
2696
- "name": "onTapUngroup"
2697
- },
2698
- {
2699
- "kind": "method",
2700
- "name": "onTapFullscreen"
2701
- },
2702
- {
2703
- "kind": "method",
2704
- "name": "onTapToggle"
2705
- },
2706
- {
2707
- "kind": "method",
2708
- "name": "onTapFitScene"
2527
+ "name": "next"
2709
2528
  },
2710
2529
  {
2711
2530
  "kind": "method",
2712
- "name": "onTapPreview"
2713
- },
2531
+ "name": "previous"
2532
+ }
2533
+ ],
2534
+ "attributes": [
2714
2535
  {
2715
- "kind": "method",
2716
- "name": "onTapDownloadModel"
2536
+ "name": "rows",
2537
+ "type": {
2538
+ "text": "number"
2539
+ },
2540
+ "default": "1",
2541
+ "fieldName": "rows"
2717
2542
  },
2718
2543
  {
2719
- "kind": "method",
2720
- "name": "onTapDistribute",
2721
- "parameters": [
2722
- {
2723
- "name": "e",
2724
- "type": {
2725
- "text": "TouchEvent | string"
2726
- }
2727
- }
2728
- ]
2544
+ "name": "columns",
2545
+ "type": {
2546
+ "text": "number"
2547
+ },
2548
+ "default": "1",
2549
+ "fieldName": "columns"
2729
2550
  }
2730
2551
  ],
2731
- "events": [
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": [
2732
2580
  {
2733
- "name": "modeller-fullscreen",
2581
+ "kind": "field",
2582
+ "name": "sceneId",
2734
2583
  "type": {
2735
- "text": "CustomEvent"
2736
- }
2584
+ "text": "string"
2585
+ },
2586
+ "attribute": "sceneId"
2737
2587
  },
2738
2588
  {
2739
- "name": "hide-property-changed",
2589
+ "kind": "field",
2590
+ "name": "provider",
2740
2591
  "type": {
2741
- "text": "CustomEvent"
2742
- }
2592
+ "text": "any"
2593
+ },
2594
+ "attribute": "provider"
2743
2595
  },
2744
2596
  {
2745
- "name": "open-preview",
2597
+ "kind": "field",
2598
+ "name": "_scene",
2746
2599
  "type": {
2747
- "text": "CustomEvent"
2600
+ "text": "any"
2748
2601
  }
2749
2602
  },
2750
2603
  {
2751
- "name": "download-model",
2604
+ "kind": "field",
2605
+ "name": "_targetEl",
2752
2606
  "type": {
2753
- "text": "CustomEvent"
2607
+ "text": "HTMLElement"
2754
2608
  }
2609
+ },
2610
+ {
2611
+ "kind": "method",
2612
+ "name": "_releaseRef"
2613
+ },
2614
+ {
2615
+ "kind": "method",
2616
+ "name": "_onSceneIdChanged"
2755
2617
  }
2756
2618
  ],
2757
2619
  "attributes": [
2758
2620
  {
2759
- "name": "scene",
2760
- "type": {
2761
- "text": "Scene | undefined"
2762
- },
2763
- "fieldName": "scene"
2764
- },
2765
- {
2766
- "name": "selected",
2621
+ "name": "sceneId",
2767
2622
  "type": {
2768
- "text": "any[]"
2623
+ "text": "string"
2769
2624
  },
2770
- "default": "[]",
2771
- "fieldName": "selected"
2625
+ "fieldName": "sceneId"
2772
2626
  },
2773
2627
  {
2774
- "name": "hideProperty",
2628
+ "name": "provider",
2775
2629
  "type": {
2776
- "text": "boolean"
2630
+ "text": "any"
2777
2631
  },
2778
- "default": "false",
2779
- "fieldName": "hideProperty"
2632
+ "fieldName": "provider"
2780
2633
  }
2781
2634
  ],
2782
2635
  "superclass": {
2783
2636
  "name": "LitElement",
2784
2637
  "package": "lit"
2785
2638
  },
2786
- "tagName": "edit-toolbar",
2639
+ "tagName": "ox-board-wrapper",
2787
2640
  "customElement": true
2788
2641
  }
2789
2642
  ],
2790
2643
  "exports": [
2791
2644
  {
2792
- "kind": "js",
2793
- "name": "EditToolbar",
2645
+ "kind": "custom-element-definition",
2646
+ "name": "ox-board-wrapper",
2794
2647
  "declaration": {
2795
- "name": "EditToolbar",
2796
- "module": "src/modeller/edit-toolbar.ts"
2648
+ "name": "BoardWrapper",
2649
+ "module": "src/player/ox-board-wrapper.ts"
2797
2650
  }
2798
- },
2651
+ }
2652
+ ]
2653
+ },
2654
+ {
2655
+ "kind": "javascript-module",
2656
+ "path": "src/modeller/edit-toolbar-style.ts",
2657
+ "declarations": [
2799
2658
  {
2800
- "kind": "custom-element-definition",
2801
- "name": "edit-toolbar",
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",
2802
2668
  "declaration": {
2803
- "name": "EditToolbar",
2804
- "module": "src/modeller/edit-toolbar.ts"
2669
+ "name": "style",
2670
+ "module": "src/modeller/edit-toolbar-style.ts"
2805
2671
  }
2806
2672
  }
2807
2673
  ]
2808
2674
  },
2809
2675
  {
2810
2676
  "kind": "javascript-module",
2811
- "path": "src/player/ox-board-player-carousel.ts",
2677
+ "path": "src/modeller/edit-toolbar.ts",
2812
2678
  "declarations": [
2813
2679
  {
2814
2680
  "kind": "class",
2815
2681
  "description": "",
2816
- "name": "BoardPlayerCarousel",
2682
+ "name": "EditToolbar",
2817
2683
  "members": [
2818
2684
  {
2819
2685
  "kind": "field",
2820
- "name": "axis",
2686
+ "name": "scene",
2821
2687
  "type": {
2822
- "text": "string"
2688
+ "text": "Scene | undefined"
2823
2689
  },
2824
- "default": "'y'",
2825
- "attribute": "axis"
2690
+ "attribute": "scene"
2826
2691
  },
2827
2692
  {
2828
2693
  "kind": "field",
2829
- "name": "rows",
2694
+ "name": "selected",
2830
2695
  "type": {
2831
- "text": "number"
2696
+ "text": "any[]"
2832
2697
  },
2833
- "default": "1",
2834
- "attribute": "rows"
2698
+ "default": "[]",
2699
+ "attribute": "selected"
2835
2700
  },
2836
2701
  {
2837
2702
  "kind": "field",
2838
- "name": "columns",
2703
+ "name": "hideProperty",
2839
2704
  "type": {
2840
- "text": "number"
2705
+ "text": "boolean"
2841
2706
  },
2842
- "default": "1",
2843
- "attribute": "columns"
2707
+ "default": "false",
2708
+ "attribute": "hideProperty"
2844
2709
  },
2845
2710
  {
2846
2711
  "kind": "field",
2847
- "name": "_slotObserver",
2712
+ "name": "cliped",
2848
2713
  "type": {
2849
- "text": "MutationObserver | undefined"
2850
- }
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"
2851
2757
  },
2852
2758
  {
2853
2759
  "kind": "field",
2854
- "name": "_boundResize",
2760
+ "name": "paste",
2855
2761
  "type": {
2856
- "text": "() => void | undefined"
2857
- }
2762
+ "text": "HTMLElement"
2763
+ },
2764
+ "privacy": "private"
2858
2765
  },
2859
2766
  {
2860
2767
  "kind": "field",
2861
- "name": "_rotation",
2768
+ "name": "delete",
2862
2769
  "type": {
2863
- "text": "number"
2770
+ "text": "HTMLElement"
2864
2771
  },
2865
- "default": "0"
2772
+ "privacy": "private"
2866
2773
  },
2867
2774
  {
2868
2775
  "kind": "field",
2869
- "name": "_theta",
2776
+ "name": "forward",
2870
2777
  "type": {
2871
- "text": "number"
2778
+ "text": "HTMLElement"
2872
2779
  },
2873
- "default": "0"
2780
+ "privacy": "private"
2874
2781
  },
2875
2782
  {
2876
2783
  "kind": "field",
2877
- "name": "_radius",
2784
+ "name": "backward",
2878
2785
  "type": {
2879
- "text": "number"
2786
+ "text": "HTMLElement"
2880
2787
  },
2881
- "default": "0"
2788
+ "privacy": "private"
2882
2789
  },
2883
2790
  {
2884
2791
  "kind": "field",
2885
- "name": "_rotateFn",
2792
+ "name": "front",
2886
2793
  "type": {
2887
- "text": "string | undefined"
2888
- }
2794
+ "text": "HTMLElement"
2795
+ },
2796
+ "privacy": "private"
2889
2797
  },
2890
2798
  {
2891
2799
  "kind": "field",
2892
- "name": "_panelCount",
2800
+ "name": "back",
2893
2801
  "type": {
2894
- "text": "number"
2802
+ "text": "HTMLElement"
2895
2803
  },
2896
- "default": "0"
2804
+ "privacy": "private"
2897
2805
  },
2898
2806
  {
2899
2807
  "kind": "field",
2900
- "name": "_panelSize",
2808
+ "name": "aligners",
2901
2809
  "type": {
2902
- "text": "number"
2810
+ "text": "NodeListOf<HTMLSpanElement>"
2903
2811
  },
2904
- "default": "0"
2812
+ "privacy": "private"
2905
2813
  },
2906
2814
  {
2907
2815
  "kind": "field",
2908
- "name": "_isHorizontal",
2816
+ "name": "zorders",
2909
2817
  "type": {
2910
- "text": "boolean"
2818
+ "text": "NodeListOf<HTMLSpanElement>"
2911
2819
  },
2912
- "default": "true"
2820
+ "privacy": "private"
2913
2821
  },
2914
2822
  {
2915
2823
  "kind": "field",
2916
- "name": "_slot",
2824
+ "name": "distributes",
2917
2825
  "type": {
2918
- "text": "HTMLSlotElement"
2919
- }
2826
+ "text": "NodeListOf<HTMLSpanElement>"
2827
+ },
2828
+ "privacy": "private"
2920
2829
  },
2921
2830
  {
2922
- "kind": "field",
2923
- "name": "_carousel",
2924
- "type": {
2925
- "text": "HTMLElement"
2926
- }
2831
+ "kind": "method",
2832
+ "name": "onWheelEvent",
2833
+ "parameters": [
2834
+ {
2835
+ "name": "e",
2836
+ "type": {
2837
+ "text": "Event"
2838
+ }
2839
+ }
2840
+ ]
2927
2841
  },
2928
2842
  {
2929
2843
  "kind": "method",
2930
- "name": "build"
2844
+ "name": "getSymbol",
2845
+ "parameters": [
2846
+ {
2847
+ "name": "key",
2848
+ "type": {
2849
+ "text": "string"
2850
+ }
2851
+ }
2852
+ ]
2931
2853
  },
2932
2854
  {
2933
2855
  "kind": "method",
2934
- "name": "start"
2856
+ "name": "getShortcutString",
2857
+ "privacy": "private",
2858
+ "parameters": [
2859
+ {
2860
+ "name": "keys",
2861
+ "type": {
2862
+ "text": "string[]"
2863
+ }
2864
+ }
2865
+ ]
2866
+ },
2867
+ {
2868
+ "kind": "method",
2869
+ "name": "onShortcut",
2870
+ "parameters": [
2871
+ {
2872
+ "name": "e",
2873
+ "type": {
2874
+ "text": "KeyboardEvent"
2875
+ }
2876
+ }
2877
+ ]
2878
+ },
2879
+ {
2880
+ "kind": "method",
2881
+ "name": "onExecute",
2882
+ "parameters": [
2883
+ {
2884
+ "name": "command",
2885
+ "type": {
2886
+ "text": "string"
2887
+ }
2888
+ },
2889
+ {
2890
+ "name": "undoable",
2891
+ "type": {
2892
+ "text": "boolean"
2893
+ }
2894
+ },
2895
+ {
2896
+ "name": "redoable",
2897
+ "type": {
2898
+ "text": "boolean"
2899
+ }
2900
+ }
2901
+ ]
2902
+ },
2903
+ {
2904
+ "kind": "method",
2905
+ "name": "onUndo",
2906
+ "parameters": [
2907
+ {
2908
+ "name": "undoable",
2909
+ "type": {
2910
+ "text": "boolean"
2911
+ }
2912
+ },
2913
+ {
2914
+ "name": "redoable",
2915
+ "type": {
2916
+ "text": "boolean"
2917
+ }
2918
+ }
2919
+ ]
2920
+ },
2921
+ {
2922
+ "kind": "method",
2923
+ "name": "onRedo",
2924
+ "parameters": [
2925
+ {
2926
+ "name": "undoable",
2927
+ "type": {
2928
+ "text": "boolean"
2929
+ }
2930
+ },
2931
+ {
2932
+ "name": "redoable",
2933
+ "type": {
2934
+ "text": "boolean"
2935
+ }
2936
+ }
2937
+ ]
2938
+ },
2939
+ {
2940
+ "kind": "method",
2941
+ "name": "onSceneChanged",
2942
+ "parameters": [
2943
+ {
2944
+ "name": "after",
2945
+ "optional": true,
2946
+ "type": {
2947
+ "text": "Scene"
2948
+ }
2949
+ },
2950
+ {
2951
+ "name": "before",
2952
+ "optional": true,
2953
+ "type": {
2954
+ "text": "Scene"
2955
+ }
2956
+ }
2957
+ ]
2958
+ },
2959
+ {
2960
+ "kind": "method",
2961
+ "name": "onSelectedChanged",
2962
+ "parameters": [
2963
+ {
2964
+ "name": "after",
2965
+ "type": {
2966
+ "text": "Component[]"
2967
+ }
2968
+ },
2969
+ {
2970
+ "name": "before",
2971
+ "type": {
2972
+ "text": "Component[]"
2973
+ }
2974
+ }
2975
+ ]
2976
+ },
2977
+ {
2978
+ "kind": "method",
2979
+ "name": "onTapUndo"
2980
+ },
2981
+ {
2982
+ "kind": "method",
2983
+ "name": "onTapRedo"
2984
+ },
2985
+ {
2986
+ "kind": "method",
2987
+ "name": "onTapCut"
2988
+ },
2989
+ {
2990
+ "kind": "method",
2991
+ "name": "onTapCopy"
2992
+ },
2993
+ {
2994
+ "kind": "method",
2995
+ "name": "onTapPaste"
2996
+ },
2997
+ {
2998
+ "kind": "method",
2999
+ "name": "onTapDelete"
3000
+ },
3001
+ {
3002
+ "kind": "method",
3003
+ "name": "onTapSelectAll"
3004
+ },
3005
+ {
3006
+ "kind": "method",
3007
+ "name": "onTapFontIncrease",
3008
+ "parameters": [
3009
+ {
3010
+ "name": "e",
3011
+ "type": {
3012
+ "text": "TouchEvent"
3013
+ }
3014
+ }
3015
+ ]
3016
+ },
3017
+ {
3018
+ "kind": "method",
3019
+ "name": "onTapFontDecrease",
3020
+ "parameters": [
3021
+ {
3022
+ "name": "e",
3023
+ "type": {
3024
+ "text": "TouchEvent"
3025
+ }
3026
+ }
3027
+ ]
2935
3028
  },
2936
3029
  {
2937
3030
  "kind": "method",
2938
- "name": "stop"
3031
+ "name": "onTapAlign",
3032
+ "parameters": [
3033
+ {
3034
+ "name": "e",
3035
+ "type": {
3036
+ "text": "TouchEvent | string"
3037
+ }
3038
+ }
3039
+ ]
2939
3040
  },
2940
3041
  {
2941
3042
  "kind": "method",
2942
- "name": "_onAxisChanged"
3043
+ "name": "onTapZorder",
3044
+ "parameters": [
3045
+ {
3046
+ "name": "e",
3047
+ "type": {
3048
+ "text": "TouchEvent | string"
3049
+ }
3050
+ }
3051
+ ]
2943
3052
  },
2944
3053
  {
2945
3054
  "kind": "method",
2946
- "name": "_transform"
3055
+ "name": "onTapSymmetryX"
2947
3056
  },
2948
3057
  {
2949
3058
  "kind": "method",
2950
- "name": "previous"
3059
+ "name": "onTapSymmetryY"
2951
3060
  },
2952
3061
  {
2953
3062
  "kind": "method",
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"
2973
- },
2974
- {
2975
- "name": "rows",
2976
- "type": {
2977
- "text": "number"
2978
- },
2979
- "default": "1",
2980
- "fieldName": "rows"
3063
+ "name": "onTapRotateCW"
2981
3064
  },
2982
3065
  {
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"
3066
+ "kind": "method",
3067
+ "name": "onTapRotateCCW"
3027
3068
  },
3028
3069
  {
3029
- "kind": "field",
3030
- "name": "columns",
3031
- "type": {
3032
- "text": "number"
3033
- },
3034
- "default": "1",
3035
- "attribute": "columns"
3070
+ "kind": "method",
3071
+ "name": "onTapGroup"
3036
3072
  },
3037
3073
  {
3038
- "kind": "field",
3039
- "name": "_slotObserver",
3040
- "type": {
3041
- "text": "MutationObserver | undefined"
3042
- }
3074
+ "kind": "method",
3075
+ "name": "onTapUngroup"
3043
3076
  },
3044
3077
  {
3045
- "kind": "field",
3046
- "name": "_slot",
3047
- "type": {
3048
- "text": "HTMLSlotElement"
3049
- }
3078
+ "kind": "method",
3079
+ "name": "onTapFullscreen"
3050
3080
  },
3051
3081
  {
3052
3082
  "kind": "method",
3053
- "name": "start"
3083
+ "name": "onTapToggle"
3054
3084
  },
3055
3085
  {
3056
3086
  "kind": "method",
3057
- "name": "stop"
3087
+ "name": "onTapFitScene"
3058
3088
  },
3059
3089
  {
3060
3090
  "kind": "method",
3061
- "name": "next"
3091
+ "name": "onTapPreview"
3062
3092
  },
3063
3093
  {
3064
3094
  "kind": "method",
3065
- "name": "previous"
3066
- }
3067
- ],
3068
- "attributes": [
3069
- {
3070
- "name": "rows",
3071
- "type": {
3072
- "text": "number"
3073
- },
3074
- "default": "1",
3075
- "fieldName": "rows"
3095
+ "name": "onTapDownloadModel"
3076
3096
  },
3077
3097
  {
3078
- "name": "columns",
3079
- "type": {
3080
- "text": "number"
3081
- },
3082
- "default": "1",
3083
- "fieldName": "columns"
3098
+ "kind": "method",
3099
+ "name": "onTapDistribute",
3100
+ "parameters": [
3101
+ {
3102
+ "name": "e",
3103
+ "type": {
3104
+ "text": "TouchEvent | string"
3105
+ }
3106
+ }
3107
+ ]
3084
3108
  }
3085
3109
  ],
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": [
3110
+ "events": [
3114
3111
  {
3115
- "kind": "field",
3116
- "name": "sceneId",
3112
+ "name": "modeller-fullscreen",
3117
3113
  "type": {
3118
- "text": "string"
3119
- },
3120
- "attribute": "sceneId"
3114
+ "text": "CustomEvent"
3115
+ }
3121
3116
  },
3122
3117
  {
3123
- "kind": "field",
3124
- "name": "provider",
3118
+ "name": "hide-property-changed",
3125
3119
  "type": {
3126
- "text": "any"
3127
- },
3128
- "attribute": "provider"
3120
+ "text": "CustomEvent"
3121
+ }
3129
3122
  },
3130
3123
  {
3131
- "kind": "field",
3132
- "name": "_scene",
3124
+ "name": "open-preview",
3133
3125
  "type": {
3134
- "text": "any"
3126
+ "text": "CustomEvent"
3135
3127
  }
3136
3128
  },
3137
3129
  {
3138
- "kind": "field",
3139
- "name": "_targetEl",
3130
+ "name": "download-model",
3140
3131
  "type": {
3141
- "text": "HTMLElement"
3132
+ "text": "CustomEvent"
3142
3133
  }
3143
- },
3144
- {
3145
- "kind": "method",
3146
- "name": "_releaseRef"
3147
- },
3148
- {
3149
- "kind": "method",
3150
- "name": "_onSceneIdChanged"
3151
3134
  }
3152
3135
  ],
3153
3136
  "attributes": [
3154
3137
  {
3155
- "name": "sceneId",
3138
+ "name": "scene",
3156
3139
  "type": {
3157
- "text": "string"
3140
+ "text": "Scene | undefined"
3158
3141
  },
3159
- "fieldName": "sceneId"
3142
+ "fieldName": "scene"
3160
3143
  },
3161
3144
  {
3162
- "name": "provider",
3145
+ "name": "selected",
3163
3146
  "type": {
3164
- "text": "any"
3147
+ "text": "any[]"
3165
3148
  },
3166
- "fieldName": "provider"
3149
+ "default": "[]",
3150
+ "fieldName": "selected"
3151
+ },
3152
+ {
3153
+ "name": "hideProperty",
3154
+ "type": {
3155
+ "text": "boolean"
3156
+ },
3157
+ "default": "false",
3158
+ "fieldName": "hideProperty"
3167
3159
  }
3168
3160
  ],
3169
3161
  "superclass": {
3170
3162
  "name": "LitElement",
3171
3163
  "package": "lit"
3172
3164
  },
3173
- "tagName": "ox-board-wrapper",
3165
+ "tagName": "edit-toolbar",
3174
3166
  "customElement": true
3175
3167
  }
3176
3168
  ],
3177
3169
  "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": "ox-board-wrapper",
3180
+ "name": "edit-toolbar",
3181
3181
  "declaration": {
3182
- "name": "BoardWrapper",
3183
- "module": "src/player/ox-board-wrapper.ts"
3182
+ "name": "EditToolbar",
3183
+ "module": "src/modeller/edit-toolbar.ts"
3184
3184
  }
3185
3185
  }
3186
3186
  ]