@fmsim/board 0.0.80 → 0.0.82
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 +588 -588
- package/dist/src/modeller/property-sidebar/property-sidebar.js +3 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +20 -19
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +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",
|
|
@@ -1607,69 +1670,6 @@
|
|
|
1607
1670
|
"declarations": [],
|
|
1608
1671
|
"exports": []
|
|
1609
1672
|
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "javascript-module",
|
|
1612
|
-
"path": "stories/index.stories.ts",
|
|
1613
|
-
"declarations": [
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "variable",
|
|
1616
|
-
"name": "Regular"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "variable",
|
|
1620
|
-
"name": "CustomTitle"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "variable",
|
|
1624
|
-
"name": "CustomCounter"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "variable",
|
|
1628
|
-
"name": "SlottedContent"
|
|
1629
|
-
}
|
|
1630
|
-
],
|
|
1631
|
-
"exports": [
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "js",
|
|
1634
|
-
"name": "default",
|
|
1635
|
-
"declaration": {
|
|
1636
|
-
"module": "stories/index.stories.ts"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"kind": "js",
|
|
1641
|
-
"name": "Regular",
|
|
1642
|
-
"declaration": {
|
|
1643
|
-
"name": "Regular",
|
|
1644
|
-
"module": "stories/index.stories.ts"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "js",
|
|
1649
|
-
"name": "CustomTitle",
|
|
1650
|
-
"declaration": {
|
|
1651
|
-
"name": "CustomTitle",
|
|
1652
|
-
"module": "stories/index.stories.ts"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "js",
|
|
1657
|
-
"name": "CustomCounter",
|
|
1658
|
-
"declaration": {
|
|
1659
|
-
"name": "CustomCounter",
|
|
1660
|
-
"module": "stories/index.stories.ts"
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "js",
|
|
1665
|
-
"name": "SlottedContent",
|
|
1666
|
-
"declaration": {
|
|
1667
|
-
"name": "SlottedContent",
|
|
1668
|
-
"module": "stories/index.stories.ts"
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
]
|
|
1672
|
-
},
|
|
1673
1673
|
{
|
|
1674
1674
|
"kind": "javascript-module",
|
|
1675
1675
|
"path": "src/component/etc.ts",
|
|
@@ -1823,108 +1823,302 @@
|
|
|
1823
1823
|
},
|
|
1824
1824
|
{
|
|
1825
1825
|
"kind": "javascript-module",
|
|
1826
|
-
"path": "src/
|
|
1827
|
-
"declarations": [
|
|
1828
|
-
|
|
1829
|
-
"kind": "variable",
|
|
1830
|
-
"name": "style",
|
|
1831
|
-
"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`"
|
|
1832
|
-
}
|
|
1833
|
-
],
|
|
1834
|
-
"exports": [
|
|
1835
|
-
{
|
|
1836
|
-
"kind": "js",
|
|
1837
|
-
"name": "style",
|
|
1838
|
-
"declaration": {
|
|
1839
|
-
"name": "style",
|
|
1840
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
1841
|
-
}
|
|
1842
|
-
}
|
|
1843
|
-
]
|
|
1826
|
+
"path": "src/layers/mcs-mouse-event-handler.ts",
|
|
1827
|
+
"declarations": [],
|
|
1828
|
+
"exports": []
|
|
1844
1829
|
},
|
|
1845
1830
|
{
|
|
1846
1831
|
"kind": "javascript-module",
|
|
1847
|
-
"path": "src/
|
|
1832
|
+
"path": "src/layers/movement-layer.ts",
|
|
1848
1833
|
"declarations": [
|
|
1849
1834
|
{
|
|
1850
1835
|
"kind": "class",
|
|
1851
1836
|
"description": "",
|
|
1852
|
-
"name": "
|
|
1837
|
+
"name": "MovementLayer",
|
|
1853
1838
|
"members": [
|
|
1854
1839
|
{
|
|
1855
1840
|
"kind": "field",
|
|
1856
|
-
"name": "
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "Scene | undefined"
|
|
1859
|
-
},
|
|
1860
|
-
"attribute": "scene"
|
|
1841
|
+
"name": "drawInstructionHandler"
|
|
1861
1842
|
},
|
|
1862
1843
|
{
|
|
1863
1844
|
"kind": "field",
|
|
1864
|
-
"name": "
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "any[]"
|
|
1867
|
-
},
|
|
1868
|
-
"default": "[]",
|
|
1869
|
-
"attribute": "selected"
|
|
1845
|
+
"name": "clickComponentHandler"
|
|
1870
1846
|
},
|
|
1871
1847
|
{
|
|
1872
|
-
"kind": "
|
|
1873
|
-
"name": "
|
|
1874
|
-
"type": {
|
|
1875
|
-
"text": "boolean"
|
|
1876
|
-
},
|
|
1877
|
-
"default": "false",
|
|
1878
|
-
"attribute": "hideProperty"
|
|
1848
|
+
"kind": "method",
|
|
1849
|
+
"name": "ready"
|
|
1879
1850
|
},
|
|
1880
1851
|
{
|
|
1881
|
-
"kind": "
|
|
1882
|
-
"name": "
|
|
1883
|
-
"type": {
|
|
1884
|
-
"text": "string | undefined"
|
|
1885
|
-
},
|
|
1886
|
-
"privacy": "private"
|
|
1852
|
+
"kind": "method",
|
|
1853
|
+
"name": "dispose"
|
|
1887
1854
|
},
|
|
1888
1855
|
{
|
|
1889
1856
|
"kind": "field",
|
|
1890
|
-
"name": "
|
|
1891
|
-
"
|
|
1892
|
-
"text": "HTMLElement"
|
|
1893
|
-
},
|
|
1894
|
-
"privacy": "private"
|
|
1857
|
+
"name": "capturable",
|
|
1858
|
+
"readonly": true
|
|
1895
1859
|
},
|
|
1896
1860
|
{
|
|
1897
|
-
"kind": "
|
|
1898
|
-
"name": "
|
|
1899
|
-
"
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1861
|
+
"kind": "method",
|
|
1862
|
+
"name": "drawArrow",
|
|
1863
|
+
"parameters": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "ctx",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "CanvasRenderingContext2D"
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "p0",
|
|
1872
|
+
"type": {
|
|
1873
|
+
"text": "POINT"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "p1",
|
|
1878
|
+
"type": {
|
|
1879
|
+
"text": "POINT"
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "headLength",
|
|
1884
|
+
"default": "10",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "number"
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
]
|
|
1903
1890
|
},
|
|
1904
1891
|
{
|
|
1905
|
-
"kind": "
|
|
1906
|
-
"name": "
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1892
|
+
"kind": "method",
|
|
1893
|
+
"name": "findSourceAndTarget",
|
|
1894
|
+
"return": {
|
|
1895
|
+
"type": {
|
|
1896
|
+
"text": "[Component?, Component?]"
|
|
1897
|
+
}
|
|
1909
1898
|
},
|
|
1910
|
-
"
|
|
1899
|
+
"parameters": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "path",
|
|
1902
|
+
"type": {
|
|
1903
|
+
"text": "PATH"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1911
1907
|
},
|
|
1912
1908
|
{
|
|
1913
1909
|
"kind": "field",
|
|
1914
|
-
"name": "
|
|
1915
|
-
"
|
|
1916
|
-
"text": "HTMLElement"
|
|
1917
|
-
},
|
|
1918
|
-
"privacy": "private"
|
|
1910
|
+
"name": "eventMap",
|
|
1911
|
+
"readonly": true
|
|
1919
1912
|
},
|
|
1920
1913
|
{
|
|
1921
|
-
"kind": "
|
|
1922
|
-
"name": "
|
|
1923
|
-
"
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1914
|
+
"kind": "method",
|
|
1915
|
+
"name": "onchangeModelLayer",
|
|
1916
|
+
"parameters": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "after",
|
|
1919
|
+
"type": {
|
|
1920
|
+
"text": "any"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "before",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "any"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "hint",
|
|
1931
|
+
"type": {
|
|
1932
|
+
"text": "any"
|
|
1933
|
+
}
|
|
1934
|
+
}
|
|
1935
|
+
]
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"kind": "method",
|
|
1939
|
+
"name": "onchangeData",
|
|
1940
|
+
"return": {
|
|
1941
|
+
"type": {
|
|
1942
|
+
"text": "void"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"parameters": [
|
|
1946
|
+
{
|
|
1947
|
+
"name": "after",
|
|
1948
|
+
"type": {
|
|
1949
|
+
"text": "Properties"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "before",
|
|
1954
|
+
"type": {
|
|
1955
|
+
"text": "Properties"
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
]
|
|
1959
|
+
}
|
|
1960
|
+
],
|
|
1961
|
+
"superclass": {
|
|
1962
|
+
"name": "Layer",
|
|
1963
|
+
"package": "@hatiolab/things-scene"
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"exports": [
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "js",
|
|
1970
|
+
"name": "default",
|
|
1971
|
+
"declaration": {
|
|
1972
|
+
"name": "MovementLayer",
|
|
1973
|
+
"module": "src/layers/movement-layer.ts"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "javascript-module",
|
|
1980
|
+
"path": "src/layers/tooltip-decorator.ts",
|
|
1981
|
+
"declarations": [
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "function",
|
|
1984
|
+
"name": "tooltipDecorator",
|
|
1985
|
+
"parameters": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "component",
|
|
1988
|
+
"type": {
|
|
1989
|
+
"text": "Component"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "context",
|
|
1994
|
+
"type": {
|
|
1995
|
+
"text": "CanvasRenderingContext2D"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"name": "delta",
|
|
2000
|
+
"type": {
|
|
2001
|
+
"text": "number"
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
]
|
|
2005
|
+
}
|
|
2006
|
+
],
|
|
2007
|
+
"exports": [
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "js",
|
|
2010
|
+
"name": "default",
|
|
2011
|
+
"declaration": {
|
|
2012
|
+
"name": "tooltipDecorator",
|
|
2013
|
+
"module": "src/layers/tooltip-decorator.ts"
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"kind": "javascript-module",
|
|
2020
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
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",
|
|
2042
|
+
"declarations": [
|
|
2043
|
+
{
|
|
2044
|
+
"kind": "class",
|
|
2045
|
+
"description": "",
|
|
2046
|
+
"name": "EditToolbar",
|
|
2047
|
+
"members": [
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "scene",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "Scene | undefined"
|
|
2053
|
+
},
|
|
2054
|
+
"attribute": "scene"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "field",
|
|
2058
|
+
"name": "selected",
|
|
2059
|
+
"type": {
|
|
2060
|
+
"text": "any[]"
|
|
2061
|
+
},
|
|
2062
|
+
"default": "[]",
|
|
2063
|
+
"attribute": "selected"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"kind": "field",
|
|
2067
|
+
"name": "hideProperty",
|
|
2068
|
+
"type": {
|
|
2069
|
+
"text": "boolean"
|
|
2070
|
+
},
|
|
2071
|
+
"default": "false",
|
|
2072
|
+
"attribute": "hideProperty"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"kind": "field",
|
|
2076
|
+
"name": "cliped",
|
|
2077
|
+
"type": {
|
|
2078
|
+
"text": "string | undefined"
|
|
2079
|
+
},
|
|
2080
|
+
"privacy": "private"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"kind": "field",
|
|
2084
|
+
"name": "redo",
|
|
2085
|
+
"type": {
|
|
2086
|
+
"text": "HTMLElement"
|
|
2087
|
+
},
|
|
2088
|
+
"privacy": "private"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "field",
|
|
2092
|
+
"name": "undo",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "HTMLElement"
|
|
2095
|
+
},
|
|
2096
|
+
"privacy": "private"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "field",
|
|
2100
|
+
"name": "fullscreen",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "HTMLElement"
|
|
2103
|
+
},
|
|
2104
|
+
"privacy": "private"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "field",
|
|
2108
|
+
"name": "cut",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "HTMLElement"
|
|
2111
|
+
},
|
|
2112
|
+
"privacy": "private"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "field",
|
|
2116
|
+
"name": "copy",
|
|
2117
|
+
"type": {
|
|
2118
|
+
"text": "HTMLElement"
|
|
2119
|
+
},
|
|
2120
|
+
"privacy": "private"
|
|
2121
|
+
},
|
|
1928
2122
|
{
|
|
1929
2123
|
"kind": "field",
|
|
1930
2124
|
"name": "paste",
|
|
@@ -2329,217 +2523,23 @@
|
|
|
2329
2523
|
"text": "boolean"
|
|
2330
2524
|
},
|
|
2331
2525
|
"default": "false",
|
|
2332
|
-
"fieldName": "hideProperty"
|
|
2333
|
-
}
|
|
2334
|
-
],
|
|
2335
|
-
"superclass": {
|
|
2336
|
-
"name": "LitElement",
|
|
2337
|
-
"package": "lit"
|
|
2338
|
-
},
|
|
2339
|
-
"customElement": true
|
|
2340
|
-
}
|
|
2341
|
-
],
|
|
2342
|
-
"exports": [
|
|
2343
|
-
{
|
|
2344
|
-
"kind": "js",
|
|
2345
|
-
"name": "EditToolbar",
|
|
2346
|
-
"declaration": {
|
|
2347
|
-
"name": "EditToolbar",
|
|
2348
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2351
|
-
]
|
|
2352
|
-
},
|
|
2353
|
-
{
|
|
2354
|
-
"kind": "javascript-module",
|
|
2355
|
-
"path": "src/layers/mcs-mouse-event-handler.ts",
|
|
2356
|
-
"declarations": [],
|
|
2357
|
-
"exports": []
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "javascript-module",
|
|
2361
|
-
"path": "src/layers/movement-layer.ts",
|
|
2362
|
-
"declarations": [
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "class",
|
|
2365
|
-
"description": "",
|
|
2366
|
-
"name": "MovementLayer",
|
|
2367
|
-
"members": [
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "field",
|
|
2370
|
-
"name": "drawInstructionHandler"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "field",
|
|
2374
|
-
"name": "clickComponentHandler"
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "method",
|
|
2378
|
-
"name": "ready"
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "method",
|
|
2382
|
-
"name": "dispose"
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"kind": "field",
|
|
2386
|
-
"name": "capturable",
|
|
2387
|
-
"readonly": true
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "method",
|
|
2391
|
-
"name": "drawArrow",
|
|
2392
|
-
"parameters": [
|
|
2393
|
-
{
|
|
2394
|
-
"name": "ctx",
|
|
2395
|
-
"type": {
|
|
2396
|
-
"text": "CanvasRenderingContext2D"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"name": "p0",
|
|
2401
|
-
"type": {
|
|
2402
|
-
"text": "POINT"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
{
|
|
2406
|
-
"name": "p1",
|
|
2407
|
-
"type": {
|
|
2408
|
-
"text": "POINT"
|
|
2409
|
-
}
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"name": "headLength",
|
|
2413
|
-
"default": "10",
|
|
2414
|
-
"type": {
|
|
2415
|
-
"text": "number"
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
]
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"kind": "method",
|
|
2422
|
-
"name": "findSourceAndTarget",
|
|
2423
|
-
"return": {
|
|
2424
|
-
"type": {
|
|
2425
|
-
"text": "[Component?, Component?]"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
"parameters": [
|
|
2429
|
-
{
|
|
2430
|
-
"name": "path",
|
|
2431
|
-
"type": {
|
|
2432
|
-
"text": "PATH"
|
|
2433
|
-
}
|
|
2434
|
-
}
|
|
2435
|
-
]
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "field",
|
|
2439
|
-
"name": "eventMap",
|
|
2440
|
-
"readonly": true
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"kind": "method",
|
|
2444
|
-
"name": "onchangeModelLayer",
|
|
2445
|
-
"parameters": [
|
|
2446
|
-
{
|
|
2447
|
-
"name": "after",
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "any"
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"name": "before",
|
|
2454
|
-
"type": {
|
|
2455
|
-
"text": "any"
|
|
2456
|
-
}
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"name": "hint",
|
|
2460
|
-
"type": {
|
|
2461
|
-
"text": "any"
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
]
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"kind": "method",
|
|
2468
|
-
"name": "onchangeData",
|
|
2469
|
-
"return": {
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "void"
|
|
2472
|
-
}
|
|
2473
|
-
},
|
|
2474
|
-
"parameters": [
|
|
2475
|
-
{
|
|
2476
|
-
"name": "after",
|
|
2477
|
-
"type": {
|
|
2478
|
-
"text": "Properties"
|
|
2479
|
-
}
|
|
2480
|
-
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "before",
|
|
2483
|
-
"type": {
|
|
2484
|
-
"text": "Properties"
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
]
|
|
2488
|
-
}
|
|
2489
|
-
],
|
|
2490
|
-
"superclass": {
|
|
2491
|
-
"name": "Layer",
|
|
2492
|
-
"package": "@hatiolab/things-scene"
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
|
-
],
|
|
2496
|
-
"exports": [
|
|
2497
|
-
{
|
|
2498
|
-
"kind": "js",
|
|
2499
|
-
"name": "default",
|
|
2500
|
-
"declaration": {
|
|
2501
|
-
"name": "MovementLayer",
|
|
2502
|
-
"module": "src/layers/movement-layer.ts"
|
|
2503
|
-
}
|
|
2504
|
-
}
|
|
2505
|
-
]
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"kind": "javascript-module",
|
|
2509
|
-
"path": "src/layers/tooltip-decorator.ts",
|
|
2510
|
-
"declarations": [
|
|
2511
|
-
{
|
|
2512
|
-
"kind": "function",
|
|
2513
|
-
"name": "tooltipDecorator",
|
|
2514
|
-
"parameters": [
|
|
2515
|
-
{
|
|
2516
|
-
"name": "component",
|
|
2517
|
-
"type": {
|
|
2518
|
-
"text": "Component"
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "context",
|
|
2523
|
-
"type": {
|
|
2524
|
-
"text": "CanvasRenderingContext2D"
|
|
2525
|
-
}
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"name": "delta",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "number"
|
|
2531
|
-
}
|
|
2526
|
+
"fieldName": "hideProperty"
|
|
2532
2527
|
}
|
|
2533
|
-
]
|
|
2528
|
+
],
|
|
2529
|
+
"superclass": {
|
|
2530
|
+
"name": "LitElement",
|
|
2531
|
+
"package": "lit"
|
|
2532
|
+
},
|
|
2533
|
+
"customElement": true
|
|
2534
2534
|
}
|
|
2535
2535
|
],
|
|
2536
2536
|
"exports": [
|
|
2537
2537
|
{
|
|
2538
2538
|
"kind": "js",
|
|
2539
|
-
"name": "
|
|
2539
|
+
"name": "EditToolbar",
|
|
2540
2540
|
"declaration": {
|
|
2541
|
-
"name": "
|
|
2542
|
-
"module": "src/
|
|
2541
|
+
"name": "EditToolbar",
|
|
2542
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2543
2543
|
}
|
|
2544
2544
|
}
|
|
2545
2545
|
]
|
|
@@ -5156,25 +5156,262 @@
|
|
|
5156
5156
|
"fieldName": "scene"
|
|
5157
5157
|
}
|
|
5158
5158
|
],
|
|
5159
|
-
"mixins": [
|
|
5160
|
-
{
|
|
5161
|
-
"name": "ScopedElementsMixin",
|
|
5162
|
-
"package": "@open-wc/scoped-elements"
|
|
5163
|
-
}
|
|
5164
|
-
],
|
|
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
|
+
],
|
|
5165
5401
|
"superclass": {
|
|
5166
|
-
"name": "
|
|
5167
|
-
"
|
|
5168
|
-
}
|
|
5402
|
+
"name": "LitElement",
|
|
5403
|
+
"package": "lit"
|
|
5404
|
+
},
|
|
5405
|
+
"customElement": true
|
|
5169
5406
|
}
|
|
5170
5407
|
],
|
|
5171
5408
|
"exports": [
|
|
5172
5409
|
{
|
|
5173
5410
|
"kind": "js",
|
|
5174
|
-
"name": "
|
|
5411
|
+
"name": "SceneInspector",
|
|
5175
5412
|
"declaration": {
|
|
5176
|
-
"name": "
|
|
5177
|
-
"module": "src/modeller/property-sidebar/
|
|
5413
|
+
"name": "SceneInspector",
|
|
5414
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5178
5415
|
}
|
|
5179
5416
|
}
|
|
5180
5417
|
]
|
|
@@ -5756,243 +5993,6 @@
|
|
|
5756
5993
|
}
|
|
5757
5994
|
]
|
|
5758
5995
|
},
|
|
5759
|
-
{
|
|
5760
|
-
"kind": "javascript-module",
|
|
5761
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5762
|
-
"declarations": [
|
|
5763
|
-
{
|
|
5764
|
-
"kind": "class",
|
|
5765
|
-
"description": "",
|
|
5766
|
-
"name": "SceneInspector",
|
|
5767
|
-
"members": [
|
|
5768
|
-
{
|
|
5769
|
-
"kind": "field",
|
|
5770
|
-
"name": "scene",
|
|
5771
|
-
"type": {
|
|
5772
|
-
"text": "Scene | undefined"
|
|
5773
|
-
},
|
|
5774
|
-
"attribute": "scene"
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"kind": "field",
|
|
5778
|
-
"name": "searchText",
|
|
5779
|
-
"type": {
|
|
5780
|
-
"text": "string"
|
|
5781
|
-
},
|
|
5782
|
-
"privacy": "private",
|
|
5783
|
-
"default": "''"
|
|
5784
|
-
},
|
|
5785
|
-
{
|
|
5786
|
-
"kind": "field",
|
|
5787
|
-
"name": "_extendedMap",
|
|
5788
|
-
"type": {
|
|
5789
|
-
"text": "any"
|
|
5790
|
-
},
|
|
5791
|
-
"privacy": "private"
|
|
5792
|
-
},
|
|
5793
|
-
{
|
|
5794
|
-
"kind": "field",
|
|
5795
|
-
"name": "show",
|
|
5796
|
-
"type": {
|
|
5797
|
-
"text": "boolean"
|
|
5798
|
-
},
|
|
5799
|
-
"privacy": "private",
|
|
5800
|
-
"default": "false"
|
|
5801
|
-
},
|
|
5802
|
-
{
|
|
5803
|
-
"kind": "method",
|
|
5804
|
-
"name": "disconnectScene",
|
|
5805
|
-
"parameters": [
|
|
5806
|
-
{
|
|
5807
|
-
"name": "scene",
|
|
5808
|
-
"optional": true,
|
|
5809
|
-
"type": {
|
|
5810
|
-
"text": "Scene"
|
|
5811
|
-
}
|
|
5812
|
-
}
|
|
5813
|
-
]
|
|
5814
|
-
},
|
|
5815
|
-
{
|
|
5816
|
-
"kind": "method",
|
|
5817
|
-
"name": "refresh"
|
|
5818
|
-
},
|
|
5819
|
-
{
|
|
5820
|
-
"kind": "field",
|
|
5821
|
-
"name": "sortableConfig",
|
|
5822
|
-
"type": {
|
|
5823
|
-
"text": "Sortable.Options"
|
|
5824
|
-
},
|
|
5825
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5826
|
-
},
|
|
5827
|
-
{
|
|
5828
|
-
"kind": "method",
|
|
5829
|
-
"name": "onSort",
|
|
5830
|
-
"parameters": [
|
|
5831
|
-
{
|
|
5832
|
-
"name": "e",
|
|
5833
|
-
"type": {
|
|
5834
|
-
"text": "Sortable.SortableEvent"
|
|
5835
|
-
}
|
|
5836
|
-
}
|
|
5837
|
-
]
|
|
5838
|
-
},
|
|
5839
|
-
{
|
|
5840
|
-
"kind": "method",
|
|
5841
|
-
"name": "_onclick",
|
|
5842
|
-
"parameters": [
|
|
5843
|
-
{
|
|
5844
|
-
"name": "e",
|
|
5845
|
-
"type": {
|
|
5846
|
-
"text": "MouseEvent"
|
|
5847
|
-
}
|
|
5848
|
-
}
|
|
5849
|
-
]
|
|
5850
|
-
},
|
|
5851
|
-
{
|
|
5852
|
-
"kind": "method",
|
|
5853
|
-
"name": "_ondblclick",
|
|
5854
|
-
"parameters": [
|
|
5855
|
-
{
|
|
5856
|
-
"name": "e",
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "MouseEvent"
|
|
5859
|
-
}
|
|
5860
|
-
}
|
|
5861
|
-
]
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"kind": "field",
|
|
5865
|
-
"name": "extendedMap",
|
|
5866
|
-
"readonly": true
|
|
5867
|
-
},
|
|
5868
|
-
{
|
|
5869
|
-
"kind": "method",
|
|
5870
|
-
"name": "getNodeHandleClass",
|
|
5871
|
-
"parameters": [
|
|
5872
|
-
{
|
|
5873
|
-
"name": "component",
|
|
5874
|
-
"type": {
|
|
5875
|
-
"text": "Component"
|
|
5876
|
-
}
|
|
5877
|
-
}
|
|
5878
|
-
]
|
|
5879
|
-
},
|
|
5880
|
-
{
|
|
5881
|
-
"kind": "method",
|
|
5882
|
-
"name": "isExtended",
|
|
5883
|
-
"parameters": [
|
|
5884
|
-
{
|
|
5885
|
-
"name": "component",
|
|
5886
|
-
"type": {
|
|
5887
|
-
"text": "Component"
|
|
5888
|
-
}
|
|
5889
|
-
}
|
|
5890
|
-
]
|
|
5891
|
-
},
|
|
5892
|
-
{
|
|
5893
|
-
"kind": "method",
|
|
5894
|
-
"name": "toggleExtended",
|
|
5895
|
-
"parameters": [
|
|
5896
|
-
{
|
|
5897
|
-
"name": "component",
|
|
5898
|
-
"type": {
|
|
5899
|
-
"text": "Component"
|
|
5900
|
-
}
|
|
5901
|
-
}
|
|
5902
|
-
]
|
|
5903
|
-
},
|
|
5904
|
-
{
|
|
5905
|
-
"kind": "method",
|
|
5906
|
-
"name": "toggleHidden",
|
|
5907
|
-
"parameters": [
|
|
5908
|
-
{
|
|
5909
|
-
"name": "component",
|
|
5910
|
-
"type": {
|
|
5911
|
-
"text": "Component"
|
|
5912
|
-
}
|
|
5913
|
-
}
|
|
5914
|
-
]
|
|
5915
|
-
},
|
|
5916
|
-
{
|
|
5917
|
-
"kind": "method",
|
|
5918
|
-
"name": "selectComponent",
|
|
5919
|
-
"parameters": [
|
|
5920
|
-
{
|
|
5921
|
-
"name": "component",
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "Component"
|
|
5924
|
-
}
|
|
5925
|
-
}
|
|
5926
|
-
]
|
|
5927
|
-
},
|
|
5928
|
-
{
|
|
5929
|
-
"kind": "method",
|
|
5930
|
-
"name": "shouldBeShown",
|
|
5931
|
-
"return": {
|
|
5932
|
-
"type": {
|
|
5933
|
-
"text": "boolean"
|
|
5934
|
-
}
|
|
5935
|
-
},
|
|
5936
|
-
"parameters": [
|
|
5937
|
-
{
|
|
5938
|
-
"name": "component",
|
|
5939
|
-
"type": {
|
|
5940
|
-
"text": "Component"
|
|
5941
|
-
}
|
|
5942
|
-
}
|
|
5943
|
-
]
|
|
5944
|
-
},
|
|
5945
|
-
{
|
|
5946
|
-
"kind": "method",
|
|
5947
|
-
"name": "renderComponent",
|
|
5948
|
-
"return": {
|
|
5949
|
-
"type": {
|
|
5950
|
-
"text": "TemplateResult"
|
|
5951
|
-
}
|
|
5952
|
-
},
|
|
5953
|
-
"parameters": [
|
|
5954
|
-
{
|
|
5955
|
-
"name": "component",
|
|
5956
|
-
"type": {
|
|
5957
|
-
"text": "Component"
|
|
5958
|
-
}
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"name": "depth",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "number"
|
|
5964
|
-
}
|
|
5965
|
-
}
|
|
5966
|
-
]
|
|
5967
|
-
}
|
|
5968
|
-
],
|
|
5969
|
-
"attributes": [
|
|
5970
|
-
{
|
|
5971
|
-
"name": "scene",
|
|
5972
|
-
"type": {
|
|
5973
|
-
"text": "Scene | undefined"
|
|
5974
|
-
},
|
|
5975
|
-
"fieldName": "scene"
|
|
5976
|
-
}
|
|
5977
|
-
],
|
|
5978
|
-
"superclass": {
|
|
5979
|
-
"name": "LitElement",
|
|
5980
|
-
"package": "lit"
|
|
5981
|
-
},
|
|
5982
|
-
"customElement": true
|
|
5983
|
-
}
|
|
5984
|
-
],
|
|
5985
|
-
"exports": [
|
|
5986
|
-
{
|
|
5987
|
-
"kind": "js",
|
|
5988
|
-
"name": "SceneInspector",
|
|
5989
|
-
"declaration": {
|
|
5990
|
-
"name": "SceneInspector",
|
|
5991
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5992
|
-
}
|
|
5993
|
-
}
|
|
5994
|
-
]
|
|
5995
|
-
},
|
|
5996
5996
|
{
|
|
5997
5997
|
"kind": "javascript-module",
|
|
5998
5998
|
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|