@fmsim/board 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1069 -1069
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1487,59 +1424,63 @@
|
|
|
1487
1424
|
},
|
|
1488
1425
|
{
|
|
1489
1426
|
"kind": "javascript-module",
|
|
1490
|
-
"path": "
|
|
1427
|
+
"path": "stories/index.stories.ts",
|
|
1491
1428
|
"declarations": [
|
|
1492
1429
|
{
|
|
1493
1430
|
"kind": "variable",
|
|
1494
|
-
"name": "
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
"
|
|
1431
|
+
"name": "Regular"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "variable",
|
|
1435
|
+
"name": "CustomTitle"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "variable",
|
|
1439
|
+
"name": "CustomCounter"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "variable",
|
|
1443
|
+
"name": "SlottedContent"
|
|
1499
1444
|
}
|
|
1500
1445
|
],
|
|
1501
1446
|
"exports": [
|
|
1502
1447
|
{
|
|
1503
1448
|
"kind": "js",
|
|
1504
|
-
"name": "
|
|
1449
|
+
"name": "default",
|
|
1505
1450
|
"declaration": {
|
|
1506
|
-
"
|
|
1507
|
-
"module": "src/component/etc.ts"
|
|
1451
|
+
"module": "stories/index.stories.ts"
|
|
1508
1452
|
}
|
|
1509
|
-
}
|
|
1510
|
-
]
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "javascript-module",
|
|
1514
|
-
"path": "src/component/index.ts",
|
|
1515
|
-
"declarations": [],
|
|
1516
|
-
"exports": [
|
|
1453
|
+
},
|
|
1517
1454
|
{
|
|
1518
1455
|
"kind": "js",
|
|
1519
|
-
"name": "
|
|
1456
|
+
"name": "Regular",
|
|
1520
1457
|
"declaration": {
|
|
1521
|
-
"name": "
|
|
1522
|
-
"
|
|
1458
|
+
"name": "Regular",
|
|
1459
|
+
"module": "stories/index.stories.ts"
|
|
1523
1460
|
}
|
|
1524
|
-
}
|
|
1525
|
-
]
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "javascript-module",
|
|
1529
|
-
"path": "src/component/register-default-groups.ts",
|
|
1530
|
-
"declarations": [
|
|
1461
|
+
},
|
|
1531
1462
|
{
|
|
1532
|
-
"kind": "
|
|
1533
|
-
"name": "
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "CustomTitle",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "CustomTitle",
|
|
1467
|
+
"module": "stories/index.stories.ts"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1537
1470
|
{
|
|
1538
1471
|
"kind": "js",
|
|
1539
|
-
"name": "
|
|
1472
|
+
"name": "CustomCounter",
|
|
1540
1473
|
"declaration": {
|
|
1541
|
-
"name": "
|
|
1542
|
-
"module": "
|
|
1474
|
+
"name": "CustomCounter",
|
|
1475
|
+
"module": "stories/index.stories.ts"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "js",
|
|
1480
|
+
"name": "SlottedContent",
|
|
1481
|
+
"declaration": {
|
|
1482
|
+
"name": "SlottedContent",
|
|
1483
|
+
"module": "stories/index.stories.ts"
|
|
1543
1484
|
}
|
|
1544
1485
|
}
|
|
1545
1486
|
]
|
|
@@ -1636,6 +1577,65 @@
|
|
|
1636
1577
|
}
|
|
1637
1578
|
]
|
|
1638
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "javascript-module",
|
|
1582
|
+
"path": "src/component/etc.ts",
|
|
1583
|
+
"declarations": [
|
|
1584
|
+
{
|
|
1585
|
+
"kind": "variable",
|
|
1586
|
+
"name": "etc",
|
|
1587
|
+
"type": {
|
|
1588
|
+
"text": "ComponentGroup"
|
|
1589
|
+
},
|
|
1590
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\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: '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}"
|
|
1591
|
+
}
|
|
1592
|
+
],
|
|
1593
|
+
"exports": [
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "js",
|
|
1596
|
+
"name": "etc",
|
|
1597
|
+
"declaration": {
|
|
1598
|
+
"name": "etc",
|
|
1599
|
+
"module": "src/component/etc.ts"
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "javascript-module",
|
|
1606
|
+
"path": "src/component/index.ts",
|
|
1607
|
+
"declarations": [],
|
|
1608
|
+
"exports": [
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "js",
|
|
1611
|
+
"name": "*",
|
|
1612
|
+
"declaration": {
|
|
1613
|
+
"name": "*",
|
|
1614
|
+
"package": "./etc"
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "javascript-module",
|
|
1621
|
+
"path": "src/component/register-default-groups.ts",
|
|
1622
|
+
"declarations": [
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "function",
|
|
1625
|
+
"name": "registerDefaultGroups"
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"exports": [
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "js",
|
|
1631
|
+
"name": "registerDefaultGroups",
|
|
1632
|
+
"declaration": {
|
|
1633
|
+
"name": "registerDefaultGroups",
|
|
1634
|
+
"module": "src/component/register-default-groups.ts"
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1639
1639
|
{
|
|
1640
1640
|
"kind": "javascript-module",
|
|
1641
1641
|
"path": "src/layers/mcs-event-handlers.ts",
|
|
@@ -1776,1083 +1776,1083 @@
|
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
1778
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/
|
|
1779
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
1780
|
+
"declarations": [
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "variable",
|
|
1783
|
+
"name": "style",
|
|
1784
|
+
"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`"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"exports": [
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "js",
|
|
1790
|
+
"name": "style",
|
|
1791
|
+
"declaration": {
|
|
1792
|
+
"name": "style",
|
|
1793
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
]
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "javascript-module",
|
|
1800
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
1780
1801
|
"declarations": [
|
|
1781
1802
|
{
|
|
1782
1803
|
"kind": "class",
|
|
1783
1804
|
"description": "",
|
|
1784
|
-
"name": "
|
|
1805
|
+
"name": "EditToolbar",
|
|
1785
1806
|
"members": [
|
|
1786
1807
|
{
|
|
1787
1808
|
"kind": "field",
|
|
1788
|
-
"name": "
|
|
1809
|
+
"name": "scene",
|
|
1789
1810
|
"type": {
|
|
1790
|
-
"text": "
|
|
1811
|
+
"text": "Scene | undefined"
|
|
1791
1812
|
},
|
|
1792
|
-
"attribute": "
|
|
1813
|
+
"attribute": "scene"
|
|
1793
1814
|
},
|
|
1794
1815
|
{
|
|
1795
1816
|
"kind": "field",
|
|
1796
|
-
"name": "
|
|
1817
|
+
"name": "selected",
|
|
1797
1818
|
"type": {
|
|
1798
|
-
"text": "
|
|
1819
|
+
"text": "any[]"
|
|
1799
1820
|
},
|
|
1800
|
-
"
|
|
1821
|
+
"default": "[]",
|
|
1822
|
+
"attribute": "selected"
|
|
1801
1823
|
},
|
|
1802
1824
|
{
|
|
1803
|
-
"kind": "
|
|
1804
|
-
"name": "
|
|
1805
|
-
}
|
|
1806
|
-
],
|
|
1807
|
-
"events": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "create-board",
|
|
1825
|
+
"kind": "field",
|
|
1826
|
+
"name": "hideProperty",
|
|
1810
1827
|
"type": {
|
|
1811
|
-
"text": "
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1828
|
+
"text": "boolean"
|
|
1829
|
+
},
|
|
1830
|
+
"default": "false",
|
|
1831
|
+
"attribute": "hideProperty"
|
|
1832
|
+
},
|
|
1816
1833
|
{
|
|
1817
|
-
"
|
|
1834
|
+
"kind": "field",
|
|
1835
|
+
"name": "cliped",
|
|
1818
1836
|
"type": {
|
|
1819
1837
|
"text": "string | undefined"
|
|
1820
1838
|
},
|
|
1821
|
-
"
|
|
1839
|
+
"privacy": "private"
|
|
1822
1840
|
},
|
|
1823
1841
|
{
|
|
1824
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "redo",
|
|
1825
1844
|
"type": {
|
|
1826
|
-
"text": "
|
|
1845
|
+
"text": "HTMLElement"
|
|
1827
1846
|
},
|
|
1828
|
-
"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"mixins": [
|
|
1832
|
-
{
|
|
1833
|
-
"name": "localize(i18next)",
|
|
1834
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"superclass": {
|
|
1838
|
-
"name": "LitElement",
|
|
1839
|
-
"package": "lit"
|
|
1840
|
-
},
|
|
1841
|
-
"tagName": "board-creation-popup",
|
|
1842
|
-
"customElement": true
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1845
|
-
"exports": [
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "js",
|
|
1848
|
-
"name": "BoardCreationPopup",
|
|
1849
|
-
"declaration": {
|
|
1850
|
-
"name": "BoardCreationPopup",
|
|
1851
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "custom-element-definition",
|
|
1856
|
-
"name": "board-creation-popup",
|
|
1857
|
-
"declaration": {
|
|
1858
|
-
"name": "BoardCreationPopup",
|
|
1859
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"kind": "javascript-module",
|
|
1866
|
-
"path": "src/selector/board-thumbnail-card.ts",
|
|
1867
|
-
"declarations": [
|
|
1868
|
-
{
|
|
1869
|
-
"kind": "class",
|
|
1870
|
-
"description": "",
|
|
1871
|
-
"name": "BoardThumbnailCard",
|
|
1872
|
-
"members": [
|
|
1847
|
+
"privacy": "private"
|
|
1848
|
+
},
|
|
1873
1849
|
{
|
|
1874
1850
|
"kind": "field",
|
|
1875
|
-
"name": "
|
|
1851
|
+
"name": "undo",
|
|
1876
1852
|
"type": {
|
|
1877
|
-
"text": "
|
|
1853
|
+
"text": "HTMLElement"
|
|
1878
1854
|
},
|
|
1879
|
-
"
|
|
1855
|
+
"privacy": "private"
|
|
1880
1856
|
},
|
|
1881
1857
|
{
|
|
1882
1858
|
"kind": "field",
|
|
1883
|
-
"name": "
|
|
1859
|
+
"name": "fullscreen",
|
|
1884
1860
|
"type": {
|
|
1885
|
-
"text": "
|
|
1861
|
+
"text": "HTMLElement"
|
|
1886
1862
|
},
|
|
1887
|
-
"
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "method",
|
|
1891
|
-
"name": "onClickFlip",
|
|
1892
|
-
"parameters": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "e",
|
|
1895
|
-
"type": {
|
|
1896
|
-
"text": "Event"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
]
|
|
1863
|
+
"privacy": "private"
|
|
1900
1864
|
},
|
|
1901
1865
|
{
|
|
1902
|
-
"kind": "
|
|
1903
|
-
"name": "
|
|
1904
|
-
"
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
"text": "Event"
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
1866
|
+
"kind": "field",
|
|
1867
|
+
"name": "cut",
|
|
1868
|
+
"type": {
|
|
1869
|
+
"text": "HTMLElement"
|
|
1870
|
+
},
|
|
1871
|
+
"privacy": "private"
|
|
1912
1872
|
},
|
|
1913
1873
|
{
|
|
1914
|
-
"kind": "
|
|
1915
|
-
"name": "
|
|
1916
|
-
}
|
|
1917
|
-
],
|
|
1918
|
-
"events": [
|
|
1919
|
-
{
|
|
1920
|
-
"name": "create-board",
|
|
1874
|
+
"kind": "field",
|
|
1875
|
+
"name": "copy",
|
|
1921
1876
|
"type": {
|
|
1922
|
-
"text": "
|
|
1923
|
-
}
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
"attributes": [
|
|
1877
|
+
"text": "HTMLElement"
|
|
1878
|
+
},
|
|
1879
|
+
"privacy": "private"
|
|
1880
|
+
},
|
|
1927
1881
|
{
|
|
1928
|
-
"
|
|
1882
|
+
"kind": "field",
|
|
1883
|
+
"name": "paste",
|
|
1929
1884
|
"type": {
|
|
1930
|
-
"text": "
|
|
1885
|
+
"text": "HTMLElement"
|
|
1931
1886
|
},
|
|
1932
|
-
"
|
|
1887
|
+
"privacy": "private"
|
|
1933
1888
|
},
|
|
1934
1889
|
{
|
|
1935
|
-
"
|
|
1890
|
+
"kind": "field",
|
|
1891
|
+
"name": "delete",
|
|
1936
1892
|
"type": {
|
|
1937
|
-
"text": "
|
|
1893
|
+
"text": "HTMLElement"
|
|
1938
1894
|
},
|
|
1939
|
-
"
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"mixins": [
|
|
1943
|
-
{
|
|
1944
|
-
"name": "localize(i18next)",
|
|
1945
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"superclass": {
|
|
1949
|
-
"name": "LitElement",
|
|
1950
|
-
"package": "lit"
|
|
1951
|
-
},
|
|
1952
|
-
"tagName": "board-thumbnail-card",
|
|
1953
|
-
"customElement": true
|
|
1954
|
-
}
|
|
1955
|
-
],
|
|
1956
|
-
"exports": [
|
|
1957
|
-
{
|
|
1958
|
-
"kind": "js",
|
|
1959
|
-
"name": "BoardThumbnailCard",
|
|
1960
|
-
"declaration": {
|
|
1961
|
-
"name": "BoardThumbnailCard",
|
|
1962
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "custom-element-definition",
|
|
1967
|
-
"name": "board-thumbnail-card",
|
|
1968
|
-
"declaration": {
|
|
1969
|
-
"name": "BoardThumbnailCard",
|
|
1970
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "javascript-module",
|
|
1977
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
1978
|
-
"declarations": [
|
|
1979
|
-
{
|
|
1980
|
-
"kind": "class",
|
|
1981
|
-
"description": "",
|
|
1982
|
-
"name": "BoardCreationCard",
|
|
1983
|
-
"members": [
|
|
1895
|
+
"privacy": "private"
|
|
1896
|
+
},
|
|
1984
1897
|
{
|
|
1985
1898
|
"kind": "field",
|
|
1986
|
-
"name": "
|
|
1899
|
+
"name": "forward",
|
|
1987
1900
|
"type": {
|
|
1988
|
-
"text": "
|
|
1901
|
+
"text": "HTMLElement"
|
|
1989
1902
|
},
|
|
1990
|
-
"
|
|
1903
|
+
"privacy": "private"
|
|
1991
1904
|
},
|
|
1992
1905
|
{
|
|
1993
1906
|
"kind": "field",
|
|
1994
|
-
"name": "
|
|
1907
|
+
"name": "backward",
|
|
1995
1908
|
"type": {
|
|
1996
|
-
"text": "
|
|
1909
|
+
"text": "HTMLElement"
|
|
1997
1910
|
},
|
|
1998
|
-
"
|
|
1911
|
+
"privacy": "private"
|
|
1999
1912
|
},
|
|
2000
1913
|
{
|
|
2001
1914
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
1915
|
+
"name": "front",
|
|
2003
1916
|
"type": {
|
|
2004
|
-
"text": "
|
|
1917
|
+
"text": "HTMLElement"
|
|
2005
1918
|
},
|
|
2006
1919
|
"privacy": "private"
|
|
2007
1920
|
},
|
|
2008
1921
|
{
|
|
2009
|
-
"kind": "
|
|
2010
|
-
"name": "
|
|
1922
|
+
"kind": "field",
|
|
1923
|
+
"name": "back",
|
|
1924
|
+
"type": {
|
|
1925
|
+
"text": "HTMLElement"
|
|
1926
|
+
},
|
|
1927
|
+
"privacy": "private"
|
|
2011
1928
|
},
|
|
2012
1929
|
{
|
|
2013
|
-
"kind": "
|
|
2014
|
-
"name": "
|
|
2015
|
-
}
|
|
2016
|
-
],
|
|
2017
|
-
"events": [
|
|
2018
|
-
{
|
|
2019
|
-
"name": "create-board",
|
|
1930
|
+
"kind": "field",
|
|
1931
|
+
"name": "aligners",
|
|
2020
1932
|
"type": {
|
|
2021
|
-
"text": "
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
"attributes": [
|
|
1933
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
1934
|
+
},
|
|
1935
|
+
"privacy": "private"
|
|
1936
|
+
},
|
|
2026
1937
|
{
|
|
2027
|
-
"
|
|
1938
|
+
"kind": "field",
|
|
1939
|
+
"name": "zorders",
|
|
2028
1940
|
"type": {
|
|
2029
|
-
"text": "
|
|
1941
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2030
1942
|
},
|
|
2031
|
-
"
|
|
1943
|
+
"privacy": "private"
|
|
2032
1944
|
},
|
|
2033
1945
|
{
|
|
2034
|
-
"
|
|
1946
|
+
"kind": "field",
|
|
1947
|
+
"name": "distributes",
|
|
2035
1948
|
"type": {
|
|
2036
|
-
"text": "
|
|
1949
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2037
1950
|
},
|
|
2038
|
-
"
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"mixins": [
|
|
2042
|
-
{
|
|
2043
|
-
"name": "localize(i18next)",
|
|
2044
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2045
|
-
}
|
|
2046
|
-
],
|
|
2047
|
-
"superclass": {
|
|
2048
|
-
"name": "LitElement",
|
|
2049
|
-
"package": "lit"
|
|
2050
|
-
},
|
|
2051
|
-
"tagName": "ox-board-creation-card",
|
|
2052
|
-
"customElement": true
|
|
2053
|
-
}
|
|
2054
|
-
],
|
|
2055
|
-
"exports": [
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "js",
|
|
2058
|
-
"name": "BoardCreationCard",
|
|
2059
|
-
"declaration": {
|
|
2060
|
-
"name": "BoardCreationCard",
|
|
2061
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "custom-element-definition",
|
|
2066
|
-
"name": "ox-board-creation-card",
|
|
2067
|
-
"declaration": {
|
|
2068
|
-
"name": "BoardCreationCard",
|
|
2069
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
]
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "javascript-module",
|
|
2076
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
2077
|
-
"declarations": [
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "class",
|
|
2080
|
-
"description": "",
|
|
2081
|
-
"name": "BoardSelector",
|
|
2082
|
-
"members": [
|
|
2083
|
-
{
|
|
2084
|
-
"kind": "field",
|
|
2085
|
-
"name": "groups",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"text": "{ id: string; name: string; description: string }[]"
|
|
2088
|
-
},
|
|
2089
|
-
"default": "[]",
|
|
2090
|
-
"attribute": "groups"
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"kind": "field",
|
|
2094
|
-
"name": "boards",
|
|
2095
|
-
"type": {
|
|
2096
|
-
"text": "any[]"
|
|
2097
|
-
},
|
|
2098
|
-
"default": "[]",
|
|
2099
|
-
"attribute": "boards"
|
|
2100
|
-
},
|
|
2101
|
-
{
|
|
2102
|
-
"kind": "field",
|
|
2103
|
-
"name": "group",
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "string | undefined"
|
|
2106
|
-
},
|
|
2107
|
-
"attribute": "group"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "field",
|
|
2111
|
-
"name": "inherited",
|
|
2112
|
-
"type": {
|
|
2113
|
-
"text": "InheritedValueType | undefined"
|
|
2114
|
-
},
|
|
2115
|
-
"attribute": "inherited"
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "field",
|
|
2119
|
-
"name": "creatable",
|
|
2120
|
-
"type": {
|
|
2121
|
-
"text": "boolean"
|
|
2122
|
-
},
|
|
2123
|
-
"default": "false",
|
|
2124
|
-
"attribute": "creatable"
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "field",
|
|
2128
|
-
"name": "value",
|
|
2129
|
-
"type": {
|
|
2130
|
-
"text": "string | undefined"
|
|
2131
|
-
},
|
|
2132
|
-
"attribute": "value"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "field",
|
|
2136
|
-
"name": "_page",
|
|
2137
|
-
"type": {
|
|
2138
|
-
"text": "number"
|
|
2139
|
-
},
|
|
2140
|
-
"privacy": "private",
|
|
2141
|
-
"default": "1"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"kind": "field",
|
|
2145
|
-
"name": "_total",
|
|
2146
|
-
"type": {
|
|
2147
|
-
"text": "number"
|
|
2148
|
-
},
|
|
2149
|
-
"privacy": "private",
|
|
2150
|
-
"default": "0"
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"kind": "field",
|
|
2154
|
-
"name": "scrollTargetEl",
|
|
2155
|
-
"type": {
|
|
2156
|
-
"text": "HTMLElement | null"
|
|
2157
|
-
},
|
|
2158
|
-
"readonly": true
|
|
2159
|
-
},
|
|
1951
|
+
"privacy": "private"
|
|
1952
|
+
},
|
|
2160
1953
|
{
|
|
2161
1954
|
"kind": "method",
|
|
2162
|
-
"name": "
|
|
1955
|
+
"name": "onWheelEvent",
|
|
1956
|
+
"parameters": [
|
|
1957
|
+
{
|
|
1958
|
+
"name": "e",
|
|
1959
|
+
"type": {
|
|
1960
|
+
"text": "Event"
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
]
|
|
2163
1964
|
},
|
|
2164
1965
|
{
|
|
2165
1966
|
"kind": "method",
|
|
2166
|
-
"name": "
|
|
1967
|
+
"name": "getSymbol",
|
|
2167
1968
|
"parameters": [
|
|
2168
1969
|
{
|
|
2169
|
-
"name": "
|
|
1970
|
+
"name": "key",
|
|
2170
1971
|
"type": {
|
|
2171
|
-
"text": "
|
|
1972
|
+
"text": "string"
|
|
2172
1973
|
}
|
|
2173
1974
|
}
|
|
2174
1975
|
]
|
|
2175
1976
|
},
|
|
2176
1977
|
{
|
|
2177
1978
|
"kind": "method",
|
|
2178
|
-
"name": "
|
|
1979
|
+
"name": "getShortcutString",
|
|
1980
|
+
"privacy": "private",
|
|
2179
1981
|
"parameters": [
|
|
2180
1982
|
{
|
|
2181
|
-
"name": "
|
|
1983
|
+
"name": "keys",
|
|
2182
1984
|
"type": {
|
|
2183
|
-
"text": "
|
|
1985
|
+
"text": "string[]"
|
|
2184
1986
|
}
|
|
2185
1987
|
}
|
|
2186
1988
|
]
|
|
2187
1989
|
},
|
|
2188
1990
|
{
|
|
2189
1991
|
"kind": "method",
|
|
2190
|
-
"name": "
|
|
1992
|
+
"name": "onShortcut",
|
|
1993
|
+
"parameters": [
|
|
1994
|
+
{
|
|
1995
|
+
"name": "e",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "KeyboardEvent"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2191
2001
|
},
|
|
2192
2002
|
{
|
|
2193
2003
|
"kind": "method",
|
|
2194
|
-
"name": "
|
|
2004
|
+
"name": "onExecute",
|
|
2005
|
+
"parameters": [
|
|
2006
|
+
{
|
|
2007
|
+
"name": "command",
|
|
2008
|
+
"type": {
|
|
2009
|
+
"text": "string"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "undoable",
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "boolean"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "redoable",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "boolean"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
2195
2025
|
},
|
|
2196
2026
|
{
|
|
2197
2027
|
"kind": "method",
|
|
2198
|
-
"name": "
|
|
2028
|
+
"name": "onUndo",
|
|
2029
|
+
"parameters": [
|
|
2030
|
+
{
|
|
2031
|
+
"name": "undoable",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "boolean"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "redoable",
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "boolean"
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
]
|
|
2199
2043
|
},
|
|
2200
2044
|
{
|
|
2201
2045
|
"kind": "method",
|
|
2202
|
-
"name": "
|
|
2046
|
+
"name": "onRedo",
|
|
2203
2047
|
"parameters": [
|
|
2204
2048
|
{
|
|
2205
|
-
"name": "
|
|
2206
|
-
"
|
|
2049
|
+
"name": "undoable",
|
|
2050
|
+
"type": {
|
|
2051
|
+
"text": "boolean"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "redoable",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "boolean"
|
|
2058
|
+
}
|
|
2207
2059
|
}
|
|
2208
2060
|
]
|
|
2209
2061
|
},
|
|
2210
2062
|
{
|
|
2211
2063
|
"kind": "method",
|
|
2212
|
-
"name": "
|
|
2064
|
+
"name": "onSceneChanged",
|
|
2213
2065
|
"parameters": [
|
|
2214
2066
|
{
|
|
2215
|
-
"name": "
|
|
2067
|
+
"name": "after",
|
|
2068
|
+
"optional": true,
|
|
2216
2069
|
"type": {
|
|
2217
|
-
"text": "
|
|
2070
|
+
"text": "Scene"
|
|
2218
2071
|
}
|
|
2219
2072
|
},
|
|
2220
2073
|
{
|
|
2221
|
-
"name": "
|
|
2074
|
+
"name": "before",
|
|
2075
|
+
"optional": true,
|
|
2222
2076
|
"type": {
|
|
2223
|
-
"text": "
|
|
2077
|
+
"text": "Scene"
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"kind": "method",
|
|
2084
|
+
"name": "onSelectedChanged",
|
|
2085
|
+
"parameters": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "after",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "Component[]"
|
|
2224
2090
|
}
|
|
2225
2091
|
},
|
|
2226
2092
|
{
|
|
2227
|
-
"name": "
|
|
2093
|
+
"name": "before",
|
|
2228
2094
|
"type": {
|
|
2229
|
-
"text": "
|
|
2095
|
+
"text": "Component[]"
|
|
2230
2096
|
}
|
|
2231
2097
|
}
|
|
2232
2098
|
]
|
|
2233
2099
|
},
|
|
2234
2100
|
{
|
|
2235
|
-
"kind": "
|
|
2236
|
-
"name": "
|
|
2237
|
-
|
|
2238
|
-
"text": "number"
|
|
2239
|
-
},
|
|
2240
|
-
"default": "50"
|
|
2241
|
-
}
|
|
2242
|
-
],
|
|
2243
|
-
"events": [
|
|
2244
|
-
{
|
|
2245
|
-
"name": "board-selected",
|
|
2246
|
-
"type": {
|
|
2247
|
-
"text": "CustomEvent"
|
|
2248
|
-
}
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2251
|
-
"attributes": [
|
|
2101
|
+
"kind": "method",
|
|
2102
|
+
"name": "onTapUndo"
|
|
2103
|
+
},
|
|
2252
2104
|
{
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"text": "{ id: string; name: string; description: string }[]"
|
|
2256
|
-
},
|
|
2257
|
-
"default": "[]",
|
|
2258
|
-
"fieldName": "groups"
|
|
2105
|
+
"kind": "method",
|
|
2106
|
+
"name": "onTapRedo"
|
|
2259
2107
|
},
|
|
2260
2108
|
{
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"text": "any[]"
|
|
2264
|
-
},
|
|
2265
|
-
"default": "[]",
|
|
2266
|
-
"fieldName": "boards"
|
|
2109
|
+
"kind": "method",
|
|
2110
|
+
"name": "onTapCut"
|
|
2267
2111
|
},
|
|
2268
2112
|
{
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2271
|
-
"text": "string | undefined"
|
|
2272
|
-
},
|
|
2273
|
-
"fieldName": "group"
|
|
2113
|
+
"kind": "method",
|
|
2114
|
+
"name": "onTapCopy"
|
|
2274
2115
|
},
|
|
2275
2116
|
{
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"text": "InheritedValueType | undefined"
|
|
2279
|
-
},
|
|
2280
|
-
"fieldName": "inherited"
|
|
2117
|
+
"kind": "method",
|
|
2118
|
+
"name": "onTapPaste"
|
|
2281
2119
|
},
|
|
2282
2120
|
{
|
|
2283
|
-
"
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "onTapDelete"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"kind": "method",
|
|
2126
|
+
"name": "onTapSelectAll"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"kind": "method",
|
|
2130
|
+
"name": "onTapFontIncrease",
|
|
2131
|
+
"parameters": [
|
|
2132
|
+
{
|
|
2133
|
+
"name": "e",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "TouchEvent"
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
]
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"kind": "method",
|
|
2142
|
+
"name": "onTapFontDecrease",
|
|
2143
|
+
"parameters": [
|
|
2144
|
+
{
|
|
2145
|
+
"name": "e",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "TouchEvent"
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"kind": "method",
|
|
2154
|
+
"name": "onTapAlign",
|
|
2155
|
+
"parameters": [
|
|
2156
|
+
{
|
|
2157
|
+
"name": "e",
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "TouchEvent | string"
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
]
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"kind": "method",
|
|
2166
|
+
"name": "onTapZorder",
|
|
2167
|
+
"parameters": [
|
|
2168
|
+
{
|
|
2169
|
+
"name": "e",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "TouchEvent | string"
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"kind": "method",
|
|
2178
|
+
"name": "onTapSymmetryX"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"kind": "method",
|
|
2182
|
+
"name": "onTapSymmetryY"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"kind": "method",
|
|
2186
|
+
"name": "onTapRotateCW"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"kind": "method",
|
|
2190
|
+
"name": "onTapRotateCCW"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "method",
|
|
2194
|
+
"name": "onTapGroup"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "method",
|
|
2198
|
+
"name": "onTapUngroup"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "method",
|
|
2202
|
+
"name": "onTapFullscreen"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "method",
|
|
2206
|
+
"name": "onTapToggle"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "method",
|
|
2210
|
+
"name": "onTapFitScene"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"kind": "method",
|
|
2214
|
+
"name": "onTapPreview"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "method",
|
|
2218
|
+
"name": "onTapDownloadModel"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "method",
|
|
2222
|
+
"name": "onTapDistribute",
|
|
2223
|
+
"parameters": [
|
|
2224
|
+
{
|
|
2225
|
+
"name": "e",
|
|
2226
|
+
"type": {
|
|
2227
|
+
"text": "TouchEvent | string"
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
]
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"events": [
|
|
2234
|
+
{
|
|
2235
|
+
"name": "modeller-fullscreen",
|
|
2284
2236
|
"type": {
|
|
2285
|
-
"text": "
|
|
2286
|
-
}
|
|
2287
|
-
"default": "false",
|
|
2288
|
-
"fieldName": "creatable"
|
|
2237
|
+
"text": "CustomEvent"
|
|
2238
|
+
}
|
|
2289
2239
|
},
|
|
2290
2240
|
{
|
|
2291
|
-
"name": "
|
|
2241
|
+
"name": "hide-property-changed",
|
|
2292
2242
|
"type": {
|
|
2293
|
-
"text": "
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2243
|
+
"text": "CustomEvent"
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "open-preview",
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "CustomEvent"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "download-model",
|
|
2254
|
+
"type": {
|
|
2255
|
+
"text": "CustomEvent"
|
|
2256
|
+
}
|
|
2296
2257
|
}
|
|
2297
2258
|
],
|
|
2298
|
-
"
|
|
2259
|
+
"attributes": [
|
|
2299
2260
|
{
|
|
2300
|
-
"name": "
|
|
2301
|
-
"
|
|
2261
|
+
"name": "scene",
|
|
2262
|
+
"type": {
|
|
2263
|
+
"text": "Scene | undefined"
|
|
2264
|
+
},
|
|
2265
|
+
"fieldName": "scene"
|
|
2302
2266
|
},
|
|
2303
2267
|
{
|
|
2304
|
-
"name": "
|
|
2305
|
-
"
|
|
2268
|
+
"name": "selected",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "any[]"
|
|
2271
|
+
},
|
|
2272
|
+
"default": "[]",
|
|
2273
|
+
"fieldName": "selected"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "hideProperty",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "boolean"
|
|
2279
|
+
},
|
|
2280
|
+
"default": "false",
|
|
2281
|
+
"fieldName": "hideProperty"
|
|
2306
2282
|
}
|
|
2307
2283
|
],
|
|
2308
2284
|
"superclass": {
|
|
2309
2285
|
"name": "LitElement",
|
|
2310
2286
|
"package": "lit"
|
|
2311
2287
|
},
|
|
2312
|
-
"tagName": "ox-editor-board-selector",
|
|
2313
2288
|
"customElement": true
|
|
2314
2289
|
}
|
|
2315
2290
|
],
|
|
2316
2291
|
"exports": [
|
|
2317
2292
|
{
|
|
2318
2293
|
"kind": "js",
|
|
2319
|
-
"name": "
|
|
2320
|
-
"declaration": {
|
|
2321
|
-
"name": "BoardSelector",
|
|
2322
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "custom-element-definition",
|
|
2327
|
-
"name": "ox-board-selector",
|
|
2328
|
-
"declaration": {
|
|
2329
|
-
"name": "BoardSelector",
|
|
2330
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
2331
|
-
}
|
|
2332
|
-
}
|
|
2333
|
-
]
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"kind": "javascript-module",
|
|
2337
|
-
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2338
|
-
"declarations": [
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "variable",
|
|
2341
|
-
"name": "style",
|
|
2342
|
-
"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`"
|
|
2343
|
-
}
|
|
2344
|
-
],
|
|
2345
|
-
"exports": [
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "js",
|
|
2348
|
-
"name": "style",
|
|
2294
|
+
"name": "EditToolbar",
|
|
2349
2295
|
"declaration": {
|
|
2350
|
-
"name": "
|
|
2351
|
-
"module": "src/modeller/edit-toolbar
|
|
2296
|
+
"name": "EditToolbar",
|
|
2297
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2352
2298
|
}
|
|
2353
2299
|
}
|
|
2354
2300
|
]
|
|
2355
2301
|
},
|
|
2356
2302
|
{
|
|
2357
2303
|
"kind": "javascript-module",
|
|
2358
|
-
"path": "src/
|
|
2304
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2359
2305
|
"declarations": [
|
|
2360
2306
|
{
|
|
2361
2307
|
"kind": "class",
|
|
2362
2308
|
"description": "",
|
|
2363
|
-
"name": "
|
|
2309
|
+
"name": "BoardCreationPopup",
|
|
2364
2310
|
"members": [
|
|
2365
2311
|
{
|
|
2366
2312
|
"kind": "field",
|
|
2367
|
-
"name": "
|
|
2313
|
+
"name": "defaultGroup",
|
|
2368
2314
|
"type": {
|
|
2369
|
-
"text": "
|
|
2315
|
+
"text": "string | undefined"
|
|
2370
2316
|
},
|
|
2371
|
-
"attribute": "
|
|
2317
|
+
"attribute": "defaultGroup"
|
|
2372
2318
|
},
|
|
2373
2319
|
{
|
|
2374
2320
|
"kind": "field",
|
|
2375
|
-
"name": "
|
|
2321
|
+
"name": "groups",
|
|
2376
2322
|
"type": {
|
|
2377
|
-
"text": "
|
|
2323
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2378
2324
|
},
|
|
2379
|
-
"
|
|
2380
|
-
"attribute": "selected"
|
|
2325
|
+
"attribute": "groups"
|
|
2381
2326
|
},
|
|
2382
2327
|
{
|
|
2383
|
-
"kind": "
|
|
2384
|
-
"name": "
|
|
2328
|
+
"kind": "method",
|
|
2329
|
+
"name": "onClickSubmit"
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"events": [
|
|
2333
|
+
{
|
|
2334
|
+
"name": "create-board",
|
|
2385
2335
|
"type": {
|
|
2386
|
-
"text": "
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2336
|
+
"text": "CustomEvent"
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
],
|
|
2340
|
+
"attributes": [
|
|
2391
2341
|
{
|
|
2392
|
-
"
|
|
2393
|
-
"name": "cliped",
|
|
2342
|
+
"name": "defaultGroup",
|
|
2394
2343
|
"type": {
|
|
2395
2344
|
"text": "string | undefined"
|
|
2396
2345
|
},
|
|
2397
|
-
"
|
|
2346
|
+
"fieldName": "defaultGroup"
|
|
2398
2347
|
},
|
|
2399
2348
|
{
|
|
2400
|
-
"
|
|
2401
|
-
"name": "redo",
|
|
2349
|
+
"name": "groups",
|
|
2402
2350
|
"type": {
|
|
2403
|
-
"text": "
|
|
2351
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2404
2352
|
},
|
|
2405
|
-
"
|
|
2406
|
-
}
|
|
2353
|
+
"fieldName": "groups"
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"mixins": [
|
|
2407
2357
|
{
|
|
2408
|
-
"
|
|
2409
|
-
"
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2358
|
+
"name": "localize(i18next)",
|
|
2359
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2360
|
+
}
|
|
2361
|
+
],
|
|
2362
|
+
"superclass": {
|
|
2363
|
+
"name": "LitElement",
|
|
2364
|
+
"package": "lit"
|
|
2365
|
+
},
|
|
2366
|
+
"tagName": "board-creation-popup",
|
|
2367
|
+
"customElement": true
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"exports": [
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "js",
|
|
2373
|
+
"name": "BoardCreationPopup",
|
|
2374
|
+
"declaration": {
|
|
2375
|
+
"name": "BoardCreationPopup",
|
|
2376
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "custom-element-definition",
|
|
2381
|
+
"name": "board-creation-popup",
|
|
2382
|
+
"declaration": {
|
|
2383
|
+
"name": "BoardCreationPopup",
|
|
2384
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "javascript-module",
|
|
2391
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2392
|
+
"declarations": [
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "class",
|
|
2395
|
+
"description": "",
|
|
2396
|
+
"name": "BoardThumbnailCard",
|
|
2397
|
+
"members": [
|
|
2415
2398
|
{
|
|
2416
2399
|
"kind": "field",
|
|
2417
|
-
"name": "
|
|
2400
|
+
"name": "defaultGroup",
|
|
2418
2401
|
"type": {
|
|
2419
|
-
"text": "
|
|
2402
|
+
"text": "string | undefined"
|
|
2420
2403
|
},
|
|
2421
|
-
"
|
|
2404
|
+
"attribute": "defaultGroup"
|
|
2422
2405
|
},
|
|
2423
2406
|
{
|
|
2424
2407
|
"kind": "field",
|
|
2425
|
-
"name": "
|
|
2408
|
+
"name": "groups",
|
|
2426
2409
|
"type": {
|
|
2427
|
-
"text": "
|
|
2410
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2428
2411
|
},
|
|
2429
|
-
"
|
|
2412
|
+
"attribute": "groups"
|
|
2430
2413
|
},
|
|
2431
2414
|
{
|
|
2432
|
-
"kind": "
|
|
2433
|
-
"name": "
|
|
2434
|
-
"
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2415
|
+
"kind": "method",
|
|
2416
|
+
"name": "onClickFlip",
|
|
2417
|
+
"parameters": [
|
|
2418
|
+
{
|
|
2419
|
+
"name": "e",
|
|
2420
|
+
"type": {
|
|
2421
|
+
"text": "Event"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
]
|
|
2438
2425
|
},
|
|
2439
2426
|
{
|
|
2440
|
-
"kind": "
|
|
2441
|
-
"name": "
|
|
2442
|
-
"
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2427
|
+
"kind": "method",
|
|
2428
|
+
"name": "onClickSubmit",
|
|
2429
|
+
"parameters": [
|
|
2430
|
+
{
|
|
2431
|
+
"name": "e",
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "Event"
|
|
2434
|
+
}
|
|
2435
|
+
}
|
|
2436
|
+
]
|
|
2446
2437
|
},
|
|
2447
2438
|
{
|
|
2448
|
-
"kind": "
|
|
2449
|
-
"name": "
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
"privacy": "private"
|
|
2454
|
-
},
|
|
2439
|
+
"kind": "method",
|
|
2440
|
+
"name": "reset"
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"events": [
|
|
2455
2444
|
{
|
|
2456
|
-
"
|
|
2457
|
-
"name": "forward",
|
|
2445
|
+
"name": "create-board",
|
|
2458
2446
|
"type": {
|
|
2459
|
-
"text": "
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
|
|
2447
|
+
"text": "CustomEvent"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
],
|
|
2451
|
+
"attributes": [
|
|
2463
2452
|
{
|
|
2464
|
-
"
|
|
2465
|
-
"name": "backward",
|
|
2453
|
+
"name": "defaultGroup",
|
|
2466
2454
|
"type": {
|
|
2467
|
-
"text": "
|
|
2455
|
+
"text": "string | undefined"
|
|
2468
2456
|
},
|
|
2469
|
-
"
|
|
2457
|
+
"fieldName": "defaultGroup"
|
|
2470
2458
|
},
|
|
2471
2459
|
{
|
|
2472
|
-
"
|
|
2473
|
-
"name": "front",
|
|
2460
|
+
"name": "groups",
|
|
2474
2461
|
"type": {
|
|
2475
|
-
"text": "
|
|
2462
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2476
2463
|
},
|
|
2477
|
-
"
|
|
2478
|
-
}
|
|
2464
|
+
"fieldName": "groups"
|
|
2465
|
+
}
|
|
2466
|
+
],
|
|
2467
|
+
"mixins": [
|
|
2479
2468
|
{
|
|
2480
|
-
"
|
|
2481
|
-
"
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2469
|
+
"name": "localize(i18next)",
|
|
2470
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
"superclass": {
|
|
2474
|
+
"name": "LitElement",
|
|
2475
|
+
"package": "lit"
|
|
2476
|
+
},
|
|
2477
|
+
"tagName": "board-thumbnail-card",
|
|
2478
|
+
"customElement": true
|
|
2479
|
+
}
|
|
2480
|
+
],
|
|
2481
|
+
"exports": [
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "js",
|
|
2484
|
+
"name": "BoardThumbnailCard",
|
|
2485
|
+
"declaration": {
|
|
2486
|
+
"name": "BoardThumbnailCard",
|
|
2487
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "custom-element-definition",
|
|
2492
|
+
"name": "board-thumbnail-card",
|
|
2493
|
+
"declaration": {
|
|
2494
|
+
"name": "BoardThumbnailCard",
|
|
2495
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"kind": "javascript-module",
|
|
2502
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2503
|
+
"declarations": [
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "class",
|
|
2506
|
+
"description": "",
|
|
2507
|
+
"name": "BoardCreationCard",
|
|
2508
|
+
"members": [
|
|
2487
2509
|
{
|
|
2488
2510
|
"kind": "field",
|
|
2489
|
-
"name": "
|
|
2511
|
+
"name": "defaultGroup",
|
|
2490
2512
|
"type": {
|
|
2491
|
-
"text": "
|
|
2513
|
+
"text": "string | undefined"
|
|
2492
2514
|
},
|
|
2493
|
-
"
|
|
2515
|
+
"attribute": "defaultGroup"
|
|
2494
2516
|
},
|
|
2495
2517
|
{
|
|
2496
2518
|
"kind": "field",
|
|
2497
|
-
"name": "
|
|
2519
|
+
"name": "groups",
|
|
2498
2520
|
"type": {
|
|
2499
|
-
"text": "
|
|
2521
|
+
"text": "any"
|
|
2500
2522
|
},
|
|
2501
|
-
"
|
|
2523
|
+
"attribute": "groups"
|
|
2502
2524
|
},
|
|
2503
2525
|
{
|
|
2504
2526
|
"kind": "field",
|
|
2505
|
-
"name": "
|
|
2527
|
+
"name": "popup",
|
|
2506
2528
|
"type": {
|
|
2507
|
-
"text": "
|
|
2529
|
+
"text": "any"
|
|
2508
2530
|
},
|
|
2509
2531
|
"privacy": "private"
|
|
2510
2532
|
},
|
|
2511
2533
|
{
|
|
2512
2534
|
"kind": "method",
|
|
2513
|
-
"name": "
|
|
2514
|
-
"parameters": [
|
|
2515
|
-
{
|
|
2516
|
-
"name": "e",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "Event"
|
|
2519
|
-
}
|
|
2520
|
-
}
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"kind": "method",
|
|
2525
|
-
"name": "getSymbol",
|
|
2526
|
-
"parameters": [
|
|
2527
|
-
{
|
|
2528
|
-
"name": "key",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "string"
|
|
2531
|
-
}
|
|
2532
|
-
}
|
|
2533
|
-
]
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"kind": "method",
|
|
2537
|
-
"name": "getShortcutString",
|
|
2538
|
-
"privacy": "private",
|
|
2539
|
-
"parameters": [
|
|
2540
|
-
{
|
|
2541
|
-
"name": "keys",
|
|
2542
|
-
"type": {
|
|
2543
|
-
"text": "string[]"
|
|
2544
|
-
}
|
|
2545
|
-
}
|
|
2546
|
-
]
|
|
2535
|
+
"name": "onClick"
|
|
2547
2536
|
},
|
|
2548
2537
|
{
|
|
2549
2538
|
"kind": "method",
|
|
2550
|
-
"name": "
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
"type": {
|
|
2555
|
-
"text": "KeyboardEvent"
|
|
2556
|
-
}
|
|
2557
|
-
}
|
|
2558
|
-
]
|
|
2559
|
-
},
|
|
2539
|
+
"name": "reset"
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"events": [
|
|
2560
2543
|
{
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "undoable",
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "boolean"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "redoable",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"text": "boolean"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2544
|
+
"name": "create-board",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "CustomEvent"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
"attributes": [
|
|
2584
2551
|
{
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
"type": {
|
|
2591
|
-
"text": "boolean"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "redoable",
|
|
2596
|
-
"type": {
|
|
2597
|
-
"text": "boolean"
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
]
|
|
2552
|
+
"name": "defaultGroup",
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "string | undefined"
|
|
2555
|
+
},
|
|
2556
|
+
"fieldName": "defaultGroup"
|
|
2601
2557
|
},
|
|
2602
2558
|
{
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"name": "redoable",
|
|
2614
|
-
"type": {
|
|
2615
|
-
"text": "boolean"
|
|
2616
|
-
}
|
|
2617
|
-
}
|
|
2618
|
-
]
|
|
2619
|
-
},
|
|
2559
|
+
"name": "groups",
|
|
2560
|
+
"type": {
|
|
2561
|
+
"text": "any"
|
|
2562
|
+
},
|
|
2563
|
+
"fieldName": "groups"
|
|
2564
|
+
}
|
|
2565
|
+
],
|
|
2566
|
+
"mixins": [
|
|
2620
2567
|
{
|
|
2621
|
-
"
|
|
2622
|
-
"
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2568
|
+
"name": "localize(i18next)",
|
|
2569
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"superclass": {
|
|
2573
|
+
"name": "LitElement",
|
|
2574
|
+
"package": "lit"
|
|
2575
|
+
},
|
|
2576
|
+
"tagName": "ox-board-creation-card",
|
|
2577
|
+
"customElement": true
|
|
2578
|
+
}
|
|
2579
|
+
],
|
|
2580
|
+
"exports": [
|
|
2581
|
+
{
|
|
2582
|
+
"kind": "js",
|
|
2583
|
+
"name": "BoardCreationCard",
|
|
2584
|
+
"declaration": {
|
|
2585
|
+
"name": "BoardCreationCard",
|
|
2586
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "custom-element-definition",
|
|
2591
|
+
"name": "ox-board-creation-card",
|
|
2592
|
+
"declaration": {
|
|
2593
|
+
"name": "BoardCreationCard",
|
|
2594
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "javascript-module",
|
|
2601
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
2602
|
+
"declarations": [
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "class",
|
|
2605
|
+
"description": "",
|
|
2606
|
+
"name": "BoardSelector",
|
|
2607
|
+
"members": [
|
|
2640
2608
|
{
|
|
2641
|
-
"kind": "
|
|
2642
|
-
"name": "
|
|
2643
|
-
"
|
|
2644
|
-
{
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"name": "before",
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "Component[]"
|
|
2654
|
-
}
|
|
2655
|
-
}
|
|
2656
|
-
]
|
|
2609
|
+
"kind": "field",
|
|
2610
|
+
"name": "groups",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2613
|
+
},
|
|
2614
|
+
"default": "[]",
|
|
2615
|
+
"attribute": "groups"
|
|
2657
2616
|
},
|
|
2658
2617
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2618
|
+
"kind": "field",
|
|
2619
|
+
"name": "boards",
|
|
2620
|
+
"type": {
|
|
2621
|
+
"text": "any[]"
|
|
2622
|
+
},
|
|
2623
|
+
"default": "[]",
|
|
2624
|
+
"attribute": "boards"
|
|
2661
2625
|
},
|
|
2662
2626
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2627
|
+
"kind": "field",
|
|
2628
|
+
"name": "group",
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "string | undefined"
|
|
2631
|
+
},
|
|
2632
|
+
"attribute": "group"
|
|
2665
2633
|
},
|
|
2666
2634
|
{
|
|
2667
|
-
"kind": "
|
|
2668
|
-
"name": "
|
|
2635
|
+
"kind": "field",
|
|
2636
|
+
"name": "inherited",
|
|
2637
|
+
"type": {
|
|
2638
|
+
"text": "InheritedValueType | undefined"
|
|
2639
|
+
},
|
|
2640
|
+
"attribute": "inherited"
|
|
2669
2641
|
},
|
|
2670
2642
|
{
|
|
2671
|
-
"kind": "
|
|
2672
|
-
"name": "
|
|
2643
|
+
"kind": "field",
|
|
2644
|
+
"name": "creatable",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "boolean"
|
|
2647
|
+
},
|
|
2648
|
+
"default": "false",
|
|
2649
|
+
"attribute": "creatable"
|
|
2673
2650
|
},
|
|
2674
2651
|
{
|
|
2675
|
-
"kind": "
|
|
2676
|
-
"name": "
|
|
2652
|
+
"kind": "field",
|
|
2653
|
+
"name": "value",
|
|
2654
|
+
"type": {
|
|
2655
|
+
"text": "string | undefined"
|
|
2656
|
+
},
|
|
2657
|
+
"attribute": "value"
|
|
2677
2658
|
},
|
|
2678
2659
|
{
|
|
2679
|
-
"kind": "
|
|
2680
|
-
"name": "
|
|
2660
|
+
"kind": "field",
|
|
2661
|
+
"name": "_page",
|
|
2662
|
+
"type": {
|
|
2663
|
+
"text": "number"
|
|
2664
|
+
},
|
|
2665
|
+
"privacy": "private",
|
|
2666
|
+
"default": "1"
|
|
2681
2667
|
},
|
|
2682
2668
|
{
|
|
2683
|
-
"kind": "
|
|
2684
|
-
"name": "
|
|
2669
|
+
"kind": "field",
|
|
2670
|
+
"name": "_total",
|
|
2671
|
+
"type": {
|
|
2672
|
+
"text": "number"
|
|
2673
|
+
},
|
|
2674
|
+
"privacy": "private",
|
|
2675
|
+
"default": "0"
|
|
2685
2676
|
},
|
|
2686
2677
|
{
|
|
2687
|
-
"kind": "
|
|
2688
|
-
"name": "
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
"text": "TouchEvent"
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2696
|
-
]
|
|
2678
|
+
"kind": "field",
|
|
2679
|
+
"name": "scrollTargetEl",
|
|
2680
|
+
"type": {
|
|
2681
|
+
"text": "HTMLElement | null"
|
|
2682
|
+
},
|
|
2683
|
+
"readonly": true
|
|
2697
2684
|
},
|
|
2698
2685
|
{
|
|
2699
2686
|
"kind": "method",
|
|
2700
|
-
"name": "
|
|
2701
|
-
"parameters": [
|
|
2702
|
-
{
|
|
2703
|
-
"name": "e",
|
|
2704
|
-
"type": {
|
|
2705
|
-
"text": "TouchEvent"
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
|
-
]
|
|
2687
|
+
"name": "scrollAction"
|
|
2709
2688
|
},
|
|
2710
2689
|
{
|
|
2711
2690
|
"kind": "method",
|
|
2712
|
-
"name": "
|
|
2691
|
+
"name": "onClickSelect",
|
|
2713
2692
|
"parameters": [
|
|
2714
2693
|
{
|
|
2715
|
-
"name": "
|
|
2694
|
+
"name": "board",
|
|
2716
2695
|
"type": {
|
|
2717
|
-
"text": "
|
|
2696
|
+
"text": "any"
|
|
2718
2697
|
}
|
|
2719
2698
|
}
|
|
2720
2699
|
]
|
|
2721
2700
|
},
|
|
2722
2701
|
{
|
|
2723
2702
|
"kind": "method",
|
|
2724
|
-
"name": "
|
|
2703
|
+
"name": "onCreateBoard",
|
|
2725
2704
|
"parameters": [
|
|
2726
2705
|
{
|
|
2727
2706
|
"name": "e",
|
|
2728
2707
|
"type": {
|
|
2729
|
-
"text": "
|
|
2708
|
+
"text": "CustomEvent"
|
|
2730
2709
|
}
|
|
2731
2710
|
}
|
|
2732
2711
|
]
|
|
2733
2712
|
},
|
|
2734
2713
|
{
|
|
2735
2714
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "method",
|
|
2740
|
-
"name": "onTapSymmetryY"
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "method",
|
|
2744
|
-
"name": "onTapRotateCW"
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "method",
|
|
2748
|
-
"name": "onTapRotateCCW"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "method",
|
|
2752
|
-
"name": "onTapGroup"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"kind": "method",
|
|
2756
|
-
"name": "onTapUngroup"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "method",
|
|
2760
|
-
"name": "onTapFullscreen"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "method",
|
|
2764
|
-
"name": "onTapToggle"
|
|
2715
|
+
"name": "refreshGroups"
|
|
2765
2716
|
},
|
|
2766
2717
|
{
|
|
2767
2718
|
"kind": "method",
|
|
2768
|
-
"name": "
|
|
2719
|
+
"name": "refreshBoards"
|
|
2769
2720
|
},
|
|
2770
2721
|
{
|
|
2771
2722
|
"kind": "method",
|
|
2772
|
-
"name": "
|
|
2723
|
+
"name": "appendBoards"
|
|
2773
2724
|
},
|
|
2774
2725
|
{
|
|
2775
2726
|
"kind": "method",
|
|
2776
|
-
"name": "
|
|
2727
|
+
"name": "getBoards",
|
|
2728
|
+
"parameters": [
|
|
2729
|
+
{
|
|
2730
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2731
|
+
"default": "{}"
|
|
2732
|
+
}
|
|
2733
|
+
]
|
|
2777
2734
|
},
|
|
2778
2735
|
{
|
|
2779
2736
|
"kind": "method",
|
|
2780
|
-
"name": "
|
|
2737
|
+
"name": "createBoard",
|
|
2781
2738
|
"parameters": [
|
|
2782
2739
|
{
|
|
2783
|
-
"name": "
|
|
2740
|
+
"name": "name",
|
|
2784
2741
|
"type": {
|
|
2785
|
-
"text": "
|
|
2742
|
+
"text": "string"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "description",
|
|
2747
|
+
"type": {
|
|
2748
|
+
"text": "string"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "groupId",
|
|
2753
|
+
"type": {
|
|
2754
|
+
"text": "string"
|
|
2786
2755
|
}
|
|
2787
2756
|
}
|
|
2788
2757
|
]
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "field",
|
|
2761
|
+
"name": "limit",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "number"
|
|
2764
|
+
},
|
|
2765
|
+
"default": "50"
|
|
2789
2766
|
}
|
|
2790
2767
|
],
|
|
2791
2768
|
"events": [
|
|
2792
2769
|
{
|
|
2793
|
-
"name": "
|
|
2770
|
+
"name": "board-selected",
|
|
2794
2771
|
"type": {
|
|
2795
2772
|
"text": "CustomEvent"
|
|
2796
2773
|
}
|
|
2797
|
-
}
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
"attributes": [
|
|
2798
2777
|
{
|
|
2799
|
-
"name": "
|
|
2778
|
+
"name": "groups",
|
|
2800
2779
|
"type": {
|
|
2801
|
-
"text": "
|
|
2802
|
-
}
|
|
2780
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2781
|
+
},
|
|
2782
|
+
"default": "[]",
|
|
2783
|
+
"fieldName": "groups"
|
|
2803
2784
|
},
|
|
2804
2785
|
{
|
|
2805
|
-
"name": "
|
|
2786
|
+
"name": "boards",
|
|
2806
2787
|
"type": {
|
|
2807
|
-
"text": "
|
|
2808
|
-
}
|
|
2788
|
+
"text": "any[]"
|
|
2789
|
+
},
|
|
2790
|
+
"default": "[]",
|
|
2791
|
+
"fieldName": "boards"
|
|
2809
2792
|
},
|
|
2810
2793
|
{
|
|
2811
|
-
"name": "
|
|
2794
|
+
"name": "group",
|
|
2812
2795
|
"type": {
|
|
2813
|
-
"text": "
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
"attributes": [
|
|
2796
|
+
"text": "string | undefined"
|
|
2797
|
+
},
|
|
2798
|
+
"fieldName": "group"
|
|
2799
|
+
},
|
|
2818
2800
|
{
|
|
2819
|
-
"name": "
|
|
2801
|
+
"name": "inherited",
|
|
2820
2802
|
"type": {
|
|
2821
|
-
"text": "
|
|
2803
|
+
"text": "InheritedValueType | undefined"
|
|
2822
2804
|
},
|
|
2823
|
-
"fieldName": "
|
|
2805
|
+
"fieldName": "inherited"
|
|
2824
2806
|
},
|
|
2825
2807
|
{
|
|
2826
|
-
"name": "
|
|
2808
|
+
"name": "creatable",
|
|
2827
2809
|
"type": {
|
|
2828
|
-
"text": "
|
|
2810
|
+
"text": "boolean"
|
|
2829
2811
|
},
|
|
2830
|
-
"default": "
|
|
2831
|
-
"fieldName": "
|
|
2812
|
+
"default": "false",
|
|
2813
|
+
"fieldName": "creatable"
|
|
2832
2814
|
},
|
|
2833
2815
|
{
|
|
2834
|
-
"name": "
|
|
2816
|
+
"name": "value",
|
|
2835
2817
|
"type": {
|
|
2836
|
-
"text": "
|
|
2818
|
+
"text": "string | undefined"
|
|
2837
2819
|
},
|
|
2838
|
-
"
|
|
2839
|
-
|
|
2820
|
+
"fieldName": "value"
|
|
2821
|
+
}
|
|
2822
|
+
],
|
|
2823
|
+
"mixins": [
|
|
2824
|
+
{
|
|
2825
|
+
"name": "InfiniteScrollable",
|
|
2826
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"name": "localize(i18next)",
|
|
2830
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2840
2831
|
}
|
|
2841
2832
|
],
|
|
2842
2833
|
"superclass": {
|
|
2843
2834
|
"name": "LitElement",
|
|
2844
2835
|
"package": "lit"
|
|
2845
2836
|
},
|
|
2837
|
+
"tagName": "ox-editor-board-selector",
|
|
2846
2838
|
"customElement": true
|
|
2847
2839
|
}
|
|
2848
2840
|
],
|
|
2849
2841
|
"exports": [
|
|
2850
2842
|
{
|
|
2851
2843
|
"kind": "js",
|
|
2852
|
-
"name": "
|
|
2844
|
+
"name": "BoardSelector",
|
|
2853
2845
|
"declaration": {
|
|
2854
|
-
"name": "
|
|
2855
|
-
"module": "src/
|
|
2846
|
+
"name": "BoardSelector",
|
|
2847
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "custom-element-definition",
|
|
2852
|
+
"name": "ox-board-selector",
|
|
2853
|
+
"declaration": {
|
|
2854
|
+
"name": "BoardSelector",
|
|
2855
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
]
|
|
@@ -4936,243 +4936,237 @@
|
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
4938
|
"kind": "javascript-module",
|
|
4939
|
-
"path": "src/modeller/property-sidebar/
|
|
4940
|
-
"declarations": [
|
|
4941
|
-
{
|
|
4942
|
-
"kind": "variable",
|
|
4943
|
-
"name": "BoxPaddingEditorStyles",
|
|
4944
|
-
"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`"
|
|
4945
|
-
}
|
|
4946
|
-
],
|
|
4947
|
-
"exports": [
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "js",
|
|
4950
|
-
"name": "BoxPaddingEditorStyles",
|
|
4951
|
-
"declaration": {
|
|
4952
|
-
"name": "BoxPaddingEditorStyles",
|
|
4953
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
4954
|
-
}
|
|
4955
|
-
}
|
|
4956
|
-
]
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"kind": "javascript-module",
|
|
4960
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
4939
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4961
4940
|
"declarations": [
|
|
4962
4941
|
{
|
|
4963
4942
|
"kind": "class",
|
|
4964
4943
|
"description": "",
|
|
4965
|
-
"name": "
|
|
4944
|
+
"name": "SceneInspector",
|
|
4966
4945
|
"members": [
|
|
4967
4946
|
{
|
|
4968
4947
|
"kind": "field",
|
|
4969
|
-
"name": "
|
|
4948
|
+
"name": "scene",
|
|
4970
4949
|
"type": {
|
|
4971
|
-
"text": "
|
|
4950
|
+
"text": "Scene | undefined"
|
|
4972
4951
|
},
|
|
4973
|
-
"attribute": "
|
|
4952
|
+
"attribute": "scene"
|
|
4974
4953
|
},
|
|
4975
4954
|
{
|
|
4976
4955
|
"kind": "field",
|
|
4977
|
-
"name": "
|
|
4956
|
+
"name": "searchText",
|
|
4978
4957
|
"type": {
|
|
4979
|
-
"text": "
|
|
4958
|
+
"text": "string"
|
|
4980
4959
|
},
|
|
4981
|
-
"
|
|
4982
|
-
"
|
|
4960
|
+
"privacy": "private",
|
|
4961
|
+
"default": "''"
|
|
4983
4962
|
},
|
|
4984
4963
|
{
|
|
4985
4964
|
"kind": "field",
|
|
4986
|
-
"name": "
|
|
4965
|
+
"name": "_extendedMap",
|
|
4987
4966
|
"type": {
|
|
4988
|
-
"text": "
|
|
4967
|
+
"text": "any"
|
|
4989
4968
|
},
|
|
4990
|
-
"
|
|
4991
|
-
|
|
4969
|
+
"privacy": "private"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "field",
|
|
4973
|
+
"name": "show",
|
|
4974
|
+
"type": {
|
|
4975
|
+
"text": "boolean"
|
|
4976
|
+
},
|
|
4977
|
+
"privacy": "private",
|
|
4978
|
+
"default": "false"
|
|
4992
4979
|
},
|
|
4993
4980
|
{
|
|
4994
4981
|
"kind": "method",
|
|
4995
|
-
"name": "
|
|
4982
|
+
"name": "disconnectScene",
|
|
4996
4983
|
"parameters": [
|
|
4997
4984
|
{
|
|
4998
|
-
"name": "
|
|
4985
|
+
"name": "scene",
|
|
4986
|
+
"optional": true,
|
|
4999
4987
|
"type": {
|
|
5000
|
-
"text": "
|
|
4988
|
+
"text": "Scene"
|
|
5001
4989
|
}
|
|
5002
4990
|
}
|
|
5003
|
-
]
|
|
5004
|
-
"inheritedFrom": {
|
|
5005
|
-
"name": "AbstractProperty",
|
|
5006
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5007
|
-
}
|
|
4991
|
+
]
|
|
5008
4992
|
},
|
|
5009
4993
|
{
|
|
5010
4994
|
"kind": "method",
|
|
5011
|
-
"name": "
|
|
4995
|
+
"name": "refresh"
|
|
4996
|
+
},
|
|
4997
|
+
{
|
|
4998
|
+
"kind": "field",
|
|
4999
|
+
"name": "sortableConfig",
|
|
5000
|
+
"type": {
|
|
5001
|
+
"text": "Sortable.Options"
|
|
5002
|
+
},
|
|
5003
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "method",
|
|
5007
|
+
"name": "onSort",
|
|
5012
5008
|
"parameters": [
|
|
5013
5009
|
{
|
|
5014
|
-
"name": "
|
|
5010
|
+
"name": "e",
|
|
5015
5011
|
"type": {
|
|
5016
|
-
"text": "
|
|
5012
|
+
"text": "Sortable.SortableEvent"
|
|
5017
5013
|
}
|
|
5018
5014
|
}
|
|
5019
5015
|
]
|
|
5020
5016
|
},
|
|
5021
5017
|
{
|
|
5022
5018
|
"kind": "method",
|
|
5023
|
-
"name": "
|
|
5019
|
+
"name": "_onclick",
|
|
5024
5020
|
"parameters": [
|
|
5025
5021
|
{
|
|
5026
|
-
"name": "
|
|
5022
|
+
"name": "e",
|
|
5027
5023
|
"type": {
|
|
5028
|
-
"text": "
|
|
5024
|
+
"text": "MouseEvent"
|
|
5029
5025
|
}
|
|
5030
5026
|
}
|
|
5031
5027
|
]
|
|
5032
5028
|
},
|
|
5033
5029
|
{
|
|
5034
5030
|
"kind": "method",
|
|
5035
|
-
"name": "
|
|
5031
|
+
"name": "_ondblclick",
|
|
5036
5032
|
"parameters": [
|
|
5037
5033
|
{
|
|
5038
|
-
"name": "
|
|
5034
|
+
"name": "e",
|
|
5039
5035
|
"type": {
|
|
5040
|
-
"text": "
|
|
5036
|
+
"text": "MouseEvent"
|
|
5041
5037
|
}
|
|
5042
5038
|
}
|
|
5043
5039
|
]
|
|
5044
5040
|
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "field",
|
|
5043
|
+
"name": "extendedMap",
|
|
5044
|
+
"readonly": true
|
|
5045
|
+
},
|
|
5045
5046
|
{
|
|
5046
5047
|
"kind": "method",
|
|
5047
|
-
"name": "
|
|
5048
|
+
"name": "getNodeHandleClass",
|
|
5048
5049
|
"parameters": [
|
|
5049
5050
|
{
|
|
5050
|
-
"name": "
|
|
5051
|
+
"name": "component",
|
|
5051
5052
|
"type": {
|
|
5052
|
-
"text": "Component
|
|
5053
|
+
"text": "Component"
|
|
5053
5054
|
}
|
|
5054
5055
|
}
|
|
5055
5056
|
]
|
|
5056
5057
|
},
|
|
5057
5058
|
{
|
|
5058
5059
|
"kind": "method",
|
|
5059
|
-
"name": "
|
|
5060
|
+
"name": "isExtended",
|
|
5060
5061
|
"parameters": [
|
|
5061
5062
|
{
|
|
5062
|
-
"name": "
|
|
5063
|
+
"name": "component",
|
|
5063
5064
|
"type": {
|
|
5064
|
-
"text": "Component
|
|
5065
|
+
"text": "Component"
|
|
5065
5066
|
}
|
|
5066
5067
|
}
|
|
5067
5068
|
]
|
|
5068
5069
|
},
|
|
5069
5070
|
{
|
|
5070
5071
|
"kind": "method",
|
|
5071
|
-
"name": "
|
|
5072
|
+
"name": "toggleExtended",
|
|
5072
5073
|
"parameters": [
|
|
5073
5074
|
{
|
|
5074
|
-
"name": "
|
|
5075
|
+
"name": "component",
|
|
5075
5076
|
"type": {
|
|
5076
|
-
"text": "Component
|
|
5077
|
+
"text": "Component"
|
|
5077
5078
|
}
|
|
5078
5079
|
}
|
|
5079
5080
|
]
|
|
5080
5081
|
},
|
|
5081
5082
|
{
|
|
5082
5083
|
"kind": "method",
|
|
5083
|
-
"name": "
|
|
5084
|
+
"name": "toggleHidden",
|
|
5084
5085
|
"parameters": [
|
|
5085
5086
|
{
|
|
5086
|
-
"name": "
|
|
5087
|
+
"name": "component",
|
|
5087
5088
|
"type": {
|
|
5088
|
-
"text": "
|
|
5089
|
+
"text": "Component"
|
|
5089
5090
|
}
|
|
5090
5091
|
}
|
|
5091
|
-
]
|
|
5092
|
-
"inheritedFrom": {
|
|
5093
|
-
"name": "AbstractProperty",
|
|
5094
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5095
|
-
}
|
|
5092
|
+
]
|
|
5096
5093
|
},
|
|
5097
5094
|
{
|
|
5098
5095
|
"kind": "method",
|
|
5099
|
-
"name": "
|
|
5096
|
+
"name": "selectComponent",
|
|
5100
5097
|
"parameters": [
|
|
5101
5098
|
{
|
|
5102
|
-
"name": "
|
|
5103
|
-
"type": {
|
|
5104
|
-
"text": "string"
|
|
5105
|
-
}
|
|
5106
|
-
},
|
|
5107
|
-
{
|
|
5108
|
-
"name": "value",
|
|
5099
|
+
"name": "component",
|
|
5109
5100
|
"type": {
|
|
5110
|
-
"text": "
|
|
5101
|
+
"text": "Component"
|
|
5111
5102
|
}
|
|
5112
5103
|
}
|
|
5113
|
-
]
|
|
5114
|
-
"inheritedFrom": {
|
|
5115
|
-
"name": "AbstractProperty",
|
|
5116
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5117
|
-
}
|
|
5118
|
-
}
|
|
5119
|
-
],
|
|
5120
|
-
"events": [
|
|
5121
|
-
{
|
|
5122
|
-
"name": "bounds-change",
|
|
5123
|
-
"type": {
|
|
5124
|
-
"text": "CustomEvent"
|
|
5125
|
-
}
|
|
5104
|
+
]
|
|
5126
5105
|
},
|
|
5127
5106
|
{
|
|
5128
|
-
"
|
|
5129
|
-
"
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5135
|
-
}
|
|
5136
|
-
}
|
|
5137
|
-
],
|
|
5138
|
-
"attributes": [
|
|
5139
|
-
{
|
|
5140
|
-
"name": "value",
|
|
5141
|
-
"type": {
|
|
5142
|
-
"text": "Properties | undefined"
|
|
5107
|
+
"kind": "method",
|
|
5108
|
+
"name": "shouldBeShown",
|
|
5109
|
+
"return": {
|
|
5110
|
+
"type": {
|
|
5111
|
+
"text": "boolean"
|
|
5112
|
+
}
|
|
5143
5113
|
},
|
|
5144
|
-
"
|
|
5114
|
+
"parameters": [
|
|
5115
|
+
{
|
|
5116
|
+
"name": "component",
|
|
5117
|
+
"type": {
|
|
5118
|
+
"text": "Component"
|
|
5119
|
+
}
|
|
5120
|
+
}
|
|
5121
|
+
]
|
|
5145
5122
|
},
|
|
5146
5123
|
{
|
|
5147
|
-
"
|
|
5148
|
-
"
|
|
5149
|
-
|
|
5124
|
+
"kind": "method",
|
|
5125
|
+
"name": "renderComponent",
|
|
5126
|
+
"return": {
|
|
5127
|
+
"type": {
|
|
5128
|
+
"text": "TemplateResult"
|
|
5129
|
+
}
|
|
5150
5130
|
},
|
|
5151
|
-
"
|
|
5152
|
-
|
|
5153
|
-
|
|
5131
|
+
"parameters": [
|
|
5132
|
+
{
|
|
5133
|
+
"name": "component",
|
|
5134
|
+
"type": {
|
|
5135
|
+
"text": "Component"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"name": "depth",
|
|
5140
|
+
"type": {
|
|
5141
|
+
"text": "number"
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
]
|
|
5145
|
+
}
|
|
5146
|
+
],
|
|
5147
|
+
"attributes": [
|
|
5154
5148
|
{
|
|
5155
|
-
"name": "
|
|
5149
|
+
"name": "scene",
|
|
5156
5150
|
"type": {
|
|
5157
|
-
"text": "
|
|
5151
|
+
"text": "Scene | undefined"
|
|
5158
5152
|
},
|
|
5159
|
-
"
|
|
5160
|
-
"fieldName": "selected"
|
|
5153
|
+
"fieldName": "scene"
|
|
5161
5154
|
}
|
|
5162
5155
|
],
|
|
5163
5156
|
"superclass": {
|
|
5164
|
-
"name": "
|
|
5165
|
-
"
|
|
5166
|
-
}
|
|
5157
|
+
"name": "LitElement",
|
|
5158
|
+
"package": "lit"
|
|
5159
|
+
},
|
|
5160
|
+
"customElement": true
|
|
5167
5161
|
}
|
|
5168
5162
|
],
|
|
5169
5163
|
"exports": [
|
|
5170
5164
|
{
|
|
5171
5165
|
"kind": "js",
|
|
5172
|
-
"name": "
|
|
5166
|
+
"name": "SceneInspector",
|
|
5173
5167
|
"declaration": {
|
|
5174
|
-
"name": "
|
|
5175
|
-
"module": "src/modeller/property-sidebar/
|
|
5168
|
+
"name": "SceneInspector",
|
|
5169
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5176
5170
|
}
|
|
5177
5171
|
}
|
|
5178
5172
|
]
|
|
@@ -5756,237 +5750,243 @@
|
|
|
5756
5750
|
},
|
|
5757
5751
|
{
|
|
5758
5752
|
"kind": "javascript-module",
|
|
5759
|
-
"path": "src/modeller/property-sidebar/
|
|
5753
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5754
|
+
"declarations": [
|
|
5755
|
+
{
|
|
5756
|
+
"kind": "variable",
|
|
5757
|
+
"name": "BoxPaddingEditorStyles",
|
|
5758
|
+
"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`"
|
|
5759
|
+
}
|
|
5760
|
+
],
|
|
5761
|
+
"exports": [
|
|
5762
|
+
{
|
|
5763
|
+
"kind": "js",
|
|
5764
|
+
"name": "BoxPaddingEditorStyles",
|
|
5765
|
+
"declaration": {
|
|
5766
|
+
"name": "BoxPaddingEditorStyles",
|
|
5767
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5768
|
+
}
|
|
5769
|
+
}
|
|
5770
|
+
]
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "javascript-module",
|
|
5774
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5760
5775
|
"declarations": [
|
|
5761
5776
|
{
|
|
5762
5777
|
"kind": "class",
|
|
5763
5778
|
"description": "",
|
|
5764
|
-
"name": "
|
|
5779
|
+
"name": "PropertyShapes",
|
|
5765
5780
|
"members": [
|
|
5766
5781
|
{
|
|
5767
5782
|
"kind": "field",
|
|
5768
|
-
"name": "
|
|
5769
|
-
"type": {
|
|
5770
|
-
"text": "Scene | undefined"
|
|
5771
|
-
},
|
|
5772
|
-
"attribute": "scene"
|
|
5773
|
-
},
|
|
5774
|
-
{
|
|
5775
|
-
"kind": "field",
|
|
5776
|
-
"name": "searchText",
|
|
5783
|
+
"name": "value",
|
|
5777
5784
|
"type": {
|
|
5778
|
-
"text": "
|
|
5785
|
+
"text": "Properties | undefined"
|
|
5779
5786
|
},
|
|
5780
|
-
"
|
|
5781
|
-
"default": "''"
|
|
5787
|
+
"attribute": "value"
|
|
5782
5788
|
},
|
|
5783
5789
|
{
|
|
5784
5790
|
"kind": "field",
|
|
5785
|
-
"name": "
|
|
5791
|
+
"name": "bounds",
|
|
5786
5792
|
"type": {
|
|
5787
|
-
"text": "
|
|
5793
|
+
"text": "BOUNDS | null"
|
|
5788
5794
|
},
|
|
5789
|
-
"
|
|
5795
|
+
"default": "null",
|
|
5796
|
+
"attribute": "bounds"
|
|
5790
5797
|
},
|
|
5791
5798
|
{
|
|
5792
5799
|
"kind": "field",
|
|
5793
|
-
"name": "
|
|
5800
|
+
"name": "selected",
|
|
5794
5801
|
"type": {
|
|
5795
|
-
"text": "
|
|
5802
|
+
"text": "Component[]"
|
|
5796
5803
|
},
|
|
5797
|
-
"
|
|
5798
|
-
"
|
|
5804
|
+
"default": "[]",
|
|
5805
|
+
"attribute": "selected"
|
|
5799
5806
|
},
|
|
5800
5807
|
{
|
|
5801
5808
|
"kind": "method",
|
|
5802
|
-
"name": "
|
|
5809
|
+
"name": "_onValueChange",
|
|
5803
5810
|
"parameters": [
|
|
5804
5811
|
{
|
|
5805
|
-
"name": "
|
|
5806
|
-
"optional": true,
|
|
5812
|
+
"name": "e",
|
|
5807
5813
|
"type": {
|
|
5808
|
-
"text": "
|
|
5814
|
+
"text": "Event"
|
|
5809
5815
|
}
|
|
5810
5816
|
}
|
|
5811
|
-
]
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5816
|
-
},
|
|
5817
|
-
{
|
|
5818
|
-
"kind": "field",
|
|
5819
|
-
"name": "sortableConfig",
|
|
5820
|
-
"type": {
|
|
5821
|
-
"text": "Sortable.Options"
|
|
5822
|
-
},
|
|
5823
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5817
|
+
],
|
|
5818
|
+
"inheritedFrom": {
|
|
5819
|
+
"name": "AbstractProperty",
|
|
5820
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5821
|
+
}
|
|
5824
5822
|
},
|
|
5825
5823
|
{
|
|
5826
5824
|
"kind": "method",
|
|
5827
|
-
"name": "
|
|
5825
|
+
"name": "_hasTextProperty",
|
|
5828
5826
|
"parameters": [
|
|
5829
5827
|
{
|
|
5830
|
-
"name": "
|
|
5828
|
+
"name": "selected",
|
|
5831
5829
|
"type": {
|
|
5832
|
-
"text": "
|
|
5830
|
+
"text": "Component[]"
|
|
5833
5831
|
}
|
|
5834
5832
|
}
|
|
5835
5833
|
]
|
|
5836
5834
|
},
|
|
5837
5835
|
{
|
|
5838
5836
|
"kind": "method",
|
|
5839
|
-
"name": "
|
|
5837
|
+
"name": "_hasProperties",
|
|
5840
5838
|
"parameters": [
|
|
5841
5839
|
{
|
|
5842
|
-
"name": "
|
|
5840
|
+
"name": "selected",
|
|
5843
5841
|
"type": {
|
|
5844
|
-
"text": "
|
|
5842
|
+
"text": "Component[]"
|
|
5845
5843
|
}
|
|
5846
5844
|
}
|
|
5847
5845
|
]
|
|
5848
5846
|
},
|
|
5849
5847
|
{
|
|
5850
5848
|
"kind": "method",
|
|
5851
|
-
"name": "
|
|
5849
|
+
"name": "_isIdentifiable",
|
|
5852
5850
|
"parameters": [
|
|
5853
5851
|
{
|
|
5854
|
-
"name": "
|
|
5852
|
+
"name": "selected",
|
|
5855
5853
|
"type": {
|
|
5856
|
-
"text": "
|
|
5854
|
+
"text": "Component[]"
|
|
5857
5855
|
}
|
|
5858
5856
|
}
|
|
5859
5857
|
]
|
|
5860
5858
|
},
|
|
5861
|
-
{
|
|
5862
|
-
"kind": "field",
|
|
5863
|
-
"name": "extendedMap",
|
|
5864
|
-
"readonly": true
|
|
5865
|
-
},
|
|
5866
5859
|
{
|
|
5867
5860
|
"kind": "method",
|
|
5868
|
-
"name": "
|
|
5861
|
+
"name": "_isClassIdentifiable",
|
|
5869
5862
|
"parameters": [
|
|
5870
5863
|
{
|
|
5871
|
-
"name": "
|
|
5864
|
+
"name": "selected",
|
|
5872
5865
|
"type": {
|
|
5873
|
-
"text": "Component"
|
|
5866
|
+
"text": "Component[]"
|
|
5874
5867
|
}
|
|
5875
5868
|
}
|
|
5876
5869
|
]
|
|
5877
5870
|
},
|
|
5878
5871
|
{
|
|
5879
5872
|
"kind": "method",
|
|
5880
|
-
"name": "
|
|
5873
|
+
"name": "_isLine",
|
|
5881
5874
|
"parameters": [
|
|
5882
5875
|
{
|
|
5883
|
-
"name": "
|
|
5876
|
+
"name": "selected",
|
|
5884
5877
|
"type": {
|
|
5885
|
-
"text": "Component"
|
|
5878
|
+
"text": "Component[]"
|
|
5886
5879
|
}
|
|
5887
5880
|
}
|
|
5888
5881
|
]
|
|
5889
5882
|
},
|
|
5890
5883
|
{
|
|
5891
5884
|
"kind": "method",
|
|
5892
|
-
"name": "
|
|
5885
|
+
"name": "_is3dish",
|
|
5893
5886
|
"parameters": [
|
|
5894
5887
|
{
|
|
5895
|
-
"name": "
|
|
5888
|
+
"name": "selected",
|
|
5896
5889
|
"type": {
|
|
5897
|
-
"text": "Component"
|
|
5890
|
+
"text": "Component[]"
|
|
5898
5891
|
}
|
|
5899
5892
|
}
|
|
5900
5893
|
]
|
|
5901
5894
|
},
|
|
5902
5895
|
{
|
|
5903
5896
|
"kind": "method",
|
|
5904
|
-
"name": "
|
|
5897
|
+
"name": "_getValueFromEventTarget",
|
|
5905
5898
|
"parameters": [
|
|
5906
5899
|
{
|
|
5907
|
-
"name": "
|
|
5900
|
+
"name": "element",
|
|
5908
5901
|
"type": {
|
|
5909
|
-
"text": "
|
|
5902
|
+
"text": "HTMLElement"
|
|
5910
5903
|
}
|
|
5911
5904
|
}
|
|
5912
|
-
]
|
|
5905
|
+
],
|
|
5906
|
+
"inheritedFrom": {
|
|
5907
|
+
"name": "AbstractProperty",
|
|
5908
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5909
|
+
}
|
|
5913
5910
|
},
|
|
5914
5911
|
{
|
|
5915
5912
|
"kind": "method",
|
|
5916
|
-
"name": "
|
|
5913
|
+
"name": "_onAfterValueChange",
|
|
5917
5914
|
"parameters": [
|
|
5918
5915
|
{
|
|
5919
|
-
"name": "
|
|
5916
|
+
"name": "key",
|
|
5920
5917
|
"type": {
|
|
5921
|
-
"text": "
|
|
5918
|
+
"text": "string"
|
|
5922
5919
|
}
|
|
5923
|
-
}
|
|
5924
|
-
]
|
|
5925
|
-
},
|
|
5926
|
-
{
|
|
5927
|
-
"kind": "method",
|
|
5928
|
-
"name": "shouldBeShown",
|
|
5929
|
-
"return": {
|
|
5930
|
-
"type": {
|
|
5931
|
-
"text": "boolean"
|
|
5932
|
-
}
|
|
5933
|
-
},
|
|
5934
|
-
"parameters": [
|
|
5920
|
+
},
|
|
5935
5921
|
{
|
|
5936
|
-
"name": "
|
|
5922
|
+
"name": "value",
|
|
5937
5923
|
"type": {
|
|
5938
|
-
"text": "
|
|
5924
|
+
"text": "any"
|
|
5939
5925
|
}
|
|
5940
5926
|
}
|
|
5941
|
-
]
|
|
5927
|
+
],
|
|
5928
|
+
"inheritedFrom": {
|
|
5929
|
+
"name": "AbstractProperty",
|
|
5930
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5931
|
+
}
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"events": [
|
|
5935
|
+
{
|
|
5936
|
+
"name": "bounds-change",
|
|
5937
|
+
"type": {
|
|
5938
|
+
"text": "CustomEvent"
|
|
5939
|
+
}
|
|
5942
5940
|
},
|
|
5943
5941
|
{
|
|
5944
|
-
"
|
|
5945
|
-
"
|
|
5946
|
-
|
|
5947
|
-
"type": {
|
|
5948
|
-
"text": "TemplateResult"
|
|
5949
|
-
}
|
|
5942
|
+
"name": "property-change",
|
|
5943
|
+
"type": {
|
|
5944
|
+
"text": "CustomEvent"
|
|
5950
5945
|
},
|
|
5951
|
-
"
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
"text": "Component"
|
|
5956
|
-
}
|
|
5957
|
-
},
|
|
5958
|
-
{
|
|
5959
|
-
"name": "depth",
|
|
5960
|
-
"type": {
|
|
5961
|
-
"text": "number"
|
|
5962
|
-
}
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5946
|
+
"inheritedFrom": {
|
|
5947
|
+
"name": "AbstractProperty",
|
|
5948
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5949
|
+
}
|
|
5965
5950
|
}
|
|
5966
5951
|
],
|
|
5967
5952
|
"attributes": [
|
|
5968
5953
|
{
|
|
5969
|
-
"name": "
|
|
5954
|
+
"name": "value",
|
|
5970
5955
|
"type": {
|
|
5971
|
-
"text": "
|
|
5956
|
+
"text": "Properties | undefined"
|
|
5972
5957
|
},
|
|
5973
|
-
"fieldName": "
|
|
5958
|
+
"fieldName": "value"
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"name": "bounds",
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "BOUNDS | null"
|
|
5964
|
+
},
|
|
5965
|
+
"default": "null",
|
|
5966
|
+
"fieldName": "bounds"
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "selected",
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "Component[]"
|
|
5972
|
+
},
|
|
5973
|
+
"default": "[]",
|
|
5974
|
+
"fieldName": "selected"
|
|
5974
5975
|
}
|
|
5975
5976
|
],
|
|
5976
5977
|
"superclass": {
|
|
5977
|
-
"name": "
|
|
5978
|
-
"
|
|
5979
|
-
}
|
|
5980
|
-
"customElement": true
|
|
5978
|
+
"name": "AbstractProperty",
|
|
5979
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5980
|
+
}
|
|
5981
5981
|
}
|
|
5982
5982
|
],
|
|
5983
5983
|
"exports": [
|
|
5984
5984
|
{
|
|
5985
5985
|
"kind": "js",
|
|
5986
|
-
"name": "
|
|
5986
|
+
"name": "PropertyShapes",
|
|
5987
5987
|
"declaration": {
|
|
5988
|
-
"name": "
|
|
5989
|
-
"module": "src/modeller/property-sidebar/
|
|
5988
|
+
"name": "PropertyShapes",
|
|
5989
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5990
5990
|
}
|
|
5991
5991
|
}
|
|
5992
5992
|
]
|