@operato/board 0.3.4 → 0.3.7

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.
@@ -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,773 +1351,747 @@
1414
1351
  },
1415
1352
  {
1416
1353
  "kind": "javascript-module",
1417
- "path": "src/modeller/edit-toolbar-style.ts",
1354
+ "path": "stories/index.stories.ts",
1418
1355
  "declarations": [
1419
1356
  {
1420
1357
  "kind": "variable",
1421
- "name": "style",
1422
- "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`"
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": "style",
1376
+ "name": "default",
1429
1377
  "declaration": {
1430
- "name": "style",
1431
- "module": "src/modeller/edit-toolbar-style.ts"
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/modeller/edit-toolbar.ts",
1417
+ "path": "src/component/3d.ts",
1439
1418
  "declarations": [
1440
1419
  {
1441
- "kind": "class",
1442
- "description": "",
1443
- "name": "EditToolbar",
1444
- "members": [
1445
- {
1446
- "kind": "field",
1447
- "name": "scene",
1448
- "type": {
1449
- "text": "Scene | undefined"
1450
- },
1451
- "attribute": "scene"
1452
- },
1453
- {
1454
- "kind": "field",
1455
- "name": "selected",
1456
- "type": {
1457
- "text": "any[]"
1458
- },
1459
- "default": "[]",
1460
- "attribute": "selected"
1461
- },
1462
- {
1463
- "kind": "field",
1464
- "name": "hideProperty",
1465
- "type": {
1466
- "text": "boolean"
1467
- },
1468
- "default": "false",
1469
- "attribute": "hideProperty"
1470
- },
1471
- {
1472
- "kind": "field",
1473
- "name": "cliped",
1474
- "type": {
1475
- "text": "string | undefined"
1476
- },
1477
- "privacy": "private"
1478
- },
1479
- {
1480
- "kind": "field",
1481
- "name": "redo",
1482
- "type": {
1483
- "text": "HTMLElement"
1484
- },
1485
- "privacy": "private"
1486
- },
1487
- {
1488
- "kind": "field",
1489
- "name": "undo",
1490
- "type": {
1491
- "text": "HTMLElement"
1492
- },
1493
- "privacy": "private"
1494
- },
1495
- {
1496
- "kind": "field",
1497
- "name": "fullscreen",
1498
- "type": {
1499
- "text": "HTMLElement"
1500
- },
1501
- "privacy": "private"
1502
- },
1503
- {
1504
- "kind": "field",
1505
- "name": "cut",
1506
- "type": {
1507
- "text": "HTMLElement"
1508
- },
1509
- "privacy": "private"
1510
- },
1511
- {
1512
- "kind": "field",
1513
- "name": "copy",
1514
- "type": {
1515
- "text": "HTMLElement"
1516
- },
1517
- "privacy": "private"
1518
- },
1519
- {
1520
- "kind": "field",
1521
- "name": "paste",
1522
- "type": {
1523
- "text": "HTMLElement"
1524
- },
1525
- "privacy": "private"
1526
- },
1527
- {
1528
- "kind": "field",
1529
- "name": "delete",
1530
- "type": {
1531
- "text": "HTMLElement"
1532
- },
1533
- "privacy": "private"
1534
- },
1535
- {
1536
- "kind": "field",
1537
- "name": "forward",
1538
- "type": {
1539
- "text": "HTMLElement"
1540
- },
1541
- "privacy": "private"
1542
- },
1543
- {
1544
- "kind": "field",
1545
- "name": "backward",
1546
- "type": {
1547
- "text": "HTMLElement"
1548
- },
1549
- "privacy": "private"
1550
- },
1551
- {
1552
- "kind": "field",
1553
- "name": "front",
1554
- "type": {
1555
- "text": "HTMLElement"
1556
- },
1557
- "privacy": "private"
1558
- },
1559
- {
1560
- "kind": "field",
1561
- "name": "back",
1562
- "type": {
1563
- "text": "HTMLElement"
1564
- },
1565
- "privacy": "private"
1566
- },
1567
- {
1568
- "kind": "field",
1569
- "name": "aligners",
1570
- "type": {
1571
- "text": "NodeListOf<HTMLSpanElement>"
1572
- },
1573
- "privacy": "private"
1574
- },
1575
- {
1576
- "kind": "field",
1577
- "name": "zorders",
1578
- "type": {
1579
- "text": "NodeListOf<HTMLSpanElement>"
1580
- },
1581
- "privacy": "private"
1582
- },
1583
- {
1584
- "kind": "field",
1585
- "name": "distributes",
1586
- "type": {
1587
- "text": "NodeListOf<HTMLSpanElement>"
1588
- },
1589
- "privacy": "private"
1590
- },
1591
- {
1592
- "kind": "method",
1593
- "name": "onWheelEvent",
1594
- "parameters": [
1595
- {
1596
- "name": "e",
1597
- "type": {
1598
- "text": "Event"
1599
- }
1600
- }
1601
- ]
1602
- },
1603
- {
1604
- "kind": "method",
1605
- "name": "getSymbol",
1606
- "parameters": [
1607
- {
1608
- "name": "key",
1609
- "type": {
1610
- "text": "string"
1611
- }
1612
- }
1613
- ]
1614
- },
1615
- {
1616
- "kind": "method",
1617
- "name": "getShortcutString",
1618
- "privacy": "private",
1619
- "parameters": [
1620
- {
1621
- "name": "keys",
1622
- "type": {
1623
- "text": "string[]"
1624
- }
1625
- }
1626
- ]
1627
- },
1628
- {
1629
- "kind": "method",
1630
- "name": "onShortcut",
1631
- "parameters": [
1632
- {
1633
- "name": "e",
1634
- "type": {
1635
- "text": "KeyboardEvent"
1636
- }
1637
- }
1638
- ]
1639
- },
1640
- {
1641
- "kind": "method",
1642
- "name": "onExecute",
1643
- "parameters": [
1644
- {
1645
- "name": "command",
1646
- "type": {
1647
- "text": "string"
1648
- }
1649
- },
1650
- {
1651
- "name": "undoable",
1652
- "type": {
1653
- "text": "boolean"
1654
- }
1655
- },
1656
- {
1657
- "name": "redoable",
1658
- "type": {
1659
- "text": "boolean"
1660
- }
1661
- }
1662
- ]
1663
- },
1664
- {
1665
- "kind": "method",
1666
- "name": "onUndo",
1667
- "parameters": [
1668
- {
1669
- "name": "undoable",
1670
- "type": {
1671
- "text": "boolean"
1672
- }
1673
- },
1674
- {
1675
- "name": "redoable",
1676
- "type": {
1677
- "text": "boolean"
1678
- }
1679
- }
1680
- ]
1681
- },
1682
- {
1683
- "kind": "method",
1684
- "name": "onRedo",
1685
- "parameters": [
1686
- {
1687
- "name": "undoable",
1688
- "type": {
1689
- "text": "boolean"
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
- "tagName": "edit-toolbar",
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": "EditToolbar",
1678
+ "name": "iot",
1934
1679
  "declaration": {
1935
- "name": "EditToolbar",
1936
- "module": "src/modeller/edit-toolbar.ts"
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": "custom-element-definition",
1941
- "name": "edit-toolbar",
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": "EditToolbar",
1944
- "module": "src/modeller/edit-toolbar.ts"
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/3d.ts",
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": "threed",
1736
+ "name": "shape",
1956
1737
  "type": {
1957
1738
  "text": "ComponentGroup"
1958
1739
  },
1959
- "default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
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": "threed",
1746
+ "name": "shape",
1966
1747
  "declaration": {
1967
- "name": "threed",
1968
- "module": "src/component/3d.ts"
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/chart-and-gauge.ts",
1756
+ "path": "src/component/table.ts",
1976
1757
  "declarations": [
1977
1758
  {
1978
1759
  "kind": "variable",
1979
- "name": "chartAndGauge",
1760
+ "name": "table",
1980
1761
  "type": {
1981
1762
  "text": "ComponentGroup"
1982
1763
  },
1983
- "default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
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": "chartAndGauge",
1770
+ "name": "table",
1990
1771
  "declaration": {
1991
- "name": "chartAndGauge",
1992
- "module": "src/component/chart-and-gauge.ts"
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/container.ts",
1780
+ "path": "src/component/text-and-media.ts",
2000
1781
  "declarations": [
2001
1782
  {
2002
1783
  "kind": "variable",
2003
- "name": "container",
1784
+ "name": "textAndMedia",
2004
1785
  "type": {
2005
1786
  "text": "ComponentGroup"
2006
1787
  },
2007
- "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}"
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": "container",
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",
2014
1917
  "declaration": {
2015
- "name": "container",
2016
- "module": "src/component/container.ts"
1918
+ "name": "updateBoard",
1919
+ "module": "src/graphql/board.ts"
2017
1920
  }
2018
- }
2019
- ]
2020
- },
2021
- {
2022
- "kind": "javascript-module",
2023
- "path": "src/component/data-source.ts",
2024
- "declarations": [
2025
- {
2026
- "kind": "variable",
2027
- "name": "dataSource",
2028
- "type": {
2029
- "text": "ComponentGroup"
2030
- },
2031
- "default": "{\n name: 'dataSource',\n description: 'a group of various data sources',\n icon,\n templates: []\n}"
2032
- }
2033
- ],
2034
- "exports": [
1921
+ },
2035
1922
  {
2036
1923
  "kind": "js",
2037
- "name": "dataSource",
1924
+ "name": "deleteBoard",
2038
1925
  "declaration": {
2039
- "name": "dataSource",
2040
- "module": "src/component/data-source.ts"
1926
+ "name": "deleteBoard",
1927
+ "module": "src/graphql/board.ts"
2041
1928
  }
2042
1929
  }
2043
1930
  ]
2044
1931
  },
2045
1932
  {
2046
1933
  "kind": "javascript-module",
2047
- "path": "src/component/etc.ts",
1934
+ "path": "src/graphql/favorite-board.ts",
2048
1935
  "declarations": [
2049
1936
  {
2050
- "kind": "variable",
2051
- "name": "etc",
2052
- "type": {
2053
- "text": "ComponentGroup"
2054
- },
2055
- "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}"
1937
+ "kind": "function",
1938
+ "name": "fetchFavoriteBoardList",
1939
+ "parameters": [
1940
+ {
1941
+ "name": "listParam",
1942
+ "default": "{}"
1943
+ }
1944
+ ]
2056
1945
  }
2057
1946
  ],
2058
1947
  "exports": [
2059
1948
  {
2060
1949
  "kind": "js",
2061
- "name": "etc",
1950
+ "name": "fetchFavoriteBoardList",
2062
1951
  "declaration": {
2063
- "name": "etc",
2064
- "module": "src/component/etc.ts"
1952
+ "name": "fetchFavoriteBoardList",
1953
+ "module": "src/graphql/favorite-board.ts"
2065
1954
  }
2066
1955
  }
2067
1956
  ]
2068
1957
  },
2069
1958
  {
2070
1959
  "kind": "javascript-module",
2071
- "path": "src/component/form.ts",
1960
+ "path": "src/graphql/group.ts",
2072
1961
  "declarations": [
2073
1962
  {
2074
- "kind": "variable",
2075
- "name": "form",
2076
- "type": {
2077
- "text": "ComponentGroup"
2078
- },
2079
- "default": "{\n name: 'form',\n description: 'a group of various input components that make up a data entry form',\n icon,\n templates: []\n}"
2080
- }
2081
- ],
2082
- "exports": [
2083
- {
2084
- "kind": "js",
2085
- "name": "form",
2086
- "declaration": {
2087
- "name": "form",
2088
- "module": "src/component/form.ts"
2089
- }
2090
- }
2091
- ]
2092
- },
2093
- {
2094
- "kind": "javascript-module",
2095
- "path": "src/component/index.ts",
2096
- "declarations": [],
2097
- "exports": [
1963
+ "kind": "function",
1964
+ "name": "fetchGroup",
1965
+ "parameters": [
1966
+ {
1967
+ "name": "id",
1968
+ "type": {
1969
+ "text": "string"
1970
+ }
1971
+ }
1972
+ ]
1973
+ },
2098
1974
  {
2099
- "kind": "js",
2100
- "name": "*",
2101
- "declaration": {
2102
- "name": "*",
2103
- "package": "./shape"
2104
- }
1975
+ "kind": "function",
1976
+ "name": "updateGroup",
1977
+ "parameters": [
1978
+ {
1979
+ "name": "group",
1980
+ "type": {
1981
+ "text": "BoardGroup"
1982
+ }
1983
+ }
1984
+ ]
2105
1985
  },
2106
1986
  {
2107
- "kind": "js",
2108
- "name": "*",
2109
- "declaration": {
2110
- "name": "*",
2111
- "package": "./line"
2112
- }
1987
+ "kind": "function",
1988
+ "name": "deleteGroup",
1989
+ "parameters": [
1990
+ {
1991
+ "name": "id",
1992
+ "type": {
1993
+ "text": "string"
1994
+ }
1995
+ }
1996
+ ]
2113
1997
  },
2114
1998
  {
2115
- "kind": "js",
2116
- "name": "*",
2117
- "declaration": {
2118
- "name": "*",
2119
- "package": "./text-and-media"
2120
- }
1999
+ "kind": "function",
2000
+ "name": "fetchGroupList"
2121
2001
  },
2122
2002
  {
2123
- "kind": "js",
2124
- "name": "*",
2125
- "declaration": {
2126
- "name": "*",
2127
- "package": "./chart-and-gauge"
2128
- }
2003
+ "kind": "function",
2004
+ "name": "createGroup",
2005
+ "parameters": [
2006
+ {
2007
+ "name": "group",
2008
+ "type": {
2009
+ "text": "BoardGroup"
2010
+ }
2011
+ }
2012
+ ]
2129
2013
  },
2014
+ {
2015
+ "kind": "function",
2016
+ "name": "joinGroup",
2017
+ "parameters": [
2018
+ {
2019
+ "name": "boardId",
2020
+ "type": {
2021
+ "text": "string"
2022
+ }
2023
+ },
2024
+ {
2025
+ "name": "groupId",
2026
+ "type": {
2027
+ "text": "string"
2028
+ }
2029
+ }
2030
+ ]
2031
+ }
2032
+ ],
2033
+ "exports": [
2130
2034
  {
2131
2035
  "kind": "js",
2132
- "name": "*",
2036
+ "name": "fetchGroup",
2133
2037
  "declaration": {
2134
- "name": "*",
2135
- "package": "./table"
2038
+ "name": "fetchGroup",
2039
+ "module": "src/graphql/group.ts"
2136
2040
  }
2137
2041
  },
2138
2042
  {
2139
2043
  "kind": "js",
2140
- "name": "*",
2044
+ "name": "updateGroup",
2141
2045
  "declaration": {
2142
- "name": "*",
2143
- "package": "./data-source"
2046
+ "name": "updateGroup",
2047
+ "module": "src/graphql/group.ts"
2144
2048
  }
2145
2049
  },
2146
2050
  {
2147
2051
  "kind": "js",
2148
- "name": "*",
2052
+ "name": "deleteGroup",
2149
2053
  "declaration": {
2150
- "name": "*",
2151
- "package": "./3d"
2054
+ "name": "deleteGroup",
2055
+ "module": "src/graphql/group.ts"
2152
2056
  }
2153
2057
  },
2154
2058
  {
2155
2059
  "kind": "js",
2156
- "name": "*",
2060
+ "name": "fetchGroupList",
2157
2061
  "declaration": {
2158
- "name": "*",
2159
- "package": "./iot"
2062
+ "name": "fetchGroupList",
2063
+ "module": "src/graphql/group.ts"
2160
2064
  }
2161
2065
  },
2162
2066
  {
2163
2067
  "kind": "js",
2164
- "name": "*",
2068
+ "name": "createGroup",
2165
2069
  "declaration": {
2166
- "name": "*",
2167
- "package": "./form"
2070
+ "name": "createGroup",
2071
+ "module": "src/graphql/group.ts"
2168
2072
  }
2169
2073
  },
2170
2074
  {
2171
2075
  "kind": "js",
2172
- "name": "*",
2076
+ "name": "joinGroup",
2173
2077
  "declaration": {
2174
- "name": "*",
2175
- "package": "./warehouse"
2078
+ "name": "joinGroup",
2079
+ "module": "src/graphql/group.ts"
2176
2080
  }
2177
- },
2081
+ }
2082
+ ]
2083
+ },
2084
+ {
2085
+ "kind": "javascript-module",
2086
+ "path": "src/graphql/index.ts",
2087
+ "declarations": [],
2088
+ "exports": [
2178
2089
  {
2179
2090
  "kind": "js",
2180
2091
  "name": "*",
2181
2092
  "declaration": {
2182
2093
  "name": "*",
2183
- "package": "./container"
2094
+ "package": "./board"
2184
2095
  }
2185
2096
  },
2186
2097
  {
@@ -2188,326 +2099,656 @@
2188
2099
  "name": "*",
2189
2100
  "declaration": {
2190
2101
  "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"
2102
+ "package": "./group"
2216
2103
  }
2217
- }
2218
- ]
2219
- },
2220
- {
2221
- "kind": "javascript-module",
2222
- "path": "src/component/line.ts",
2223
- "declarations": [
2104
+ },
2224
2105
  {
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": [
2106
+ "kind": "js",
2107
+ "name": "*",
2108
+ "declaration": {
2109
+ "name": "*",
2110
+ "package": "./play-group"
2111
+ }
2112
+ },
2234
2113
  {
2235
2114
  "kind": "js",
2236
- "name": "line",
2115
+ "name": "*",
2237
2116
  "declaration": {
2238
- "name": "line",
2239
- "module": "src/component/line.ts"
2117
+ "name": "*",
2118
+ "package": "./favorite-board"
2240
2119
  }
2241
2120
  }
2242
2121
  ]
2243
2122
  },
2244
2123
  {
2245
2124
  "kind": "javascript-module",
2246
- "path": "src/component/register-default-groups.ts",
2125
+ "path": "src/graphql/play-group.ts",
2247
2126
  "declarations": [
2248
2127
  {
2249
2128
  "kind": "function",
2250
- "name": "registerDefaultGroups"
2129
+ "name": "fetchPlayGroupList"
2130
+ },
2131
+ {
2132
+ "kind": "function",
2133
+ "name": "fetchPlayGroup",
2134
+ "parameters": [
2135
+ {
2136
+ "name": "groupId",
2137
+ "type": {
2138
+ "text": "string"
2139
+ }
2140
+ }
2141
+ ]
2142
+ },
2143
+ {
2144
+ "kind": "function",
2145
+ "name": "createPlayGroup",
2146
+ "parameters": [
2147
+ {
2148
+ "name": "group",
2149
+ "type": {
2150
+ "text": "PlayGroup"
2151
+ }
2152
+ }
2153
+ ]
2154
+ },
2155
+ {
2156
+ "kind": "function",
2157
+ "name": "updatePlayGroup",
2158
+ "parameters": [
2159
+ {
2160
+ "name": "group",
2161
+ "type": {
2162
+ "text": "PlayGroup"
2163
+ }
2164
+ }
2165
+ ]
2166
+ },
2167
+ {
2168
+ "kind": "function",
2169
+ "name": "deletePlayGroup",
2170
+ "parameters": [
2171
+ {
2172
+ "name": "id",
2173
+ "type": {
2174
+ "text": "string"
2175
+ }
2176
+ }
2177
+ ]
2178
+ },
2179
+ {
2180
+ "kind": "function",
2181
+ "name": "joinPlayGroup",
2182
+ "parameters": [
2183
+ {
2184
+ "name": "boardId",
2185
+ "type": {
2186
+ "text": "string"
2187
+ }
2188
+ },
2189
+ {
2190
+ "name": "group",
2191
+ "type": {
2192
+ "text": "PlayGroup"
2193
+ }
2194
+ }
2195
+ ]
2196
+ },
2197
+ {
2198
+ "kind": "function",
2199
+ "name": "leavePlayGroup",
2200
+ "parameters": [
2201
+ {
2202
+ "name": "boardId",
2203
+ "type": {
2204
+ "text": "string"
2205
+ }
2206
+ },
2207
+ {
2208
+ "name": "groupId",
2209
+ "type": {
2210
+ "text": "string"
2211
+ }
2212
+ }
2213
+ ]
2251
2214
  }
2252
2215
  ],
2253
2216
  "exports": [
2254
2217
  {
2255
2218
  "kind": "js",
2256
- "name": "registerDefaultGroups",
2219
+ "name": "fetchPlayGroupList",
2257
2220
  "declaration": {
2258
- "name": "registerDefaultGroups",
2259
- "module": "src/component/register-default-groups.ts"
2221
+ "name": "fetchPlayGroupList",
2222
+ "module": "src/graphql/play-group.ts"
2260
2223
  }
2261
- }
2262
- ]
2263
- },
2264
- {
2265
- "kind": "javascript-module",
2266
- "path": "src/component/shape.ts",
2267
- "declarations": [
2224
+ },
2268
2225
  {
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": [
2226
+ "kind": "js",
2227
+ "name": "fetchPlayGroup",
2228
+ "declaration": {
2229
+ "name": "fetchPlayGroup",
2230
+ "module": "src/graphql/play-group.ts"
2231
+ }
2232
+ },
2278
2233
  {
2279
2234
  "kind": "js",
2280
- "name": "shape",
2235
+ "name": "createPlayGroup",
2281
2236
  "declaration": {
2282
- "name": "shape",
2283
- "module": "src/component/shape.ts"
2237
+ "name": "createPlayGroup",
2238
+ "module": "src/graphql/play-group.ts"
2284
2239
  }
2285
- }
2286
- ]
2287
- },
2288
- {
2289
- "kind": "javascript-module",
2290
- "path": "src/component/table.ts",
2291
- "declarations": [
2240
+ },
2292
2241
  {
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": [
2242
+ "kind": "js",
2243
+ "name": "updatePlayGroup",
2244
+ "declaration": {
2245
+ "name": "updatePlayGroup",
2246
+ "module": "src/graphql/play-group.ts"
2247
+ }
2248
+ },
2302
2249
  {
2303
2250
  "kind": "js",
2304
- "name": "table",
2251
+ "name": "deletePlayGroup",
2305
2252
  "declaration": {
2306
- "name": "table",
2307
- "module": "src/component/table.ts"
2253
+ "name": "deletePlayGroup",
2254
+ "module": "src/graphql/play-group.ts"
2308
2255
  }
2309
- }
2310
- ]
2311
- },
2312
- {
2313
- "kind": "javascript-module",
2314
- "path": "src/component/text-and-media.ts",
2315
- "declarations": [
2256
+ },
2316
2257
  {
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": [
2258
+ "kind": "js",
2259
+ "name": "joinPlayGroup",
2260
+ "declaration": {
2261
+ "name": "joinPlayGroup",
2262
+ "module": "src/graphql/play-group.ts"
2263
+ }
2264
+ },
2326
2265
  {
2327
2266
  "kind": "js",
2328
- "name": "textAndMedia",
2267
+ "name": "leavePlayGroup",
2329
2268
  "declaration": {
2330
- "name": "textAndMedia",
2331
- "module": "src/component/text-and-media.ts"
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/component/warehouse.ts",
2277
+ "path": "src/modeller/edit-toolbar-style.ts",
2339
2278
  "declarations": [
2340
2279
  {
2341
2280
  "kind": "variable",
2342
- "name": "warehouse",
2343
- "type": {
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": "warehouse",
2288
+ "name": "style",
2353
2289
  "declaration": {
2354
- "name": "warehouse",
2355
- "module": "src/component/warehouse.ts"
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/player/ox-board-player-carousel.ts",
2298
+ "path": "src/modeller/edit-toolbar.ts",
2363
2299
  "declarations": [
2364
2300
  {
2365
2301
  "kind": "class",
2366
2302
  "description": "",
2367
- "name": "BoardPlayerCarousel",
2303
+ "name": "EditToolbar",
2368
2304
  "members": [
2369
2305
  {
2370
2306
  "kind": "field",
2371
- "name": "axis",
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",
2334
+ "type": {
2335
+ "text": "string | undefined"
2336
+ },
2337
+ "privacy": "private"
2338
+ },
2339
+ {
2340
+ "kind": "field",
2341
+ "name": "redo",
2342
+ "type": {
2343
+ "text": "HTMLElement"
2344
+ },
2345
+ "privacy": "private"
2346
+ },
2347
+ {
2348
+ "kind": "field",
2349
+ "name": "undo",
2372
2350
  "type": {
2373
- "text": "string"
2351
+ "text": "HTMLElement"
2374
2352
  },
2375
- "default": "'y'",
2376
- "attribute": "axis"
2353
+ "privacy": "private"
2354
+ },
2355
+ {
2356
+ "kind": "field",
2357
+ "name": "fullscreen",
2358
+ "type": {
2359
+ "text": "HTMLElement"
2360
+ },
2361
+ "privacy": "private"
2362
+ },
2363
+ {
2364
+ "kind": "field",
2365
+ "name": "cut",
2366
+ "type": {
2367
+ "text": "HTMLElement"
2368
+ },
2369
+ "privacy": "private"
2370
+ },
2371
+ {
2372
+ "kind": "field",
2373
+ "name": "copy",
2374
+ "type": {
2375
+ "text": "HTMLElement"
2376
+ },
2377
+ "privacy": "private"
2378
+ },
2379
+ {
2380
+ "kind": "field",
2381
+ "name": "paste",
2382
+ "type": {
2383
+ "text": "HTMLElement"
2384
+ },
2385
+ "privacy": "private"
2386
+ },
2387
+ {
2388
+ "kind": "field",
2389
+ "name": "delete",
2390
+ "type": {
2391
+ "text": "HTMLElement"
2392
+ },
2393
+ "privacy": "private"
2394
+ },
2395
+ {
2396
+ "kind": "field",
2397
+ "name": "forward",
2398
+ "type": {
2399
+ "text": "HTMLElement"
2400
+ },
2401
+ "privacy": "private"
2402
+ },
2403
+ {
2404
+ "kind": "field",
2405
+ "name": "backward",
2406
+ "type": {
2407
+ "text": "HTMLElement"
2408
+ },
2409
+ "privacy": "private"
2410
+ },
2411
+ {
2412
+ "kind": "field",
2413
+ "name": "front",
2414
+ "type": {
2415
+ "text": "HTMLElement"
2416
+ },
2417
+ "privacy": "private"
2418
+ },
2419
+ {
2420
+ "kind": "field",
2421
+ "name": "back",
2422
+ "type": {
2423
+ "text": "HTMLElement"
2424
+ },
2425
+ "privacy": "private"
2426
+ },
2427
+ {
2428
+ "kind": "field",
2429
+ "name": "aligners",
2430
+ "type": {
2431
+ "text": "NodeListOf<HTMLSpanElement>"
2432
+ },
2433
+ "privacy": "private"
2434
+ },
2435
+ {
2436
+ "kind": "field",
2437
+ "name": "zorders",
2438
+ "type": {
2439
+ "text": "NodeListOf<HTMLSpanElement>"
2440
+ },
2441
+ "privacy": "private"
2442
+ },
2443
+ {
2444
+ "kind": "field",
2445
+ "name": "distributes",
2446
+ "type": {
2447
+ "text": "NodeListOf<HTMLSpanElement>"
2448
+ },
2449
+ "privacy": "private"
2450
+ },
2451
+ {
2452
+ "kind": "method",
2453
+ "name": "onWheelEvent",
2454
+ "parameters": [
2455
+ {
2456
+ "name": "e",
2457
+ "type": {
2458
+ "text": "Event"
2459
+ }
2460
+ }
2461
+ ]
2462
+ },
2463
+ {
2464
+ "kind": "method",
2465
+ "name": "getSymbol",
2466
+ "parameters": [
2467
+ {
2468
+ "name": "key",
2469
+ "type": {
2470
+ "text": "string"
2471
+ }
2472
+ }
2473
+ ]
2474
+ },
2475
+ {
2476
+ "kind": "method",
2477
+ "name": "getShortcutString",
2478
+ "privacy": "private",
2479
+ "parameters": [
2480
+ {
2481
+ "name": "keys",
2482
+ "type": {
2483
+ "text": "string[]"
2484
+ }
2485
+ }
2486
+ ]
2487
+ },
2488
+ {
2489
+ "kind": "method",
2490
+ "name": "onShortcut",
2491
+ "parameters": [
2492
+ {
2493
+ "name": "e",
2494
+ "type": {
2495
+ "text": "KeyboardEvent"
2496
+ }
2497
+ }
2498
+ ]
2499
+ },
2500
+ {
2501
+ "kind": "method",
2502
+ "name": "onExecute",
2503
+ "parameters": [
2504
+ {
2505
+ "name": "command",
2506
+ "type": {
2507
+ "text": "string"
2508
+ }
2509
+ },
2510
+ {
2511
+ "name": "undoable",
2512
+ "type": {
2513
+ "text": "boolean"
2514
+ }
2515
+ },
2516
+ {
2517
+ "name": "redoable",
2518
+ "type": {
2519
+ "text": "boolean"
2520
+ }
2521
+ }
2522
+ ]
2523
+ },
2524
+ {
2525
+ "kind": "method",
2526
+ "name": "onUndo",
2527
+ "parameters": [
2528
+ {
2529
+ "name": "undoable",
2530
+ "type": {
2531
+ "text": "boolean"
2532
+ }
2533
+ },
2534
+ {
2535
+ "name": "redoable",
2536
+ "type": {
2537
+ "text": "boolean"
2538
+ }
2539
+ }
2540
+ ]
2541
+ },
2542
+ {
2543
+ "kind": "method",
2544
+ "name": "onRedo",
2545
+ "parameters": [
2546
+ {
2547
+ "name": "undoable",
2548
+ "type": {
2549
+ "text": "boolean"
2550
+ }
2551
+ },
2552
+ {
2553
+ "name": "redoable",
2554
+ "type": {
2555
+ "text": "boolean"
2556
+ }
2557
+ }
2558
+ ]
2559
+ },
2560
+ {
2561
+ "kind": "method",
2562
+ "name": "onSceneChanged",
2563
+ "parameters": [
2564
+ {
2565
+ "name": "after",
2566
+ "optional": true,
2567
+ "type": {
2568
+ "text": "Scene"
2569
+ }
2570
+ },
2571
+ {
2572
+ "name": "before",
2573
+ "optional": true,
2574
+ "type": {
2575
+ "text": "Scene"
2576
+ }
2577
+ }
2578
+ ]
2579
+ },
2580
+ {
2581
+ "kind": "method",
2582
+ "name": "onSelectedChanged",
2583
+ "parameters": [
2584
+ {
2585
+ "name": "after",
2586
+ "type": {
2587
+ "text": "Component[]"
2588
+ }
2589
+ },
2590
+ {
2591
+ "name": "before",
2592
+ "type": {
2593
+ "text": "Component[]"
2594
+ }
2595
+ }
2596
+ ]
2597
+ },
2598
+ {
2599
+ "kind": "method",
2600
+ "name": "onTapUndo"
2377
2601
  },
2378
2602
  {
2379
- "kind": "field",
2380
- "name": "rows",
2381
- "type": {
2382
- "text": "number"
2383
- },
2384
- "default": "1",
2385
- "attribute": "rows"
2603
+ "kind": "method",
2604
+ "name": "onTapRedo"
2386
2605
  },
2387
2606
  {
2388
- "kind": "field",
2389
- "name": "columns",
2390
- "type": {
2391
- "text": "number"
2392
- },
2393
- "default": "1",
2394
- "attribute": "columns"
2607
+ "kind": "method",
2608
+ "name": "onTapCut"
2395
2609
  },
2396
2610
  {
2397
- "kind": "field",
2398
- "name": "_slotObserver",
2399
- "type": {
2400
- "text": "MutationObserver | undefined"
2401
- }
2611
+ "kind": "method",
2612
+ "name": "onTapCopy"
2402
2613
  },
2403
2614
  {
2404
- "kind": "field",
2405
- "name": "_boundResize",
2406
- "type": {
2407
- "text": "() => void | undefined"
2408
- }
2615
+ "kind": "method",
2616
+ "name": "onTapPaste"
2409
2617
  },
2410
2618
  {
2411
- "kind": "field",
2412
- "name": "_rotation",
2413
- "type": {
2414
- "text": "number"
2415
- },
2416
- "default": "0"
2619
+ "kind": "method",
2620
+ "name": "onTapDelete"
2417
2621
  },
2418
2622
  {
2419
- "kind": "field",
2420
- "name": "_theta",
2421
- "type": {
2422
- "text": "number"
2423
- },
2424
- "default": "0"
2623
+ "kind": "method",
2624
+ "name": "onTapSelectAll"
2425
2625
  },
2426
2626
  {
2427
- "kind": "field",
2428
- "name": "_radius",
2429
- "type": {
2430
- "text": "number"
2431
- },
2432
- "default": "0"
2627
+ "kind": "method",
2628
+ "name": "onTapFontIncrease",
2629
+ "parameters": [
2630
+ {
2631
+ "name": "e",
2632
+ "type": {
2633
+ "text": "TouchEvent"
2634
+ }
2635
+ }
2636
+ ]
2433
2637
  },
2434
2638
  {
2435
- "kind": "field",
2436
- "name": "_rotateFn",
2437
- "type": {
2438
- "text": "string | undefined"
2439
- }
2639
+ "kind": "method",
2640
+ "name": "onTapFontDecrease",
2641
+ "parameters": [
2642
+ {
2643
+ "name": "e",
2644
+ "type": {
2645
+ "text": "TouchEvent"
2646
+ }
2647
+ }
2648
+ ]
2440
2649
  },
2441
2650
  {
2442
- "kind": "field",
2443
- "name": "_panelCount",
2444
- "type": {
2445
- "text": "number"
2446
- },
2447
- "default": "0"
2651
+ "kind": "method",
2652
+ "name": "onTapAlign",
2653
+ "parameters": [
2654
+ {
2655
+ "name": "e",
2656
+ "type": {
2657
+ "text": "TouchEvent | string"
2658
+ }
2659
+ }
2660
+ ]
2448
2661
  },
2449
2662
  {
2450
- "kind": "field",
2451
- "name": "_panelSize",
2452
- "type": {
2453
- "text": "number"
2454
- },
2455
- "default": "0"
2663
+ "kind": "method",
2664
+ "name": "onTapZorder",
2665
+ "parameters": [
2666
+ {
2667
+ "name": "e",
2668
+ "type": {
2669
+ "text": "TouchEvent | string"
2670
+ }
2671
+ }
2672
+ ]
2456
2673
  },
2457
2674
  {
2458
- "kind": "field",
2459
- "name": "_isHorizontal",
2460
- "type": {
2461
- "text": "boolean"
2462
- },
2463
- "default": "true"
2675
+ "kind": "method",
2676
+ "name": "onTapSymmetryX"
2464
2677
  },
2465
2678
  {
2466
- "kind": "field",
2467
- "name": "_slot",
2468
- "type": {
2469
- "text": "HTMLSlotElement"
2470
- }
2679
+ "kind": "method",
2680
+ "name": "onTapSymmetryY"
2471
2681
  },
2472
2682
  {
2473
- "kind": "field",
2474
- "name": "_carousel",
2475
- "type": {
2476
- "text": "HTMLElement"
2477
- }
2683
+ "kind": "method",
2684
+ "name": "onTapRotateCW"
2478
2685
  },
2479
2686
  {
2480
2687
  "kind": "method",
2481
- "name": "build"
2688
+ "name": "onTapRotateCCW"
2482
2689
  },
2483
2690
  {
2484
2691
  "kind": "method",
2485
- "name": "start"
2692
+ "name": "onTapGroup"
2486
2693
  },
2487
2694
  {
2488
2695
  "kind": "method",
2489
- "name": "stop"
2696
+ "name": "onTapUngroup"
2490
2697
  },
2491
2698
  {
2492
2699
  "kind": "method",
2493
- "name": "_onAxisChanged"
2700
+ "name": "onTapFullscreen"
2494
2701
  },
2495
2702
  {
2496
2703
  "kind": "method",
2497
- "name": "_transform"
2704
+ "name": "onTapToggle"
2498
2705
  },
2499
2706
  {
2500
2707
  "kind": "method",
2501
- "name": "previous"
2708
+ "name": "onTapFitScene"
2502
2709
  },
2503
2710
  {
2504
2711
  "kind": "method",
2505
- "name": "next"
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
+ ]
2506
2729
  }
2507
2730
  ],
2508
2731
  "events": [
2509
2732
  {
2510
- "name": "transform",
2733
+ "name": "modeller-fullscreen",
2734
+ "type": {
2735
+ "text": "CustomEvent"
2736
+ }
2737
+ },
2738
+ {
2739
+ "name": "hide-property-changed",
2740
+ "type": {
2741
+ "text": "CustomEvent"
2742
+ }
2743
+ },
2744
+ {
2745
+ "name": "open-preview",
2746
+ "type": {
2747
+ "text": "CustomEvent"
2748
+ }
2749
+ },
2750
+ {
2751
+ "name": "download-model",
2511
2752
  "type": {
2512
2753
  "text": "CustomEvent"
2513
2754
  }
@@ -2515,58 +2756,74 @@
2515
2756
  ],
2516
2757
  "attributes": [
2517
2758
  {
2518
- "name": "axis",
2759
+ "name": "scene",
2519
2760
  "type": {
2520
- "text": "string"
2761
+ "text": "Scene | undefined"
2521
2762
  },
2522
- "default": "'y'",
2523
- "fieldName": "axis"
2763
+ "fieldName": "scene"
2524
2764
  },
2525
2765
  {
2526
- "name": "rows",
2766
+ "name": "selected",
2527
2767
  "type": {
2528
- "text": "number"
2768
+ "text": "any[]"
2529
2769
  },
2530
- "default": "1",
2531
- "fieldName": "rows"
2770
+ "default": "[]",
2771
+ "fieldName": "selected"
2532
2772
  },
2533
2773
  {
2534
- "name": "columns",
2774
+ "name": "hideProperty",
2535
2775
  "type": {
2536
- "text": "number"
2776
+ "text": "boolean"
2537
2777
  },
2538
- "default": "1",
2539
- "fieldName": "columns"
2778
+ "default": "false",
2779
+ "fieldName": "hideProperty"
2540
2780
  }
2541
2781
  ],
2542
2782
  "superclass": {
2543
2783
  "name": "LitElement",
2544
2784
  "package": "lit"
2545
2785
  },
2546
- "tagName": "ox-board-player-carousel",
2786
+ "tagName": "edit-toolbar",
2547
2787
  "customElement": true
2548
2788
  }
2549
2789
  ],
2550
2790
  "exports": [
2791
+ {
2792
+ "kind": "js",
2793
+ "name": "EditToolbar",
2794
+ "declaration": {
2795
+ "name": "EditToolbar",
2796
+ "module": "src/modeller/edit-toolbar.ts"
2797
+ }
2798
+ },
2551
2799
  {
2552
2800
  "kind": "custom-element-definition",
2553
- "name": "ox-board-player-carousel",
2801
+ "name": "edit-toolbar",
2554
2802
  "declaration": {
2555
- "name": "BoardPlayerCarousel",
2556
- "module": "src/player/ox-board-player-carousel.ts"
2803
+ "name": "EditToolbar",
2804
+ "module": "src/modeller/edit-toolbar.ts"
2557
2805
  }
2558
2806
  }
2559
2807
  ]
2560
2808
  },
2561
2809
  {
2562
2810
  "kind": "javascript-module",
2563
- "path": "src/player/ox-board-player-grid.ts",
2811
+ "path": "src/player/ox-board-player-carousel.ts",
2564
2812
  "declarations": [
2565
2813
  {
2566
2814
  "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",
2815
+ "description": "",
2816
+ "name": "BoardPlayerCarousel",
2569
2817
  "members": [
2818
+ {
2819
+ "kind": "field",
2820
+ "name": "axis",
2821
+ "type": {
2822
+ "text": "string"
2823
+ },
2824
+ "default": "'y'",
2825
+ "attribute": "axis"
2826
+ },
2570
2827
  {
2571
2828
  "kind": "field",
2572
2829
  "name": "rows",
@@ -2594,593 +2851,336 @@
2594
2851
  },
2595
2852
  {
2596
2853
  "kind": "field",
2597
- "name": "_slot",
2854
+ "name": "_boundResize",
2598
2855
  "type": {
2599
- "text": "HTMLSlotElement"
2856
+ "text": "() => void | undefined"
2600
2857
  }
2601
2858
  },
2602
2859
  {
2603
- "kind": "method",
2604
- "name": "start"
2605
- },
2606
- {
2607
- "kind": "method",
2608
- "name": "stop"
2609
- },
2610
- {
2611
- "kind": "method",
2612
- "name": "next"
2860
+ "kind": "field",
2861
+ "name": "_rotation",
2862
+ "type": {
2863
+ "text": "number"
2864
+ },
2865
+ "default": "0"
2613
2866
  },
2614
2867
  {
2615
- "kind": "method",
2616
- "name": "previous"
2617
- }
2618
- ],
2619
- "attributes": [
2868
+ "kind": "field",
2869
+ "name": "_theta",
2870
+ "type": {
2871
+ "text": "number"
2872
+ },
2873
+ "default": "0"
2874
+ },
2620
2875
  {
2621
- "name": "rows",
2876
+ "kind": "field",
2877
+ "name": "_radius",
2622
2878
  "type": {
2623
2879
  "text": "number"
2624
2880
  },
2625
- "default": "1",
2626
- "fieldName": "rows"
2881
+ "default": "0"
2627
2882
  },
2628
2883
  {
2629
- "name": "columns",
2884
+ "kind": "field",
2885
+ "name": "_rotateFn",
2886
+ "type": {
2887
+ "text": "string | undefined"
2888
+ }
2889
+ },
2890
+ {
2891
+ "kind": "field",
2892
+ "name": "_panelCount",
2630
2893
  "type": {
2631
2894
  "text": "number"
2632
2895
  },
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": [
2896
+ "default": "0"
2897
+ },
2665
2898
  {
2666
2899
  "kind": "field",
2667
- "name": "sceneId",
2900
+ "name": "_panelSize",
2668
2901
  "type": {
2669
- "text": "string"
2902
+ "text": "number"
2670
2903
  },
2671
- "attribute": "sceneId"
2904
+ "default": "0"
2672
2905
  },
2673
2906
  {
2674
2907
  "kind": "field",
2675
- "name": "provider",
2908
+ "name": "_isHorizontal",
2676
2909
  "type": {
2677
- "text": "any"
2910
+ "text": "boolean"
2678
2911
  },
2679
- "attribute": "provider"
2912
+ "default": "true"
2680
2913
  },
2681
2914
  {
2682
2915
  "kind": "field",
2683
- "name": "_scene",
2916
+ "name": "_slot",
2684
2917
  "type": {
2685
- "text": "any"
2918
+ "text": "HTMLSlotElement"
2686
2919
  }
2687
2920
  },
2688
2921
  {
2689
2922
  "kind": "field",
2690
- "name": "_targetEl",
2923
+ "name": "_carousel",
2691
2924
  "type": {
2692
2925
  "text": "HTMLElement"
2693
2926
  }
2694
2927
  },
2695
2928
  {
2696
2929
  "kind": "method",
2697
- "name": "_releaseRef"
2930
+ "name": "build"
2698
2931
  },
2699
2932
  {
2700
2933
  "kind": "method",
2701
- "name": "_onSceneIdChanged"
2702
- }
2703
- ],
2704
- "attributes": [
2934
+ "name": "start"
2935
+ },
2705
2936
  {
2706
- "name": "sceneId",
2707
- "type": {
2708
- "text": "string"
2709
- },
2710
- "fieldName": "sceneId"
2937
+ "kind": "method",
2938
+ "name": "stop"
2711
2939
  },
2712
2940
  {
2713
- "name": "provider",
2714
- "type": {
2715
- "text": "any"
2716
- },
2717
- "fieldName": "provider"
2718
- }
2719
- ],
2720
- "superclass": {
2721
- "name": "LitElement",
2722
- "package": "lit"
2723
- },
2724
- "tagName": "ox-board-wrapper",
2725
- "customElement": true
2726
- }
2727
- ],
2728
- "exports": [
2729
- {
2730
- "kind": "custom-element-definition",
2731
- "name": "ox-board-wrapper",
2732
- "declaration": {
2733
- "name": "BoardWrapper",
2734
- "module": "src/player/ox-board-wrapper.ts"
2735
- }
2736
- }
2737
- ]
2738
- },
2739
- {
2740
- "kind": "javascript-module",
2741
- "path": "src/graphql/board.ts",
2742
- "declarations": [
2743
- {
2744
- "kind": "function",
2745
- "name": "fetchBoardList",
2746
- "parameters": [
2941
+ "kind": "method",
2942
+ "name": "_onAxisChanged"
2943
+ },
2747
2944
  {
2748
- "name": "listParam",
2749
- "default": "{}"
2750
- }
2751
- ]
2752
- },
2753
- {
2754
- "kind": "function",
2755
- "name": "fetchBoard",
2756
- "parameters": [
2945
+ "kind": "method",
2946
+ "name": "_transform"
2947
+ },
2757
2948
  {
2758
- "name": "id",
2759
- "type": {
2760
- "text": "string"
2761
- }
2762
- }
2763
- ]
2764
- },
2765
- {
2766
- "kind": "function",
2767
- "name": "createBoard",
2768
- "parameters": [
2949
+ "kind": "method",
2950
+ "name": "previous"
2951
+ },
2769
2952
  {
2770
- "name": "board",
2771
- "type": {
2772
- "text": "Board"
2773
- }
2953
+ "kind": "method",
2954
+ "name": "next"
2774
2955
  }
2775
- ]
2776
- },
2777
- {
2778
- "kind": "function",
2779
- "name": "updateBoard",
2780
- "parameters": [
2956
+ ],
2957
+ "events": [
2781
2958
  {
2782
- "name": "board",
2959
+ "name": "transform",
2783
2960
  "type": {
2784
- "text": "Board"
2961
+ "text": "CustomEvent"
2785
2962
  }
2786
2963
  }
2787
- ]
2788
- },
2789
- {
2790
- "kind": "function",
2791
- "name": "deleteBoard",
2792
- "parameters": [
2964
+ ],
2965
+ "attributes": [
2793
2966
  {
2794
- "name": "id",
2967
+ "name": "axis",
2795
2968
  "type": {
2796
2969
  "text": "string"
2797
- }
2798
- }
2799
- ]
2800
- }
2801
- ],
2802
- "exports": [
2803
- {
2804
- "kind": "js",
2805
- "name": "fetchBoardList",
2806
- "declaration": {
2807
- "name": "fetchBoardList",
2808
- "module": "src/graphql/board.ts"
2809
- }
2810
- },
2811
- {
2812
- "kind": "js",
2813
- "name": "fetchBoard",
2814
- "declaration": {
2815
- "name": "fetchBoard",
2816
- "module": "src/graphql/board.ts"
2817
- }
2818
- },
2819
- {
2820
- "kind": "js",
2821
- "name": "createBoard",
2822
- "declaration": {
2823
- "name": "createBoard",
2824
- "module": "src/graphql/board.ts"
2825
- }
2826
- },
2827
- {
2828
- "kind": "js",
2829
- "name": "updateBoard",
2830
- "declaration": {
2831
- "name": "updateBoard",
2832
- "module": "src/graphql/board.ts"
2833
- }
2834
- },
2835
- {
2836
- "kind": "js",
2837
- "name": "deleteBoard",
2838
- "declaration": {
2839
- "name": "deleteBoard",
2840
- "module": "src/graphql/board.ts"
2841
- }
2842
- }
2843
- ]
2844
- },
2845
- {
2846
- "kind": "javascript-module",
2847
- "path": "src/graphql/favorite-board.ts",
2848
- "declarations": [
2849
- {
2850
- "kind": "function",
2851
- "name": "fetchFavoriteBoardList",
2852
- "parameters": [
2970
+ },
2971
+ "default": "'y'",
2972
+ "fieldName": "axis"
2973
+ },
2853
2974
  {
2854
- "name": "listParam",
2855
- "default": "{}"
2975
+ "name": "rows",
2976
+ "type": {
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"
2856
2989
  }
2857
- ]
2990
+ ],
2991
+ "superclass": {
2992
+ "name": "LitElement",
2993
+ "package": "lit"
2994
+ },
2995
+ "tagName": "ox-board-player-carousel",
2996
+ "customElement": true
2858
2997
  }
2859
2998
  ],
2860
2999
  "exports": [
2861
3000
  {
2862
- "kind": "js",
2863
- "name": "fetchFavoriteBoardList",
3001
+ "kind": "custom-element-definition",
3002
+ "name": "ox-board-player-carousel",
2864
3003
  "declaration": {
2865
- "name": "fetchFavoriteBoardList",
2866
- "module": "src/graphql/favorite-board.ts"
3004
+ "name": "BoardPlayerCarousel",
3005
+ "module": "src/player/ox-board-player-carousel.ts"
2867
3006
  }
2868
3007
  }
2869
3008
  ]
2870
3009
  },
2871
3010
  {
2872
3011
  "kind": "javascript-module",
2873
- "path": "src/graphql/group.ts",
3012
+ "path": "src/player/ox-board-player-grid.ts",
2874
3013
  "declarations": [
2875
3014
  {
2876
- "kind": "function",
2877
- "name": "fetchGroup",
2878
- "parameters": [
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": [
2879
3019
  {
2880
- "name": "id",
3020
+ "kind": "field",
3021
+ "name": "rows",
2881
3022
  "type": {
2882
- "text": "string"
2883
- }
2884
- }
2885
- ]
2886
- },
2887
- {
2888
- "kind": "function",
2889
- "name": "updateGroup",
2890
- "parameters": [
3023
+ "text": "number"
3024
+ },
3025
+ "default": "1",
3026
+ "attribute": "rows"
3027
+ },
2891
3028
  {
2892
- "name": "group",
3029
+ "kind": "field",
3030
+ "name": "columns",
2893
3031
  "type": {
2894
- "text": "BoardGroup"
2895
- }
2896
- }
2897
- ]
2898
- },
2899
- {
2900
- "kind": "function",
2901
- "name": "deleteGroup",
2902
- "parameters": [
3032
+ "text": "number"
3033
+ },
3034
+ "default": "1",
3035
+ "attribute": "columns"
3036
+ },
2903
3037
  {
2904
- "name": "id",
3038
+ "kind": "field",
3039
+ "name": "_slotObserver",
2905
3040
  "type": {
2906
- "text": "string"
3041
+ "text": "MutationObserver | undefined"
2907
3042
  }
2908
- }
2909
- ]
2910
- },
2911
- {
2912
- "kind": "function",
2913
- "name": "fetchGroupList"
2914
- },
2915
- {
2916
- "kind": "function",
2917
- "name": "createGroup",
2918
- "parameters": [
3043
+ },
2919
3044
  {
2920
- "name": "group",
3045
+ "kind": "field",
3046
+ "name": "_slot",
2921
3047
  "type": {
2922
- "text": "BoardGroup"
3048
+ "text": "HTMLSlotElement"
2923
3049
  }
3050
+ },
3051
+ {
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"
2924
3066
  }
2925
- ]
2926
- },
2927
- {
2928
- "kind": "function",
2929
- "name": "joinGroup",
2930
- "parameters": [
3067
+ ],
3068
+ "attributes": [
2931
3069
  {
2932
- "name": "boardId",
3070
+ "name": "rows",
2933
3071
  "type": {
2934
- "text": "string"
2935
- }
3072
+ "text": "number"
3073
+ },
3074
+ "default": "1",
3075
+ "fieldName": "rows"
2936
3076
  },
2937
3077
  {
2938
- "name": "groupId",
3078
+ "name": "columns",
2939
3079
  "type": {
2940
- "text": "string"
2941
- }
3080
+ "text": "number"
3081
+ },
3082
+ "default": "1",
3083
+ "fieldName": "columns"
2942
3084
  }
2943
- ]
3085
+ ],
3086
+ "superclass": {
3087
+ "name": "LitElement",
3088
+ "package": "lit"
3089
+ },
3090
+ "tagName": "ox-board-player-grid",
3091
+ "customElement": true
2944
3092
  }
2945
3093
  ],
2946
3094
  "exports": [
2947
3095
  {
2948
- "kind": "js",
2949
- "name": "fetchGroup",
2950
- "declaration": {
2951
- "name": "fetchGroup",
2952
- "module": "src/graphql/group.ts"
2953
- }
2954
- },
2955
- {
2956
- "kind": "js",
2957
- "name": "updateGroup",
2958
- "declaration": {
2959
- "name": "updateGroup",
2960
- "module": "src/graphql/group.ts"
2961
- }
2962
- },
2963
- {
2964
- "kind": "js",
2965
- "name": "deleteGroup",
2966
- "declaration": {
2967
- "name": "deleteGroup",
2968
- "module": "src/graphql/group.ts"
2969
- }
2970
- },
2971
- {
2972
- "kind": "js",
2973
- "name": "fetchGroupList",
2974
- "declaration": {
2975
- "name": "fetchGroupList",
2976
- "module": "src/graphql/group.ts"
2977
- }
2978
- },
2979
- {
2980
- "kind": "js",
2981
- "name": "createGroup",
2982
- "declaration": {
2983
- "name": "createGroup",
2984
- "module": "src/graphql/group.ts"
2985
- }
2986
- },
2987
- {
2988
- "kind": "js",
2989
- "name": "joinGroup",
2990
- "declaration": {
2991
- "name": "joinGroup",
2992
- "module": "src/graphql/group.ts"
2993
- }
2994
- }
2995
- ]
2996
- },
2997
- {
2998
- "kind": "javascript-module",
2999
- "path": "src/graphql/index.ts",
3000
- "declarations": [],
3001
- "exports": [
3002
- {
3003
- "kind": "js",
3004
- "name": "*",
3005
- "declaration": {
3006
- "name": "*",
3007
- "package": "./board"
3008
- }
3009
- },
3010
- {
3011
- "kind": "js",
3012
- "name": "*",
3013
- "declaration": {
3014
- "name": "*",
3015
- "package": "./group"
3016
- }
3017
- },
3018
- {
3019
- "kind": "js",
3020
- "name": "*",
3021
- "declaration": {
3022
- "name": "*",
3023
- "package": "./play-group"
3024
- }
3025
- },
3026
- {
3027
- "kind": "js",
3028
- "name": "*",
3096
+ "kind": "custom-element-definition",
3097
+ "name": "ox-board-player-grid",
3029
3098
  "declaration": {
3030
- "name": "*",
3031
- "package": "./favorite-board"
3099
+ "name": "BoardPlayerGrid",
3100
+ "module": "src/player/ox-board-player-grid.ts"
3032
3101
  }
3033
3102
  }
3034
3103
  ]
3035
- },
3036
- {
3037
- "kind": "javascript-module",
3038
- "path": "src/graphql/play-group.ts",
3039
- "declarations": [
3040
- {
3041
- "kind": "function",
3042
- "name": "fetchPlayGroupList"
3043
- },
3044
- {
3045
- "kind": "function",
3046
- "name": "fetchPlayGroup",
3047
- "parameters": [
3048
- {
3049
- "name": "groupId",
3050
- "type": {
3051
- "text": "string"
3052
- }
3053
- }
3054
- ]
3055
- },
3056
- {
3057
- "kind": "function",
3058
- "name": "createPlayGroup",
3059
- "parameters": [
3060
- {
3061
- "name": "group",
3062
- "type": {
3063
- "text": "PlayGroup"
3064
- }
3065
- }
3066
- ]
3067
- },
3104
+ },
3105
+ {
3106
+ "kind": "javascript-module",
3107
+ "path": "src/player/ox-board-wrapper.ts",
3108
+ "declarations": [
3068
3109
  {
3069
- "kind": "function",
3070
- "name": "updatePlayGroup",
3071
- "parameters": [
3110
+ "kind": "class",
3111
+ "description": "",
3112
+ "name": "BoardWrapper",
3113
+ "members": [
3072
3114
  {
3073
- "name": "group",
3115
+ "kind": "field",
3116
+ "name": "sceneId",
3074
3117
  "type": {
3075
- "text": "PlayGroup"
3076
- }
3077
- }
3078
- ]
3079
- },
3080
- {
3081
- "kind": "function",
3082
- "name": "deletePlayGroup",
3083
- "parameters": [
3118
+ "text": "string"
3119
+ },
3120
+ "attribute": "sceneId"
3121
+ },
3084
3122
  {
3085
- "name": "id",
3123
+ "kind": "field",
3124
+ "name": "provider",
3086
3125
  "type": {
3087
- "text": "string"
3088
- }
3089
- }
3090
- ]
3091
- },
3092
- {
3093
- "kind": "function",
3094
- "name": "joinPlayGroup",
3095
- "parameters": [
3126
+ "text": "any"
3127
+ },
3128
+ "attribute": "provider"
3129
+ },
3096
3130
  {
3097
- "name": "boardId",
3131
+ "kind": "field",
3132
+ "name": "_scene",
3098
3133
  "type": {
3099
- "text": "string"
3134
+ "text": "any"
3100
3135
  }
3101
3136
  },
3102
3137
  {
3103
- "name": "group",
3138
+ "kind": "field",
3139
+ "name": "_targetEl",
3104
3140
  "type": {
3105
- "text": "PlayGroup"
3141
+ "text": "HTMLElement"
3106
3142
  }
3143
+ },
3144
+ {
3145
+ "kind": "method",
3146
+ "name": "_releaseRef"
3147
+ },
3148
+ {
3149
+ "kind": "method",
3150
+ "name": "_onSceneIdChanged"
3107
3151
  }
3108
- ]
3109
- },
3110
- {
3111
- "kind": "function",
3112
- "name": "leavePlayGroup",
3113
- "parameters": [
3152
+ ],
3153
+ "attributes": [
3114
3154
  {
3115
- "name": "boardId",
3155
+ "name": "sceneId",
3116
3156
  "type": {
3117
3157
  "text": "string"
3118
- }
3158
+ },
3159
+ "fieldName": "sceneId"
3119
3160
  },
3120
3161
  {
3121
- "name": "groupId",
3162
+ "name": "provider",
3122
3163
  "type": {
3123
- "text": "string"
3124
- }
3164
+ "text": "any"
3165
+ },
3166
+ "fieldName": "provider"
3125
3167
  }
3126
- ]
3168
+ ],
3169
+ "superclass": {
3170
+ "name": "LitElement",
3171
+ "package": "lit"
3172
+ },
3173
+ "tagName": "ox-board-wrapper",
3174
+ "customElement": true
3127
3175
  }
3128
3176
  ],
3129
3177
  "exports": [
3130
3178
  {
3131
- "kind": "js",
3132
- "name": "fetchPlayGroupList",
3133
- "declaration": {
3134
- "name": "fetchPlayGroupList",
3135
- "module": "src/graphql/play-group.ts"
3136
- }
3137
- },
3138
- {
3139
- "kind": "js",
3140
- "name": "fetchPlayGroup",
3141
- "declaration": {
3142
- "name": "fetchPlayGroup",
3143
- "module": "src/graphql/play-group.ts"
3144
- }
3145
- },
3146
- {
3147
- "kind": "js",
3148
- "name": "createPlayGroup",
3149
- "declaration": {
3150
- "name": "createPlayGroup",
3151
- "module": "src/graphql/play-group.ts"
3152
- }
3153
- },
3154
- {
3155
- "kind": "js",
3156
- "name": "updatePlayGroup",
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",
3179
+ "kind": "custom-element-definition",
3180
+ "name": "ox-board-wrapper",
3181
3181
  "declaration": {
3182
- "name": "leavePlayGroup",
3183
- "module": "src/graphql/play-group.ts"
3182
+ "name": "BoardWrapper",
3183
+ "module": "src/player/ox-board-wrapper.ts"
3184
3184
  }
3185
3185
  }
3186
3186
  ]
@@ -6335,51 +6335,22 @@
6335
6335
  },
6336
6336
  {
6337
6337
  "kind": "javascript-module",
6338
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6339
- "declarations": [
6340
- {
6341
- "kind": "variable",
6342
- "name": "BoxPaddingEditorStyles",
6343
- "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
6344
- }
6345
- ],
6346
- "exports": [
6347
- {
6348
- "kind": "js",
6349
- "name": "BoxPaddingEditorStyles",
6350
- "declaration": {
6351
- "name": "BoxPaddingEditorStyles",
6352
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6353
- }
6354
- }
6355
- ]
6356
- },
6357
- {
6358
- "kind": "javascript-module",
6359
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6338
+ "path": "src/modeller/property-sidebar/styles/styles.ts",
6360
6339
  "declarations": [
6361
6340
  {
6362
6341
  "kind": "class",
6363
6342
  "description": "",
6364
- "name": "PropertyShapes",
6343
+ "name": "PropertyStyles",
6365
6344
  "members": [
6366
6345
  {
6367
6346
  "kind": "field",
6368
6347
  "name": "value",
6369
6348
  "type": {
6370
- "text": "Properties | undefined"
6349
+ "text": "any"
6371
6350
  },
6351
+ "default": "{}",
6372
6352
  "attribute": "value"
6373
6353
  },
6374
- {
6375
- "kind": "field",
6376
- "name": "bounds",
6377
- "type": {
6378
- "text": "BOUNDS | null"
6379
- },
6380
- "default": "null",
6381
- "attribute": "bounds"
6382
- },
6383
6354
  {
6384
6355
  "kind": "field",
6385
6356
  "name": "selected",
@@ -6390,79 +6361,15 @@
6390
6361
  "attribute": "selected"
6391
6362
  },
6392
6363
  {
6393
- "kind": "field",
6394
- "name": "_3dExpanded",
6395
- "type": {
6396
- "text": "boolean"
6397
- },
6398
- "privacy": "private",
6399
- "default": "false"
6400
- },
6401
- {
6402
- "kind": "method",
6403
- "name": "_onValueChange",
6404
- "parameters": [
6405
- {
6406
- "name": "e",
6407
- "type": {
6408
- "text": "Event"
6409
- }
6410
- }
6411
- ],
6412
- "inheritedFrom": {
6413
- "name": "AbstractProperty",
6414
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6415
- }
6416
- },
6417
- {
6418
- "kind": "method",
6419
- "name": "_hasTextProperty",
6420
- "parameters": [
6421
- {
6422
- "name": "selected",
6423
- "type": {
6424
- "text": "Component[]"
6425
- }
6426
- }
6427
- ]
6428
- },
6429
- {
6430
- "kind": "method",
6431
- "name": "_hasProperties",
6432
- "parameters": [
6433
- {
6434
- "name": "selected",
6435
- "type": {
6436
- "text": "Component[]"
6437
- }
6438
- }
6439
- ]
6440
- },
6441
- {
6442
- "kind": "method",
6443
- "name": "_isIdentifiable",
6444
- "parameters": [
6445
- {
6446
- "name": "selected",
6447
- "type": {
6448
- "text": "Component[]"
6449
- }
6450
- }
6451
- ]
6452
- },
6453
- {
6454
- "kind": "method",
6455
- "name": "_isClassIdentifiable",
6456
- "parameters": [
6457
- {
6458
- "name": "selected",
6459
- "type": {
6460
- "text": "Component[]"
6461
- }
6462
- }
6463
- ]
6464
- },
6465
- {
6364
+ "kind": "field",
6365
+ "name": "fonts",
6366
+ "type": {
6367
+ "text": "any[]"
6368
+ },
6369
+ "default": "[]",
6370
+ "attribute": "fonts"
6371
+ },
6372
+ {
6466
6373
  "kind": "method",
6467
6374
  "name": "_isLine",
6468
6375
  "parameters": [
@@ -6476,15 +6383,19 @@
6476
6383
  },
6477
6384
  {
6478
6385
  "kind": "method",
6479
- "name": "_is3dish",
6386
+ "name": "_onValueChange",
6480
6387
  "parameters": [
6481
6388
  {
6482
- "name": "selected",
6389
+ "name": "e",
6483
6390
  "type": {
6484
- "text": "Component[]"
6391
+ "text": "Event"
6485
6392
  }
6486
6393
  }
6487
- ]
6394
+ ],
6395
+ "inheritedFrom": {
6396
+ "name": "AbstractProperty",
6397
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6398
+ }
6488
6399
  },
6489
6400
  {
6490
6401
  "kind": "method",
@@ -6525,64 +6436,59 @@
6525
6436
  }
6526
6437
  }
6527
6438
  ],
6528
- "events": [
6529
- {
6530
- "name": "bounds-change",
6531
- "type": {
6532
- "text": "CustomEvent"
6533
- }
6534
- },
6535
- {
6536
- "name": "property-change",
6537
- "type": {
6538
- "text": "CustomEvent"
6539
- },
6540
- "inheritedFrom": {
6541
- "name": "AbstractProperty",
6542
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6543
- }
6544
- }
6545
- ],
6546
6439
  "attributes": [
6547
6440
  {
6548
6441
  "name": "value",
6549
6442
  "type": {
6550
- "text": "Properties | undefined"
6443
+ "text": "any"
6551
6444
  },
6445
+ "default": "{}",
6552
6446
  "fieldName": "value"
6553
6447
  },
6554
6448
  {
6555
- "name": "bounds",
6449
+ "name": "selected",
6556
6450
  "type": {
6557
- "text": "BOUNDS | null"
6451
+ "text": "Component[]"
6558
6452
  },
6559
- "default": "null",
6560
- "fieldName": "bounds"
6453
+ "default": "[]",
6454
+ "fieldName": "selected"
6561
6455
  },
6562
6456
  {
6563
- "name": "selected",
6457
+ "name": "fonts",
6564
6458
  "type": {
6565
- "text": "Component[]"
6459
+ "text": "any[]"
6566
6460
  },
6567
6461
  "default": "[]",
6568
- "fieldName": "selected"
6462
+ "fieldName": "fonts"
6569
6463
  }
6570
6464
  ],
6571
6465
  "superclass": {
6572
6466
  "name": "AbstractProperty",
6573
6467
  "module": "/src/modeller/property-sidebar/abstract-property"
6574
6468
  },
6575
- "tagName": "property-shape",
6576
- "customElement": true
6469
+ "tagName": "property-style",
6470
+ "customElement": true,
6471
+ "events": [
6472
+ {
6473
+ "name": "property-change",
6474
+ "type": {
6475
+ "text": "CustomEvent"
6476
+ },
6477
+ "inheritedFrom": {
6478
+ "name": "AbstractProperty",
6479
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6480
+ }
6481
+ }
6482
+ ]
6577
6483
  }
6578
6484
  ],
6579
6485
  "exports": [
6580
6486
  {
6581
6487
  "kind": "custom-element-definition",
6582
- "name": "property-shape",
6488
+ "name": "property-style",
6583
6489
  "declaration": {
6584
- "name": "PropertyShapes",
6585
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6490
+ "name": "PropertyStyles",
6491
+ "module": "src/modeller/property-sidebar/styles/styles.ts"
6586
6492
  }
6587
6493
  }
6588
6494
  ]
@@ -6837,22 +6743,51 @@
6837
6743
  },
6838
6744
  {
6839
6745
  "kind": "javascript-module",
6840
- "path": "src/modeller/property-sidebar/styles/styles.ts",
6746
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6747
+ "declarations": [
6748
+ {
6749
+ "kind": "variable",
6750
+ "name": "BoxPaddingEditorStyles",
6751
+ "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
6752
+ }
6753
+ ],
6754
+ "exports": [
6755
+ {
6756
+ "kind": "js",
6757
+ "name": "BoxPaddingEditorStyles",
6758
+ "declaration": {
6759
+ "name": "BoxPaddingEditorStyles",
6760
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6761
+ }
6762
+ }
6763
+ ]
6764
+ },
6765
+ {
6766
+ "kind": "javascript-module",
6767
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6841
6768
  "declarations": [
6842
6769
  {
6843
6770
  "kind": "class",
6844
6771
  "description": "",
6845
- "name": "PropertyStyles",
6772
+ "name": "PropertyShapes",
6846
6773
  "members": [
6847
6774
  {
6848
6775
  "kind": "field",
6849
6776
  "name": "value",
6850
6777
  "type": {
6851
- "text": "any"
6778
+ "text": "Properties | undefined"
6852
6779
  },
6853
- "default": "{}",
6854
6780
  "attribute": "value"
6855
6781
  },
6782
+ {
6783
+ "kind": "field",
6784
+ "name": "bounds",
6785
+ "type": {
6786
+ "text": "BOUNDS | null"
6787
+ },
6788
+ "default": "null",
6789
+ "attribute": "bounds"
6790
+ },
6856
6791
  {
6857
6792
  "kind": "field",
6858
6793
  "name": "selected",
@@ -6864,12 +6799,76 @@
6864
6799
  },
6865
6800
  {
6866
6801
  "kind": "field",
6867
- "name": "fonts",
6802
+ "name": "_3dExpanded",
6868
6803
  "type": {
6869
- "text": "any[]"
6804
+ "text": "boolean"
6870
6805
  },
6871
- "default": "[]",
6872
- "attribute": "fonts"
6806
+ "privacy": "private",
6807
+ "default": "false"
6808
+ },
6809
+ {
6810
+ "kind": "method",
6811
+ "name": "_onValueChange",
6812
+ "parameters": [
6813
+ {
6814
+ "name": "e",
6815
+ "type": {
6816
+ "text": "Event"
6817
+ }
6818
+ }
6819
+ ],
6820
+ "inheritedFrom": {
6821
+ "name": "AbstractProperty",
6822
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6823
+ }
6824
+ },
6825
+ {
6826
+ "kind": "method",
6827
+ "name": "_hasTextProperty",
6828
+ "parameters": [
6829
+ {
6830
+ "name": "selected",
6831
+ "type": {
6832
+ "text": "Component[]"
6833
+ }
6834
+ }
6835
+ ]
6836
+ },
6837
+ {
6838
+ "kind": "method",
6839
+ "name": "_hasProperties",
6840
+ "parameters": [
6841
+ {
6842
+ "name": "selected",
6843
+ "type": {
6844
+ "text": "Component[]"
6845
+ }
6846
+ }
6847
+ ]
6848
+ },
6849
+ {
6850
+ "kind": "method",
6851
+ "name": "_isIdentifiable",
6852
+ "parameters": [
6853
+ {
6854
+ "name": "selected",
6855
+ "type": {
6856
+ "text": "Component[]"
6857
+ }
6858
+ }
6859
+ ]
6860
+ },
6861
+ {
6862
+ "kind": "method",
6863
+ "name": "_isClassIdentifiable",
6864
+ "parameters": [
6865
+ {
6866
+ "name": "selected",
6867
+ "type": {
6868
+ "text": "Component[]"
6869
+ }
6870
+ }
6871
+ ]
6873
6872
  },
6874
6873
  {
6875
6874
  "kind": "method",
@@ -6885,19 +6884,15 @@
6885
6884
  },
6886
6885
  {
6887
6886
  "kind": "method",
6888
- "name": "_onValueChange",
6887
+ "name": "_is3dish",
6889
6888
  "parameters": [
6890
6889
  {
6891
- "name": "e",
6890
+ "name": "selected",
6892
6891
  "type": {
6893
- "text": "Event"
6892
+ "text": "Component[]"
6894
6893
  }
6895
6894
  }
6896
- ],
6897
- "inheritedFrom": {
6898
- "name": "AbstractProperty",
6899
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6900
- }
6895
+ ]
6901
6896
  },
6902
6897
  {
6903
6898
  "kind": "method",
@@ -6938,59 +6933,64 @@
6938
6933
  }
6939
6934
  }
6940
6935
  ],
6936
+ "events": [
6937
+ {
6938
+ "name": "bounds-change",
6939
+ "type": {
6940
+ "text": "CustomEvent"
6941
+ }
6942
+ },
6943
+ {
6944
+ "name": "property-change",
6945
+ "type": {
6946
+ "text": "CustomEvent"
6947
+ },
6948
+ "inheritedFrom": {
6949
+ "name": "AbstractProperty",
6950
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6951
+ }
6952
+ }
6953
+ ],
6941
6954
  "attributes": [
6942
6955
  {
6943
6956
  "name": "value",
6944
6957
  "type": {
6945
- "text": "any"
6958
+ "text": "Properties | undefined"
6946
6959
  },
6947
- "default": "{}",
6948
6960
  "fieldName": "value"
6949
6961
  },
6950
6962
  {
6951
- "name": "selected",
6963
+ "name": "bounds",
6952
6964
  "type": {
6953
- "text": "Component[]"
6965
+ "text": "BOUNDS | null"
6954
6966
  },
6955
- "default": "[]",
6956
- "fieldName": "selected"
6967
+ "default": "null",
6968
+ "fieldName": "bounds"
6957
6969
  },
6958
6970
  {
6959
- "name": "fonts",
6971
+ "name": "selected",
6960
6972
  "type": {
6961
- "text": "any[]"
6973
+ "text": "Component[]"
6962
6974
  },
6963
6975
  "default": "[]",
6964
- "fieldName": "fonts"
6976
+ "fieldName": "selected"
6965
6977
  }
6966
6978
  ],
6967
6979
  "superclass": {
6968
6980
  "name": "AbstractProperty",
6969
6981
  "module": "/src/modeller/property-sidebar/abstract-property"
6970
6982
  },
6971
- "tagName": "property-style",
6972
- "customElement": true,
6973
- "events": [
6974
- {
6975
- "name": "property-change",
6976
- "type": {
6977
- "text": "CustomEvent"
6978
- },
6979
- "inheritedFrom": {
6980
- "name": "AbstractProperty",
6981
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6982
- }
6983
- }
6984
- ]
6983
+ "tagName": "property-shape",
6984
+ "customElement": true
6985
6985
  }
6986
6986
  ],
6987
6987
  "exports": [
6988
6988
  {
6989
6989
  "kind": "custom-element-definition",
6990
- "name": "property-style",
6990
+ "name": "property-shape",
6991
6991
  "declaration": {
6992
- "name": "PropertyStyles",
6993
- "module": "src/modeller/property-sidebar/styles/styles.ts"
6992
+ "name": "PropertyShapes",
6993
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6994
6994
  }
6995
6995
  }
6996
6996
  ]