@fmsim/board 0.0.84 → 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 +1091 -1079
- 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
|
@@ -1670,6 +1670,65 @@
|
|
|
1670
1670
|
"declarations": [],
|
|
1671
1671
|
"exports": []
|
|
1672
1672
|
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "javascript-module",
|
|
1675
|
+
"path": "src/component/etc.ts",
|
|
1676
|
+
"declarations": [
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "variable",
|
|
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}"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"exports": [
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "js",
|
|
1689
|
+
"name": "etc",
|
|
1690
|
+
"declaration": {
|
|
1691
|
+
"name": "etc",
|
|
1692
|
+
"module": "src/component/etc.ts"
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"kind": "javascript-module",
|
|
1699
|
+
"path": "src/component/index.ts",
|
|
1700
|
+
"declarations": [],
|
|
1701
|
+
"exports": [
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "js",
|
|
1704
|
+
"name": "*",
|
|
1705
|
+
"declaration": {
|
|
1706
|
+
"name": "*",
|
|
1707
|
+
"package": "./etc"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "javascript-module",
|
|
1714
|
+
"path": "src/component/register-default-groups.ts",
|
|
1715
|
+
"declarations": [
|
|
1716
|
+
{
|
|
1717
|
+
"kind": "function",
|
|
1718
|
+
"name": "registerDefaultGroups"
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"exports": [
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "js",
|
|
1724
|
+
"name": "registerDefaultGroups",
|
|
1725
|
+
"declaration": {
|
|
1726
|
+
"name": "registerDefaultGroups",
|
|
1727
|
+
"module": "src/component/register-default-groups.ts"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
},
|
|
1673
1732
|
{
|
|
1674
1733
|
"kind": "javascript-module",
|
|
1675
1734
|
"path": "src/data-storage/data-storage.ts",
|
|
@@ -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,1087 +2017,1099 @@
|
|
|
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
|
-
|
|
2121
|
-
|
|
2131
|
+
"kind": "method",
|
|
2132
|
+
"name": "onClickFlip",
|
|
2133
|
+
"parameters": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "e",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "Event"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "method",
|
|
2144
|
+
"name": "onClickSubmit",
|
|
2145
|
+
"parameters": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "e",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "Event"
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"kind": "method",
|
|
2156
|
+
"name": "reset"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"events": [
|
|
2160
|
+
{
|
|
2161
|
+
"name": "create-board",
|
|
2162
|
+
"type": {
|
|
2163
|
+
"text": "CustomEvent"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
"attributes": [
|
|
2168
|
+
{
|
|
2169
|
+
"name": "defaultGroup",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "string | undefined"
|
|
2172
|
+
},
|
|
2173
|
+
"fieldName": "defaultGroup"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "groups",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2179
|
+
},
|
|
2180
|
+
"fieldName": "groups"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"mixins": [
|
|
2184
|
+
{
|
|
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": [
|
|
2122
2225
|
{
|
|
2123
2226
|
"kind": "field",
|
|
2124
|
-
"name": "
|
|
2227
|
+
"name": "defaultGroup",
|
|
2125
2228
|
"type": {
|
|
2126
|
-
"text": "
|
|
2229
|
+
"text": "string | undefined"
|
|
2127
2230
|
},
|
|
2128
|
-
"
|
|
2231
|
+
"attribute": "defaultGroup"
|
|
2129
2232
|
},
|
|
2130
2233
|
{
|
|
2131
2234
|
"kind": "field",
|
|
2132
|
-
"name": "
|
|
2235
|
+
"name": "groups",
|
|
2133
2236
|
"type": {
|
|
2134
|
-
"text": "
|
|
2237
|
+
"text": "any"
|
|
2135
2238
|
},
|
|
2136
|
-
"
|
|
2239
|
+
"attribute": "groups"
|
|
2137
2240
|
},
|
|
2138
2241
|
{
|
|
2139
2242
|
"kind": "field",
|
|
2140
|
-
"name": "
|
|
2243
|
+
"name": "popup",
|
|
2141
2244
|
"type": {
|
|
2142
|
-
"text": "
|
|
2245
|
+
"text": "any"
|
|
2143
2246
|
},
|
|
2144
2247
|
"privacy": "private"
|
|
2145
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "method",
|
|
2251
|
+
"name": "onClick"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "method",
|
|
2255
|
+
"name": "reset"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"events": [
|
|
2259
|
+
{
|
|
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"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
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": [
|
|
2146
2324
|
{
|
|
2147
2325
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2326
|
+
"name": "groups",
|
|
2149
2327
|
"type": {
|
|
2150
|
-
"text": "
|
|
2328
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2151
2329
|
},
|
|
2152
|
-
"
|
|
2330
|
+
"default": "[]",
|
|
2331
|
+
"attribute": "groups"
|
|
2153
2332
|
},
|
|
2154
2333
|
{
|
|
2155
2334
|
"kind": "field",
|
|
2156
|
-
"name": "
|
|
2335
|
+
"name": "boards",
|
|
2157
2336
|
"type": {
|
|
2158
|
-
"text": "
|
|
2337
|
+
"text": "any[]"
|
|
2159
2338
|
},
|
|
2160
|
-
"
|
|
2339
|
+
"default": "[]",
|
|
2340
|
+
"attribute": "boards"
|
|
2161
2341
|
},
|
|
2162
2342
|
{
|
|
2163
2343
|
"kind": "field",
|
|
2164
|
-
"name": "
|
|
2344
|
+
"name": "group",
|
|
2165
2345
|
"type": {
|
|
2166
|
-
"text": "
|
|
2346
|
+
"text": "string | undefined"
|
|
2167
2347
|
},
|
|
2168
|
-
"
|
|
2348
|
+
"attribute": "group"
|
|
2169
2349
|
},
|
|
2170
2350
|
{
|
|
2171
2351
|
"kind": "field",
|
|
2172
|
-
"name": "
|
|
2352
|
+
"name": "inherited",
|
|
2173
2353
|
"type": {
|
|
2174
|
-
"text": "
|
|
2354
|
+
"text": "InheritedValueType | undefined"
|
|
2175
2355
|
},
|
|
2176
|
-
"
|
|
2356
|
+
"attribute": "inherited"
|
|
2177
2357
|
},
|
|
2178
2358
|
{
|
|
2179
2359
|
"kind": "field",
|
|
2180
|
-
"name": "
|
|
2360
|
+
"name": "creatable",
|
|
2181
2361
|
"type": {
|
|
2182
|
-
"text": "
|
|
2362
|
+
"text": "boolean"
|
|
2183
2363
|
},
|
|
2184
|
-
"
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"attribute": "creatable"
|
|
2185
2366
|
},
|
|
2186
2367
|
{
|
|
2187
2368
|
"kind": "field",
|
|
2188
|
-
"name": "
|
|
2369
|
+
"name": "value",
|
|
2189
2370
|
"type": {
|
|
2190
|
-
"text": "
|
|
2371
|
+
"text": "string | undefined"
|
|
2191
2372
|
},
|
|
2192
|
-
"
|
|
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
|
|
2193
2400
|
},
|
|
2194
2401
|
{
|
|
2195
2402
|
"kind": "method",
|
|
2196
|
-
"name": "
|
|
2403
|
+
"name": "scrollAction"
|
|
2197
2404
|
},
|
|
2198
2405
|
{
|
|
2199
2406
|
"kind": "method",
|
|
2200
|
-
"name": "
|
|
2407
|
+
"name": "onClickSelect",
|
|
2201
2408
|
"parameters": [
|
|
2202
2409
|
{
|
|
2203
|
-
"name": "
|
|
2410
|
+
"name": "board",
|
|
2204
2411
|
"type": {
|
|
2205
|
-
"text": "
|
|
2412
|
+
"text": "any"
|
|
2206
2413
|
}
|
|
2207
2414
|
}
|
|
2208
2415
|
]
|
|
2209
2416
|
},
|
|
2210
2417
|
{
|
|
2211
2418
|
"kind": "method",
|
|
2212
|
-
"name": "
|
|
2419
|
+
"name": "onCreateBoard",
|
|
2213
2420
|
"parameters": [
|
|
2214
2421
|
{
|
|
2215
|
-
"name": "
|
|
2422
|
+
"name": "e",
|
|
2216
2423
|
"type": {
|
|
2217
|
-
"text": "
|
|
2424
|
+
"text": "CustomEvent"
|
|
2218
2425
|
}
|
|
2219
2426
|
}
|
|
2220
2427
|
]
|
|
2221
2428
|
},
|
|
2222
2429
|
{
|
|
2223
2430
|
"kind": "method",
|
|
2224
|
-
"name": "
|
|
2225
|
-
"privacy": "private",
|
|
2226
|
-
"parameters": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "keys",
|
|
2229
|
-
"type": {
|
|
2230
|
-
"text": "string[]"
|
|
2231
|
-
}
|
|
2232
|
-
}
|
|
2233
|
-
]
|
|
2431
|
+
"name": "refreshGroups"
|
|
2234
2432
|
},
|
|
2235
2433
|
{
|
|
2236
2434
|
"kind": "method",
|
|
2237
|
-
"name": "
|
|
2238
|
-
"parameters": [
|
|
2239
|
-
{
|
|
2240
|
-
"name": "e",
|
|
2241
|
-
"type": {
|
|
2242
|
-
"text": "KeyboardEvent"
|
|
2243
|
-
}
|
|
2244
|
-
}
|
|
2245
|
-
]
|
|
2435
|
+
"name": "refreshBoards"
|
|
2246
2436
|
},
|
|
2247
2437
|
{
|
|
2248
2438
|
"kind": "method",
|
|
2249
|
-
"name": "
|
|
2250
|
-
"parameters": [
|
|
2251
|
-
{
|
|
2252
|
-
"name": "command",
|
|
2253
|
-
"type": {
|
|
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
|
-
]
|
|
2439
|
+
"name": "appendBoards"
|
|
2270
2440
|
},
|
|
2271
2441
|
{
|
|
2272
2442
|
"kind": "method",
|
|
2273
|
-
"name": "
|
|
2443
|
+
"name": "getBoards",
|
|
2274
2444
|
"parameters": [
|
|
2275
2445
|
{
|
|
2276
|
-
"name": "
|
|
2277
|
-
"
|
|
2278
|
-
"text": "boolean"
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "redoable",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
}
|
|
2446
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2447
|
+
"default": "{}"
|
|
2286
2448
|
}
|
|
2287
2449
|
]
|
|
2288
2450
|
},
|
|
2289
2451
|
{
|
|
2290
2452
|
"kind": "method",
|
|
2291
|
-
"name": "
|
|
2453
|
+
"name": "createBoard",
|
|
2292
2454
|
"parameters": [
|
|
2293
2455
|
{
|
|
2294
|
-
"name": "
|
|
2456
|
+
"name": "name",
|
|
2295
2457
|
"type": {
|
|
2296
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2297
2459
|
}
|
|
2298
2460
|
},
|
|
2299
2461
|
{
|
|
2300
|
-
"name": "
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "boolean"
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"kind": "method",
|
|
2309
|
-
"name": "onSceneChanged",
|
|
2310
|
-
"parameters": [
|
|
2311
|
-
{
|
|
2312
|
-
"name": "after",
|
|
2313
|
-
"optional": true,
|
|
2462
|
+
"name": "description",
|
|
2314
2463
|
"type": {
|
|
2315
|
-
"text": "
|
|
2464
|
+
"text": "string"
|
|
2316
2465
|
}
|
|
2317
2466
|
},
|
|
2318
2467
|
{
|
|
2319
|
-
"name": "
|
|
2320
|
-
"optional": true,
|
|
2468
|
+
"name": "groupId",
|
|
2321
2469
|
"type": {
|
|
2322
|
-
"text": "
|
|
2470
|
+
"text": "string"
|
|
2323
2471
|
}
|
|
2324
2472
|
}
|
|
2325
2473
|
]
|
|
2326
2474
|
},
|
|
2327
2475
|
{
|
|
2328
|
-
"kind": "
|
|
2329
|
-
"name": "
|
|
2330
|
-
"
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "limit",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "number"
|
|
2480
|
+
},
|
|
2481
|
+
"default": "50"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"events": [
|
|
2485
|
+
{
|
|
2486
|
+
"name": "board-selected",
|
|
2487
|
+
"type": {
|
|
2488
|
+
"text": "CustomEvent"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"attributes": [
|
|
2493
|
+
{
|
|
2494
|
+
"name": "groups",
|
|
2495
|
+
"type": {
|
|
2496
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2497
|
+
},
|
|
2498
|
+
"default": "[]",
|
|
2499
|
+
"fieldName": "groups"
|
|
2344
2500
|
},
|
|
2345
2501
|
{
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2502
|
+
"name": "boards",
|
|
2503
|
+
"type": {
|
|
2504
|
+
"text": "any[]"
|
|
2505
|
+
},
|
|
2506
|
+
"default": "[]",
|
|
2507
|
+
"fieldName": "boards"
|
|
2348
2508
|
},
|
|
2349
2509
|
{
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2510
|
+
"name": "group",
|
|
2511
|
+
"type": {
|
|
2512
|
+
"text": "string | undefined"
|
|
2513
|
+
},
|
|
2514
|
+
"fieldName": "group"
|
|
2352
2515
|
},
|
|
2353
2516
|
{
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2517
|
+
"name": "inherited",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "InheritedValueType | undefined"
|
|
2520
|
+
},
|
|
2521
|
+
"fieldName": "inherited"
|
|
2356
2522
|
},
|
|
2357
2523
|
{
|
|
2358
|
-
"
|
|
2359
|
-
"
|
|
2524
|
+
"name": "creatable",
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "boolean"
|
|
2527
|
+
},
|
|
2528
|
+
"default": "false",
|
|
2529
|
+
"fieldName": "creatable"
|
|
2360
2530
|
},
|
|
2361
2531
|
{
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2532
|
+
"name": "value",
|
|
2533
|
+
"type": {
|
|
2534
|
+
"text": "string | undefined"
|
|
2535
|
+
},
|
|
2536
|
+
"fieldName": "value"
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2539
|
+
"mixins": [
|
|
2540
|
+
{
|
|
2541
|
+
"name": "InfiniteScrollable",
|
|
2542
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2364
2543
|
},
|
|
2365
2544
|
{
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2545
|
+
"name": "localize(i18next)",
|
|
2546
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2547
|
+
}
|
|
2548
|
+
],
|
|
2549
|
+
"superclass": {
|
|
2550
|
+
"name": "LitElement",
|
|
2551
|
+
"package": "lit"
|
|
2552
|
+
},
|
|
2553
|
+
"tagName": "ox-editor-board-selector",
|
|
2554
|
+
"customElement": true
|
|
2555
|
+
}
|
|
2556
|
+
],
|
|
2557
|
+
"exports": [
|
|
2558
|
+
{
|
|
2559
|
+
"kind": "js",
|
|
2560
|
+
"name": "BoardSelector",
|
|
2561
|
+
"declaration": {
|
|
2562
|
+
"name": "BoardSelector",
|
|
2563
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"kind": "custom-element-definition",
|
|
2568
|
+
"name": "ox-board-selector",
|
|
2569
|
+
"declaration": {
|
|
2570
|
+
"name": "BoardSelector",
|
|
2571
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "javascript-module",
|
|
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",
|
|
2600
|
+
"declarations": [
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "class",
|
|
2603
|
+
"description": "",
|
|
2604
|
+
"name": "EditToolbar",
|
|
2605
|
+
"members": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "scene",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "Scene | undefined"
|
|
2611
|
+
},
|
|
2612
|
+
"attribute": "scene"
|
|
2368
2613
|
},
|
|
2369
2614
|
{
|
|
2370
|
-
"kind": "
|
|
2371
|
-
"name": "
|
|
2615
|
+
"kind": "field",
|
|
2616
|
+
"name": "selected",
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "any[]"
|
|
2619
|
+
},
|
|
2620
|
+
"default": "[]",
|
|
2621
|
+
"attribute": "selected"
|
|
2372
2622
|
},
|
|
2373
2623
|
{
|
|
2374
|
-
"kind": "
|
|
2375
|
-
"name": "
|
|
2624
|
+
"kind": "field",
|
|
2625
|
+
"name": "hideProperty",
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "boolean"
|
|
2628
|
+
},
|
|
2629
|
+
"default": "false",
|
|
2630
|
+
"attribute": "hideProperty"
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"kind": "field",
|
|
2634
|
+
"name": "cliped",
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "string | undefined"
|
|
2637
|
+
},
|
|
2638
|
+
"privacy": "private"
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"kind": "field",
|
|
2642
|
+
"name": "redo",
|
|
2643
|
+
"type": {
|
|
2644
|
+
"text": "HTMLElement"
|
|
2645
|
+
},
|
|
2646
|
+
"privacy": "private"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"kind": "field",
|
|
2650
|
+
"name": "undo",
|
|
2651
|
+
"type": {
|
|
2652
|
+
"text": "HTMLElement"
|
|
2653
|
+
},
|
|
2654
|
+
"privacy": "private"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"kind": "field",
|
|
2658
|
+
"name": "fullscreen",
|
|
2659
|
+
"type": {
|
|
2660
|
+
"text": "HTMLElement"
|
|
2661
|
+
},
|
|
2662
|
+
"privacy": "private"
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "field",
|
|
2666
|
+
"name": "cut",
|
|
2667
|
+
"type": {
|
|
2668
|
+
"text": "HTMLElement"
|
|
2669
|
+
},
|
|
2670
|
+
"privacy": "private"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "field",
|
|
2674
|
+
"name": "copy",
|
|
2675
|
+
"type": {
|
|
2676
|
+
"text": "HTMLElement"
|
|
2677
|
+
},
|
|
2678
|
+
"privacy": "private"
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "field",
|
|
2682
|
+
"name": "paste",
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "HTMLElement"
|
|
2685
|
+
},
|
|
2686
|
+
"privacy": "private"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"kind": "field",
|
|
2690
|
+
"name": "delete",
|
|
2691
|
+
"type": {
|
|
2692
|
+
"text": "HTMLElement"
|
|
2693
|
+
},
|
|
2694
|
+
"privacy": "private"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "forward",
|
|
2699
|
+
"type": {
|
|
2700
|
+
"text": "HTMLElement"
|
|
2701
|
+
},
|
|
2702
|
+
"privacy": "private"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"kind": "field",
|
|
2706
|
+
"name": "backward",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "HTMLElement"
|
|
2709
|
+
},
|
|
2710
|
+
"privacy": "private"
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"kind": "field",
|
|
2714
|
+
"name": "front",
|
|
2715
|
+
"type": {
|
|
2716
|
+
"text": "HTMLElement"
|
|
2717
|
+
},
|
|
2718
|
+
"privacy": "private"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"kind": "field",
|
|
2722
|
+
"name": "back",
|
|
2723
|
+
"type": {
|
|
2724
|
+
"text": "HTMLElement"
|
|
2725
|
+
},
|
|
2726
|
+
"privacy": "private"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "field",
|
|
2730
|
+
"name": "aligners",
|
|
2731
|
+
"type": {
|
|
2732
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2733
|
+
},
|
|
2734
|
+
"privacy": "private"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"kind": "field",
|
|
2738
|
+
"name": "zorders",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2741
|
+
},
|
|
2742
|
+
"privacy": "private"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "field",
|
|
2746
|
+
"name": "distributes",
|
|
2747
|
+
"type": {
|
|
2748
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2749
|
+
},
|
|
2750
|
+
"privacy": "private"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "method",
|
|
2754
|
+
"name": "hasEmptySlot"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "method",
|
|
2758
|
+
"name": "onWheelEvent",
|
|
2376
2759
|
"parameters": [
|
|
2377
2760
|
{
|
|
2378
2761
|
"name": "e",
|
|
2379
2762
|
"type": {
|
|
2380
|
-
"text": "
|
|
2763
|
+
"text": "Event"
|
|
2381
2764
|
}
|
|
2382
2765
|
}
|
|
2383
2766
|
]
|
|
2384
2767
|
},
|
|
2385
2768
|
{
|
|
2386
2769
|
"kind": "method",
|
|
2387
|
-
"name": "
|
|
2770
|
+
"name": "getSymbol",
|
|
2388
2771
|
"parameters": [
|
|
2389
2772
|
{
|
|
2390
|
-
"name": "
|
|
2773
|
+
"name": "key",
|
|
2391
2774
|
"type": {
|
|
2392
|
-
"text": "
|
|
2775
|
+
"text": "string"
|
|
2393
2776
|
}
|
|
2394
2777
|
}
|
|
2395
2778
|
]
|
|
2396
2779
|
},
|
|
2397
2780
|
{
|
|
2398
2781
|
"kind": "method",
|
|
2399
|
-
"name": "
|
|
2782
|
+
"name": "getShortcutString",
|
|
2783
|
+
"privacy": "private",
|
|
2400
2784
|
"parameters": [
|
|
2401
2785
|
{
|
|
2402
|
-
"name": "
|
|
2786
|
+
"name": "keys",
|
|
2403
2787
|
"type": {
|
|
2404
|
-
"text": "
|
|
2788
|
+
"text": "string[]"
|
|
2405
2789
|
}
|
|
2406
2790
|
}
|
|
2407
2791
|
]
|
|
2408
2792
|
},
|
|
2409
2793
|
{
|
|
2410
2794
|
"kind": "method",
|
|
2411
|
-
"name": "
|
|
2795
|
+
"name": "onShortcut",
|
|
2412
2796
|
"parameters": [
|
|
2413
2797
|
{
|
|
2414
2798
|
"name": "e",
|
|
2415
2799
|
"type": {
|
|
2416
|
-
"text": "
|
|
2800
|
+
"text": "KeyboardEvent"
|
|
2417
2801
|
}
|
|
2418
2802
|
}
|
|
2419
2803
|
]
|
|
2420
2804
|
},
|
|
2421
2805
|
{
|
|
2422
2806
|
"kind": "method",
|
|
2423
|
-
"name": "
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "method",
|
|
2447
|
-
"name": "onTapFullscreen"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "method",
|
|
2451
|
-
"name": "onTapToggle"
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "method",
|
|
2455
|
-
"name": "onTapFitScene"
|
|
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
|
+
]
|
|
2456
2828
|
},
|
|
2457
2829
|
{
|
|
2458
2830
|
"kind": "method",
|
|
2459
|
-
"name": "
|
|
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
|
+
]
|
|
2460
2846
|
},
|
|
2461
2847
|
{
|
|
2462
2848
|
"kind": "method",
|
|
2463
|
-
"name": "
|
|
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
|
+
]
|
|
2464
2864
|
},
|
|
2465
2865
|
{
|
|
2466
2866
|
"kind": "method",
|
|
2467
|
-
"name": "
|
|
2867
|
+
"name": "onSceneChanged",
|
|
2468
2868
|
"parameters": [
|
|
2469
2869
|
{
|
|
2470
|
-
"name": "
|
|
2870
|
+
"name": "after",
|
|
2871
|
+
"optional": true,
|
|
2471
2872
|
"type": {
|
|
2472
|
-
"text": "
|
|
2873
|
+
"text": "Scene"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "before",
|
|
2878
|
+
"optional": true,
|
|
2879
|
+
"type": {
|
|
2880
|
+
"text": "Scene"
|
|
2473
2881
|
}
|
|
2474
2882
|
}
|
|
2475
2883
|
]
|
|
2476
|
-
}
|
|
2477
|
-
],
|
|
2478
|
-
"events": [
|
|
2479
|
-
{
|
|
2480
|
-
"name": "modeller-fullscreen",
|
|
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",
|
|
2499
|
-
"type": {
|
|
2500
|
-
"text": "CustomEvent"
|
|
2501
|
-
}
|
|
2502
|
-
}
|
|
2503
|
-
],
|
|
2504
|
-
"attributes": [
|
|
2505
|
-
{
|
|
2506
|
-
"name": "scene",
|
|
2507
|
-
"type": {
|
|
2508
|
-
"text": "Scene | undefined"
|
|
2509
|
-
},
|
|
2510
|
-
"fieldName": "scene"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"name": "selected",
|
|
2514
|
-
"type": {
|
|
2515
|
-
"text": "any[]"
|
|
2516
|
-
},
|
|
2517
|
-
"default": "[]",
|
|
2518
|
-
"fieldName": "selected"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "hideProperty",
|
|
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",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "string | undefined"
|
|
2561
|
-
},
|
|
2562
|
-
"attribute": "defaultGroup"
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"kind": "field",
|
|
2566
|
-
"name": "groups",
|
|
2567
|
-
"type": {
|
|
2568
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2569
|
-
},
|
|
2570
|
-
"attribute": "groups"
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "method",
|
|
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",
|
|
2588
|
-
"type": {
|
|
2589
|
-
"text": "string | undefined"
|
|
2590
|
-
},
|
|
2591
|
-
"fieldName": "defaultGroup"
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "groups",
|
|
2595
|
-
"type": {
|
|
2596
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2597
|
-
},
|
|
2598
|
-
"fieldName": "groups"
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"mixins": [
|
|
2602
|
-
{
|
|
2603
|
-
"name": "localize(i18next)",
|
|
2604
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2605
|
-
}
|
|
2606
|
-
],
|
|
2607
|
-
"superclass": {
|
|
2608
|
-
"name": "LitElement",
|
|
2609
|
-
"package": "lit"
|
|
2610
|
-
},
|
|
2611
|
-
"tagName": "board-creation-popup",
|
|
2612
|
-
"customElement": true
|
|
2613
|
-
}
|
|
2614
|
-
],
|
|
2615
|
-
"exports": [
|
|
2616
|
-
{
|
|
2617
|
-
"kind": "js",
|
|
2618
|
-
"name": "BoardCreationPopup",
|
|
2619
|
-
"declaration": {
|
|
2620
|
-
"name": "BoardCreationPopup",
|
|
2621
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "custom-element-definition",
|
|
2626
|
-
"name": "board-creation-popup",
|
|
2627
|
-
"declaration": {
|
|
2628
|
-
"name": "BoardCreationPopup",
|
|
2629
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2630
|
-
}
|
|
2631
|
-
}
|
|
2632
|
-
]
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "javascript-module",
|
|
2636
|
-
"path": "src/selector/board-thumbnail-card.ts",
|
|
2637
|
-
"declarations": [
|
|
2638
|
-
{
|
|
2639
|
-
"kind": "class",
|
|
2640
|
-
"description": "",
|
|
2641
|
-
"name": "BoardThumbnailCard",
|
|
2642
|
-
"members": [
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "field",
|
|
2645
|
-
"name": "defaultGroup",
|
|
2646
|
-
"type": {
|
|
2647
|
-
"text": "string | undefined"
|
|
2648
|
-
},
|
|
2649
|
-
"attribute": "defaultGroup"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "field",
|
|
2653
|
-
"name": "groups",
|
|
2654
|
-
"type": {
|
|
2655
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2656
|
-
},
|
|
2657
|
-
"attribute": "groups"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "method",
|
|
2661
|
-
"name": "onClickFlip",
|
|
2662
|
-
"parameters": [
|
|
2663
|
-
{
|
|
2664
|
-
"name": "e",
|
|
2665
|
-
"type": {
|
|
2666
|
-
"text": "Event"
|
|
2667
|
-
}
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"kind": "method",
|
|
2673
|
-
"name": "onClickSubmit",
|
|
2674
|
-
"parameters": [
|
|
2675
|
-
{
|
|
2676
|
-
"name": "e",
|
|
2677
|
-
"type": {
|
|
2678
|
-
"text": "Event"
|
|
2679
|
-
}
|
|
2680
|
-
}
|
|
2681
|
-
]
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"kind": "method",
|
|
2685
|
-
"name": "reset"
|
|
2686
|
-
}
|
|
2687
|
-
],
|
|
2688
|
-
"events": [
|
|
2689
|
-
{
|
|
2690
|
-
"name": "create-board",
|
|
2691
|
-
"type": {
|
|
2692
|
-
"text": "CustomEvent"
|
|
2693
|
-
}
|
|
2694
|
-
}
|
|
2695
|
-
],
|
|
2696
|
-
"attributes": [
|
|
2697
|
-
{
|
|
2698
|
-
"name": "defaultGroup",
|
|
2699
|
-
"type": {
|
|
2700
|
-
"text": "string | undefined"
|
|
2701
|
-
},
|
|
2702
|
-
"fieldName": "defaultGroup"
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"name": "groups",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2708
|
-
},
|
|
2709
|
-
"fieldName": "groups"
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"mixins": [
|
|
2713
|
-
{
|
|
2714
|
-
"name": "localize(i18next)",
|
|
2715
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"superclass": {
|
|
2719
|
-
"name": "LitElement",
|
|
2720
|
-
"package": "lit"
|
|
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": [
|
|
2754
|
-
{
|
|
2755
|
-
"kind": "field",
|
|
2756
|
-
"name": "defaultGroup",
|
|
2757
|
-
"type": {
|
|
2758
|
-
"text": "string | undefined"
|
|
2759
|
-
},
|
|
2760
|
-
"attribute": "defaultGroup"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "field",
|
|
2764
|
-
"name": "groups",
|
|
2765
|
-
"type": {
|
|
2766
|
-
"text": "any"
|
|
2767
|
-
},
|
|
2768
|
-
"attribute": "groups"
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "field",
|
|
2772
|
-
"name": "popup",
|
|
2773
|
-
"type": {
|
|
2774
|
-
"text": "any"
|
|
2775
|
-
},
|
|
2776
|
-
"privacy": "private"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"kind": "method",
|
|
2780
|
-
"name": "onClick"
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"kind": "method",
|
|
2784
|
-
"name": "reset"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"events": [
|
|
2788
|
-
{
|
|
2789
|
-
"name": "create-board",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "CustomEvent"
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
|
-
"attributes": [
|
|
2796
|
-
{
|
|
2797
|
-
"name": "defaultGroup",
|
|
2798
|
-
"type": {
|
|
2799
|
-
"text": "string | undefined"
|
|
2800
|
-
},
|
|
2801
|
-
"fieldName": "defaultGroup"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "groups",
|
|
2805
|
-
"type": {
|
|
2806
|
-
"text": "any"
|
|
2807
|
-
},
|
|
2808
|
-
"fieldName": "groups"
|
|
2809
|
-
}
|
|
2810
|
-
],
|
|
2811
|
-
"mixins": [
|
|
2812
|
-
{
|
|
2813
|
-
"name": "localize(i18next)",
|
|
2814
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2815
|
-
}
|
|
2816
|
-
],
|
|
2817
|
-
"superclass": {
|
|
2818
|
-
"name": "LitElement",
|
|
2819
|
-
"package": "lit"
|
|
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": [
|
|
2884
|
+
},
|
|
2853
2885
|
{
|
|
2854
|
-
"kind": "
|
|
2855
|
-
"name": "
|
|
2856
|
-
"
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
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
3105
|
],
|
|
3086
3106
|
"exports": [
|
|
3087
3107
|
{
|
|
3088
3108
|
"kind": "js",
|
|
3089
|
-
"name": "
|
|
3090
|
-
"declaration": {
|
|
3091
|
-
"name": "BoardSelector",
|
|
3092
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"kind": "custom-element-definition",
|
|
3097
|
-
"name": "ox-board-selector",
|
|
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
|
]
|
|
@@ -5156,262 +5168,25 @@
|
|
|
5156
5168
|
"fieldName": "scene"
|
|
5157
5169
|
}
|
|
5158
5170
|
],
|
|
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/inspector/inspector.ts",
|
|
5185
|
-
"declarations": [
|
|
5186
|
-
{
|
|
5187
|
-
"kind": "class",
|
|
5188
|
-
"description": "",
|
|
5189
|
-
"name": "SceneInspector",
|
|
5190
|
-
"members": [
|
|
5191
|
-
{
|
|
5192
|
-
"kind": "field",
|
|
5193
|
-
"name": "scene",
|
|
5194
|
-
"type": {
|
|
5195
|
-
"text": "Scene | undefined"
|
|
5196
|
-
},
|
|
5197
|
-
"attribute": "scene"
|
|
5198
|
-
},
|
|
5199
|
-
{
|
|
5200
|
-
"kind": "field",
|
|
5201
|
-
"name": "searchText",
|
|
5202
|
-
"type": {
|
|
5203
|
-
"text": "string"
|
|
5204
|
-
},
|
|
5205
|
-
"privacy": "private",
|
|
5206
|
-
"default": "''"
|
|
5207
|
-
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "field",
|
|
5210
|
-
"name": "_extendedMap",
|
|
5211
|
-
"type": {
|
|
5212
|
-
"text": "any"
|
|
5213
|
-
},
|
|
5214
|
-
"privacy": "private"
|
|
5215
|
-
},
|
|
5216
|
-
{
|
|
5217
|
-
"kind": "field",
|
|
5218
|
-
"name": "show",
|
|
5219
|
-
"type": {
|
|
5220
|
-
"text": "boolean"
|
|
5221
|
-
},
|
|
5222
|
-
"privacy": "private",
|
|
5223
|
-
"default": "false"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"kind": "method",
|
|
5227
|
-
"name": "disconnectScene",
|
|
5228
|
-
"parameters": [
|
|
5229
|
-
{
|
|
5230
|
-
"name": "scene",
|
|
5231
|
-
"optional": true,
|
|
5232
|
-
"type": {
|
|
5233
|
-
"text": "Scene"
|
|
5234
|
-
}
|
|
5235
|
-
}
|
|
5236
|
-
]
|
|
5237
|
-
},
|
|
5238
|
-
{
|
|
5239
|
-
"kind": "method",
|
|
5240
|
-
"name": "refresh"
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"kind": "field",
|
|
5244
|
-
"name": "sortableConfig",
|
|
5245
|
-
"type": {
|
|
5246
|
-
"text": "Sortable.Options"
|
|
5247
|
-
},
|
|
5248
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "method",
|
|
5252
|
-
"name": "onSort",
|
|
5253
|
-
"parameters": [
|
|
5254
|
-
{
|
|
5255
|
-
"name": "e",
|
|
5256
|
-
"type": {
|
|
5257
|
-
"text": "Sortable.SortableEvent"
|
|
5258
|
-
}
|
|
5259
|
-
}
|
|
5260
|
-
]
|
|
5261
|
-
},
|
|
5262
|
-
{
|
|
5263
|
-
"kind": "method",
|
|
5264
|
-
"name": "_onclick",
|
|
5265
|
-
"parameters": [
|
|
5266
|
-
{
|
|
5267
|
-
"name": "e",
|
|
5268
|
-
"type": {
|
|
5269
|
-
"text": "MouseEvent"
|
|
5270
|
-
}
|
|
5271
|
-
}
|
|
5272
|
-
]
|
|
5273
|
-
},
|
|
5274
|
-
{
|
|
5275
|
-
"kind": "method",
|
|
5276
|
-
"name": "_ondblclick",
|
|
5277
|
-
"parameters": [
|
|
5278
|
-
{
|
|
5279
|
-
"name": "e",
|
|
5280
|
-
"type": {
|
|
5281
|
-
"text": "MouseEvent"
|
|
5282
|
-
}
|
|
5283
|
-
}
|
|
5284
|
-
]
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "field",
|
|
5288
|
-
"name": "extendedMap",
|
|
5289
|
-
"readonly": true
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"kind": "method",
|
|
5293
|
-
"name": "getNodeHandleClass",
|
|
5294
|
-
"parameters": [
|
|
5295
|
-
{
|
|
5296
|
-
"name": "component",
|
|
5297
|
-
"type": {
|
|
5298
|
-
"text": "Component"
|
|
5299
|
-
}
|
|
5300
|
-
}
|
|
5301
|
-
]
|
|
5302
|
-
},
|
|
5303
|
-
{
|
|
5304
|
-
"kind": "method",
|
|
5305
|
-
"name": "isExtended",
|
|
5306
|
-
"parameters": [
|
|
5307
|
-
{
|
|
5308
|
-
"name": "component",
|
|
5309
|
-
"type": {
|
|
5310
|
-
"text": "Component"
|
|
5311
|
-
}
|
|
5312
|
-
}
|
|
5313
|
-
]
|
|
5314
|
-
},
|
|
5315
|
-
{
|
|
5316
|
-
"kind": "method",
|
|
5317
|
-
"name": "toggleExtended",
|
|
5318
|
-
"parameters": [
|
|
5319
|
-
{
|
|
5320
|
-
"name": "component",
|
|
5321
|
-
"type": {
|
|
5322
|
-
"text": "Component"
|
|
5323
|
-
}
|
|
5324
|
-
}
|
|
5325
|
-
]
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
"kind": "method",
|
|
5329
|
-
"name": "toggleHidden",
|
|
5330
|
-
"parameters": [
|
|
5331
|
-
{
|
|
5332
|
-
"name": "component",
|
|
5333
|
-
"type": {
|
|
5334
|
-
"text": "Component"
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
]
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"kind": "method",
|
|
5341
|
-
"name": "selectComponent",
|
|
5342
|
-
"parameters": [
|
|
5343
|
-
{
|
|
5344
|
-
"name": "component",
|
|
5345
|
-
"type": {
|
|
5346
|
-
"text": "Component"
|
|
5347
|
-
}
|
|
5348
|
-
}
|
|
5349
|
-
]
|
|
5350
|
-
},
|
|
5351
|
-
{
|
|
5352
|
-
"kind": "method",
|
|
5353
|
-
"name": "shouldBeShown",
|
|
5354
|
-
"return": {
|
|
5355
|
-
"type": {
|
|
5356
|
-
"text": "boolean"
|
|
5357
|
-
}
|
|
5358
|
-
},
|
|
5359
|
-
"parameters": [
|
|
5360
|
-
{
|
|
5361
|
-
"name": "component",
|
|
5362
|
-
"type": {
|
|
5363
|
-
"text": "Component"
|
|
5364
|
-
}
|
|
5365
|
-
}
|
|
5366
|
-
]
|
|
5367
|
-
},
|
|
5368
|
-
{
|
|
5369
|
-
"kind": "method",
|
|
5370
|
-
"name": "renderComponent",
|
|
5371
|
-
"return": {
|
|
5372
|
-
"type": {
|
|
5373
|
-
"text": "TemplateResult"
|
|
5374
|
-
}
|
|
5375
|
-
},
|
|
5376
|
-
"parameters": [
|
|
5377
|
-
{
|
|
5378
|
-
"name": "component",
|
|
5379
|
-
"type": {
|
|
5380
|
-
"text": "Component"
|
|
5381
|
-
}
|
|
5382
|
-
},
|
|
5383
|
-
{
|
|
5384
|
-
"name": "depth",
|
|
5385
|
-
"type": {
|
|
5386
|
-
"text": "number"
|
|
5387
|
-
}
|
|
5388
|
-
}
|
|
5389
|
-
]
|
|
5390
|
-
}
|
|
5391
|
-
],
|
|
5392
|
-
"attributes": [
|
|
5393
|
-
{
|
|
5394
|
-
"name": "scene",
|
|
5395
|
-
"type": {
|
|
5396
|
-
"text": "Scene | undefined"
|
|
5397
|
-
},
|
|
5398
|
-
"fieldName": "scene"
|
|
5399
|
-
}
|
|
5400
|
-
],
|
|
5171
|
+
"mixins": [
|
|
5172
|
+
{
|
|
5173
|
+
"name": "ScopedElementsMixin",
|
|
5174
|
+
"package": "@open-wc/scoped-elements"
|
|
5175
|
+
}
|
|
5176
|
+
],
|
|
5401
5177
|
"superclass": {
|
|
5402
|
-
"name": "
|
|
5403
|
-
"
|
|
5404
|
-
}
|
|
5405
|
-
"customElement": true
|
|
5178
|
+
"name": "AbstractProperty",
|
|
5179
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5180
|
+
}
|
|
5406
5181
|
}
|
|
5407
5182
|
],
|
|
5408
5183
|
"exports": [
|
|
5409
5184
|
{
|
|
5410
5185
|
"kind": "js",
|
|
5411
|
-
"name": "
|
|
5186
|
+
"name": "PropertyDataBinding",
|
|
5412
5187
|
"declaration": {
|
|
5413
|
-
"name": "
|
|
5414
|
-
"module": "src/modeller/property-sidebar/
|
|
5188
|
+
"name": "PropertyDataBinding",
|
|
5189
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5415
5190
|
}
|
|
5416
5191
|
}
|
|
5417
5192
|
]
|
|
@@ -6236,6 +6011,243 @@
|
|
|
6236
6011
|
}
|
|
6237
6012
|
]
|
|
6238
6013
|
},
|
|
6014
|
+
{
|
|
6015
|
+
"kind": "javascript-module",
|
|
6016
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6017
|
+
"declarations": [
|
|
6018
|
+
{
|
|
6019
|
+
"kind": "class",
|
|
6020
|
+
"description": "",
|
|
6021
|
+
"name": "SceneInspector",
|
|
6022
|
+
"members": [
|
|
6023
|
+
{
|
|
6024
|
+
"kind": "field",
|
|
6025
|
+
"name": "scene",
|
|
6026
|
+
"type": {
|
|
6027
|
+
"text": "Scene | undefined"
|
|
6028
|
+
},
|
|
6029
|
+
"attribute": "scene"
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"kind": "field",
|
|
6033
|
+
"name": "searchText",
|
|
6034
|
+
"type": {
|
|
6035
|
+
"text": "string"
|
|
6036
|
+
},
|
|
6037
|
+
"privacy": "private",
|
|
6038
|
+
"default": "''"
|
|
6039
|
+
},
|
|
6040
|
+
{
|
|
6041
|
+
"kind": "field",
|
|
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"
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
"kind": "method",
|
|
6059
|
+
"name": "disconnectScene",
|
|
6060
|
+
"parameters": [
|
|
6061
|
+
{
|
|
6062
|
+
"name": "scene",
|
|
6063
|
+
"optional": true,
|
|
6064
|
+
"type": {
|
|
6065
|
+
"text": "Scene"
|
|
6066
|
+
}
|
|
6067
|
+
}
|
|
6068
|
+
]
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"kind": "method",
|
|
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",
|
|
6085
|
+
"parameters": [
|
|
6086
|
+
{
|
|
6087
|
+
"name": "e",
|
|
6088
|
+
"type": {
|
|
6089
|
+
"text": "Sortable.SortableEvent"
|
|
6090
|
+
}
|
|
6091
|
+
}
|
|
6092
|
+
]
|
|
6093
|
+
},
|
|
6094
|
+
{
|
|
6095
|
+
"kind": "method",
|
|
6096
|
+
"name": "_onclick",
|
|
6097
|
+
"parameters": [
|
|
6098
|
+
{
|
|
6099
|
+
"name": "e",
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "MouseEvent"
|
|
6102
|
+
}
|
|
6103
|
+
}
|
|
6104
|
+
]
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"kind": "method",
|
|
6108
|
+
"name": "_ondblclick",
|
|
6109
|
+
"parameters": [
|
|
6110
|
+
{
|
|
6111
|
+
"name": "e",
|
|
6112
|
+
"type": {
|
|
6113
|
+
"text": "MouseEvent"
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
]
|
|
6117
|
+
},
|
|
6118
|
+
{
|
|
6119
|
+
"kind": "field",
|
|
6120
|
+
"name": "extendedMap",
|
|
6121
|
+
"readonly": true
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"kind": "method",
|
|
6125
|
+
"name": "getNodeHandleClass",
|
|
6126
|
+
"parameters": [
|
|
6127
|
+
{
|
|
6128
|
+
"name": "component",
|
|
6129
|
+
"type": {
|
|
6130
|
+
"text": "Component"
|
|
6131
|
+
}
|
|
6132
|
+
}
|
|
6133
|
+
]
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"kind": "method",
|
|
6137
|
+
"name": "isExtended",
|
|
6138
|
+
"parameters": [
|
|
6139
|
+
{
|
|
6140
|
+
"name": "component",
|
|
6141
|
+
"type": {
|
|
6142
|
+
"text": "Component"
|
|
6143
|
+
}
|
|
6144
|
+
}
|
|
6145
|
+
]
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"kind": "method",
|
|
6149
|
+
"name": "toggleExtended",
|
|
6150
|
+
"parameters": [
|
|
6151
|
+
{
|
|
6152
|
+
"name": "component",
|
|
6153
|
+
"type": {
|
|
6154
|
+
"text": "Component"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
]
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"kind": "method",
|
|
6161
|
+
"name": "toggleHidden",
|
|
6162
|
+
"parameters": [
|
|
6163
|
+
{
|
|
6164
|
+
"name": "component",
|
|
6165
|
+
"type": {
|
|
6166
|
+
"text": "Component"
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
]
|
|
6170
|
+
},
|
|
6171
|
+
{
|
|
6172
|
+
"kind": "method",
|
|
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",
|
|
6186
|
+
"return": {
|
|
6187
|
+
"type": {
|
|
6188
|
+
"text": "boolean"
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
6191
|
+
"parameters": [
|
|
6192
|
+
{
|
|
6193
|
+
"name": "component",
|
|
6194
|
+
"type": {
|
|
6195
|
+
"text": "Component"
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "method",
|
|
6202
|
+
"name": "renderComponent",
|
|
6203
|
+
"return": {
|
|
6204
|
+
"type": {
|
|
6205
|
+
"text": "TemplateResult"
|
|
6206
|
+
}
|
|
6207
|
+
},
|
|
6208
|
+
"parameters": [
|
|
6209
|
+
{
|
|
6210
|
+
"name": "component",
|
|
6211
|
+
"type": {
|
|
6212
|
+
"text": "Component"
|
|
6213
|
+
}
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "depth",
|
|
6217
|
+
"type": {
|
|
6218
|
+
"text": "number"
|
|
6219
|
+
}
|
|
6220
|
+
}
|
|
6221
|
+
]
|
|
6222
|
+
}
|
|
6223
|
+
],
|
|
6224
|
+
"attributes": [
|
|
6225
|
+
{
|
|
6226
|
+
"name": "scene",
|
|
6227
|
+
"type": {
|
|
6228
|
+
"text": "Scene | undefined"
|
|
6229
|
+
},
|
|
6230
|
+
"fieldName": "scene"
|
|
6231
|
+
}
|
|
6232
|
+
],
|
|
6233
|
+
"superclass": {
|
|
6234
|
+
"name": "LitElement",
|
|
6235
|
+
"package": "lit"
|
|
6236
|
+
},
|
|
6237
|
+
"customElement": true
|
|
6238
|
+
}
|
|
6239
|
+
],
|
|
6240
|
+
"exports": [
|
|
6241
|
+
{
|
|
6242
|
+
"kind": "js",
|
|
6243
|
+
"name": "SceneInspector",
|
|
6244
|
+
"declaration": {
|
|
6245
|
+
"name": "SceneInspector",
|
|
6246
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6247
|
+
}
|
|
6248
|
+
}
|
|
6249
|
+
]
|
|
6250
|
+
},
|
|
6239
6251
|
{
|
|
6240
6252
|
"kind": "javascript-module",
|
|
6241
6253
|
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|