@fmsim/board 0.0.55 → 0.0.57
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 +1198 -1198
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1485,6 +1422,69 @@
|
|
|
1485
1422
|
"declarations": [],
|
|
1486
1423
|
"exports": []
|
|
1487
1424
|
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "javascript-module",
|
|
1427
|
+
"path": "stories/index.stories.ts",
|
|
1428
|
+
"declarations": [
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "variable",
|
|
1431
|
+
"name": "Regular"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "variable",
|
|
1435
|
+
"name": "CustomTitle"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "variable",
|
|
1439
|
+
"name": "CustomCounter"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "variable",
|
|
1443
|
+
"name": "SlottedContent"
|
|
1444
|
+
}
|
|
1445
|
+
],
|
|
1446
|
+
"exports": [
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "js",
|
|
1449
|
+
"name": "default",
|
|
1450
|
+
"declaration": {
|
|
1451
|
+
"module": "stories/index.stories.ts"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "Regular",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "Regular",
|
|
1459
|
+
"module": "stories/index.stories.ts"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "CustomTitle",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "CustomTitle",
|
|
1467
|
+
"module": "stories/index.stories.ts"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"kind": "js",
|
|
1472
|
+
"name": "CustomCounter",
|
|
1473
|
+
"declaration": {
|
|
1474
|
+
"name": "CustomCounter",
|
|
1475
|
+
"module": "stories/index.stories.ts"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "js",
|
|
1480
|
+
"name": "SlottedContent",
|
|
1481
|
+
"declaration": {
|
|
1482
|
+
"name": "SlottedContent",
|
|
1483
|
+
"module": "stories/index.stories.ts"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
1488
|
{
|
|
1489
1489
|
"kind": "javascript-module",
|
|
1490
1490
|
"path": "src/component/etc.ts",
|
|
@@ -1776,1083 +1776,1083 @@
|
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
1778
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/
|
|
1779
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
1780
|
+
"declarations": [
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "variable",
|
|
1783
|
+
"name": "style",
|
|
1784
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"exports": [
|
|
1788
|
+
{
|
|
1789
|
+
"kind": "js",
|
|
1790
|
+
"name": "style",
|
|
1791
|
+
"declaration": {
|
|
1792
|
+
"name": "style",
|
|
1793
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
]
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "javascript-module",
|
|
1800
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
1780
1801
|
"declarations": [
|
|
1781
1802
|
{
|
|
1782
1803
|
"kind": "class",
|
|
1783
1804
|
"description": "",
|
|
1784
|
-
"name": "
|
|
1805
|
+
"name": "EditToolbar",
|
|
1785
1806
|
"members": [
|
|
1786
1807
|
{
|
|
1787
1808
|
"kind": "field",
|
|
1788
|
-
"name": "
|
|
1809
|
+
"name": "scene",
|
|
1789
1810
|
"type": {
|
|
1790
|
-
"text": "
|
|
1811
|
+
"text": "Scene | undefined"
|
|
1791
1812
|
},
|
|
1792
|
-
"attribute": "
|
|
1813
|
+
"attribute": "scene"
|
|
1793
1814
|
},
|
|
1794
1815
|
{
|
|
1795
1816
|
"kind": "field",
|
|
1796
|
-
"name": "
|
|
1817
|
+
"name": "selected",
|
|
1797
1818
|
"type": {
|
|
1798
|
-
"text": "
|
|
1819
|
+
"text": "any[]"
|
|
1799
1820
|
},
|
|
1800
|
-
"
|
|
1821
|
+
"default": "[]",
|
|
1822
|
+
"attribute": "selected"
|
|
1801
1823
|
},
|
|
1802
1824
|
{
|
|
1803
|
-
"kind": "
|
|
1804
|
-
"name": "
|
|
1805
|
-
}
|
|
1806
|
-
],
|
|
1807
|
-
"events": [
|
|
1808
|
-
{
|
|
1809
|
-
"name": "create-board",
|
|
1825
|
+
"kind": "field",
|
|
1826
|
+
"name": "hideProperty",
|
|
1810
1827
|
"type": {
|
|
1811
|
-
"text": "
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1828
|
+
"text": "boolean"
|
|
1829
|
+
},
|
|
1830
|
+
"default": "false",
|
|
1831
|
+
"attribute": "hideProperty"
|
|
1832
|
+
},
|
|
1816
1833
|
{
|
|
1817
|
-
"
|
|
1834
|
+
"kind": "field",
|
|
1835
|
+
"name": "cliped",
|
|
1818
1836
|
"type": {
|
|
1819
1837
|
"text": "string | undefined"
|
|
1820
1838
|
},
|
|
1821
|
-
"
|
|
1839
|
+
"privacy": "private"
|
|
1822
1840
|
},
|
|
1823
1841
|
{
|
|
1824
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "redo",
|
|
1825
1844
|
"type": {
|
|
1826
|
-
"text": "
|
|
1845
|
+
"text": "HTMLElement"
|
|
1827
1846
|
},
|
|
1828
|
-
"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"mixins": [
|
|
1832
|
-
{
|
|
1833
|
-
"name": "localize(i18next)",
|
|
1834
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1835
|
-
}
|
|
1836
|
-
],
|
|
1837
|
-
"superclass": {
|
|
1838
|
-
"name": "LitElement",
|
|
1839
|
-
"package": "lit"
|
|
1840
|
-
},
|
|
1841
|
-
"tagName": "board-creation-popup",
|
|
1842
|
-
"customElement": true
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1845
|
-
"exports": [
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "js",
|
|
1848
|
-
"name": "BoardCreationPopup",
|
|
1849
|
-
"declaration": {
|
|
1850
|
-
"name": "BoardCreationPopup",
|
|
1851
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1852
|
-
}
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "custom-element-definition",
|
|
1856
|
-
"name": "board-creation-popup",
|
|
1857
|
-
"declaration": {
|
|
1858
|
-
"name": "BoardCreationPopup",
|
|
1859
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
1860
|
-
}
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"kind": "javascript-module",
|
|
1866
|
-
"path": "src/selector/board-thumbnail-card.ts",
|
|
1867
|
-
"declarations": [
|
|
1868
|
-
{
|
|
1869
|
-
"kind": "class",
|
|
1870
|
-
"description": "",
|
|
1871
|
-
"name": "BoardThumbnailCard",
|
|
1872
|
-
"members": [
|
|
1847
|
+
"privacy": "private"
|
|
1848
|
+
},
|
|
1873
1849
|
{
|
|
1874
1850
|
"kind": "field",
|
|
1875
|
-
"name": "
|
|
1851
|
+
"name": "undo",
|
|
1876
1852
|
"type": {
|
|
1877
|
-
"text": "
|
|
1853
|
+
"text": "HTMLElement"
|
|
1878
1854
|
},
|
|
1879
|
-
"
|
|
1855
|
+
"privacy": "private"
|
|
1880
1856
|
},
|
|
1881
1857
|
{
|
|
1882
1858
|
"kind": "field",
|
|
1883
|
-
"name": "
|
|
1859
|
+
"name": "fullscreen",
|
|
1884
1860
|
"type": {
|
|
1885
|
-
"text": "
|
|
1861
|
+
"text": "HTMLElement"
|
|
1886
1862
|
},
|
|
1887
|
-
"
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "method",
|
|
1891
|
-
"name": "onClickFlip",
|
|
1892
|
-
"parameters": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "e",
|
|
1895
|
-
"type": {
|
|
1896
|
-
"text": "Event"
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
]
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "method",
|
|
1903
|
-
"name": "onClickSubmit",
|
|
1904
|
-
"parameters": [
|
|
1905
|
-
{
|
|
1906
|
-
"name": "e",
|
|
1907
|
-
"type": {
|
|
1908
|
-
"text": "Event"
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "method",
|
|
1915
|
-
"name": "reset"
|
|
1916
|
-
}
|
|
1917
|
-
],
|
|
1918
|
-
"events": [
|
|
1919
|
-
{
|
|
1920
|
-
"name": "create-board",
|
|
1921
|
-
"type": {
|
|
1922
|
-
"text": "CustomEvent"
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
],
|
|
1926
|
-
"attributes": [
|
|
1927
|
-
{
|
|
1928
|
-
"name": "defaultGroup",
|
|
1929
|
-
"type": {
|
|
1930
|
-
"text": "string | undefined"
|
|
1931
|
-
},
|
|
1932
|
-
"fieldName": "defaultGroup"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "groups",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
1938
|
-
},
|
|
1939
|
-
"fieldName": "groups"
|
|
1940
|
-
}
|
|
1941
|
-
],
|
|
1942
|
-
"mixins": [
|
|
1943
|
-
{
|
|
1944
|
-
"name": "localize(i18next)",
|
|
1945
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"superclass": {
|
|
1949
|
-
"name": "LitElement",
|
|
1950
|
-
"package": "lit"
|
|
1951
|
-
},
|
|
1952
|
-
"tagName": "board-thumbnail-card",
|
|
1953
|
-
"customElement": true
|
|
1954
|
-
}
|
|
1955
|
-
],
|
|
1956
|
-
"exports": [
|
|
1957
|
-
{
|
|
1958
|
-
"kind": "js",
|
|
1959
|
-
"name": "BoardThumbnailCard",
|
|
1960
|
-
"declaration": {
|
|
1961
|
-
"name": "BoardThumbnailCard",
|
|
1962
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "custom-element-definition",
|
|
1967
|
-
"name": "board-thumbnail-card",
|
|
1968
|
-
"declaration": {
|
|
1969
|
-
"name": "BoardThumbnailCard",
|
|
1970
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
1971
|
-
}
|
|
1972
|
-
}
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "javascript-module",
|
|
1977
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
1978
|
-
"declarations": [
|
|
1979
|
-
{
|
|
1980
|
-
"kind": "class",
|
|
1981
|
-
"description": "",
|
|
1982
|
-
"name": "BoardCreationCard",
|
|
1983
|
-
"members": [
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "field",
|
|
1986
|
-
"name": "defaultGroup",
|
|
1987
|
-
"type": {
|
|
1988
|
-
"text": "string | undefined"
|
|
1989
|
-
},
|
|
1990
|
-
"attribute": "defaultGroup"
|
|
1863
|
+
"privacy": "private"
|
|
1991
1864
|
},
|
|
1992
1865
|
{
|
|
1993
1866
|
"kind": "field",
|
|
1994
|
-
"name": "
|
|
1867
|
+
"name": "cut",
|
|
1995
1868
|
"type": {
|
|
1996
|
-
"text": "
|
|
1869
|
+
"text": "HTMLElement"
|
|
1997
1870
|
},
|
|
1998
|
-
"
|
|
1871
|
+
"privacy": "private"
|
|
1999
1872
|
},
|
|
2000
1873
|
{
|
|
2001
1874
|
"kind": "field",
|
|
2002
|
-
"name": "
|
|
1875
|
+
"name": "copy",
|
|
2003
1876
|
"type": {
|
|
2004
|
-
"text": "
|
|
1877
|
+
"text": "HTMLElement"
|
|
2005
1878
|
},
|
|
2006
1879
|
"privacy": "private"
|
|
2007
1880
|
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "method",
|
|
2010
|
-
"name": "onClick"
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "method",
|
|
2014
|
-
"name": "reset"
|
|
2015
|
-
}
|
|
2016
|
-
],
|
|
2017
|
-
"events": [
|
|
2018
|
-
{
|
|
2019
|
-
"name": "create-board",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "CustomEvent"
|
|
2022
|
-
}
|
|
2023
|
-
}
|
|
2024
|
-
],
|
|
2025
|
-
"attributes": [
|
|
2026
|
-
{
|
|
2027
|
-
"name": "defaultGroup",
|
|
2028
|
-
"type": {
|
|
2029
|
-
"text": "string | undefined"
|
|
2030
|
-
},
|
|
2031
|
-
"fieldName": "defaultGroup"
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"name": "groups",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "any"
|
|
2037
|
-
},
|
|
2038
|
-
"fieldName": "groups"
|
|
2039
|
-
}
|
|
2040
|
-
],
|
|
2041
|
-
"mixins": [
|
|
2042
|
-
{
|
|
2043
|
-
"name": "localize(i18next)",
|
|
2044
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2045
|
-
}
|
|
2046
|
-
],
|
|
2047
|
-
"superclass": {
|
|
2048
|
-
"name": "LitElement",
|
|
2049
|
-
"package": "lit"
|
|
2050
|
-
},
|
|
2051
|
-
"tagName": "ox-board-creation-card",
|
|
2052
|
-
"customElement": true
|
|
2053
|
-
}
|
|
2054
|
-
],
|
|
2055
|
-
"exports": [
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "js",
|
|
2058
|
-
"name": "BoardCreationCard",
|
|
2059
|
-
"declaration": {
|
|
2060
|
-
"name": "BoardCreationCard",
|
|
2061
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "custom-element-definition",
|
|
2066
|
-
"name": "ox-board-creation-card",
|
|
2067
|
-
"declaration": {
|
|
2068
|
-
"name": "BoardCreationCard",
|
|
2069
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
]
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "javascript-module",
|
|
2076
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
2077
|
-
"declarations": [
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "class",
|
|
2080
|
-
"description": "",
|
|
2081
|
-
"name": "BoardSelector",
|
|
2082
|
-
"members": [
|
|
2083
1881
|
{
|
|
2084
1882
|
"kind": "field",
|
|
2085
|
-
"name": "
|
|
1883
|
+
"name": "paste",
|
|
2086
1884
|
"type": {
|
|
2087
|
-
"text": "
|
|
1885
|
+
"text": "HTMLElement"
|
|
2088
1886
|
},
|
|
2089
|
-
"
|
|
2090
|
-
"attribute": "groups"
|
|
1887
|
+
"privacy": "private"
|
|
2091
1888
|
},
|
|
2092
1889
|
{
|
|
2093
1890
|
"kind": "field",
|
|
2094
|
-
"name": "
|
|
1891
|
+
"name": "delete",
|
|
2095
1892
|
"type": {
|
|
2096
|
-
"text": "
|
|
1893
|
+
"text": "HTMLElement"
|
|
2097
1894
|
},
|
|
2098
|
-
"
|
|
2099
|
-
"attribute": "boards"
|
|
1895
|
+
"privacy": "private"
|
|
2100
1896
|
},
|
|
2101
1897
|
{
|
|
2102
1898
|
"kind": "field",
|
|
2103
|
-
"name": "
|
|
1899
|
+
"name": "forward",
|
|
2104
1900
|
"type": {
|
|
2105
|
-
"text": "
|
|
1901
|
+
"text": "HTMLElement"
|
|
2106
1902
|
},
|
|
2107
|
-
"
|
|
1903
|
+
"privacy": "private"
|
|
2108
1904
|
},
|
|
2109
1905
|
{
|
|
2110
1906
|
"kind": "field",
|
|
2111
|
-
"name": "
|
|
1907
|
+
"name": "backward",
|
|
2112
1908
|
"type": {
|
|
2113
|
-
"text": "
|
|
1909
|
+
"text": "HTMLElement"
|
|
2114
1910
|
},
|
|
2115
|
-
"
|
|
1911
|
+
"privacy": "private"
|
|
2116
1912
|
},
|
|
2117
1913
|
{
|
|
2118
1914
|
"kind": "field",
|
|
2119
|
-
"name": "
|
|
1915
|
+
"name": "front",
|
|
2120
1916
|
"type": {
|
|
2121
|
-
"text": "
|
|
1917
|
+
"text": "HTMLElement"
|
|
2122
1918
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"attribute": "creatable"
|
|
1919
|
+
"privacy": "private"
|
|
2125
1920
|
},
|
|
2126
1921
|
{
|
|
2127
1922
|
"kind": "field",
|
|
2128
|
-
"name": "
|
|
1923
|
+
"name": "back",
|
|
2129
1924
|
"type": {
|
|
2130
|
-
"text": "
|
|
1925
|
+
"text": "HTMLElement"
|
|
2131
1926
|
},
|
|
2132
|
-
"
|
|
1927
|
+
"privacy": "private"
|
|
2133
1928
|
},
|
|
2134
1929
|
{
|
|
2135
1930
|
"kind": "field",
|
|
2136
|
-
"name": "
|
|
1931
|
+
"name": "aligners",
|
|
2137
1932
|
"type": {
|
|
2138
|
-
"text": "
|
|
1933
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2139
1934
|
},
|
|
2140
|
-
"privacy": "private"
|
|
2141
|
-
"default": "1"
|
|
1935
|
+
"privacy": "private"
|
|
2142
1936
|
},
|
|
2143
1937
|
{
|
|
2144
1938
|
"kind": "field",
|
|
2145
|
-
"name": "
|
|
1939
|
+
"name": "zorders",
|
|
2146
1940
|
"type": {
|
|
2147
|
-
"text": "
|
|
1941
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2148
1942
|
},
|
|
2149
|
-
"privacy": "private"
|
|
2150
|
-
"default": "0"
|
|
1943
|
+
"privacy": "private"
|
|
2151
1944
|
},
|
|
2152
1945
|
{
|
|
2153
1946
|
"kind": "field",
|
|
2154
|
-
"name": "
|
|
1947
|
+
"name": "distributes",
|
|
2155
1948
|
"type": {
|
|
2156
|
-
"text": "
|
|
1949
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2157
1950
|
},
|
|
2158
|
-
"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"kind": "method",
|
|
2162
|
-
"name": "scrollAction"
|
|
1951
|
+
"privacy": "private"
|
|
2163
1952
|
},
|
|
2164
1953
|
{
|
|
2165
1954
|
"kind": "method",
|
|
2166
|
-
"name": "
|
|
1955
|
+
"name": "onWheelEvent",
|
|
2167
1956
|
"parameters": [
|
|
2168
1957
|
{
|
|
2169
|
-
"name": "
|
|
1958
|
+
"name": "e",
|
|
2170
1959
|
"type": {
|
|
2171
|
-
"text": "
|
|
1960
|
+
"text": "Event"
|
|
2172
1961
|
}
|
|
2173
1962
|
}
|
|
2174
1963
|
]
|
|
2175
1964
|
},
|
|
2176
1965
|
{
|
|
2177
1966
|
"kind": "method",
|
|
2178
|
-
"name": "
|
|
1967
|
+
"name": "getSymbol",
|
|
2179
1968
|
"parameters": [
|
|
2180
1969
|
{
|
|
2181
|
-
"name": "
|
|
1970
|
+
"name": "key",
|
|
2182
1971
|
"type": {
|
|
2183
|
-
"text": "
|
|
1972
|
+
"text": "string"
|
|
2184
1973
|
}
|
|
2185
1974
|
}
|
|
2186
1975
|
]
|
|
2187
1976
|
},
|
|
2188
1977
|
{
|
|
2189
1978
|
"kind": "method",
|
|
2190
|
-
"name": "
|
|
1979
|
+
"name": "getShortcutString",
|
|
1980
|
+
"privacy": "private",
|
|
1981
|
+
"parameters": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "keys",
|
|
1984
|
+
"type": {
|
|
1985
|
+
"text": "string[]"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
2191
1989
|
},
|
|
2192
1990
|
{
|
|
2193
1991
|
"kind": "method",
|
|
2194
|
-
"name": "
|
|
1992
|
+
"name": "onShortcut",
|
|
1993
|
+
"parameters": [
|
|
1994
|
+
{
|
|
1995
|
+
"name": "e",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "KeyboardEvent"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2195
2001
|
},
|
|
2196
2002
|
{
|
|
2197
2003
|
"kind": "method",
|
|
2198
|
-
"name": "
|
|
2004
|
+
"name": "onExecute",
|
|
2005
|
+
"parameters": [
|
|
2006
|
+
{
|
|
2007
|
+
"name": "command",
|
|
2008
|
+
"type": {
|
|
2009
|
+
"text": "string"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "undoable",
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "boolean"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "redoable",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "boolean"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
2199
2025
|
},
|
|
2200
2026
|
{
|
|
2201
2027
|
"kind": "method",
|
|
2202
|
-
"name": "
|
|
2028
|
+
"name": "onUndo",
|
|
2203
2029
|
"parameters": [
|
|
2204
2030
|
{
|
|
2205
|
-
"name": "
|
|
2206
|
-
"
|
|
2031
|
+
"name": "undoable",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "boolean"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "redoable",
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "boolean"
|
|
2040
|
+
}
|
|
2207
2041
|
}
|
|
2208
2042
|
]
|
|
2209
2043
|
},
|
|
2210
2044
|
{
|
|
2211
2045
|
"kind": "method",
|
|
2212
|
-
"name": "
|
|
2046
|
+
"name": "onRedo",
|
|
2213
2047
|
"parameters": [
|
|
2214
2048
|
{
|
|
2215
|
-
"name": "
|
|
2049
|
+
"name": "undoable",
|
|
2216
2050
|
"type": {
|
|
2217
|
-
"text": "
|
|
2051
|
+
"text": "boolean"
|
|
2218
2052
|
}
|
|
2219
2053
|
},
|
|
2220
2054
|
{
|
|
2221
|
-
"name": "
|
|
2055
|
+
"name": "redoable",
|
|
2222
2056
|
"type": {
|
|
2223
|
-
"text": "
|
|
2057
|
+
"text": "boolean"
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "method",
|
|
2064
|
+
"name": "onSceneChanged",
|
|
2065
|
+
"parameters": [
|
|
2066
|
+
{
|
|
2067
|
+
"name": "after",
|
|
2068
|
+
"optional": true,
|
|
2069
|
+
"type": {
|
|
2070
|
+
"text": "Scene"
|
|
2224
2071
|
}
|
|
2225
2072
|
},
|
|
2226
2073
|
{
|
|
2227
|
-
"name": "
|
|
2074
|
+
"name": "before",
|
|
2075
|
+
"optional": true,
|
|
2228
2076
|
"type": {
|
|
2229
|
-
"text": "
|
|
2077
|
+
"text": "Scene"
|
|
2230
2078
|
}
|
|
2231
2079
|
}
|
|
2232
2080
|
]
|
|
2233
2081
|
},
|
|
2234
2082
|
{
|
|
2235
|
-
"kind": "
|
|
2236
|
-
"name": "
|
|
2237
|
-
"
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
"attributes": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "groups",
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": "{ id: string; name: string; description: string }[]"
|
|
2256
|
-
},
|
|
2257
|
-
"default": "[]",
|
|
2258
|
-
"fieldName": "groups"
|
|
2083
|
+
"kind": "method",
|
|
2084
|
+
"name": "onSelectedChanged",
|
|
2085
|
+
"parameters": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "after",
|
|
2088
|
+
"type": {
|
|
2089
|
+
"text": "Component[]"
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "before",
|
|
2094
|
+
"type": {
|
|
2095
|
+
"text": "Component[]"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2259
2099
|
},
|
|
2260
2100
|
{
|
|
2261
|
-
"
|
|
2262
|
-
"
|
|
2263
|
-
"text": "any[]"
|
|
2264
|
-
},
|
|
2265
|
-
"default": "[]",
|
|
2266
|
-
"fieldName": "boards"
|
|
2101
|
+
"kind": "method",
|
|
2102
|
+
"name": "onTapUndo"
|
|
2267
2103
|
},
|
|
2268
2104
|
{
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2271
|
-
"text": "string | undefined"
|
|
2272
|
-
},
|
|
2273
|
-
"fieldName": "group"
|
|
2105
|
+
"kind": "method",
|
|
2106
|
+
"name": "onTapRedo"
|
|
2274
2107
|
},
|
|
2275
2108
|
{
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"text": "InheritedValueType | undefined"
|
|
2279
|
-
},
|
|
2280
|
-
"fieldName": "inherited"
|
|
2109
|
+
"kind": "method",
|
|
2110
|
+
"name": "onTapCut"
|
|
2281
2111
|
},
|
|
2282
2112
|
{
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2285
|
-
"text": "boolean"
|
|
2286
|
-
},
|
|
2287
|
-
"default": "false",
|
|
2288
|
-
"fieldName": "creatable"
|
|
2113
|
+
"kind": "method",
|
|
2114
|
+
"name": "onTapCopy"
|
|
2289
2115
|
},
|
|
2290
2116
|
{
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"text": "string | undefined"
|
|
2294
|
-
},
|
|
2295
|
-
"fieldName": "value"
|
|
2296
|
-
}
|
|
2297
|
-
],
|
|
2298
|
-
"mixins": [
|
|
2299
|
-
{
|
|
2300
|
-
"name": "InfiniteScrollable",
|
|
2301
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2117
|
+
"kind": "method",
|
|
2118
|
+
"name": "onTapPaste"
|
|
2302
2119
|
},
|
|
2303
2120
|
{
|
|
2304
|
-
"
|
|
2305
|
-
"
|
|
2306
|
-
}
|
|
2307
|
-
],
|
|
2308
|
-
"superclass": {
|
|
2309
|
-
"name": "LitElement",
|
|
2310
|
-
"package": "lit"
|
|
2311
|
-
},
|
|
2312
|
-
"tagName": "ox-editor-board-selector",
|
|
2313
|
-
"customElement": true
|
|
2314
|
-
}
|
|
2315
|
-
],
|
|
2316
|
-
"exports": [
|
|
2317
|
-
{
|
|
2318
|
-
"kind": "js",
|
|
2319
|
-
"name": "BoardSelector",
|
|
2320
|
-
"declaration": {
|
|
2321
|
-
"name": "BoardSelector",
|
|
2322
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "custom-element-definition",
|
|
2327
|
-
"name": "ox-board-selector",
|
|
2328
|
-
"declaration": {
|
|
2329
|
-
"name": "BoardSelector",
|
|
2330
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
2331
|
-
}
|
|
2332
|
-
}
|
|
2333
|
-
]
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"kind": "javascript-module",
|
|
2337
|
-
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2338
|
-
"declarations": [
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "variable",
|
|
2341
|
-
"name": "style",
|
|
2342
|
-
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2343
|
-
}
|
|
2344
|
-
],
|
|
2345
|
-
"exports": [
|
|
2346
|
-
{
|
|
2347
|
-
"kind": "js",
|
|
2348
|
-
"name": "style",
|
|
2349
|
-
"declaration": {
|
|
2350
|
-
"name": "style",
|
|
2351
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2354
|
-
]
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"kind": "javascript-module",
|
|
2358
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2359
|
-
"declarations": [
|
|
2360
|
-
{
|
|
2361
|
-
"kind": "class",
|
|
2362
|
-
"description": "",
|
|
2363
|
-
"name": "EditToolbar",
|
|
2364
|
-
"members": [
|
|
2365
|
-
{
|
|
2366
|
-
"kind": "field",
|
|
2367
|
-
"name": "scene",
|
|
2368
|
-
"type": {
|
|
2369
|
-
"text": "Scene | undefined"
|
|
2370
|
-
},
|
|
2371
|
-
"attribute": "scene"
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "onTapDelete"
|
|
2372
2123
|
},
|
|
2373
2124
|
{
|
|
2374
|
-
"kind": "
|
|
2375
|
-
"name": "
|
|
2376
|
-
"type": {
|
|
2377
|
-
"text": "any[]"
|
|
2378
|
-
},
|
|
2379
|
-
"default": "[]",
|
|
2380
|
-
"attribute": "selected"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"kind": "field",
|
|
2384
|
-
"name": "hideProperty",
|
|
2385
|
-
"type": {
|
|
2386
|
-
"text": "boolean"
|
|
2387
|
-
},
|
|
2388
|
-
"default": "false",
|
|
2389
|
-
"attribute": "hideProperty"
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "field",
|
|
2393
|
-
"name": "cliped",
|
|
2394
|
-
"type": {
|
|
2395
|
-
"text": "string | undefined"
|
|
2396
|
-
},
|
|
2397
|
-
"privacy": "private"
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "field",
|
|
2401
|
-
"name": "redo",
|
|
2402
|
-
"type": {
|
|
2403
|
-
"text": "HTMLElement"
|
|
2404
|
-
},
|
|
2405
|
-
"privacy": "private"
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "field",
|
|
2409
|
-
"name": "undo",
|
|
2410
|
-
"type": {
|
|
2411
|
-
"text": "HTMLElement"
|
|
2412
|
-
},
|
|
2413
|
-
"privacy": "private"
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "field",
|
|
2417
|
-
"name": "fullscreen",
|
|
2418
|
-
"type": {
|
|
2419
|
-
"text": "HTMLElement"
|
|
2420
|
-
},
|
|
2421
|
-
"privacy": "private"
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"kind": "field",
|
|
2425
|
-
"name": "cut",
|
|
2426
|
-
"type": {
|
|
2427
|
-
"text": "HTMLElement"
|
|
2428
|
-
},
|
|
2429
|
-
"privacy": "private"
|
|
2430
|
-
},
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "field",
|
|
2433
|
-
"name": "copy",
|
|
2434
|
-
"type": {
|
|
2435
|
-
"text": "HTMLElement"
|
|
2436
|
-
},
|
|
2437
|
-
"privacy": "private"
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"kind": "field",
|
|
2441
|
-
"name": "paste",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "HTMLElement"
|
|
2444
|
-
},
|
|
2445
|
-
"privacy": "private"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "field",
|
|
2449
|
-
"name": "delete",
|
|
2450
|
-
"type": {
|
|
2451
|
-
"text": "HTMLElement"
|
|
2452
|
-
},
|
|
2453
|
-
"privacy": "private"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "field",
|
|
2457
|
-
"name": "forward",
|
|
2458
|
-
"type": {
|
|
2459
|
-
"text": "HTMLElement"
|
|
2460
|
-
},
|
|
2461
|
-
"privacy": "private"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "field",
|
|
2465
|
-
"name": "backward",
|
|
2466
|
-
"type": {
|
|
2467
|
-
"text": "HTMLElement"
|
|
2468
|
-
},
|
|
2469
|
-
"privacy": "private"
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"kind": "field",
|
|
2473
|
-
"name": "front",
|
|
2474
|
-
"type": {
|
|
2475
|
-
"text": "HTMLElement"
|
|
2476
|
-
},
|
|
2477
|
-
"privacy": "private"
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"kind": "field",
|
|
2481
|
-
"name": "back",
|
|
2482
|
-
"type": {
|
|
2483
|
-
"text": "HTMLElement"
|
|
2484
|
-
},
|
|
2485
|
-
"privacy": "private"
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"kind": "field",
|
|
2489
|
-
"name": "aligners",
|
|
2490
|
-
"type": {
|
|
2491
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2492
|
-
},
|
|
2493
|
-
"privacy": "private"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"kind": "field",
|
|
2497
|
-
"name": "zorders",
|
|
2498
|
-
"type": {
|
|
2499
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2500
|
-
},
|
|
2501
|
-
"privacy": "private"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "field",
|
|
2505
|
-
"name": "distributes",
|
|
2506
|
-
"type": {
|
|
2507
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2508
|
-
},
|
|
2509
|
-
"privacy": "private"
|
|
2125
|
+
"kind": "method",
|
|
2126
|
+
"name": "onTapSelectAll"
|
|
2510
2127
|
},
|
|
2511
2128
|
{
|
|
2512
2129
|
"kind": "method",
|
|
2513
|
-
"name": "
|
|
2130
|
+
"name": "onTapFontIncrease",
|
|
2514
2131
|
"parameters": [
|
|
2515
2132
|
{
|
|
2516
2133
|
"name": "e",
|
|
2517
2134
|
"type": {
|
|
2518
|
-
"text": "
|
|
2135
|
+
"text": "TouchEvent"
|
|
2519
2136
|
}
|
|
2520
2137
|
}
|
|
2521
2138
|
]
|
|
2522
2139
|
},
|
|
2523
2140
|
{
|
|
2524
2141
|
"kind": "method",
|
|
2525
|
-
"name": "
|
|
2142
|
+
"name": "onTapFontDecrease",
|
|
2526
2143
|
"parameters": [
|
|
2527
2144
|
{
|
|
2528
|
-
"name": "
|
|
2145
|
+
"name": "e",
|
|
2529
2146
|
"type": {
|
|
2530
|
-
"text": "
|
|
2147
|
+
"text": "TouchEvent"
|
|
2531
2148
|
}
|
|
2532
2149
|
}
|
|
2533
2150
|
]
|
|
2534
2151
|
},
|
|
2535
2152
|
{
|
|
2536
2153
|
"kind": "method",
|
|
2537
|
-
"name": "
|
|
2538
|
-
"privacy": "private",
|
|
2154
|
+
"name": "onTapAlign",
|
|
2539
2155
|
"parameters": [
|
|
2540
2156
|
{
|
|
2541
|
-
"name": "
|
|
2157
|
+
"name": "e",
|
|
2542
2158
|
"type": {
|
|
2543
|
-
"text": "string
|
|
2159
|
+
"text": "TouchEvent | string"
|
|
2544
2160
|
}
|
|
2545
2161
|
}
|
|
2546
2162
|
]
|
|
2547
2163
|
},
|
|
2548
2164
|
{
|
|
2549
2165
|
"kind": "method",
|
|
2550
|
-
"name": "
|
|
2166
|
+
"name": "onTapZorder",
|
|
2551
2167
|
"parameters": [
|
|
2552
2168
|
{
|
|
2553
2169
|
"name": "e",
|
|
2554
2170
|
"type": {
|
|
2555
|
-
"text": "
|
|
2171
|
+
"text": "TouchEvent | string"
|
|
2556
2172
|
}
|
|
2557
2173
|
}
|
|
2558
2174
|
]
|
|
2559
2175
|
},
|
|
2560
2176
|
{
|
|
2561
2177
|
"kind": "method",
|
|
2562
|
-
"name": "
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "command",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "string"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "undoable",
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "boolean"
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "redoable",
|
|
2578
|
-
"type": {
|
|
2579
|
-
"text": "boolean"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
2178
|
+
"name": "onTapSymmetryX"
|
|
2583
2179
|
},
|
|
2584
2180
|
{
|
|
2585
2181
|
"kind": "method",
|
|
2586
|
-
"name": "
|
|
2587
|
-
"parameters": [
|
|
2588
|
-
{
|
|
2589
|
-
"name": "undoable",
|
|
2590
|
-
"type": {
|
|
2591
|
-
"text": "boolean"
|
|
2592
|
-
}
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "redoable",
|
|
2596
|
-
"type": {
|
|
2597
|
-
"text": "boolean"
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
]
|
|
2182
|
+
"name": "onTapSymmetryY"
|
|
2601
2183
|
},
|
|
2602
2184
|
{
|
|
2603
2185
|
"kind": "method",
|
|
2604
|
-
"name": "
|
|
2605
|
-
"parameters": [
|
|
2606
|
-
{
|
|
2607
|
-
"name": "undoable",
|
|
2608
|
-
"type": {
|
|
2609
|
-
"text": "boolean"
|
|
2610
|
-
}
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"name": "redoable",
|
|
2614
|
-
"type": {
|
|
2615
|
-
"text": "boolean"
|
|
2616
|
-
}
|
|
2617
|
-
}
|
|
2618
|
-
]
|
|
2186
|
+
"name": "onTapRotateCW"
|
|
2619
2187
|
},
|
|
2620
2188
|
{
|
|
2621
2189
|
"kind": "method",
|
|
2622
|
-
"name": "
|
|
2190
|
+
"name": "onTapRotateCCW"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"kind": "method",
|
|
2194
|
+
"name": "onTapGroup"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "method",
|
|
2198
|
+
"name": "onTapUngroup"
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "method",
|
|
2202
|
+
"name": "onTapFullscreen"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "method",
|
|
2206
|
+
"name": "onTapToggle"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"kind": "method",
|
|
2210
|
+
"name": "onTapFitScene"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"kind": "method",
|
|
2214
|
+
"name": "onTapPreview"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "method",
|
|
2218
|
+
"name": "onTapDownloadModel"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "method",
|
|
2222
|
+
"name": "onTapDistribute",
|
|
2623
2223
|
"parameters": [
|
|
2624
2224
|
{
|
|
2625
|
-
"name": "
|
|
2626
|
-
"optional": true,
|
|
2627
|
-
"type": {
|
|
2628
|
-
"text": "Scene"
|
|
2629
|
-
}
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"name": "before",
|
|
2633
|
-
"optional": true,
|
|
2225
|
+
"name": "e",
|
|
2634
2226
|
"type": {
|
|
2635
|
-
"text": "
|
|
2227
|
+
"text": "TouchEvent | string"
|
|
2636
2228
|
}
|
|
2637
2229
|
}
|
|
2638
2230
|
]
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"events": [
|
|
2234
|
+
{
|
|
2235
|
+
"name": "modeller-fullscreen",
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "CustomEvent"
|
|
2238
|
+
}
|
|
2639
2239
|
},
|
|
2640
2240
|
{
|
|
2641
|
-
"
|
|
2642
|
-
"
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2241
|
+
"name": "hide-property-changed",
|
|
2242
|
+
"type": {
|
|
2243
|
+
"text": "CustomEvent"
|
|
2244
|
+
}
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"name": "open-preview",
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "CustomEvent"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "download-model",
|
|
2254
|
+
"type": {
|
|
2255
|
+
"text": "CustomEvent"
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"attributes": [
|
|
2260
|
+
{
|
|
2261
|
+
"name": "scene",
|
|
2262
|
+
"type": {
|
|
2263
|
+
"text": "Scene | undefined"
|
|
2264
|
+
},
|
|
2265
|
+
"fieldName": "scene"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "selected",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "any[]"
|
|
2271
|
+
},
|
|
2272
|
+
"default": "[]",
|
|
2273
|
+
"fieldName": "selected"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "hideProperty",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "boolean"
|
|
2279
|
+
},
|
|
2280
|
+
"default": "false",
|
|
2281
|
+
"fieldName": "hideProperty"
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
"superclass": {
|
|
2285
|
+
"name": "LitElement",
|
|
2286
|
+
"package": "lit"
|
|
2287
|
+
},
|
|
2288
|
+
"customElement": true
|
|
2289
|
+
}
|
|
2290
|
+
],
|
|
2291
|
+
"exports": [
|
|
2292
|
+
{
|
|
2293
|
+
"kind": "js",
|
|
2294
|
+
"name": "EditToolbar",
|
|
2295
|
+
"declaration": {
|
|
2296
|
+
"name": "EditToolbar",
|
|
2297
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"kind": "javascript-module",
|
|
2304
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2305
|
+
"declarations": [
|
|
2306
|
+
{
|
|
2307
|
+
"kind": "class",
|
|
2308
|
+
"description": "",
|
|
2309
|
+
"name": "BoardCreationPopup",
|
|
2310
|
+
"members": [
|
|
2311
|
+
{
|
|
2312
|
+
"kind": "field",
|
|
2313
|
+
"name": "defaultGroup",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "string | undefined"
|
|
2316
|
+
},
|
|
2317
|
+
"attribute": "defaultGroup"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"kind": "field",
|
|
2321
|
+
"name": "groups",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2324
|
+
},
|
|
2325
|
+
"attribute": "groups"
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "method",
|
|
2329
|
+
"name": "onClickSubmit"
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"events": [
|
|
2333
|
+
{
|
|
2334
|
+
"name": "create-board",
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": "CustomEvent"
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
],
|
|
2340
|
+
"attributes": [
|
|
2341
|
+
{
|
|
2342
|
+
"name": "defaultGroup",
|
|
2343
|
+
"type": {
|
|
2344
|
+
"text": "string | undefined"
|
|
2345
|
+
},
|
|
2346
|
+
"fieldName": "defaultGroup"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"name": "groups",
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2352
|
+
},
|
|
2353
|
+
"fieldName": "groups"
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"mixins": [
|
|
2357
|
+
{
|
|
2358
|
+
"name": "localize(i18next)",
|
|
2359
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2360
|
+
}
|
|
2361
|
+
],
|
|
2362
|
+
"superclass": {
|
|
2363
|
+
"name": "LitElement",
|
|
2364
|
+
"package": "lit"
|
|
2365
|
+
},
|
|
2366
|
+
"tagName": "board-creation-popup",
|
|
2367
|
+
"customElement": true
|
|
2368
|
+
}
|
|
2369
|
+
],
|
|
2370
|
+
"exports": [
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "js",
|
|
2373
|
+
"name": "BoardCreationPopup",
|
|
2374
|
+
"declaration": {
|
|
2375
|
+
"name": "BoardCreationPopup",
|
|
2376
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "custom-element-definition",
|
|
2381
|
+
"name": "board-creation-popup",
|
|
2382
|
+
"declaration": {
|
|
2383
|
+
"name": "BoardCreationPopup",
|
|
2384
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "javascript-module",
|
|
2391
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2392
|
+
"declarations": [
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "class",
|
|
2395
|
+
"description": "",
|
|
2396
|
+
"name": "BoardThumbnailCard",
|
|
2397
|
+
"members": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "field",
|
|
2400
|
+
"name": "defaultGroup",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"text": "string | undefined"
|
|
2403
|
+
},
|
|
2404
|
+
"attribute": "defaultGroup"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "field",
|
|
2408
|
+
"name": "groups",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2411
|
+
},
|
|
2412
|
+
"attribute": "groups"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"kind": "method",
|
|
2416
|
+
"name": "onClickFlip",
|
|
2417
|
+
"parameters": [
|
|
2418
|
+
{
|
|
2419
|
+
"name": "e",
|
|
2420
|
+
"type": {
|
|
2421
|
+
"text": "Event"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "method",
|
|
2428
|
+
"name": "onClickSubmit",
|
|
2429
|
+
"parameters": [
|
|
2430
|
+
{
|
|
2431
|
+
"name": "e",
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "Event"
|
|
2434
|
+
}
|
|
2435
|
+
}
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "method",
|
|
2440
|
+
"name": "reset"
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"events": [
|
|
2444
|
+
{
|
|
2445
|
+
"name": "create-board",
|
|
2446
|
+
"type": {
|
|
2447
|
+
"text": "CustomEvent"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
],
|
|
2451
|
+
"attributes": [
|
|
2452
|
+
{
|
|
2453
|
+
"name": "defaultGroup",
|
|
2454
|
+
"type": {
|
|
2455
|
+
"text": "string | undefined"
|
|
2456
|
+
},
|
|
2457
|
+
"fieldName": "defaultGroup"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"name": "groups",
|
|
2461
|
+
"type": {
|
|
2462
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2463
|
+
},
|
|
2464
|
+
"fieldName": "groups"
|
|
2465
|
+
}
|
|
2466
|
+
],
|
|
2467
|
+
"mixins": [
|
|
2468
|
+
{
|
|
2469
|
+
"name": "localize(i18next)",
|
|
2470
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
"superclass": {
|
|
2474
|
+
"name": "LitElement",
|
|
2475
|
+
"package": "lit"
|
|
2476
|
+
},
|
|
2477
|
+
"tagName": "board-thumbnail-card",
|
|
2478
|
+
"customElement": true
|
|
2479
|
+
}
|
|
2480
|
+
],
|
|
2481
|
+
"exports": [
|
|
2482
|
+
{
|
|
2483
|
+
"kind": "js",
|
|
2484
|
+
"name": "BoardThumbnailCard",
|
|
2485
|
+
"declaration": {
|
|
2486
|
+
"name": "BoardThumbnailCard",
|
|
2487
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"kind": "custom-element-definition",
|
|
2492
|
+
"name": "board-thumbnail-card",
|
|
2493
|
+
"declaration": {
|
|
2494
|
+
"name": "BoardThumbnailCard",
|
|
2495
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"kind": "javascript-module",
|
|
2502
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2503
|
+
"declarations": [
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "class",
|
|
2506
|
+
"description": "",
|
|
2507
|
+
"name": "BoardCreationCard",
|
|
2508
|
+
"members": [
|
|
2509
|
+
{
|
|
2510
|
+
"kind": "field",
|
|
2511
|
+
"name": "defaultGroup",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"text": "string | undefined"
|
|
2514
|
+
},
|
|
2515
|
+
"attribute": "defaultGroup"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "field",
|
|
2519
|
+
"name": "groups",
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "any"
|
|
2522
|
+
},
|
|
2523
|
+
"attribute": "groups"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "field",
|
|
2527
|
+
"name": "popup",
|
|
2528
|
+
"type": {
|
|
2529
|
+
"text": "any"
|
|
2530
|
+
},
|
|
2531
|
+
"privacy": "private"
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "method",
|
|
2535
|
+
"name": "onClick"
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"kind": "method",
|
|
2539
|
+
"name": "reset"
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"events": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "create-board",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "CustomEvent"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
"attributes": [
|
|
2551
|
+
{
|
|
2552
|
+
"name": "defaultGroup",
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "string | undefined"
|
|
2555
|
+
},
|
|
2556
|
+
"fieldName": "defaultGroup"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "groups",
|
|
2560
|
+
"type": {
|
|
2561
|
+
"text": "any"
|
|
2562
|
+
},
|
|
2563
|
+
"fieldName": "groups"
|
|
2564
|
+
}
|
|
2565
|
+
],
|
|
2566
|
+
"mixins": [
|
|
2567
|
+
{
|
|
2568
|
+
"name": "localize(i18next)",
|
|
2569
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"superclass": {
|
|
2573
|
+
"name": "LitElement",
|
|
2574
|
+
"package": "lit"
|
|
2575
|
+
},
|
|
2576
|
+
"tagName": "ox-board-creation-card",
|
|
2577
|
+
"customElement": true
|
|
2578
|
+
}
|
|
2579
|
+
],
|
|
2580
|
+
"exports": [
|
|
2581
|
+
{
|
|
2582
|
+
"kind": "js",
|
|
2583
|
+
"name": "BoardCreationCard",
|
|
2584
|
+
"declaration": {
|
|
2585
|
+
"name": "BoardCreationCard",
|
|
2586
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "custom-element-definition",
|
|
2591
|
+
"name": "ox-board-creation-card",
|
|
2592
|
+
"declaration": {
|
|
2593
|
+
"name": "BoardCreationCard",
|
|
2594
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "javascript-module",
|
|
2601
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
2602
|
+
"declarations": [
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "class",
|
|
2605
|
+
"description": "",
|
|
2606
|
+
"name": "BoardSelector",
|
|
2607
|
+
"members": [
|
|
2608
|
+
{
|
|
2609
|
+
"kind": "field",
|
|
2610
|
+
"name": "groups",
|
|
2611
|
+
"type": {
|
|
2612
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2613
|
+
},
|
|
2614
|
+
"default": "[]",
|
|
2615
|
+
"attribute": "groups"
|
|
2657
2616
|
},
|
|
2658
2617
|
{
|
|
2659
|
-
"kind": "
|
|
2660
|
-
"name": "
|
|
2618
|
+
"kind": "field",
|
|
2619
|
+
"name": "boards",
|
|
2620
|
+
"type": {
|
|
2621
|
+
"text": "any[]"
|
|
2622
|
+
},
|
|
2623
|
+
"default": "[]",
|
|
2624
|
+
"attribute": "boards"
|
|
2661
2625
|
},
|
|
2662
2626
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2627
|
+
"kind": "field",
|
|
2628
|
+
"name": "group",
|
|
2629
|
+
"type": {
|
|
2630
|
+
"text": "string | undefined"
|
|
2631
|
+
},
|
|
2632
|
+
"attribute": "group"
|
|
2665
2633
|
},
|
|
2666
2634
|
{
|
|
2667
|
-
"kind": "
|
|
2668
|
-
"name": "
|
|
2635
|
+
"kind": "field",
|
|
2636
|
+
"name": "inherited",
|
|
2637
|
+
"type": {
|
|
2638
|
+
"text": "InheritedValueType | undefined"
|
|
2639
|
+
},
|
|
2640
|
+
"attribute": "inherited"
|
|
2669
2641
|
},
|
|
2670
2642
|
{
|
|
2671
|
-
"kind": "
|
|
2672
|
-
"name": "
|
|
2643
|
+
"kind": "field",
|
|
2644
|
+
"name": "creatable",
|
|
2645
|
+
"type": {
|
|
2646
|
+
"text": "boolean"
|
|
2647
|
+
},
|
|
2648
|
+
"default": "false",
|
|
2649
|
+
"attribute": "creatable"
|
|
2673
2650
|
},
|
|
2674
2651
|
{
|
|
2675
|
-
"kind": "
|
|
2676
|
-
"name": "
|
|
2652
|
+
"kind": "field",
|
|
2653
|
+
"name": "value",
|
|
2654
|
+
"type": {
|
|
2655
|
+
"text": "string | undefined"
|
|
2656
|
+
},
|
|
2657
|
+
"attribute": "value"
|
|
2677
2658
|
},
|
|
2678
2659
|
{
|
|
2679
|
-
"kind": "
|
|
2680
|
-
"name": "
|
|
2660
|
+
"kind": "field",
|
|
2661
|
+
"name": "_page",
|
|
2662
|
+
"type": {
|
|
2663
|
+
"text": "number"
|
|
2664
|
+
},
|
|
2665
|
+
"privacy": "private",
|
|
2666
|
+
"default": "1"
|
|
2681
2667
|
},
|
|
2682
2668
|
{
|
|
2683
|
-
"kind": "
|
|
2684
|
-
"name": "
|
|
2669
|
+
"kind": "field",
|
|
2670
|
+
"name": "_total",
|
|
2671
|
+
"type": {
|
|
2672
|
+
"text": "number"
|
|
2673
|
+
},
|
|
2674
|
+
"privacy": "private",
|
|
2675
|
+
"default": "0"
|
|
2685
2676
|
},
|
|
2686
2677
|
{
|
|
2687
|
-
"kind": "
|
|
2688
|
-
"name": "
|
|
2689
|
-
"
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
"text": "TouchEvent"
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2696
|
-
]
|
|
2678
|
+
"kind": "field",
|
|
2679
|
+
"name": "scrollTargetEl",
|
|
2680
|
+
"type": {
|
|
2681
|
+
"text": "HTMLElement | null"
|
|
2682
|
+
},
|
|
2683
|
+
"readonly": true
|
|
2697
2684
|
},
|
|
2698
2685
|
{
|
|
2699
2686
|
"kind": "method",
|
|
2700
|
-
"name": "
|
|
2701
|
-
"parameters": [
|
|
2702
|
-
{
|
|
2703
|
-
"name": "e",
|
|
2704
|
-
"type": {
|
|
2705
|
-
"text": "TouchEvent"
|
|
2706
|
-
}
|
|
2707
|
-
}
|
|
2708
|
-
]
|
|
2687
|
+
"name": "scrollAction"
|
|
2709
2688
|
},
|
|
2710
2689
|
{
|
|
2711
2690
|
"kind": "method",
|
|
2712
|
-
"name": "
|
|
2691
|
+
"name": "onClickSelect",
|
|
2713
2692
|
"parameters": [
|
|
2714
2693
|
{
|
|
2715
|
-
"name": "
|
|
2694
|
+
"name": "board",
|
|
2716
2695
|
"type": {
|
|
2717
|
-
"text": "
|
|
2696
|
+
"text": "any"
|
|
2718
2697
|
}
|
|
2719
2698
|
}
|
|
2720
2699
|
]
|
|
2721
2700
|
},
|
|
2722
2701
|
{
|
|
2723
2702
|
"kind": "method",
|
|
2724
|
-
"name": "
|
|
2703
|
+
"name": "onCreateBoard",
|
|
2725
2704
|
"parameters": [
|
|
2726
2705
|
{
|
|
2727
2706
|
"name": "e",
|
|
2728
2707
|
"type": {
|
|
2729
|
-
"text": "
|
|
2708
|
+
"text": "CustomEvent"
|
|
2730
2709
|
}
|
|
2731
2710
|
}
|
|
2732
2711
|
]
|
|
2733
2712
|
},
|
|
2734
2713
|
{
|
|
2735
2714
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"kind": "method",
|
|
2740
|
-
"name": "onTapSymmetryY"
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "method",
|
|
2744
|
-
"name": "onTapRotateCW"
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "method",
|
|
2748
|
-
"name": "onTapRotateCCW"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "method",
|
|
2752
|
-
"name": "onTapGroup"
|
|
2753
|
-
},
|
|
2754
|
-
{
|
|
2755
|
-
"kind": "method",
|
|
2756
|
-
"name": "onTapUngroup"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "method",
|
|
2760
|
-
"name": "onTapFullscreen"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "method",
|
|
2764
|
-
"name": "onTapToggle"
|
|
2715
|
+
"name": "refreshGroups"
|
|
2765
2716
|
},
|
|
2766
2717
|
{
|
|
2767
2718
|
"kind": "method",
|
|
2768
|
-
"name": "
|
|
2719
|
+
"name": "refreshBoards"
|
|
2769
2720
|
},
|
|
2770
2721
|
{
|
|
2771
2722
|
"kind": "method",
|
|
2772
|
-
"name": "
|
|
2723
|
+
"name": "appendBoards"
|
|
2773
2724
|
},
|
|
2774
2725
|
{
|
|
2775
2726
|
"kind": "method",
|
|
2776
|
-
"name": "
|
|
2727
|
+
"name": "getBoards",
|
|
2728
|
+
"parameters": [
|
|
2729
|
+
{
|
|
2730
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2731
|
+
"default": "{}"
|
|
2732
|
+
}
|
|
2733
|
+
]
|
|
2777
2734
|
},
|
|
2778
2735
|
{
|
|
2779
2736
|
"kind": "method",
|
|
2780
|
-
"name": "
|
|
2737
|
+
"name": "createBoard",
|
|
2781
2738
|
"parameters": [
|
|
2782
2739
|
{
|
|
2783
|
-
"name": "
|
|
2740
|
+
"name": "name",
|
|
2784
2741
|
"type": {
|
|
2785
|
-
"text": "
|
|
2742
|
+
"text": "string"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "description",
|
|
2747
|
+
"type": {
|
|
2748
|
+
"text": "string"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "groupId",
|
|
2753
|
+
"type": {
|
|
2754
|
+
"text": "string"
|
|
2786
2755
|
}
|
|
2787
2756
|
}
|
|
2788
2757
|
]
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "field",
|
|
2761
|
+
"name": "limit",
|
|
2762
|
+
"type": {
|
|
2763
|
+
"text": "number"
|
|
2764
|
+
},
|
|
2765
|
+
"default": "50"
|
|
2789
2766
|
}
|
|
2790
2767
|
],
|
|
2791
2768
|
"events": [
|
|
2792
2769
|
{
|
|
2793
|
-
"name": "
|
|
2770
|
+
"name": "board-selected",
|
|
2794
2771
|
"type": {
|
|
2795
2772
|
"text": "CustomEvent"
|
|
2796
2773
|
}
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
"attributes": [
|
|
2777
|
+
{
|
|
2778
|
+
"name": "groups",
|
|
2779
|
+
"type": {
|
|
2780
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2781
|
+
},
|
|
2782
|
+
"default": "[]",
|
|
2783
|
+
"fieldName": "groups"
|
|
2797
2784
|
},
|
|
2798
2785
|
{
|
|
2799
|
-
"name": "
|
|
2786
|
+
"name": "boards",
|
|
2800
2787
|
"type": {
|
|
2801
|
-
"text": "
|
|
2802
|
-
}
|
|
2788
|
+
"text": "any[]"
|
|
2789
|
+
},
|
|
2790
|
+
"default": "[]",
|
|
2791
|
+
"fieldName": "boards"
|
|
2803
2792
|
},
|
|
2804
2793
|
{
|
|
2805
|
-
"name": "
|
|
2794
|
+
"name": "group",
|
|
2806
2795
|
"type": {
|
|
2807
|
-
"text": "
|
|
2808
|
-
}
|
|
2796
|
+
"text": "string | undefined"
|
|
2797
|
+
},
|
|
2798
|
+
"fieldName": "group"
|
|
2809
2799
|
},
|
|
2810
2800
|
{
|
|
2811
|
-
"name": "
|
|
2801
|
+
"name": "inherited",
|
|
2812
2802
|
"type": {
|
|
2813
|
-
"text": "
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
"attributes": [
|
|
2803
|
+
"text": "InheritedValueType | undefined"
|
|
2804
|
+
},
|
|
2805
|
+
"fieldName": "inherited"
|
|
2806
|
+
},
|
|
2818
2807
|
{
|
|
2819
|
-
"name": "
|
|
2808
|
+
"name": "creatable",
|
|
2820
2809
|
"type": {
|
|
2821
|
-
"text": "
|
|
2810
|
+
"text": "boolean"
|
|
2822
2811
|
},
|
|
2823
|
-
"
|
|
2812
|
+
"default": "false",
|
|
2813
|
+
"fieldName": "creatable"
|
|
2824
2814
|
},
|
|
2825
2815
|
{
|
|
2826
|
-
"name": "
|
|
2816
|
+
"name": "value",
|
|
2827
2817
|
"type": {
|
|
2828
|
-
"text": "
|
|
2818
|
+
"text": "string | undefined"
|
|
2829
2819
|
},
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2820
|
+
"fieldName": "value"
|
|
2821
|
+
}
|
|
2822
|
+
],
|
|
2823
|
+
"mixins": [
|
|
2824
|
+
{
|
|
2825
|
+
"name": "InfiniteScrollable",
|
|
2826
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2832
2827
|
},
|
|
2833
2828
|
{
|
|
2834
|
-
"name": "
|
|
2835
|
-
"
|
|
2836
|
-
"text": "boolean"
|
|
2837
|
-
},
|
|
2838
|
-
"default": "false",
|
|
2839
|
-
"fieldName": "hideProperty"
|
|
2829
|
+
"name": "localize(i18next)",
|
|
2830
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2840
2831
|
}
|
|
2841
2832
|
],
|
|
2842
2833
|
"superclass": {
|
|
2843
2834
|
"name": "LitElement",
|
|
2844
2835
|
"package": "lit"
|
|
2845
2836
|
},
|
|
2837
|
+
"tagName": "ox-editor-board-selector",
|
|
2846
2838
|
"customElement": true
|
|
2847
2839
|
}
|
|
2848
2840
|
],
|
|
2849
2841
|
"exports": [
|
|
2850
2842
|
{
|
|
2851
2843
|
"kind": "js",
|
|
2852
|
-
"name": "
|
|
2844
|
+
"name": "BoardSelector",
|
|
2853
2845
|
"declaration": {
|
|
2854
|
-
"name": "
|
|
2855
|
-
"module": "src/
|
|
2846
|
+
"name": "BoardSelector",
|
|
2847
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2848
|
+
}
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "custom-element-definition",
|
|
2852
|
+
"name": "ox-board-selector",
|
|
2853
|
+
"declaration": {
|
|
2854
|
+
"name": "BoardSelector",
|
|
2855
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
]
|
|
@@ -4936,243 +4936,237 @@
|
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
4938
|
"kind": "javascript-module",
|
|
4939
|
-
"path": "src/modeller/property-sidebar/
|
|
4940
|
-
"declarations": [
|
|
4941
|
-
{
|
|
4942
|
-
"kind": "variable",
|
|
4943
|
-
"name": "BoxPaddingEditorStyles",
|
|
4944
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
4945
|
-
}
|
|
4946
|
-
],
|
|
4947
|
-
"exports": [
|
|
4948
|
-
{
|
|
4949
|
-
"kind": "js",
|
|
4950
|
-
"name": "BoxPaddingEditorStyles",
|
|
4951
|
-
"declaration": {
|
|
4952
|
-
"name": "BoxPaddingEditorStyles",
|
|
4953
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
4954
|
-
}
|
|
4955
|
-
}
|
|
4956
|
-
]
|
|
4957
|
-
},
|
|
4958
|
-
{
|
|
4959
|
-
"kind": "javascript-module",
|
|
4960
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
4939
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4961
4940
|
"declarations": [
|
|
4962
4941
|
{
|
|
4963
4942
|
"kind": "class",
|
|
4964
4943
|
"description": "",
|
|
4965
|
-
"name": "
|
|
4944
|
+
"name": "SceneInspector",
|
|
4966
4945
|
"members": [
|
|
4967
4946
|
{
|
|
4968
4947
|
"kind": "field",
|
|
4969
|
-
"name": "
|
|
4948
|
+
"name": "scene",
|
|
4970
4949
|
"type": {
|
|
4971
|
-
"text": "
|
|
4950
|
+
"text": "Scene | undefined"
|
|
4972
4951
|
},
|
|
4973
|
-
"attribute": "
|
|
4952
|
+
"attribute": "scene"
|
|
4974
4953
|
},
|
|
4975
4954
|
{
|
|
4976
4955
|
"kind": "field",
|
|
4977
|
-
"name": "
|
|
4956
|
+
"name": "searchText",
|
|
4978
4957
|
"type": {
|
|
4979
|
-
"text": "
|
|
4958
|
+
"text": "string"
|
|
4980
4959
|
},
|
|
4981
|
-
"
|
|
4982
|
-
"
|
|
4960
|
+
"privacy": "private",
|
|
4961
|
+
"default": "''"
|
|
4983
4962
|
},
|
|
4984
4963
|
{
|
|
4985
4964
|
"kind": "field",
|
|
4986
|
-
"name": "
|
|
4965
|
+
"name": "_extendedMap",
|
|
4987
4966
|
"type": {
|
|
4988
|
-
"text": "
|
|
4967
|
+
"text": "any"
|
|
4989
4968
|
},
|
|
4990
|
-
"
|
|
4991
|
-
|
|
4969
|
+
"privacy": "private"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"kind": "field",
|
|
4973
|
+
"name": "show",
|
|
4974
|
+
"type": {
|
|
4975
|
+
"text": "boolean"
|
|
4976
|
+
},
|
|
4977
|
+
"privacy": "private",
|
|
4978
|
+
"default": "false"
|
|
4992
4979
|
},
|
|
4993
4980
|
{
|
|
4994
4981
|
"kind": "method",
|
|
4995
|
-
"name": "
|
|
4982
|
+
"name": "disconnectScene",
|
|
4996
4983
|
"parameters": [
|
|
4997
4984
|
{
|
|
4998
|
-
"name": "
|
|
4985
|
+
"name": "scene",
|
|
4986
|
+
"optional": true,
|
|
4999
4987
|
"type": {
|
|
5000
|
-
"text": "
|
|
4988
|
+
"text": "Scene"
|
|
5001
4989
|
}
|
|
5002
4990
|
}
|
|
5003
|
-
]
|
|
5004
|
-
"inheritedFrom": {
|
|
5005
|
-
"name": "AbstractProperty",
|
|
5006
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5007
|
-
}
|
|
4991
|
+
]
|
|
5008
4992
|
},
|
|
5009
4993
|
{
|
|
5010
4994
|
"kind": "method",
|
|
5011
|
-
"name": "
|
|
4995
|
+
"name": "refresh"
|
|
4996
|
+
},
|
|
4997
|
+
{
|
|
4998
|
+
"kind": "field",
|
|
4999
|
+
"name": "sortableConfig",
|
|
5000
|
+
"type": {
|
|
5001
|
+
"text": "Sortable.Options"
|
|
5002
|
+
},
|
|
5003
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "method",
|
|
5007
|
+
"name": "onSort",
|
|
5012
5008
|
"parameters": [
|
|
5013
5009
|
{
|
|
5014
|
-
"name": "
|
|
5010
|
+
"name": "e",
|
|
5015
5011
|
"type": {
|
|
5016
|
-
"text": "
|
|
5012
|
+
"text": "Sortable.SortableEvent"
|
|
5017
5013
|
}
|
|
5018
5014
|
}
|
|
5019
5015
|
]
|
|
5020
5016
|
},
|
|
5021
5017
|
{
|
|
5022
5018
|
"kind": "method",
|
|
5023
|
-
"name": "
|
|
5019
|
+
"name": "_onclick",
|
|
5024
5020
|
"parameters": [
|
|
5025
5021
|
{
|
|
5026
|
-
"name": "
|
|
5022
|
+
"name": "e",
|
|
5027
5023
|
"type": {
|
|
5028
|
-
"text": "
|
|
5024
|
+
"text": "MouseEvent"
|
|
5029
5025
|
}
|
|
5030
5026
|
}
|
|
5031
5027
|
]
|
|
5032
5028
|
},
|
|
5033
5029
|
{
|
|
5034
5030
|
"kind": "method",
|
|
5035
|
-
"name": "
|
|
5031
|
+
"name": "_ondblclick",
|
|
5036
5032
|
"parameters": [
|
|
5037
5033
|
{
|
|
5038
|
-
"name": "
|
|
5034
|
+
"name": "e",
|
|
5039
5035
|
"type": {
|
|
5040
|
-
"text": "
|
|
5036
|
+
"text": "MouseEvent"
|
|
5041
5037
|
}
|
|
5042
5038
|
}
|
|
5043
5039
|
]
|
|
5044
5040
|
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "field",
|
|
5043
|
+
"name": "extendedMap",
|
|
5044
|
+
"readonly": true
|
|
5045
|
+
},
|
|
5045
5046
|
{
|
|
5046
5047
|
"kind": "method",
|
|
5047
|
-
"name": "
|
|
5048
|
+
"name": "getNodeHandleClass",
|
|
5048
5049
|
"parameters": [
|
|
5049
5050
|
{
|
|
5050
|
-
"name": "
|
|
5051
|
+
"name": "component",
|
|
5051
5052
|
"type": {
|
|
5052
|
-
"text": "Component
|
|
5053
|
+
"text": "Component"
|
|
5053
5054
|
}
|
|
5054
5055
|
}
|
|
5055
5056
|
]
|
|
5056
5057
|
},
|
|
5057
5058
|
{
|
|
5058
5059
|
"kind": "method",
|
|
5059
|
-
"name": "
|
|
5060
|
+
"name": "isExtended",
|
|
5060
5061
|
"parameters": [
|
|
5061
5062
|
{
|
|
5062
|
-
"name": "
|
|
5063
|
+
"name": "component",
|
|
5063
5064
|
"type": {
|
|
5064
|
-
"text": "Component
|
|
5065
|
+
"text": "Component"
|
|
5065
5066
|
}
|
|
5066
5067
|
}
|
|
5067
5068
|
]
|
|
5068
5069
|
},
|
|
5069
5070
|
{
|
|
5070
5071
|
"kind": "method",
|
|
5071
|
-
"name": "
|
|
5072
|
+
"name": "toggleExtended",
|
|
5072
5073
|
"parameters": [
|
|
5073
5074
|
{
|
|
5074
|
-
"name": "
|
|
5075
|
+
"name": "component",
|
|
5075
5076
|
"type": {
|
|
5076
|
-
"text": "Component
|
|
5077
|
+
"text": "Component"
|
|
5077
5078
|
}
|
|
5078
5079
|
}
|
|
5079
5080
|
]
|
|
5080
5081
|
},
|
|
5081
5082
|
{
|
|
5082
5083
|
"kind": "method",
|
|
5083
|
-
"name": "
|
|
5084
|
+
"name": "toggleHidden",
|
|
5084
5085
|
"parameters": [
|
|
5085
5086
|
{
|
|
5086
|
-
"name": "
|
|
5087
|
+
"name": "component",
|
|
5087
5088
|
"type": {
|
|
5088
|
-
"text": "
|
|
5089
|
+
"text": "Component"
|
|
5089
5090
|
}
|
|
5090
5091
|
}
|
|
5091
|
-
]
|
|
5092
|
-
"inheritedFrom": {
|
|
5093
|
-
"name": "AbstractProperty",
|
|
5094
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5095
|
-
}
|
|
5092
|
+
]
|
|
5096
5093
|
},
|
|
5097
5094
|
{
|
|
5098
5095
|
"kind": "method",
|
|
5099
|
-
"name": "
|
|
5096
|
+
"name": "selectComponent",
|
|
5100
5097
|
"parameters": [
|
|
5101
5098
|
{
|
|
5102
|
-
"name": "
|
|
5099
|
+
"name": "component",
|
|
5103
5100
|
"type": {
|
|
5104
|
-
"text": "
|
|
5101
|
+
"text": "Component"
|
|
5105
5102
|
}
|
|
5106
|
-
}
|
|
5103
|
+
}
|
|
5104
|
+
]
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"kind": "method",
|
|
5108
|
+
"name": "shouldBeShown",
|
|
5109
|
+
"return": {
|
|
5110
|
+
"type": {
|
|
5111
|
+
"text": "boolean"
|
|
5112
|
+
}
|
|
5113
|
+
},
|
|
5114
|
+
"parameters": [
|
|
5107
5115
|
{
|
|
5108
|
-
"name": "
|
|
5116
|
+
"name": "component",
|
|
5109
5117
|
"type": {
|
|
5110
|
-
"text": "
|
|
5118
|
+
"text": "Component"
|
|
5111
5119
|
}
|
|
5112
5120
|
}
|
|
5113
|
-
]
|
|
5114
|
-
"inheritedFrom": {
|
|
5115
|
-
"name": "AbstractProperty",
|
|
5116
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5117
|
-
}
|
|
5118
|
-
}
|
|
5119
|
-
],
|
|
5120
|
-
"events": [
|
|
5121
|
-
{
|
|
5122
|
-
"name": "bounds-change",
|
|
5123
|
-
"type": {
|
|
5124
|
-
"text": "CustomEvent"
|
|
5125
|
-
}
|
|
5121
|
+
]
|
|
5126
5122
|
},
|
|
5127
5123
|
{
|
|
5128
|
-
"
|
|
5129
|
-
"
|
|
5130
|
-
|
|
5124
|
+
"kind": "method",
|
|
5125
|
+
"name": "renderComponent",
|
|
5126
|
+
"return": {
|
|
5127
|
+
"type": {
|
|
5128
|
+
"text": "TemplateResult"
|
|
5129
|
+
}
|
|
5131
5130
|
},
|
|
5132
|
-
"
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5131
|
+
"parameters": [
|
|
5132
|
+
{
|
|
5133
|
+
"name": "component",
|
|
5134
|
+
"type": {
|
|
5135
|
+
"text": "Component"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"name": "depth",
|
|
5140
|
+
"type": {
|
|
5141
|
+
"text": "number"
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
]
|
|
5136
5145
|
}
|
|
5137
5146
|
],
|
|
5138
5147
|
"attributes": [
|
|
5139
5148
|
{
|
|
5140
|
-
"name": "
|
|
5141
|
-
"type": {
|
|
5142
|
-
"text": "Properties | undefined"
|
|
5143
|
-
},
|
|
5144
|
-
"fieldName": "value"
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"name": "bounds",
|
|
5148
|
-
"type": {
|
|
5149
|
-
"text": "BOUNDS | null"
|
|
5150
|
-
},
|
|
5151
|
-
"default": "null",
|
|
5152
|
-
"fieldName": "bounds"
|
|
5153
|
-
},
|
|
5154
|
-
{
|
|
5155
|
-
"name": "selected",
|
|
5149
|
+
"name": "scene",
|
|
5156
5150
|
"type": {
|
|
5157
|
-
"text": "
|
|
5151
|
+
"text": "Scene | undefined"
|
|
5158
5152
|
},
|
|
5159
|
-
"
|
|
5160
|
-
"fieldName": "selected"
|
|
5153
|
+
"fieldName": "scene"
|
|
5161
5154
|
}
|
|
5162
5155
|
],
|
|
5163
5156
|
"superclass": {
|
|
5164
|
-
"name": "
|
|
5165
|
-
"
|
|
5166
|
-
}
|
|
5157
|
+
"name": "LitElement",
|
|
5158
|
+
"package": "lit"
|
|
5159
|
+
},
|
|
5160
|
+
"customElement": true
|
|
5167
5161
|
}
|
|
5168
5162
|
],
|
|
5169
5163
|
"exports": [
|
|
5170
5164
|
{
|
|
5171
5165
|
"kind": "js",
|
|
5172
|
-
"name": "
|
|
5166
|
+
"name": "SceneInspector",
|
|
5173
5167
|
"declaration": {
|
|
5174
|
-
"name": "
|
|
5175
|
-
"module": "src/modeller/property-sidebar/
|
|
5168
|
+
"name": "SceneInspector",
|
|
5169
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5176
5170
|
}
|
|
5177
5171
|
}
|
|
5178
5172
|
]
|
|
@@ -5756,237 +5750,401 @@
|
|
|
5756
5750
|
},
|
|
5757
5751
|
{
|
|
5758
5752
|
"kind": "javascript-module",
|
|
5759
|
-
"path": "src/modeller/property-sidebar/
|
|
5753
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5754
|
+
"declarations": [
|
|
5755
|
+
{
|
|
5756
|
+
"kind": "variable",
|
|
5757
|
+
"name": "BoxPaddingEditorStyles",
|
|
5758
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
5759
|
+
}
|
|
5760
|
+
],
|
|
5761
|
+
"exports": [
|
|
5762
|
+
{
|
|
5763
|
+
"kind": "js",
|
|
5764
|
+
"name": "BoxPaddingEditorStyles",
|
|
5765
|
+
"declaration": {
|
|
5766
|
+
"name": "BoxPaddingEditorStyles",
|
|
5767
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5768
|
+
}
|
|
5769
|
+
}
|
|
5770
|
+
]
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "javascript-module",
|
|
5774
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5760
5775
|
"declarations": [
|
|
5761
5776
|
{
|
|
5762
5777
|
"kind": "class",
|
|
5763
5778
|
"description": "",
|
|
5764
|
-
"name": "
|
|
5779
|
+
"name": "PropertyShapes",
|
|
5765
5780
|
"members": [
|
|
5766
5781
|
{
|
|
5767
5782
|
"kind": "field",
|
|
5768
|
-
"name": "
|
|
5783
|
+
"name": "value",
|
|
5769
5784
|
"type": {
|
|
5770
|
-
"text": "
|
|
5785
|
+
"text": "Properties | undefined"
|
|
5771
5786
|
},
|
|
5772
|
-
"attribute": "
|
|
5787
|
+
"attribute": "value"
|
|
5773
5788
|
},
|
|
5774
5789
|
{
|
|
5775
5790
|
"kind": "field",
|
|
5776
|
-
"name": "
|
|
5791
|
+
"name": "bounds",
|
|
5777
5792
|
"type": {
|
|
5778
|
-
"text": "
|
|
5793
|
+
"text": "BOUNDS | null"
|
|
5779
5794
|
},
|
|
5780
|
-
"
|
|
5781
|
-
"
|
|
5795
|
+
"default": "null",
|
|
5796
|
+
"attribute": "bounds"
|
|
5782
5797
|
},
|
|
5783
5798
|
{
|
|
5784
5799
|
"kind": "field",
|
|
5785
|
-
"name": "
|
|
5800
|
+
"name": "selected",
|
|
5786
5801
|
"type": {
|
|
5787
|
-
"text": "
|
|
5802
|
+
"text": "Component[]"
|
|
5788
5803
|
},
|
|
5789
|
-
"
|
|
5804
|
+
"default": "[]",
|
|
5805
|
+
"attribute": "selected"
|
|
5790
5806
|
},
|
|
5791
5807
|
{
|
|
5792
|
-
"kind": "
|
|
5793
|
-
"name": "
|
|
5794
|
-
"
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5808
|
+
"kind": "method",
|
|
5809
|
+
"name": "_onValueChange",
|
|
5810
|
+
"parameters": [
|
|
5811
|
+
{
|
|
5812
|
+
"name": "e",
|
|
5813
|
+
"type": {
|
|
5814
|
+
"text": "Event"
|
|
5815
|
+
}
|
|
5816
|
+
}
|
|
5817
|
+
],
|
|
5818
|
+
"inheritedFrom": {
|
|
5819
|
+
"name": "AbstractProperty",
|
|
5820
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5821
|
+
}
|
|
5799
5822
|
},
|
|
5800
5823
|
{
|
|
5801
5824
|
"kind": "method",
|
|
5802
|
-
"name": "
|
|
5825
|
+
"name": "_hasTextProperty",
|
|
5803
5826
|
"parameters": [
|
|
5804
5827
|
{
|
|
5805
|
-
"name": "
|
|
5806
|
-
"optional": true,
|
|
5828
|
+
"name": "selected",
|
|
5807
5829
|
"type": {
|
|
5808
|
-
"text": "
|
|
5830
|
+
"text": "Component[]"
|
|
5809
5831
|
}
|
|
5810
5832
|
}
|
|
5811
5833
|
]
|
|
5812
5834
|
},
|
|
5813
5835
|
{
|
|
5814
5836
|
"kind": "method",
|
|
5815
|
-
"name": "
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
|
|
5823
|
-
|
|
5837
|
+
"name": "_hasProperties",
|
|
5838
|
+
"parameters": [
|
|
5839
|
+
{
|
|
5840
|
+
"name": "selected",
|
|
5841
|
+
"type": {
|
|
5842
|
+
"text": "Component[]"
|
|
5843
|
+
}
|
|
5844
|
+
}
|
|
5845
|
+
]
|
|
5824
5846
|
},
|
|
5825
5847
|
{
|
|
5826
5848
|
"kind": "method",
|
|
5827
|
-
"name": "
|
|
5849
|
+
"name": "_isIdentifiable",
|
|
5828
5850
|
"parameters": [
|
|
5829
5851
|
{
|
|
5830
|
-
"name": "
|
|
5852
|
+
"name": "selected",
|
|
5831
5853
|
"type": {
|
|
5832
|
-
"text": "
|
|
5854
|
+
"text": "Component[]"
|
|
5833
5855
|
}
|
|
5834
5856
|
}
|
|
5835
5857
|
]
|
|
5836
5858
|
},
|
|
5837
5859
|
{
|
|
5838
5860
|
"kind": "method",
|
|
5839
|
-
"name": "
|
|
5861
|
+
"name": "_isClassIdentifiable",
|
|
5840
5862
|
"parameters": [
|
|
5841
5863
|
{
|
|
5842
|
-
"name": "
|
|
5864
|
+
"name": "selected",
|
|
5843
5865
|
"type": {
|
|
5844
|
-
"text": "
|
|
5866
|
+
"text": "Component[]"
|
|
5845
5867
|
}
|
|
5846
5868
|
}
|
|
5847
5869
|
]
|
|
5848
5870
|
},
|
|
5849
5871
|
{
|
|
5850
5872
|
"kind": "method",
|
|
5851
|
-
"name": "
|
|
5873
|
+
"name": "_isLine",
|
|
5852
5874
|
"parameters": [
|
|
5853
5875
|
{
|
|
5854
|
-
"name": "
|
|
5876
|
+
"name": "selected",
|
|
5855
5877
|
"type": {
|
|
5856
|
-
"text": "
|
|
5878
|
+
"text": "Component[]"
|
|
5857
5879
|
}
|
|
5858
5880
|
}
|
|
5859
5881
|
]
|
|
5860
5882
|
},
|
|
5861
|
-
{
|
|
5862
|
-
"kind": "field",
|
|
5863
|
-
"name": "extendedMap",
|
|
5864
|
-
"readonly": true
|
|
5865
|
-
},
|
|
5866
5883
|
{
|
|
5867
5884
|
"kind": "method",
|
|
5868
|
-
"name": "
|
|
5885
|
+
"name": "_is3dish",
|
|
5869
5886
|
"parameters": [
|
|
5870
5887
|
{
|
|
5871
|
-
"name": "
|
|
5888
|
+
"name": "selected",
|
|
5872
5889
|
"type": {
|
|
5873
|
-
"text": "Component"
|
|
5890
|
+
"text": "Component[]"
|
|
5874
5891
|
}
|
|
5875
5892
|
}
|
|
5876
5893
|
]
|
|
5877
5894
|
},
|
|
5878
5895
|
{
|
|
5879
5896
|
"kind": "method",
|
|
5880
|
-
"name": "
|
|
5897
|
+
"name": "_getValueFromEventTarget",
|
|
5881
5898
|
"parameters": [
|
|
5882
5899
|
{
|
|
5883
|
-
"name": "
|
|
5900
|
+
"name": "element",
|
|
5884
5901
|
"type": {
|
|
5885
|
-
"text": "
|
|
5902
|
+
"text": "HTMLElement"
|
|
5886
5903
|
}
|
|
5887
5904
|
}
|
|
5888
|
-
]
|
|
5905
|
+
],
|
|
5906
|
+
"inheritedFrom": {
|
|
5907
|
+
"name": "AbstractProperty",
|
|
5908
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5909
|
+
}
|
|
5889
5910
|
},
|
|
5890
5911
|
{
|
|
5891
5912
|
"kind": "method",
|
|
5892
|
-
"name": "
|
|
5913
|
+
"name": "_onAfterValueChange",
|
|
5893
5914
|
"parameters": [
|
|
5894
5915
|
{
|
|
5895
|
-
"name": "
|
|
5916
|
+
"name": "key",
|
|
5896
5917
|
"type": {
|
|
5897
|
-
"text": "
|
|
5918
|
+
"text": "string"
|
|
5919
|
+
}
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
"name": "value",
|
|
5923
|
+
"type": {
|
|
5924
|
+
"text": "any"
|
|
5898
5925
|
}
|
|
5899
5926
|
}
|
|
5900
|
-
]
|
|
5927
|
+
],
|
|
5928
|
+
"inheritedFrom": {
|
|
5929
|
+
"name": "AbstractProperty",
|
|
5930
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5931
|
+
}
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"events": [
|
|
5935
|
+
{
|
|
5936
|
+
"name": "bounds-change",
|
|
5937
|
+
"type": {
|
|
5938
|
+
"text": "CustomEvent"
|
|
5939
|
+
}
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"name": "property-change",
|
|
5943
|
+
"type": {
|
|
5944
|
+
"text": "CustomEvent"
|
|
5945
|
+
},
|
|
5946
|
+
"inheritedFrom": {
|
|
5947
|
+
"name": "AbstractProperty",
|
|
5948
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5949
|
+
}
|
|
5950
|
+
}
|
|
5951
|
+
],
|
|
5952
|
+
"attributes": [
|
|
5953
|
+
{
|
|
5954
|
+
"name": "value",
|
|
5955
|
+
"type": {
|
|
5956
|
+
"text": "Properties | undefined"
|
|
5957
|
+
},
|
|
5958
|
+
"fieldName": "value"
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"name": "bounds",
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "BOUNDS | null"
|
|
5964
|
+
},
|
|
5965
|
+
"default": "null",
|
|
5966
|
+
"fieldName": "bounds"
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "selected",
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "Component[]"
|
|
5972
|
+
},
|
|
5973
|
+
"default": "[]",
|
|
5974
|
+
"fieldName": "selected"
|
|
5975
|
+
}
|
|
5976
|
+
],
|
|
5977
|
+
"superclass": {
|
|
5978
|
+
"name": "AbstractProperty",
|
|
5979
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5980
|
+
}
|
|
5981
|
+
}
|
|
5982
|
+
],
|
|
5983
|
+
"exports": [
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "js",
|
|
5986
|
+
"name": "PropertyShapes",
|
|
5987
|
+
"declaration": {
|
|
5988
|
+
"name": "PropertyShapes",
|
|
5989
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5990
|
+
}
|
|
5991
|
+
}
|
|
5992
|
+
]
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"kind": "javascript-module",
|
|
5996
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
5997
|
+
"declarations": [
|
|
5998
|
+
{
|
|
5999
|
+
"kind": "class",
|
|
6000
|
+
"description": "",
|
|
6001
|
+
"name": "PropertyStyles",
|
|
6002
|
+
"members": [
|
|
6003
|
+
{
|
|
6004
|
+
"kind": "field",
|
|
6005
|
+
"name": "value",
|
|
6006
|
+
"type": {
|
|
6007
|
+
"text": "any"
|
|
6008
|
+
},
|
|
6009
|
+
"default": "{}",
|
|
6010
|
+
"attribute": "value"
|
|
6011
|
+
},
|
|
6012
|
+
{
|
|
6013
|
+
"kind": "field",
|
|
6014
|
+
"name": "selected",
|
|
6015
|
+
"type": {
|
|
6016
|
+
"text": "Component[]"
|
|
6017
|
+
},
|
|
6018
|
+
"default": "[]",
|
|
6019
|
+
"attribute": "selected"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "field",
|
|
6023
|
+
"name": "fonts",
|
|
6024
|
+
"type": {
|
|
6025
|
+
"text": "any[]"
|
|
6026
|
+
},
|
|
6027
|
+
"default": "[]",
|
|
6028
|
+
"attribute": "fonts"
|
|
5901
6029
|
},
|
|
5902
6030
|
{
|
|
5903
6031
|
"kind": "method",
|
|
5904
|
-
"name": "
|
|
6032
|
+
"name": "_isLine",
|
|
5905
6033
|
"parameters": [
|
|
5906
6034
|
{
|
|
5907
|
-
"name": "
|
|
6035
|
+
"name": "selected",
|
|
5908
6036
|
"type": {
|
|
5909
|
-
"text": "Component"
|
|
6037
|
+
"text": "Component[]"
|
|
5910
6038
|
}
|
|
5911
6039
|
}
|
|
5912
6040
|
]
|
|
5913
6041
|
},
|
|
5914
6042
|
{
|
|
5915
6043
|
"kind": "method",
|
|
5916
|
-
"name": "
|
|
6044
|
+
"name": "_onValueChange",
|
|
5917
6045
|
"parameters": [
|
|
5918
6046
|
{
|
|
5919
|
-
"name": "
|
|
6047
|
+
"name": "e",
|
|
5920
6048
|
"type": {
|
|
5921
|
-
"text": "
|
|
6049
|
+
"text": "Event"
|
|
5922
6050
|
}
|
|
5923
6051
|
}
|
|
5924
|
-
]
|
|
6052
|
+
],
|
|
6053
|
+
"inheritedFrom": {
|
|
6054
|
+
"name": "AbstractProperty",
|
|
6055
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6056
|
+
}
|
|
5925
6057
|
},
|
|
5926
6058
|
{
|
|
5927
6059
|
"kind": "method",
|
|
5928
|
-
"name": "
|
|
5929
|
-
"return": {
|
|
5930
|
-
"type": {
|
|
5931
|
-
"text": "boolean"
|
|
5932
|
-
}
|
|
5933
|
-
},
|
|
6060
|
+
"name": "_getValueFromEventTarget",
|
|
5934
6061
|
"parameters": [
|
|
5935
6062
|
{
|
|
5936
|
-
"name": "
|
|
6063
|
+
"name": "element",
|
|
5937
6064
|
"type": {
|
|
5938
|
-
"text": "
|
|
6065
|
+
"text": "HTMLElement"
|
|
5939
6066
|
}
|
|
5940
6067
|
}
|
|
5941
|
-
]
|
|
6068
|
+
],
|
|
6069
|
+
"inheritedFrom": {
|
|
6070
|
+
"name": "AbstractProperty",
|
|
6071
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6072
|
+
}
|
|
5942
6073
|
},
|
|
5943
6074
|
{
|
|
5944
6075
|
"kind": "method",
|
|
5945
|
-
"name": "
|
|
5946
|
-
"return": {
|
|
5947
|
-
"type": {
|
|
5948
|
-
"text": "TemplateResult"
|
|
5949
|
-
}
|
|
5950
|
-
},
|
|
6076
|
+
"name": "_onAfterValueChange",
|
|
5951
6077
|
"parameters": [
|
|
5952
6078
|
{
|
|
5953
|
-
"name": "
|
|
6079
|
+
"name": "key",
|
|
5954
6080
|
"type": {
|
|
5955
|
-
"text": "
|
|
6081
|
+
"text": "string"
|
|
5956
6082
|
}
|
|
5957
6083
|
},
|
|
5958
6084
|
{
|
|
5959
|
-
"name": "
|
|
6085
|
+
"name": "value",
|
|
5960
6086
|
"type": {
|
|
5961
|
-
"text": "
|
|
6087
|
+
"text": "any"
|
|
5962
6088
|
}
|
|
5963
6089
|
}
|
|
5964
|
-
]
|
|
6090
|
+
],
|
|
6091
|
+
"inheritedFrom": {
|
|
6092
|
+
"name": "AbstractProperty",
|
|
6093
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6094
|
+
}
|
|
5965
6095
|
}
|
|
5966
6096
|
],
|
|
5967
6097
|
"attributes": [
|
|
5968
6098
|
{
|
|
5969
|
-
"name": "
|
|
6099
|
+
"name": "value",
|
|
5970
6100
|
"type": {
|
|
5971
|
-
"text": "
|
|
6101
|
+
"text": "any"
|
|
5972
6102
|
},
|
|
5973
|
-
"
|
|
6103
|
+
"default": "{}",
|
|
6104
|
+
"fieldName": "value"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"name": "selected",
|
|
6108
|
+
"type": {
|
|
6109
|
+
"text": "Component[]"
|
|
6110
|
+
},
|
|
6111
|
+
"default": "[]",
|
|
6112
|
+
"fieldName": "selected"
|
|
6113
|
+
},
|
|
6114
|
+
{
|
|
6115
|
+
"name": "fonts",
|
|
6116
|
+
"type": {
|
|
6117
|
+
"text": "any[]"
|
|
6118
|
+
},
|
|
6119
|
+
"default": "[]",
|
|
6120
|
+
"fieldName": "fonts"
|
|
5974
6121
|
}
|
|
5975
6122
|
],
|
|
5976
6123
|
"superclass": {
|
|
5977
|
-
"name": "
|
|
5978
|
-
"
|
|
6124
|
+
"name": "AbstractProperty",
|
|
6125
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5979
6126
|
},
|
|
5980
|
-
"
|
|
6127
|
+
"events": [
|
|
6128
|
+
{
|
|
6129
|
+
"name": "property-change",
|
|
6130
|
+
"type": {
|
|
6131
|
+
"text": "CustomEvent"
|
|
6132
|
+
},
|
|
6133
|
+
"inheritedFrom": {
|
|
6134
|
+
"name": "AbstractProperty",
|
|
6135
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6136
|
+
}
|
|
6137
|
+
}
|
|
6138
|
+
]
|
|
5981
6139
|
}
|
|
5982
6140
|
],
|
|
5983
6141
|
"exports": [
|
|
5984
6142
|
{
|
|
5985
6143
|
"kind": "js",
|
|
5986
|
-
"name": "
|
|
6144
|
+
"name": "PropertyStyles",
|
|
5987
6145
|
"declaration": {
|
|
5988
|
-
"name": "
|
|
5989
|
-
"module": "src/modeller/property-sidebar/
|
|
6146
|
+
"name": "PropertyStyles",
|
|
6147
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
5990
6148
|
}
|
|
5991
6149
|
}
|
|
5992
6150
|
]
|
|
@@ -6337,164 +6495,6 @@
|
|
|
6337
6495
|
}
|
|
6338
6496
|
}
|
|
6339
6497
|
]
|
|
6340
|
-
},
|
|
6341
|
-
{
|
|
6342
|
-
"kind": "javascript-module",
|
|
6343
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6344
|
-
"declarations": [
|
|
6345
|
-
{
|
|
6346
|
-
"kind": "class",
|
|
6347
|
-
"description": "",
|
|
6348
|
-
"name": "PropertyStyles",
|
|
6349
|
-
"members": [
|
|
6350
|
-
{
|
|
6351
|
-
"kind": "field",
|
|
6352
|
-
"name": "value",
|
|
6353
|
-
"type": {
|
|
6354
|
-
"text": "any"
|
|
6355
|
-
},
|
|
6356
|
-
"default": "{}",
|
|
6357
|
-
"attribute": "value"
|
|
6358
|
-
},
|
|
6359
|
-
{
|
|
6360
|
-
"kind": "field",
|
|
6361
|
-
"name": "selected",
|
|
6362
|
-
"type": {
|
|
6363
|
-
"text": "Component[]"
|
|
6364
|
-
},
|
|
6365
|
-
"default": "[]",
|
|
6366
|
-
"attribute": "selected"
|
|
6367
|
-
},
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "field",
|
|
6370
|
-
"name": "fonts",
|
|
6371
|
-
"type": {
|
|
6372
|
-
"text": "any[]"
|
|
6373
|
-
},
|
|
6374
|
-
"default": "[]",
|
|
6375
|
-
"attribute": "fonts"
|
|
6376
|
-
},
|
|
6377
|
-
{
|
|
6378
|
-
"kind": "method",
|
|
6379
|
-
"name": "_isLine",
|
|
6380
|
-
"parameters": [
|
|
6381
|
-
{
|
|
6382
|
-
"name": "selected",
|
|
6383
|
-
"type": {
|
|
6384
|
-
"text": "Component[]"
|
|
6385
|
-
}
|
|
6386
|
-
}
|
|
6387
|
-
]
|
|
6388
|
-
},
|
|
6389
|
-
{
|
|
6390
|
-
"kind": "method",
|
|
6391
|
-
"name": "_onValueChange",
|
|
6392
|
-
"parameters": [
|
|
6393
|
-
{
|
|
6394
|
-
"name": "e",
|
|
6395
|
-
"type": {
|
|
6396
|
-
"text": "Event"
|
|
6397
|
-
}
|
|
6398
|
-
}
|
|
6399
|
-
],
|
|
6400
|
-
"inheritedFrom": {
|
|
6401
|
-
"name": "AbstractProperty",
|
|
6402
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6403
|
-
}
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"kind": "method",
|
|
6407
|
-
"name": "_getValueFromEventTarget",
|
|
6408
|
-
"parameters": [
|
|
6409
|
-
{
|
|
6410
|
-
"name": "element",
|
|
6411
|
-
"type": {
|
|
6412
|
-
"text": "HTMLElement"
|
|
6413
|
-
}
|
|
6414
|
-
}
|
|
6415
|
-
],
|
|
6416
|
-
"inheritedFrom": {
|
|
6417
|
-
"name": "AbstractProperty",
|
|
6418
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6419
|
-
}
|
|
6420
|
-
},
|
|
6421
|
-
{
|
|
6422
|
-
"kind": "method",
|
|
6423
|
-
"name": "_onAfterValueChange",
|
|
6424
|
-
"parameters": [
|
|
6425
|
-
{
|
|
6426
|
-
"name": "key",
|
|
6427
|
-
"type": {
|
|
6428
|
-
"text": "string"
|
|
6429
|
-
}
|
|
6430
|
-
},
|
|
6431
|
-
{
|
|
6432
|
-
"name": "value",
|
|
6433
|
-
"type": {
|
|
6434
|
-
"text": "any"
|
|
6435
|
-
}
|
|
6436
|
-
}
|
|
6437
|
-
],
|
|
6438
|
-
"inheritedFrom": {
|
|
6439
|
-
"name": "AbstractProperty",
|
|
6440
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6441
|
-
}
|
|
6442
|
-
}
|
|
6443
|
-
],
|
|
6444
|
-
"attributes": [
|
|
6445
|
-
{
|
|
6446
|
-
"name": "value",
|
|
6447
|
-
"type": {
|
|
6448
|
-
"text": "any"
|
|
6449
|
-
},
|
|
6450
|
-
"default": "{}",
|
|
6451
|
-
"fieldName": "value"
|
|
6452
|
-
},
|
|
6453
|
-
{
|
|
6454
|
-
"name": "selected",
|
|
6455
|
-
"type": {
|
|
6456
|
-
"text": "Component[]"
|
|
6457
|
-
},
|
|
6458
|
-
"default": "[]",
|
|
6459
|
-
"fieldName": "selected"
|
|
6460
|
-
},
|
|
6461
|
-
{
|
|
6462
|
-
"name": "fonts",
|
|
6463
|
-
"type": {
|
|
6464
|
-
"text": "any[]"
|
|
6465
|
-
},
|
|
6466
|
-
"default": "[]",
|
|
6467
|
-
"fieldName": "fonts"
|
|
6468
|
-
}
|
|
6469
|
-
],
|
|
6470
|
-
"superclass": {
|
|
6471
|
-
"name": "AbstractProperty",
|
|
6472
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6473
|
-
},
|
|
6474
|
-
"events": [
|
|
6475
|
-
{
|
|
6476
|
-
"name": "property-change",
|
|
6477
|
-
"type": {
|
|
6478
|
-
"text": "CustomEvent"
|
|
6479
|
-
},
|
|
6480
|
-
"inheritedFrom": {
|
|
6481
|
-
"name": "AbstractProperty",
|
|
6482
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6483
|
-
}
|
|
6484
|
-
}
|
|
6485
|
-
]
|
|
6486
|
-
}
|
|
6487
|
-
],
|
|
6488
|
-
"exports": [
|
|
6489
|
-
{
|
|
6490
|
-
"kind": "js",
|
|
6491
|
-
"name": "PropertyStyles",
|
|
6492
|
-
"declaration": {
|
|
6493
|
-
"name": "PropertyStyles",
|
|
6494
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6495
|
-
}
|
|
6496
|
-
}
|
|
6497
|
-
]
|
|
6498
6498
|
}
|
|
6499
6499
|
]
|
|
6500
6500
|
}
|