@fmsim/board 0.0.53 → 0.0.55
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 +1074 -1074
- 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",
|
|
@@ -1422,69 +1485,6 @@
|
|
|
1422
1485
|
"declarations": [],
|
|
1423
1486
|
"exports": []
|
|
1424
1487
|
},
|
|
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/
|
|
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",
|
|
1779
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
1801
1780
|
"declarations": [
|
|
1802
1781
|
{
|
|
1803
1782
|
"kind": "class",
|
|
1804
1783
|
"description": "",
|
|
1805
|
-
"name": "
|
|
1784
|
+
"name": "BoardCreationPopup",
|
|
1806
1785
|
"members": [
|
|
1807
1786
|
{
|
|
1808
1787
|
"kind": "field",
|
|
1809
|
-
"name": "
|
|
1788
|
+
"name": "defaultGroup",
|
|
1810
1789
|
"type": {
|
|
1811
|
-
"text": "
|
|
1790
|
+
"text": "string | undefined"
|
|
1812
1791
|
},
|
|
1813
|
-
"attribute": "
|
|
1792
|
+
"attribute": "defaultGroup"
|
|
1814
1793
|
},
|
|
1815
1794
|
{
|
|
1816
1795
|
"kind": "field",
|
|
1817
|
-
"name": "
|
|
1796
|
+
"name": "groups",
|
|
1818
1797
|
"type": {
|
|
1819
|
-
"text": "
|
|
1798
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
1820
1799
|
},
|
|
1821
|
-
"
|
|
1822
|
-
"attribute": "selected"
|
|
1800
|
+
"attribute": "groups"
|
|
1823
1801
|
},
|
|
1824
1802
|
{
|
|
1825
|
-
"kind": "
|
|
1826
|
-
"name": "
|
|
1803
|
+
"kind": "method",
|
|
1804
|
+
"name": "onClickSubmit"
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
"events": [
|
|
1808
|
+
{
|
|
1809
|
+
"name": "create-board",
|
|
1827
1810
|
"type": {
|
|
1828
|
-
"text": "
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1811
|
+
"text": "CustomEvent"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"attributes": [
|
|
1833
1816
|
{
|
|
1834
|
-
"
|
|
1835
|
-
"name": "cliped",
|
|
1817
|
+
"name": "defaultGroup",
|
|
1836
1818
|
"type": {
|
|
1837
1819
|
"text": "string | undefined"
|
|
1838
1820
|
},
|
|
1839
|
-
"
|
|
1821
|
+
"fieldName": "defaultGroup"
|
|
1840
1822
|
},
|
|
1841
1823
|
{
|
|
1842
|
-
"
|
|
1843
|
-
"name": "redo",
|
|
1824
|
+
"name": "groups",
|
|
1844
1825
|
"type": {
|
|
1845
|
-
"text": "
|
|
1826
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
1846
1827
|
},
|
|
1847
|
-
"
|
|
1848
|
-
}
|
|
1828
|
+
"fieldName": "groups"
|
|
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": [
|
|
1849
1873
|
{
|
|
1850
1874
|
"kind": "field",
|
|
1851
|
-
"name": "
|
|
1875
|
+
"name": "defaultGroup",
|
|
1852
1876
|
"type": {
|
|
1853
|
-
"text": "
|
|
1877
|
+
"text": "string | undefined"
|
|
1854
1878
|
},
|
|
1855
|
-
"
|
|
1879
|
+
"attribute": "defaultGroup"
|
|
1856
1880
|
},
|
|
1857
1881
|
{
|
|
1858
1882
|
"kind": "field",
|
|
1859
|
-
"name": "
|
|
1883
|
+
"name": "groups",
|
|
1860
1884
|
"type": {
|
|
1861
|
-
"text": "
|
|
1885
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
1862
1886
|
},
|
|
1863
|
-
"
|
|
1887
|
+
"attribute": "groups"
|
|
1864
1888
|
},
|
|
1865
1889
|
{
|
|
1866
|
-
"kind": "
|
|
1867
|
-
"name": "
|
|
1868
|
-
"
|
|
1869
|
-
|
|
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"
|
|
1870
1931
|
},
|
|
1871
|
-
"
|
|
1932
|
+
"fieldName": "defaultGroup"
|
|
1872
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": [
|
|
1873
1984
|
{
|
|
1874
1985
|
"kind": "field",
|
|
1875
|
-
"name": "
|
|
1986
|
+
"name": "defaultGroup",
|
|
1876
1987
|
"type": {
|
|
1877
|
-
"text": "
|
|
1988
|
+
"text": "string | undefined"
|
|
1878
1989
|
},
|
|
1879
|
-
"
|
|
1990
|
+
"attribute": "defaultGroup"
|
|
1880
1991
|
},
|
|
1881
1992
|
{
|
|
1882
1993
|
"kind": "field",
|
|
1883
|
-
"name": "
|
|
1994
|
+
"name": "groups",
|
|
1884
1995
|
"type": {
|
|
1885
|
-
"text": "
|
|
1996
|
+
"text": "any"
|
|
1886
1997
|
},
|
|
1887
|
-
"
|
|
1998
|
+
"attribute": "groups"
|
|
1888
1999
|
},
|
|
1889
2000
|
{
|
|
1890
2001
|
"kind": "field",
|
|
1891
|
-
"name": "
|
|
2002
|
+
"name": "popup",
|
|
1892
2003
|
"type": {
|
|
1893
|
-
"text": "
|
|
2004
|
+
"text": "any"
|
|
1894
2005
|
},
|
|
1895
2006
|
"privacy": "private"
|
|
1896
2007
|
},
|
|
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": [
|
|
1897
2083
|
{
|
|
1898
2084
|
"kind": "field",
|
|
1899
|
-
"name": "
|
|
2085
|
+
"name": "groups",
|
|
1900
2086
|
"type": {
|
|
1901
|
-
"text": "
|
|
2087
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
1902
2088
|
},
|
|
1903
|
-
"
|
|
2089
|
+
"default": "[]",
|
|
2090
|
+
"attribute": "groups"
|
|
1904
2091
|
},
|
|
1905
2092
|
{
|
|
1906
2093
|
"kind": "field",
|
|
1907
|
-
"name": "
|
|
2094
|
+
"name": "boards",
|
|
1908
2095
|
"type": {
|
|
1909
|
-
"text": "
|
|
2096
|
+
"text": "any[]"
|
|
1910
2097
|
},
|
|
1911
|
-
"
|
|
2098
|
+
"default": "[]",
|
|
2099
|
+
"attribute": "boards"
|
|
1912
2100
|
},
|
|
1913
2101
|
{
|
|
1914
2102
|
"kind": "field",
|
|
1915
|
-
"name": "
|
|
2103
|
+
"name": "group",
|
|
1916
2104
|
"type": {
|
|
1917
|
-
"text": "
|
|
2105
|
+
"text": "string | undefined"
|
|
1918
2106
|
},
|
|
1919
|
-
"
|
|
2107
|
+
"attribute": "group"
|
|
1920
2108
|
},
|
|
1921
2109
|
{
|
|
1922
2110
|
"kind": "field",
|
|
1923
|
-
"name": "
|
|
2111
|
+
"name": "inherited",
|
|
1924
2112
|
"type": {
|
|
1925
|
-
"text": "
|
|
2113
|
+
"text": "InheritedValueType | undefined"
|
|
1926
2114
|
},
|
|
1927
|
-
"
|
|
2115
|
+
"attribute": "inherited"
|
|
1928
2116
|
},
|
|
1929
2117
|
{
|
|
1930
2118
|
"kind": "field",
|
|
1931
|
-
"name": "
|
|
2119
|
+
"name": "creatable",
|
|
1932
2120
|
"type": {
|
|
1933
|
-
"text": "
|
|
2121
|
+
"text": "boolean"
|
|
1934
2122
|
},
|
|
1935
|
-
"
|
|
2123
|
+
"default": "false",
|
|
2124
|
+
"attribute": "creatable"
|
|
1936
2125
|
},
|
|
1937
2126
|
{
|
|
1938
2127
|
"kind": "field",
|
|
1939
|
-
"name": "
|
|
2128
|
+
"name": "value",
|
|
1940
2129
|
"type": {
|
|
1941
|
-
"text": "
|
|
2130
|
+
"text": "string | undefined"
|
|
1942
2131
|
},
|
|
1943
|
-
"
|
|
2132
|
+
"attribute": "value"
|
|
1944
2133
|
},
|
|
1945
2134
|
{
|
|
1946
2135
|
"kind": "field",
|
|
1947
|
-
"name": "
|
|
2136
|
+
"name": "_page",
|
|
1948
2137
|
"type": {
|
|
1949
|
-
"text": "
|
|
2138
|
+
"text": "number"
|
|
1950
2139
|
},
|
|
1951
|
-
"privacy": "private"
|
|
2140
|
+
"privacy": "private",
|
|
2141
|
+
"default": "1"
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "field",
|
|
2145
|
+
"name": "_total",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "number"
|
|
2148
|
+
},
|
|
2149
|
+
"privacy": "private",
|
|
2150
|
+
"default": "0"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"kind": "field",
|
|
2154
|
+
"name": "scrollTargetEl",
|
|
2155
|
+
"type": {
|
|
2156
|
+
"text": "HTMLElement | null"
|
|
2157
|
+
},
|
|
2158
|
+
"readonly": true
|
|
1952
2159
|
},
|
|
1953
2160
|
{
|
|
1954
2161
|
"kind": "method",
|
|
1955
|
-
"name": "
|
|
2162
|
+
"name": "scrollAction"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"kind": "method",
|
|
2166
|
+
"name": "onClickSelect",
|
|
1956
2167
|
"parameters": [
|
|
1957
2168
|
{
|
|
1958
|
-
"name": "
|
|
2169
|
+
"name": "board",
|
|
1959
2170
|
"type": {
|
|
1960
|
-
"text": "
|
|
2171
|
+
"text": "any"
|
|
1961
2172
|
}
|
|
1962
2173
|
}
|
|
1963
2174
|
]
|
|
1964
2175
|
},
|
|
1965
2176
|
{
|
|
1966
2177
|
"kind": "method",
|
|
1967
|
-
"name": "
|
|
2178
|
+
"name": "onCreateBoard",
|
|
1968
2179
|
"parameters": [
|
|
1969
2180
|
{
|
|
1970
|
-
"name": "
|
|
2181
|
+
"name": "e",
|
|
1971
2182
|
"type": {
|
|
1972
|
-
"text": "
|
|
2183
|
+
"text": "CustomEvent"
|
|
1973
2184
|
}
|
|
1974
2185
|
}
|
|
1975
2186
|
]
|
|
1976
2187
|
},
|
|
1977
2188
|
{
|
|
1978
2189
|
"kind": "method",
|
|
1979
|
-
"name": "
|
|
1980
|
-
"privacy": "private",
|
|
1981
|
-
"parameters": [
|
|
1982
|
-
{
|
|
1983
|
-
"name": "keys",
|
|
1984
|
-
"type": {
|
|
1985
|
-
"text": "string[]"
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
]
|
|
2190
|
+
"name": "refreshGroups"
|
|
1989
2191
|
},
|
|
1990
2192
|
{
|
|
1991
2193
|
"kind": "method",
|
|
1992
|
-
"name": "
|
|
1993
|
-
"parameters": [
|
|
1994
|
-
{
|
|
1995
|
-
"name": "e",
|
|
1996
|
-
"type": {
|
|
1997
|
-
"text": "KeyboardEvent"
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
]
|
|
2194
|
+
"name": "refreshBoards"
|
|
2001
2195
|
},
|
|
2002
2196
|
{
|
|
2003
2197
|
"kind": "method",
|
|
2004
|
-
"name": "
|
|
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
|
-
]
|
|
2198
|
+
"name": "appendBoards"
|
|
2025
2199
|
},
|
|
2026
2200
|
{
|
|
2027
2201
|
"kind": "method",
|
|
2028
|
-
"name": "
|
|
2202
|
+
"name": "getBoards",
|
|
2029
2203
|
"parameters": [
|
|
2030
2204
|
{
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
"text": "boolean"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
"name": "redoable",
|
|
2038
|
-
"type": {
|
|
2039
|
-
"text": "boolean"
|
|
2040
|
-
}
|
|
2205
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2206
|
+
"default": "{}"
|
|
2041
2207
|
}
|
|
2042
2208
|
]
|
|
2043
2209
|
},
|
|
2044
2210
|
{
|
|
2045
2211
|
"kind": "method",
|
|
2046
|
-
"name": "
|
|
2212
|
+
"name": "createBoard",
|
|
2047
2213
|
"parameters": [
|
|
2048
2214
|
{
|
|
2049
|
-
"name": "
|
|
2215
|
+
"name": "name",
|
|
2050
2216
|
"type": {
|
|
2051
|
-
"text": "
|
|
2217
|
+
"text": "string"
|
|
2052
2218
|
}
|
|
2053
2219
|
},
|
|
2054
2220
|
{
|
|
2055
|
-
"name": "
|
|
2056
|
-
"type": {
|
|
2057
|
-
"text": "boolean"
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
]
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"kind": "method",
|
|
2064
|
-
"name": "onSceneChanged",
|
|
2065
|
-
"parameters": [
|
|
2066
|
-
{
|
|
2067
|
-
"name": "after",
|
|
2068
|
-
"optional": true,
|
|
2221
|
+
"name": "description",
|
|
2069
2222
|
"type": {
|
|
2070
|
-
"text": "
|
|
2223
|
+
"text": "string"
|
|
2071
2224
|
}
|
|
2072
2225
|
},
|
|
2073
2226
|
{
|
|
2074
|
-
"name": "
|
|
2075
|
-
"optional": true,
|
|
2227
|
+
"name": "groupId",
|
|
2076
2228
|
"type": {
|
|
2077
|
-
"text": "
|
|
2229
|
+
"text": "string"
|
|
2078
2230
|
}
|
|
2079
2231
|
}
|
|
2080
2232
|
]
|
|
2081
2233
|
},
|
|
2082
2234
|
{
|
|
2083
|
-
"kind": "
|
|
2084
|
-
"name": "
|
|
2085
|
-
"
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2235
|
+
"kind": "field",
|
|
2236
|
+
"name": "limit",
|
|
2237
|
+
"type": {
|
|
2238
|
+
"text": "number"
|
|
2239
|
+
},
|
|
2240
|
+
"default": "50"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"events": [
|
|
2244
|
+
{
|
|
2245
|
+
"name": "board-selected",
|
|
2246
|
+
"type": {
|
|
2247
|
+
"text": "CustomEvent"
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"attributes": [
|
|
2252
|
+
{
|
|
2253
|
+
"name": "groups",
|
|
2254
|
+
"type": {
|
|
2255
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2256
|
+
},
|
|
2257
|
+
"default": "[]",
|
|
2258
|
+
"fieldName": "groups"
|
|
2099
2259
|
},
|
|
2100
2260
|
{
|
|
2101
|
-
"
|
|
2102
|
-
"
|
|
2261
|
+
"name": "boards",
|
|
2262
|
+
"type": {
|
|
2263
|
+
"text": "any[]"
|
|
2264
|
+
},
|
|
2265
|
+
"default": "[]",
|
|
2266
|
+
"fieldName": "boards"
|
|
2103
2267
|
},
|
|
2104
2268
|
{
|
|
2105
|
-
"
|
|
2106
|
-
"
|
|
2269
|
+
"name": "group",
|
|
2270
|
+
"type": {
|
|
2271
|
+
"text": "string | undefined"
|
|
2272
|
+
},
|
|
2273
|
+
"fieldName": "group"
|
|
2107
2274
|
},
|
|
2108
2275
|
{
|
|
2109
|
-
"
|
|
2110
|
-
"
|
|
2276
|
+
"name": "inherited",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "InheritedValueType | undefined"
|
|
2279
|
+
},
|
|
2280
|
+
"fieldName": "inherited"
|
|
2111
2281
|
},
|
|
2112
2282
|
{
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2283
|
+
"name": "creatable",
|
|
2284
|
+
"type": {
|
|
2285
|
+
"text": "boolean"
|
|
2286
|
+
},
|
|
2287
|
+
"default": "false",
|
|
2288
|
+
"fieldName": "creatable"
|
|
2115
2289
|
},
|
|
2116
2290
|
{
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2291
|
+
"name": "value",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "string | undefined"
|
|
2294
|
+
},
|
|
2295
|
+
"fieldName": "value"
|
|
2296
|
+
}
|
|
2297
|
+
],
|
|
2298
|
+
"mixins": [
|
|
2299
|
+
{
|
|
2300
|
+
"name": "InfiniteScrollable",
|
|
2301
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2119
2302
|
},
|
|
2120
2303
|
{
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2304
|
+
"name": "localize(i18next)",
|
|
2305
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
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"
|
|
2123
2372
|
},
|
|
2124
2373
|
{
|
|
2125
|
-
"kind": "
|
|
2126
|
-
"name": "
|
|
2374
|
+
"kind": "field",
|
|
2375
|
+
"name": "selected",
|
|
2376
|
+
"type": {
|
|
2377
|
+
"text": "any[]"
|
|
2378
|
+
},
|
|
2379
|
+
"default": "[]",
|
|
2380
|
+
"attribute": "selected"
|
|
2127
2381
|
},
|
|
2128
2382
|
{
|
|
2129
|
-
"kind": "
|
|
2130
|
-
"name": "
|
|
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"
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"kind": "method",
|
|
2513
|
+
"name": "onWheelEvent",
|
|
2131
2514
|
"parameters": [
|
|
2132
2515
|
{
|
|
2133
2516
|
"name": "e",
|
|
2134
2517
|
"type": {
|
|
2135
|
-
"text": "
|
|
2518
|
+
"text": "Event"
|
|
2136
2519
|
}
|
|
2137
2520
|
}
|
|
2138
2521
|
]
|
|
2139
2522
|
},
|
|
2140
2523
|
{
|
|
2141
2524
|
"kind": "method",
|
|
2142
|
-
"name": "
|
|
2525
|
+
"name": "getSymbol",
|
|
2143
2526
|
"parameters": [
|
|
2144
2527
|
{
|
|
2145
|
-
"name": "
|
|
2528
|
+
"name": "key",
|
|
2146
2529
|
"type": {
|
|
2147
|
-
"text": "
|
|
2530
|
+
"text": "string"
|
|
2148
2531
|
}
|
|
2149
2532
|
}
|
|
2150
2533
|
]
|
|
2151
2534
|
},
|
|
2152
2535
|
{
|
|
2153
2536
|
"kind": "method",
|
|
2154
|
-
"name": "
|
|
2537
|
+
"name": "getShortcutString",
|
|
2538
|
+
"privacy": "private",
|
|
2155
2539
|
"parameters": [
|
|
2156
2540
|
{
|
|
2157
|
-
"name": "
|
|
2541
|
+
"name": "keys",
|
|
2158
2542
|
"type": {
|
|
2159
|
-
"text": "
|
|
2543
|
+
"text": "string[]"
|
|
2160
2544
|
}
|
|
2161
2545
|
}
|
|
2162
2546
|
]
|
|
2163
2547
|
},
|
|
2164
2548
|
{
|
|
2165
2549
|
"kind": "method",
|
|
2166
|
-
"name": "
|
|
2550
|
+
"name": "onShortcut",
|
|
2167
2551
|
"parameters": [
|
|
2168
2552
|
{
|
|
2169
2553
|
"name": "e",
|
|
2170
2554
|
"type": {
|
|
2171
|
-
"text": "
|
|
2555
|
+
"text": "KeyboardEvent"
|
|
2172
2556
|
}
|
|
2173
2557
|
}
|
|
2174
2558
|
]
|
|
2175
2559
|
},
|
|
2176
2560
|
{
|
|
2177
2561
|
"kind": "method",
|
|
2178
|
-
"name": "
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
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"
|
|
2562
|
+
"name": "onExecute",
|
|
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
|
+
]
|
|
2215
2583
|
},
|
|
2216
2584
|
{
|
|
2217
2585
|
"kind": "method",
|
|
2218
|
-
"name": "
|
|
2586
|
+
"name": "onUndo",
|
|
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
|
+
]
|
|
2219
2601
|
},
|
|
2220
2602
|
{
|
|
2221
2603
|
"kind": "method",
|
|
2222
|
-
"name": "
|
|
2604
|
+
"name": "onRedo",
|
|
2223
2605
|
"parameters": [
|
|
2224
2606
|
{
|
|
2225
|
-
"name": "
|
|
2607
|
+
"name": "undoable",
|
|
2226
2608
|
"type": {
|
|
2227
|
-
"text": "
|
|
2609
|
+
"text": "boolean"
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "redoable",
|
|
2614
|
+
"type": {
|
|
2615
|
+
"text": "boolean"
|
|
2228
2616
|
}
|
|
2229
2617
|
}
|
|
2230
2618
|
]
|
|
2231
|
-
}
|
|
2232
|
-
],
|
|
2233
|
-
"events": [
|
|
2234
|
-
{
|
|
2235
|
-
"name": "modeller-fullscreen",
|
|
2236
|
-
"type": {
|
|
2237
|
-
"text": "CustomEvent"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
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
2619
|
},
|
|
2414
2620
|
{
|
|
2415
2621
|
"kind": "method",
|
|
2416
|
-
"name": "
|
|
2622
|
+
"name": "onSceneChanged",
|
|
2417
2623
|
"parameters": [
|
|
2418
2624
|
{
|
|
2419
|
-
"name": "
|
|
2625
|
+
"name": "after",
|
|
2626
|
+
"optional": true,
|
|
2420
2627
|
"type": {
|
|
2421
|
-
"text": "
|
|
2628
|
+
"text": "Scene"
|
|
2422
2629
|
}
|
|
2423
|
-
}
|
|
2424
|
-
]
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "method",
|
|
2428
|
-
"name": "onClickSubmit",
|
|
2429
|
-
"parameters": [
|
|
2630
|
+
},
|
|
2430
2631
|
{
|
|
2431
|
-
"name": "
|
|
2432
|
-
"
|
|
2433
|
-
|
|
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": [
|
|
2632
|
+
"name": "before",
|
|
2633
|
+
"optional": true,
|
|
2634
|
+
"type": {
|
|
2635
|
+
"text": "Scene"
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2638
|
+
]
|
|
2639
|
+
},
|
|
2608
2640
|
{
|
|
2609
|
-
"kind": "
|
|
2610
|
-
"name": "
|
|
2611
|
-
"
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2641
|
+
"kind": "method",
|
|
2642
|
+
"name": "onSelectedChanged",
|
|
2643
|
+
"parameters": [
|
|
2644
|
+
{
|
|
2645
|
+
"name": "after",
|
|
2646
|
+
"type": {
|
|
2647
|
+
"text": "Component[]"
|
|
2648
|
+
}
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"name": "before",
|
|
2652
|
+
"type": {
|
|
2653
|
+
"text": "Component[]"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2616
2657
|
},
|
|
2617
2658
|
{
|
|
2618
|
-
"kind": "
|
|
2619
|
-
"name": "
|
|
2620
|
-
"type": {
|
|
2621
|
-
"text": "any[]"
|
|
2622
|
-
},
|
|
2623
|
-
"default": "[]",
|
|
2624
|
-
"attribute": "boards"
|
|
2659
|
+
"kind": "method",
|
|
2660
|
+
"name": "onTapUndo"
|
|
2625
2661
|
},
|
|
2626
2662
|
{
|
|
2627
|
-
"kind": "
|
|
2628
|
-
"name": "
|
|
2629
|
-
"type": {
|
|
2630
|
-
"text": "string | undefined"
|
|
2631
|
-
},
|
|
2632
|
-
"attribute": "group"
|
|
2663
|
+
"kind": "method",
|
|
2664
|
+
"name": "onTapRedo"
|
|
2633
2665
|
},
|
|
2634
2666
|
{
|
|
2635
|
-
"kind": "
|
|
2636
|
-
"name": "
|
|
2637
|
-
"type": {
|
|
2638
|
-
"text": "InheritedValueType | undefined"
|
|
2639
|
-
},
|
|
2640
|
-
"attribute": "inherited"
|
|
2667
|
+
"kind": "method",
|
|
2668
|
+
"name": "onTapCut"
|
|
2641
2669
|
},
|
|
2642
2670
|
{
|
|
2643
|
-
"kind": "
|
|
2644
|
-
"name": "
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "boolean"
|
|
2647
|
-
},
|
|
2648
|
-
"default": "false",
|
|
2649
|
-
"attribute": "creatable"
|
|
2671
|
+
"kind": "method",
|
|
2672
|
+
"name": "onTapCopy"
|
|
2650
2673
|
},
|
|
2651
2674
|
{
|
|
2652
|
-
"kind": "
|
|
2653
|
-
"name": "
|
|
2654
|
-
"type": {
|
|
2655
|
-
"text": "string | undefined"
|
|
2656
|
-
},
|
|
2657
|
-
"attribute": "value"
|
|
2675
|
+
"kind": "method",
|
|
2676
|
+
"name": "onTapPaste"
|
|
2658
2677
|
},
|
|
2659
2678
|
{
|
|
2660
|
-
"kind": "
|
|
2661
|
-
"name": "
|
|
2662
|
-
"type": {
|
|
2663
|
-
"text": "number"
|
|
2664
|
-
},
|
|
2665
|
-
"privacy": "private",
|
|
2666
|
-
"default": "1"
|
|
2679
|
+
"kind": "method",
|
|
2680
|
+
"name": "onTapDelete"
|
|
2667
2681
|
},
|
|
2668
2682
|
{
|
|
2669
|
-
"kind": "
|
|
2670
|
-
"name": "
|
|
2671
|
-
"type": {
|
|
2672
|
-
"text": "number"
|
|
2673
|
-
},
|
|
2674
|
-
"privacy": "private",
|
|
2675
|
-
"default": "0"
|
|
2683
|
+
"kind": "method",
|
|
2684
|
+
"name": "onTapSelectAll"
|
|
2676
2685
|
},
|
|
2677
2686
|
{
|
|
2678
|
-
"kind": "
|
|
2679
|
-
"name": "
|
|
2680
|
-
"
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2687
|
+
"kind": "method",
|
|
2688
|
+
"name": "onTapFontIncrease",
|
|
2689
|
+
"parameters": [
|
|
2690
|
+
{
|
|
2691
|
+
"name": "e",
|
|
2692
|
+
"type": {
|
|
2693
|
+
"text": "TouchEvent"
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2696
|
+
]
|
|
2684
2697
|
},
|
|
2685
2698
|
{
|
|
2686
2699
|
"kind": "method",
|
|
2687
|
-
"name": "
|
|
2700
|
+
"name": "onTapFontDecrease",
|
|
2701
|
+
"parameters": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "e",
|
|
2704
|
+
"type": {
|
|
2705
|
+
"text": "TouchEvent"
|
|
2706
|
+
}
|
|
2707
|
+
}
|
|
2708
|
+
]
|
|
2688
2709
|
},
|
|
2689
2710
|
{
|
|
2690
2711
|
"kind": "method",
|
|
2691
|
-
"name": "
|
|
2712
|
+
"name": "onTapAlign",
|
|
2692
2713
|
"parameters": [
|
|
2693
2714
|
{
|
|
2694
|
-
"name": "
|
|
2715
|
+
"name": "e",
|
|
2695
2716
|
"type": {
|
|
2696
|
-
"text": "
|
|
2717
|
+
"text": "TouchEvent | string"
|
|
2697
2718
|
}
|
|
2698
2719
|
}
|
|
2699
2720
|
]
|
|
2700
2721
|
},
|
|
2701
2722
|
{
|
|
2702
2723
|
"kind": "method",
|
|
2703
|
-
"name": "
|
|
2724
|
+
"name": "onTapZorder",
|
|
2704
2725
|
"parameters": [
|
|
2705
2726
|
{
|
|
2706
2727
|
"name": "e",
|
|
2707
2728
|
"type": {
|
|
2708
|
-
"text": "
|
|
2729
|
+
"text": "TouchEvent | string"
|
|
2709
2730
|
}
|
|
2710
2731
|
}
|
|
2711
2732
|
]
|
|
2712
2733
|
},
|
|
2713
2734
|
{
|
|
2714
2735
|
"kind": "method",
|
|
2715
|
-
"name": "
|
|
2736
|
+
"name": "onTapSymmetryX"
|
|
2716
2737
|
},
|
|
2717
2738
|
{
|
|
2718
2739
|
"kind": "method",
|
|
2719
|
-
"name": "
|
|
2740
|
+
"name": "onTapSymmetryY"
|
|
2720
2741
|
},
|
|
2721
2742
|
{
|
|
2722
2743
|
"kind": "method",
|
|
2723
|
-
"name": "
|
|
2744
|
+
"name": "onTapRotateCW"
|
|
2724
2745
|
},
|
|
2725
2746
|
{
|
|
2726
2747
|
"kind": "method",
|
|
2727
|
-
"name": "
|
|
2728
|
-
"parameters": [
|
|
2729
|
-
{
|
|
2730
|
-
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2731
|
-
"default": "{}"
|
|
2732
|
-
}
|
|
2733
|
-
]
|
|
2748
|
+
"name": "onTapRotateCCW"
|
|
2734
2749
|
},
|
|
2735
2750
|
{
|
|
2736
2751
|
"kind": "method",
|
|
2737
|
-
"name": "
|
|
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"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "method",
|
|
2768
|
+
"name": "onTapFitScene"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "method",
|
|
2772
|
+
"name": "onTapPreview"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "method",
|
|
2776
|
+
"name": "onTapDownloadModel"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "method",
|
|
2780
|
+
"name": "onTapDistribute",
|
|
2738
2781
|
"parameters": [
|
|
2739
2782
|
{
|
|
2740
|
-
"name": "
|
|
2741
|
-
"type": {
|
|
2742
|
-
"text": "string"
|
|
2743
|
-
}
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"name": "description",
|
|
2747
|
-
"type": {
|
|
2748
|
-
"text": "string"
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "groupId",
|
|
2783
|
+
"name": "e",
|
|
2753
2784
|
"type": {
|
|
2754
|
-
"text": "string"
|
|
2785
|
+
"text": "TouchEvent | string"
|
|
2755
2786
|
}
|
|
2756
2787
|
}
|
|
2757
2788
|
]
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"kind": "field",
|
|
2761
|
-
"name": "limit",
|
|
2762
|
-
"type": {
|
|
2763
|
-
"text": "number"
|
|
2764
|
-
},
|
|
2765
|
-
"default": "50"
|
|
2766
2789
|
}
|
|
2767
2790
|
],
|
|
2768
2791
|
"events": [
|
|
2769
2792
|
{
|
|
2770
|
-
"name": "
|
|
2793
|
+
"name": "modeller-fullscreen",
|
|
2771
2794
|
"type": {
|
|
2772
2795
|
"text": "CustomEvent"
|
|
2773
2796
|
}
|
|
2774
|
-
}
|
|
2775
|
-
],
|
|
2776
|
-
"attributes": [
|
|
2777
|
-
{
|
|
2778
|
-
"name": "groups",
|
|
2779
|
-
"type": {
|
|
2780
|
-
"text": "{ id: string; name: string; description: string }[]"
|
|
2781
|
-
},
|
|
2782
|
-
"default": "[]",
|
|
2783
|
-
"fieldName": "groups"
|
|
2784
2797
|
},
|
|
2785
2798
|
{
|
|
2786
|
-
"name": "
|
|
2799
|
+
"name": "hide-property-changed",
|
|
2787
2800
|
"type": {
|
|
2788
|
-
"text": "
|
|
2789
|
-
}
|
|
2790
|
-
"default": "[]",
|
|
2791
|
-
"fieldName": "boards"
|
|
2801
|
+
"text": "CustomEvent"
|
|
2802
|
+
}
|
|
2792
2803
|
},
|
|
2793
2804
|
{
|
|
2794
|
-
"name": "
|
|
2805
|
+
"name": "open-preview",
|
|
2795
2806
|
"type": {
|
|
2796
|
-
"text": "
|
|
2797
|
-
}
|
|
2798
|
-
"fieldName": "group"
|
|
2807
|
+
"text": "CustomEvent"
|
|
2808
|
+
}
|
|
2799
2809
|
},
|
|
2800
2810
|
{
|
|
2801
|
-
"name": "
|
|
2811
|
+
"name": "download-model",
|
|
2802
2812
|
"type": {
|
|
2803
|
-
"text": "
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2813
|
+
"text": "CustomEvent"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
],
|
|
2817
|
+
"attributes": [
|
|
2807
2818
|
{
|
|
2808
|
-
"name": "
|
|
2819
|
+
"name": "scene",
|
|
2809
2820
|
"type": {
|
|
2810
|
-
"text": "
|
|
2821
|
+
"text": "Scene | undefined"
|
|
2811
2822
|
},
|
|
2812
|
-
"
|
|
2813
|
-
"fieldName": "creatable"
|
|
2823
|
+
"fieldName": "scene"
|
|
2814
2824
|
},
|
|
2815
2825
|
{
|
|
2816
|
-
"name": "
|
|
2826
|
+
"name": "selected",
|
|
2817
2827
|
"type": {
|
|
2818
|
-
"text": "
|
|
2828
|
+
"text": "any[]"
|
|
2819
2829
|
},
|
|
2820
|
-
"
|
|
2821
|
-
|
|
2822
|
-
],
|
|
2823
|
-
"mixins": [
|
|
2824
|
-
{
|
|
2825
|
-
"name": "InfiniteScrollable",
|
|
2826
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2830
|
+
"default": "[]",
|
|
2831
|
+
"fieldName": "selected"
|
|
2827
2832
|
},
|
|
2828
2833
|
{
|
|
2829
|
-
"name": "
|
|
2830
|
-
"
|
|
2834
|
+
"name": "hideProperty",
|
|
2835
|
+
"type": {
|
|
2836
|
+
"text": "boolean"
|
|
2837
|
+
},
|
|
2838
|
+
"default": "false",
|
|
2839
|
+
"fieldName": "hideProperty"
|
|
2831
2840
|
}
|
|
2832
2841
|
],
|
|
2833
2842
|
"superclass": {
|
|
2834
2843
|
"name": "LitElement",
|
|
2835
2844
|
"package": "lit"
|
|
2836
2845
|
},
|
|
2837
|
-
"tagName": "ox-editor-board-selector",
|
|
2838
2846
|
"customElement": true
|
|
2839
2847
|
}
|
|
2840
2848
|
],
|
|
2841
2849
|
"exports": [
|
|
2842
2850
|
{
|
|
2843
2851
|
"kind": "js",
|
|
2844
|
-
"name": "
|
|
2845
|
-
"declaration": {
|
|
2846
|
-
"name": "BoardSelector",
|
|
2847
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"kind": "custom-element-definition",
|
|
2852
|
-
"name": "ox-board-selector",
|
|
2852
|
+
"name": "EditToolbar",
|
|
2853
2853
|
"declaration": {
|
|
2854
|
-
"name": "
|
|
2855
|
-
"module": "src/
|
|
2854
|
+
"name": "EditToolbar",
|
|
2855
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
2858
2858
|
]
|
|
@@ -4919,17 +4919,260 @@
|
|
|
4919
4919
|
],
|
|
4920
4920
|
"superclass": {
|
|
4921
4921
|
"name": "AbstractProperty",
|
|
4922
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
4922
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
],
|
|
4926
|
+
"exports": [
|
|
4927
|
+
{
|
|
4928
|
+
"kind": "js",
|
|
4929
|
+
"name": "PropertyDataBinding",
|
|
4930
|
+
"declaration": {
|
|
4931
|
+
"name": "PropertyDataBinding",
|
|
4932
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
4933
|
+
}
|
|
4934
|
+
}
|
|
4935
|
+
]
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"kind": "javascript-module",
|
|
4939
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
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",
|
|
4961
|
+
"declarations": [
|
|
4962
|
+
{
|
|
4963
|
+
"kind": "class",
|
|
4964
|
+
"description": "",
|
|
4965
|
+
"name": "PropertyShapes",
|
|
4966
|
+
"members": [
|
|
4967
|
+
{
|
|
4968
|
+
"kind": "field",
|
|
4969
|
+
"name": "value",
|
|
4970
|
+
"type": {
|
|
4971
|
+
"text": "Properties | undefined"
|
|
4972
|
+
},
|
|
4973
|
+
"attribute": "value"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"kind": "field",
|
|
4977
|
+
"name": "bounds",
|
|
4978
|
+
"type": {
|
|
4979
|
+
"text": "BOUNDS | null"
|
|
4980
|
+
},
|
|
4981
|
+
"default": "null",
|
|
4982
|
+
"attribute": "bounds"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"kind": "field",
|
|
4986
|
+
"name": "selected",
|
|
4987
|
+
"type": {
|
|
4988
|
+
"text": "Component[]"
|
|
4989
|
+
},
|
|
4990
|
+
"default": "[]",
|
|
4991
|
+
"attribute": "selected"
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"kind": "method",
|
|
4995
|
+
"name": "_onValueChange",
|
|
4996
|
+
"parameters": [
|
|
4997
|
+
{
|
|
4998
|
+
"name": "e",
|
|
4999
|
+
"type": {
|
|
5000
|
+
"text": "Event"
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"inheritedFrom": {
|
|
5005
|
+
"name": "AbstractProperty",
|
|
5006
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
{
|
|
5010
|
+
"kind": "method",
|
|
5011
|
+
"name": "_hasTextProperty",
|
|
5012
|
+
"parameters": [
|
|
5013
|
+
{
|
|
5014
|
+
"name": "selected",
|
|
5015
|
+
"type": {
|
|
5016
|
+
"text": "Component[]"
|
|
5017
|
+
}
|
|
5018
|
+
}
|
|
5019
|
+
]
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"kind": "method",
|
|
5023
|
+
"name": "_hasProperties",
|
|
5024
|
+
"parameters": [
|
|
5025
|
+
{
|
|
5026
|
+
"name": "selected",
|
|
5027
|
+
"type": {
|
|
5028
|
+
"text": "Component[]"
|
|
5029
|
+
}
|
|
5030
|
+
}
|
|
5031
|
+
]
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"kind": "method",
|
|
5035
|
+
"name": "_isIdentifiable",
|
|
5036
|
+
"parameters": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "selected",
|
|
5039
|
+
"type": {
|
|
5040
|
+
"text": "Component[]"
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
]
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "method",
|
|
5047
|
+
"name": "_isClassIdentifiable",
|
|
5048
|
+
"parameters": [
|
|
5049
|
+
{
|
|
5050
|
+
"name": "selected",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"text": "Component[]"
|
|
5053
|
+
}
|
|
5054
|
+
}
|
|
5055
|
+
]
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "method",
|
|
5059
|
+
"name": "_isLine",
|
|
5060
|
+
"parameters": [
|
|
5061
|
+
{
|
|
5062
|
+
"name": "selected",
|
|
5063
|
+
"type": {
|
|
5064
|
+
"text": "Component[]"
|
|
5065
|
+
}
|
|
5066
|
+
}
|
|
5067
|
+
]
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"kind": "method",
|
|
5071
|
+
"name": "_is3dish",
|
|
5072
|
+
"parameters": [
|
|
5073
|
+
{
|
|
5074
|
+
"name": "selected",
|
|
5075
|
+
"type": {
|
|
5076
|
+
"text": "Component[]"
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
]
|
|
5080
|
+
},
|
|
5081
|
+
{
|
|
5082
|
+
"kind": "method",
|
|
5083
|
+
"name": "_getValueFromEventTarget",
|
|
5084
|
+
"parameters": [
|
|
5085
|
+
{
|
|
5086
|
+
"name": "element",
|
|
5087
|
+
"type": {
|
|
5088
|
+
"text": "HTMLElement"
|
|
5089
|
+
}
|
|
5090
|
+
}
|
|
5091
|
+
],
|
|
5092
|
+
"inheritedFrom": {
|
|
5093
|
+
"name": "AbstractProperty",
|
|
5094
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"kind": "method",
|
|
5099
|
+
"name": "_onAfterValueChange",
|
|
5100
|
+
"parameters": [
|
|
5101
|
+
{
|
|
5102
|
+
"name": "key",
|
|
5103
|
+
"type": {
|
|
5104
|
+
"text": "string"
|
|
5105
|
+
}
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"name": "value",
|
|
5109
|
+
"type": {
|
|
5110
|
+
"text": "any"
|
|
5111
|
+
}
|
|
5112
|
+
}
|
|
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
|
+
}
|
|
5126
|
+
},
|
|
5127
|
+
{
|
|
5128
|
+
"name": "property-change",
|
|
5129
|
+
"type": {
|
|
5130
|
+
"text": "CustomEvent"
|
|
5131
|
+
},
|
|
5132
|
+
"inheritedFrom": {
|
|
5133
|
+
"name": "AbstractProperty",
|
|
5134
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5135
|
+
}
|
|
5136
|
+
}
|
|
5137
|
+
],
|
|
5138
|
+
"attributes": [
|
|
5139
|
+
{
|
|
5140
|
+
"name": "value",
|
|
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",
|
|
5156
|
+
"type": {
|
|
5157
|
+
"text": "Component[]"
|
|
5158
|
+
},
|
|
5159
|
+
"default": "[]",
|
|
5160
|
+
"fieldName": "selected"
|
|
5161
|
+
}
|
|
5162
|
+
],
|
|
5163
|
+
"superclass": {
|
|
5164
|
+
"name": "AbstractProperty",
|
|
5165
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
4923
5166
|
}
|
|
4924
5167
|
}
|
|
4925
5168
|
],
|
|
4926
5169
|
"exports": [
|
|
4927
5170
|
{
|
|
4928
5171
|
"kind": "js",
|
|
4929
|
-
"name": "
|
|
5172
|
+
"name": "PropertyShapes",
|
|
4930
5173
|
"declaration": {
|
|
4931
|
-
"name": "
|
|
4932
|
-
"module": "src/modeller/property-sidebar/
|
|
5174
|
+
"name": "PropertyShapes",
|
|
5175
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
4933
5176
|
}
|
|
4934
5177
|
}
|
|
4935
5178
|
]
|
|
@@ -6252,249 +6495,6 @@
|
|
|
6252
6495
|
}
|
|
6253
6496
|
}
|
|
6254
6497
|
]
|
|
6255
|
-
},
|
|
6256
|
-
{
|
|
6257
|
-
"kind": "javascript-module",
|
|
6258
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6259
|
-
"declarations": [
|
|
6260
|
-
{
|
|
6261
|
-
"kind": "variable",
|
|
6262
|
-
"name": "BoxPaddingEditorStyles",
|
|
6263
|
-
"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`"
|
|
6264
|
-
}
|
|
6265
|
-
],
|
|
6266
|
-
"exports": [
|
|
6267
|
-
{
|
|
6268
|
-
"kind": "js",
|
|
6269
|
-
"name": "BoxPaddingEditorStyles",
|
|
6270
|
-
"declaration": {
|
|
6271
|
-
"name": "BoxPaddingEditorStyles",
|
|
6272
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6273
|
-
}
|
|
6274
|
-
}
|
|
6275
|
-
]
|
|
6276
|
-
},
|
|
6277
|
-
{
|
|
6278
|
-
"kind": "javascript-module",
|
|
6279
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6280
|
-
"declarations": [
|
|
6281
|
-
{
|
|
6282
|
-
"kind": "class",
|
|
6283
|
-
"description": "",
|
|
6284
|
-
"name": "PropertyShapes",
|
|
6285
|
-
"members": [
|
|
6286
|
-
{
|
|
6287
|
-
"kind": "field",
|
|
6288
|
-
"name": "value",
|
|
6289
|
-
"type": {
|
|
6290
|
-
"text": "Properties | undefined"
|
|
6291
|
-
},
|
|
6292
|
-
"attribute": "value"
|
|
6293
|
-
},
|
|
6294
|
-
{
|
|
6295
|
-
"kind": "field",
|
|
6296
|
-
"name": "bounds",
|
|
6297
|
-
"type": {
|
|
6298
|
-
"text": "BOUNDS | null"
|
|
6299
|
-
},
|
|
6300
|
-
"default": "null",
|
|
6301
|
-
"attribute": "bounds"
|
|
6302
|
-
},
|
|
6303
|
-
{
|
|
6304
|
-
"kind": "field",
|
|
6305
|
-
"name": "selected",
|
|
6306
|
-
"type": {
|
|
6307
|
-
"text": "Component[]"
|
|
6308
|
-
},
|
|
6309
|
-
"default": "[]",
|
|
6310
|
-
"attribute": "selected"
|
|
6311
|
-
},
|
|
6312
|
-
{
|
|
6313
|
-
"kind": "method",
|
|
6314
|
-
"name": "_onValueChange",
|
|
6315
|
-
"parameters": [
|
|
6316
|
-
{
|
|
6317
|
-
"name": "e",
|
|
6318
|
-
"type": {
|
|
6319
|
-
"text": "Event"
|
|
6320
|
-
}
|
|
6321
|
-
}
|
|
6322
|
-
],
|
|
6323
|
-
"inheritedFrom": {
|
|
6324
|
-
"name": "AbstractProperty",
|
|
6325
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
{
|
|
6329
|
-
"kind": "method",
|
|
6330
|
-
"name": "_hasTextProperty",
|
|
6331
|
-
"parameters": [
|
|
6332
|
-
{
|
|
6333
|
-
"name": "selected",
|
|
6334
|
-
"type": {
|
|
6335
|
-
"text": "Component[]"
|
|
6336
|
-
}
|
|
6337
|
-
}
|
|
6338
|
-
]
|
|
6339
|
-
},
|
|
6340
|
-
{
|
|
6341
|
-
"kind": "method",
|
|
6342
|
-
"name": "_hasProperties",
|
|
6343
|
-
"parameters": [
|
|
6344
|
-
{
|
|
6345
|
-
"name": "selected",
|
|
6346
|
-
"type": {
|
|
6347
|
-
"text": "Component[]"
|
|
6348
|
-
}
|
|
6349
|
-
}
|
|
6350
|
-
]
|
|
6351
|
-
},
|
|
6352
|
-
{
|
|
6353
|
-
"kind": "method",
|
|
6354
|
-
"name": "_isIdentifiable",
|
|
6355
|
-
"parameters": [
|
|
6356
|
-
{
|
|
6357
|
-
"name": "selected",
|
|
6358
|
-
"type": {
|
|
6359
|
-
"text": "Component[]"
|
|
6360
|
-
}
|
|
6361
|
-
}
|
|
6362
|
-
]
|
|
6363
|
-
},
|
|
6364
|
-
{
|
|
6365
|
-
"kind": "method",
|
|
6366
|
-
"name": "_isClassIdentifiable",
|
|
6367
|
-
"parameters": [
|
|
6368
|
-
{
|
|
6369
|
-
"name": "selected",
|
|
6370
|
-
"type": {
|
|
6371
|
-
"text": "Component[]"
|
|
6372
|
-
}
|
|
6373
|
-
}
|
|
6374
|
-
]
|
|
6375
|
-
},
|
|
6376
|
-
{
|
|
6377
|
-
"kind": "method",
|
|
6378
|
-
"name": "_isLine",
|
|
6379
|
-
"parameters": [
|
|
6380
|
-
{
|
|
6381
|
-
"name": "selected",
|
|
6382
|
-
"type": {
|
|
6383
|
-
"text": "Component[]"
|
|
6384
|
-
}
|
|
6385
|
-
}
|
|
6386
|
-
]
|
|
6387
|
-
},
|
|
6388
|
-
{
|
|
6389
|
-
"kind": "method",
|
|
6390
|
-
"name": "_is3dish",
|
|
6391
|
-
"parameters": [
|
|
6392
|
-
{
|
|
6393
|
-
"name": "selected",
|
|
6394
|
-
"type": {
|
|
6395
|
-
"text": "Component[]"
|
|
6396
|
-
}
|
|
6397
|
-
}
|
|
6398
|
-
]
|
|
6399
|
-
},
|
|
6400
|
-
{
|
|
6401
|
-
"kind": "method",
|
|
6402
|
-
"name": "_getValueFromEventTarget",
|
|
6403
|
-
"parameters": [
|
|
6404
|
-
{
|
|
6405
|
-
"name": "element",
|
|
6406
|
-
"type": {
|
|
6407
|
-
"text": "HTMLElement"
|
|
6408
|
-
}
|
|
6409
|
-
}
|
|
6410
|
-
],
|
|
6411
|
-
"inheritedFrom": {
|
|
6412
|
-
"name": "AbstractProperty",
|
|
6413
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6414
|
-
}
|
|
6415
|
-
},
|
|
6416
|
-
{
|
|
6417
|
-
"kind": "method",
|
|
6418
|
-
"name": "_onAfterValueChange",
|
|
6419
|
-
"parameters": [
|
|
6420
|
-
{
|
|
6421
|
-
"name": "key",
|
|
6422
|
-
"type": {
|
|
6423
|
-
"text": "string"
|
|
6424
|
-
}
|
|
6425
|
-
},
|
|
6426
|
-
{
|
|
6427
|
-
"name": "value",
|
|
6428
|
-
"type": {
|
|
6429
|
-
"text": "any"
|
|
6430
|
-
}
|
|
6431
|
-
}
|
|
6432
|
-
],
|
|
6433
|
-
"inheritedFrom": {
|
|
6434
|
-
"name": "AbstractProperty",
|
|
6435
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6436
|
-
}
|
|
6437
|
-
}
|
|
6438
|
-
],
|
|
6439
|
-
"events": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "bounds-change",
|
|
6442
|
-
"type": {
|
|
6443
|
-
"text": "CustomEvent"
|
|
6444
|
-
}
|
|
6445
|
-
},
|
|
6446
|
-
{
|
|
6447
|
-
"name": "property-change",
|
|
6448
|
-
"type": {
|
|
6449
|
-
"text": "CustomEvent"
|
|
6450
|
-
},
|
|
6451
|
-
"inheritedFrom": {
|
|
6452
|
-
"name": "AbstractProperty",
|
|
6453
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6454
|
-
}
|
|
6455
|
-
}
|
|
6456
|
-
],
|
|
6457
|
-
"attributes": [
|
|
6458
|
-
{
|
|
6459
|
-
"name": "value",
|
|
6460
|
-
"type": {
|
|
6461
|
-
"text": "Properties | undefined"
|
|
6462
|
-
},
|
|
6463
|
-
"fieldName": "value"
|
|
6464
|
-
},
|
|
6465
|
-
{
|
|
6466
|
-
"name": "bounds",
|
|
6467
|
-
"type": {
|
|
6468
|
-
"text": "BOUNDS | null"
|
|
6469
|
-
},
|
|
6470
|
-
"default": "null",
|
|
6471
|
-
"fieldName": "bounds"
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"name": "selected",
|
|
6475
|
-
"type": {
|
|
6476
|
-
"text": "Component[]"
|
|
6477
|
-
},
|
|
6478
|
-
"default": "[]",
|
|
6479
|
-
"fieldName": "selected"
|
|
6480
|
-
}
|
|
6481
|
-
],
|
|
6482
|
-
"superclass": {
|
|
6483
|
-
"name": "AbstractProperty",
|
|
6484
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6485
|
-
}
|
|
6486
|
-
}
|
|
6487
|
-
],
|
|
6488
|
-
"exports": [
|
|
6489
|
-
{
|
|
6490
|
-
"kind": "js",
|
|
6491
|
-
"name": "PropertyShapes",
|
|
6492
|
-
"declaration": {
|
|
6493
|
-
"name": "PropertyShapes",
|
|
6494
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6495
|
-
}
|
|
6496
|
-
}
|
|
6497
|
-
]
|
|
6498
6498
|
}
|
|
6499
6499
|
]
|
|
6500
6500
|
}
|