@operato/board 0.3.4 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +76 -0
- package/custom-elements.json +1614 -1829
- package/dist/src/modeller/edit-toolbar.js +9 -8
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/ox-board-modeller.js +3 -3
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/src/ox-board-player.js +2 -3
- package/dist/src/ox-board-player.js.map +1 -1
- package/dist/src/ox-board-viewer.js +3 -4
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
- package/src/modeller/edit-toolbar.ts +9 -8
- package/src/ox-board-modeller.ts +3 -3
- package/src/ox-board-player.ts +3 -3
- package/src/ox-board-viewer.ts +3 -4
- package/dist/src/utils/fullscreen.d.ts +0 -14
- package/dist/src/utils/fullscreen.js +0 -69
- package/dist/src/utils/fullscreen.js.map +0 -1
- package/dist/src/utils/os.d.ts +0 -20
- package/dist/src/utils/os.js +0 -41
- package/dist/src/utils/os.js.map +0 -1
- package/dist/src/utils/swipe-listener.d.ts +0 -10
- package/dist/src/utils/swipe-listener.js +0 -257
- package/dist/src/utils/swipe-listener.js.map +0 -1
- package/src/utils/fullscreen.ts +0 -82
- package/src/utils/os.ts +0 -41
- package/src/utils/swipe-listener.ts +0 -290
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1414,685 +1351,739 @@
|
|
|
1414
1351
|
},
|
|
1415
1352
|
{
|
|
1416
1353
|
"kind": "javascript-module",
|
|
1417
|
-
"path": "
|
|
1354
|
+
"path": "stories/index.stories.ts",
|
|
1418
1355
|
"declarations": [
|
|
1419
1356
|
{
|
|
1420
1357
|
"kind": "variable",
|
|
1421
|
-
"name": "
|
|
1422
|
-
|
|
1358
|
+
"name": "Regular"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "variable",
|
|
1362
|
+
"name": "CustomTitle"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "variable",
|
|
1366
|
+
"name": "CustomCounter"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "variable",
|
|
1370
|
+
"name": "SlottedContent"
|
|
1423
1371
|
}
|
|
1424
1372
|
],
|
|
1425
1373
|
"exports": [
|
|
1426
1374
|
{
|
|
1427
1375
|
"kind": "js",
|
|
1428
|
-
"name": "
|
|
1376
|
+
"name": "default",
|
|
1429
1377
|
"declaration": {
|
|
1430
|
-
"
|
|
1431
|
-
|
|
1378
|
+
"module": "stories/index.stories.ts"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "js",
|
|
1383
|
+
"name": "Regular",
|
|
1384
|
+
"declaration": {
|
|
1385
|
+
"name": "Regular",
|
|
1386
|
+
"module": "stories/index.stories.ts"
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"kind": "js",
|
|
1391
|
+
"name": "CustomTitle",
|
|
1392
|
+
"declaration": {
|
|
1393
|
+
"name": "CustomTitle",
|
|
1394
|
+
"module": "stories/index.stories.ts"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"kind": "js",
|
|
1399
|
+
"name": "CustomCounter",
|
|
1400
|
+
"declaration": {
|
|
1401
|
+
"name": "CustomCounter",
|
|
1402
|
+
"module": "stories/index.stories.ts"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"kind": "js",
|
|
1407
|
+
"name": "SlottedContent",
|
|
1408
|
+
"declaration": {
|
|
1409
|
+
"name": "SlottedContent",
|
|
1410
|
+
"module": "stories/index.stories.ts"
|
|
1432
1411
|
}
|
|
1433
1412
|
}
|
|
1434
1413
|
]
|
|
1435
1414
|
},
|
|
1436
1415
|
{
|
|
1437
1416
|
"kind": "javascript-module",
|
|
1438
|
-
"path": "src/
|
|
1417
|
+
"path": "src/component/3d.ts",
|
|
1439
1418
|
"declarations": [
|
|
1440
1419
|
{
|
|
1441
|
-
"kind": "
|
|
1442
|
-
"
|
|
1443
|
-
"
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
{
|
|
1693
|
-
"name": "redoable",
|
|
1694
|
-
"type": {
|
|
1695
|
-
"text": "boolean"
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
]
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"kind": "method",
|
|
1702
|
-
"name": "onSceneChanged",
|
|
1703
|
-
"parameters": [
|
|
1704
|
-
{
|
|
1705
|
-
"name": "after",
|
|
1706
|
-
"optional": true,
|
|
1707
|
-
"type": {
|
|
1708
|
-
"text": "Scene"
|
|
1709
|
-
}
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"name": "before",
|
|
1713
|
-
"optional": true,
|
|
1714
|
-
"type": {
|
|
1715
|
-
"text": "Scene"
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
]
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"kind": "method",
|
|
1722
|
-
"name": "onSelectedChanged",
|
|
1723
|
-
"parameters": [
|
|
1724
|
-
{
|
|
1725
|
-
"name": "after",
|
|
1726
|
-
"type": {
|
|
1727
|
-
"text": "Component[]"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "before",
|
|
1732
|
-
"type": {
|
|
1733
|
-
"text": "Component[]"
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
]
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "method",
|
|
1740
|
-
"name": "onTapUndo"
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"kind": "method",
|
|
1744
|
-
"name": "onTapRedo"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "method",
|
|
1748
|
-
"name": "onTapCut"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"kind": "method",
|
|
1752
|
-
"name": "onTapCopy"
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "method",
|
|
1756
|
-
"name": "onTapPaste"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "method",
|
|
1760
|
-
"name": "onTapDelete"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "method",
|
|
1764
|
-
"name": "onTapSelectAll"
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
"kind": "method",
|
|
1768
|
-
"name": "onTapFontIncrease",
|
|
1769
|
-
"parameters": [
|
|
1770
|
-
{
|
|
1771
|
-
"name": "e",
|
|
1772
|
-
"type": {
|
|
1773
|
-
"text": "TouchEvent"
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
]
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "method",
|
|
1780
|
-
"name": "onTapFontDecrease",
|
|
1781
|
-
"parameters": [
|
|
1782
|
-
{
|
|
1783
|
-
"name": "e",
|
|
1784
|
-
"type": {
|
|
1785
|
-
"text": "TouchEvent"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
]
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "method",
|
|
1792
|
-
"name": "onTapAlign",
|
|
1793
|
-
"parameters": [
|
|
1794
|
-
{
|
|
1795
|
-
"name": "e",
|
|
1796
|
-
"type": {
|
|
1797
|
-
"text": "TouchEvent | string"
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
]
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "method",
|
|
1804
|
-
"name": "onTapZorder",
|
|
1805
|
-
"parameters": [
|
|
1806
|
-
{
|
|
1807
|
-
"name": "e",
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "TouchEvent | string"
|
|
1810
|
-
}
|
|
1811
|
-
}
|
|
1812
|
-
]
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "method",
|
|
1816
|
-
"name": "onTapSymmetryX"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "method",
|
|
1820
|
-
"name": "onTapSymmetryY"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "method",
|
|
1824
|
-
"name": "onTapRotateCW"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "method",
|
|
1828
|
-
"name": "onTapRotateCCW"
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"kind": "method",
|
|
1832
|
-
"name": "onTapGroup"
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"kind": "method",
|
|
1836
|
-
"name": "onTapUngroup"
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"kind": "method",
|
|
1840
|
-
"name": "onTapFullscreen"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"kind": "method",
|
|
1844
|
-
"name": "onTapToggle"
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "method",
|
|
1848
|
-
"name": "onTapFitScene"
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "method",
|
|
1852
|
-
"name": "onTapPreview"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "method",
|
|
1856
|
-
"name": "onTapDownloadModel"
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"kind": "method",
|
|
1860
|
-
"name": "onTapDistribute",
|
|
1861
|
-
"parameters": [
|
|
1862
|
-
{
|
|
1863
|
-
"name": "e",
|
|
1864
|
-
"type": {
|
|
1865
|
-
"text": "TouchEvent | string"
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
1868
|
-
]
|
|
1869
|
-
}
|
|
1870
|
-
],
|
|
1871
|
-
"events": [
|
|
1872
|
-
{
|
|
1873
|
-
"name": "modeller-fullscreen",
|
|
1874
|
-
"type": {
|
|
1875
|
-
"text": "CustomEvent"
|
|
1876
|
-
}
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"name": "hide-property-changed",
|
|
1880
|
-
"type": {
|
|
1881
|
-
"text": "CustomEvent"
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "open-preview",
|
|
1886
|
-
"type": {
|
|
1887
|
-
"text": "CustomEvent"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "download-model",
|
|
1892
|
-
"type": {
|
|
1893
|
-
"text": "CustomEvent"
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"attributes": [
|
|
1898
|
-
{
|
|
1899
|
-
"name": "scene",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "Scene | undefined"
|
|
1902
|
-
},
|
|
1903
|
-
"fieldName": "scene"
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "selected",
|
|
1907
|
-
"type": {
|
|
1908
|
-
"text": "any[]"
|
|
1909
|
-
},
|
|
1910
|
-
"default": "[]",
|
|
1911
|
-
"fieldName": "selected"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "hideProperty",
|
|
1915
|
-
"type": {
|
|
1916
|
-
"text": "boolean"
|
|
1917
|
-
},
|
|
1918
|
-
"default": "false",
|
|
1919
|
-
"fieldName": "hideProperty"
|
|
1920
|
-
}
|
|
1921
|
-
],
|
|
1922
|
-
"superclass": {
|
|
1923
|
-
"name": "LitElement",
|
|
1924
|
-
"package": "lit"
|
|
1420
|
+
"kind": "variable",
|
|
1421
|
+
"name": "threed",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "ComponentGroup"
|
|
1424
|
+
},
|
|
1425
|
+
"default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
|
|
1426
|
+
}
|
|
1427
|
+
],
|
|
1428
|
+
"exports": [
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "js",
|
|
1431
|
+
"name": "threed",
|
|
1432
|
+
"declaration": {
|
|
1433
|
+
"name": "threed",
|
|
1434
|
+
"module": "src/component/3d.ts"
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"kind": "javascript-module",
|
|
1441
|
+
"path": "src/component/chart-and-gauge.ts",
|
|
1442
|
+
"declarations": [
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "variable",
|
|
1445
|
+
"name": "chartAndGauge",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "ComponentGroup"
|
|
1448
|
+
},
|
|
1449
|
+
"default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"exports": [
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "js",
|
|
1455
|
+
"name": "chartAndGauge",
|
|
1456
|
+
"declaration": {
|
|
1457
|
+
"name": "chartAndGauge",
|
|
1458
|
+
"module": "src/component/chart-and-gauge.ts"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
]
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "javascript-module",
|
|
1465
|
+
"path": "src/component/container.ts",
|
|
1466
|
+
"declarations": [
|
|
1467
|
+
{
|
|
1468
|
+
"kind": "variable",
|
|
1469
|
+
"name": "container",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "ComponentGroup"
|
|
1472
|
+
},
|
|
1473
|
+
"default": "{\n name: 'container',\n description: 'a group of various containers',\n icon,\n templates: [\n {\n type: 'container',\n description: 'general container',\n icon: iconContainer,\n group: 'container',\n model: {\n type: 'container',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#999',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'popup',\n description: 'popup window',\n icon: popup,\n group: 'container',\n model: {\n type: 'popup',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true\n }\n }\n ]\n}"
|
|
1474
|
+
}
|
|
1475
|
+
],
|
|
1476
|
+
"exports": [
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "js",
|
|
1479
|
+
"name": "container",
|
|
1480
|
+
"declaration": {
|
|
1481
|
+
"name": "container",
|
|
1482
|
+
"module": "src/component/container.ts"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "javascript-module",
|
|
1489
|
+
"path": "src/component/data-source.ts",
|
|
1490
|
+
"declarations": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "variable",
|
|
1493
|
+
"name": "dataSource",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "ComponentGroup"
|
|
1496
|
+
},
|
|
1497
|
+
"default": "{\n name: 'dataSource',\n description: 'a group of various data sources',\n icon,\n templates: []\n}"
|
|
1498
|
+
}
|
|
1499
|
+
],
|
|
1500
|
+
"exports": [
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "js",
|
|
1503
|
+
"name": "dataSource",
|
|
1504
|
+
"declaration": {
|
|
1505
|
+
"name": "dataSource",
|
|
1506
|
+
"module": "src/component/data-source.ts"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "javascript-module",
|
|
1513
|
+
"path": "src/component/etc.ts",
|
|
1514
|
+
"declarations": [
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "variable",
|
|
1517
|
+
"name": "etc",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "ComponentGroup"
|
|
1520
|
+
},
|
|
1521
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'info-window',\n description: 'information window',\n icon: infoWindow,\n group: 'etc',\n model: {\n type: 'info-window',\n left: 10,\n top: 10,\n width: 50,\n height: 50,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true,\n frontSideTemplate:\n \"<h2 id='xxx'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n backSideTemplate:\n \"<h2 id='yyy'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n style:\n '#yyy {\\n\\tbackground-color:navy;\\n\\tcolor:white\\n}\\n#xxx, #yyy {\\n\\twhite-space:nowrap;\\n\\tmin-width:200px;\\n}'\n }\n },\n {\n type: 'local reference',\n description: 'local reference',\n icon: localReference,\n group: 'etc',\n model: {\n type: 'local-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'global reference',\n description: 'global reference',\n icon: globalReference,\n group: 'etc',\n model: {\n type: 'global-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"exports": [
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "js",
|
|
1527
|
+
"name": "etc",
|
|
1528
|
+
"declaration": {
|
|
1529
|
+
"name": "etc",
|
|
1530
|
+
"module": "src/component/etc.ts"
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"kind": "javascript-module",
|
|
1537
|
+
"path": "src/component/form.ts",
|
|
1538
|
+
"declarations": [
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "variable",
|
|
1541
|
+
"name": "form",
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "ComponentGroup"
|
|
1544
|
+
},
|
|
1545
|
+
"default": "{\n name: 'form',\n description: 'a group of various input components that make up a data entry form',\n icon,\n templates: []\n}"
|
|
1546
|
+
}
|
|
1547
|
+
],
|
|
1548
|
+
"exports": [
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "js",
|
|
1551
|
+
"name": "form",
|
|
1552
|
+
"declaration": {
|
|
1553
|
+
"name": "form",
|
|
1554
|
+
"module": "src/component/form.ts"
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "javascript-module",
|
|
1561
|
+
"path": "src/component/index.ts",
|
|
1562
|
+
"declarations": [],
|
|
1563
|
+
"exports": [
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "js",
|
|
1566
|
+
"name": "*",
|
|
1567
|
+
"declaration": {
|
|
1568
|
+
"name": "*",
|
|
1569
|
+
"package": "./shape"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "js",
|
|
1574
|
+
"name": "*",
|
|
1575
|
+
"declaration": {
|
|
1576
|
+
"name": "*",
|
|
1577
|
+
"package": "./line"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "js",
|
|
1582
|
+
"name": "*",
|
|
1583
|
+
"declaration": {
|
|
1584
|
+
"name": "*",
|
|
1585
|
+
"package": "./text-and-media"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "js",
|
|
1590
|
+
"name": "*",
|
|
1591
|
+
"declaration": {
|
|
1592
|
+
"name": "*",
|
|
1593
|
+
"package": "./chart-and-gauge"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "*",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "*",
|
|
1601
|
+
"package": "./table"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "js",
|
|
1606
|
+
"name": "*",
|
|
1607
|
+
"declaration": {
|
|
1608
|
+
"name": "*",
|
|
1609
|
+
"package": "./data-source"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "js",
|
|
1614
|
+
"name": "*",
|
|
1615
|
+
"declaration": {
|
|
1616
|
+
"name": "*",
|
|
1617
|
+
"package": "./3d"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"kind": "js",
|
|
1622
|
+
"name": "*",
|
|
1623
|
+
"declaration": {
|
|
1624
|
+
"name": "*",
|
|
1625
|
+
"package": "./iot"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "js",
|
|
1630
|
+
"name": "*",
|
|
1631
|
+
"declaration": {
|
|
1632
|
+
"name": "*",
|
|
1633
|
+
"package": "./form"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "js",
|
|
1638
|
+
"name": "*",
|
|
1639
|
+
"declaration": {
|
|
1640
|
+
"name": "*",
|
|
1641
|
+
"package": "./warehouse"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "js",
|
|
1646
|
+
"name": "*",
|
|
1647
|
+
"declaration": {
|
|
1648
|
+
"name": "*",
|
|
1649
|
+
"package": "./container"
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "js",
|
|
1654
|
+
"name": "*",
|
|
1655
|
+
"declaration": {
|
|
1656
|
+
"name": "*",
|
|
1657
|
+
"package": "./etc"
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"kind": "javascript-module",
|
|
1664
|
+
"path": "src/component/iot.ts",
|
|
1665
|
+
"declarations": [
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "variable",
|
|
1668
|
+
"name": "iot",
|
|
1669
|
+
"type": {
|
|
1670
|
+
"text": "ComponentGroup"
|
|
1925
1671
|
},
|
|
1926
|
-
"
|
|
1927
|
-
"customElement": true
|
|
1672
|
+
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
1928
1673
|
}
|
|
1929
1674
|
],
|
|
1930
1675
|
"exports": [
|
|
1931
1676
|
{
|
|
1932
1677
|
"kind": "js",
|
|
1933
|
-
"name": "
|
|
1678
|
+
"name": "iot",
|
|
1934
1679
|
"declaration": {
|
|
1935
|
-
"name": "
|
|
1936
|
-
"module": "src/
|
|
1680
|
+
"name": "iot",
|
|
1681
|
+
"module": "src/component/iot.ts"
|
|
1937
1682
|
}
|
|
1938
|
-
}
|
|
1683
|
+
}
|
|
1684
|
+
]
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "javascript-module",
|
|
1688
|
+
"path": "src/component/line.ts",
|
|
1689
|
+
"declarations": [
|
|
1939
1690
|
{
|
|
1940
|
-
"kind": "
|
|
1941
|
-
"name": "
|
|
1691
|
+
"kind": "variable",
|
|
1692
|
+
"name": "line",
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": "ComponentGroup"
|
|
1695
|
+
},
|
|
1696
|
+
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n },\n {\n type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"exports": [
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "js",
|
|
1702
|
+
"name": "line",
|
|
1942
1703
|
"declaration": {
|
|
1943
|
-
"name": "
|
|
1944
|
-
"module": "src/
|
|
1704
|
+
"name": "line",
|
|
1705
|
+
"module": "src/component/line.ts"
|
|
1945
1706
|
}
|
|
1946
1707
|
}
|
|
1947
1708
|
]
|
|
1948
1709
|
},
|
|
1949
1710
|
{
|
|
1950
1711
|
"kind": "javascript-module",
|
|
1951
|
-
"path": "src/component/
|
|
1712
|
+
"path": "src/component/register-default-groups.ts",
|
|
1713
|
+
"declarations": [
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "function",
|
|
1716
|
+
"name": "registerDefaultGroups"
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"exports": [
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "js",
|
|
1722
|
+
"name": "registerDefaultGroups",
|
|
1723
|
+
"declaration": {
|
|
1724
|
+
"name": "registerDefaultGroups",
|
|
1725
|
+
"module": "src/component/register-default-groups.ts"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "javascript-module",
|
|
1732
|
+
"path": "src/component/shape.ts",
|
|
1952
1733
|
"declarations": [
|
|
1953
1734
|
{
|
|
1954
1735
|
"kind": "variable",
|
|
1955
|
-
"name": "
|
|
1736
|
+
"name": "shape",
|
|
1956
1737
|
"type": {
|
|
1957
1738
|
"text": "ComponentGroup"
|
|
1958
1739
|
},
|
|
1959
|
-
"default": "{\n name: '
|
|
1740
|
+
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1960
1741
|
}
|
|
1961
1742
|
],
|
|
1962
1743
|
"exports": [
|
|
1963
1744
|
{
|
|
1964
1745
|
"kind": "js",
|
|
1965
|
-
"name": "
|
|
1746
|
+
"name": "shape",
|
|
1966
1747
|
"declaration": {
|
|
1967
|
-
"name": "
|
|
1968
|
-
"module": "src/component/
|
|
1748
|
+
"name": "shape",
|
|
1749
|
+
"module": "src/component/shape.ts"
|
|
1969
1750
|
}
|
|
1970
1751
|
}
|
|
1971
1752
|
]
|
|
1972
1753
|
},
|
|
1973
1754
|
{
|
|
1974
1755
|
"kind": "javascript-module",
|
|
1975
|
-
"path": "src/component/
|
|
1756
|
+
"path": "src/component/table.ts",
|
|
1976
1757
|
"declarations": [
|
|
1977
1758
|
{
|
|
1978
1759
|
"kind": "variable",
|
|
1979
|
-
"name": "
|
|
1760
|
+
"name": "table",
|
|
1980
1761
|
"type": {
|
|
1981
1762
|
"text": "ComponentGroup"
|
|
1982
1763
|
},
|
|
1983
|
-
"default": "{\n name: '
|
|
1764
|
+
"default": "{\n name: 'table',\n description: 'a group of various tables',\n icon,\n templates: []\n}"
|
|
1984
1765
|
}
|
|
1985
1766
|
],
|
|
1986
1767
|
"exports": [
|
|
1987
1768
|
{
|
|
1988
1769
|
"kind": "js",
|
|
1989
|
-
"name": "
|
|
1770
|
+
"name": "table",
|
|
1990
1771
|
"declaration": {
|
|
1991
|
-
"name": "
|
|
1992
|
-
"module": "src/component/
|
|
1772
|
+
"name": "table",
|
|
1773
|
+
"module": "src/component/table.ts"
|
|
1993
1774
|
}
|
|
1994
1775
|
}
|
|
1995
1776
|
]
|
|
1996
1777
|
},
|
|
1997
1778
|
{
|
|
1998
1779
|
"kind": "javascript-module",
|
|
1999
|
-
"path": "src/component/
|
|
1780
|
+
"path": "src/component/text-and-media.ts",
|
|
2000
1781
|
"declarations": [
|
|
2001
1782
|
{
|
|
2002
1783
|
"kind": "variable",
|
|
2003
|
-
"name": "
|
|
1784
|
+
"name": "textAndMedia",
|
|
2004
1785
|
"type": {
|
|
2005
1786
|
"text": "ComponentGroup"
|
|
2006
1787
|
},
|
|
2007
|
-
"default": "{\n name: '
|
|
1788
|
+
"default": "{\n name: 'textAndMedia',\n description: 'a group of text and various media components',\n icon,\n templates: [\n {\n type: 'text',\n description: 'text',\n icon: text,\n group: 'textAndMedia',\n model: {\n type: 'text',\n left: 100,\n top: 100,\n width: 200,\n height: 50,\n text: 'Text',\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 5,\n lineDash: 'solid',\n lineCap: 'butt',\n textAlign: 'left',\n textBaseline: 'top',\n textWrap: false,\n fontFamily: 'serif',\n fontSize: 30\n }\n },\n {\n type: 'color image',\n description: 'color image',\n icon: colorImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: false,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gray image',\n description: 'gray image',\n icon: grayImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: true,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gif image',\n description: 'gif image',\n icon: gifImage,\n group: 'textAndMedia',\n model: {\n type: 'gif-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n },\n {\n type: 'audio',\n description: 'audio',\n icon: audio,\n group: 'textAndMedia',\n model: {\n type: 'audio',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n }\n ]\n}"
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"exports": [
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "js",
|
|
1794
|
+
"name": "textAndMedia",
|
|
1795
|
+
"declaration": {
|
|
1796
|
+
"name": "textAndMedia",
|
|
1797
|
+
"module": "src/component/text-and-media.ts"
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "javascript-module",
|
|
1804
|
+
"path": "src/component/warehouse.ts",
|
|
1805
|
+
"declarations": [
|
|
1806
|
+
{
|
|
1807
|
+
"kind": "variable",
|
|
1808
|
+
"name": "warehouse",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"text": "ComponentGroup"
|
|
1811
|
+
},
|
|
1812
|
+
"default": "{\n name: 'warehouse',\n description: 'a group of various components used in a warehouse depiction',\n icon,\n templates: []\n}"
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"exports": [
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "warehouse",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "warehouse",
|
|
1821
|
+
"module": "src/component/warehouse.ts"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
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
|
+
]
|
|
2008
1887
|
}
|
|
2009
1888
|
],
|
|
2010
1889
|
"exports": [
|
|
2011
1890
|
{
|
|
2012
1891
|
"kind": "js",
|
|
2013
|
-
"name": "
|
|
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",
|
|
2014
1925
|
"declaration": {
|
|
2015
|
-
"name": "
|
|
2016
|
-
"module": "src/
|
|
1926
|
+
"name": "deleteBoard",
|
|
1927
|
+
"module": "src/graphql/board.ts"
|
|
2017
1928
|
}
|
|
2018
1929
|
}
|
|
2019
1930
|
]
|
|
2020
1931
|
},
|
|
2021
1932
|
{
|
|
2022
1933
|
"kind": "javascript-module",
|
|
2023
|
-
"path": "src/
|
|
1934
|
+
"path": "src/graphql/favorite-board.ts",
|
|
2024
1935
|
"declarations": [
|
|
2025
1936
|
{
|
|
2026
|
-
"kind": "
|
|
2027
|
-
"name": "
|
|
2028
|
-
"
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
1937
|
+
"kind": "function",
|
|
1938
|
+
"name": "fetchFavoriteBoardList",
|
|
1939
|
+
"parameters": [
|
|
1940
|
+
{
|
|
1941
|
+
"name": "listParam",
|
|
1942
|
+
"default": "{}"
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
2032
1945
|
}
|
|
2033
1946
|
],
|
|
2034
1947
|
"exports": [
|
|
2035
1948
|
{
|
|
2036
1949
|
"kind": "js",
|
|
2037
|
-
"name": "
|
|
1950
|
+
"name": "fetchFavoriteBoardList",
|
|
2038
1951
|
"declaration": {
|
|
2039
|
-
"name": "
|
|
2040
|
-
"module": "src/
|
|
1952
|
+
"name": "fetchFavoriteBoardList",
|
|
1953
|
+
"module": "src/graphql/favorite-board.ts"
|
|
2041
1954
|
}
|
|
2042
1955
|
}
|
|
2043
1956
|
]
|
|
2044
1957
|
},
|
|
2045
1958
|
{
|
|
2046
1959
|
"kind": "javascript-module",
|
|
2047
|
-
"path": "src/
|
|
1960
|
+
"path": "src/graphql/group.ts",
|
|
2048
1961
|
"declarations": [
|
|
2049
1962
|
{
|
|
2050
|
-
"kind": "
|
|
2051
|
-
"name": "
|
|
2052
|
-
"
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
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
|
+
]
|
|
2056
2031
|
}
|
|
2057
2032
|
],
|
|
2058
2033
|
"exports": [
|
|
2059
2034
|
{
|
|
2060
2035
|
"kind": "js",
|
|
2061
|
-
"name": "
|
|
2036
|
+
"name": "fetchGroup",
|
|
2062
2037
|
"declaration": {
|
|
2063
|
-
"name": "
|
|
2064
|
-
"module": "src/
|
|
2038
|
+
"name": "fetchGroup",
|
|
2039
|
+
"module": "src/graphql/group.ts"
|
|
2065
2040
|
}
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/component/form.ts",
|
|
2072
|
-
"declarations": [
|
|
2041
|
+
},
|
|
2073
2042
|
{
|
|
2074
|
-
"kind": "
|
|
2075
|
-
"name": "
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
}
|
|
2081
|
-
],
|
|
2082
|
-
"exports": [
|
|
2043
|
+
"kind": "js",
|
|
2044
|
+
"name": "updateGroup",
|
|
2045
|
+
"declaration": {
|
|
2046
|
+
"name": "updateGroup",
|
|
2047
|
+
"module": "src/graphql/group.ts"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2083
2050
|
{
|
|
2084
2051
|
"kind": "js",
|
|
2085
|
-
"name": "
|
|
2052
|
+
"name": "deleteGroup",
|
|
2086
2053
|
"declaration": {
|
|
2087
|
-
"name": "
|
|
2088
|
-
"module": "src/
|
|
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"
|
|
2089
2080
|
}
|
|
2090
2081
|
}
|
|
2091
2082
|
]
|
|
2092
2083
|
},
|
|
2093
2084
|
{
|
|
2094
2085
|
"kind": "javascript-module",
|
|
2095
|
-
"path": "src/
|
|
2086
|
+
"path": "src/graphql/index.ts",
|
|
2096
2087
|
"declarations": [],
|
|
2097
2088
|
"exports": [
|
|
2098
2089
|
{
|
|
@@ -2100,7 +2091,7 @@
|
|
|
2100
2091
|
"name": "*",
|
|
2101
2092
|
"declaration": {
|
|
2102
2093
|
"name": "*",
|
|
2103
|
-
"package": "./
|
|
2094
|
+
"package": "./board"
|
|
2104
2095
|
}
|
|
2105
2096
|
},
|
|
2106
2097
|
{
|
|
@@ -2108,7 +2099,7 @@
|
|
|
2108
2099
|
"name": "*",
|
|
2109
2100
|
"declaration": {
|
|
2110
2101
|
"name": "*",
|
|
2111
|
-
"package": "./
|
|
2102
|
+
"package": "./group"
|
|
2112
2103
|
}
|
|
2113
2104
|
},
|
|
2114
2105
|
{
|
|
@@ -2116,7 +2107,7 @@
|
|
|
2116
2107
|
"name": "*",
|
|
2117
2108
|
"declaration": {
|
|
2118
2109
|
"name": "*",
|
|
2119
|
-
"package": "./
|
|
2110
|
+
"package": "./play-group"
|
|
2120
2111
|
}
|
|
2121
2112
|
},
|
|
2122
2113
|
{
|
|
@@ -2124,1278 +2115,1072 @@
|
|
|
2124
2115
|
"name": "*",
|
|
2125
2116
|
"declaration": {
|
|
2126
2117
|
"name": "*",
|
|
2127
|
-
"package": "./
|
|
2118
|
+
"package": "./favorite-board"
|
|
2128
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
|
+
]
|
|
2129
2196
|
},
|
|
2130
2197
|
{
|
|
2131
|
-
"kind": "
|
|
2132
|
-
"name": "
|
|
2133
|
-
"
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
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": [
|
|
2138
2217
|
{
|
|
2139
2218
|
"kind": "js",
|
|
2140
|
-
"name": "
|
|
2219
|
+
"name": "fetchPlayGroupList",
|
|
2141
2220
|
"declaration": {
|
|
2142
|
-
"name": "
|
|
2143
|
-
"
|
|
2221
|
+
"name": "fetchPlayGroupList",
|
|
2222
|
+
"module": "src/graphql/play-group.ts"
|
|
2144
2223
|
}
|
|
2145
2224
|
},
|
|
2146
2225
|
{
|
|
2147
2226
|
"kind": "js",
|
|
2148
|
-
"name": "
|
|
2227
|
+
"name": "fetchPlayGroup",
|
|
2149
2228
|
"declaration": {
|
|
2150
|
-
"name": "
|
|
2151
|
-
"
|
|
2229
|
+
"name": "fetchPlayGroup",
|
|
2230
|
+
"module": "src/graphql/play-group.ts"
|
|
2152
2231
|
}
|
|
2153
2232
|
},
|
|
2154
2233
|
{
|
|
2155
2234
|
"kind": "js",
|
|
2156
|
-
"name": "
|
|
2235
|
+
"name": "createPlayGroup",
|
|
2157
2236
|
"declaration": {
|
|
2158
|
-
"name": "
|
|
2159
|
-
"
|
|
2237
|
+
"name": "createPlayGroup",
|
|
2238
|
+
"module": "src/graphql/play-group.ts"
|
|
2160
2239
|
}
|
|
2161
2240
|
},
|
|
2162
2241
|
{
|
|
2163
2242
|
"kind": "js",
|
|
2164
|
-
"name": "
|
|
2243
|
+
"name": "updatePlayGroup",
|
|
2165
2244
|
"declaration": {
|
|
2166
|
-
"name": "
|
|
2167
|
-
"
|
|
2245
|
+
"name": "updatePlayGroup",
|
|
2246
|
+
"module": "src/graphql/play-group.ts"
|
|
2168
2247
|
}
|
|
2169
2248
|
},
|
|
2170
2249
|
{
|
|
2171
2250
|
"kind": "js",
|
|
2172
|
-
"name": "
|
|
2251
|
+
"name": "deletePlayGroup",
|
|
2173
2252
|
"declaration": {
|
|
2174
|
-
"name": "
|
|
2175
|
-
"
|
|
2253
|
+
"name": "deletePlayGroup",
|
|
2254
|
+
"module": "src/graphql/play-group.ts"
|
|
2176
2255
|
}
|
|
2177
2256
|
},
|
|
2178
2257
|
{
|
|
2179
2258
|
"kind": "js",
|
|
2180
|
-
"name": "
|
|
2259
|
+
"name": "joinPlayGroup",
|
|
2181
2260
|
"declaration": {
|
|
2182
|
-
"name": "
|
|
2183
|
-
"
|
|
2261
|
+
"name": "joinPlayGroup",
|
|
2262
|
+
"module": "src/graphql/play-group.ts"
|
|
2184
2263
|
}
|
|
2185
2264
|
},
|
|
2186
2265
|
{
|
|
2187
2266
|
"kind": "js",
|
|
2188
|
-
"name": "
|
|
2189
|
-
"declaration": {
|
|
2190
|
-
"name": "*",
|
|
2191
|
-
"package": "./etc"
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
]
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"kind": "javascript-module",
|
|
2198
|
-
"path": "src/component/iot.ts",
|
|
2199
|
-
"declarations": [
|
|
2200
|
-
{
|
|
2201
|
-
"kind": "variable",
|
|
2202
|
-
"name": "iot",
|
|
2203
|
-
"type": {
|
|
2204
|
-
"text": "ComponentGroup"
|
|
2205
|
-
},
|
|
2206
|
-
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
2207
|
-
}
|
|
2208
|
-
],
|
|
2209
|
-
"exports": [
|
|
2210
|
-
{
|
|
2211
|
-
"kind": "js",
|
|
2212
|
-
"name": "iot",
|
|
2213
|
-
"declaration": {
|
|
2214
|
-
"name": "iot",
|
|
2215
|
-
"module": "src/component/iot.ts"
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"kind": "javascript-module",
|
|
2222
|
-
"path": "src/component/line.ts",
|
|
2223
|
-
"declarations": [
|
|
2224
|
-
{
|
|
2225
|
-
"kind": "variable",
|
|
2226
|
-
"name": "line",
|
|
2227
|
-
"type": {
|
|
2228
|
-
"text": "ComponentGroup"
|
|
2229
|
-
},
|
|
2230
|
-
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n },\n {\n type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
2231
|
-
}
|
|
2232
|
-
],
|
|
2233
|
-
"exports": [
|
|
2234
|
-
{
|
|
2235
|
-
"kind": "js",
|
|
2236
|
-
"name": "line",
|
|
2237
|
-
"declaration": {
|
|
2238
|
-
"name": "line",
|
|
2239
|
-
"module": "src/component/line.ts"
|
|
2240
|
-
}
|
|
2241
|
-
}
|
|
2242
|
-
]
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"kind": "javascript-module",
|
|
2246
|
-
"path": "src/component/register-default-groups.ts",
|
|
2247
|
-
"declarations": [
|
|
2248
|
-
{
|
|
2249
|
-
"kind": "function",
|
|
2250
|
-
"name": "registerDefaultGroups"
|
|
2251
|
-
}
|
|
2252
|
-
],
|
|
2253
|
-
"exports": [
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "js",
|
|
2256
|
-
"name": "registerDefaultGroups",
|
|
2257
|
-
"declaration": {
|
|
2258
|
-
"name": "registerDefaultGroups",
|
|
2259
|
-
"module": "src/component/register-default-groups.ts"
|
|
2260
|
-
}
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"kind": "javascript-module",
|
|
2266
|
-
"path": "src/component/shape.ts",
|
|
2267
|
-
"declarations": [
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "variable",
|
|
2270
|
-
"name": "shape",
|
|
2271
|
-
"type": {
|
|
2272
|
-
"text": "ComponentGroup"
|
|
2273
|
-
},
|
|
2274
|
-
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
2275
|
-
}
|
|
2276
|
-
],
|
|
2277
|
-
"exports": [
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "js",
|
|
2280
|
-
"name": "shape",
|
|
2281
|
-
"declaration": {
|
|
2282
|
-
"name": "shape",
|
|
2283
|
-
"module": "src/component/shape.ts"
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2286
|
-
]
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "javascript-module",
|
|
2290
|
-
"path": "src/component/table.ts",
|
|
2291
|
-
"declarations": [
|
|
2292
|
-
{
|
|
2293
|
-
"kind": "variable",
|
|
2294
|
-
"name": "table",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "ComponentGroup"
|
|
2297
|
-
},
|
|
2298
|
-
"default": "{\n name: 'table',\n description: 'a group of various tables',\n icon,\n templates: []\n}"
|
|
2299
|
-
}
|
|
2300
|
-
],
|
|
2301
|
-
"exports": [
|
|
2302
|
-
{
|
|
2303
|
-
"kind": "js",
|
|
2304
|
-
"name": "table",
|
|
2305
|
-
"declaration": {
|
|
2306
|
-
"name": "table",
|
|
2307
|
-
"module": "src/component/table.ts"
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
]
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"kind": "javascript-module",
|
|
2314
|
-
"path": "src/component/text-and-media.ts",
|
|
2315
|
-
"declarations": [
|
|
2316
|
-
{
|
|
2317
|
-
"kind": "variable",
|
|
2318
|
-
"name": "textAndMedia",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "ComponentGroup"
|
|
2321
|
-
},
|
|
2322
|
-
"default": "{\n name: 'textAndMedia',\n description: 'a group of text and various media components',\n icon,\n templates: [\n {\n type: 'text',\n description: 'text',\n icon: text,\n group: 'textAndMedia',\n model: {\n type: 'text',\n left: 100,\n top: 100,\n width: 200,\n height: 50,\n text: 'Text',\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 5,\n lineDash: 'solid',\n lineCap: 'butt',\n textAlign: 'left',\n textBaseline: 'top',\n textWrap: false,\n fontFamily: 'serif',\n fontSize: 30\n }\n },\n {\n type: 'color image',\n description: 'color image',\n icon: colorImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: false,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gray image',\n description: 'gray image',\n icon: grayImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: true,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gif image',\n description: 'gif image',\n icon: gifImage,\n group: 'textAndMedia',\n model: {\n type: 'gif-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n },\n {\n type: 'audio',\n description: 'audio',\n icon: audio,\n group: 'textAndMedia',\n model: {\n type: 'audio',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n }\n ]\n}"
|
|
2323
|
-
}
|
|
2324
|
-
],
|
|
2325
|
-
"exports": [
|
|
2326
|
-
{
|
|
2327
|
-
"kind": "js",
|
|
2328
|
-
"name": "textAndMedia",
|
|
2267
|
+
"name": "leavePlayGroup",
|
|
2329
2268
|
"declaration": {
|
|
2330
|
-
"name": "
|
|
2331
|
-
"module": "src/
|
|
2269
|
+
"name": "leavePlayGroup",
|
|
2270
|
+
"module": "src/graphql/play-group.ts"
|
|
2332
2271
|
}
|
|
2333
2272
|
}
|
|
2334
2273
|
]
|
|
2335
2274
|
},
|
|
2336
2275
|
{
|
|
2337
2276
|
"kind": "javascript-module",
|
|
2338
|
-
"path": "src/
|
|
2277
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2339
2278
|
"declarations": [
|
|
2340
2279
|
{
|
|
2341
2280
|
"kind": "variable",
|
|
2342
|
-
"name": "
|
|
2343
|
-
"
|
|
2344
|
-
"text": "ComponentGroup"
|
|
2345
|
-
},
|
|
2346
|
-
"default": "{\n name: 'warehouse',\n description: 'a group of various components used in a warehouse depiction',\n icon,\n templates: []\n}"
|
|
2281
|
+
"name": "style",
|
|
2282
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2347
2283
|
}
|
|
2348
2284
|
],
|
|
2349
2285
|
"exports": [
|
|
2350
2286
|
{
|
|
2351
2287
|
"kind": "js",
|
|
2352
|
-
"name": "
|
|
2288
|
+
"name": "style",
|
|
2353
2289
|
"declaration": {
|
|
2354
|
-
"name": "
|
|
2355
|
-
"module": "src/
|
|
2290
|
+
"name": "style",
|
|
2291
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2356
2292
|
}
|
|
2357
2293
|
}
|
|
2358
2294
|
]
|
|
2359
2295
|
},
|
|
2360
2296
|
{
|
|
2361
2297
|
"kind": "javascript-module",
|
|
2362
|
-
"path": "src/
|
|
2298
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2363
2299
|
"declarations": [
|
|
2364
2300
|
{
|
|
2365
2301
|
"kind": "class",
|
|
2366
2302
|
"description": "",
|
|
2367
|
-
"name": "
|
|
2303
|
+
"name": "EditToolbar",
|
|
2368
2304
|
"members": [
|
|
2369
2305
|
{
|
|
2370
2306
|
"kind": "field",
|
|
2371
|
-
"name": "
|
|
2307
|
+
"name": "scene",
|
|
2308
|
+
"type": {
|
|
2309
|
+
"text": "Scene | undefined"
|
|
2310
|
+
},
|
|
2311
|
+
"attribute": "scene"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "field",
|
|
2315
|
+
"name": "selected",
|
|
2316
|
+
"type": {
|
|
2317
|
+
"text": "any[]"
|
|
2318
|
+
},
|
|
2319
|
+
"default": "[]",
|
|
2320
|
+
"attribute": "selected"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"kind": "field",
|
|
2324
|
+
"name": "hideProperty",
|
|
2325
|
+
"type": {
|
|
2326
|
+
"text": "boolean"
|
|
2327
|
+
},
|
|
2328
|
+
"default": "false",
|
|
2329
|
+
"attribute": "hideProperty"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "field",
|
|
2333
|
+
"name": "cliped",
|
|
2372
2334
|
"type": {
|
|
2373
|
-
"text": "string"
|
|
2335
|
+
"text": "string | undefined"
|
|
2374
2336
|
},
|
|
2375
|
-
"
|
|
2376
|
-
"attribute": "axis"
|
|
2337
|
+
"privacy": "private"
|
|
2377
2338
|
},
|
|
2378
2339
|
{
|
|
2379
2340
|
"kind": "field",
|
|
2380
|
-
"name": "
|
|
2341
|
+
"name": "redo",
|
|
2381
2342
|
"type": {
|
|
2382
|
-
"text": "
|
|
2343
|
+
"text": "HTMLElement"
|
|
2383
2344
|
},
|
|
2384
|
-
"
|
|
2385
|
-
"attribute": "rows"
|
|
2345
|
+
"privacy": "private"
|
|
2386
2346
|
},
|
|
2387
2347
|
{
|
|
2388
2348
|
"kind": "field",
|
|
2389
|
-
"name": "
|
|
2349
|
+
"name": "undo",
|
|
2390
2350
|
"type": {
|
|
2391
|
-
"text": "
|
|
2351
|
+
"text": "HTMLElement"
|
|
2392
2352
|
},
|
|
2393
|
-
"
|
|
2394
|
-
"attribute": "columns"
|
|
2353
|
+
"privacy": "private"
|
|
2395
2354
|
},
|
|
2396
2355
|
{
|
|
2397
2356
|
"kind": "field",
|
|
2398
|
-
"name": "
|
|
2357
|
+
"name": "fullscreen",
|
|
2399
2358
|
"type": {
|
|
2400
|
-
"text": "
|
|
2401
|
-
}
|
|
2359
|
+
"text": "HTMLElement"
|
|
2360
|
+
},
|
|
2361
|
+
"privacy": "private"
|
|
2402
2362
|
},
|
|
2403
2363
|
{
|
|
2404
2364
|
"kind": "field",
|
|
2405
|
-
"name": "
|
|
2365
|
+
"name": "cut",
|
|
2406
2366
|
"type": {
|
|
2407
|
-
"text": "
|
|
2408
|
-
}
|
|
2367
|
+
"text": "HTMLElement"
|
|
2368
|
+
},
|
|
2369
|
+
"privacy": "private"
|
|
2409
2370
|
},
|
|
2410
2371
|
{
|
|
2411
2372
|
"kind": "field",
|
|
2412
|
-
"name": "
|
|
2373
|
+
"name": "copy",
|
|
2413
2374
|
"type": {
|
|
2414
|
-
"text": "
|
|
2375
|
+
"text": "HTMLElement"
|
|
2415
2376
|
},
|
|
2416
|
-
"
|
|
2377
|
+
"privacy": "private"
|
|
2417
2378
|
},
|
|
2418
2379
|
{
|
|
2419
2380
|
"kind": "field",
|
|
2420
|
-
"name": "
|
|
2381
|
+
"name": "paste",
|
|
2421
2382
|
"type": {
|
|
2422
|
-
"text": "
|
|
2383
|
+
"text": "HTMLElement"
|
|
2423
2384
|
},
|
|
2424
|
-
"
|
|
2385
|
+
"privacy": "private"
|
|
2425
2386
|
},
|
|
2426
2387
|
{
|
|
2427
2388
|
"kind": "field",
|
|
2428
|
-
"name": "
|
|
2389
|
+
"name": "delete",
|
|
2429
2390
|
"type": {
|
|
2430
|
-
"text": "
|
|
2391
|
+
"text": "HTMLElement"
|
|
2431
2392
|
},
|
|
2432
|
-
"
|
|
2393
|
+
"privacy": "private"
|
|
2433
2394
|
},
|
|
2434
2395
|
{
|
|
2435
2396
|
"kind": "field",
|
|
2436
|
-
"name": "
|
|
2397
|
+
"name": "forward",
|
|
2437
2398
|
"type": {
|
|
2438
|
-
"text": "
|
|
2439
|
-
}
|
|
2399
|
+
"text": "HTMLElement"
|
|
2400
|
+
},
|
|
2401
|
+
"privacy": "private"
|
|
2440
2402
|
},
|
|
2441
2403
|
{
|
|
2442
2404
|
"kind": "field",
|
|
2443
|
-
"name": "
|
|
2405
|
+
"name": "backward",
|
|
2444
2406
|
"type": {
|
|
2445
|
-
"text": "
|
|
2407
|
+
"text": "HTMLElement"
|
|
2446
2408
|
},
|
|
2447
|
-
"
|
|
2409
|
+
"privacy": "private"
|
|
2448
2410
|
},
|
|
2449
2411
|
{
|
|
2450
2412
|
"kind": "field",
|
|
2451
|
-
"name": "
|
|
2413
|
+
"name": "front",
|
|
2452
2414
|
"type": {
|
|
2453
|
-
"text": "
|
|
2415
|
+
"text": "HTMLElement"
|
|
2454
2416
|
},
|
|
2455
|
-
"
|
|
2417
|
+
"privacy": "private"
|
|
2456
2418
|
},
|
|
2457
2419
|
{
|
|
2458
2420
|
"kind": "field",
|
|
2459
|
-
"name": "
|
|
2421
|
+
"name": "back",
|
|
2460
2422
|
"type": {
|
|
2461
|
-
"text": "
|
|
2423
|
+
"text": "HTMLElement"
|
|
2462
2424
|
},
|
|
2463
|
-
"
|
|
2425
|
+
"privacy": "private"
|
|
2464
2426
|
},
|
|
2465
2427
|
{
|
|
2466
2428
|
"kind": "field",
|
|
2467
|
-
"name": "
|
|
2429
|
+
"name": "aligners",
|
|
2468
2430
|
"type": {
|
|
2469
|
-
"text": "
|
|
2470
|
-
}
|
|
2431
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2432
|
+
},
|
|
2433
|
+
"privacy": "private"
|
|
2471
2434
|
},
|
|
2472
2435
|
{
|
|
2473
2436
|
"kind": "field",
|
|
2474
|
-
"name": "
|
|
2437
|
+
"name": "zorders",
|
|
2475
2438
|
"type": {
|
|
2476
|
-
"text": "
|
|
2477
|
-
}
|
|
2439
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2440
|
+
},
|
|
2441
|
+
"privacy": "private"
|
|
2478
2442
|
},
|
|
2479
2443
|
{
|
|
2480
|
-
"kind": "
|
|
2481
|
-
"name": "
|
|
2444
|
+
"kind": "field",
|
|
2445
|
+
"name": "distributes",
|
|
2446
|
+
"type": {
|
|
2447
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2448
|
+
},
|
|
2449
|
+
"privacy": "private"
|
|
2482
2450
|
},
|
|
2483
2451
|
{
|
|
2484
2452
|
"kind": "method",
|
|
2485
|
-
"name": "
|
|
2453
|
+
"name": "onWheelEvent",
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "e",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "Event"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2486
2462
|
},
|
|
2487
2463
|
{
|
|
2488
2464
|
"kind": "method",
|
|
2489
|
-
"name": "
|
|
2465
|
+
"name": "getSymbol",
|
|
2466
|
+
"parameters": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "key",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "string"
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
]
|
|
2490
2474
|
},
|
|
2491
2475
|
{
|
|
2492
2476
|
"kind": "method",
|
|
2493
|
-
"name": "
|
|
2477
|
+
"name": "getShortcutString",
|
|
2478
|
+
"privacy": "private",
|
|
2479
|
+
"parameters": [
|
|
2480
|
+
{
|
|
2481
|
+
"name": "keys",
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": "string[]"
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
]
|
|
2494
2487
|
},
|
|
2495
2488
|
{
|
|
2496
2489
|
"kind": "method",
|
|
2497
|
-
"name": "
|
|
2490
|
+
"name": "onShortcut",
|
|
2491
|
+
"parameters": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "e",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "KeyboardEvent"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2498
2499
|
},
|
|
2499
2500
|
{
|
|
2500
2501
|
"kind": "method",
|
|
2501
|
-
"name": "
|
|
2502
|
+
"name": "onExecute",
|
|
2503
|
+
"parameters": [
|
|
2504
|
+
{
|
|
2505
|
+
"name": "command",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "undoable",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"text": "boolean"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "redoable",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "boolean"
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
]
|
|
2502
2523
|
},
|
|
2503
2524
|
{
|
|
2504
2525
|
"kind": "method",
|
|
2505
|
-
"name": "
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
"text": "string"
|
|
2521
|
-
},
|
|
2522
|
-
"default": "'y'",
|
|
2523
|
-
"fieldName": "axis"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "rows",
|
|
2527
|
-
"type": {
|
|
2528
|
-
"text": "number"
|
|
2529
|
-
},
|
|
2530
|
-
"default": "1",
|
|
2531
|
-
"fieldName": "rows"
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "columns",
|
|
2535
|
-
"type": {
|
|
2536
|
-
"text": "number"
|
|
2537
|
-
},
|
|
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": [
|
|
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"
|
|
2526
|
+
"name": "onUndo",
|
|
2527
|
+
"parameters": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "undoable",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "boolean"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "redoable",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "boolean"
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
]
|
|
2587
2541
|
},
|
|
2588
2542
|
{
|
|
2589
|
-
"kind": "
|
|
2590
|
-
"name": "
|
|
2591
|
-
"
|
|
2592
|
-
|
|
2593
|
-
|
|
2543
|
+
"kind": "method",
|
|
2544
|
+
"name": "onRedo",
|
|
2545
|
+
"parameters": [
|
|
2546
|
+
{
|
|
2547
|
+
"name": "undoable",
|
|
2548
|
+
"type": {
|
|
2549
|
+
"text": "boolean"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "redoable",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "boolean"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
]
|
|
2594
2559
|
},
|
|
2595
2560
|
{
|
|
2596
|
-
"kind": "
|
|
2597
|
-
"name": "
|
|
2598
|
-
"
|
|
2599
|
-
|
|
2600
|
-
|
|
2561
|
+
"kind": "method",
|
|
2562
|
+
"name": "onSceneChanged",
|
|
2563
|
+
"parameters": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "after",
|
|
2566
|
+
"optional": true,
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "Scene"
|
|
2569
|
+
}
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "before",
|
|
2573
|
+
"optional": true,
|
|
2574
|
+
"type": {
|
|
2575
|
+
"text": "Scene"
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2578
|
+
]
|
|
2601
2579
|
},
|
|
2602
2580
|
{
|
|
2603
2581
|
"kind": "method",
|
|
2604
|
-
"name": "
|
|
2582
|
+
"name": "onSelectedChanged",
|
|
2583
|
+
"parameters": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "after",
|
|
2586
|
+
"type": {
|
|
2587
|
+
"text": "Component[]"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "before",
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "Component[]"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
]
|
|
2605
2597
|
},
|
|
2606
2598
|
{
|
|
2607
2599
|
"kind": "method",
|
|
2608
|
-
"name": "
|
|
2600
|
+
"name": "onTapUndo"
|
|
2609
2601
|
},
|
|
2610
2602
|
{
|
|
2611
2603
|
"kind": "method",
|
|
2612
|
-
"name": "
|
|
2604
|
+
"name": "onTapRedo"
|
|
2613
2605
|
},
|
|
2614
2606
|
{
|
|
2615
2607
|
"kind": "method",
|
|
2616
|
-
"name": "
|
|
2617
|
-
}
|
|
2618
|
-
],
|
|
2619
|
-
"attributes": [
|
|
2620
|
-
{
|
|
2621
|
-
"name": "rows",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "number"
|
|
2624
|
-
},
|
|
2625
|
-
"default": "1",
|
|
2626
|
-
"fieldName": "rows"
|
|
2608
|
+
"name": "onTapCut"
|
|
2627
2609
|
},
|
|
2628
2610
|
{
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2631
|
-
|
|
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": [
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "onTapCopy"
|
|
2613
|
+
},
|
|
2665
2614
|
{
|
|
2666
|
-
"kind": "
|
|
2667
|
-
"name": "
|
|
2668
|
-
"type": {
|
|
2669
|
-
"text": "string"
|
|
2670
|
-
},
|
|
2671
|
-
"attribute": "sceneId"
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "onTapPaste"
|
|
2672
2617
|
},
|
|
2673
2618
|
{
|
|
2674
|
-
"kind": "
|
|
2675
|
-
"name": "
|
|
2676
|
-
"type": {
|
|
2677
|
-
"text": "any"
|
|
2678
|
-
},
|
|
2679
|
-
"attribute": "provider"
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "onTapDelete"
|
|
2680
2621
|
},
|
|
2681
2622
|
{
|
|
2682
|
-
"kind": "
|
|
2683
|
-
"name": "
|
|
2684
|
-
"type": {
|
|
2685
|
-
"text": "any"
|
|
2686
|
-
}
|
|
2623
|
+
"kind": "method",
|
|
2624
|
+
"name": "onTapSelectAll"
|
|
2687
2625
|
},
|
|
2688
2626
|
{
|
|
2689
|
-
"kind": "
|
|
2690
|
-
"name": "
|
|
2691
|
-
"
|
|
2692
|
-
|
|
2693
|
-
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "onTapFontIncrease",
|
|
2629
|
+
"parameters": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "e",
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": "TouchEvent"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
]
|
|
2694
2637
|
},
|
|
2695
2638
|
{
|
|
2696
2639
|
"kind": "method",
|
|
2697
|
-
"name": "
|
|
2640
|
+
"name": "onTapFontDecrease",
|
|
2641
|
+
"parameters": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "e",
|
|
2644
|
+
"type": {
|
|
2645
|
+
"text": "TouchEvent"
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
]
|
|
2698
2649
|
},
|
|
2699
2650
|
{
|
|
2700
2651
|
"kind": "method",
|
|
2701
|
-
"name": "
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2652
|
+
"name": "onTapAlign",
|
|
2653
|
+
"parameters": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "e",
|
|
2656
|
+
"type": {
|
|
2657
|
+
"text": "TouchEvent | string"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
]
|
|
2661
|
+
},
|
|
2705
2662
|
{
|
|
2706
|
-
"
|
|
2707
|
-
"
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2663
|
+
"kind": "method",
|
|
2664
|
+
"name": "onTapZorder",
|
|
2665
|
+
"parameters": [
|
|
2666
|
+
{
|
|
2667
|
+
"name": "e",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"text": "TouchEvent | string"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2711
2673
|
},
|
|
2712
2674
|
{
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2715
|
-
|
|
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": [
|
|
2675
|
+
"kind": "method",
|
|
2676
|
+
"name": "onTapSymmetryX"
|
|
2677
|
+
},
|
|
2747
2678
|
{
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2750
|
-
}
|
|
2751
|
-
]
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"kind": "function",
|
|
2755
|
-
"name": "fetchBoard",
|
|
2756
|
-
"parameters": [
|
|
2679
|
+
"kind": "method",
|
|
2680
|
+
"name": "onTapSymmetryY"
|
|
2681
|
+
},
|
|
2757
2682
|
{
|
|
2758
|
-
"
|
|
2759
|
-
"
|
|
2760
|
-
|
|
2761
|
-
}
|
|
2762
|
-
}
|
|
2763
|
-
]
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"kind": "function",
|
|
2767
|
-
"name": "createBoard",
|
|
2768
|
-
"parameters": [
|
|
2683
|
+
"kind": "method",
|
|
2684
|
+
"name": "onTapRotateCW"
|
|
2685
|
+
},
|
|
2769
2686
|
{
|
|
2770
|
-
"
|
|
2771
|
-
"
|
|
2772
|
-
|
|
2773
|
-
}
|
|
2774
|
-
}
|
|
2775
|
-
]
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"kind": "function",
|
|
2779
|
-
"name": "updateBoard",
|
|
2780
|
-
"parameters": [
|
|
2687
|
+
"kind": "method",
|
|
2688
|
+
"name": "onTapRotateCCW"
|
|
2689
|
+
},
|
|
2781
2690
|
{
|
|
2782
|
-
"
|
|
2783
|
-
"
|
|
2784
|
-
|
|
2785
|
-
}
|
|
2786
|
-
}
|
|
2787
|
-
]
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"kind": "function",
|
|
2791
|
-
"name": "deleteBoard",
|
|
2792
|
-
"parameters": [
|
|
2691
|
+
"kind": "method",
|
|
2692
|
+
"name": "onTapGroup"
|
|
2693
|
+
},
|
|
2793
2694
|
{
|
|
2794
|
-
"
|
|
2795
|
-
"
|
|
2796
|
-
|
|
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": [
|
|
2695
|
+
"kind": "method",
|
|
2696
|
+
"name": "onTapUngroup"
|
|
2697
|
+
},
|
|
2853
2698
|
{
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
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": [
|
|
2699
|
+
"kind": "method",
|
|
2700
|
+
"name": "onTapFullscreen"
|
|
2701
|
+
},
|
|
2879
2702
|
{
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2882
|
-
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
]
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "function",
|
|
2889
|
-
"name": "updateGroup",
|
|
2890
|
-
"parameters": [
|
|
2703
|
+
"kind": "method",
|
|
2704
|
+
"name": "onTapToggle"
|
|
2705
|
+
},
|
|
2891
2706
|
{
|
|
2892
|
-
"
|
|
2893
|
-
"
|
|
2894
|
-
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"kind": "function",
|
|
2901
|
-
"name": "deleteGroup",
|
|
2902
|
-
"parameters": [
|
|
2707
|
+
"kind": "method",
|
|
2708
|
+
"name": "onTapFitScene"
|
|
2709
|
+
},
|
|
2903
2710
|
{
|
|
2904
|
-
"
|
|
2905
|
-
"
|
|
2906
|
-
|
|
2907
|
-
|
|
2711
|
+
"kind": "method",
|
|
2712
|
+
"name": "onTapPreview"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "method",
|
|
2716
|
+
"name": "onTapDownloadModel"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "method",
|
|
2720
|
+
"name": "onTapDistribute",
|
|
2721
|
+
"parameters": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "e",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "TouchEvent | string"
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
]
|
|
2908
2729
|
}
|
|
2909
|
-
]
|
|
2910
|
-
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "function",
|
|
2913
|
-
"name": "fetchGroupList"
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"kind": "function",
|
|
2917
|
-
"name": "createGroup",
|
|
2918
|
-
"parameters": [
|
|
2730
|
+
],
|
|
2731
|
+
"events": [
|
|
2919
2732
|
{
|
|
2920
|
-
"name": "
|
|
2733
|
+
"name": "modeller-fullscreen",
|
|
2921
2734
|
"type": {
|
|
2922
|
-
"text": "
|
|
2735
|
+
"text": "CustomEvent"
|
|
2923
2736
|
}
|
|
2924
|
-
}
|
|
2925
|
-
]
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"kind": "function",
|
|
2929
|
-
"name": "joinGroup",
|
|
2930
|
-
"parameters": [
|
|
2737
|
+
},
|
|
2931
2738
|
{
|
|
2932
|
-
"name": "
|
|
2739
|
+
"name": "hide-property-changed",
|
|
2933
2740
|
"type": {
|
|
2934
|
-
"text": "
|
|
2741
|
+
"text": "CustomEvent"
|
|
2935
2742
|
}
|
|
2936
2743
|
},
|
|
2937
2744
|
{
|
|
2938
|
-
"name": "
|
|
2745
|
+
"name": "open-preview",
|
|
2939
2746
|
"type": {
|
|
2940
|
-
"text": "
|
|
2747
|
+
"text": "CustomEvent"
|
|
2941
2748
|
}
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
"
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
"
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
"
|
|
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
|
-
}
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "download-model",
|
|
2752
|
+
"type": {
|
|
2753
|
+
"text": "CustomEvent"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
],
|
|
2757
|
+
"attributes": [
|
|
2758
|
+
{
|
|
2759
|
+
"name": "scene",
|
|
2760
|
+
"type": {
|
|
2761
|
+
"text": "Scene | undefined"
|
|
2762
|
+
},
|
|
2763
|
+
"fieldName": "scene"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "selected",
|
|
2767
|
+
"type": {
|
|
2768
|
+
"text": "any[]"
|
|
2769
|
+
},
|
|
2770
|
+
"default": "[]",
|
|
2771
|
+
"fieldName": "selected"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "hideProperty",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"text": "boolean"
|
|
2777
|
+
},
|
|
2778
|
+
"default": "false",
|
|
2779
|
+
"fieldName": "hideProperty"
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"superclass": {
|
|
2783
|
+
"name": "LitElement",
|
|
2784
|
+
"package": "lit"
|
|
2785
|
+
},
|
|
2786
|
+
"tagName": "edit-toolbar",
|
|
2787
|
+
"customElement": true
|
|
2994
2788
|
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
|
-
{
|
|
2998
|
-
"kind": "javascript-module",
|
|
2999
|
-
"path": "src/graphql/index.ts",
|
|
3000
|
-
"declarations": [],
|
|
2789
|
+
],
|
|
3001
2790
|
"exports": [
|
|
3002
2791
|
{
|
|
3003
2792
|
"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": "*",
|
|
2793
|
+
"name": "EditToolbar",
|
|
3021
2794
|
"declaration": {
|
|
3022
|
-
"name": "
|
|
3023
|
-
"
|
|
2795
|
+
"name": "EditToolbar",
|
|
2796
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
3024
2797
|
}
|
|
3025
2798
|
},
|
|
3026
2799
|
{
|
|
3027
|
-
"kind": "
|
|
3028
|
-
"name": "
|
|
2800
|
+
"kind": "custom-element-definition",
|
|
2801
|
+
"name": "edit-toolbar",
|
|
3029
2802
|
"declaration": {
|
|
3030
|
-
"name": "
|
|
3031
|
-
"
|
|
2803
|
+
"name": "EditToolbar",
|
|
2804
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
3032
2805
|
}
|
|
3033
2806
|
}
|
|
3034
2807
|
]
|
|
3035
2808
|
},
|
|
3036
2809
|
{
|
|
3037
2810
|
"kind": "javascript-module",
|
|
3038
|
-
"path": "src/
|
|
2811
|
+
"path": "src/player/ox-board-player-carousel.ts",
|
|
3039
2812
|
"declarations": [
|
|
3040
2813
|
{
|
|
3041
|
-
"kind": "
|
|
3042
|
-
"
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
"kind": "function",
|
|
3046
|
-
"name": "fetchPlayGroup",
|
|
3047
|
-
"parameters": [
|
|
2814
|
+
"kind": "class",
|
|
2815
|
+
"description": "",
|
|
2816
|
+
"name": "BoardPlayerCarousel",
|
|
2817
|
+
"members": [
|
|
3048
2818
|
{
|
|
3049
|
-
"
|
|
2819
|
+
"kind": "field",
|
|
2820
|
+
"name": "axis",
|
|
3050
2821
|
"type": {
|
|
3051
2822
|
"text": "string"
|
|
2823
|
+
},
|
|
2824
|
+
"default": "'y'",
|
|
2825
|
+
"attribute": "axis"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "field",
|
|
2829
|
+
"name": "rows",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "number"
|
|
2832
|
+
},
|
|
2833
|
+
"default": "1",
|
|
2834
|
+
"attribute": "rows"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"kind": "field",
|
|
2838
|
+
"name": "columns",
|
|
2839
|
+
"type": {
|
|
2840
|
+
"text": "number"
|
|
2841
|
+
},
|
|
2842
|
+
"default": "1",
|
|
2843
|
+
"attribute": "columns"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "field",
|
|
2847
|
+
"name": "_slotObserver",
|
|
2848
|
+
"type": {
|
|
2849
|
+
"text": "MutationObserver | undefined"
|
|
3052
2850
|
}
|
|
3053
|
-
}
|
|
3054
|
-
]
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"kind": "function",
|
|
3058
|
-
"name": "createPlayGroup",
|
|
3059
|
-
"parameters": [
|
|
2851
|
+
},
|
|
3060
2852
|
{
|
|
3061
|
-
"
|
|
2853
|
+
"kind": "field",
|
|
2854
|
+
"name": "_boundResize",
|
|
3062
2855
|
"type": {
|
|
3063
|
-
"text": "
|
|
2856
|
+
"text": "() => void | undefined"
|
|
3064
2857
|
}
|
|
3065
|
-
}
|
|
3066
|
-
]
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "function",
|
|
3070
|
-
"name": "updatePlayGroup",
|
|
3071
|
-
"parameters": [
|
|
2858
|
+
},
|
|
3072
2859
|
{
|
|
3073
|
-
"
|
|
2860
|
+
"kind": "field",
|
|
2861
|
+
"name": "_rotation",
|
|
3074
2862
|
"type": {
|
|
3075
|
-
"text": "
|
|
2863
|
+
"text": "number"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "0"
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "field",
|
|
2869
|
+
"name": "_theta",
|
|
2870
|
+
"type": {
|
|
2871
|
+
"text": "number"
|
|
2872
|
+
},
|
|
2873
|
+
"default": "0"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "_radius",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "number"
|
|
2880
|
+
},
|
|
2881
|
+
"default": "0"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "field",
|
|
2885
|
+
"name": "_rotateFn",
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "string | undefined"
|
|
3076
2888
|
}
|
|
3077
|
-
}
|
|
3078
|
-
]
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"kind": "function",
|
|
3082
|
-
"name": "deletePlayGroup",
|
|
3083
|
-
"parameters": [
|
|
2889
|
+
},
|
|
3084
2890
|
{
|
|
3085
|
-
"
|
|
2891
|
+
"kind": "field",
|
|
2892
|
+
"name": "_panelCount",
|
|
3086
2893
|
"type": {
|
|
3087
|
-
"text": "
|
|
2894
|
+
"text": "number"
|
|
2895
|
+
},
|
|
2896
|
+
"default": "0"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "field",
|
|
2900
|
+
"name": "_panelSize",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "number"
|
|
2903
|
+
},
|
|
2904
|
+
"default": "0"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"kind": "field",
|
|
2908
|
+
"name": "_isHorizontal",
|
|
2909
|
+
"type": {
|
|
2910
|
+
"text": "boolean"
|
|
2911
|
+
},
|
|
2912
|
+
"default": "true"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "field",
|
|
2916
|
+
"name": "_slot",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "HTMLSlotElement"
|
|
3088
2919
|
}
|
|
3089
|
-
}
|
|
3090
|
-
]
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"kind": "function",
|
|
3094
|
-
"name": "joinPlayGroup",
|
|
3095
|
-
"parameters": [
|
|
2920
|
+
},
|
|
3096
2921
|
{
|
|
3097
|
-
"
|
|
2922
|
+
"kind": "field",
|
|
2923
|
+
"name": "_carousel",
|
|
3098
2924
|
"type": {
|
|
3099
|
-
"text": "
|
|
2925
|
+
"text": "HTMLElement"
|
|
3100
2926
|
}
|
|
3101
2927
|
},
|
|
3102
2928
|
{
|
|
3103
|
-
"
|
|
2929
|
+
"kind": "method",
|
|
2930
|
+
"name": "build"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "method",
|
|
2934
|
+
"name": "start"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "method",
|
|
2938
|
+
"name": "stop"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "method",
|
|
2942
|
+
"name": "_onAxisChanged"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "method",
|
|
2946
|
+
"name": "_transform"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "method",
|
|
2950
|
+
"name": "previous"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"kind": "method",
|
|
2954
|
+
"name": "next"
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"events": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "transform",
|
|
3104
2960
|
"type": {
|
|
3105
|
-
"text": "
|
|
2961
|
+
"text": "CustomEvent"
|
|
3106
2962
|
}
|
|
3107
2963
|
}
|
|
3108
|
-
]
|
|
3109
|
-
|
|
3110
|
-
{
|
|
3111
|
-
"kind": "function",
|
|
3112
|
-
"name": "leavePlayGroup",
|
|
3113
|
-
"parameters": [
|
|
2964
|
+
],
|
|
2965
|
+
"attributes": [
|
|
3114
2966
|
{
|
|
3115
|
-
"name": "
|
|
2967
|
+
"name": "axis",
|
|
3116
2968
|
"type": {
|
|
3117
2969
|
"text": "string"
|
|
3118
|
-
}
|
|
2970
|
+
},
|
|
2971
|
+
"default": "'y'",
|
|
2972
|
+
"fieldName": "axis"
|
|
3119
2973
|
},
|
|
3120
2974
|
{
|
|
3121
|
-
"name": "
|
|
2975
|
+
"name": "rows",
|
|
3122
2976
|
"type": {
|
|
3123
|
-
"text": "
|
|
3124
|
-
}
|
|
2977
|
+
"text": "number"
|
|
2978
|
+
},
|
|
2979
|
+
"default": "1",
|
|
2980
|
+
"fieldName": "rows"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "columns",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "number"
|
|
2986
|
+
},
|
|
2987
|
+
"default": "1",
|
|
2988
|
+
"fieldName": "columns"
|
|
3125
2989
|
}
|
|
3126
|
-
]
|
|
2990
|
+
],
|
|
2991
|
+
"superclass": {
|
|
2992
|
+
"name": "LitElement",
|
|
2993
|
+
"package": "lit"
|
|
2994
|
+
},
|
|
2995
|
+
"tagName": "ox-board-player-carousel",
|
|
2996
|
+
"customElement": true
|
|
3127
2997
|
}
|
|
3128
2998
|
],
|
|
3129
2999
|
"exports": [
|
|
3130
3000
|
{
|
|
3131
|
-
"kind": "
|
|
3132
|
-
"name": "
|
|
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",
|
|
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",
|
|
3001
|
+
"kind": "custom-element-definition",
|
|
3002
|
+
"name": "ox-board-player-carousel",
|
|
3181
3003
|
"declaration": {
|
|
3182
|
-
"name": "
|
|
3183
|
-
"module": "src/
|
|
3004
|
+
"name": "BoardPlayerCarousel",
|
|
3005
|
+
"module": "src/player/ox-board-player-carousel.ts"
|
|
3184
3006
|
}
|
|
3185
3007
|
}
|
|
3186
3008
|
]
|
|
3187
3009
|
},
|
|
3188
3010
|
{
|
|
3189
3011
|
"kind": "javascript-module",
|
|
3190
|
-
"path": "src/
|
|
3012
|
+
"path": "src/player/ox-board-player-grid.ts",
|
|
3191
3013
|
"declarations": [
|
|
3192
3014
|
{
|
|
3193
|
-
"kind": "
|
|
3194
|
-
"
|
|
3195
|
-
"
|
|
3015
|
+
"kind": "class",
|
|
3016
|
+
"description": "자식 컴포넌트들을 그리드형태로 화면에 배치하여 한꺼번에 디스플레이해주는 컴포넌트.\nExample:\n <ox-board-player-grid rows=\"3\" columns=\"3\" tabindex=\"0\" focus>\n <div page>A</div>\n <div page>B</div>\n <div page>C</div>\n <div page>D</div>\n </ox-board-player-grid>",
|
|
3017
|
+
"name": "BoardPlayerGrid",
|
|
3018
|
+
"members": [
|
|
3196
3019
|
{
|
|
3197
|
-
"
|
|
3020
|
+
"kind": "field",
|
|
3021
|
+
"name": "rows",
|
|
3198
3022
|
"type": {
|
|
3199
|
-
"text": "
|
|
3023
|
+
"text": "number"
|
|
3200
3024
|
},
|
|
3201
|
-
"
|
|
3025
|
+
"default": "1",
|
|
3026
|
+
"attribute": "rows"
|
|
3202
3027
|
},
|
|
3203
3028
|
{
|
|
3204
|
-
"
|
|
3205
|
-
"
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "columns",
|
|
3206
3031
|
"type": {
|
|
3207
|
-
"text": "
|
|
3032
|
+
"text": "number"
|
|
3208
3033
|
},
|
|
3209
|
-
"
|
|
3034
|
+
"default": "1",
|
|
3035
|
+
"attribute": "columns"
|
|
3210
3036
|
},
|
|
3211
3037
|
{
|
|
3212
|
-
"
|
|
3213
|
-
"
|
|
3038
|
+
"kind": "field",
|
|
3039
|
+
"name": "_slotObserver",
|
|
3214
3040
|
"type": {
|
|
3215
|
-
"text": "
|
|
3216
|
-
}
|
|
3217
|
-
|
|
3218
|
-
}
|
|
3219
|
-
],
|
|
3220
|
-
"description": "엘리먼트를 풀스크린으로 표시되도록 한다."
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"kind": "function",
|
|
3224
|
-
"name": "exitfullscreen"
|
|
3225
|
-
},
|
|
3226
|
-
{
|
|
3227
|
-
"kind": "function",
|
|
3228
|
-
"name": "togglefullscreen",
|
|
3229
|
-
"parameters": [
|
|
3041
|
+
"text": "MutationObserver | undefined"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3230
3044
|
{
|
|
3231
|
-
"
|
|
3045
|
+
"kind": "field",
|
|
3046
|
+
"name": "_slot",
|
|
3232
3047
|
"type": {
|
|
3233
|
-
"text": "
|
|
3048
|
+
"text": "HTMLSlotElement"
|
|
3234
3049
|
}
|
|
3235
3050
|
},
|
|
3236
3051
|
{
|
|
3237
|
-
"
|
|
3238
|
-
"
|
|
3052
|
+
"kind": "method",
|
|
3053
|
+
"name": "start"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"kind": "method",
|
|
3057
|
+
"name": "stop"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "method",
|
|
3061
|
+
"name": "next"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"kind": "method",
|
|
3065
|
+
"name": "previous"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"attributes": [
|
|
3069
|
+
{
|
|
3070
|
+
"name": "rows",
|
|
3239
3071
|
"type": {
|
|
3240
|
-
"text": "
|
|
3241
|
-
}
|
|
3072
|
+
"text": "number"
|
|
3073
|
+
},
|
|
3074
|
+
"default": "1",
|
|
3075
|
+
"fieldName": "rows"
|
|
3242
3076
|
},
|
|
3243
3077
|
{
|
|
3244
|
-
"name": "
|
|
3245
|
-
"optional": true,
|
|
3078
|
+
"name": "columns",
|
|
3246
3079
|
"type": {
|
|
3247
|
-
"text": "
|
|
3248
|
-
}
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
}
|
|
3252
|
-
],
|
|
3253
|
-
"exports": [
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "js",
|
|
3256
|
-
"name": "fullscreen",
|
|
3257
|
-
"declaration": {
|
|
3258
|
-
"name": "fullscreen",
|
|
3259
|
-
"module": "src/utils/fullscreen.ts"
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"kind": "js",
|
|
3264
|
-
"name": "exitfullscreen",
|
|
3265
|
-
"declaration": {
|
|
3266
|
-
"name": "exitfullscreen",
|
|
3267
|
-
"module": "src/utils/fullscreen.ts"
|
|
3268
|
-
}
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"kind": "js",
|
|
3272
|
-
"name": "togglefullscreen",
|
|
3273
|
-
"declaration": {
|
|
3274
|
-
"name": "togglefullscreen",
|
|
3275
|
-
"module": "src/utils/fullscreen.ts"
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3278
|
-
]
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "javascript-module",
|
|
3282
|
-
"path": "src/utils/os.ts",
|
|
3283
|
-
"declarations": [
|
|
3284
|
-
{
|
|
3285
|
-
"kind": "function",
|
|
3286
|
-
"name": "getOS",
|
|
3287
|
-
"description": "method to get operating system of running browser",
|
|
3288
|
-
"return": {
|
|
3289
|
-
"type": {
|
|
3290
|
-
"text": "string"
|
|
3291
|
-
}
|
|
3292
|
-
}
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"kind": "function",
|
|
3296
|
-
"name": "isMobileDevice",
|
|
3297
|
-
"description": "method to tell if platform of running browser is kind of mobile device",
|
|
3298
|
-
"return": {
|
|
3299
|
-
"type": {
|
|
3300
|
-
"text": "boolean"
|
|
3301
|
-
}
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"kind": "function",
|
|
3306
|
-
"name": "isIOS",
|
|
3307
|
-
"description": "method to tell if operating system of running browser is iOS",
|
|
3308
|
-
"return": {
|
|
3309
|
-
"type": {
|
|
3310
|
-
"text": "boolean"
|
|
3311
|
-
}
|
|
3312
|
-
}
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "function",
|
|
3316
|
-
"name": "isMacOS",
|
|
3317
|
-
"description": "method to tell if operating system of running browser is MacOS",
|
|
3318
|
-
"return": {
|
|
3319
|
-
"type": {
|
|
3320
|
-
"text": "boolean"
|
|
3080
|
+
"text": "number"
|
|
3081
|
+
},
|
|
3082
|
+
"default": "1",
|
|
3083
|
+
"fieldName": "columns"
|
|
3321
3084
|
}
|
|
3322
|
-
|
|
3085
|
+
],
|
|
3086
|
+
"superclass": {
|
|
3087
|
+
"name": "LitElement",
|
|
3088
|
+
"package": "lit"
|
|
3089
|
+
},
|
|
3090
|
+
"tagName": "ox-board-player-grid",
|
|
3091
|
+
"customElement": true
|
|
3323
3092
|
}
|
|
3324
3093
|
],
|
|
3325
3094
|
"exports": [
|
|
3326
3095
|
{
|
|
3327
|
-
"kind": "
|
|
3328
|
-
"name": "
|
|
3329
|
-
"declaration": {
|
|
3330
|
-
"name": "getOS",
|
|
3331
|
-
"module": "src/utils/os.ts"
|
|
3332
|
-
}
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"kind": "js",
|
|
3336
|
-
"name": "isMobileDevice",
|
|
3337
|
-
"declaration": {
|
|
3338
|
-
"name": "isMobileDevice",
|
|
3339
|
-
"module": "src/utils/os.ts"
|
|
3340
|
-
}
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"kind": "js",
|
|
3344
|
-
"name": "isIOS",
|
|
3345
|
-
"declaration": {
|
|
3346
|
-
"name": "isIOS",
|
|
3347
|
-
"module": "src/utils/os.ts"
|
|
3348
|
-
}
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "js",
|
|
3352
|
-
"name": "isMacOS",
|
|
3096
|
+
"kind": "custom-element-definition",
|
|
3097
|
+
"name": "ox-board-player-grid",
|
|
3353
3098
|
"declaration": {
|
|
3354
|
-
"name": "
|
|
3355
|
-
"module": "src/
|
|
3099
|
+
"name": "BoardPlayerGrid",
|
|
3100
|
+
"module": "src/player/ox-board-player-grid.ts"
|
|
3356
3101
|
}
|
|
3357
3102
|
}
|
|
3358
3103
|
]
|
|
3359
3104
|
},
|
|
3360
3105
|
{
|
|
3361
3106
|
"kind": "javascript-module",
|
|
3362
|
-
"path": "src/
|
|
3107
|
+
"path": "src/player/ox-board-wrapper.ts",
|
|
3363
3108
|
"declarations": [
|
|
3364
3109
|
{
|
|
3365
|
-
"kind": "
|
|
3366
|
-
"
|
|
3367
|
-
"
|
|
3110
|
+
"kind": "class",
|
|
3111
|
+
"description": "",
|
|
3112
|
+
"name": "BoardWrapper",
|
|
3113
|
+
"members": [
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "field",
|
|
3116
|
+
"name": "sceneId",
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "string"
|
|
3119
|
+
},
|
|
3120
|
+
"attribute": "sceneId"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "field",
|
|
3124
|
+
"name": "provider",
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "any"
|
|
3127
|
+
},
|
|
3128
|
+
"attribute": "provider"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "field",
|
|
3132
|
+
"name": "_scene",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "any"
|
|
3135
|
+
}
|
|
3136
|
+
},
|
|
3368
3137
|
{
|
|
3369
|
-
"
|
|
3138
|
+
"kind": "field",
|
|
3139
|
+
"name": "_targetEl",
|
|
3140
|
+
"type": {
|
|
3141
|
+
"text": "HTMLElement"
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"kind": "method",
|
|
3146
|
+
"name": "_releaseRef"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "method",
|
|
3150
|
+
"name": "_onSceneIdChanged"
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"attributes": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "sceneId",
|
|
3370
3156
|
"type": {
|
|
3371
|
-
"text": "
|
|
3157
|
+
"text": "string"
|
|
3372
3158
|
},
|
|
3373
|
-
"
|
|
3159
|
+
"fieldName": "sceneId"
|
|
3374
3160
|
},
|
|
3375
3161
|
{
|
|
3376
|
-
"name": "
|
|
3377
|
-
"optional": true,
|
|
3162
|
+
"name": "provider",
|
|
3378
3163
|
"type": {
|
|
3379
|
-
"text": "
|
|
3164
|
+
"text": "any"
|
|
3380
3165
|
},
|
|
3381
|
-
"
|
|
3166
|
+
"fieldName": "provider"
|
|
3382
3167
|
}
|
|
3383
3168
|
],
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
"
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3169
|
+
"superclass": {
|
|
3170
|
+
"name": "LitElement",
|
|
3171
|
+
"package": "lit"
|
|
3172
|
+
},
|
|
3173
|
+
"tagName": "ox-board-wrapper",
|
|
3174
|
+
"customElement": true
|
|
3390
3175
|
}
|
|
3391
3176
|
],
|
|
3392
3177
|
"exports": [
|
|
3393
3178
|
{
|
|
3394
|
-
"kind": "
|
|
3395
|
-
"name": "
|
|
3179
|
+
"kind": "custom-element-definition",
|
|
3180
|
+
"name": "ox-board-wrapper",
|
|
3396
3181
|
"declaration": {
|
|
3397
|
-
"name": "
|
|
3398
|
-
"module": "src/
|
|
3182
|
+
"name": "BoardWrapper",
|
|
3183
|
+
"module": "src/player/ox-board-wrapper.ts"
|
|
3399
3184
|
}
|
|
3400
3185
|
}
|
|
3401
3186
|
]
|
|
@@ -5344,241 +5129,47 @@
|
|
|
5344
5129
|
},
|
|
5345
5130
|
{
|
|
5346
5131
|
"kind": "method",
|
|
5347
|
-
"name": "_onAfterValueChange",
|
|
5348
|
-
"parameters": [
|
|
5349
|
-
{
|
|
5350
|
-
"name": "key",
|
|
5351
|
-
"type": {
|
|
5352
|
-
"text": "string"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"name": "value",
|
|
5357
|
-
"type": {
|
|
5358
|
-
"text": "any"
|
|
5359
|
-
}
|
|
5360
|
-
}
|
|
5361
|
-
],
|
|
5362
|
-
"inheritedFrom": {
|
|
5363
|
-
"name": "AbstractProperty",
|
|
5364
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5365
|
-
}
|
|
5366
|
-
}
|
|
5367
|
-
],
|
|
5368
|
-
"events": [
|
|
5369
|
-
{
|
|
5370
|
-
"name": "property-change",
|
|
5371
|
-
"type": {
|
|
5372
|
-
"text": "CustomEvent"
|
|
5373
|
-
},
|
|
5374
|
-
"inheritedFrom": {
|
|
5375
|
-
"name": "AbstractProperty",
|
|
5376
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5377
|
-
}
|
|
5378
|
-
}
|
|
5379
|
-
],
|
|
5380
|
-
"attributes": [
|
|
5381
|
-
{
|
|
5382
|
-
"name": "value",
|
|
5383
|
-
"type": {
|
|
5384
|
-
"text": "Properties | undefined"
|
|
5385
|
-
},
|
|
5386
|
-
"fieldName": "value"
|
|
5387
|
-
},
|
|
5388
|
-
{
|
|
5389
|
-
"name": "scene",
|
|
5390
|
-
"type": {
|
|
5391
|
-
"text": "Scene | undefined"
|
|
5392
|
-
},
|
|
5393
|
-
"fieldName": "scene"
|
|
5394
|
-
}
|
|
5395
|
-
],
|
|
5396
|
-
"superclass": {
|
|
5397
|
-
"name": "AbstractProperty",
|
|
5398
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5399
|
-
},
|
|
5400
|
-
"tagName": "property-data-binding",
|
|
5401
|
-
"customElement": true
|
|
5402
|
-
}
|
|
5403
|
-
],
|
|
5404
|
-
"exports": [
|
|
5405
|
-
{
|
|
5406
|
-
"kind": "custom-element-definition",
|
|
5407
|
-
"name": "property-data-binding",
|
|
5408
|
-
"declaration": {
|
|
5409
|
-
"name": "PropertyDataBinding",
|
|
5410
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5411
|
-
}
|
|
5412
|
-
}
|
|
5413
|
-
]
|
|
5414
|
-
},
|
|
5415
|
-
{
|
|
5416
|
-
"kind": "javascript-module",
|
|
5417
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5418
|
-
"declarations": [
|
|
5419
|
-
{
|
|
5420
|
-
"kind": "class",
|
|
5421
|
-
"description": "",
|
|
5422
|
-
"name": "SceneInspector",
|
|
5423
|
-
"members": [
|
|
5424
|
-
{
|
|
5425
|
-
"kind": "field",
|
|
5426
|
-
"name": "scene",
|
|
5427
|
-
"type": {
|
|
5428
|
-
"text": "Scene | undefined"
|
|
5429
|
-
},
|
|
5430
|
-
"attribute": "scene"
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"kind": "field",
|
|
5434
|
-
"name": "_extendedMap",
|
|
5435
|
-
"type": {
|
|
5436
|
-
"text": "any"
|
|
5437
|
-
},
|
|
5438
|
-
"privacy": "private"
|
|
5439
|
-
},
|
|
5440
|
-
{
|
|
5441
|
-
"kind": "field",
|
|
5442
|
-
"name": "show",
|
|
5443
|
-
"type": {
|
|
5444
|
-
"text": "boolean"
|
|
5445
|
-
},
|
|
5446
|
-
"privacy": "private",
|
|
5447
|
-
"default": "false"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"kind": "field",
|
|
5451
|
-
"name": "sortableConfig",
|
|
5452
|
-
"type": {
|
|
5453
|
-
"text": "Sortable.Options"
|
|
5454
|
-
},
|
|
5455
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5456
|
-
},
|
|
5457
|
-
{
|
|
5458
|
-
"kind": "method",
|
|
5459
|
-
"name": "onSort",
|
|
5460
|
-
"parameters": [
|
|
5461
|
-
{
|
|
5462
|
-
"name": "e",
|
|
5463
|
-
"type": {
|
|
5464
|
-
"text": "Sortable.SortableEvent"
|
|
5465
|
-
}
|
|
5466
|
-
}
|
|
5467
|
-
]
|
|
5468
|
-
},
|
|
5469
|
-
{
|
|
5470
|
-
"kind": "method",
|
|
5471
|
-
"name": "_onclick",
|
|
5472
|
-
"parameters": [
|
|
5473
|
-
{
|
|
5474
|
-
"name": "e",
|
|
5475
|
-
"type": {
|
|
5476
|
-
"text": "MouseEvent"
|
|
5477
|
-
}
|
|
5478
|
-
}
|
|
5479
|
-
]
|
|
5480
|
-
},
|
|
5481
|
-
{
|
|
5482
|
-
"kind": "method",
|
|
5483
|
-
"name": "_ondblclick",
|
|
5484
|
-
"parameters": [
|
|
5485
|
-
{
|
|
5486
|
-
"name": "e",
|
|
5487
|
-
"type": {
|
|
5488
|
-
"text": "MouseEvent"
|
|
5489
|
-
}
|
|
5490
|
-
}
|
|
5491
|
-
]
|
|
5492
|
-
},
|
|
5493
|
-
{
|
|
5494
|
-
"kind": "field",
|
|
5495
|
-
"name": "extendedMap"
|
|
5496
|
-
},
|
|
5497
|
-
{
|
|
5498
|
-
"kind": "method",
|
|
5499
|
-
"name": "getNodeHandleClass",
|
|
5500
|
-
"parameters": [
|
|
5501
|
-
{
|
|
5502
|
-
"name": "component",
|
|
5503
|
-
"type": {
|
|
5504
|
-
"text": "Component"
|
|
5505
|
-
}
|
|
5506
|
-
}
|
|
5507
|
-
]
|
|
5508
|
-
},
|
|
5509
|
-
{
|
|
5510
|
-
"kind": "method",
|
|
5511
|
-
"name": "isExtended",
|
|
5512
|
-
"parameters": [
|
|
5513
|
-
{
|
|
5514
|
-
"name": "component",
|
|
5515
|
-
"type": {
|
|
5516
|
-
"text": "Component"
|
|
5517
|
-
}
|
|
5518
|
-
}
|
|
5519
|
-
]
|
|
5520
|
-
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "method",
|
|
5523
|
-
"name": "toggleExtended",
|
|
5524
|
-
"parameters": [
|
|
5525
|
-
{
|
|
5526
|
-
"name": "component",
|
|
5527
|
-
"type": {
|
|
5528
|
-
"text": "Component"
|
|
5529
|
-
}
|
|
5530
|
-
}
|
|
5531
|
-
]
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"kind": "method",
|
|
5535
|
-
"name": "toggleHidden",
|
|
5536
|
-
"parameters": [
|
|
5537
|
-
{
|
|
5538
|
-
"name": "component",
|
|
5539
|
-
"type": {
|
|
5540
|
-
"text": "Component"
|
|
5541
|
-
}
|
|
5542
|
-
}
|
|
5543
|
-
]
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "method",
|
|
5547
|
-
"name": "selectComponent",
|
|
5548
|
-
"parameters": [
|
|
5549
|
-
{
|
|
5550
|
-
"name": "component",
|
|
5551
|
-
"type": {
|
|
5552
|
-
"text": "Component"
|
|
5553
|
-
}
|
|
5554
|
-
}
|
|
5555
|
-
]
|
|
5556
|
-
},
|
|
5557
|
-
{
|
|
5558
|
-
"kind": "method",
|
|
5559
|
-
"name": "renderComponent",
|
|
5560
|
-
"return": {
|
|
5561
|
-
"type": {
|
|
5562
|
-
"text": "TemplateResult"
|
|
5563
|
-
}
|
|
5564
|
-
},
|
|
5132
|
+
"name": "_onAfterValueChange",
|
|
5565
5133
|
"parameters": [
|
|
5566
5134
|
{
|
|
5567
|
-
"name": "
|
|
5135
|
+
"name": "key",
|
|
5568
5136
|
"type": {
|
|
5569
|
-
"text": "
|
|
5137
|
+
"text": "string"
|
|
5570
5138
|
}
|
|
5571
5139
|
},
|
|
5572
5140
|
{
|
|
5573
|
-
"name": "
|
|
5141
|
+
"name": "value",
|
|
5574
5142
|
"type": {
|
|
5575
|
-
"text": "
|
|
5143
|
+
"text": "any"
|
|
5576
5144
|
}
|
|
5577
5145
|
}
|
|
5578
|
-
]
|
|
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
|
+
}
|
|
5579
5163
|
}
|
|
5580
5164
|
],
|
|
5581
5165
|
"attributes": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "value",
|
|
5168
|
+
"type": {
|
|
5169
|
+
"text": "Properties | undefined"
|
|
5170
|
+
},
|
|
5171
|
+
"fieldName": "value"
|
|
5172
|
+
},
|
|
5582
5173
|
{
|
|
5583
5174
|
"name": "scene",
|
|
5584
5175
|
"type": {
|
|
@@ -5588,28 +5179,20 @@
|
|
|
5588
5179
|
}
|
|
5589
5180
|
],
|
|
5590
5181
|
"superclass": {
|
|
5591
|
-
"name": "
|
|
5592
|
-
"
|
|
5182
|
+
"name": "AbstractProperty",
|
|
5183
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5593
5184
|
},
|
|
5594
|
-
"tagName": "
|
|
5185
|
+
"tagName": "property-data-binding",
|
|
5595
5186
|
"customElement": true
|
|
5596
5187
|
}
|
|
5597
5188
|
],
|
|
5598
5189
|
"exports": [
|
|
5599
|
-
{
|
|
5600
|
-
"kind": "js",
|
|
5601
|
-
"name": "default",
|
|
5602
|
-
"declaration": {
|
|
5603
|
-
"name": "SceneInspector",
|
|
5604
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5605
|
-
}
|
|
5606
|
-
},
|
|
5607
5190
|
{
|
|
5608
5191
|
"kind": "custom-element-definition",
|
|
5609
|
-
"name": "
|
|
5192
|
+
"name": "property-data-binding",
|
|
5610
5193
|
"declaration": {
|
|
5611
|
-
"name": "
|
|
5612
|
-
"module": "src/modeller/property-sidebar/
|
|
5194
|
+
"name": "PropertyDataBinding",
|
|
5195
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5613
5196
|
}
|
|
5614
5197
|
}
|
|
5615
5198
|
]
|
|
@@ -6333,6 +5916,208 @@
|
|
|
6333
5916
|
}
|
|
6334
5917
|
]
|
|
6335
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
|
+
},
|
|
6336
6121
|
{
|
|
6337
6122
|
"kind": "javascript-module",
|
|
6338
6123
|
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|