@fmsim/board 0.0.85 → 0.0.86
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 +1721 -1709
- package/dist/src/modeller/edit-toolbar-style.js +4 -0
- package/dist/src/modeller/edit-toolbar-style.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +1 -0
- package/dist/src/modeller/edit-toolbar.js +475 -0
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
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
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1609,63 +1672,59 @@
|
|
|
1609
1672
|
},
|
|
1610
1673
|
{
|
|
1611
1674
|
"kind": "javascript-module",
|
|
1612
|
-
"path": "
|
|
1675
|
+
"path": "src/component/etc.ts",
|
|
1613
1676
|
"declarations": [
|
|
1614
1677
|
{
|
|
1615
1678
|
"kind": "variable",
|
|
1616
|
-
"name": "
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "variable",
|
|
1624
|
-
"name": "CustomCounter"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "variable",
|
|
1628
|
-
"name": "SlottedContent"
|
|
1679
|
+
"name": "etc",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "ComponentGroup"
|
|
1682
|
+
},
|
|
1683
|
+
"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}"
|
|
1629
1684
|
}
|
|
1630
1685
|
],
|
|
1631
1686
|
"exports": [
|
|
1632
1687
|
{
|
|
1633
1688
|
"kind": "js",
|
|
1634
|
-
"name": "
|
|
1635
|
-
"declaration": {
|
|
1636
|
-
"module": "stories/index.stories.ts"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"kind": "js",
|
|
1641
|
-
"name": "Regular",
|
|
1689
|
+
"name": "etc",
|
|
1642
1690
|
"declaration": {
|
|
1643
|
-
"name": "
|
|
1644
|
-
"module": "
|
|
1691
|
+
"name": "etc",
|
|
1692
|
+
"module": "src/component/etc.ts"
|
|
1645
1693
|
}
|
|
1646
|
-
}
|
|
1694
|
+
}
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "javascript-module",
|
|
1699
|
+
"path": "src/component/index.ts",
|
|
1700
|
+
"declarations": [],
|
|
1701
|
+
"exports": [
|
|
1647
1702
|
{
|
|
1648
1703
|
"kind": "js",
|
|
1649
|
-
"name": "
|
|
1704
|
+
"name": "*",
|
|
1650
1705
|
"declaration": {
|
|
1651
|
-
"name": "
|
|
1652
|
-
"
|
|
1706
|
+
"name": "*",
|
|
1707
|
+
"package": "./etc"
|
|
1653
1708
|
}
|
|
1654
|
-
}
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "javascript-module",
|
|
1714
|
+
"path": "src/component/register-default-groups.ts",
|
|
1715
|
+
"declarations": [
|
|
1655
1716
|
{
|
|
1656
|
-
"kind": "
|
|
1657
|
-
"name": "
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1717
|
+
"kind": "function",
|
|
1718
|
+
"name": "registerDefaultGroups"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"exports": [
|
|
1663
1722
|
{
|
|
1664
1723
|
"kind": "js",
|
|
1665
|
-
"name": "
|
|
1724
|
+
"name": "registerDefaultGroups",
|
|
1666
1725
|
"declaration": {
|
|
1667
|
-
"name": "
|
|
1668
|
-
"module": "
|
|
1726
|
+
"name": "registerDefaultGroups",
|
|
1727
|
+
"module": "src/component/register-default-groups.ts"
|
|
1669
1728
|
}
|
|
1670
1729
|
}
|
|
1671
1730
|
]
|
|
@@ -1762,65 +1821,6 @@
|
|
|
1762
1821
|
}
|
|
1763
1822
|
]
|
|
1764
1823
|
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "javascript-module",
|
|
1767
|
-
"path": "src/component/etc.ts",
|
|
1768
|
-
"declarations": [
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "variable",
|
|
1771
|
-
"name": "etc",
|
|
1772
|
-
"type": {
|
|
1773
|
-
"text": "ComponentGroup"
|
|
1774
|
-
},
|
|
1775
|
-
"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}"
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"exports": [
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "js",
|
|
1781
|
-
"name": "etc",
|
|
1782
|
-
"declaration": {
|
|
1783
|
-
"name": "etc",
|
|
1784
|
-
"module": "src/component/etc.ts"
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "javascript-module",
|
|
1791
|
-
"path": "src/component/index.ts",
|
|
1792
|
-
"declarations": [],
|
|
1793
|
-
"exports": [
|
|
1794
|
-
{
|
|
1795
|
-
"kind": "js",
|
|
1796
|
-
"name": "*",
|
|
1797
|
-
"declaration": {
|
|
1798
|
-
"name": "*",
|
|
1799
|
-
"package": "./etc"
|
|
1800
|
-
}
|
|
1801
|
-
}
|
|
1802
|
-
]
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"kind": "javascript-module",
|
|
1806
|
-
"path": "src/component/register-default-groups.ts",
|
|
1807
|
-
"declarations": [
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "function",
|
|
1810
|
-
"name": "registerDefaultGroups"
|
|
1811
|
-
}
|
|
1812
|
-
],
|
|
1813
|
-
"exports": [
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "js",
|
|
1816
|
-
"name": "registerDefaultGroups",
|
|
1817
|
-
"declaration": {
|
|
1818
|
-
"name": "registerDefaultGroups",
|
|
1819
|
-
"module": "src/component/register-default-groups.ts"
|
|
1820
|
-
}
|
|
1821
|
-
}
|
|
1822
|
-
]
|
|
1823
|
-
},
|
|
1824
1824
|
{
|
|
1825
1825
|
"kind": "javascript-module",
|
|
1826
1826
|
"path": "src/layers/mcs-mouse-event-handler.ts",
|
|
@@ -2017,485 +2017,473 @@
|
|
|
2017
2017
|
},
|
|
2018
2018
|
{
|
|
2019
2019
|
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/
|
|
2021
|
-
"declarations": [
|
|
2022
|
-
{
|
|
2023
|
-
"kind": "variable",
|
|
2024
|
-
"name": "style",
|
|
2025
|
-
"default": "css`\n :host {\n color: white;\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`"
|
|
2026
|
-
}
|
|
2027
|
-
],
|
|
2028
|
-
"exports": [
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "js",
|
|
2031
|
-
"name": "style",
|
|
2032
|
-
"declaration": {
|
|
2033
|
-
"name": "style",
|
|
2034
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
]
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "javascript-module",
|
|
2041
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2020
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2042
2021
|
"declarations": [
|
|
2043
2022
|
{
|
|
2044
2023
|
"kind": "class",
|
|
2045
2024
|
"description": "",
|
|
2046
|
-
"name": "
|
|
2025
|
+
"name": "BoardCreationPopup",
|
|
2047
2026
|
"members": [
|
|
2048
2027
|
{
|
|
2049
2028
|
"kind": "field",
|
|
2050
|
-
"name": "
|
|
2029
|
+
"name": "defaultGroup",
|
|
2051
2030
|
"type": {
|
|
2052
|
-
"text": "
|
|
2031
|
+
"text": "string | undefined"
|
|
2053
2032
|
},
|
|
2054
|
-
"attribute": "
|
|
2033
|
+
"attribute": "defaultGroup"
|
|
2055
2034
|
},
|
|
2056
2035
|
{
|
|
2057
2036
|
"kind": "field",
|
|
2058
|
-
"name": "
|
|
2037
|
+
"name": "groups",
|
|
2059
2038
|
"type": {
|
|
2060
|
-
"text": "
|
|
2039
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2061
2040
|
},
|
|
2062
|
-
"
|
|
2063
|
-
"attribute": "selected"
|
|
2041
|
+
"attribute": "groups"
|
|
2064
2042
|
},
|
|
2065
2043
|
{
|
|
2066
|
-
"kind": "
|
|
2067
|
-
"name": "
|
|
2044
|
+
"kind": "method",
|
|
2045
|
+
"name": "onClickSubmit"
|
|
2046
|
+
}
|
|
2047
|
+
],
|
|
2048
|
+
"events": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "create-board",
|
|
2068
2051
|
"type": {
|
|
2069
|
-
"text": "
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2052
|
+
"text": "CustomEvent"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"attributes": [
|
|
2074
2057
|
{
|
|
2075
|
-
"
|
|
2076
|
-
"name": "cliped",
|
|
2058
|
+
"name": "defaultGroup",
|
|
2077
2059
|
"type": {
|
|
2078
2060
|
"text": "string | undefined"
|
|
2079
2061
|
},
|
|
2080
|
-
"
|
|
2062
|
+
"fieldName": "defaultGroup"
|
|
2081
2063
|
},
|
|
2082
2064
|
{
|
|
2083
|
-
"
|
|
2084
|
-
"name": "redo",
|
|
2065
|
+
"name": "groups",
|
|
2085
2066
|
"type": {
|
|
2086
|
-
"text": "
|
|
2067
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2087
2068
|
},
|
|
2088
|
-
"
|
|
2089
|
-
}
|
|
2069
|
+
"fieldName": "groups"
|
|
2070
|
+
}
|
|
2071
|
+
],
|
|
2072
|
+
"mixins": [
|
|
2090
2073
|
{
|
|
2091
|
-
"
|
|
2092
|
-
"
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2074
|
+
"name": "localize(i18next)",
|
|
2075
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"superclass": {
|
|
2079
|
+
"name": "LitElement",
|
|
2080
|
+
"package": "lit"
|
|
2081
|
+
},
|
|
2082
|
+
"tagName": "board-creation-popup",
|
|
2083
|
+
"customElement": true
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"exports": [
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "js",
|
|
2089
|
+
"name": "BoardCreationPopup",
|
|
2090
|
+
"declaration": {
|
|
2091
|
+
"name": "BoardCreationPopup",
|
|
2092
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"kind": "custom-element-definition",
|
|
2097
|
+
"name": "board-creation-popup",
|
|
2098
|
+
"declaration": {
|
|
2099
|
+
"name": "BoardCreationPopup",
|
|
2100
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
]
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "javascript-module",
|
|
2107
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2108
|
+
"declarations": [
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "class",
|
|
2111
|
+
"description": "",
|
|
2112
|
+
"name": "BoardThumbnailCard",
|
|
2113
|
+
"members": [
|
|
2098
2114
|
{
|
|
2099
2115
|
"kind": "field",
|
|
2100
|
-
"name": "
|
|
2116
|
+
"name": "defaultGroup",
|
|
2101
2117
|
"type": {
|
|
2102
|
-
"text": "
|
|
2118
|
+
"text": "string | undefined"
|
|
2103
2119
|
},
|
|
2104
|
-
"
|
|
2120
|
+
"attribute": "defaultGroup"
|
|
2105
2121
|
},
|
|
2106
2122
|
{
|
|
2107
2123
|
"kind": "field",
|
|
2108
|
-
"name": "
|
|
2124
|
+
"name": "groups",
|
|
2109
2125
|
"type": {
|
|
2110
|
-
"text": "
|
|
2126
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2111
2127
|
},
|
|
2112
|
-
"
|
|
2128
|
+
"attribute": "groups"
|
|
2113
2129
|
},
|
|
2114
2130
|
{
|
|
2115
|
-
"kind": "
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2131
|
+
"kind": "method",
|
|
2132
|
+
"name": "onClickFlip",
|
|
2133
|
+
"parameters": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "e",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "Event"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2121
2141
|
},
|
|
2122
2142
|
{
|
|
2123
|
-
"kind": "
|
|
2124
|
-
"name": "
|
|
2125
|
-
"
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2143
|
+
"kind": "method",
|
|
2144
|
+
"name": "onClickSubmit",
|
|
2145
|
+
"parameters": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "e",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "Event"
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
2129
2153
|
},
|
|
2130
2154
|
{
|
|
2131
|
-
"kind": "
|
|
2132
|
-
"name": "
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
"privacy": "private"
|
|
2137
|
-
},
|
|
2155
|
+
"kind": "method",
|
|
2156
|
+
"name": "reset"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"events": [
|
|
2138
2160
|
{
|
|
2139
|
-
"
|
|
2140
|
-
"name": "forward",
|
|
2161
|
+
"name": "create-board",
|
|
2141
2162
|
"type": {
|
|
2142
|
-
"text": "
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
|
|
2163
|
+
"text": "CustomEvent"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
"attributes": [
|
|
2146
2168
|
{
|
|
2147
|
-
"
|
|
2148
|
-
"name": "backward",
|
|
2169
|
+
"name": "defaultGroup",
|
|
2149
2170
|
"type": {
|
|
2150
|
-
"text": "
|
|
2171
|
+
"text": "string | undefined"
|
|
2151
2172
|
},
|
|
2152
|
-
"
|
|
2173
|
+
"fieldName": "defaultGroup"
|
|
2153
2174
|
},
|
|
2154
2175
|
{
|
|
2155
|
-
"
|
|
2156
|
-
"name": "front",
|
|
2176
|
+
"name": "groups",
|
|
2157
2177
|
"type": {
|
|
2158
|
-
"text": "
|
|
2178
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2159
2179
|
},
|
|
2160
|
-
"
|
|
2161
|
-
}
|
|
2180
|
+
"fieldName": "groups"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"mixins": [
|
|
2162
2184
|
{
|
|
2163
|
-
"
|
|
2164
|
-
"
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2185
|
+
"name": "localize(i18next)",
|
|
2186
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2187
|
+
}
|
|
2188
|
+
],
|
|
2189
|
+
"superclass": {
|
|
2190
|
+
"name": "LitElement",
|
|
2191
|
+
"package": "lit"
|
|
2192
|
+
},
|
|
2193
|
+
"tagName": "board-thumbnail-card",
|
|
2194
|
+
"customElement": true
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"exports": [
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "js",
|
|
2200
|
+
"name": "BoardThumbnailCard",
|
|
2201
|
+
"declaration": {
|
|
2202
|
+
"name": "BoardThumbnailCard",
|
|
2203
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"kind": "custom-element-definition",
|
|
2208
|
+
"name": "board-thumbnail-card",
|
|
2209
|
+
"declaration": {
|
|
2210
|
+
"name": "BoardThumbnailCard",
|
|
2211
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "javascript-module",
|
|
2218
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2219
|
+
"declarations": [
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "class",
|
|
2222
|
+
"description": "",
|
|
2223
|
+
"name": "BoardCreationCard",
|
|
2224
|
+
"members": [
|
|
2170
2225
|
{
|
|
2171
2226
|
"kind": "field",
|
|
2172
|
-
"name": "
|
|
2227
|
+
"name": "defaultGroup",
|
|
2173
2228
|
"type": {
|
|
2174
|
-
"text": "
|
|
2229
|
+
"text": "string | undefined"
|
|
2175
2230
|
},
|
|
2176
|
-
"
|
|
2231
|
+
"attribute": "defaultGroup"
|
|
2177
2232
|
},
|
|
2178
2233
|
{
|
|
2179
2234
|
"kind": "field",
|
|
2180
|
-
"name": "
|
|
2235
|
+
"name": "groups",
|
|
2181
2236
|
"type": {
|
|
2182
|
-
"text": "
|
|
2237
|
+
"text": "any"
|
|
2183
2238
|
},
|
|
2184
|
-
"
|
|
2239
|
+
"attribute": "groups"
|
|
2185
2240
|
},
|
|
2186
2241
|
{
|
|
2187
2242
|
"kind": "field",
|
|
2188
|
-
"name": "
|
|
2243
|
+
"name": "popup",
|
|
2189
2244
|
"type": {
|
|
2190
|
-
"text": "
|
|
2245
|
+
"text": "any"
|
|
2191
2246
|
},
|
|
2192
2247
|
"privacy": "private"
|
|
2193
2248
|
},
|
|
2194
2249
|
{
|
|
2195
2250
|
"kind": "method",
|
|
2196
|
-
"name": "
|
|
2251
|
+
"name": "onClick"
|
|
2197
2252
|
},
|
|
2198
2253
|
{
|
|
2199
2254
|
"kind": "method",
|
|
2200
|
-
"name": "
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
"type": {
|
|
2205
|
-
"text": "Event"
|
|
2206
|
-
}
|
|
2207
|
-
}
|
|
2208
|
-
]
|
|
2209
|
-
},
|
|
2255
|
+
"name": "reset"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"events": [
|
|
2210
2259
|
{
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2260
|
+
"name": "create-board",
|
|
2261
|
+
"type": {
|
|
2262
|
+
"text": "CustomEvent"
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"attributes": [
|
|
2267
|
+
{
|
|
2268
|
+
"name": "defaultGroup",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "string | undefined"
|
|
2271
|
+
},
|
|
2272
|
+
"fieldName": "defaultGroup"
|
|
2221
2273
|
},
|
|
2222
2274
|
{
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2275
|
+
"name": "groups",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "any"
|
|
2278
|
+
},
|
|
2279
|
+
"fieldName": "groups"
|
|
2280
|
+
}
|
|
2281
|
+
],
|
|
2282
|
+
"mixins": [
|
|
2283
|
+
{
|
|
2284
|
+
"name": "localize(i18next)",
|
|
2285
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"superclass": {
|
|
2289
|
+
"name": "LitElement",
|
|
2290
|
+
"package": "lit"
|
|
2291
|
+
},
|
|
2292
|
+
"tagName": "ox-board-creation-card",
|
|
2293
|
+
"customElement": true
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"exports": [
|
|
2297
|
+
{
|
|
2298
|
+
"kind": "js",
|
|
2299
|
+
"name": "BoardCreationCard",
|
|
2300
|
+
"declaration": {
|
|
2301
|
+
"name": "BoardCreationCard",
|
|
2302
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "custom-element-definition",
|
|
2307
|
+
"name": "ox-board-creation-card",
|
|
2308
|
+
"declaration": {
|
|
2309
|
+
"name": "BoardCreationCard",
|
|
2310
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "javascript-module",
|
|
2317
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
2318
|
+
"declarations": [
|
|
2319
|
+
{
|
|
2320
|
+
"kind": "class",
|
|
2321
|
+
"description": "",
|
|
2322
|
+
"name": "BoardSelector",
|
|
2323
|
+
"members": [
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "field",
|
|
2326
|
+
"name": "groups",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2329
|
+
},
|
|
2330
|
+
"default": "[]",
|
|
2331
|
+
"attribute": "groups"
|
|
2234
2332
|
},
|
|
2235
2333
|
{
|
|
2236
|
-
"kind": "
|
|
2237
|
-
"name": "
|
|
2238
|
-
"
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
}
|
|
2244
|
-
}
|
|
2245
|
-
]
|
|
2334
|
+
"kind": "field",
|
|
2335
|
+
"name": "boards",
|
|
2336
|
+
"type": {
|
|
2337
|
+
"text": "any[]"
|
|
2338
|
+
},
|
|
2339
|
+
"default": "[]",
|
|
2340
|
+
"attribute": "boards"
|
|
2246
2341
|
},
|
|
2247
2342
|
{
|
|
2248
|
-
"kind": "
|
|
2249
|
-
"name": "
|
|
2250
|
-
"
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
"text": "string"
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "undoable",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "redoable",
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "boolean"
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
2269
|
-
]
|
|
2343
|
+
"kind": "field",
|
|
2344
|
+
"name": "group",
|
|
2345
|
+
"type": {
|
|
2346
|
+
"text": "string | undefined"
|
|
2347
|
+
},
|
|
2348
|
+
"attribute": "group"
|
|
2270
2349
|
},
|
|
2271
2350
|
{
|
|
2272
|
-
"kind": "
|
|
2273
|
-
"name": "
|
|
2274
|
-
"
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2351
|
+
"kind": "field",
|
|
2352
|
+
"name": "inherited",
|
|
2353
|
+
"type": {
|
|
2354
|
+
"text": "InheritedValueType | undefined"
|
|
2355
|
+
},
|
|
2356
|
+
"attribute": "inherited"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"kind": "field",
|
|
2360
|
+
"name": "creatable",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "boolean"
|
|
2363
|
+
},
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"attribute": "creatable"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "field",
|
|
2369
|
+
"name": "value",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "string | undefined"
|
|
2372
|
+
},
|
|
2373
|
+
"attribute": "value"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "field",
|
|
2377
|
+
"name": "_page",
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "number"
|
|
2380
|
+
},
|
|
2381
|
+
"privacy": "private",
|
|
2382
|
+
"default": "1"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "field",
|
|
2386
|
+
"name": "_total",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "number"
|
|
2389
|
+
},
|
|
2390
|
+
"privacy": "private",
|
|
2391
|
+
"default": "0"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "field",
|
|
2395
|
+
"name": "scrollTargetEl",
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "HTMLElement | null"
|
|
2398
|
+
},
|
|
2399
|
+
"readonly": true
|
|
2288
2400
|
},
|
|
2289
2401
|
{
|
|
2290
2402
|
"kind": "method",
|
|
2291
|
-
"name": "
|
|
2292
|
-
"parameters": [
|
|
2293
|
-
{
|
|
2294
|
-
"name": "undoable",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "boolean"
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"name": "redoable",
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "boolean"
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
]
|
|
2403
|
+
"name": "scrollAction"
|
|
2306
2404
|
},
|
|
2307
2405
|
{
|
|
2308
2406
|
"kind": "method",
|
|
2309
|
-
"name": "
|
|
2407
|
+
"name": "onClickSelect",
|
|
2310
2408
|
"parameters": [
|
|
2311
2409
|
{
|
|
2312
|
-
"name": "
|
|
2313
|
-
"optional": true,
|
|
2314
|
-
"type": {
|
|
2315
|
-
"text": "Scene"
|
|
2316
|
-
}
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"name": "before",
|
|
2320
|
-
"optional": true,
|
|
2410
|
+
"name": "board",
|
|
2321
2411
|
"type": {
|
|
2322
|
-
"text": "
|
|
2412
|
+
"text": "any"
|
|
2323
2413
|
}
|
|
2324
2414
|
}
|
|
2325
2415
|
]
|
|
2326
2416
|
},
|
|
2327
2417
|
{
|
|
2328
2418
|
"kind": "method",
|
|
2329
|
-
"name": "
|
|
2419
|
+
"name": "onCreateBoard",
|
|
2330
2420
|
"parameters": [
|
|
2331
2421
|
{
|
|
2332
|
-
"name": "
|
|
2333
|
-
"type": {
|
|
2334
|
-
"text": "Component[]"
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "before",
|
|
2422
|
+
"name": "e",
|
|
2339
2423
|
"type": {
|
|
2340
|
-
"text": "
|
|
2424
|
+
"text": "CustomEvent"
|
|
2341
2425
|
}
|
|
2342
2426
|
}
|
|
2343
2427
|
]
|
|
2344
2428
|
},
|
|
2345
2429
|
{
|
|
2346
2430
|
"kind": "method",
|
|
2347
|
-
"name": "
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "method",
|
|
2351
|
-
"name": "onTapRedo"
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "method",
|
|
2355
|
-
"name": "onTapCut"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "method",
|
|
2359
|
-
"name": "onTapCopy"
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"kind": "method",
|
|
2363
|
-
"name": "onTapPaste"
|
|
2431
|
+
"name": "refreshGroups"
|
|
2364
2432
|
},
|
|
2365
2433
|
{
|
|
2366
2434
|
"kind": "method",
|
|
2367
|
-
"name": "
|
|
2435
|
+
"name": "refreshBoards"
|
|
2368
2436
|
},
|
|
2369
2437
|
{
|
|
2370
2438
|
"kind": "method",
|
|
2371
|
-
"name": "
|
|
2439
|
+
"name": "appendBoards"
|
|
2372
2440
|
},
|
|
2373
2441
|
{
|
|
2374
2442
|
"kind": "method",
|
|
2375
|
-
"name": "
|
|
2443
|
+
"name": "getBoards",
|
|
2376
2444
|
"parameters": [
|
|
2377
2445
|
{
|
|
2378
|
-
"name": "
|
|
2379
|
-
"
|
|
2380
|
-
"text": "TouchEvent"
|
|
2381
|
-
}
|
|
2446
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2447
|
+
"default": "{}"
|
|
2382
2448
|
}
|
|
2383
2449
|
]
|
|
2384
2450
|
},
|
|
2385
2451
|
{
|
|
2386
2452
|
"kind": "method",
|
|
2387
|
-
"name": "
|
|
2453
|
+
"name": "createBoard",
|
|
2388
2454
|
"parameters": [
|
|
2389
2455
|
{
|
|
2390
|
-
"name": "
|
|
2456
|
+
"name": "name",
|
|
2391
2457
|
"type": {
|
|
2392
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2393
2459
|
}
|
|
2394
|
-
}
|
|
2395
|
-
]
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"kind": "method",
|
|
2399
|
-
"name": "onTapAlign",
|
|
2400
|
-
"parameters": [
|
|
2460
|
+
},
|
|
2401
2461
|
{
|
|
2402
|
-
"name": "
|
|
2462
|
+
"name": "description",
|
|
2403
2463
|
"type": {
|
|
2404
|
-
"text": "
|
|
2464
|
+
"text": "string"
|
|
2405
2465
|
}
|
|
2406
|
-
}
|
|
2407
|
-
]
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"kind": "method",
|
|
2411
|
-
"name": "onTapZorder",
|
|
2412
|
-
"parameters": [
|
|
2466
|
+
},
|
|
2413
2467
|
{
|
|
2414
|
-
"name": "
|
|
2468
|
+
"name": "groupId",
|
|
2415
2469
|
"type": {
|
|
2416
|
-
"text": "
|
|
2470
|
+
"text": "string"
|
|
2417
2471
|
}
|
|
2418
2472
|
}
|
|
2419
2473
|
]
|
|
2420
2474
|
},
|
|
2421
2475
|
{
|
|
2422
|
-
"kind": "
|
|
2423
|
-
"name": "
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
"
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "method",
|
|
2431
|
-
"name": "onTapRotateCW"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"kind": "method",
|
|
2435
|
-
"name": "onTapRotateCCW"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "method",
|
|
2439
|
-
"name": "onTapGroup"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"kind": "method",
|
|
2443
|
-
"name": "onTapUngroup"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "method",
|
|
2447
|
-
"name": "onTapFullscreen"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "method",
|
|
2451
|
-
"name": "onTapToggle"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "method",
|
|
2455
|
-
"name": "onTapFitScene"
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"kind": "method",
|
|
2459
|
-
"name": "onTapPreview"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"kind": "method",
|
|
2463
|
-
"name": "onTapDownloadModel"
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"kind": "method",
|
|
2467
|
-
"name": "onTapDistribute",
|
|
2468
|
-
"parameters": [
|
|
2469
|
-
{
|
|
2470
|
-
"name": "e",
|
|
2471
|
-
"type": {
|
|
2472
|
-
"text": "TouchEvent | string"
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
]
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "limit",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "number"
|
|
2480
|
+
},
|
|
2481
|
+
"default": "50"
|
|
2476
2482
|
}
|
|
2477
2483
|
],
|
|
2478
2484
|
"events": [
|
|
2479
2485
|
{
|
|
2480
|
-
"name": "
|
|
2481
|
-
"type": {
|
|
2482
|
-
"text": "CustomEvent"
|
|
2483
|
-
}
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"name": "hide-property-changed",
|
|
2487
|
-
"type": {
|
|
2488
|
-
"text": "CustomEvent"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "open-preview",
|
|
2493
|
-
"type": {
|
|
2494
|
-
"text": "CustomEvent"
|
|
2495
|
-
}
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"name": "download-model",
|
|
2486
|
+
"name": "board-selected",
|
|
2499
2487
|
"type": {
|
|
2500
2488
|
"text": "CustomEvent"
|
|
2501
2489
|
}
|
|
@@ -2503,601 +2491,625 @@
|
|
|
2503
2491
|
],
|
|
2504
2492
|
"attributes": [
|
|
2505
2493
|
{
|
|
2506
|
-
"name": "
|
|
2494
|
+
"name": "groups",
|
|
2507
2495
|
"type": {
|
|
2508
|
-
"text": "
|
|
2496
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2509
2497
|
},
|
|
2510
|
-
"
|
|
2498
|
+
"default": "[]",
|
|
2499
|
+
"fieldName": "groups"
|
|
2511
2500
|
},
|
|
2512
2501
|
{
|
|
2513
|
-
"name": "
|
|
2502
|
+
"name": "boards",
|
|
2514
2503
|
"type": {
|
|
2515
2504
|
"text": "any[]"
|
|
2516
2505
|
},
|
|
2517
2506
|
"default": "[]",
|
|
2518
|
-
"fieldName": "
|
|
2507
|
+
"fieldName": "boards"
|
|
2519
2508
|
},
|
|
2520
2509
|
{
|
|
2521
|
-
"name": "
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "boolean"
|
|
2524
|
-
},
|
|
2525
|
-
"default": "false",
|
|
2526
|
-
"fieldName": "hideProperty"
|
|
2527
|
-
}
|
|
2528
|
-
],
|
|
2529
|
-
"superclass": {
|
|
2530
|
-
"name": "LitElement",
|
|
2531
|
-
"package": "lit"
|
|
2532
|
-
},
|
|
2533
|
-
"customElement": true
|
|
2534
|
-
}
|
|
2535
|
-
],
|
|
2536
|
-
"exports": [
|
|
2537
|
-
{
|
|
2538
|
-
"kind": "js",
|
|
2539
|
-
"name": "EditToolbar",
|
|
2540
|
-
"declaration": {
|
|
2541
|
-
"name": "EditToolbar",
|
|
2542
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
2543
|
-
}
|
|
2544
|
-
}
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "javascript-module",
|
|
2549
|
-
"path": "src/selector/board-creation-popup.ts",
|
|
2550
|
-
"declarations": [
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "class",
|
|
2553
|
-
"description": "",
|
|
2554
|
-
"name": "BoardCreationPopup",
|
|
2555
|
-
"members": [
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "field",
|
|
2558
|
-
"name": "defaultGroup",
|
|
2510
|
+
"name": "group",
|
|
2559
2511
|
"type": {
|
|
2560
2512
|
"text": "string | undefined"
|
|
2561
2513
|
},
|
|
2562
|
-
"
|
|
2514
|
+
"fieldName": "group"
|
|
2563
2515
|
},
|
|
2564
2516
|
{
|
|
2565
|
-
"
|
|
2566
|
-
"name": "groups",
|
|
2517
|
+
"name": "inherited",
|
|
2567
2518
|
"type": {
|
|
2568
|
-
"text": "
|
|
2519
|
+
"text": "InheritedValueType | undefined"
|
|
2569
2520
|
},
|
|
2570
|
-
"
|
|
2521
|
+
"fieldName": "inherited"
|
|
2571
2522
|
},
|
|
2572
2523
|
{
|
|
2573
|
-
"
|
|
2574
|
-
"name": "onClickSubmit"
|
|
2575
|
-
}
|
|
2576
|
-
],
|
|
2577
|
-
"events": [
|
|
2578
|
-
{
|
|
2579
|
-
"name": "create-board",
|
|
2580
|
-
"type": {
|
|
2581
|
-
"text": "CustomEvent"
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
],
|
|
2585
|
-
"attributes": [
|
|
2586
|
-
{
|
|
2587
|
-
"name": "defaultGroup",
|
|
2524
|
+
"name": "creatable",
|
|
2588
2525
|
"type": {
|
|
2589
|
-
"text": "
|
|
2526
|
+
"text": "boolean"
|
|
2590
2527
|
},
|
|
2591
|
-
"
|
|
2528
|
+
"default": "false",
|
|
2529
|
+
"fieldName": "creatable"
|
|
2592
2530
|
},
|
|
2593
2531
|
{
|
|
2594
|
-
"name": "
|
|
2532
|
+
"name": "value",
|
|
2595
2533
|
"type": {
|
|
2596
|
-
"text": "
|
|
2534
|
+
"text": "string | undefined"
|
|
2597
2535
|
},
|
|
2598
|
-
"fieldName": "
|
|
2536
|
+
"fieldName": "value"
|
|
2599
2537
|
}
|
|
2600
2538
|
],
|
|
2601
2539
|
"mixins": [
|
|
2540
|
+
{
|
|
2541
|
+
"name": "InfiniteScrollable",
|
|
2542
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2543
|
+
},
|
|
2602
2544
|
{
|
|
2603
2545
|
"name": "localize(i18next)",
|
|
2604
|
-
"module": "src/selector/board-
|
|
2546
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2605
2547
|
}
|
|
2606
2548
|
],
|
|
2607
2549
|
"superclass": {
|
|
2608
2550
|
"name": "LitElement",
|
|
2609
2551
|
"package": "lit"
|
|
2610
2552
|
},
|
|
2611
|
-
"tagName": "board-
|
|
2553
|
+
"tagName": "ox-editor-board-selector",
|
|
2612
2554
|
"customElement": true
|
|
2613
2555
|
}
|
|
2614
2556
|
],
|
|
2615
2557
|
"exports": [
|
|
2616
2558
|
{
|
|
2617
2559
|
"kind": "js",
|
|
2618
|
-
"name": "
|
|
2560
|
+
"name": "BoardSelector",
|
|
2619
2561
|
"declaration": {
|
|
2620
|
-
"name": "
|
|
2621
|
-
"module": "src/selector/board-
|
|
2562
|
+
"name": "BoardSelector",
|
|
2563
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2622
2564
|
}
|
|
2623
2565
|
},
|
|
2624
2566
|
{
|
|
2625
2567
|
"kind": "custom-element-definition",
|
|
2626
|
-
"name": "board-
|
|
2568
|
+
"name": "ox-board-selector",
|
|
2627
2569
|
"declaration": {
|
|
2628
|
-
"name": "
|
|
2629
|
-
"module": "src/selector/board-
|
|
2570
|
+
"name": "BoardSelector",
|
|
2571
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2630
2572
|
}
|
|
2631
2573
|
}
|
|
2632
2574
|
]
|
|
2633
2575
|
},
|
|
2634
2576
|
{
|
|
2635
2577
|
"kind": "javascript-module",
|
|
2636
|
-
"path": "src/
|
|
2578
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2579
|
+
"declarations": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "variable",
|
|
2582
|
+
"name": "style",
|
|
2583
|
+
"default": "css`\n :host {\n color: white;\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\n #generate-model {\n background-position-y: -1492px;\n }\n`"
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"exports": [
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "js",
|
|
2589
|
+
"name": "style",
|
|
2590
|
+
"declaration": {
|
|
2591
|
+
"name": "style",
|
|
2592
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "javascript-module",
|
|
2599
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2637
2600
|
"declarations": [
|
|
2638
2601
|
{
|
|
2639
2602
|
"kind": "class",
|
|
2640
2603
|
"description": "",
|
|
2641
|
-
"name": "
|
|
2604
|
+
"name": "EditToolbar",
|
|
2642
2605
|
"members": [
|
|
2643
2606
|
{
|
|
2644
2607
|
"kind": "field",
|
|
2645
|
-
"name": "
|
|
2608
|
+
"name": "scene",
|
|
2646
2609
|
"type": {
|
|
2647
|
-
"text": "
|
|
2610
|
+
"text": "Scene | undefined"
|
|
2648
2611
|
},
|
|
2649
|
-
"attribute": "
|
|
2612
|
+
"attribute": "scene"
|
|
2650
2613
|
},
|
|
2651
2614
|
{
|
|
2652
2615
|
"kind": "field",
|
|
2653
|
-
"name": "
|
|
2616
|
+
"name": "selected",
|
|
2654
2617
|
"type": {
|
|
2655
|
-
"text": "
|
|
2618
|
+
"text": "any[]"
|
|
2656
2619
|
},
|
|
2657
|
-
"
|
|
2620
|
+
"default": "[]",
|
|
2621
|
+
"attribute": "selected"
|
|
2658
2622
|
},
|
|
2659
2623
|
{
|
|
2660
|
-
"kind": "
|
|
2661
|
-
"name": "
|
|
2662
|
-
"
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
}
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2624
|
+
"kind": "field",
|
|
2625
|
+
"name": "hideProperty",
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "boolean"
|
|
2628
|
+
},
|
|
2629
|
+
"default": "false",
|
|
2630
|
+
"attribute": "hideProperty"
|
|
2670
2631
|
},
|
|
2671
2632
|
{
|
|
2672
|
-
"kind": "
|
|
2673
|
-
"name": "
|
|
2674
|
-
"
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
"text": "Event"
|
|
2679
|
-
}
|
|
2680
|
-
}
|
|
2681
|
-
]
|
|
2633
|
+
"kind": "field",
|
|
2634
|
+
"name": "cliped",
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "string | undefined"
|
|
2637
|
+
},
|
|
2638
|
+
"privacy": "private"
|
|
2682
2639
|
},
|
|
2683
2640
|
{
|
|
2684
|
-
"kind": "
|
|
2685
|
-
"name": "
|
|
2686
|
-
}
|
|
2687
|
-
],
|
|
2688
|
-
"events": [
|
|
2689
|
-
{
|
|
2690
|
-
"name": "create-board",
|
|
2641
|
+
"kind": "field",
|
|
2642
|
+
"name": "redo",
|
|
2691
2643
|
"type": {
|
|
2692
|
-
"text": "
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
"attributes": [
|
|
2644
|
+
"text": "HTMLElement"
|
|
2645
|
+
},
|
|
2646
|
+
"privacy": "private"
|
|
2647
|
+
},
|
|
2697
2648
|
{
|
|
2698
|
-
"
|
|
2649
|
+
"kind": "field",
|
|
2650
|
+
"name": "undo",
|
|
2699
2651
|
"type": {
|
|
2700
|
-
"text": "
|
|
2652
|
+
"text": "HTMLElement"
|
|
2701
2653
|
},
|
|
2702
|
-
"
|
|
2654
|
+
"privacy": "private"
|
|
2703
2655
|
},
|
|
2704
2656
|
{
|
|
2705
|
-
"
|
|
2657
|
+
"kind": "field",
|
|
2658
|
+
"name": "fullscreen",
|
|
2706
2659
|
"type": {
|
|
2707
|
-
"text": "
|
|
2660
|
+
"text": "HTMLElement"
|
|
2708
2661
|
},
|
|
2709
|
-
"
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"mixins": [
|
|
2662
|
+
"privacy": "private"
|
|
2663
|
+
},
|
|
2713
2664
|
{
|
|
2714
|
-
"
|
|
2715
|
-
"
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
},
|
|
2722
|
-
"tagName": "board-thumbnail-card",
|
|
2723
|
-
"customElement": true
|
|
2724
|
-
}
|
|
2725
|
-
],
|
|
2726
|
-
"exports": [
|
|
2727
|
-
{
|
|
2728
|
-
"kind": "js",
|
|
2729
|
-
"name": "BoardThumbnailCard",
|
|
2730
|
-
"declaration": {
|
|
2731
|
-
"name": "BoardThumbnailCard",
|
|
2732
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "custom-element-definition",
|
|
2737
|
-
"name": "board-thumbnail-card",
|
|
2738
|
-
"declaration": {
|
|
2739
|
-
"name": "BoardThumbnailCard",
|
|
2740
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2741
|
-
}
|
|
2742
|
-
}
|
|
2743
|
-
]
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"kind": "javascript-module",
|
|
2747
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
2748
|
-
"declarations": [
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "class",
|
|
2751
|
-
"description": "",
|
|
2752
|
-
"name": "BoardCreationCard",
|
|
2753
|
-
"members": [
|
|
2665
|
+
"kind": "field",
|
|
2666
|
+
"name": "cut",
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "HTMLElement"
|
|
2669
|
+
},
|
|
2670
|
+
"privacy": "private"
|
|
2671
|
+
},
|
|
2754
2672
|
{
|
|
2755
2673
|
"kind": "field",
|
|
2756
|
-
"name": "
|
|
2674
|
+
"name": "copy",
|
|
2757
2675
|
"type": {
|
|
2758
|
-
"text": "
|
|
2676
|
+
"text": "HTMLElement"
|
|
2759
2677
|
},
|
|
2760
|
-
"
|
|
2678
|
+
"privacy": "private"
|
|
2761
2679
|
},
|
|
2762
2680
|
{
|
|
2763
2681
|
"kind": "field",
|
|
2764
|
-
"name": "
|
|
2682
|
+
"name": "paste",
|
|
2765
2683
|
"type": {
|
|
2766
|
-
"text": "
|
|
2684
|
+
"text": "HTMLElement"
|
|
2767
2685
|
},
|
|
2768
|
-
"
|
|
2686
|
+
"privacy": "private"
|
|
2769
2687
|
},
|
|
2770
2688
|
{
|
|
2771
2689
|
"kind": "field",
|
|
2772
|
-
"name": "
|
|
2690
|
+
"name": "delete",
|
|
2773
2691
|
"type": {
|
|
2774
|
-
"text": "
|
|
2692
|
+
"text": "HTMLElement"
|
|
2775
2693
|
},
|
|
2776
2694
|
"privacy": "private"
|
|
2777
2695
|
},
|
|
2778
2696
|
{
|
|
2779
|
-
"kind": "
|
|
2780
|
-
"name": "
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "forward",
|
|
2699
|
+
"type": {
|
|
2700
|
+
"text": "HTMLElement"
|
|
2701
|
+
},
|
|
2702
|
+
"privacy": "private"
|
|
2781
2703
|
},
|
|
2782
2704
|
{
|
|
2783
|
-
"kind": "
|
|
2784
|
-
"name": "
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2705
|
+
"kind": "field",
|
|
2706
|
+
"name": "backward",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "HTMLElement"
|
|
2709
|
+
},
|
|
2710
|
+
"privacy": "private"
|
|
2711
|
+
},
|
|
2788
2712
|
{
|
|
2789
|
-
"
|
|
2713
|
+
"kind": "field",
|
|
2714
|
+
"name": "front",
|
|
2790
2715
|
"type": {
|
|
2791
|
-
"text": "
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
"attributes": [
|
|
2716
|
+
"text": "HTMLElement"
|
|
2717
|
+
},
|
|
2718
|
+
"privacy": "private"
|
|
2719
|
+
},
|
|
2796
2720
|
{
|
|
2797
|
-
"
|
|
2721
|
+
"kind": "field",
|
|
2722
|
+
"name": "back",
|
|
2798
2723
|
"type": {
|
|
2799
|
-
"text": "
|
|
2724
|
+
"text": "HTMLElement"
|
|
2800
2725
|
},
|
|
2801
|
-
"
|
|
2726
|
+
"privacy": "private"
|
|
2802
2727
|
},
|
|
2803
2728
|
{
|
|
2804
|
-
"
|
|
2729
|
+
"kind": "field",
|
|
2730
|
+
"name": "aligners",
|
|
2805
2731
|
"type": {
|
|
2806
|
-
"text": "
|
|
2732
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2807
2733
|
},
|
|
2808
|
-
"
|
|
2809
|
-
}
|
|
2810
|
-
],
|
|
2811
|
-
"mixins": [
|
|
2734
|
+
"privacy": "private"
|
|
2735
|
+
},
|
|
2812
2736
|
{
|
|
2813
|
-
"
|
|
2814
|
-
"
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
},
|
|
2821
|
-
"tagName": "ox-board-creation-card",
|
|
2822
|
-
"customElement": true
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
|
-
"exports": [
|
|
2826
|
-
{
|
|
2827
|
-
"kind": "js",
|
|
2828
|
-
"name": "BoardCreationCard",
|
|
2829
|
-
"declaration": {
|
|
2830
|
-
"name": "BoardCreationCard",
|
|
2831
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"kind": "custom-element-definition",
|
|
2836
|
-
"name": "ox-board-creation-card",
|
|
2837
|
-
"declaration": {
|
|
2838
|
-
"name": "BoardCreationCard",
|
|
2839
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
]
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"kind": "javascript-module",
|
|
2846
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
2847
|
-
"declarations": [
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "class",
|
|
2850
|
-
"description": "",
|
|
2851
|
-
"name": "BoardSelector",
|
|
2852
|
-
"members": [
|
|
2737
|
+
"kind": "field",
|
|
2738
|
+
"name": "zorders",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2741
|
+
},
|
|
2742
|
+
"privacy": "private"
|
|
2743
|
+
},
|
|
2853
2744
|
{
|
|
2854
2745
|
"kind": "field",
|
|
2855
|
-
"name": "
|
|
2746
|
+
"name": "distributes",
|
|
2856
2747
|
"type": {
|
|
2857
|
-
"text": "
|
|
2748
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2858
2749
|
},
|
|
2859
|
-
"
|
|
2860
|
-
|
|
2750
|
+
"privacy": "private"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "method",
|
|
2754
|
+
"name": "hasEmptySlot"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "method",
|
|
2758
|
+
"name": "onWheelEvent",
|
|
2759
|
+
"parameters": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "e",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "Event"
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
]
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "method",
|
|
2770
|
+
"name": "getSymbol",
|
|
2771
|
+
"parameters": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "key",
|
|
2774
|
+
"type": {
|
|
2775
|
+
"text": "string"
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
]
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "method",
|
|
2782
|
+
"name": "getShortcutString",
|
|
2783
|
+
"privacy": "private",
|
|
2784
|
+
"parameters": [
|
|
2785
|
+
{
|
|
2786
|
+
"name": "keys",
|
|
2787
|
+
"type": {
|
|
2788
|
+
"text": "string[]"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "method",
|
|
2795
|
+
"name": "onShortcut",
|
|
2796
|
+
"parameters": [
|
|
2797
|
+
{
|
|
2798
|
+
"name": "e",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "KeyboardEvent"
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
]
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"kind": "method",
|
|
2807
|
+
"name": "onExecute",
|
|
2808
|
+
"parameters": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "command",
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "string"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "undoable",
|
|
2817
|
+
"type": {
|
|
2818
|
+
"text": "boolean"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "redoable",
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "boolean"
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"kind": "method",
|
|
2831
|
+
"name": "onUndo",
|
|
2832
|
+
"parameters": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "undoable",
|
|
2835
|
+
"type": {
|
|
2836
|
+
"text": "boolean"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "redoable",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "boolean"
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
]
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"kind": "method",
|
|
2849
|
+
"name": "onRedo",
|
|
2850
|
+
"parameters": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "undoable",
|
|
2853
|
+
"type": {
|
|
2854
|
+
"text": "boolean"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "redoable",
|
|
2859
|
+
"type": {
|
|
2860
|
+
"text": "boolean"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"kind": "method",
|
|
2867
|
+
"name": "onSceneChanged",
|
|
2868
|
+
"parameters": [
|
|
2869
|
+
{
|
|
2870
|
+
"name": "after",
|
|
2871
|
+
"optional": true,
|
|
2872
|
+
"type": {
|
|
2873
|
+
"text": "Scene"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "before",
|
|
2878
|
+
"optional": true,
|
|
2879
|
+
"type": {
|
|
2880
|
+
"text": "Scene"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"kind": "method",
|
|
2887
|
+
"name": "onSelectedChanged",
|
|
2888
|
+
"parameters": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "after",
|
|
2891
|
+
"type": {
|
|
2892
|
+
"text": "Component[]"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "before",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "Component[]"
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
]
|
|
2861
2902
|
},
|
|
2862
2903
|
{
|
|
2863
|
-
"kind": "
|
|
2864
|
-
"name": "
|
|
2865
|
-
"type": {
|
|
2866
|
-
"text": "any[]"
|
|
2867
|
-
},
|
|
2868
|
-
"default": "[]",
|
|
2869
|
-
"attribute": "boards"
|
|
2904
|
+
"kind": "method",
|
|
2905
|
+
"name": "onTapUndo"
|
|
2870
2906
|
},
|
|
2871
2907
|
{
|
|
2872
|
-
"kind": "
|
|
2873
|
-
"name": "
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "string | undefined"
|
|
2876
|
-
},
|
|
2877
|
-
"attribute": "group"
|
|
2908
|
+
"kind": "method",
|
|
2909
|
+
"name": "onTapRedo"
|
|
2878
2910
|
},
|
|
2879
2911
|
{
|
|
2880
|
-
"kind": "
|
|
2881
|
-
"name": "
|
|
2882
|
-
"type": {
|
|
2883
|
-
"text": "InheritedValueType | undefined"
|
|
2884
|
-
},
|
|
2885
|
-
"attribute": "inherited"
|
|
2912
|
+
"kind": "method",
|
|
2913
|
+
"name": "onTapCut"
|
|
2886
2914
|
},
|
|
2887
2915
|
{
|
|
2888
|
-
"kind": "
|
|
2889
|
-
"name": "
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "boolean"
|
|
2892
|
-
},
|
|
2893
|
-
"default": "false",
|
|
2894
|
-
"attribute": "creatable"
|
|
2916
|
+
"kind": "method",
|
|
2917
|
+
"name": "onTapCopy"
|
|
2895
2918
|
},
|
|
2896
2919
|
{
|
|
2897
|
-
"kind": "
|
|
2898
|
-
"name": "
|
|
2899
|
-
"type": {
|
|
2900
|
-
"text": "string | undefined"
|
|
2901
|
-
},
|
|
2902
|
-
"attribute": "value"
|
|
2920
|
+
"kind": "method",
|
|
2921
|
+
"name": "onTapPaste"
|
|
2903
2922
|
},
|
|
2904
2923
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"type": {
|
|
2908
|
-
"text": "number"
|
|
2909
|
-
},
|
|
2910
|
-
"privacy": "private",
|
|
2911
|
-
"default": "1"
|
|
2924
|
+
"kind": "method",
|
|
2925
|
+
"name": "onTapDelete"
|
|
2912
2926
|
},
|
|
2913
2927
|
{
|
|
2914
|
-
"kind": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"type": {
|
|
2917
|
-
"text": "number"
|
|
2918
|
-
},
|
|
2919
|
-
"privacy": "private",
|
|
2920
|
-
"default": "0"
|
|
2928
|
+
"kind": "method",
|
|
2929
|
+
"name": "onTapSelectAll"
|
|
2921
2930
|
},
|
|
2922
2931
|
{
|
|
2923
|
-
"kind": "
|
|
2924
|
-
"name": "
|
|
2925
|
-
"
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2932
|
+
"kind": "method",
|
|
2933
|
+
"name": "onTapFontIncrease",
|
|
2934
|
+
"parameters": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "e",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "TouchEvent"
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
]
|
|
2929
2942
|
},
|
|
2930
2943
|
{
|
|
2931
2944
|
"kind": "method",
|
|
2932
|
-
"name": "
|
|
2945
|
+
"name": "onTapFontDecrease",
|
|
2946
|
+
"parameters": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "e",
|
|
2949
|
+
"type": {
|
|
2950
|
+
"text": "TouchEvent"
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
]
|
|
2933
2954
|
},
|
|
2934
2955
|
{
|
|
2935
2956
|
"kind": "method",
|
|
2936
|
-
"name": "
|
|
2957
|
+
"name": "onTapAlign",
|
|
2937
2958
|
"parameters": [
|
|
2938
2959
|
{
|
|
2939
|
-
"name": "
|
|
2960
|
+
"name": "e",
|
|
2940
2961
|
"type": {
|
|
2941
|
-
"text": "
|
|
2962
|
+
"text": "TouchEvent | string"
|
|
2942
2963
|
}
|
|
2943
2964
|
}
|
|
2944
2965
|
]
|
|
2945
2966
|
},
|
|
2946
2967
|
{
|
|
2947
2968
|
"kind": "method",
|
|
2948
|
-
"name": "
|
|
2969
|
+
"name": "onTapZorder",
|
|
2949
2970
|
"parameters": [
|
|
2950
2971
|
{
|
|
2951
2972
|
"name": "e",
|
|
2952
2973
|
"type": {
|
|
2953
|
-
"text": "
|
|
2974
|
+
"text": "TouchEvent | string"
|
|
2954
2975
|
}
|
|
2955
2976
|
}
|
|
2956
2977
|
]
|
|
2957
2978
|
},
|
|
2958
2979
|
{
|
|
2959
2980
|
"kind": "method",
|
|
2960
|
-
"name": "
|
|
2981
|
+
"name": "onTapSymmetryX"
|
|
2961
2982
|
},
|
|
2962
2983
|
{
|
|
2963
2984
|
"kind": "method",
|
|
2964
|
-
"name": "
|
|
2985
|
+
"name": "onTapSymmetryY"
|
|
2965
2986
|
},
|
|
2966
2987
|
{
|
|
2967
2988
|
"kind": "method",
|
|
2968
|
-
"name": "
|
|
2989
|
+
"name": "onTapRotateCW"
|
|
2969
2990
|
},
|
|
2970
2991
|
{
|
|
2971
2992
|
"kind": "method",
|
|
2972
|
-
"name": "
|
|
2993
|
+
"name": "onTapRotateCCW"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"kind": "method",
|
|
2997
|
+
"name": "onTapGroup"
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"kind": "method",
|
|
3001
|
+
"name": "onTapUngroup"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"kind": "method",
|
|
3005
|
+
"name": "onTapFullscreen"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "method",
|
|
3009
|
+
"name": "onTapToggle"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"kind": "method",
|
|
3013
|
+
"name": "onTapFitScene"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"kind": "method",
|
|
3017
|
+
"name": "onTapPreview"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "method",
|
|
3021
|
+
"name": "onTapDownloadModel"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "method",
|
|
3025
|
+
"name": "onTapDistribute",
|
|
2973
3026
|
"parameters": [
|
|
2974
3027
|
{
|
|
2975
|
-
"name": "
|
|
2976
|
-
"
|
|
3028
|
+
"name": "e",
|
|
3029
|
+
"type": {
|
|
3030
|
+
"text": "TouchEvent | string"
|
|
3031
|
+
}
|
|
2977
3032
|
}
|
|
2978
3033
|
]
|
|
2979
3034
|
},
|
|
2980
3035
|
{
|
|
2981
3036
|
"kind": "method",
|
|
2982
|
-
"name": "
|
|
3037
|
+
"name": "onTapGenerateModel",
|
|
2983
3038
|
"parameters": [
|
|
2984
3039
|
{
|
|
2985
|
-
"name": "
|
|
2986
|
-
"type": {
|
|
2987
|
-
"text": "string"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"name": "description",
|
|
2992
|
-
"type": {
|
|
2993
|
-
"text": "string"
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "groupId",
|
|
3040
|
+
"name": "e",
|
|
2998
3041
|
"type": {
|
|
2999
|
-
"text": "string"
|
|
3042
|
+
"text": "TouchEvent | string"
|
|
3000
3043
|
}
|
|
3001
3044
|
}
|
|
3002
3045
|
]
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"kind": "field",
|
|
3006
|
-
"name": "limit",
|
|
3007
|
-
"type": {
|
|
3008
|
-
"text": "number"
|
|
3009
|
-
},
|
|
3010
|
-
"default": "50"
|
|
3011
3046
|
}
|
|
3012
3047
|
],
|
|
3013
3048
|
"events": [
|
|
3014
3049
|
{
|
|
3015
|
-
"name": "
|
|
3050
|
+
"name": "modeller-fullscreen",
|
|
3016
3051
|
"type": {
|
|
3017
3052
|
"text": "CustomEvent"
|
|
3018
3053
|
}
|
|
3019
|
-
}
|
|
3020
|
-
],
|
|
3021
|
-
"attributes": [
|
|
3054
|
+
},
|
|
3022
3055
|
{
|
|
3023
|
-
"name": "
|
|
3056
|
+
"name": "hide-property-changed",
|
|
3024
3057
|
"type": {
|
|
3025
|
-
"text": "
|
|
3026
|
-
}
|
|
3027
|
-
"default": "[]",
|
|
3028
|
-
"fieldName": "groups"
|
|
3058
|
+
"text": "CustomEvent"
|
|
3059
|
+
}
|
|
3029
3060
|
},
|
|
3030
3061
|
{
|
|
3031
|
-
"name": "
|
|
3062
|
+
"name": "open-preview",
|
|
3032
3063
|
"type": {
|
|
3033
|
-
"text": "
|
|
3034
|
-
}
|
|
3035
|
-
"default": "[]",
|
|
3036
|
-
"fieldName": "boards"
|
|
3064
|
+
"text": "CustomEvent"
|
|
3065
|
+
}
|
|
3037
3066
|
},
|
|
3038
3067
|
{
|
|
3039
|
-
"name": "
|
|
3068
|
+
"name": "download-model",
|
|
3040
3069
|
"type": {
|
|
3041
|
-
"text": "
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3070
|
+
"text": "CustomEvent"
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"attributes": [
|
|
3045
3075
|
{
|
|
3046
|
-
"name": "
|
|
3076
|
+
"name": "scene",
|
|
3047
3077
|
"type": {
|
|
3048
|
-
"text": "
|
|
3078
|
+
"text": "Scene | undefined"
|
|
3049
3079
|
},
|
|
3050
|
-
"fieldName": "
|
|
3080
|
+
"fieldName": "scene"
|
|
3051
3081
|
},
|
|
3052
3082
|
{
|
|
3053
|
-
"name": "
|
|
3083
|
+
"name": "selected",
|
|
3054
3084
|
"type": {
|
|
3055
|
-
"text": "
|
|
3085
|
+
"text": "any[]"
|
|
3056
3086
|
},
|
|
3057
|
-
"default": "
|
|
3058
|
-
"fieldName": "
|
|
3087
|
+
"default": "[]",
|
|
3088
|
+
"fieldName": "selected"
|
|
3059
3089
|
},
|
|
3060
3090
|
{
|
|
3061
|
-
"name": "
|
|
3091
|
+
"name": "hideProperty",
|
|
3062
3092
|
"type": {
|
|
3063
|
-
"text": "
|
|
3093
|
+
"text": "boolean"
|
|
3064
3094
|
},
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3067
|
-
],
|
|
3068
|
-
"mixins": [
|
|
3069
|
-
{
|
|
3070
|
-
"name": "InfiniteScrollable",
|
|
3071
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "localize(i18next)",
|
|
3075
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3095
|
+
"default": "false",
|
|
3096
|
+
"fieldName": "hideProperty"
|
|
3076
3097
|
}
|
|
3077
3098
|
],
|
|
3078
3099
|
"superclass": {
|
|
3079
3100
|
"name": "LitElement",
|
|
3080
3101
|
"package": "lit"
|
|
3081
3102
|
},
|
|
3082
|
-
"tagName": "ox-editor-board-selector",
|
|
3083
3103
|
"customElement": true
|
|
3084
3104
|
}
|
|
3085
|
-
],
|
|
3086
|
-
"exports": [
|
|
3087
|
-
{
|
|
3088
|
-
"kind": "js",
|
|
3089
|
-
"name": "BoardSelector",
|
|
3090
|
-
"declaration": {
|
|
3091
|
-
"name": "BoardSelector",
|
|
3092
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3105
|
+
],
|
|
3106
|
+
"exports": [
|
|
3095
3107
|
{
|
|
3096
|
-
"kind": "
|
|
3097
|
-
"name": "
|
|
3108
|
+
"kind": "js",
|
|
3109
|
+
"name": "EditToolbar",
|
|
3098
3110
|
"declaration": {
|
|
3099
|
-
"name": "
|
|
3100
|
-
"module": "src/
|
|
3111
|
+
"name": "EditToolbar",
|
|
3112
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
3101
3113
|
}
|
|
3102
3114
|
}
|
|
3103
3115
|
]
|
|
@@ -5040,288 +5052,54 @@
|
|
|
5040
5052
|
"kind": "method",
|
|
5041
5053
|
"name": "_pasteDataBindingMapper"
|
|
5042
5054
|
},
|
|
5043
|
-
{
|
|
5044
|
-
"kind": "method",
|
|
5045
|
-
"name": "_onValueChanged"
|
|
5046
|
-
},
|
|
5047
|
-
{
|
|
5048
|
-
"kind": "method",
|
|
5049
|
-
"name": "_onValueChange",
|
|
5050
|
-
"parameters": [
|
|
5051
|
-
{
|
|
5052
|
-
"name": "e",
|
|
5053
|
-
"type": {
|
|
5054
|
-
"text": "Event"
|
|
5055
|
-
}
|
|
5056
|
-
}
|
|
5057
|
-
],
|
|
5058
|
-
"inheritedFrom": {
|
|
5059
|
-
"name": "AbstractProperty",
|
|
5060
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5061
|
-
}
|
|
5062
|
-
},
|
|
5063
|
-
{
|
|
5064
|
-
"kind": "field",
|
|
5065
|
-
"name": "tabContainer",
|
|
5066
|
-
"readonly": true
|
|
5067
|
-
},
|
|
5068
|
-
{
|
|
5069
|
-
"kind": "method",
|
|
5070
|
-
"name": "_onMappingChanged",
|
|
5071
|
-
"parameters": [
|
|
5072
|
-
{
|
|
5073
|
-
"name": "e",
|
|
5074
|
-
"type": {
|
|
5075
|
-
"text": "CustomEvent"
|
|
5076
|
-
}
|
|
5077
|
-
}
|
|
5078
|
-
]
|
|
5079
|
-
},
|
|
5080
|
-
{
|
|
5081
|
-
"kind": "method",
|
|
5082
|
-
"name": "_onTabScroll"
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"kind": "method",
|
|
5086
|
-
"name": "_onTabScrollNavLeft"
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "_onTabScrollNavRight"
|
|
5091
|
-
},
|
|
5092
|
-
{
|
|
5093
|
-
"kind": "method",
|
|
5094
|
-
"name": "_getValueFromEventTarget",
|
|
5095
|
-
"parameters": [
|
|
5096
|
-
{
|
|
5097
|
-
"name": "element",
|
|
5098
|
-
"type": {
|
|
5099
|
-
"text": "HTMLElement"
|
|
5100
|
-
}
|
|
5101
|
-
}
|
|
5102
|
-
],
|
|
5103
|
-
"inheritedFrom": {
|
|
5104
|
-
"name": "AbstractProperty",
|
|
5105
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5106
|
-
}
|
|
5107
|
-
},
|
|
5108
|
-
{
|
|
5109
|
-
"kind": "method",
|
|
5110
|
-
"name": "_onAfterValueChange",
|
|
5111
|
-
"parameters": [
|
|
5112
|
-
{
|
|
5113
|
-
"name": "key",
|
|
5114
|
-
"type": {
|
|
5115
|
-
"text": "string"
|
|
5116
|
-
}
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"name": "value",
|
|
5120
|
-
"type": {
|
|
5121
|
-
"text": "any"
|
|
5122
|
-
}
|
|
5123
|
-
}
|
|
5124
|
-
],
|
|
5125
|
-
"inheritedFrom": {
|
|
5126
|
-
"name": "AbstractProperty",
|
|
5127
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5128
|
-
}
|
|
5129
|
-
}
|
|
5130
|
-
],
|
|
5131
|
-
"events": [
|
|
5132
|
-
{
|
|
5133
|
-
"name": "property-change",
|
|
5134
|
-
"type": {
|
|
5135
|
-
"text": "CustomEvent"
|
|
5136
|
-
},
|
|
5137
|
-
"inheritedFrom": {
|
|
5138
|
-
"name": "AbstractProperty",
|
|
5139
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5140
|
-
}
|
|
5141
|
-
}
|
|
5142
|
-
],
|
|
5143
|
-
"attributes": [
|
|
5144
|
-
{
|
|
5145
|
-
"name": "value",
|
|
5146
|
-
"type": {
|
|
5147
|
-
"text": "Properties | undefined"
|
|
5148
|
-
},
|
|
5149
|
-
"fieldName": "value"
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "scene",
|
|
5153
|
-
"type": {
|
|
5154
|
-
"text": "Scene | undefined"
|
|
5155
|
-
},
|
|
5156
|
-
"fieldName": "scene"
|
|
5157
|
-
}
|
|
5158
|
-
],
|
|
5159
|
-
"mixins": [
|
|
5160
|
-
{
|
|
5161
|
-
"name": "ScopedElementsMixin",
|
|
5162
|
-
"package": "@open-wc/scoped-elements"
|
|
5163
|
-
}
|
|
5164
|
-
],
|
|
5165
|
-
"superclass": {
|
|
5166
|
-
"name": "AbstractProperty",
|
|
5167
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5168
|
-
}
|
|
5169
|
-
}
|
|
5170
|
-
],
|
|
5171
|
-
"exports": [
|
|
5172
|
-
{
|
|
5173
|
-
"kind": "js",
|
|
5174
|
-
"name": "PropertyDataBinding",
|
|
5175
|
-
"declaration": {
|
|
5176
|
-
"name": "PropertyDataBinding",
|
|
5177
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5178
|
-
}
|
|
5179
|
-
}
|
|
5180
|
-
]
|
|
5181
|
-
},
|
|
5182
|
-
{
|
|
5183
|
-
"kind": "javascript-module",
|
|
5184
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5185
|
-
"declarations": [
|
|
5186
|
-
{
|
|
5187
|
-
"kind": "variable",
|
|
5188
|
-
"name": "BoxPaddingEditorStyles",
|
|
5189
|
-
"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`"
|
|
5190
|
-
}
|
|
5191
|
-
],
|
|
5192
|
-
"exports": [
|
|
5193
|
-
{
|
|
5194
|
-
"kind": "js",
|
|
5195
|
-
"name": "BoxPaddingEditorStyles",
|
|
5196
|
-
"declaration": {
|
|
5197
|
-
"name": "BoxPaddingEditorStyles",
|
|
5198
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5199
|
-
}
|
|
5200
|
-
}
|
|
5201
|
-
]
|
|
5202
|
-
},
|
|
5203
|
-
{
|
|
5204
|
-
"kind": "javascript-module",
|
|
5205
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5206
|
-
"declarations": [
|
|
5207
|
-
{
|
|
5208
|
-
"kind": "class",
|
|
5209
|
-
"description": "",
|
|
5210
|
-
"name": "PropertyShapes",
|
|
5211
|
-
"members": [
|
|
5212
|
-
{
|
|
5213
|
-
"kind": "field",
|
|
5214
|
-
"name": "value",
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "Properties | undefined"
|
|
5217
|
-
},
|
|
5218
|
-
"attribute": "value"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"kind": "field",
|
|
5222
|
-
"name": "bounds",
|
|
5223
|
-
"type": {
|
|
5224
|
-
"text": "BOUNDS | null"
|
|
5225
|
-
},
|
|
5226
|
-
"default": "null",
|
|
5227
|
-
"attribute": "bounds"
|
|
5228
|
-
},
|
|
5229
|
-
{
|
|
5230
|
-
"kind": "field",
|
|
5231
|
-
"name": "selected",
|
|
5232
|
-
"type": {
|
|
5233
|
-
"text": "Component[]"
|
|
5234
|
-
},
|
|
5235
|
-
"default": "[]",
|
|
5236
|
-
"attribute": "selected"
|
|
5237
|
-
},
|
|
5238
|
-
{
|
|
5239
|
-
"kind": "method",
|
|
5240
|
-
"name": "_onValueChange",
|
|
5241
|
-
"parameters": [
|
|
5242
|
-
{
|
|
5243
|
-
"name": "e",
|
|
5244
|
-
"type": {
|
|
5245
|
-
"text": "Event"
|
|
5246
|
-
}
|
|
5247
|
-
}
|
|
5248
|
-
],
|
|
5249
|
-
"inheritedFrom": {
|
|
5250
|
-
"name": "AbstractProperty",
|
|
5251
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5252
|
-
}
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"kind": "method",
|
|
5256
|
-
"name": "_hasTextProperty",
|
|
5257
|
-
"parameters": [
|
|
5258
|
-
{
|
|
5259
|
-
"name": "selected",
|
|
5260
|
-
"type": {
|
|
5261
|
-
"text": "Component[]"
|
|
5262
|
-
}
|
|
5263
|
-
}
|
|
5264
|
-
]
|
|
5265
|
-
},
|
|
5266
|
-
{
|
|
5267
|
-
"kind": "method",
|
|
5268
|
-
"name": "_hasProperties",
|
|
5269
|
-
"parameters": [
|
|
5270
|
-
{
|
|
5271
|
-
"name": "selected",
|
|
5272
|
-
"type": {
|
|
5273
|
-
"text": "Component[]"
|
|
5274
|
-
}
|
|
5275
|
-
}
|
|
5276
|
-
]
|
|
5277
|
-
},
|
|
5278
|
-
{
|
|
5279
|
-
"kind": "method",
|
|
5280
|
-
"name": "_isIdentifiable",
|
|
5281
|
-
"parameters": [
|
|
5282
|
-
{
|
|
5283
|
-
"name": "selected",
|
|
5284
|
-
"type": {
|
|
5285
|
-
"text": "Component[]"
|
|
5286
|
-
}
|
|
5287
|
-
}
|
|
5288
|
-
]
|
|
5055
|
+
{
|
|
5056
|
+
"kind": "method",
|
|
5057
|
+
"name": "_onValueChanged"
|
|
5289
5058
|
},
|
|
5290
5059
|
{
|
|
5291
5060
|
"kind": "method",
|
|
5292
|
-
"name": "
|
|
5061
|
+
"name": "_onValueChange",
|
|
5293
5062
|
"parameters": [
|
|
5294
5063
|
{
|
|
5295
|
-
"name": "
|
|
5064
|
+
"name": "e",
|
|
5296
5065
|
"type": {
|
|
5297
|
-
"text": "
|
|
5066
|
+
"text": "Event"
|
|
5298
5067
|
}
|
|
5299
5068
|
}
|
|
5300
|
-
]
|
|
5069
|
+
],
|
|
5070
|
+
"inheritedFrom": {
|
|
5071
|
+
"name": "AbstractProperty",
|
|
5072
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "field",
|
|
5077
|
+
"name": "tabContainer",
|
|
5078
|
+
"readonly": true
|
|
5301
5079
|
},
|
|
5302
5080
|
{
|
|
5303
5081
|
"kind": "method",
|
|
5304
|
-
"name": "
|
|
5082
|
+
"name": "_onMappingChanged",
|
|
5305
5083
|
"parameters": [
|
|
5306
5084
|
{
|
|
5307
|
-
"name": "
|
|
5085
|
+
"name": "e",
|
|
5308
5086
|
"type": {
|
|
5309
|
-
"text": "
|
|
5087
|
+
"text": "CustomEvent"
|
|
5310
5088
|
}
|
|
5311
5089
|
}
|
|
5312
5090
|
]
|
|
5313
5091
|
},
|
|
5314
5092
|
{
|
|
5315
5093
|
"kind": "method",
|
|
5316
|
-
"name": "
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5094
|
+
"name": "_onTabScroll"
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"kind": "method",
|
|
5098
|
+
"name": "_onTabScrollNavLeft"
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"kind": "method",
|
|
5102
|
+
"name": "_onTabScrollNavRight"
|
|
5325
5103
|
},
|
|
5326
5104
|
{
|
|
5327
5105
|
"kind": "method",
|
|
@@ -5363,12 +5141,6 @@
|
|
|
5363
5141
|
}
|
|
5364
5142
|
],
|
|
5365
5143
|
"events": [
|
|
5366
|
-
{
|
|
5367
|
-
"name": "bounds-change",
|
|
5368
|
-
"type": {
|
|
5369
|
-
"text": "CustomEvent"
|
|
5370
|
-
}
|
|
5371
|
-
},
|
|
5372
5144
|
{
|
|
5373
5145
|
"name": "property-change",
|
|
5374
5146
|
"type": {
|
|
@@ -5389,250 +5161,277 @@
|
|
|
5389
5161
|
"fieldName": "value"
|
|
5390
5162
|
},
|
|
5391
5163
|
{
|
|
5392
|
-
"name": "
|
|
5164
|
+
"name": "scene",
|
|
5393
5165
|
"type": {
|
|
5394
|
-
"text": "
|
|
5166
|
+
"text": "Scene | undefined"
|
|
5395
5167
|
},
|
|
5396
|
-
"
|
|
5397
|
-
|
|
5398
|
-
|
|
5168
|
+
"fieldName": "scene"
|
|
5169
|
+
}
|
|
5170
|
+
],
|
|
5171
|
+
"mixins": [
|
|
5399
5172
|
{
|
|
5400
|
-
"name": "
|
|
5401
|
-
"
|
|
5402
|
-
"text": "Component[]"
|
|
5403
|
-
},
|
|
5404
|
-
"default": "[]",
|
|
5405
|
-
"fieldName": "selected"
|
|
5173
|
+
"name": "ScopedElementsMixin",
|
|
5174
|
+
"package": "@open-wc/scoped-elements"
|
|
5406
5175
|
}
|
|
5407
5176
|
],
|
|
5408
5177
|
"superclass": {
|
|
5409
5178
|
"name": "AbstractProperty",
|
|
5410
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5179
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5411
5180
|
}
|
|
5412
5181
|
}
|
|
5413
5182
|
],
|
|
5414
5183
|
"exports": [
|
|
5415
5184
|
{
|
|
5416
5185
|
"kind": "js",
|
|
5417
|
-
"name": "
|
|
5186
|
+
"name": "PropertyDataBinding",
|
|
5418
5187
|
"declaration": {
|
|
5419
|
-
"name": "
|
|
5420
|
-
"module": "src/modeller/property-sidebar/
|
|
5188
|
+
"name": "PropertyDataBinding",
|
|
5189
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5421
5190
|
}
|
|
5422
5191
|
}
|
|
5423
5192
|
]
|
|
5424
5193
|
},
|
|
5425
5194
|
{
|
|
5426
5195
|
"kind": "javascript-module",
|
|
5427
|
-
"path": "src/modeller/property-sidebar/
|
|
5196
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5197
|
+
"declarations": [
|
|
5198
|
+
{
|
|
5199
|
+
"kind": "variable",
|
|
5200
|
+
"name": "EffectsSharedStyle",
|
|
5201
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5202
|
+
}
|
|
5203
|
+
],
|
|
5204
|
+
"exports": [
|
|
5205
|
+
{
|
|
5206
|
+
"kind": "js",
|
|
5207
|
+
"name": "EffectsSharedStyle",
|
|
5208
|
+
"declaration": {
|
|
5209
|
+
"name": "EffectsSharedStyle",
|
|
5210
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
]
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "javascript-module",
|
|
5217
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5428
5218
|
"declarations": [
|
|
5429
5219
|
{
|
|
5430
5220
|
"kind": "class",
|
|
5431
5221
|
"description": "",
|
|
5432
|
-
"name": "
|
|
5222
|
+
"name": "PropertyEffects",
|
|
5433
5223
|
"members": [
|
|
5434
5224
|
{
|
|
5435
5225
|
"kind": "field",
|
|
5436
|
-
"name": "
|
|
5437
|
-
"type": {
|
|
5438
|
-
"text": "Scene | undefined"
|
|
5439
|
-
},
|
|
5440
|
-
"attribute": "scene"
|
|
5441
|
-
},
|
|
5442
|
-
{
|
|
5443
|
-
"kind": "field",
|
|
5444
|
-
"name": "searchText",
|
|
5226
|
+
"name": "value",
|
|
5445
5227
|
"type": {
|
|
5446
|
-
"text": "
|
|
5228
|
+
"text": "Properties | undefined"
|
|
5447
5229
|
},
|
|
5448
|
-
"
|
|
5449
|
-
"default": "''"
|
|
5230
|
+
"attribute": "value"
|
|
5450
5231
|
},
|
|
5451
5232
|
{
|
|
5452
5233
|
"kind": "field",
|
|
5453
|
-
"name": "
|
|
5234
|
+
"name": "scene",
|
|
5454
5235
|
"type": {
|
|
5455
|
-
"text": "
|
|
5236
|
+
"text": "Scene | undefined"
|
|
5456
5237
|
},
|
|
5457
|
-
"
|
|
5238
|
+
"attribute": "scene"
|
|
5458
5239
|
},
|
|
5459
5240
|
{
|
|
5460
5241
|
"kind": "field",
|
|
5461
|
-
"name": "
|
|
5462
|
-
"
|
|
5463
|
-
|
|
5464
|
-
},
|
|
5465
|
-
"privacy": "private",
|
|
5466
|
-
"default": "false"
|
|
5242
|
+
"name": "scopedElements",
|
|
5243
|
+
"static": true,
|
|
5244
|
+
"readonly": true
|
|
5467
5245
|
},
|
|
5468
5246
|
{
|
|
5469
5247
|
"kind": "method",
|
|
5470
|
-
"name": "
|
|
5248
|
+
"name": "_onValueChange",
|
|
5471
5249
|
"parameters": [
|
|
5472
5250
|
{
|
|
5473
|
-
"name": "
|
|
5474
|
-
"optional": true,
|
|
5251
|
+
"name": "e",
|
|
5475
5252
|
"type": {
|
|
5476
|
-
"text": "
|
|
5253
|
+
"text": "Event"
|
|
5477
5254
|
}
|
|
5478
5255
|
}
|
|
5479
|
-
]
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
},
|
|
5485
|
-
{
|
|
5486
|
-
"kind": "field",
|
|
5487
|
-
"name": "sortableConfig",
|
|
5488
|
-
"type": {
|
|
5489
|
-
"text": "Sortable.Options"
|
|
5490
|
-
},
|
|
5491
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5256
|
+
],
|
|
5257
|
+
"inheritedFrom": {
|
|
5258
|
+
"name": "AbstractProperty",
|
|
5259
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5260
|
+
}
|
|
5492
5261
|
},
|
|
5493
5262
|
{
|
|
5494
5263
|
"kind": "method",
|
|
5495
|
-
"name": "
|
|
5264
|
+
"name": "_getValueFromEventTarget",
|
|
5496
5265
|
"parameters": [
|
|
5497
5266
|
{
|
|
5498
|
-
"name": "
|
|
5267
|
+
"name": "element",
|
|
5499
5268
|
"type": {
|
|
5500
|
-
"text": "
|
|
5269
|
+
"text": "HTMLElement"
|
|
5501
5270
|
}
|
|
5502
5271
|
}
|
|
5503
|
-
]
|
|
5272
|
+
],
|
|
5273
|
+
"inheritedFrom": {
|
|
5274
|
+
"name": "AbstractProperty",
|
|
5275
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5276
|
+
}
|
|
5504
5277
|
},
|
|
5505
5278
|
{
|
|
5506
5279
|
"kind": "method",
|
|
5507
|
-
"name": "
|
|
5280
|
+
"name": "_onAfterValueChange",
|
|
5508
5281
|
"parameters": [
|
|
5509
5282
|
{
|
|
5510
|
-
"name": "
|
|
5283
|
+
"name": "key",
|
|
5511
5284
|
"type": {
|
|
5512
|
-
"text": "
|
|
5285
|
+
"text": "string"
|
|
5513
5286
|
}
|
|
5514
|
-
}
|
|
5515
|
-
]
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "method",
|
|
5519
|
-
"name": "_ondblclick",
|
|
5520
|
-
"parameters": [
|
|
5287
|
+
},
|
|
5521
5288
|
{
|
|
5522
|
-
"name": "
|
|
5289
|
+
"name": "value",
|
|
5523
5290
|
"type": {
|
|
5524
|
-
"text": "
|
|
5291
|
+
"text": "any"
|
|
5525
5292
|
}
|
|
5526
5293
|
}
|
|
5527
|
-
]
|
|
5528
|
-
|
|
5294
|
+
],
|
|
5295
|
+
"inheritedFrom": {
|
|
5296
|
+
"name": "AbstractProperty",
|
|
5297
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5298
|
+
}
|
|
5299
|
+
}
|
|
5300
|
+
],
|
|
5301
|
+
"attributes": [
|
|
5529
5302
|
{
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
|
|
5303
|
+
"name": "value",
|
|
5304
|
+
"type": {
|
|
5305
|
+
"text": "Properties | undefined"
|
|
5306
|
+
},
|
|
5307
|
+
"fieldName": "value"
|
|
5533
5308
|
},
|
|
5534
5309
|
{
|
|
5535
|
-
"
|
|
5536
|
-
"
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
}
|
|
5544
|
-
]
|
|
5545
|
-
},
|
|
5310
|
+
"name": "scene",
|
|
5311
|
+
"type": {
|
|
5312
|
+
"text": "Scene | undefined"
|
|
5313
|
+
},
|
|
5314
|
+
"fieldName": "scene"
|
|
5315
|
+
}
|
|
5316
|
+
],
|
|
5317
|
+
"mixins": [
|
|
5546
5318
|
{
|
|
5547
|
-
"
|
|
5548
|
-
"
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5319
|
+
"name": "ScopedElementsMixin",
|
|
5320
|
+
"package": "@open-wc/scoped-elements"
|
|
5321
|
+
}
|
|
5322
|
+
],
|
|
5323
|
+
"superclass": {
|
|
5324
|
+
"name": "AbstractProperty",
|
|
5325
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5326
|
+
},
|
|
5327
|
+
"events": [
|
|
5328
|
+
{
|
|
5329
|
+
"name": "property-change",
|
|
5330
|
+
"type": {
|
|
5331
|
+
"text": "CustomEvent"
|
|
5332
|
+
},
|
|
5333
|
+
"inheritedFrom": {
|
|
5334
|
+
"name": "AbstractProperty",
|
|
5335
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5336
|
+
}
|
|
5337
|
+
}
|
|
5338
|
+
]
|
|
5339
|
+
}
|
|
5340
|
+
],
|
|
5341
|
+
"exports": [
|
|
5342
|
+
{
|
|
5343
|
+
"kind": "js",
|
|
5344
|
+
"name": "PropertyEffects",
|
|
5345
|
+
"declaration": {
|
|
5346
|
+
"name": "PropertyEffects",
|
|
5347
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5348
|
+
}
|
|
5349
|
+
}
|
|
5350
|
+
]
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "javascript-module",
|
|
5354
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5355
|
+
"declarations": [
|
|
5356
|
+
{
|
|
5357
|
+
"kind": "class",
|
|
5358
|
+
"description": "",
|
|
5359
|
+
"name": "PropertyEventHover",
|
|
5360
|
+
"members": [
|
|
5558
5361
|
{
|
|
5559
|
-
"kind": "
|
|
5560
|
-
"name": "
|
|
5561
|
-
"
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
"text": "Component"
|
|
5566
|
-
}
|
|
5567
|
-
}
|
|
5568
|
-
]
|
|
5362
|
+
"kind": "field",
|
|
5363
|
+
"name": "value",
|
|
5364
|
+
"type": {
|
|
5365
|
+
"text": "Properties | undefined"
|
|
5366
|
+
},
|
|
5367
|
+
"attribute": "value"
|
|
5569
5368
|
},
|
|
5570
5369
|
{
|
|
5571
|
-
"kind": "
|
|
5572
|
-
"name": "
|
|
5573
|
-
"
|
|
5574
|
-
|
|
5575
|
-
|
|
5576
|
-
|
|
5577
|
-
"text": "Component"
|
|
5578
|
-
}
|
|
5579
|
-
}
|
|
5580
|
-
]
|
|
5370
|
+
"kind": "field",
|
|
5371
|
+
"name": "scene",
|
|
5372
|
+
"type": {
|
|
5373
|
+
"text": "Scene | undefined"
|
|
5374
|
+
},
|
|
5375
|
+
"attribute": "scene"
|
|
5581
5376
|
},
|
|
5582
5377
|
{
|
|
5583
5378
|
"kind": "method",
|
|
5584
|
-
"name": "
|
|
5379
|
+
"name": "_getPlaceHoder",
|
|
5585
5380
|
"parameters": [
|
|
5586
5381
|
{
|
|
5587
|
-
"name": "
|
|
5382
|
+
"name": "action",
|
|
5588
5383
|
"type": {
|
|
5589
|
-
"text": "
|
|
5384
|
+
"text": "string"
|
|
5590
5385
|
}
|
|
5591
5386
|
}
|
|
5592
5387
|
]
|
|
5593
5388
|
},
|
|
5594
5389
|
{
|
|
5595
5390
|
"kind": "method",
|
|
5596
|
-
"name": "
|
|
5391
|
+
"name": "_getTargetList",
|
|
5597
5392
|
"return": {
|
|
5598
5393
|
"type": {
|
|
5599
|
-
"text": "
|
|
5394
|
+
"text": "{ value: string; description: string }[]"
|
|
5600
5395
|
}
|
|
5601
5396
|
},
|
|
5602
5397
|
"parameters": [
|
|
5603
5398
|
{
|
|
5604
|
-
"name": "
|
|
5399
|
+
"name": "action",
|
|
5605
5400
|
"type": {
|
|
5606
|
-
"text": "
|
|
5401
|
+
"text": "string"
|
|
5607
5402
|
}
|
|
5608
5403
|
}
|
|
5609
5404
|
]
|
|
5610
5405
|
},
|
|
5611
5406
|
{
|
|
5612
5407
|
"kind": "method",
|
|
5613
|
-
"name": "
|
|
5614
|
-
"return": {
|
|
5615
|
-
"type": {
|
|
5616
|
-
"text": "TemplateResult"
|
|
5617
|
-
}
|
|
5618
|
-
},
|
|
5408
|
+
"name": "_onValueChange",
|
|
5619
5409
|
"parameters": [
|
|
5620
5410
|
{
|
|
5621
|
-
"name": "
|
|
5622
|
-
"type": {
|
|
5623
|
-
"text": "Component"
|
|
5624
|
-
}
|
|
5625
|
-
},
|
|
5626
|
-
{
|
|
5627
|
-
"name": "depth",
|
|
5411
|
+
"name": "e",
|
|
5628
5412
|
"type": {
|
|
5629
|
-
"text": "
|
|
5413
|
+
"text": "Event"
|
|
5630
5414
|
}
|
|
5631
5415
|
}
|
|
5632
5416
|
]
|
|
5633
5417
|
}
|
|
5634
5418
|
],
|
|
5419
|
+
"events": [
|
|
5420
|
+
{
|
|
5421
|
+
"name": "change",
|
|
5422
|
+
"type": {
|
|
5423
|
+
"text": "CustomEvent"
|
|
5424
|
+
}
|
|
5425
|
+
}
|
|
5426
|
+
],
|
|
5635
5427
|
"attributes": [
|
|
5428
|
+
{
|
|
5429
|
+
"name": "value",
|
|
5430
|
+
"type": {
|
|
5431
|
+
"text": "Properties | undefined"
|
|
5432
|
+
},
|
|
5433
|
+
"fieldName": "value"
|
|
5434
|
+
},
|
|
5636
5435
|
{
|
|
5637
5436
|
"name": "scene",
|
|
5638
5437
|
"type": {
|
|
@@ -5651,122 +5450,188 @@
|
|
|
5651
5450
|
"exports": [
|
|
5652
5451
|
{
|
|
5653
5452
|
"kind": "js",
|
|
5654
|
-
"name": "
|
|
5453
|
+
"name": "PropertyEventHover",
|
|
5655
5454
|
"declaration": {
|
|
5656
|
-
"name": "
|
|
5657
|
-
"module": "src/modeller/property-sidebar/
|
|
5455
|
+
"name": "PropertyEventHover",
|
|
5456
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5658
5457
|
}
|
|
5659
5458
|
}
|
|
5660
5459
|
]
|
|
5661
5460
|
},
|
|
5662
5461
|
{
|
|
5663
5462
|
"kind": "javascript-module",
|
|
5664
|
-
"path": "src/modeller/property-sidebar/
|
|
5463
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5665
5464
|
"declarations": [
|
|
5666
5465
|
{
|
|
5667
5466
|
"kind": "class",
|
|
5668
5467
|
"description": "",
|
|
5669
|
-
"name": "
|
|
5468
|
+
"name": "PropertyEventTap",
|
|
5670
5469
|
"members": [
|
|
5671
5470
|
{
|
|
5672
5471
|
"kind": "field",
|
|
5673
5472
|
"name": "value",
|
|
5674
5473
|
"type": {
|
|
5675
|
-
"text": "
|
|
5474
|
+
"text": "Properties | undefined"
|
|
5676
5475
|
},
|
|
5677
|
-
"default": "{}",
|
|
5678
5476
|
"attribute": "value"
|
|
5679
5477
|
},
|
|
5680
5478
|
{
|
|
5681
5479
|
"kind": "field",
|
|
5682
|
-
"name": "
|
|
5480
|
+
"name": "scene",
|
|
5683
5481
|
"type": {
|
|
5684
|
-
"text": "
|
|
5482
|
+
"text": "Scene | undefined"
|
|
5685
5483
|
},
|
|
5686
|
-
"
|
|
5687
|
-
"attribute": "selected"
|
|
5484
|
+
"attribute": "scene"
|
|
5688
5485
|
},
|
|
5689
5486
|
{
|
|
5690
5487
|
"kind": "field",
|
|
5691
|
-
"name": "
|
|
5488
|
+
"name": "scenarios",
|
|
5692
5489
|
"type": {
|
|
5693
|
-
"text": "
|
|
5490
|
+
"text": "{ value: string; description: string }[]"
|
|
5694
5491
|
},
|
|
5695
|
-
"default": "[]"
|
|
5696
|
-
"attribute": "fonts"
|
|
5492
|
+
"default": "[]"
|
|
5697
5493
|
},
|
|
5698
5494
|
{
|
|
5699
5495
|
"kind": "field",
|
|
5700
|
-
"name": "
|
|
5496
|
+
"name": "targetList",
|
|
5701
5497
|
"type": {
|
|
5702
|
-
"text": "
|
|
5498
|
+
"text": "{ value: string; description: string }[]"
|
|
5703
5499
|
},
|
|
5704
|
-
"default": "
|
|
5500
|
+
"default": "[]"
|
|
5705
5501
|
},
|
|
5706
5502
|
{
|
|
5707
5503
|
"kind": "method",
|
|
5708
|
-
"name": "
|
|
5504
|
+
"name": "_getPlaceHoder",
|
|
5709
5505
|
"parameters": [
|
|
5710
5506
|
{
|
|
5711
|
-
"name": "
|
|
5507
|
+
"name": "action",
|
|
5712
5508
|
"type": {
|
|
5713
|
-
"text": "
|
|
5509
|
+
"text": "string"
|
|
5714
5510
|
}
|
|
5715
5511
|
}
|
|
5716
5512
|
]
|
|
5717
5513
|
},
|
|
5718
5514
|
{
|
|
5719
5515
|
"kind": "method",
|
|
5720
|
-
"name": "
|
|
5516
|
+
"name": "_getInputList",
|
|
5517
|
+
"return": {
|
|
5518
|
+
"type": {
|
|
5519
|
+
"text": "{ value: string; description: string }[]"
|
|
5520
|
+
}
|
|
5521
|
+
},
|
|
5721
5522
|
"parameters": [
|
|
5722
5523
|
{
|
|
5723
|
-
"name": "
|
|
5524
|
+
"name": "action",
|
|
5724
5525
|
"type": {
|
|
5725
|
-
"text": "
|
|
5526
|
+
"text": "string"
|
|
5726
5527
|
}
|
|
5727
5528
|
}
|
|
5728
|
-
]
|
|
5729
|
-
"inheritedFrom": {
|
|
5730
|
-
"name": "AbstractProperty",
|
|
5731
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5732
|
-
}
|
|
5529
|
+
]
|
|
5733
5530
|
},
|
|
5734
5531
|
{
|
|
5735
5532
|
"kind": "method",
|
|
5736
|
-
"name": "
|
|
5533
|
+
"name": "_onValueChange",
|
|
5737
5534
|
"parameters": [
|
|
5738
5535
|
{
|
|
5739
|
-
"name": "
|
|
5536
|
+
"name": "e",
|
|
5740
5537
|
"type": {
|
|
5741
|
-
"text": "
|
|
5538
|
+
"text": "Event"
|
|
5742
5539
|
}
|
|
5743
5540
|
}
|
|
5744
|
-
]
|
|
5745
|
-
|
|
5746
|
-
|
|
5747
|
-
|
|
5541
|
+
]
|
|
5542
|
+
}
|
|
5543
|
+
],
|
|
5544
|
+
"events": [
|
|
5545
|
+
{
|
|
5546
|
+
"name": "change",
|
|
5547
|
+
"type": {
|
|
5548
|
+
"text": "CustomEvent"
|
|
5748
5549
|
}
|
|
5550
|
+
}
|
|
5551
|
+
],
|
|
5552
|
+
"attributes": [
|
|
5553
|
+
{
|
|
5554
|
+
"name": "value",
|
|
5555
|
+
"type": {
|
|
5556
|
+
"text": "Properties | undefined"
|
|
5557
|
+
},
|
|
5558
|
+
"fieldName": "value"
|
|
5559
|
+
},
|
|
5560
|
+
{
|
|
5561
|
+
"name": "scene",
|
|
5562
|
+
"type": {
|
|
5563
|
+
"text": "Scene | undefined"
|
|
5564
|
+
},
|
|
5565
|
+
"fieldName": "scene"
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"superclass": {
|
|
5569
|
+
"name": "LitElement",
|
|
5570
|
+
"package": "lit"
|
|
5571
|
+
},
|
|
5572
|
+
"customElement": true
|
|
5573
|
+
}
|
|
5574
|
+
],
|
|
5575
|
+
"exports": [
|
|
5576
|
+
{
|
|
5577
|
+
"kind": "js",
|
|
5578
|
+
"name": "PropertyEventTap",
|
|
5579
|
+
"declaration": {
|
|
5580
|
+
"name": "PropertyEventTap",
|
|
5581
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5582
|
+
}
|
|
5583
|
+
}
|
|
5584
|
+
]
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
"kind": "javascript-module",
|
|
5588
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5589
|
+
"declarations": [
|
|
5590
|
+
{
|
|
5591
|
+
"kind": "class",
|
|
5592
|
+
"description": "",
|
|
5593
|
+
"name": "PropertyEvent",
|
|
5594
|
+
"members": [
|
|
5595
|
+
{
|
|
5596
|
+
"kind": "field",
|
|
5597
|
+
"name": "value",
|
|
5598
|
+
"type": {
|
|
5599
|
+
"text": "Properties | undefined"
|
|
5600
|
+
},
|
|
5601
|
+
"attribute": "value"
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "field",
|
|
5605
|
+
"name": "scene",
|
|
5606
|
+
"type": {
|
|
5607
|
+
"text": "Scene | undefined"
|
|
5608
|
+
},
|
|
5609
|
+
"attribute": "scene"
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"kind": "field",
|
|
5613
|
+
"name": "scopedElements",
|
|
5614
|
+
"static": true,
|
|
5615
|
+
"readonly": true
|
|
5749
5616
|
},
|
|
5750
5617
|
{
|
|
5751
5618
|
"kind": "method",
|
|
5752
|
-
"name": "
|
|
5619
|
+
"name": "_onValueChange",
|
|
5753
5620
|
"parameters": [
|
|
5754
5621
|
{
|
|
5755
|
-
"name": "
|
|
5756
|
-
"type": {
|
|
5757
|
-
"text": "string"
|
|
5758
|
-
}
|
|
5759
|
-
},
|
|
5760
|
-
{
|
|
5761
|
-
"name": "value",
|
|
5622
|
+
"name": "e",
|
|
5762
5623
|
"type": {
|
|
5763
|
-
"text": "
|
|
5764
|
-
}
|
|
5765
|
-
}
|
|
5766
|
-
]
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5624
|
+
"text": "Event"
|
|
5625
|
+
}
|
|
5626
|
+
}
|
|
5627
|
+
]
|
|
5628
|
+
}
|
|
5629
|
+
],
|
|
5630
|
+
"events": [
|
|
5631
|
+
{
|
|
5632
|
+
"name": "change",
|
|
5633
|
+
"type": {
|
|
5634
|
+
"text": "CustomEvent"
|
|
5770
5635
|
}
|
|
5771
5636
|
}
|
|
5772
5637
|
],
|
|
@@ -5774,110 +5639,62 @@
|
|
|
5774
5639
|
{
|
|
5775
5640
|
"name": "value",
|
|
5776
5641
|
"type": {
|
|
5777
|
-
"text": "
|
|
5642
|
+
"text": "Properties | undefined"
|
|
5778
5643
|
},
|
|
5779
|
-
"default": "{}",
|
|
5780
5644
|
"fieldName": "value"
|
|
5781
5645
|
},
|
|
5782
5646
|
{
|
|
5783
|
-
"name": "
|
|
5647
|
+
"name": "scene",
|
|
5784
5648
|
"type": {
|
|
5785
|
-
"text": "
|
|
5649
|
+
"text": "Scene | undefined"
|
|
5786
5650
|
},
|
|
5787
|
-
"
|
|
5788
|
-
|
|
5789
|
-
|
|
5651
|
+
"fieldName": "scene"
|
|
5652
|
+
}
|
|
5653
|
+
],
|
|
5654
|
+
"mixins": [
|
|
5790
5655
|
{
|
|
5791
|
-
"name": "
|
|
5792
|
-
"
|
|
5793
|
-
"text": "any[]"
|
|
5794
|
-
},
|
|
5795
|
-
"default": "[]",
|
|
5796
|
-
"fieldName": "fonts"
|
|
5656
|
+
"name": "ScopedElementsMixin",
|
|
5657
|
+
"package": "@open-wc/scoped-elements"
|
|
5797
5658
|
}
|
|
5798
5659
|
],
|
|
5799
5660
|
"superclass": {
|
|
5800
|
-
"name": "
|
|
5801
|
-
"
|
|
5661
|
+
"name": "LitElement",
|
|
5662
|
+
"package": "lit"
|
|
5802
5663
|
},
|
|
5803
|
-
"
|
|
5804
|
-
{
|
|
5805
|
-
"name": "property-change",
|
|
5806
|
-
"type": {
|
|
5807
|
-
"text": "CustomEvent"
|
|
5808
|
-
},
|
|
5809
|
-
"inheritedFrom": {
|
|
5810
|
-
"name": "AbstractProperty",
|
|
5811
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5812
|
-
}
|
|
5813
|
-
}
|
|
5814
|
-
]
|
|
5664
|
+
"customElement": true
|
|
5815
5665
|
}
|
|
5816
5666
|
],
|
|
5817
5667
|
"exports": [
|
|
5818
5668
|
{
|
|
5819
5669
|
"kind": "js",
|
|
5820
|
-
"name": "
|
|
5670
|
+
"name": "PropertyEvent",
|
|
5821
5671
|
"declaration": {
|
|
5822
|
-
"name": "
|
|
5823
|
-
"module": "src/modeller/property-sidebar/
|
|
5672
|
+
"name": "PropertyEvent",
|
|
5673
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5824
5674
|
}
|
|
5825
5675
|
}
|
|
5826
5676
|
]
|
|
5827
5677
|
},
|
|
5828
5678
|
{
|
|
5829
5679
|
"kind": "javascript-module",
|
|
5830
|
-
"path": "src/modeller/property-sidebar/
|
|
5680
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5831
5681
|
"declarations": [
|
|
5832
5682
|
{
|
|
5833
5683
|
"kind": "class",
|
|
5834
|
-
"description": "",
|
|
5835
|
-
"name": "
|
|
5684
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5685
|
+
"name": "PropertyShadow",
|
|
5836
5686
|
"members": [
|
|
5837
5687
|
{
|
|
5838
5688
|
"kind": "field",
|
|
5839
5689
|
"name": "value",
|
|
5840
5690
|
"type": {
|
|
5841
|
-
"text": "
|
|
5691
|
+
"text": "Properties | undefined"
|
|
5842
5692
|
},
|
|
5843
5693
|
"attribute": "value"
|
|
5844
5694
|
},
|
|
5845
|
-
{
|
|
5846
|
-
"kind": "field",
|
|
5847
|
-
"name": "props",
|
|
5848
|
-
"type": {
|
|
5849
|
-
"text": "any[]"
|
|
5850
|
-
},
|
|
5851
|
-
"default": "[]",
|
|
5852
|
-
"attribute": "props"
|
|
5853
|
-
},
|
|
5854
|
-
{
|
|
5855
|
-
"kind": "field",
|
|
5856
|
-
"name": "propertyEditor",
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "any"
|
|
5859
|
-
},
|
|
5860
|
-
"attribute": "propertyEditor"
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"kind": "method",
|
|
5864
|
-
"name": "_onPropsChanged",
|
|
5865
|
-
"parameters": [
|
|
5866
|
-
{
|
|
5867
|
-
"name": "props",
|
|
5868
|
-
"type": {
|
|
5869
|
-
"text": "any[]"
|
|
5870
|
-
}
|
|
5871
|
-
}
|
|
5872
|
-
]
|
|
5873
|
-
},
|
|
5874
|
-
{
|
|
5875
|
-
"kind": "method",
|
|
5876
|
-
"name": "_setValues"
|
|
5877
|
-
},
|
|
5878
5695
|
{
|
|
5879
5696
|
"kind": "method",
|
|
5880
|
-
"name": "
|
|
5697
|
+
"name": "_onValueChange",
|
|
5881
5698
|
"parameters": [
|
|
5882
5699
|
{
|
|
5883
5700
|
"name": "e",
|
|
@@ -5890,7 +5707,7 @@
|
|
|
5890
5707
|
],
|
|
5891
5708
|
"events": [
|
|
5892
5709
|
{
|
|
5893
|
-
"name": "
|
|
5710
|
+
"name": "change",
|
|
5894
5711
|
"type": {
|
|
5895
5712
|
"text": "CustomEvent"
|
|
5896
5713
|
}
|
|
@@ -5900,24 +5717,9 @@
|
|
|
5900
5717
|
{
|
|
5901
5718
|
"name": "value",
|
|
5902
5719
|
"type": {
|
|
5903
|
-
"text": "
|
|
5720
|
+
"text": "Properties | undefined"
|
|
5904
5721
|
},
|
|
5905
5722
|
"fieldName": "value"
|
|
5906
|
-
},
|
|
5907
|
-
{
|
|
5908
|
-
"name": "props",
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "any[]"
|
|
5911
|
-
},
|
|
5912
|
-
"default": "[]",
|
|
5913
|
-
"fieldName": "props"
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"name": "propertyEditor",
|
|
5917
|
-
"type": {
|
|
5918
|
-
"text": "any"
|
|
5919
|
-
},
|
|
5920
|
-
"fieldName": "propertyEditor"
|
|
5921
5723
|
}
|
|
5922
5724
|
],
|
|
5923
5725
|
"superclass": {
|
|
@@ -5930,39 +5732,88 @@
|
|
|
5930
5732
|
"exports": [
|
|
5931
5733
|
{
|
|
5932
5734
|
"kind": "js",
|
|
5933
|
-
"name": "
|
|
5735
|
+
"name": "PropertyShadow",
|
|
5934
5736
|
"declaration": {
|
|
5935
|
-
"name": "
|
|
5936
|
-
"module": "src/modeller/property-sidebar/
|
|
5737
|
+
"name": "PropertyShadow",
|
|
5738
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5937
5739
|
}
|
|
5938
5740
|
}
|
|
5939
5741
|
]
|
|
5940
5742
|
},
|
|
5941
5743
|
{
|
|
5942
5744
|
"kind": "javascript-module",
|
|
5943
|
-
"path": "src/modeller/property-sidebar/
|
|
5745
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5746
|
+
"declarations": [
|
|
5747
|
+
{
|
|
5748
|
+
"kind": "function",
|
|
5749
|
+
"name": "convert",
|
|
5750
|
+
"parameters": [
|
|
5751
|
+
{
|
|
5752
|
+
"name": "element",
|
|
5753
|
+
"type": {
|
|
5754
|
+
"text": "any"
|
|
5755
|
+
}
|
|
5756
|
+
}
|
|
5757
|
+
]
|
|
5758
|
+
}
|
|
5759
|
+
],
|
|
5760
|
+
"exports": [
|
|
5761
|
+
{
|
|
5762
|
+
"kind": "js",
|
|
5763
|
+
"name": "convert",
|
|
5764
|
+
"declaration": {
|
|
5765
|
+
"name": "convert",
|
|
5766
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5767
|
+
}
|
|
5768
|
+
}
|
|
5769
|
+
]
|
|
5770
|
+
},
|
|
5771
|
+
{
|
|
5772
|
+
"kind": "javascript-module",
|
|
5773
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5774
|
+
"declarations": [
|
|
5775
|
+
{
|
|
5776
|
+
"kind": "variable",
|
|
5777
|
+
"name": "BoxPaddingEditorStyles",
|
|
5778
|
+
"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`"
|
|
5779
|
+
}
|
|
5780
|
+
],
|
|
5781
|
+
"exports": [
|
|
5782
|
+
{
|
|
5783
|
+
"kind": "js",
|
|
5784
|
+
"name": "BoxPaddingEditorStyles",
|
|
5785
|
+
"declaration": {
|
|
5786
|
+
"name": "BoxPaddingEditorStyles",
|
|
5787
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5788
|
+
}
|
|
5789
|
+
}
|
|
5790
|
+
]
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"kind": "javascript-module",
|
|
5794
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5944
5795
|
"declarations": [
|
|
5945
5796
|
{
|
|
5946
5797
|
"kind": "class",
|
|
5947
5798
|
"description": "",
|
|
5948
|
-
"name": "
|
|
5799
|
+
"name": "PropertyShapes",
|
|
5949
5800
|
"members": [
|
|
5950
5801
|
{
|
|
5951
5802
|
"kind": "field",
|
|
5952
5803
|
"name": "value",
|
|
5953
5804
|
"type": {
|
|
5954
|
-
"text": "
|
|
5805
|
+
"text": "Properties | undefined"
|
|
5955
5806
|
},
|
|
5956
5807
|
"attribute": "value"
|
|
5957
5808
|
},
|
|
5958
5809
|
{
|
|
5959
5810
|
"kind": "field",
|
|
5960
|
-
"name": "
|
|
5811
|
+
"name": "bounds",
|
|
5961
5812
|
"type": {
|
|
5962
|
-
"text": "
|
|
5813
|
+
"text": "BOUNDS | null"
|
|
5963
5814
|
},
|
|
5964
5815
|
"default": "null",
|
|
5965
|
-
"attribute": "
|
|
5816
|
+
"attribute": "bounds"
|
|
5966
5817
|
},
|
|
5967
5818
|
{
|
|
5968
5819
|
"kind": "field",
|
|
@@ -5973,38 +5824,6 @@
|
|
|
5973
5824
|
"default": "[]",
|
|
5974
5825
|
"attribute": "selected"
|
|
5975
5826
|
},
|
|
5976
|
-
{
|
|
5977
|
-
"kind": "field",
|
|
5978
|
-
"name": "props",
|
|
5979
|
-
"type": {
|
|
5980
|
-
"text": "any[]"
|
|
5981
|
-
},
|
|
5982
|
-
"default": "[]",
|
|
5983
|
-
"attribute": "props"
|
|
5984
|
-
},
|
|
5985
|
-
{
|
|
5986
|
-
"kind": "field",
|
|
5987
|
-
"name": "propertyEditor",
|
|
5988
|
-
"type": {
|
|
5989
|
-
"text": "any[]"
|
|
5990
|
-
},
|
|
5991
|
-
"default": "[]",
|
|
5992
|
-
"attribute": "propertyEditor"
|
|
5993
|
-
},
|
|
5994
|
-
{
|
|
5995
|
-
"kind": "field",
|
|
5996
|
-
"name": "boundINeedSelected",
|
|
5997
|
-
"type": {
|
|
5998
|
-
"text": "any"
|
|
5999
|
-
},
|
|
6000
|
-
"privacy": "private"
|
|
6001
|
-
},
|
|
6002
|
-
{
|
|
6003
|
-
"kind": "field",
|
|
6004
|
-
"name": "scopedElements",
|
|
6005
|
-
"static": true,
|
|
6006
|
-
"readonly": true
|
|
6007
|
-
},
|
|
6008
5827
|
{
|
|
6009
5828
|
"kind": "method",
|
|
6010
5829
|
"name": "_onValueChange",
|
|
@@ -6021,6 +5840,30 @@
|
|
|
6021
5840
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6022
5841
|
}
|
|
6023
5842
|
},
|
|
5843
|
+
{
|
|
5844
|
+
"kind": "method",
|
|
5845
|
+
"name": "_hasTextProperty",
|
|
5846
|
+
"parameters": [
|
|
5847
|
+
{
|
|
5848
|
+
"name": "selected",
|
|
5849
|
+
"type": {
|
|
5850
|
+
"text": "Component[]"
|
|
5851
|
+
}
|
|
5852
|
+
}
|
|
5853
|
+
]
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"kind": "method",
|
|
5857
|
+
"name": "_hasProperties",
|
|
5858
|
+
"parameters": [
|
|
5859
|
+
{
|
|
5860
|
+
"name": "selected",
|
|
5861
|
+
"type": {
|
|
5862
|
+
"text": "Component[]"
|
|
5863
|
+
}
|
|
5864
|
+
}
|
|
5865
|
+
]
|
|
5866
|
+
},
|
|
6024
5867
|
{
|
|
6025
5868
|
"kind": "method",
|
|
6026
5869
|
"name": "_isIdentifiable",
|
|
@@ -6035,7 +5878,7 @@
|
|
|
6035
5878
|
},
|
|
6036
5879
|
{
|
|
6037
5880
|
"kind": "method",
|
|
6038
|
-
"name": "
|
|
5881
|
+
"name": "_isClassIdentifiable",
|
|
6039
5882
|
"parameters": [
|
|
6040
5883
|
{
|
|
6041
5884
|
"name": "selected",
|
|
@@ -6047,12 +5890,24 @@
|
|
|
6047
5890
|
},
|
|
6048
5891
|
{
|
|
6049
5892
|
"kind": "method",
|
|
6050
|
-
"name": "
|
|
5893
|
+
"name": "_isLine",
|
|
5894
|
+
"parameters": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "selected",
|
|
5897
|
+
"type": {
|
|
5898
|
+
"text": "Component[]"
|
|
5899
|
+
}
|
|
5900
|
+
}
|
|
5901
|
+
]
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"kind": "method",
|
|
5905
|
+
"name": "_is3dish",
|
|
6051
5906
|
"parameters": [
|
|
6052
5907
|
{
|
|
6053
|
-
"name": "
|
|
5908
|
+
"name": "selected",
|
|
6054
5909
|
"type": {
|
|
6055
|
-
"text": "
|
|
5910
|
+
"text": "Component[]"
|
|
6056
5911
|
}
|
|
6057
5912
|
}
|
|
6058
5913
|
]
|
|
@@ -6096,21 +5951,39 @@
|
|
|
6096
5951
|
}
|
|
6097
5952
|
}
|
|
6098
5953
|
],
|
|
5954
|
+
"events": [
|
|
5955
|
+
{
|
|
5956
|
+
"name": "bounds-change",
|
|
5957
|
+
"type": {
|
|
5958
|
+
"text": "CustomEvent"
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "property-change",
|
|
5963
|
+
"type": {
|
|
5964
|
+
"text": "CustomEvent"
|
|
5965
|
+
},
|
|
5966
|
+
"inheritedFrom": {
|
|
5967
|
+
"name": "AbstractProperty",
|
|
5968
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5969
|
+
}
|
|
5970
|
+
}
|
|
5971
|
+
],
|
|
6099
5972
|
"attributes": [
|
|
6100
5973
|
{
|
|
6101
5974
|
"name": "value",
|
|
6102
5975
|
"type": {
|
|
6103
|
-
"text": "
|
|
5976
|
+
"text": "Properties | undefined"
|
|
6104
5977
|
},
|
|
6105
5978
|
"fieldName": "value"
|
|
6106
5979
|
},
|
|
6107
5980
|
{
|
|
6108
|
-
"name": "
|
|
5981
|
+
"name": "bounds",
|
|
6109
5982
|
"type": {
|
|
6110
|
-
"text": "
|
|
5983
|
+
"text": "BOUNDS | null"
|
|
6111
5984
|
},
|
|
6112
5985
|
"default": "null",
|
|
6113
|
-
"fieldName": "
|
|
5986
|
+
"fieldName": "bounds"
|
|
6114
5987
|
},
|
|
6115
5988
|
{
|
|
6116
5989
|
"name": "selected",
|
|
@@ -6119,300 +5992,236 @@
|
|
|
6119
5992
|
},
|
|
6120
5993
|
"default": "[]",
|
|
6121
5994
|
"fieldName": "selected"
|
|
6122
|
-
},
|
|
6123
|
-
{
|
|
6124
|
-
"name": "props",
|
|
6125
|
-
"type": {
|
|
6126
|
-
"text": "any[]"
|
|
6127
|
-
},
|
|
6128
|
-
"default": "[]",
|
|
6129
|
-
"fieldName": "props"
|
|
6130
|
-
},
|
|
6131
|
-
{
|
|
6132
|
-
"name": "propertyEditor",
|
|
6133
|
-
"type": {
|
|
6134
|
-
"text": "any[]"
|
|
6135
|
-
},
|
|
6136
|
-
"default": "[]",
|
|
6137
|
-
"fieldName": "propertyEditor"
|
|
6138
|
-
}
|
|
6139
|
-
],
|
|
6140
|
-
"mixins": [
|
|
6141
|
-
{
|
|
6142
|
-
"name": "ScopedElementsMixin",
|
|
6143
|
-
"package": "@open-wc/scoped-elements"
|
|
6144
5995
|
}
|
|
6145
5996
|
],
|
|
6146
5997
|
"superclass": {
|
|
6147
5998
|
"name": "AbstractProperty",
|
|
6148
5999
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6149
|
-
},
|
|
6150
|
-
"events": [
|
|
6151
|
-
{
|
|
6152
|
-
"name": "property-change",
|
|
6153
|
-
"type": {
|
|
6154
|
-
"text": "CustomEvent"
|
|
6155
|
-
},
|
|
6156
|
-
"inheritedFrom": {
|
|
6157
|
-
"name": "AbstractProperty",
|
|
6158
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6159
|
-
}
|
|
6160
|
-
}
|
|
6161
|
-
]
|
|
6162
|
-
}
|
|
6163
|
-
],
|
|
6164
|
-
"exports": [
|
|
6165
|
-
{
|
|
6166
|
-
"kind": "js",
|
|
6167
|
-
"name": "PropertySpecific",
|
|
6168
|
-
"declaration": {
|
|
6169
|
-
"name": "PropertySpecific",
|
|
6170
|
-
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6171
6000
|
}
|
|
6172
6001
|
}
|
|
6173
|
-
]
|
|
6174
|
-
},
|
|
6175
|
-
{
|
|
6176
|
-
"kind": "javascript-module",
|
|
6177
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6178
|
-
"declarations": [
|
|
6179
|
-
{
|
|
6180
|
-
"kind": "variable",
|
|
6181
|
-
"name": "EffectsSharedStyle",
|
|
6182
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
6183
|
-
}
|
|
6184
6002
|
],
|
|
6185
6003
|
"exports": [
|
|
6186
6004
|
{
|
|
6187
6005
|
"kind": "js",
|
|
6188
|
-
"name": "
|
|
6006
|
+
"name": "PropertyShapes",
|
|
6189
6007
|
"declaration": {
|
|
6190
|
-
"name": "
|
|
6191
|
-
"module": "src/modeller/property-sidebar/
|
|
6008
|
+
"name": "PropertyShapes",
|
|
6009
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6192
6010
|
}
|
|
6193
6011
|
}
|
|
6194
6012
|
]
|
|
6195
6013
|
},
|
|
6196
6014
|
{
|
|
6197
6015
|
"kind": "javascript-module",
|
|
6198
|
-
"path": "src/modeller/property-sidebar/
|
|
6016
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6199
6017
|
"declarations": [
|
|
6200
6018
|
{
|
|
6201
6019
|
"kind": "class",
|
|
6202
6020
|
"description": "",
|
|
6203
|
-
"name": "
|
|
6021
|
+
"name": "SceneInspector",
|
|
6204
6022
|
"members": [
|
|
6205
6023
|
{
|
|
6206
6024
|
"kind": "field",
|
|
6207
|
-
"name": "
|
|
6025
|
+
"name": "scene",
|
|
6208
6026
|
"type": {
|
|
6209
|
-
"text": "
|
|
6027
|
+
"text": "Scene | undefined"
|
|
6210
6028
|
},
|
|
6211
|
-
"attribute": "
|
|
6029
|
+
"attribute": "scene"
|
|
6212
6030
|
},
|
|
6213
6031
|
{
|
|
6214
6032
|
"kind": "field",
|
|
6215
|
-
"name": "
|
|
6033
|
+
"name": "searchText",
|
|
6216
6034
|
"type": {
|
|
6217
|
-
"text": "
|
|
6035
|
+
"text": "string"
|
|
6218
6036
|
},
|
|
6219
|
-
"
|
|
6037
|
+
"privacy": "private",
|
|
6038
|
+
"default": "''"
|
|
6220
6039
|
},
|
|
6221
6040
|
{
|
|
6222
6041
|
"kind": "field",
|
|
6223
|
-
"name": "
|
|
6224
|
-
"
|
|
6225
|
-
|
|
6042
|
+
"name": "_extendedMap",
|
|
6043
|
+
"type": {
|
|
6044
|
+
"text": "any"
|
|
6045
|
+
},
|
|
6046
|
+
"privacy": "private"
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"kind": "field",
|
|
6050
|
+
"name": "show",
|
|
6051
|
+
"type": {
|
|
6052
|
+
"text": "boolean"
|
|
6053
|
+
},
|
|
6054
|
+
"privacy": "private",
|
|
6055
|
+
"default": "false"
|
|
6226
6056
|
},
|
|
6227
6057
|
{
|
|
6228
6058
|
"kind": "method",
|
|
6229
|
-
"name": "
|
|
6059
|
+
"name": "disconnectScene",
|
|
6230
6060
|
"parameters": [
|
|
6231
6061
|
{
|
|
6232
|
-
"name": "
|
|
6062
|
+
"name": "scene",
|
|
6063
|
+
"optional": true,
|
|
6233
6064
|
"type": {
|
|
6234
|
-
"text": "
|
|
6065
|
+
"text": "Scene"
|
|
6235
6066
|
}
|
|
6236
6067
|
}
|
|
6237
|
-
]
|
|
6238
|
-
"inheritedFrom": {
|
|
6239
|
-
"name": "AbstractProperty",
|
|
6240
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6241
|
-
}
|
|
6068
|
+
]
|
|
6242
6069
|
},
|
|
6243
6070
|
{
|
|
6244
6071
|
"kind": "method",
|
|
6245
|
-
"name": "
|
|
6072
|
+
"name": "refresh"
|
|
6073
|
+
},
|
|
6074
|
+
{
|
|
6075
|
+
"kind": "field",
|
|
6076
|
+
"name": "sortableConfig",
|
|
6077
|
+
"type": {
|
|
6078
|
+
"text": "Sortable.Options"
|
|
6079
|
+
},
|
|
6080
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"kind": "method",
|
|
6084
|
+
"name": "onSort",
|
|
6246
6085
|
"parameters": [
|
|
6247
6086
|
{
|
|
6248
|
-
"name": "
|
|
6087
|
+
"name": "e",
|
|
6249
6088
|
"type": {
|
|
6250
|
-
"text": "
|
|
6089
|
+
"text": "Sortable.SortableEvent"
|
|
6251
6090
|
}
|
|
6252
6091
|
}
|
|
6253
|
-
]
|
|
6254
|
-
"inheritedFrom": {
|
|
6255
|
-
"name": "AbstractProperty",
|
|
6256
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6257
|
-
}
|
|
6092
|
+
]
|
|
6258
6093
|
},
|
|
6259
6094
|
{
|
|
6260
6095
|
"kind": "method",
|
|
6261
|
-
"name": "
|
|
6096
|
+
"name": "_onclick",
|
|
6262
6097
|
"parameters": [
|
|
6263
6098
|
{
|
|
6264
|
-
"name": "
|
|
6099
|
+
"name": "e",
|
|
6265
6100
|
"type": {
|
|
6266
|
-
"text": "
|
|
6101
|
+
"text": "MouseEvent"
|
|
6267
6102
|
}
|
|
6268
|
-
}
|
|
6103
|
+
}
|
|
6104
|
+
]
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"kind": "method",
|
|
6108
|
+
"name": "_ondblclick",
|
|
6109
|
+
"parameters": [
|
|
6269
6110
|
{
|
|
6270
|
-
"name": "
|
|
6111
|
+
"name": "e",
|
|
6271
6112
|
"type": {
|
|
6272
|
-
"text": "
|
|
6113
|
+
"text": "MouseEvent"
|
|
6273
6114
|
}
|
|
6274
6115
|
}
|
|
6275
|
-
]
|
|
6276
|
-
"inheritedFrom": {
|
|
6277
|
-
"name": "AbstractProperty",
|
|
6278
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6279
|
-
}
|
|
6280
|
-
}
|
|
6281
|
-
],
|
|
6282
|
-
"attributes": [
|
|
6283
|
-
{
|
|
6284
|
-
"name": "value",
|
|
6285
|
-
"type": {
|
|
6286
|
-
"text": "Properties | undefined"
|
|
6287
|
-
},
|
|
6288
|
-
"fieldName": "value"
|
|
6116
|
+
]
|
|
6289
6117
|
},
|
|
6290
6118
|
{
|
|
6291
|
-
"
|
|
6292
|
-
"
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
"fieldName": "scene"
|
|
6296
|
-
}
|
|
6297
|
-
],
|
|
6298
|
-
"mixins": [
|
|
6299
|
-
{
|
|
6300
|
-
"name": "ScopedElementsMixin",
|
|
6301
|
-
"package": "@open-wc/scoped-elements"
|
|
6302
|
-
}
|
|
6303
|
-
],
|
|
6304
|
-
"superclass": {
|
|
6305
|
-
"name": "AbstractProperty",
|
|
6306
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6307
|
-
},
|
|
6308
|
-
"events": [
|
|
6119
|
+
"kind": "field",
|
|
6120
|
+
"name": "extendedMap",
|
|
6121
|
+
"readonly": true
|
|
6122
|
+
},
|
|
6309
6123
|
{
|
|
6310
|
-
"
|
|
6311
|
-
"
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6321
|
-
],
|
|
6322
|
-
"exports": [
|
|
6323
|
-
{
|
|
6324
|
-
"kind": "js",
|
|
6325
|
-
"name": "PropertyEffects",
|
|
6326
|
-
"declaration": {
|
|
6327
|
-
"name": "PropertyEffects",
|
|
6328
|
-
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
6329
|
-
}
|
|
6330
|
-
}
|
|
6331
|
-
]
|
|
6332
|
-
},
|
|
6333
|
-
{
|
|
6334
|
-
"kind": "javascript-module",
|
|
6335
|
-
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
6336
|
-
"declarations": [
|
|
6337
|
-
{
|
|
6338
|
-
"kind": "class",
|
|
6339
|
-
"description": "",
|
|
6340
|
-
"name": "PropertyEventHover",
|
|
6341
|
-
"members": [
|
|
6124
|
+
"kind": "method",
|
|
6125
|
+
"name": "getNodeHandleClass",
|
|
6126
|
+
"parameters": [
|
|
6127
|
+
{
|
|
6128
|
+
"name": "component",
|
|
6129
|
+
"type": {
|
|
6130
|
+
"text": "Component"
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6133
|
+
]
|
|
6134
|
+
},
|
|
6342
6135
|
{
|
|
6343
|
-
"kind": "
|
|
6344
|
-
"name": "
|
|
6345
|
-
"
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6136
|
+
"kind": "method",
|
|
6137
|
+
"name": "isExtended",
|
|
6138
|
+
"parameters": [
|
|
6139
|
+
{
|
|
6140
|
+
"name": "component",
|
|
6141
|
+
"type": {
|
|
6142
|
+
"text": "Component"
|
|
6143
|
+
}
|
|
6144
|
+
}
|
|
6145
|
+
]
|
|
6349
6146
|
},
|
|
6350
6147
|
{
|
|
6351
|
-
"kind": "
|
|
6352
|
-
"name": "
|
|
6353
|
-
"
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6148
|
+
"kind": "method",
|
|
6149
|
+
"name": "toggleExtended",
|
|
6150
|
+
"parameters": [
|
|
6151
|
+
{
|
|
6152
|
+
"name": "component",
|
|
6153
|
+
"type": {
|
|
6154
|
+
"text": "Component"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
]
|
|
6357
6158
|
},
|
|
6358
6159
|
{
|
|
6359
6160
|
"kind": "method",
|
|
6360
|
-
"name": "
|
|
6161
|
+
"name": "toggleHidden",
|
|
6361
6162
|
"parameters": [
|
|
6362
6163
|
{
|
|
6363
|
-
"name": "
|
|
6164
|
+
"name": "component",
|
|
6364
6165
|
"type": {
|
|
6365
|
-
"text": "
|
|
6166
|
+
"text": "Component"
|
|
6366
6167
|
}
|
|
6367
6168
|
}
|
|
6368
6169
|
]
|
|
6369
6170
|
},
|
|
6370
6171
|
{
|
|
6371
6172
|
"kind": "method",
|
|
6372
|
-
"name": "
|
|
6173
|
+
"name": "selectComponent",
|
|
6174
|
+
"parameters": [
|
|
6175
|
+
{
|
|
6176
|
+
"name": "component",
|
|
6177
|
+
"type": {
|
|
6178
|
+
"text": "Component"
|
|
6179
|
+
}
|
|
6180
|
+
}
|
|
6181
|
+
]
|
|
6182
|
+
},
|
|
6183
|
+
{
|
|
6184
|
+
"kind": "method",
|
|
6185
|
+
"name": "shouldBeShown",
|
|
6373
6186
|
"return": {
|
|
6374
6187
|
"type": {
|
|
6375
|
-
"text": "
|
|
6188
|
+
"text": "boolean"
|
|
6376
6189
|
}
|
|
6377
6190
|
},
|
|
6378
6191
|
"parameters": [
|
|
6379
6192
|
{
|
|
6380
|
-
"name": "
|
|
6193
|
+
"name": "component",
|
|
6381
6194
|
"type": {
|
|
6382
|
-
"text": "
|
|
6195
|
+
"text": "Component"
|
|
6383
6196
|
}
|
|
6384
6197
|
}
|
|
6385
6198
|
]
|
|
6386
6199
|
},
|
|
6387
6200
|
{
|
|
6388
6201
|
"kind": "method",
|
|
6389
|
-
"name": "
|
|
6202
|
+
"name": "renderComponent",
|
|
6203
|
+
"return": {
|
|
6204
|
+
"type": {
|
|
6205
|
+
"text": "TemplateResult"
|
|
6206
|
+
}
|
|
6207
|
+
},
|
|
6390
6208
|
"parameters": [
|
|
6391
6209
|
{
|
|
6392
|
-
"name": "
|
|
6210
|
+
"name": "component",
|
|
6393
6211
|
"type": {
|
|
6394
|
-
"text": "
|
|
6212
|
+
"text": "Component"
|
|
6213
|
+
}
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "depth",
|
|
6217
|
+
"type": {
|
|
6218
|
+
"text": "number"
|
|
6395
6219
|
}
|
|
6396
6220
|
}
|
|
6397
6221
|
]
|
|
6398
6222
|
}
|
|
6399
6223
|
],
|
|
6400
|
-
"events": [
|
|
6401
|
-
{
|
|
6402
|
-
"name": "change",
|
|
6403
|
-
"type": {
|
|
6404
|
-
"text": "CustomEvent"
|
|
6405
|
-
}
|
|
6406
|
-
}
|
|
6407
|
-
],
|
|
6408
6224
|
"attributes": [
|
|
6409
|
-
{
|
|
6410
|
-
"name": "value",
|
|
6411
|
-
"type": {
|
|
6412
|
-
"text": "Properties | undefined"
|
|
6413
|
-
},
|
|
6414
|
-
"fieldName": "value"
|
|
6415
|
-
},
|
|
6416
6225
|
{
|
|
6417
6226
|
"name": "scene",
|
|
6418
6227
|
"type": {
|
|
@@ -6431,87 +6240,67 @@
|
|
|
6431
6240
|
"exports": [
|
|
6432
6241
|
{
|
|
6433
6242
|
"kind": "js",
|
|
6434
|
-
"name": "
|
|
6243
|
+
"name": "SceneInspector",
|
|
6435
6244
|
"declaration": {
|
|
6436
|
-
"name": "
|
|
6437
|
-
"module": "src/modeller/property-sidebar/
|
|
6245
|
+
"name": "SceneInspector",
|
|
6246
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6438
6247
|
}
|
|
6439
6248
|
}
|
|
6440
6249
|
]
|
|
6441
6250
|
},
|
|
6442
6251
|
{
|
|
6443
6252
|
"kind": "javascript-module",
|
|
6444
|
-
"path": "src/modeller/property-sidebar/
|
|
6253
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6445
6254
|
"declarations": [
|
|
6446
6255
|
{
|
|
6447
6256
|
"kind": "class",
|
|
6448
6257
|
"description": "",
|
|
6449
|
-
"name": "
|
|
6258
|
+
"name": "SpecificPropertiesBuilder",
|
|
6450
6259
|
"members": [
|
|
6451
6260
|
{
|
|
6452
6261
|
"kind": "field",
|
|
6453
6262
|
"name": "value",
|
|
6454
6263
|
"type": {
|
|
6455
|
-
"text": "
|
|
6264
|
+
"text": "any"
|
|
6456
6265
|
},
|
|
6457
6266
|
"attribute": "value"
|
|
6458
6267
|
},
|
|
6459
6268
|
{
|
|
6460
6269
|
"kind": "field",
|
|
6461
|
-
"name": "
|
|
6462
|
-
"type": {
|
|
6463
|
-
"text": "Scene | undefined"
|
|
6464
|
-
},
|
|
6465
|
-
"attribute": "scene"
|
|
6466
|
-
},
|
|
6467
|
-
{
|
|
6468
|
-
"kind": "field",
|
|
6469
|
-
"name": "scenarios",
|
|
6270
|
+
"name": "props",
|
|
6470
6271
|
"type": {
|
|
6471
|
-
"text": "
|
|
6272
|
+
"text": "any[]"
|
|
6472
6273
|
},
|
|
6473
|
-
"default": "[]"
|
|
6274
|
+
"default": "[]",
|
|
6275
|
+
"attribute": "props"
|
|
6474
6276
|
},
|
|
6475
6277
|
{
|
|
6476
6278
|
"kind": "field",
|
|
6477
|
-
"name": "
|
|
6279
|
+
"name": "propertyEditor",
|
|
6478
6280
|
"type": {
|
|
6479
|
-
"text": "
|
|
6281
|
+
"text": "any"
|
|
6480
6282
|
},
|
|
6481
|
-
"
|
|
6283
|
+
"attribute": "propertyEditor"
|
|
6482
6284
|
},
|
|
6483
6285
|
{
|
|
6484
6286
|
"kind": "method",
|
|
6485
|
-
"name": "
|
|
6287
|
+
"name": "_onPropsChanged",
|
|
6486
6288
|
"parameters": [
|
|
6487
6289
|
{
|
|
6488
|
-
"name": "
|
|
6290
|
+
"name": "props",
|
|
6489
6291
|
"type": {
|
|
6490
|
-
"text": "
|
|
6292
|
+
"text": "any[]"
|
|
6491
6293
|
}
|
|
6492
6294
|
}
|
|
6493
6295
|
]
|
|
6494
6296
|
},
|
|
6495
6297
|
{
|
|
6496
6298
|
"kind": "method",
|
|
6497
|
-
"name": "
|
|
6498
|
-
"return": {
|
|
6499
|
-
"type": {
|
|
6500
|
-
"text": "{ value: string; description: string }[]"
|
|
6501
|
-
}
|
|
6502
|
-
},
|
|
6503
|
-
"parameters": [
|
|
6504
|
-
{
|
|
6505
|
-
"name": "action",
|
|
6506
|
-
"type": {
|
|
6507
|
-
"text": "string"
|
|
6508
|
-
}
|
|
6509
|
-
}
|
|
6510
|
-
]
|
|
6299
|
+
"name": "_setValues"
|
|
6511
6300
|
},
|
|
6512
6301
|
{
|
|
6513
6302
|
"kind": "method",
|
|
6514
|
-
"name": "
|
|
6303
|
+
"name": "_onValueChanged",
|
|
6515
6304
|
"parameters": [
|
|
6516
6305
|
{
|
|
6517
6306
|
"name": "e",
|
|
@@ -6524,7 +6313,7 @@
|
|
|
6524
6313
|
],
|
|
6525
6314
|
"events": [
|
|
6526
6315
|
{
|
|
6527
|
-
"name": "change",
|
|
6316
|
+
"name": "property-change",
|
|
6528
6317
|
"type": {
|
|
6529
6318
|
"text": "CustomEvent"
|
|
6530
6319
|
}
|
|
@@ -6534,16 +6323,24 @@
|
|
|
6534
6323
|
{
|
|
6535
6324
|
"name": "value",
|
|
6536
6325
|
"type": {
|
|
6537
|
-
"text": "
|
|
6326
|
+
"text": "any"
|
|
6538
6327
|
},
|
|
6539
6328
|
"fieldName": "value"
|
|
6540
6329
|
},
|
|
6541
6330
|
{
|
|
6542
|
-
"name": "
|
|
6331
|
+
"name": "props",
|
|
6543
6332
|
"type": {
|
|
6544
|
-
"text": "
|
|
6333
|
+
"text": "any[]"
|
|
6545
6334
|
},
|
|
6546
|
-
"
|
|
6335
|
+
"default": "[]",
|
|
6336
|
+
"fieldName": "props"
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "propertyEditor",
|
|
6340
|
+
"type": {
|
|
6341
|
+
"text": "any"
|
|
6342
|
+
},
|
|
6343
|
+
"fieldName": "propertyEditor"
|
|
6547
6344
|
}
|
|
6548
6345
|
],
|
|
6549
6346
|
"superclass": {
|
|
@@ -6556,28 +6353,28 @@
|
|
|
6556
6353
|
"exports": [
|
|
6557
6354
|
{
|
|
6558
6355
|
"kind": "js",
|
|
6559
|
-
"name": "
|
|
6356
|
+
"name": "SpecificPropertiesBuilder",
|
|
6560
6357
|
"declaration": {
|
|
6561
|
-
"name": "
|
|
6562
|
-
"module": "src/modeller/property-sidebar/
|
|
6358
|
+
"name": "SpecificPropertiesBuilder",
|
|
6359
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
6563
6360
|
}
|
|
6564
6361
|
}
|
|
6565
6362
|
]
|
|
6566
6363
|
},
|
|
6567
6364
|
{
|
|
6568
6365
|
"kind": "javascript-module",
|
|
6569
|
-
"path": "src/modeller/property-sidebar/
|
|
6366
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
6570
6367
|
"declarations": [
|
|
6571
6368
|
{
|
|
6572
6369
|
"kind": "class",
|
|
6573
6370
|
"description": "",
|
|
6574
|
-
"name": "
|
|
6371
|
+
"name": "PropertySpecific",
|
|
6575
6372
|
"members": [
|
|
6576
6373
|
{
|
|
6577
6374
|
"kind": "field",
|
|
6578
6375
|
"name": "value",
|
|
6579
6376
|
"type": {
|
|
6580
|
-
"text": "
|
|
6377
|
+
"text": "any"
|
|
6581
6378
|
},
|
|
6582
6379
|
"attribute": "value"
|
|
6583
6380
|
},
|
|
@@ -6585,10 +6382,46 @@
|
|
|
6585
6382
|
"kind": "field",
|
|
6586
6383
|
"name": "scene",
|
|
6587
6384
|
"type": {
|
|
6588
|
-
"text": "Scene |
|
|
6385
|
+
"text": "Scene | null"
|
|
6589
6386
|
},
|
|
6387
|
+
"default": "null",
|
|
6590
6388
|
"attribute": "scene"
|
|
6591
6389
|
},
|
|
6390
|
+
{
|
|
6391
|
+
"kind": "field",
|
|
6392
|
+
"name": "selected",
|
|
6393
|
+
"type": {
|
|
6394
|
+
"text": "Component[]"
|
|
6395
|
+
},
|
|
6396
|
+
"default": "[]",
|
|
6397
|
+
"attribute": "selected"
|
|
6398
|
+
},
|
|
6399
|
+
{
|
|
6400
|
+
"kind": "field",
|
|
6401
|
+
"name": "props",
|
|
6402
|
+
"type": {
|
|
6403
|
+
"text": "any[]"
|
|
6404
|
+
},
|
|
6405
|
+
"default": "[]",
|
|
6406
|
+
"attribute": "props"
|
|
6407
|
+
},
|
|
6408
|
+
{
|
|
6409
|
+
"kind": "field",
|
|
6410
|
+
"name": "propertyEditor",
|
|
6411
|
+
"type": {
|
|
6412
|
+
"text": "any[]"
|
|
6413
|
+
},
|
|
6414
|
+
"default": "[]",
|
|
6415
|
+
"attribute": "propertyEditor"
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"kind": "field",
|
|
6419
|
+
"name": "boundINeedSelected",
|
|
6420
|
+
"type": {
|
|
6421
|
+
"text": "any"
|
|
6422
|
+
},
|
|
6423
|
+
"privacy": "private"
|
|
6424
|
+
},
|
|
6592
6425
|
{
|
|
6593
6426
|
"kind": "field",
|
|
6594
6427
|
"name": "scopedElements",
|
|
@@ -6597,22 +6430,92 @@
|
|
|
6597
6430
|
},
|
|
6598
6431
|
{
|
|
6599
6432
|
"kind": "method",
|
|
6600
|
-
"name": "_onValueChange",
|
|
6433
|
+
"name": "_onValueChange",
|
|
6434
|
+
"parameters": [
|
|
6435
|
+
{
|
|
6436
|
+
"name": "e",
|
|
6437
|
+
"type": {
|
|
6438
|
+
"text": "Event"
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6441
|
+
],
|
|
6442
|
+
"inheritedFrom": {
|
|
6443
|
+
"name": "AbstractProperty",
|
|
6444
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6445
|
+
}
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"kind": "method",
|
|
6449
|
+
"name": "_isIdentifiable",
|
|
6450
|
+
"parameters": [
|
|
6451
|
+
{
|
|
6452
|
+
"name": "selected",
|
|
6453
|
+
"type": {
|
|
6454
|
+
"text": "Component[]"
|
|
6455
|
+
}
|
|
6456
|
+
}
|
|
6457
|
+
]
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"kind": "method",
|
|
6461
|
+
"name": "_hasTextProperty",
|
|
6462
|
+
"parameters": [
|
|
6463
|
+
{
|
|
6464
|
+
"name": "selected",
|
|
6465
|
+
"type": {
|
|
6466
|
+
"text": "Component[]"
|
|
6467
|
+
}
|
|
6468
|
+
}
|
|
6469
|
+
]
|
|
6470
|
+
},
|
|
6471
|
+
{
|
|
6472
|
+
"kind": "method",
|
|
6473
|
+
"name": "_onINeedSelected",
|
|
6601
6474
|
"parameters": [
|
|
6602
6475
|
{
|
|
6603
6476
|
"name": "e",
|
|
6604
6477
|
"type": {
|
|
6605
|
-
"text": "
|
|
6478
|
+
"text": "CustomEvent"
|
|
6606
6479
|
}
|
|
6607
6480
|
}
|
|
6608
6481
|
]
|
|
6609
|
-
}
|
|
6610
|
-
],
|
|
6611
|
-
"events": [
|
|
6482
|
+
},
|
|
6612
6483
|
{
|
|
6613
|
-
"
|
|
6614
|
-
"
|
|
6615
|
-
|
|
6484
|
+
"kind": "method",
|
|
6485
|
+
"name": "_getValueFromEventTarget",
|
|
6486
|
+
"parameters": [
|
|
6487
|
+
{
|
|
6488
|
+
"name": "element",
|
|
6489
|
+
"type": {
|
|
6490
|
+
"text": "HTMLElement"
|
|
6491
|
+
}
|
|
6492
|
+
}
|
|
6493
|
+
],
|
|
6494
|
+
"inheritedFrom": {
|
|
6495
|
+
"name": "AbstractProperty",
|
|
6496
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6497
|
+
}
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
"kind": "method",
|
|
6501
|
+
"name": "_onAfterValueChange",
|
|
6502
|
+
"parameters": [
|
|
6503
|
+
{
|
|
6504
|
+
"name": "key",
|
|
6505
|
+
"type": {
|
|
6506
|
+
"text": "string"
|
|
6507
|
+
}
|
|
6508
|
+
},
|
|
6509
|
+
{
|
|
6510
|
+
"name": "value",
|
|
6511
|
+
"type": {
|
|
6512
|
+
"text": "any"
|
|
6513
|
+
}
|
|
6514
|
+
}
|
|
6515
|
+
],
|
|
6516
|
+
"inheritedFrom": {
|
|
6517
|
+
"name": "AbstractProperty",
|
|
6518
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6616
6519
|
}
|
|
6617
6520
|
}
|
|
6618
6521
|
],
|
|
@@ -6620,16 +6523,41 @@
|
|
|
6620
6523
|
{
|
|
6621
6524
|
"name": "value",
|
|
6622
6525
|
"type": {
|
|
6623
|
-
"text": "
|
|
6526
|
+
"text": "any"
|
|
6624
6527
|
},
|
|
6625
6528
|
"fieldName": "value"
|
|
6626
6529
|
},
|
|
6627
6530
|
{
|
|
6628
6531
|
"name": "scene",
|
|
6629
6532
|
"type": {
|
|
6630
|
-
"text": "Scene |
|
|
6533
|
+
"text": "Scene | null"
|
|
6631
6534
|
},
|
|
6535
|
+
"default": "null",
|
|
6632
6536
|
"fieldName": "scene"
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "selected",
|
|
6540
|
+
"type": {
|
|
6541
|
+
"text": "Component[]"
|
|
6542
|
+
},
|
|
6543
|
+
"default": "[]",
|
|
6544
|
+
"fieldName": "selected"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"name": "props",
|
|
6548
|
+
"type": {
|
|
6549
|
+
"text": "any[]"
|
|
6550
|
+
},
|
|
6551
|
+
"default": "[]",
|
|
6552
|
+
"fieldName": "props"
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "propertyEditor",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "any[]"
|
|
6558
|
+
},
|
|
6559
|
+
"default": "[]",
|
|
6560
|
+
"fieldName": "propertyEditor"
|
|
6633
6561
|
}
|
|
6634
6562
|
],
|
|
6635
6563
|
"mixins": [
|
|
@@ -6639,40 +6567,90 @@
|
|
|
6639
6567
|
}
|
|
6640
6568
|
],
|
|
6641
6569
|
"superclass": {
|
|
6642
|
-
"name": "
|
|
6643
|
-
"
|
|
6570
|
+
"name": "AbstractProperty",
|
|
6571
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6644
6572
|
},
|
|
6645
|
-
"
|
|
6573
|
+
"events": [
|
|
6574
|
+
{
|
|
6575
|
+
"name": "property-change",
|
|
6576
|
+
"type": {
|
|
6577
|
+
"text": "CustomEvent"
|
|
6578
|
+
},
|
|
6579
|
+
"inheritedFrom": {
|
|
6580
|
+
"name": "AbstractProperty",
|
|
6581
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6582
|
+
}
|
|
6583
|
+
}
|
|
6584
|
+
]
|
|
6646
6585
|
}
|
|
6647
6586
|
],
|
|
6648
6587
|
"exports": [
|
|
6649
6588
|
{
|
|
6650
6589
|
"kind": "js",
|
|
6651
|
-
"name": "
|
|
6590
|
+
"name": "PropertySpecific",
|
|
6652
6591
|
"declaration": {
|
|
6653
|
-
"name": "
|
|
6654
|
-
"module": "src/modeller/property-sidebar/
|
|
6592
|
+
"name": "PropertySpecific",
|
|
6593
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6655
6594
|
}
|
|
6656
6595
|
}
|
|
6657
6596
|
]
|
|
6658
6597
|
},
|
|
6659
6598
|
{
|
|
6660
6599
|
"kind": "javascript-module",
|
|
6661
|
-
"path": "src/modeller/property-sidebar/
|
|
6600
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6662
6601
|
"declarations": [
|
|
6663
6602
|
{
|
|
6664
6603
|
"kind": "class",
|
|
6665
|
-
"description": "
|
|
6666
|
-
"name": "
|
|
6604
|
+
"description": "",
|
|
6605
|
+
"name": "PropertyStyles",
|
|
6667
6606
|
"members": [
|
|
6668
6607
|
{
|
|
6669
6608
|
"kind": "field",
|
|
6670
6609
|
"name": "value",
|
|
6671
6610
|
"type": {
|
|
6672
|
-
"text": "
|
|
6611
|
+
"text": "any"
|
|
6673
6612
|
},
|
|
6613
|
+
"default": "{}",
|
|
6674
6614
|
"attribute": "value"
|
|
6675
6615
|
},
|
|
6616
|
+
{
|
|
6617
|
+
"kind": "field",
|
|
6618
|
+
"name": "selected",
|
|
6619
|
+
"type": {
|
|
6620
|
+
"text": "Component[]"
|
|
6621
|
+
},
|
|
6622
|
+
"default": "[]",
|
|
6623
|
+
"attribute": "selected"
|
|
6624
|
+
},
|
|
6625
|
+
{
|
|
6626
|
+
"kind": "field",
|
|
6627
|
+
"name": "fonts",
|
|
6628
|
+
"type": {
|
|
6629
|
+
"text": "any[]"
|
|
6630
|
+
},
|
|
6631
|
+
"default": "[]",
|
|
6632
|
+
"attribute": "fonts"
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"kind": "field",
|
|
6636
|
+
"name": "fontAvailable",
|
|
6637
|
+
"type": {
|
|
6638
|
+
"text": "boolean"
|
|
6639
|
+
},
|
|
6640
|
+
"default": "false"
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"kind": "method",
|
|
6644
|
+
"name": "_isLine",
|
|
6645
|
+
"parameters": [
|
|
6646
|
+
{
|
|
6647
|
+
"name": "selected",
|
|
6648
|
+
"type": {
|
|
6649
|
+
"text": "Component[]"
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
]
|
|
6653
|
+
},
|
|
6676
6654
|
{
|
|
6677
6655
|
"kind": "method",
|
|
6678
6656
|
"name": "_onValueChange",
|
|
@@ -6683,14 +6661,48 @@
|
|
|
6683
6661
|
"text": "Event"
|
|
6684
6662
|
}
|
|
6685
6663
|
}
|
|
6686
|
-
]
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6664
|
+
],
|
|
6665
|
+
"inheritedFrom": {
|
|
6666
|
+
"name": "AbstractProperty",
|
|
6667
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6690
6670
|
{
|
|
6691
|
-
"
|
|
6692
|
-
"
|
|
6693
|
-
|
|
6671
|
+
"kind": "method",
|
|
6672
|
+
"name": "_getValueFromEventTarget",
|
|
6673
|
+
"parameters": [
|
|
6674
|
+
{
|
|
6675
|
+
"name": "element",
|
|
6676
|
+
"type": {
|
|
6677
|
+
"text": "HTMLElement"
|
|
6678
|
+
}
|
|
6679
|
+
}
|
|
6680
|
+
],
|
|
6681
|
+
"inheritedFrom": {
|
|
6682
|
+
"name": "AbstractProperty",
|
|
6683
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "method",
|
|
6688
|
+
"name": "_onAfterValueChange",
|
|
6689
|
+
"parameters": [
|
|
6690
|
+
{
|
|
6691
|
+
"name": "key",
|
|
6692
|
+
"type": {
|
|
6693
|
+
"text": "string"
|
|
6694
|
+
}
|
|
6695
|
+
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "value",
|
|
6698
|
+
"type": {
|
|
6699
|
+
"text": "any"
|
|
6700
|
+
}
|
|
6701
|
+
}
|
|
6702
|
+
],
|
|
6703
|
+
"inheritedFrom": {
|
|
6704
|
+
"name": "AbstractProperty",
|
|
6705
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6694
6706
|
}
|
|
6695
6707
|
}
|
|
6696
6708
|
],
|
|
@@ -6698,41 +6710,41 @@
|
|
|
6698
6710
|
{
|
|
6699
6711
|
"name": "value",
|
|
6700
6712
|
"type": {
|
|
6701
|
-
"text": "
|
|
6713
|
+
"text": "any"
|
|
6702
6714
|
},
|
|
6715
|
+
"default": "{}",
|
|
6703
6716
|
"fieldName": "value"
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"name": "selected",
|
|
6720
|
+
"type": {
|
|
6721
|
+
"text": "Component[]"
|
|
6722
|
+
},
|
|
6723
|
+
"default": "[]",
|
|
6724
|
+
"fieldName": "selected"
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "fonts",
|
|
6728
|
+
"type": {
|
|
6729
|
+
"text": "any[]"
|
|
6730
|
+
},
|
|
6731
|
+
"default": "[]",
|
|
6732
|
+
"fieldName": "fonts"
|
|
6704
6733
|
}
|
|
6705
6734
|
],
|
|
6706
6735
|
"superclass": {
|
|
6707
|
-
"name": "
|
|
6708
|
-
"
|
|
6736
|
+
"name": "AbstractProperty",
|
|
6737
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6709
6738
|
},
|
|
6710
|
-
"
|
|
6711
|
-
}
|
|
6712
|
-
],
|
|
6713
|
-
"exports": [
|
|
6714
|
-
{
|
|
6715
|
-
"kind": "js",
|
|
6716
|
-
"name": "PropertyShadow",
|
|
6717
|
-
"declaration": {
|
|
6718
|
-
"name": "PropertyShadow",
|
|
6719
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6720
|
-
}
|
|
6721
|
-
}
|
|
6722
|
-
]
|
|
6723
|
-
},
|
|
6724
|
-
{
|
|
6725
|
-
"kind": "javascript-module",
|
|
6726
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6727
|
-
"declarations": [
|
|
6728
|
-
{
|
|
6729
|
-
"kind": "function",
|
|
6730
|
-
"name": "convert",
|
|
6731
|
-
"parameters": [
|
|
6739
|
+
"events": [
|
|
6732
6740
|
{
|
|
6733
|
-
"name": "
|
|
6741
|
+
"name": "property-change",
|
|
6734
6742
|
"type": {
|
|
6735
|
-
"text": "
|
|
6743
|
+
"text": "CustomEvent"
|
|
6744
|
+
},
|
|
6745
|
+
"inheritedFrom": {
|
|
6746
|
+
"name": "AbstractProperty",
|
|
6747
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6736
6748
|
}
|
|
6737
6749
|
}
|
|
6738
6750
|
]
|
|
@@ -6741,10 +6753,10 @@
|
|
|
6741
6753
|
"exports": [
|
|
6742
6754
|
{
|
|
6743
6755
|
"kind": "js",
|
|
6744
|
-
"name": "
|
|
6756
|
+
"name": "PropertyStyles",
|
|
6745
6757
|
"declaration": {
|
|
6746
|
-
"name": "
|
|
6747
|
-
"module": "src/modeller/property-sidebar/
|
|
6758
|
+
"name": "PropertyStyles",
|
|
6759
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6748
6760
|
}
|
|
6749
6761
|
}
|
|
6750
6762
|
]
|