@operato/board 0.3.18 → 0.3.19

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.
@@ -1823,455 +1823,6 @@
1823
1823
  }
1824
1824
  ]
1825
1825
  },
1826
- {
1827
- "kind": "javascript-module",
1828
- "path": "src/graphql/board.ts",
1829
- "declarations": [
1830
- {
1831
- "kind": "function",
1832
- "name": "fetchBoardList",
1833
- "parameters": [
1834
- {
1835
- "name": "listParam",
1836
- "default": "{}"
1837
- }
1838
- ]
1839
- },
1840
- {
1841
- "kind": "function",
1842
- "name": "fetchBoard",
1843
- "parameters": [
1844
- {
1845
- "name": "id",
1846
- "type": {
1847
- "text": "string"
1848
- }
1849
- }
1850
- ]
1851
- },
1852
- {
1853
- "kind": "function",
1854
- "name": "createBoard",
1855
- "parameters": [
1856
- {
1857
- "name": "board",
1858
- "type": {
1859
- "text": "Board"
1860
- }
1861
- }
1862
- ]
1863
- },
1864
- {
1865
- "kind": "function",
1866
- "name": "updateBoard",
1867
- "parameters": [
1868
- {
1869
- "name": "board",
1870
- "type": {
1871
- "text": "Board"
1872
- }
1873
- }
1874
- ]
1875
- },
1876
- {
1877
- "kind": "function",
1878
- "name": "deleteBoard",
1879
- "parameters": [
1880
- {
1881
- "name": "id",
1882
- "type": {
1883
- "text": "string"
1884
- }
1885
- }
1886
- ]
1887
- }
1888
- ],
1889
- "exports": [
1890
- {
1891
- "kind": "js",
1892
- "name": "fetchBoardList",
1893
- "declaration": {
1894
- "name": "fetchBoardList",
1895
- "module": "src/graphql/board.ts"
1896
- }
1897
- },
1898
- {
1899
- "kind": "js",
1900
- "name": "fetchBoard",
1901
- "declaration": {
1902
- "name": "fetchBoard",
1903
- "module": "src/graphql/board.ts"
1904
- }
1905
- },
1906
- {
1907
- "kind": "js",
1908
- "name": "createBoard",
1909
- "declaration": {
1910
- "name": "createBoard",
1911
- "module": "src/graphql/board.ts"
1912
- }
1913
- },
1914
- {
1915
- "kind": "js",
1916
- "name": "updateBoard",
1917
- "declaration": {
1918
- "name": "updateBoard",
1919
- "module": "src/graphql/board.ts"
1920
- }
1921
- },
1922
- {
1923
- "kind": "js",
1924
- "name": "deleteBoard",
1925
- "declaration": {
1926
- "name": "deleteBoard",
1927
- "module": "src/graphql/board.ts"
1928
- }
1929
- }
1930
- ]
1931
- },
1932
- {
1933
- "kind": "javascript-module",
1934
- "path": "src/graphql/favorite-board.ts",
1935
- "declarations": [
1936
- {
1937
- "kind": "function",
1938
- "name": "fetchFavoriteBoardList",
1939
- "parameters": [
1940
- {
1941
- "name": "listParam",
1942
- "default": "{}"
1943
- }
1944
- ]
1945
- }
1946
- ],
1947
- "exports": [
1948
- {
1949
- "kind": "js",
1950
- "name": "fetchFavoriteBoardList",
1951
- "declaration": {
1952
- "name": "fetchFavoriteBoardList",
1953
- "module": "src/graphql/favorite-board.ts"
1954
- }
1955
- }
1956
- ]
1957
- },
1958
- {
1959
- "kind": "javascript-module",
1960
- "path": "src/graphql/group.ts",
1961
- "declarations": [
1962
- {
1963
- "kind": "function",
1964
- "name": "fetchGroup",
1965
- "parameters": [
1966
- {
1967
- "name": "id",
1968
- "type": {
1969
- "text": "string"
1970
- }
1971
- }
1972
- ]
1973
- },
1974
- {
1975
- "kind": "function",
1976
- "name": "updateGroup",
1977
- "parameters": [
1978
- {
1979
- "name": "group",
1980
- "type": {
1981
- "text": "BoardGroup"
1982
- }
1983
- }
1984
- ]
1985
- },
1986
- {
1987
- "kind": "function",
1988
- "name": "deleteGroup",
1989
- "parameters": [
1990
- {
1991
- "name": "id",
1992
- "type": {
1993
- "text": "string"
1994
- }
1995
- }
1996
- ]
1997
- },
1998
- {
1999
- "kind": "function",
2000
- "name": "fetchGroupList"
2001
- },
2002
- {
2003
- "kind": "function",
2004
- "name": "createGroup",
2005
- "parameters": [
2006
- {
2007
- "name": "group",
2008
- "type": {
2009
- "text": "BoardGroup"
2010
- }
2011
- }
2012
- ]
2013
- },
2014
- {
2015
- "kind": "function",
2016
- "name": "joinGroup",
2017
- "parameters": [
2018
- {
2019
- "name": "boardId",
2020
- "type": {
2021
- "text": "string"
2022
- }
2023
- },
2024
- {
2025
- "name": "groupId",
2026
- "type": {
2027
- "text": "string"
2028
- }
2029
- }
2030
- ]
2031
- }
2032
- ],
2033
- "exports": [
2034
- {
2035
- "kind": "js",
2036
- "name": "fetchGroup",
2037
- "declaration": {
2038
- "name": "fetchGroup",
2039
- "module": "src/graphql/group.ts"
2040
- }
2041
- },
2042
- {
2043
- "kind": "js",
2044
- "name": "updateGroup",
2045
- "declaration": {
2046
- "name": "updateGroup",
2047
- "module": "src/graphql/group.ts"
2048
- }
2049
- },
2050
- {
2051
- "kind": "js",
2052
- "name": "deleteGroup",
2053
- "declaration": {
2054
- "name": "deleteGroup",
2055
- "module": "src/graphql/group.ts"
2056
- }
2057
- },
2058
- {
2059
- "kind": "js",
2060
- "name": "fetchGroupList",
2061
- "declaration": {
2062
- "name": "fetchGroupList",
2063
- "module": "src/graphql/group.ts"
2064
- }
2065
- },
2066
- {
2067
- "kind": "js",
2068
- "name": "createGroup",
2069
- "declaration": {
2070
- "name": "createGroup",
2071
- "module": "src/graphql/group.ts"
2072
- }
2073
- },
2074
- {
2075
- "kind": "js",
2076
- "name": "joinGroup",
2077
- "declaration": {
2078
- "name": "joinGroup",
2079
- "module": "src/graphql/group.ts"
2080
- }
2081
- }
2082
- ]
2083
- },
2084
- {
2085
- "kind": "javascript-module",
2086
- "path": "src/graphql/index.ts",
2087
- "declarations": [],
2088
- "exports": [
2089
- {
2090
- "kind": "js",
2091
- "name": "*",
2092
- "declaration": {
2093
- "name": "*",
2094
- "package": "./board"
2095
- }
2096
- },
2097
- {
2098
- "kind": "js",
2099
- "name": "*",
2100
- "declaration": {
2101
- "name": "*",
2102
- "package": "./group"
2103
- }
2104
- },
2105
- {
2106
- "kind": "js",
2107
- "name": "*",
2108
- "declaration": {
2109
- "name": "*",
2110
- "package": "./play-group"
2111
- }
2112
- },
2113
- {
2114
- "kind": "js",
2115
- "name": "*",
2116
- "declaration": {
2117
- "name": "*",
2118
- "package": "./favorite-board"
2119
- }
2120
- }
2121
- ]
2122
- },
2123
- {
2124
- "kind": "javascript-module",
2125
- "path": "src/graphql/play-group.ts",
2126
- "declarations": [
2127
- {
2128
- "kind": "function",
2129
- "name": "fetchPlayGroupList"
2130
- },
2131
- {
2132
- "kind": "function",
2133
- "name": "fetchPlayGroup",
2134
- "parameters": [
2135
- {
2136
- "name": "groupId",
2137
- "type": {
2138
- "text": "string"
2139
- }
2140
- }
2141
- ]
2142
- },
2143
- {
2144
- "kind": "function",
2145
- "name": "createPlayGroup",
2146
- "parameters": [
2147
- {
2148
- "name": "group",
2149
- "type": {
2150
- "text": "PlayGroup"
2151
- }
2152
- }
2153
- ]
2154
- },
2155
- {
2156
- "kind": "function",
2157
- "name": "updatePlayGroup",
2158
- "parameters": [
2159
- {
2160
- "name": "group",
2161
- "type": {
2162
- "text": "PlayGroup"
2163
- }
2164
- }
2165
- ]
2166
- },
2167
- {
2168
- "kind": "function",
2169
- "name": "deletePlayGroup",
2170
- "parameters": [
2171
- {
2172
- "name": "id",
2173
- "type": {
2174
- "text": "string"
2175
- }
2176
- }
2177
- ]
2178
- },
2179
- {
2180
- "kind": "function",
2181
- "name": "joinPlayGroup",
2182
- "parameters": [
2183
- {
2184
- "name": "boardId",
2185
- "type": {
2186
- "text": "string"
2187
- }
2188
- },
2189
- {
2190
- "name": "group",
2191
- "type": {
2192
- "text": "PlayGroup"
2193
- }
2194
- }
2195
- ]
2196
- },
2197
- {
2198
- "kind": "function",
2199
- "name": "leavePlayGroup",
2200
- "parameters": [
2201
- {
2202
- "name": "boardId",
2203
- "type": {
2204
- "text": "string"
2205
- }
2206
- },
2207
- {
2208
- "name": "groupId",
2209
- "type": {
2210
- "text": "string"
2211
- }
2212
- }
2213
- ]
2214
- }
2215
- ],
2216
- "exports": [
2217
- {
2218
- "kind": "js",
2219
- "name": "fetchPlayGroupList",
2220
- "declaration": {
2221
- "name": "fetchPlayGroupList",
2222
- "module": "src/graphql/play-group.ts"
2223
- }
2224
- },
2225
- {
2226
- "kind": "js",
2227
- "name": "fetchPlayGroup",
2228
- "declaration": {
2229
- "name": "fetchPlayGroup",
2230
- "module": "src/graphql/play-group.ts"
2231
- }
2232
- },
2233
- {
2234
- "kind": "js",
2235
- "name": "createPlayGroup",
2236
- "declaration": {
2237
- "name": "createPlayGroup",
2238
- "module": "src/graphql/play-group.ts"
2239
- }
2240
- },
2241
- {
2242
- "kind": "js",
2243
- "name": "updatePlayGroup",
2244
- "declaration": {
2245
- "name": "updatePlayGroup",
2246
- "module": "src/graphql/play-group.ts"
2247
- }
2248
- },
2249
- {
2250
- "kind": "js",
2251
- "name": "deletePlayGroup",
2252
- "declaration": {
2253
- "name": "deletePlayGroup",
2254
- "module": "src/graphql/play-group.ts"
2255
- }
2256
- },
2257
- {
2258
- "kind": "js",
2259
- "name": "joinPlayGroup",
2260
- "declaration": {
2261
- "name": "joinPlayGroup",
2262
- "module": "src/graphql/play-group.ts"
2263
- }
2264
- },
2265
- {
2266
- "kind": "js",
2267
- "name": "leavePlayGroup",
2268
- "declaration": {
2269
- "name": "leavePlayGroup",
2270
- "module": "src/graphql/play-group.ts"
2271
- }
2272
- }
2273
- ]
2274
- },
2275
1826
  {
2276
1827
  "kind": "javascript-module",
2277
1828
  "path": "src/modeller/edit-toolbar-style.ts",
@@ -2992,195 +2543,644 @@
2992
2543
  "name": "LitElement",
2993
2544
  "package": "lit"
2994
2545
  },
2995
- "tagName": "ox-board-player-carousel",
2546
+ "tagName": "ox-board-player-carousel",
2547
+ "customElement": true
2548
+ }
2549
+ ],
2550
+ "exports": [
2551
+ {
2552
+ "kind": "custom-element-definition",
2553
+ "name": "ox-board-player-carousel",
2554
+ "declaration": {
2555
+ "name": "BoardPlayerCarousel",
2556
+ "module": "src/player/ox-board-player-carousel.ts"
2557
+ }
2558
+ }
2559
+ ]
2560
+ },
2561
+ {
2562
+ "kind": "javascript-module",
2563
+ "path": "src/player/ox-board-player-grid.ts",
2564
+ "declarations": [
2565
+ {
2566
+ "kind": "class",
2567
+ "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>",
2568
+ "name": "BoardPlayerGrid",
2569
+ "members": [
2570
+ {
2571
+ "kind": "field",
2572
+ "name": "rows",
2573
+ "type": {
2574
+ "text": "number"
2575
+ },
2576
+ "default": "1",
2577
+ "attribute": "rows"
2578
+ },
2579
+ {
2580
+ "kind": "field",
2581
+ "name": "columns",
2582
+ "type": {
2583
+ "text": "number"
2584
+ },
2585
+ "default": "1",
2586
+ "attribute": "columns"
2587
+ },
2588
+ {
2589
+ "kind": "field",
2590
+ "name": "_slotObserver",
2591
+ "type": {
2592
+ "text": "MutationObserver | undefined"
2593
+ }
2594
+ },
2595
+ {
2596
+ "kind": "field",
2597
+ "name": "_slot",
2598
+ "type": {
2599
+ "text": "HTMLSlotElement"
2600
+ }
2601
+ },
2602
+ {
2603
+ "kind": "method",
2604
+ "name": "start"
2605
+ },
2606
+ {
2607
+ "kind": "method",
2608
+ "name": "stop"
2609
+ },
2610
+ {
2611
+ "kind": "method",
2612
+ "name": "next"
2613
+ },
2614
+ {
2615
+ "kind": "method",
2616
+ "name": "previous"
2617
+ }
2618
+ ],
2619
+ "attributes": [
2620
+ {
2621
+ "name": "rows",
2622
+ "type": {
2623
+ "text": "number"
2624
+ },
2625
+ "default": "1",
2626
+ "fieldName": "rows"
2627
+ },
2628
+ {
2629
+ "name": "columns",
2630
+ "type": {
2631
+ "text": "number"
2632
+ },
2633
+ "default": "1",
2634
+ "fieldName": "columns"
2635
+ }
2636
+ ],
2637
+ "superclass": {
2638
+ "name": "LitElement",
2639
+ "package": "lit"
2640
+ },
2641
+ "tagName": "ox-board-player-grid",
2996
2642
  "customElement": true
2997
2643
  }
2998
2644
  ],
2999
2645
  "exports": [
3000
2646
  {
3001
2647
  "kind": "custom-element-definition",
3002
- "name": "ox-board-player-carousel",
2648
+ "name": "ox-board-player-grid",
3003
2649
  "declaration": {
3004
- "name": "BoardPlayerCarousel",
3005
- "module": "src/player/ox-board-player-carousel.ts"
2650
+ "name": "BoardPlayerGrid",
2651
+ "module": "src/player/ox-board-player-grid.ts"
3006
2652
  }
3007
2653
  }
3008
2654
  ]
3009
2655
  },
3010
2656
  {
3011
2657
  "kind": "javascript-module",
3012
- "path": "src/player/ox-board-player-grid.ts",
2658
+ "path": "src/player/ox-board-wrapper.ts",
3013
2659
  "declarations": [
3014
2660
  {
3015
2661
  "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",
2662
+ "description": "",
2663
+ "name": "BoardWrapper",
3018
2664
  "members": [
3019
2665
  {
3020
2666
  "kind": "field",
3021
- "name": "rows",
2667
+ "name": "sceneId",
3022
2668
  "type": {
3023
- "text": "number"
2669
+ "text": "string"
3024
2670
  },
3025
- "default": "1",
3026
- "attribute": "rows"
2671
+ "attribute": "sceneId"
3027
2672
  },
3028
2673
  {
3029
2674
  "kind": "field",
3030
- "name": "columns",
2675
+ "name": "provider",
3031
2676
  "type": {
3032
- "text": "number"
2677
+ "text": "any"
3033
2678
  },
3034
- "default": "1",
3035
- "attribute": "columns"
2679
+ "attribute": "provider"
3036
2680
  },
3037
2681
  {
3038
2682
  "kind": "field",
3039
- "name": "_slotObserver",
2683
+ "name": "_scene",
3040
2684
  "type": {
3041
- "text": "MutationObserver | undefined"
2685
+ "text": "any"
3042
2686
  }
3043
2687
  },
3044
2688
  {
3045
2689
  "kind": "field",
3046
- "name": "_slot",
2690
+ "name": "_targetEl",
3047
2691
  "type": {
3048
- "text": "HTMLSlotElement"
2692
+ "text": "HTMLElement"
3049
2693
  }
3050
2694
  },
3051
2695
  {
3052
2696
  "kind": "method",
3053
- "name": "start"
2697
+ "name": "_releaseRef"
3054
2698
  },
3055
2699
  {
3056
2700
  "kind": "method",
3057
- "name": "stop"
3058
- },
2701
+ "name": "_onSceneIdChanged"
2702
+ }
2703
+ ],
2704
+ "attributes": [
3059
2705
  {
3060
- "kind": "method",
3061
- "name": "next"
2706
+ "name": "sceneId",
2707
+ "type": {
2708
+ "text": "string"
2709
+ },
2710
+ "fieldName": "sceneId"
3062
2711
  },
3063
2712
  {
3064
- "kind": "method",
3065
- "name": "previous"
2713
+ "name": "provider",
2714
+ "type": {
2715
+ "text": "any"
2716
+ },
2717
+ "fieldName": "provider"
2718
+ }
2719
+ ],
2720
+ "superclass": {
2721
+ "name": "LitElement",
2722
+ "package": "lit"
2723
+ },
2724
+ "tagName": "ox-board-wrapper",
2725
+ "customElement": true
2726
+ }
2727
+ ],
2728
+ "exports": [
2729
+ {
2730
+ "kind": "custom-element-definition",
2731
+ "name": "ox-board-wrapper",
2732
+ "declaration": {
2733
+ "name": "BoardWrapper",
2734
+ "module": "src/player/ox-board-wrapper.ts"
2735
+ }
2736
+ }
2737
+ ]
2738
+ },
2739
+ {
2740
+ "kind": "javascript-module",
2741
+ "path": "src/graphql/board.ts",
2742
+ "declarations": [
2743
+ {
2744
+ "kind": "function",
2745
+ "name": "fetchBoardList",
2746
+ "parameters": [
2747
+ {
2748
+ "name": "listParam",
2749
+ "default": "{}"
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "kind": "function",
2755
+ "name": "fetchBoard",
2756
+ "parameters": [
2757
+ {
2758
+ "name": "id",
2759
+ "type": {
2760
+ "text": "string"
2761
+ }
2762
+ }
2763
+ ]
2764
+ },
2765
+ {
2766
+ "kind": "function",
2767
+ "name": "createBoard",
2768
+ "parameters": [
2769
+ {
2770
+ "name": "board",
2771
+ "type": {
2772
+ "text": "Board"
2773
+ }
2774
+ }
2775
+ ]
2776
+ },
2777
+ {
2778
+ "kind": "function",
2779
+ "name": "updateBoard",
2780
+ "parameters": [
2781
+ {
2782
+ "name": "board",
2783
+ "type": {
2784
+ "text": "Board"
2785
+ }
2786
+ }
2787
+ ]
2788
+ },
2789
+ {
2790
+ "kind": "function",
2791
+ "name": "deleteBoard",
2792
+ "parameters": [
2793
+ {
2794
+ "name": "id",
2795
+ "type": {
2796
+ "text": "string"
2797
+ }
2798
+ }
2799
+ ]
2800
+ }
2801
+ ],
2802
+ "exports": [
2803
+ {
2804
+ "kind": "js",
2805
+ "name": "fetchBoardList",
2806
+ "declaration": {
2807
+ "name": "fetchBoardList",
2808
+ "module": "src/graphql/board.ts"
2809
+ }
2810
+ },
2811
+ {
2812
+ "kind": "js",
2813
+ "name": "fetchBoard",
2814
+ "declaration": {
2815
+ "name": "fetchBoard",
2816
+ "module": "src/graphql/board.ts"
2817
+ }
2818
+ },
2819
+ {
2820
+ "kind": "js",
2821
+ "name": "createBoard",
2822
+ "declaration": {
2823
+ "name": "createBoard",
2824
+ "module": "src/graphql/board.ts"
2825
+ }
2826
+ },
2827
+ {
2828
+ "kind": "js",
2829
+ "name": "updateBoard",
2830
+ "declaration": {
2831
+ "name": "updateBoard",
2832
+ "module": "src/graphql/board.ts"
2833
+ }
2834
+ },
2835
+ {
2836
+ "kind": "js",
2837
+ "name": "deleteBoard",
2838
+ "declaration": {
2839
+ "name": "deleteBoard",
2840
+ "module": "src/graphql/board.ts"
2841
+ }
2842
+ }
2843
+ ]
2844
+ },
2845
+ {
2846
+ "kind": "javascript-module",
2847
+ "path": "src/graphql/favorite-board.ts",
2848
+ "declarations": [
2849
+ {
2850
+ "kind": "function",
2851
+ "name": "fetchFavoriteBoardList",
2852
+ "parameters": [
2853
+ {
2854
+ "name": "listParam",
2855
+ "default": "{}"
2856
+ }
2857
+ ]
2858
+ }
2859
+ ],
2860
+ "exports": [
2861
+ {
2862
+ "kind": "js",
2863
+ "name": "fetchFavoriteBoardList",
2864
+ "declaration": {
2865
+ "name": "fetchFavoriteBoardList",
2866
+ "module": "src/graphql/favorite-board.ts"
2867
+ }
2868
+ }
2869
+ ]
2870
+ },
2871
+ {
2872
+ "kind": "javascript-module",
2873
+ "path": "src/graphql/group.ts",
2874
+ "declarations": [
2875
+ {
2876
+ "kind": "function",
2877
+ "name": "fetchGroup",
2878
+ "parameters": [
2879
+ {
2880
+ "name": "id",
2881
+ "type": {
2882
+ "text": "string"
2883
+ }
2884
+ }
2885
+ ]
2886
+ },
2887
+ {
2888
+ "kind": "function",
2889
+ "name": "updateGroup",
2890
+ "parameters": [
2891
+ {
2892
+ "name": "group",
2893
+ "type": {
2894
+ "text": "BoardGroup"
2895
+ }
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "kind": "function",
2901
+ "name": "deleteGroup",
2902
+ "parameters": [
2903
+ {
2904
+ "name": "id",
2905
+ "type": {
2906
+ "text": "string"
2907
+ }
2908
+ }
2909
+ ]
2910
+ },
2911
+ {
2912
+ "kind": "function",
2913
+ "name": "fetchGroupList"
2914
+ },
2915
+ {
2916
+ "kind": "function",
2917
+ "name": "createGroup",
2918
+ "parameters": [
2919
+ {
2920
+ "name": "group",
2921
+ "type": {
2922
+ "text": "BoardGroup"
2923
+ }
3066
2924
  }
3067
- ],
3068
- "attributes": [
2925
+ ]
2926
+ },
2927
+ {
2928
+ "kind": "function",
2929
+ "name": "joinGroup",
2930
+ "parameters": [
3069
2931
  {
3070
- "name": "rows",
2932
+ "name": "boardId",
3071
2933
  "type": {
3072
- "text": "number"
3073
- },
3074
- "default": "1",
3075
- "fieldName": "rows"
2934
+ "text": "string"
2935
+ }
3076
2936
  },
3077
2937
  {
3078
- "name": "columns",
2938
+ "name": "groupId",
3079
2939
  "type": {
3080
- "text": "number"
3081
- },
3082
- "default": "1",
3083
- "fieldName": "columns"
2940
+ "text": "string"
2941
+ }
3084
2942
  }
3085
- ],
3086
- "superclass": {
3087
- "name": "LitElement",
3088
- "package": "lit"
3089
- },
3090
- "tagName": "ox-board-player-grid",
3091
- "customElement": true
2943
+ ]
3092
2944
  }
3093
2945
  ],
3094
2946
  "exports": [
3095
2947
  {
3096
- "kind": "custom-element-definition",
3097
- "name": "ox-board-player-grid",
2948
+ "kind": "js",
2949
+ "name": "fetchGroup",
3098
2950
  "declaration": {
3099
- "name": "BoardPlayerGrid",
3100
- "module": "src/player/ox-board-player-grid.ts"
2951
+ "name": "fetchGroup",
2952
+ "module": "src/graphql/group.ts"
2953
+ }
2954
+ },
2955
+ {
2956
+ "kind": "js",
2957
+ "name": "updateGroup",
2958
+ "declaration": {
2959
+ "name": "updateGroup",
2960
+ "module": "src/graphql/group.ts"
2961
+ }
2962
+ },
2963
+ {
2964
+ "kind": "js",
2965
+ "name": "deleteGroup",
2966
+ "declaration": {
2967
+ "name": "deleteGroup",
2968
+ "module": "src/graphql/group.ts"
2969
+ }
2970
+ },
2971
+ {
2972
+ "kind": "js",
2973
+ "name": "fetchGroupList",
2974
+ "declaration": {
2975
+ "name": "fetchGroupList",
2976
+ "module": "src/graphql/group.ts"
2977
+ }
2978
+ },
2979
+ {
2980
+ "kind": "js",
2981
+ "name": "createGroup",
2982
+ "declaration": {
2983
+ "name": "createGroup",
2984
+ "module": "src/graphql/group.ts"
2985
+ }
2986
+ },
2987
+ {
2988
+ "kind": "js",
2989
+ "name": "joinGroup",
2990
+ "declaration": {
2991
+ "name": "joinGroup",
2992
+ "module": "src/graphql/group.ts"
3101
2993
  }
3102
2994
  }
3103
2995
  ]
3104
2996
  },
3105
2997
  {
3106
2998
  "kind": "javascript-module",
3107
- "path": "src/player/ox-board-wrapper.ts",
2999
+ "path": "src/graphql/index.ts",
3000
+ "declarations": [],
3001
+ "exports": [
3002
+ {
3003
+ "kind": "js",
3004
+ "name": "*",
3005
+ "declaration": {
3006
+ "name": "*",
3007
+ "package": "./board"
3008
+ }
3009
+ },
3010
+ {
3011
+ "kind": "js",
3012
+ "name": "*",
3013
+ "declaration": {
3014
+ "name": "*",
3015
+ "package": "./group"
3016
+ }
3017
+ },
3018
+ {
3019
+ "kind": "js",
3020
+ "name": "*",
3021
+ "declaration": {
3022
+ "name": "*",
3023
+ "package": "./play-group"
3024
+ }
3025
+ },
3026
+ {
3027
+ "kind": "js",
3028
+ "name": "*",
3029
+ "declaration": {
3030
+ "name": "*",
3031
+ "package": "./favorite-board"
3032
+ }
3033
+ }
3034
+ ]
3035
+ },
3036
+ {
3037
+ "kind": "javascript-module",
3038
+ "path": "src/graphql/play-group.ts",
3108
3039
  "declarations": [
3109
3040
  {
3110
- "kind": "class",
3111
- "description": "",
3112
- "name": "BoardWrapper",
3113
- "members": [
3041
+ "kind": "function",
3042
+ "name": "fetchPlayGroupList"
3043
+ },
3044
+ {
3045
+ "kind": "function",
3046
+ "name": "fetchPlayGroup",
3047
+ "parameters": [
3114
3048
  {
3115
- "kind": "field",
3116
- "name": "sceneId",
3049
+ "name": "groupId",
3117
3050
  "type": {
3118
3051
  "text": "string"
3119
- },
3120
- "attribute": "sceneId"
3121
- },
3052
+ }
3053
+ }
3054
+ ]
3055
+ },
3056
+ {
3057
+ "kind": "function",
3058
+ "name": "createPlayGroup",
3059
+ "parameters": [
3122
3060
  {
3123
- "kind": "field",
3124
- "name": "provider",
3061
+ "name": "group",
3125
3062
  "type": {
3126
- "text": "any"
3127
- },
3128
- "attribute": "provider"
3129
- },
3063
+ "text": "PlayGroup"
3064
+ }
3065
+ }
3066
+ ]
3067
+ },
3068
+ {
3069
+ "kind": "function",
3070
+ "name": "updatePlayGroup",
3071
+ "parameters": [
3130
3072
  {
3131
- "kind": "field",
3132
- "name": "_scene",
3073
+ "name": "group",
3133
3074
  "type": {
3134
- "text": "any"
3075
+ "text": "PlayGroup"
3135
3076
  }
3136
- },
3077
+ }
3078
+ ]
3079
+ },
3080
+ {
3081
+ "kind": "function",
3082
+ "name": "deletePlayGroup",
3083
+ "parameters": [
3137
3084
  {
3138
- "kind": "field",
3139
- "name": "_targetEl",
3085
+ "name": "id",
3140
3086
  "type": {
3141
- "text": "HTMLElement"
3087
+ "text": "string"
3142
3088
  }
3143
- },
3089
+ }
3090
+ ]
3091
+ },
3092
+ {
3093
+ "kind": "function",
3094
+ "name": "joinPlayGroup",
3095
+ "parameters": [
3144
3096
  {
3145
- "kind": "method",
3146
- "name": "_releaseRef"
3097
+ "name": "boardId",
3098
+ "type": {
3099
+ "text": "string"
3100
+ }
3147
3101
  },
3148
3102
  {
3149
- "kind": "method",
3150
- "name": "_onSceneIdChanged"
3103
+ "name": "group",
3104
+ "type": {
3105
+ "text": "PlayGroup"
3106
+ }
3151
3107
  }
3152
- ],
3153
- "attributes": [
3108
+ ]
3109
+ },
3110
+ {
3111
+ "kind": "function",
3112
+ "name": "leavePlayGroup",
3113
+ "parameters": [
3154
3114
  {
3155
- "name": "sceneId",
3115
+ "name": "boardId",
3156
3116
  "type": {
3157
3117
  "text": "string"
3158
- },
3159
- "fieldName": "sceneId"
3118
+ }
3160
3119
  },
3161
3120
  {
3162
- "name": "provider",
3121
+ "name": "groupId",
3163
3122
  "type": {
3164
- "text": "any"
3165
- },
3166
- "fieldName": "provider"
3123
+ "text": "string"
3124
+ }
3167
3125
  }
3168
- ],
3169
- "superclass": {
3170
- "name": "LitElement",
3171
- "package": "lit"
3172
- },
3173
- "tagName": "ox-board-wrapper",
3174
- "customElement": true
3126
+ ]
3175
3127
  }
3176
3128
  ],
3177
3129
  "exports": [
3178
3130
  {
3179
- "kind": "custom-element-definition",
3180
- "name": "ox-board-wrapper",
3131
+ "kind": "js",
3132
+ "name": "fetchPlayGroupList",
3133
+ "declaration": {
3134
+ "name": "fetchPlayGroupList",
3135
+ "module": "src/graphql/play-group.ts"
3136
+ }
3137
+ },
3138
+ {
3139
+ "kind": "js",
3140
+ "name": "fetchPlayGroup",
3141
+ "declaration": {
3142
+ "name": "fetchPlayGroup",
3143
+ "module": "src/graphql/play-group.ts"
3144
+ }
3145
+ },
3146
+ {
3147
+ "kind": "js",
3148
+ "name": "createPlayGroup",
3149
+ "declaration": {
3150
+ "name": "createPlayGroup",
3151
+ "module": "src/graphql/play-group.ts"
3152
+ }
3153
+ },
3154
+ {
3155
+ "kind": "js",
3156
+ "name": "updatePlayGroup",
3181
3157
  "declaration": {
3182
- "name": "BoardWrapper",
3183
- "module": "src/player/ox-board-wrapper.ts"
3158
+ "name": "updatePlayGroup",
3159
+ "module": "src/graphql/play-group.ts"
3160
+ }
3161
+ },
3162
+ {
3163
+ "kind": "js",
3164
+ "name": "deletePlayGroup",
3165
+ "declaration": {
3166
+ "name": "deletePlayGroup",
3167
+ "module": "src/graphql/play-group.ts"
3168
+ }
3169
+ },
3170
+ {
3171
+ "kind": "js",
3172
+ "name": "joinPlayGroup",
3173
+ "declaration": {
3174
+ "name": "joinPlayGroup",
3175
+ "module": "src/graphql/play-group.ts"
3176
+ }
3177
+ },
3178
+ {
3179
+ "kind": "js",
3180
+ "name": "leavePlayGroup",
3181
+ "declaration": {
3182
+ "name": "leavePlayGroup",
3183
+ "module": "src/graphql/play-group.ts"
3184
3184
  }
3185
3185
  }
3186
3186
  ]
@@ -5129,241 +5129,47 @@
5129
5129
  },
5130
5130
  {
5131
5131
  "kind": "method",
5132
- "name": "_onAfterValueChange",
5133
- "parameters": [
5134
- {
5135
- "name": "key",
5136
- "type": {
5137
- "text": "string"
5138
- }
5139
- },
5140
- {
5141
- "name": "value",
5142
- "type": {
5143
- "text": "any"
5144
- }
5145
- }
5146
- ],
5147
- "inheritedFrom": {
5148
- "name": "AbstractProperty",
5149
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5150
- }
5151
- }
5152
- ],
5153
- "events": [
5154
- {
5155
- "name": "property-change",
5156
- "type": {
5157
- "text": "CustomEvent"
5158
- },
5159
- "inheritedFrom": {
5160
- "name": "AbstractProperty",
5161
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5162
- }
5163
- }
5164
- ],
5165
- "attributes": [
5166
- {
5167
- "name": "value",
5168
- "type": {
5169
- "text": "Properties | undefined"
5170
- },
5171
- "fieldName": "value"
5172
- },
5173
- {
5174
- "name": "scene",
5175
- "type": {
5176
- "text": "Scene | undefined"
5177
- },
5178
- "fieldName": "scene"
5179
- }
5180
- ],
5181
- "superclass": {
5182
- "name": "AbstractProperty",
5183
- "module": "/src/modeller/property-sidebar/abstract-property"
5184
- },
5185
- "tagName": "property-data-binding",
5186
- "customElement": true
5187
- }
5188
- ],
5189
- "exports": [
5190
- {
5191
- "kind": "custom-element-definition",
5192
- "name": "property-data-binding",
5193
- "declaration": {
5194
- "name": "PropertyDataBinding",
5195
- "module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
5196
- }
5197
- }
5198
- ]
5199
- },
5200
- {
5201
- "kind": "javascript-module",
5202
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5203
- "declarations": [
5204
- {
5205
- "kind": "class",
5206
- "description": "",
5207
- "name": "SceneInspector",
5208
- "members": [
5209
- {
5210
- "kind": "field",
5211
- "name": "scene",
5212
- "type": {
5213
- "text": "Scene | undefined"
5214
- },
5215
- "attribute": "scene"
5216
- },
5217
- {
5218
- "kind": "field",
5219
- "name": "_extendedMap",
5220
- "type": {
5221
- "text": "any"
5222
- },
5223
- "privacy": "private"
5224
- },
5225
- {
5226
- "kind": "field",
5227
- "name": "show",
5228
- "type": {
5229
- "text": "boolean"
5230
- },
5231
- "privacy": "private",
5232
- "default": "false"
5233
- },
5234
- {
5235
- "kind": "field",
5236
- "name": "sortableConfig",
5237
- "type": {
5238
- "text": "Sortable.Options"
5239
- },
5240
- "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
5241
- },
5242
- {
5243
- "kind": "method",
5244
- "name": "onSort",
5245
- "parameters": [
5246
- {
5247
- "name": "e",
5248
- "type": {
5249
- "text": "Sortable.SortableEvent"
5250
- }
5251
- }
5252
- ]
5253
- },
5254
- {
5255
- "kind": "method",
5256
- "name": "_onclick",
5257
- "parameters": [
5258
- {
5259
- "name": "e",
5260
- "type": {
5261
- "text": "MouseEvent"
5262
- }
5263
- }
5264
- ]
5265
- },
5266
- {
5267
- "kind": "method",
5268
- "name": "_ondblclick",
5269
- "parameters": [
5270
- {
5271
- "name": "e",
5272
- "type": {
5273
- "text": "MouseEvent"
5274
- }
5275
- }
5276
- ]
5277
- },
5278
- {
5279
- "kind": "field",
5280
- "name": "extendedMap"
5281
- },
5282
- {
5283
- "kind": "method",
5284
- "name": "getNodeHandleClass",
5285
- "parameters": [
5286
- {
5287
- "name": "component",
5288
- "type": {
5289
- "text": "Component"
5290
- }
5291
- }
5292
- ]
5293
- },
5294
- {
5295
- "kind": "method",
5296
- "name": "isExtended",
5297
- "parameters": [
5298
- {
5299
- "name": "component",
5300
- "type": {
5301
- "text": "Component"
5302
- }
5303
- }
5304
- ]
5305
- },
5306
- {
5307
- "kind": "method",
5308
- "name": "toggleExtended",
5309
- "parameters": [
5310
- {
5311
- "name": "component",
5312
- "type": {
5313
- "text": "Component"
5314
- }
5315
- }
5316
- ]
5317
- },
5318
- {
5319
- "kind": "method",
5320
- "name": "toggleHidden",
5321
- "parameters": [
5322
- {
5323
- "name": "component",
5324
- "type": {
5325
- "text": "Component"
5326
- }
5327
- }
5328
- ]
5329
- },
5330
- {
5331
- "kind": "method",
5332
- "name": "selectComponent",
5333
- "parameters": [
5334
- {
5335
- "name": "component",
5336
- "type": {
5337
- "text": "Component"
5338
- }
5339
- }
5340
- ]
5341
- },
5342
- {
5343
- "kind": "method",
5344
- "name": "renderComponent",
5345
- "return": {
5346
- "type": {
5347
- "text": "TemplateResult"
5348
- }
5349
- },
5132
+ "name": "_onAfterValueChange",
5350
5133
  "parameters": [
5351
5134
  {
5352
- "name": "component",
5135
+ "name": "key",
5353
5136
  "type": {
5354
- "text": "Component"
5137
+ "text": "string"
5355
5138
  }
5356
5139
  },
5357
5140
  {
5358
- "name": "depth",
5141
+ "name": "value",
5359
5142
  "type": {
5360
- "text": "number"
5143
+ "text": "any"
5361
5144
  }
5362
5145
  }
5363
- ]
5146
+ ],
5147
+ "inheritedFrom": {
5148
+ "name": "AbstractProperty",
5149
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5150
+ }
5151
+ }
5152
+ ],
5153
+ "events": [
5154
+ {
5155
+ "name": "property-change",
5156
+ "type": {
5157
+ "text": "CustomEvent"
5158
+ },
5159
+ "inheritedFrom": {
5160
+ "name": "AbstractProperty",
5161
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5162
+ }
5364
5163
  }
5365
5164
  ],
5366
5165
  "attributes": [
5166
+ {
5167
+ "name": "value",
5168
+ "type": {
5169
+ "text": "Properties | undefined"
5170
+ },
5171
+ "fieldName": "value"
5172
+ },
5367
5173
  {
5368
5174
  "name": "scene",
5369
5175
  "type": {
@@ -5373,28 +5179,20 @@
5373
5179
  }
5374
5180
  ],
5375
5181
  "superclass": {
5376
- "name": "LitElement",
5377
- "package": "lit"
5182
+ "name": "AbstractProperty",
5183
+ "module": "/src/modeller/property-sidebar/abstract-property"
5378
5184
  },
5379
- "tagName": "scene-inspector",
5185
+ "tagName": "property-data-binding",
5380
5186
  "customElement": true
5381
5187
  }
5382
5188
  ],
5383
5189
  "exports": [
5384
- {
5385
- "kind": "js",
5386
- "name": "default",
5387
- "declaration": {
5388
- "name": "SceneInspector",
5389
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5390
- }
5391
- },
5392
5190
  {
5393
5191
  "kind": "custom-element-definition",
5394
- "name": "scene-inspector",
5192
+ "name": "property-data-binding",
5395
5193
  "declaration": {
5396
- "name": "SceneInspector",
5397
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5194
+ "name": "PropertyDataBinding",
5195
+ "module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
5398
5196
  }
5399
5197
  }
5400
5198
  ]
@@ -6118,6 +5916,208 @@
6118
5916
  }
6119
5917
  ]
6120
5918
  },
5919
+ {
5920
+ "kind": "javascript-module",
5921
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5922
+ "declarations": [
5923
+ {
5924
+ "kind": "class",
5925
+ "description": "",
5926
+ "name": "SceneInspector",
5927
+ "members": [
5928
+ {
5929
+ "kind": "field",
5930
+ "name": "scene",
5931
+ "type": {
5932
+ "text": "Scene | undefined"
5933
+ },
5934
+ "attribute": "scene"
5935
+ },
5936
+ {
5937
+ "kind": "field",
5938
+ "name": "_extendedMap",
5939
+ "type": {
5940
+ "text": "any"
5941
+ },
5942
+ "privacy": "private"
5943
+ },
5944
+ {
5945
+ "kind": "field",
5946
+ "name": "show",
5947
+ "type": {
5948
+ "text": "boolean"
5949
+ },
5950
+ "privacy": "private",
5951
+ "default": "false"
5952
+ },
5953
+ {
5954
+ "kind": "field",
5955
+ "name": "sortableConfig",
5956
+ "type": {
5957
+ "text": "Sortable.Options"
5958
+ },
5959
+ "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
5960
+ },
5961
+ {
5962
+ "kind": "method",
5963
+ "name": "onSort",
5964
+ "parameters": [
5965
+ {
5966
+ "name": "e",
5967
+ "type": {
5968
+ "text": "Sortable.SortableEvent"
5969
+ }
5970
+ }
5971
+ ]
5972
+ },
5973
+ {
5974
+ "kind": "method",
5975
+ "name": "_onclick",
5976
+ "parameters": [
5977
+ {
5978
+ "name": "e",
5979
+ "type": {
5980
+ "text": "MouseEvent"
5981
+ }
5982
+ }
5983
+ ]
5984
+ },
5985
+ {
5986
+ "kind": "method",
5987
+ "name": "_ondblclick",
5988
+ "parameters": [
5989
+ {
5990
+ "name": "e",
5991
+ "type": {
5992
+ "text": "MouseEvent"
5993
+ }
5994
+ }
5995
+ ]
5996
+ },
5997
+ {
5998
+ "kind": "field",
5999
+ "name": "extendedMap"
6000
+ },
6001
+ {
6002
+ "kind": "method",
6003
+ "name": "getNodeHandleClass",
6004
+ "parameters": [
6005
+ {
6006
+ "name": "component",
6007
+ "type": {
6008
+ "text": "Component"
6009
+ }
6010
+ }
6011
+ ]
6012
+ },
6013
+ {
6014
+ "kind": "method",
6015
+ "name": "isExtended",
6016
+ "parameters": [
6017
+ {
6018
+ "name": "component",
6019
+ "type": {
6020
+ "text": "Component"
6021
+ }
6022
+ }
6023
+ ]
6024
+ },
6025
+ {
6026
+ "kind": "method",
6027
+ "name": "toggleExtended",
6028
+ "parameters": [
6029
+ {
6030
+ "name": "component",
6031
+ "type": {
6032
+ "text": "Component"
6033
+ }
6034
+ }
6035
+ ]
6036
+ },
6037
+ {
6038
+ "kind": "method",
6039
+ "name": "toggleHidden",
6040
+ "parameters": [
6041
+ {
6042
+ "name": "component",
6043
+ "type": {
6044
+ "text": "Component"
6045
+ }
6046
+ }
6047
+ ]
6048
+ },
6049
+ {
6050
+ "kind": "method",
6051
+ "name": "selectComponent",
6052
+ "parameters": [
6053
+ {
6054
+ "name": "component",
6055
+ "type": {
6056
+ "text": "Component"
6057
+ }
6058
+ }
6059
+ ]
6060
+ },
6061
+ {
6062
+ "kind": "method",
6063
+ "name": "renderComponent",
6064
+ "return": {
6065
+ "type": {
6066
+ "text": "TemplateResult"
6067
+ }
6068
+ },
6069
+ "parameters": [
6070
+ {
6071
+ "name": "component",
6072
+ "type": {
6073
+ "text": "Component"
6074
+ }
6075
+ },
6076
+ {
6077
+ "name": "depth",
6078
+ "type": {
6079
+ "text": "number"
6080
+ }
6081
+ }
6082
+ ]
6083
+ }
6084
+ ],
6085
+ "attributes": [
6086
+ {
6087
+ "name": "scene",
6088
+ "type": {
6089
+ "text": "Scene | undefined"
6090
+ },
6091
+ "fieldName": "scene"
6092
+ }
6093
+ ],
6094
+ "superclass": {
6095
+ "name": "LitElement",
6096
+ "package": "lit"
6097
+ },
6098
+ "tagName": "scene-inspector",
6099
+ "customElement": true
6100
+ }
6101
+ ],
6102
+ "exports": [
6103
+ {
6104
+ "kind": "js",
6105
+ "name": "default",
6106
+ "declaration": {
6107
+ "name": "SceneInspector",
6108
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
6109
+ }
6110
+ },
6111
+ {
6112
+ "kind": "custom-element-definition",
6113
+ "name": "scene-inspector",
6114
+ "declaration": {
6115
+ "name": "SceneInspector",
6116
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
6117
+ }
6118
+ }
6119
+ ]
6120
+ },
6121
6121
  {
6122
6122
  "kind": "javascript-module",
6123
6123
  "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",