@operato/board 0.3.16 → 0.3.20

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.
@@ -1825,1362 +1825,1362 @@
1825
1825
  },
1826
1826
  {
1827
1827
  "kind": "javascript-module",
1828
- "path": "src/graphql/board.ts",
1828
+ "path": "src/modeller/edit-toolbar-style.ts",
1829
1829
  "declarations": [
1830
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
- ]
1831
+ "kind": "variable",
1832
+ "name": "style",
1833
+ "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`"
1887
1834
  }
1888
1835
  ],
1889
1836
  "exports": [
1890
1837
  {
1891
1838
  "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",
1839
+ "name": "style",
1925
1840
  "declaration": {
1926
- "name": "deleteBoard",
1927
- "module": "src/graphql/board.ts"
1841
+ "name": "style",
1842
+ "module": "src/modeller/edit-toolbar-style.ts"
1928
1843
  }
1929
1844
  }
1930
1845
  ]
1931
1846
  },
1932
1847
  {
1933
1848
  "kind": "javascript-module",
1934
- "path": "src/graphql/favorite-board.ts",
1849
+ "path": "src/modeller/edit-toolbar.ts",
1935
1850
  "declarations": [
1936
1851
  {
1937
- "kind": "function",
1938
- "name": "fetchFavoriteBoardList",
1939
- "parameters": [
1852
+ "kind": "class",
1853
+ "description": "",
1854
+ "name": "EditToolbar",
1855
+ "members": [
1940
1856
  {
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": [
1857
+ "kind": "field",
1858
+ "name": "scene",
1859
+ "type": {
1860
+ "text": "Scene | undefined"
1861
+ },
1862
+ "attribute": "scene"
1863
+ },
1966
1864
  {
1967
- "name": "id",
1865
+ "kind": "field",
1866
+ "name": "selected",
1968
1867
  "type": {
1969
- "text": "string"
1970
- }
1971
- }
1972
- ]
1973
- },
1974
- {
1975
- "kind": "function",
1976
- "name": "updateGroup",
1977
- "parameters": [
1868
+ "text": "any[]"
1869
+ },
1870
+ "default": "[]",
1871
+ "attribute": "selected"
1872
+ },
1978
1873
  {
1979
- "name": "group",
1874
+ "kind": "field",
1875
+ "name": "hideProperty",
1980
1876
  "type": {
1981
- "text": "BoardGroup"
1982
- }
1983
- }
1984
- ]
1985
- },
1986
- {
1987
- "kind": "function",
1988
- "name": "deleteGroup",
1989
- "parameters": [
1877
+ "text": "boolean"
1878
+ },
1879
+ "default": "false",
1880
+ "attribute": "hideProperty"
1881
+ },
1990
1882
  {
1991
- "name": "id",
1883
+ "kind": "field",
1884
+ "name": "cliped",
1992
1885
  "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": [
1886
+ "text": "string | undefined"
1887
+ },
1888
+ "privacy": "private"
1889
+ },
2006
1890
  {
2007
- "name": "group",
1891
+ "kind": "field",
1892
+ "name": "redo",
2008
1893
  "type": {
2009
- "text": "BoardGroup"
2010
- }
2011
- }
2012
- ]
2013
- },
2014
- {
2015
- "kind": "function",
2016
- "name": "joinGroup",
2017
- "parameters": [
1894
+ "text": "HTMLElement"
1895
+ },
1896
+ "privacy": "private"
1897
+ },
2018
1898
  {
2019
- "name": "boardId",
1899
+ "kind": "field",
1900
+ "name": "undo",
2020
1901
  "type": {
2021
- "text": "string"
2022
- }
1902
+ "text": "HTMLElement"
1903
+ },
1904
+ "privacy": "private"
2023
1905
  },
2024
1906
  {
2025
- "name": "groupId",
1907
+ "kind": "field",
1908
+ "name": "fullscreen",
2026
1909
  "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
- }
1910
+ "text": "HTMLElement"
1911
+ },
1912
+ "privacy": "private"
2188
1913
  },
2189
1914
  {
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",
1915
+ "kind": "field",
1916
+ "name": "cut",
2203
1917
  "type": {
2204
- "text": "string"
2205
- }
1918
+ "text": "HTMLElement"
1919
+ },
1920
+ "privacy": "private"
2206
1921
  },
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
- {
2276
- "kind": "javascript-module",
2277
- "path": "src/player/ox-board-player-carousel.ts",
2278
- "declarations": [
2279
- {
2280
- "kind": "class",
2281
- "description": "",
2282
- "name": "BoardPlayerCarousel",
2283
- "members": [
2284
1922
  {
2285
1923
  "kind": "field",
2286
- "name": "axis",
1924
+ "name": "copy",
2287
1925
  "type": {
2288
- "text": "string"
1926
+ "text": "HTMLElement"
2289
1927
  },
2290
- "default": "'y'",
2291
- "attribute": "axis"
1928
+ "privacy": "private"
2292
1929
  },
2293
1930
  {
2294
1931
  "kind": "field",
2295
- "name": "rows",
1932
+ "name": "paste",
2296
1933
  "type": {
2297
- "text": "number"
1934
+ "text": "HTMLElement"
2298
1935
  },
2299
- "default": "1",
2300
- "attribute": "rows"
1936
+ "privacy": "private"
2301
1937
  },
2302
1938
  {
2303
1939
  "kind": "field",
2304
- "name": "columns",
1940
+ "name": "delete",
2305
1941
  "type": {
2306
- "text": "number"
1942
+ "text": "HTMLElement"
2307
1943
  },
2308
- "default": "1",
2309
- "attribute": "columns"
1944
+ "privacy": "private"
2310
1945
  },
2311
1946
  {
2312
1947
  "kind": "field",
2313
- "name": "_slotObserver",
1948
+ "name": "forward",
2314
1949
  "type": {
2315
- "text": "MutationObserver | undefined"
2316
- }
1950
+ "text": "HTMLElement"
1951
+ },
1952
+ "privacy": "private"
2317
1953
  },
2318
1954
  {
2319
1955
  "kind": "field",
2320
- "name": "_boundResize",
1956
+ "name": "backward",
2321
1957
  "type": {
2322
- "text": "() => void | undefined"
2323
- }
1958
+ "text": "HTMLElement"
1959
+ },
1960
+ "privacy": "private"
2324
1961
  },
2325
1962
  {
2326
1963
  "kind": "field",
2327
- "name": "_rotation",
1964
+ "name": "front",
2328
1965
  "type": {
2329
- "text": "number"
1966
+ "text": "HTMLElement"
2330
1967
  },
2331
- "default": "0"
1968
+ "privacy": "private"
2332
1969
  },
2333
1970
  {
2334
1971
  "kind": "field",
2335
- "name": "_theta",
1972
+ "name": "back",
2336
1973
  "type": {
2337
- "text": "number"
1974
+ "text": "HTMLElement"
2338
1975
  },
2339
- "default": "0"
1976
+ "privacy": "private"
2340
1977
  },
2341
1978
  {
2342
1979
  "kind": "field",
2343
- "name": "_radius",
1980
+ "name": "aligners",
2344
1981
  "type": {
2345
- "text": "number"
1982
+ "text": "NodeListOf<HTMLSpanElement>"
2346
1983
  },
2347
- "default": "0"
1984
+ "privacy": "private"
2348
1985
  },
2349
1986
  {
2350
1987
  "kind": "field",
2351
- "name": "_rotateFn",
1988
+ "name": "zorders",
2352
1989
  "type": {
2353
- "text": "string | undefined"
2354
- }
1990
+ "text": "NodeListOf<HTMLSpanElement>"
1991
+ },
1992
+ "privacy": "private"
2355
1993
  },
2356
1994
  {
2357
1995
  "kind": "field",
2358
- "name": "_panelCount",
1996
+ "name": "distributes",
2359
1997
  "type": {
2360
- "text": "number"
1998
+ "text": "NodeListOf<HTMLSpanElement>"
2361
1999
  },
2362
- "default": "0"
2000
+ "privacy": "private"
2363
2001
  },
2364
2002
  {
2365
- "kind": "field",
2366
- "name": "_panelSize",
2367
- "type": {
2368
- "text": "number"
2369
- },
2370
- "default": "0"
2003
+ "kind": "method",
2004
+ "name": "onWheelEvent",
2005
+ "parameters": [
2006
+ {
2007
+ "name": "e",
2008
+ "type": {
2009
+ "text": "Event"
2010
+ }
2011
+ }
2012
+ ]
2371
2013
  },
2372
2014
  {
2373
- "kind": "field",
2374
- "name": "_isHorizontal",
2375
- "type": {
2376
- "text": "boolean"
2377
- },
2378
- "default": "true"
2015
+ "kind": "method",
2016
+ "name": "getSymbol",
2017
+ "parameters": [
2018
+ {
2019
+ "name": "key",
2020
+ "type": {
2021
+ "text": "string"
2022
+ }
2023
+ }
2024
+ ]
2379
2025
  },
2380
2026
  {
2381
- "kind": "field",
2382
- "name": "_slot",
2383
- "type": {
2384
- "text": "HTMLSlotElement"
2385
- }
2027
+ "kind": "method",
2028
+ "name": "getShortcutString",
2029
+ "privacy": "private",
2030
+ "parameters": [
2031
+ {
2032
+ "name": "keys",
2033
+ "type": {
2034
+ "text": "string[]"
2035
+ }
2036
+ }
2037
+ ]
2386
2038
  },
2387
2039
  {
2388
- "kind": "field",
2389
- "name": "_carousel",
2390
- "type": {
2391
- "text": "HTMLElement"
2392
- }
2040
+ "kind": "method",
2041
+ "name": "onShortcut",
2042
+ "parameters": [
2043
+ {
2044
+ "name": "e",
2045
+ "type": {
2046
+ "text": "KeyboardEvent"
2047
+ }
2048
+ }
2049
+ ]
2393
2050
  },
2394
2051
  {
2395
2052
  "kind": "method",
2396
- "name": "build"
2053
+ "name": "onExecute",
2054
+ "parameters": [
2055
+ {
2056
+ "name": "command",
2057
+ "type": {
2058
+ "text": "string"
2059
+ }
2060
+ },
2061
+ {
2062
+ "name": "undoable",
2063
+ "type": {
2064
+ "text": "boolean"
2065
+ }
2066
+ },
2067
+ {
2068
+ "name": "redoable",
2069
+ "type": {
2070
+ "text": "boolean"
2071
+ }
2072
+ }
2073
+ ]
2397
2074
  },
2398
2075
  {
2399
2076
  "kind": "method",
2400
- "name": "start"
2077
+ "name": "onUndo",
2078
+ "parameters": [
2079
+ {
2080
+ "name": "undoable",
2081
+ "type": {
2082
+ "text": "boolean"
2083
+ }
2084
+ },
2085
+ {
2086
+ "name": "redoable",
2087
+ "type": {
2088
+ "text": "boolean"
2089
+ }
2090
+ }
2091
+ ]
2401
2092
  },
2402
2093
  {
2403
2094
  "kind": "method",
2404
- "name": "stop"
2095
+ "name": "onRedo",
2096
+ "parameters": [
2097
+ {
2098
+ "name": "undoable",
2099
+ "type": {
2100
+ "text": "boolean"
2101
+ }
2102
+ },
2103
+ {
2104
+ "name": "redoable",
2105
+ "type": {
2106
+ "text": "boolean"
2107
+ }
2108
+ }
2109
+ ]
2405
2110
  },
2406
2111
  {
2407
2112
  "kind": "method",
2408
- "name": "_onAxisChanged"
2113
+ "name": "onSceneChanged",
2114
+ "parameters": [
2115
+ {
2116
+ "name": "after",
2117
+ "optional": true,
2118
+ "type": {
2119
+ "text": "Scene"
2120
+ }
2121
+ },
2122
+ {
2123
+ "name": "before",
2124
+ "optional": true,
2125
+ "type": {
2126
+ "text": "Scene"
2127
+ }
2128
+ }
2129
+ ]
2409
2130
  },
2410
2131
  {
2411
2132
  "kind": "method",
2412
- "name": "_transform"
2133
+ "name": "onSelectedChanged",
2134
+ "parameters": [
2135
+ {
2136
+ "name": "after",
2137
+ "type": {
2138
+ "text": "Component[]"
2139
+ }
2140
+ },
2141
+ {
2142
+ "name": "before",
2143
+ "type": {
2144
+ "text": "Component[]"
2145
+ }
2146
+ }
2147
+ ]
2413
2148
  },
2414
2149
  {
2415
2150
  "kind": "method",
2416
- "name": "previous"
2151
+ "name": "onTapUndo"
2417
2152
  },
2418
2153
  {
2419
2154
  "kind": "method",
2420
- "name": "next"
2421
- }
2422
- ],
2423
- "events": [
2155
+ "name": "onTapRedo"
2156
+ },
2424
2157
  {
2425
- "name": "transform",
2426
- "type": {
2427
- "text": "CustomEvent"
2428
- }
2429
- }
2430
- ],
2431
- "attributes": [
2158
+ "kind": "method",
2159
+ "name": "onTapCut"
2160
+ },
2432
2161
  {
2433
- "name": "axis",
2434
- "type": {
2435
- "text": "string"
2436
- },
2437
- "default": "'y'",
2438
- "fieldName": "axis"
2162
+ "kind": "method",
2163
+ "name": "onTapCopy"
2439
2164
  },
2440
2165
  {
2441
- "name": "rows",
2442
- "type": {
2443
- "text": "number"
2444
- },
2445
- "default": "1",
2446
- "fieldName": "rows"
2166
+ "kind": "method",
2167
+ "name": "onTapPaste"
2447
2168
  },
2448
2169
  {
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": [
2170
+ "kind": "method",
2171
+ "name": "onTapDelete"
2172
+ },
2485
2173
  {
2486
- "kind": "field",
2487
- "name": "rows",
2488
- "type": {
2489
- "text": "number"
2490
- },
2491
- "default": "1",
2492
- "attribute": "rows"
2174
+ "kind": "method",
2175
+ "name": "onTapSelectAll"
2493
2176
  },
2494
2177
  {
2495
- "kind": "field",
2496
- "name": "columns",
2497
- "type": {
2498
- "text": "number"
2499
- },
2500
- "default": "1",
2501
- "attribute": "columns"
2178
+ "kind": "method",
2179
+ "name": "onTapFontIncrease",
2180
+ "parameters": [
2181
+ {
2182
+ "name": "e",
2183
+ "type": {
2184
+ "text": "TouchEvent"
2185
+ }
2186
+ }
2187
+ ]
2502
2188
  },
2503
2189
  {
2504
- "kind": "field",
2505
- "name": "_slotObserver",
2506
- "type": {
2507
- "text": "MutationObserver | undefined"
2508
- }
2190
+ "kind": "method",
2191
+ "name": "onTapFontDecrease",
2192
+ "parameters": [
2193
+ {
2194
+ "name": "e",
2195
+ "type": {
2196
+ "text": "TouchEvent"
2197
+ }
2198
+ }
2199
+ ]
2509
2200
  },
2510
2201
  {
2511
- "kind": "field",
2512
- "name": "_slot",
2513
- "type": {
2514
- "text": "HTMLSlotElement"
2515
- }
2202
+ "kind": "method",
2203
+ "name": "onTapAlign",
2204
+ "parameters": [
2205
+ {
2206
+ "name": "e",
2207
+ "type": {
2208
+ "text": "TouchEvent | string"
2209
+ }
2210
+ }
2211
+ ]
2516
2212
  },
2517
2213
  {
2518
2214
  "kind": "method",
2519
- "name": "start"
2215
+ "name": "onTapZorder",
2216
+ "parameters": [
2217
+ {
2218
+ "name": "e",
2219
+ "type": {
2220
+ "text": "TouchEvent | string"
2221
+ }
2222
+ }
2223
+ ]
2520
2224
  },
2521
2225
  {
2522
2226
  "kind": "method",
2523
- "name": "stop"
2227
+ "name": "onTapSymmetryX"
2524
2228
  },
2525
2229
  {
2526
2230
  "kind": "method",
2527
- "name": "next"
2231
+ "name": "onTapSymmetryY"
2528
2232
  },
2529
2233
  {
2530
2234
  "kind": "method",
2531
- "name": "previous"
2235
+ "name": "onTapRotateCW"
2236
+ },
2237
+ {
2238
+ "kind": "method",
2239
+ "name": "onTapRotateCCW"
2240
+ },
2241
+ {
2242
+ "kind": "method",
2243
+ "name": "onTapGroup"
2244
+ },
2245
+ {
2246
+ "kind": "method",
2247
+ "name": "onTapUngroup"
2248
+ },
2249
+ {
2250
+ "kind": "method",
2251
+ "name": "onTapFullscreen"
2252
+ },
2253
+ {
2254
+ "kind": "method",
2255
+ "name": "onTapToggle"
2256
+ },
2257
+ {
2258
+ "kind": "method",
2259
+ "name": "onTapFitScene"
2260
+ },
2261
+ {
2262
+ "kind": "method",
2263
+ "name": "onTapPreview"
2264
+ },
2265
+ {
2266
+ "kind": "method",
2267
+ "name": "onTapDownloadModel"
2268
+ },
2269
+ {
2270
+ "kind": "method",
2271
+ "name": "onTapDistribute",
2272
+ "parameters": [
2273
+ {
2274
+ "name": "e",
2275
+ "type": {
2276
+ "text": "TouchEvent | string"
2277
+ }
2278
+ }
2279
+ ]
2280
+ }
2281
+ ],
2282
+ "events": [
2283
+ {
2284
+ "name": "modeller-fullscreen",
2285
+ "type": {
2286
+ "text": "CustomEvent"
2287
+ }
2288
+ },
2289
+ {
2290
+ "name": "hide-property-changed",
2291
+ "type": {
2292
+ "text": "CustomEvent"
2293
+ }
2294
+ },
2295
+ {
2296
+ "name": "open-preview",
2297
+ "type": {
2298
+ "text": "CustomEvent"
2299
+ }
2300
+ },
2301
+ {
2302
+ "name": "download-model",
2303
+ "type": {
2304
+ "text": "CustomEvent"
2305
+ }
2532
2306
  }
2533
2307
  ],
2534
2308
  "attributes": [
2535
2309
  {
2536
- "name": "rows",
2310
+ "name": "scene",
2537
2311
  "type": {
2538
- "text": "number"
2312
+ "text": "Scene | undefined"
2539
2313
  },
2540
- "default": "1",
2541
- "fieldName": "rows"
2314
+ "fieldName": "scene"
2542
2315
  },
2543
2316
  {
2544
- "name": "columns",
2317
+ "name": "selected",
2545
2318
  "type": {
2546
- "text": "number"
2319
+ "text": "any[]"
2547
2320
  },
2548
- "default": "1",
2549
- "fieldName": "columns"
2321
+ "default": "[]",
2322
+ "fieldName": "selected"
2323
+ },
2324
+ {
2325
+ "name": "hideProperty",
2326
+ "type": {
2327
+ "text": "boolean"
2328
+ },
2329
+ "default": "false",
2330
+ "fieldName": "hideProperty"
2550
2331
  }
2551
2332
  ],
2552
2333
  "superclass": {
2553
2334
  "name": "LitElement",
2554
2335
  "package": "lit"
2555
2336
  },
2556
- "tagName": "ox-board-player-grid",
2337
+ "tagName": "edit-toolbar",
2557
2338
  "customElement": true
2558
2339
  }
2559
2340
  ],
2560
2341
  "exports": [
2342
+ {
2343
+ "kind": "js",
2344
+ "name": "EditToolbar",
2345
+ "declaration": {
2346
+ "name": "EditToolbar",
2347
+ "module": "src/modeller/edit-toolbar.ts"
2348
+ }
2349
+ },
2561
2350
  {
2562
2351
  "kind": "custom-element-definition",
2563
- "name": "ox-board-player-grid",
2352
+ "name": "edit-toolbar",
2564
2353
  "declaration": {
2565
- "name": "BoardPlayerGrid",
2566
- "module": "src/player/ox-board-player-grid.ts"
2354
+ "name": "EditToolbar",
2355
+ "module": "src/modeller/edit-toolbar.ts"
2567
2356
  }
2568
2357
  }
2569
2358
  ]
2570
2359
  },
2571
2360
  {
2572
2361
  "kind": "javascript-module",
2573
- "path": "src/player/ox-board-wrapper.ts",
2362
+ "path": "src/player/ox-board-player-carousel.ts",
2574
2363
  "declarations": [
2575
2364
  {
2576
2365
  "kind": "class",
2577
2366
  "description": "",
2578
- "name": "BoardWrapper",
2367
+ "name": "BoardPlayerCarousel",
2579
2368
  "members": [
2580
2369
  {
2581
2370
  "kind": "field",
2582
- "name": "sceneId",
2371
+ "name": "axis",
2583
2372
  "type": {
2584
2373
  "text": "string"
2585
2374
  },
2586
- "attribute": "sceneId"
2375
+ "default": "'y'",
2376
+ "attribute": "axis"
2587
2377
  },
2588
2378
  {
2589
2379
  "kind": "field",
2590
- "name": "provider",
2380
+ "name": "rows",
2591
2381
  "type": {
2592
- "text": "any"
2382
+ "text": "number"
2593
2383
  },
2594
- "attribute": "provider"
2384
+ "default": "1",
2385
+ "attribute": "rows"
2595
2386
  },
2596
2387
  {
2597
2388
  "kind": "field",
2598
- "name": "_scene",
2389
+ "name": "columns",
2599
2390
  "type": {
2600
- "text": "any"
2601
- }
2391
+ "text": "number"
2392
+ },
2393
+ "default": "1",
2394
+ "attribute": "columns"
2602
2395
  },
2603
2396
  {
2604
2397
  "kind": "field",
2605
- "name": "_targetEl",
2398
+ "name": "_slotObserver",
2606
2399
  "type": {
2607
- "text": "HTMLElement"
2400
+ "text": "MutationObserver | undefined"
2608
2401
  }
2609
2402
  },
2610
2403
  {
2611
- "kind": "method",
2612
- "name": "_releaseRef"
2404
+ "kind": "field",
2405
+ "name": "_boundResize",
2406
+ "type": {
2407
+ "text": "() => void | undefined"
2408
+ }
2613
2409
  },
2614
2410
  {
2615
- "kind": "method",
2616
- "name": "_onSceneIdChanged"
2617
- }
2618
- ],
2619
- "attributes": [
2411
+ "kind": "field",
2412
+ "name": "_rotation",
2413
+ "type": {
2414
+ "text": "number"
2415
+ },
2416
+ "default": "0"
2417
+ },
2620
2418
  {
2621
- "name": "sceneId",
2419
+ "kind": "field",
2420
+ "name": "_theta",
2622
2421
  "type": {
2623
- "text": "string"
2422
+ "text": "number"
2624
2423
  },
2625
- "fieldName": "sceneId"
2424
+ "default": "0"
2626
2425
  },
2627
2426
  {
2628
- "name": "provider",
2427
+ "kind": "field",
2428
+ "name": "_radius",
2629
2429
  "type": {
2630
- "text": "any"
2430
+ "text": "number"
2631
2431
  },
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": [
2432
+ "default": "0"
2433
+ },
2684
2434
  {
2685
2435
  "kind": "field",
2686
- "name": "scene",
2436
+ "name": "_rotateFn",
2687
2437
  "type": {
2688
- "text": "Scene | undefined"
2689
- },
2690
- "attribute": "scene"
2438
+ "text": "string | undefined"
2439
+ }
2691
2440
  },
2692
2441
  {
2693
2442
  "kind": "field",
2694
- "name": "selected",
2443
+ "name": "_panelCount",
2695
2444
  "type": {
2696
- "text": "any[]"
2445
+ "text": "number"
2697
2446
  },
2698
- "default": "[]",
2699
- "attribute": "selected"
2447
+ "default": "0"
2700
2448
  },
2701
2449
  {
2702
2450
  "kind": "field",
2703
- "name": "hideProperty",
2451
+ "name": "_panelSize",
2704
2452
  "type": {
2705
- "text": "boolean"
2453
+ "text": "number"
2706
2454
  },
2707
- "default": "false",
2708
- "attribute": "hideProperty"
2455
+ "default": "0"
2709
2456
  },
2710
2457
  {
2711
2458
  "kind": "field",
2712
- "name": "cliped",
2459
+ "name": "_isHorizontal",
2713
2460
  "type": {
2714
- "text": "string | undefined"
2461
+ "text": "boolean"
2715
2462
  },
2716
- "privacy": "private"
2463
+ "default": "true"
2717
2464
  },
2718
2465
  {
2719
2466
  "kind": "field",
2720
- "name": "redo",
2467
+ "name": "_slot",
2721
2468
  "type": {
2722
- "text": "HTMLElement"
2723
- },
2724
- "privacy": "private"
2469
+ "text": "HTMLSlotElement"
2470
+ }
2725
2471
  },
2726
2472
  {
2727
2473
  "kind": "field",
2728
- "name": "undo",
2474
+ "name": "_carousel",
2729
2475
  "type": {
2730
2476
  "text": "HTMLElement"
2731
- },
2732
- "privacy": "private"
2477
+ }
2733
2478
  },
2734
2479
  {
2735
- "kind": "field",
2736
- "name": "fullscreen",
2737
- "type": {
2738
- "text": "HTMLElement"
2739
- },
2740
- "privacy": "private"
2480
+ "kind": "method",
2481
+ "name": "build"
2741
2482
  },
2742
2483
  {
2743
- "kind": "field",
2744
- "name": "cut",
2745
- "type": {
2746
- "text": "HTMLElement"
2747
- },
2748
- "privacy": "private"
2484
+ "kind": "method",
2485
+ "name": "start"
2749
2486
  },
2750
2487
  {
2751
- "kind": "field",
2752
- "name": "copy",
2753
- "type": {
2754
- "text": "HTMLElement"
2755
- },
2756
- "privacy": "private"
2488
+ "kind": "method",
2489
+ "name": "stop"
2757
2490
  },
2758
2491
  {
2759
- "kind": "field",
2760
- "name": "paste",
2761
- "type": {
2762
- "text": "HTMLElement"
2763
- },
2764
- "privacy": "private"
2492
+ "kind": "method",
2493
+ "name": "_onAxisChanged"
2765
2494
  },
2766
2495
  {
2767
- "kind": "field",
2768
- "name": "delete",
2769
- "type": {
2770
- "text": "HTMLElement"
2771
- },
2772
- "privacy": "private"
2496
+ "kind": "method",
2497
+ "name": "_transform"
2773
2498
  },
2774
2499
  {
2775
- "kind": "field",
2776
- "name": "forward",
2500
+ "kind": "method",
2501
+ "name": "previous"
2502
+ },
2503
+ {
2504
+ "kind": "method",
2505
+ "name": "next"
2506
+ }
2507
+ ],
2508
+ "events": [
2509
+ {
2510
+ "name": "transform",
2777
2511
  "type": {
2778
- "text": "HTMLElement"
2512
+ "text": "CustomEvent"
2513
+ }
2514
+ }
2515
+ ],
2516
+ "attributes": [
2517
+ {
2518
+ "name": "axis",
2519
+ "type": {
2520
+ "text": "string"
2779
2521
  },
2780
- "privacy": "private"
2522
+ "default": "'y'",
2523
+ "fieldName": "axis"
2781
2524
  },
2782
2525
  {
2783
- "kind": "field",
2784
- "name": "backward",
2526
+ "name": "rows",
2785
2527
  "type": {
2786
- "text": "HTMLElement"
2528
+ "text": "number"
2787
2529
  },
2788
- "privacy": "private"
2530
+ "default": "1",
2531
+ "fieldName": "rows"
2789
2532
  },
2790
2533
  {
2791
- "kind": "field",
2792
- "name": "front",
2534
+ "name": "columns",
2793
2535
  "type": {
2794
- "text": "HTMLElement"
2536
+ "text": "number"
2795
2537
  },
2796
- "privacy": "private"
2797
- },
2538
+ "default": "1",
2539
+ "fieldName": "columns"
2540
+ }
2541
+ ],
2542
+ "superclass": {
2543
+ "name": "LitElement",
2544
+ "package": "lit"
2545
+ },
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": [
2798
2570
  {
2799
2571
  "kind": "field",
2800
- "name": "back",
2572
+ "name": "rows",
2801
2573
  "type": {
2802
- "text": "HTMLElement"
2574
+ "text": "number"
2803
2575
  },
2804
- "privacy": "private"
2576
+ "default": "1",
2577
+ "attribute": "rows"
2805
2578
  },
2806
2579
  {
2807
2580
  "kind": "field",
2808
- "name": "aligners",
2581
+ "name": "columns",
2809
2582
  "type": {
2810
- "text": "NodeListOf<HTMLSpanElement>"
2583
+ "text": "number"
2811
2584
  },
2812
- "privacy": "private"
2585
+ "default": "1",
2586
+ "attribute": "columns"
2813
2587
  },
2814
2588
  {
2815
2589
  "kind": "field",
2816
- "name": "zorders",
2590
+ "name": "_slotObserver",
2817
2591
  "type": {
2818
- "text": "NodeListOf<HTMLSpanElement>"
2819
- },
2820
- "privacy": "private"
2592
+ "text": "MutationObserver | undefined"
2593
+ }
2821
2594
  },
2822
2595
  {
2823
2596
  "kind": "field",
2824
- "name": "distributes",
2597
+ "name": "_slot",
2825
2598
  "type": {
2826
- "text": "NodeListOf<HTMLSpanElement>"
2827
- },
2828
- "privacy": "private"
2599
+ "text": "HTMLSlotElement"
2600
+ }
2829
2601
  },
2830
2602
  {
2831
2603
  "kind": "method",
2832
- "name": "onWheelEvent",
2833
- "parameters": [
2834
- {
2835
- "name": "e",
2836
- "type": {
2837
- "text": "Event"
2838
- }
2839
- }
2840
- ]
2604
+ "name": "start"
2841
2605
  },
2842
2606
  {
2843
2607
  "kind": "method",
2844
- "name": "getSymbol",
2845
- "parameters": [
2846
- {
2847
- "name": "key",
2848
- "type": {
2849
- "text": "string"
2850
- }
2851
- }
2852
- ]
2608
+ "name": "stop"
2853
2609
  },
2854
2610
  {
2855
2611
  "kind": "method",
2856
- "name": "getShortcutString",
2857
- "privacy": "private",
2858
- "parameters": [
2859
- {
2860
- "name": "keys",
2861
- "type": {
2862
- "text": "string[]"
2863
- }
2864
- }
2865
- ]
2612
+ "name": "next"
2866
2613
  },
2867
2614
  {
2868
2615
  "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
- },
2616
+ "name": "previous"
2617
+ }
2618
+ ],
2619
+ "attributes": [
2981
2620
  {
2982
- "kind": "method",
2983
- "name": "onTapRedo"
2621
+ "name": "rows",
2622
+ "type": {
2623
+ "text": "number"
2624
+ },
2625
+ "default": "1",
2626
+ "fieldName": "rows"
2984
2627
  },
2985
2628
  {
2986
- "kind": "method",
2987
- "name": "onTapCut"
2988
- },
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",
2642
+ "customElement": true
2643
+ }
2644
+ ],
2645
+ "exports": [
2646
+ {
2647
+ "kind": "custom-element-definition",
2648
+ "name": "ox-board-player-grid",
2649
+ "declaration": {
2650
+ "name": "BoardPlayerGrid",
2651
+ "module": "src/player/ox-board-player-grid.ts"
2652
+ }
2653
+ }
2654
+ ]
2655
+ },
2656
+ {
2657
+ "kind": "javascript-module",
2658
+ "path": "src/player/ox-board-wrapper.ts",
2659
+ "declarations": [
2660
+ {
2661
+ "kind": "class",
2662
+ "description": "",
2663
+ "name": "BoardWrapper",
2664
+ "members": [
2989
2665
  {
2990
- "kind": "method",
2991
- "name": "onTapCopy"
2666
+ "kind": "field",
2667
+ "name": "sceneId",
2668
+ "type": {
2669
+ "text": "string"
2670
+ },
2671
+ "attribute": "sceneId"
2992
2672
  },
2993
2673
  {
2994
- "kind": "method",
2995
- "name": "onTapPaste"
2674
+ "kind": "field",
2675
+ "name": "provider",
2676
+ "type": {
2677
+ "text": "any"
2678
+ },
2679
+ "attribute": "provider"
2996
2680
  },
2997
2681
  {
2998
- "kind": "method",
2999
- "name": "onTapDelete"
2682
+ "kind": "field",
2683
+ "name": "_scene",
2684
+ "type": {
2685
+ "text": "any"
2686
+ }
3000
2687
  },
3001
2688
  {
3002
- "kind": "method",
3003
- "name": "onTapSelectAll"
2689
+ "kind": "field",
2690
+ "name": "_targetEl",
2691
+ "type": {
2692
+ "text": "HTMLElement"
2693
+ }
3004
2694
  },
3005
2695
  {
3006
2696
  "kind": "method",
3007
- "name": "onTapFontIncrease",
3008
- "parameters": [
3009
- {
3010
- "name": "e",
3011
- "type": {
3012
- "text": "TouchEvent"
3013
- }
3014
- }
3015
- ]
2697
+ "name": "_releaseRef"
3016
2698
  },
3017
2699
  {
3018
2700
  "kind": "method",
3019
- "name": "onTapFontDecrease",
3020
- "parameters": [
3021
- {
3022
- "name": "e",
3023
- "type": {
3024
- "text": "TouchEvent"
3025
- }
3026
- }
3027
- ]
3028
- },
2701
+ "name": "_onSceneIdChanged"
2702
+ }
2703
+ ],
2704
+ "attributes": [
3029
2705
  {
3030
- "kind": "method",
3031
- "name": "onTapAlign",
3032
- "parameters": [
3033
- {
3034
- "name": "e",
3035
- "type": {
3036
- "text": "TouchEvent | string"
3037
- }
3038
- }
3039
- ]
2706
+ "name": "sceneId",
2707
+ "type": {
2708
+ "text": "string"
2709
+ },
2710
+ "fieldName": "sceneId"
3040
2711
  },
3041
2712
  {
3042
- "kind": "method",
3043
- "name": "onTapZorder",
3044
- "parameters": [
3045
- {
3046
- "name": "e",
3047
- "type": {
3048
- "text": "TouchEvent | string"
3049
- }
3050
- }
3051
- ]
3052
- },
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": [
3053
2747
  {
3054
- "kind": "method",
3055
- "name": "onTapSymmetryX"
3056
- },
2748
+ "name": "listParam",
2749
+ "default": "{}"
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "kind": "function",
2755
+ "name": "fetchBoard",
2756
+ "parameters": [
3057
2757
  {
3058
- "kind": "method",
3059
- "name": "onTapSymmetryY"
3060
- },
2758
+ "name": "id",
2759
+ "type": {
2760
+ "text": "string"
2761
+ }
2762
+ }
2763
+ ]
2764
+ },
2765
+ {
2766
+ "kind": "function",
2767
+ "name": "createBoard",
2768
+ "parameters": [
3061
2769
  {
3062
- "kind": "method",
3063
- "name": "onTapRotateCW"
3064
- },
2770
+ "name": "board",
2771
+ "type": {
2772
+ "text": "Board"
2773
+ }
2774
+ }
2775
+ ]
2776
+ },
2777
+ {
2778
+ "kind": "function",
2779
+ "name": "updateBoard",
2780
+ "parameters": [
3065
2781
  {
3066
- "kind": "method",
3067
- "name": "onTapRotateCCW"
3068
- },
2782
+ "name": "board",
2783
+ "type": {
2784
+ "text": "Board"
2785
+ }
2786
+ }
2787
+ ]
2788
+ },
2789
+ {
2790
+ "kind": "function",
2791
+ "name": "deleteBoard",
2792
+ "parameters": [
3069
2793
  {
3070
- "kind": "method",
3071
- "name": "onTapGroup"
3072
- },
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": [
3073
2853
  {
3074
- "kind": "method",
3075
- "name": "onTapUngroup"
3076
- },
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": [
3077
2879
  {
3078
- "kind": "method",
3079
- "name": "onTapFullscreen"
3080
- },
2880
+ "name": "id",
2881
+ "type": {
2882
+ "text": "string"
2883
+ }
2884
+ }
2885
+ ]
2886
+ },
2887
+ {
2888
+ "kind": "function",
2889
+ "name": "updateGroup",
2890
+ "parameters": [
3081
2891
  {
3082
- "kind": "method",
3083
- "name": "onTapToggle"
3084
- },
2892
+ "name": "group",
2893
+ "type": {
2894
+ "text": "BoardGroup"
2895
+ }
2896
+ }
2897
+ ]
2898
+ },
2899
+ {
2900
+ "kind": "function",
2901
+ "name": "deleteGroup",
2902
+ "parameters": [
3085
2903
  {
3086
- "kind": "method",
3087
- "name": "onTapFitScene"
3088
- },
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": [
3089
2919
  {
3090
- "kind": "method",
3091
- "name": "onTapPreview"
3092
- },
2920
+ "name": "group",
2921
+ "type": {
2922
+ "text": "BoardGroup"
2923
+ }
2924
+ }
2925
+ ]
2926
+ },
2927
+ {
2928
+ "kind": "function",
2929
+ "name": "joinGroup",
2930
+ "parameters": [
3093
2931
  {
3094
- "kind": "method",
3095
- "name": "onTapDownloadModel"
2932
+ "name": "boardId",
2933
+ "type": {
2934
+ "text": "string"
2935
+ }
3096
2936
  },
3097
2937
  {
3098
- "kind": "method",
3099
- "name": "onTapDistribute",
3100
- "parameters": [
3101
- {
3102
- "name": "e",
3103
- "type": {
3104
- "text": "TouchEvent | string"
3105
- }
3106
- }
3107
- ]
2938
+ "name": "groupId",
2939
+ "type": {
2940
+ "text": "string"
2941
+ }
3108
2942
  }
3109
- ],
3110
- "events": [
2943
+ ]
2944
+ }
2945
+ ],
2946
+ "exports": [
2947
+ {
2948
+ "kind": "js",
2949
+ "name": "fetchGroup",
2950
+ "declaration": {
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"
2993
+ }
2994
+ }
2995
+ ]
2996
+ },
2997
+ {
2998
+ "kind": "javascript-module",
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",
3039
+ "declarations": [
3040
+ {
3041
+ "kind": "function",
3042
+ "name": "fetchPlayGroupList"
3043
+ },
3044
+ {
3045
+ "kind": "function",
3046
+ "name": "fetchPlayGroup",
3047
+ "parameters": [
3111
3048
  {
3112
- "name": "modeller-fullscreen",
3049
+ "name": "groupId",
3113
3050
  "type": {
3114
- "text": "CustomEvent"
3051
+ "text": "string"
3115
3052
  }
3116
- },
3053
+ }
3054
+ ]
3055
+ },
3056
+ {
3057
+ "kind": "function",
3058
+ "name": "createPlayGroup",
3059
+ "parameters": [
3117
3060
  {
3118
- "name": "hide-property-changed",
3061
+ "name": "group",
3119
3062
  "type": {
3120
- "text": "CustomEvent"
3063
+ "text": "PlayGroup"
3121
3064
  }
3122
- },
3065
+ }
3066
+ ]
3067
+ },
3068
+ {
3069
+ "kind": "function",
3070
+ "name": "updatePlayGroup",
3071
+ "parameters": [
3123
3072
  {
3124
- "name": "open-preview",
3073
+ "name": "group",
3125
3074
  "type": {
3126
- "text": "CustomEvent"
3075
+ "text": "PlayGroup"
3127
3076
  }
3128
- },
3077
+ }
3078
+ ]
3079
+ },
3080
+ {
3081
+ "kind": "function",
3082
+ "name": "deletePlayGroup",
3083
+ "parameters": [
3129
3084
  {
3130
- "name": "download-model",
3085
+ "name": "id",
3131
3086
  "type": {
3132
- "text": "CustomEvent"
3087
+ "text": "string"
3133
3088
  }
3134
3089
  }
3135
- ],
3136
- "attributes": [
3090
+ ]
3091
+ },
3092
+ {
3093
+ "kind": "function",
3094
+ "name": "joinPlayGroup",
3095
+ "parameters": [
3137
3096
  {
3138
- "name": "scene",
3097
+ "name": "boardId",
3139
3098
  "type": {
3140
- "text": "Scene | undefined"
3141
- },
3142
- "fieldName": "scene"
3099
+ "text": "string"
3100
+ }
3143
3101
  },
3144
3102
  {
3145
- "name": "selected",
3103
+ "name": "group",
3146
3104
  "type": {
3147
- "text": "any[]"
3148
- },
3149
- "default": "[]",
3150
- "fieldName": "selected"
3105
+ "text": "PlayGroup"
3106
+ }
3107
+ }
3108
+ ]
3109
+ },
3110
+ {
3111
+ "kind": "function",
3112
+ "name": "leavePlayGroup",
3113
+ "parameters": [
3114
+ {
3115
+ "name": "boardId",
3116
+ "type": {
3117
+ "text": "string"
3118
+ }
3151
3119
  },
3152
3120
  {
3153
- "name": "hideProperty",
3121
+ "name": "groupId",
3154
3122
  "type": {
3155
- "text": "boolean"
3156
- },
3157
- "default": "false",
3158
- "fieldName": "hideProperty"
3123
+ "text": "string"
3124
+ }
3159
3125
  }
3160
- ],
3161
- "superclass": {
3162
- "name": "LitElement",
3163
- "package": "lit"
3164
- },
3165
- "tagName": "edit-toolbar",
3166
- "customElement": true
3126
+ ]
3167
3127
  }
3168
3128
  ],
3169
3129
  "exports": [
3170
3130
  {
3171
3131
  "kind": "js",
3172
- "name": "EditToolbar",
3132
+ "name": "fetchPlayGroupList",
3173
3133
  "declaration": {
3174
- "name": "EditToolbar",
3175
- "module": "src/modeller/edit-toolbar.ts"
3134
+ "name": "fetchPlayGroupList",
3135
+ "module": "src/graphql/play-group.ts"
3176
3136
  }
3177
3137
  },
3178
3138
  {
3179
- "kind": "custom-element-definition",
3180
- "name": "edit-toolbar",
3139
+ "kind": "js",
3140
+ "name": "fetchPlayGroup",
3181
3141
  "declaration": {
3182
- "name": "EditToolbar",
3183
- "module": "src/modeller/edit-toolbar.ts"
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",
3157
+ "declaration": {
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
  ]