@fmsim/board 1.0.35 → 1.0.38
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/.storybook/main.ts +58 -0
- package/.storybook/preview.ts +15 -0
- package/custom-elements.json +1947 -874
- package/dist/src/component/index.d.ts +3 -1
- package/dist/src/component/index.js +3 -1
- package/dist/src/component/index.js.map +1 -1
- package/dist/src/component/restful-attachment-creation-card.d.ts +18 -0
- package/dist/src/component/restful-attachment-creation-card.js +264 -0
- package/dist/src/component/restful-attachment-creation-card.js.map +1 -0
- package/dist/src/component/restful-attachment-selector.d.ts +36 -0
- package/dist/src/component/restful-attachment-selector.js +663 -0
- package/dist/src/component/restful-attachment-selector.js.map +1 -0
- package/dist/src/component/restful-file-selector.d.ts +14 -0
- package/dist/src/component/restful-file-selector.js +181 -0
- package/dist/src/component/restful-file-selector.js.map +1 -0
- package/dist/src/component/restful-input-attachment-selector.d.ts +16 -0
- package/dist/src/component/restful-input-attachment-selector.js +110 -0
- package/dist/src/component/restful-input-attachment-selector.js.map +1 -0
- package/dist/src/component/restful-input-fill-style.d.ts +45 -0
- package/dist/src/component/restful-input-fill-style.js +344 -0
- package/dist/src/component/restful-input-fill-style.js.map +1 -0
- package/dist/src/component/restrul-input-background-pattern.d.ts +35 -0
- package/dist/src/component/restrul-input-background-pattern.js +183 -0
- package/dist/src/component/restrul-input-background-pattern.js.map +1 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.d.ts +1 -0
- package/dist/src/modeller/property-sidebar/styles/styles.js +5 -1
- package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
- package/dist/stories/restful-attachment-selector.stories.d.ts +30 -0
- package/dist/stories/restful-attachment-selector.stories.js +104 -0
- package/dist/stories/restful-attachment-selector.stories.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/icons/attachment/btn-copy-link-hover.svg +4 -0
- package/icons/attachment/btn-copy-link.svg +4 -0
- package/icons/attachment/btn-delete-hover.svg +4 -0
- package/icons/attachment/btn-delete.svg +4 -0
- package/icons/attachment/btn-download-hover.svg +4 -0
- package/icons/attachment/btn-download.svg +4 -0
- package/icons/attachment/btn-zoom-hover.svg +4 -0
- package/icons/attachment/btn-zoom.svg +4 -0
- package/icons/attachment/file.svg +3 -0
- package/icons/board/btn-add-board.svg +5 -0
- package/icons/board/btn-add-list.svg +5 -0
- package/icons/board/btn-close-dropbox.svg +3 -0
- package/icons/board/btn-edit-hover.svg +4 -0
- package/icons/board/btn-edit.svg +4 -0
- package/icons/board/btn-favorite-hover-on.svg +4 -0
- package/icons/board/btn-favorite-hover.svg +4 -0
- package/icons/board/btn-favorite-on.svg +4 -0
- package/icons/board/btn-favorite.svg +4 -0
- package/icons/board/btn-info-hover.svg +3 -0
- package/icons/board/btn-info.svg +3 -0
- package/icons/board/btn-open-dropbox.svg +3 -0
- package/icons/board/btn-users.svg +4 -0
- package/icons/board/favorite_black.svg +1 -0
- package/icons/group-bar/btn-add-list.png +0 -0
- package/icons/group-bar/btn-close-dropbox.png +0 -0
- package/icons/group-bar/btn-edit.png +0 -0
- package/icons/group-bar/btn-open-dropbox-color.png +0 -0
- package/icons/group-bar/btn-search-name.png +0 -0
- package/package.json +11 -7
- package/stories/restful-attachment-selector.stories.ts +113 -0
- package/.storybook/main.js +0 -3
- package/dist/stories/index.stories.d.ts +0 -33
- package/dist/stories/index.stories.js +0 -33
- package/dist/stories/index.stories.js.map +0 -1
- package/stories/index.stories.ts +0 -52
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,91 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/restful-attachment-selector.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "meta",
|
|
12
|
+
"default": "{ title: 'Components/RestfulAttachmentSelector', component: 'restful-attachment-selector', argTypes: { category: { control: 'select', options: ['', 'audio', 'video', 'image', 'text', 'application'], description: '첨부파일 카테고리' }, creatable: { control: 'boolean', description: '파일 업로드 가능 여부' }, userName: { control: 'text', description: '사용자 이름' } }, parameters: { layout: 'centered' } } satisfies Meta"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"kind": "variable",
|
|
16
|
+
"name": "Default",
|
|
17
|
+
"type": {
|
|
18
|
+
"text": "Story"
|
|
19
|
+
},
|
|
20
|
+
"default": "{ render: args => html` <restful-attachment-selector .category=${args.category} .creatable=${args.creatable} .userName=${args.userName} style=\"width: 800px; height: 600px;\" ></restful-attachment-selector> `, args: { category: '', creatable: true, userName: 'testUser' } }"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"kind": "variable",
|
|
24
|
+
"name": "WithCategory",
|
|
25
|
+
"type": {
|
|
26
|
+
"text": "Story"
|
|
27
|
+
},
|
|
28
|
+
"default": "{ ...Default, args: { ...Default.args, category: 'document' } }"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"kind": "variable",
|
|
32
|
+
"name": "ReadOnly",
|
|
33
|
+
"type": {
|
|
34
|
+
"text": "Story"
|
|
35
|
+
},
|
|
36
|
+
"default": "{ ...Default, args: { ...Default.args, creatable: false } }"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"kind": "variable",
|
|
40
|
+
"name": "WithTestData",
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "Story"
|
|
43
|
+
},
|
|
44
|
+
"default": "{ ...Default, args: { ...Default.args, category: 'document' }, play: async ({ canvasElement }) => { const selector = canvasElement.querySelector('restful-attachment-selector') as RestfulAttachmentSelector if (selector) { // 테스트 데이터 주입 selector.attachments = [ { id: 'test-1', name: 'test1.txt', description: 'Test file 1', mimetype: 'text/plain', encoding: '7bit', category: 'document', path: 'test1.txt', bulk: '27', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test1.txt', download: 'http://localhost:16060/mcs/lv/downloadFile/test1.txt' }, { id: 'test-2', name: 'test2.jpg', description: 'Test image', mimetype: 'image/jpeg', encoding: '7bit', category: 'image', path: 'test2.jpg', bulk: '1024', createdAt: new Date().toISOString(), updatedAt: new Date().toISOString(), creatorId: 'testUser', updaterId: 'testUser', fullpath: 'http://localhost:16060/mcs/lv/images/test2.jpg', download: 'http://localhost:16060/mcs/lv/downloadFile/test2.jpg' } ] } } }"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"exports": [
|
|
48
|
+
{
|
|
49
|
+
"kind": "js",
|
|
50
|
+
"name": "default",
|
|
51
|
+
"declaration": {
|
|
52
|
+
"name": "meta",
|
|
53
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"kind": "js",
|
|
58
|
+
"name": "Default",
|
|
59
|
+
"declaration": {
|
|
60
|
+
"name": "Default",
|
|
61
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"kind": "js",
|
|
66
|
+
"name": "WithCategory",
|
|
67
|
+
"declaration": {
|
|
68
|
+
"name": "WithCategory",
|
|
69
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "js",
|
|
74
|
+
"name": "ReadOnly",
|
|
75
|
+
"declaration": {
|
|
76
|
+
"name": "ReadOnly",
|
|
77
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"kind": "js",
|
|
82
|
+
"name": "WithTestData",
|
|
83
|
+
"declaration": {
|
|
84
|
+
"name": "WithTestData",
|
|
85
|
+
"module": "stories/restful-attachment-selector.stories.ts"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
5
90
|
{
|
|
6
91
|
"kind": "javascript-module",
|
|
7
92
|
"path": "src/index.ts",
|
|
@@ -54,6 +139,14 @@
|
|
|
54
139
|
"name": "*",
|
|
55
140
|
"package": "./ox-board-list.js"
|
|
56
141
|
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "js",
|
|
145
|
+
"name": "*",
|
|
146
|
+
"declaration": {
|
|
147
|
+
"name": "*",
|
|
148
|
+
"package": "./component/index.js"
|
|
149
|
+
}
|
|
57
150
|
}
|
|
58
151
|
]
|
|
59
152
|
},
|
|
@@ -1619,69 +1712,6 @@
|
|
|
1619
1712
|
"declarations": [],
|
|
1620
1713
|
"exports": []
|
|
1621
1714
|
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "javascript-module",
|
|
1624
|
-
"path": "stories/index.stories.ts",
|
|
1625
|
-
"declarations": [
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "variable",
|
|
1628
|
-
"name": "Regular"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "variable",
|
|
1632
|
-
"name": "CustomTitle"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "variable",
|
|
1636
|
-
"name": "CustomCounter"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"kind": "variable",
|
|
1640
|
-
"name": "SlottedContent"
|
|
1641
|
-
}
|
|
1642
|
-
],
|
|
1643
|
-
"exports": [
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "js",
|
|
1646
|
-
"name": "default",
|
|
1647
|
-
"declaration": {
|
|
1648
|
-
"module": "stories/index.stories.ts"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "js",
|
|
1653
|
-
"name": "Regular",
|
|
1654
|
-
"declaration": {
|
|
1655
|
-
"name": "Regular",
|
|
1656
|
-
"module": "stories/index.stories.ts"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "js",
|
|
1661
|
-
"name": "CustomTitle",
|
|
1662
|
-
"declaration": {
|
|
1663
|
-
"name": "CustomTitle",
|
|
1664
|
-
"module": "stories/index.stories.ts"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "js",
|
|
1669
|
-
"name": "CustomCounter",
|
|
1670
|
-
"declaration": {
|
|
1671
|
-
"name": "CustomCounter",
|
|
1672
|
-
"module": "stories/index.stories.ts"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "js",
|
|
1677
|
-
"name": "SlottedContent",
|
|
1678
|
-
"declaration": {
|
|
1679
|
-
"name": "SlottedContent",
|
|
1680
|
-
"module": "stories/index.stories.ts"
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
1715
|
{
|
|
1686
1716
|
"kind": "javascript-module",
|
|
1687
1717
|
"path": "src/component/etc.ts",
|
|
@@ -1716,7 +1746,23 @@
|
|
|
1716
1746
|
"name": "*",
|
|
1717
1747
|
"declaration": {
|
|
1718
1748
|
"name": "*",
|
|
1719
|
-
"package": "./
|
|
1749
|
+
"package": "./restful-attachment-selector.js"
|
|
1750
|
+
}
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "js",
|
|
1754
|
+
"name": "*",
|
|
1755
|
+
"declaration": {
|
|
1756
|
+
"name": "*",
|
|
1757
|
+
"package": "./etc.js"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "js",
|
|
1762
|
+
"name": "*",
|
|
1763
|
+
"declaration": {
|
|
1764
|
+
"name": "*",
|
|
1765
|
+
"package": "./restful-input-fill-style.js"
|
|
1720
1766
|
}
|
|
1721
1767
|
}
|
|
1722
1768
|
]
|
|
@@ -1743,101 +1789,1128 @@
|
|
|
1743
1789
|
},
|
|
1744
1790
|
{
|
|
1745
1791
|
"kind": "javascript-module",
|
|
1746
|
-
"path": "src/
|
|
1792
|
+
"path": "src/component/restful-attachment-creation-card.ts",
|
|
1747
1793
|
"declarations": [
|
|
1748
1794
|
{
|
|
1749
1795
|
"kind": "class",
|
|
1750
1796
|
"description": "",
|
|
1751
|
-
"name": "
|
|
1797
|
+
"name": "RestfulAttachmentCreationCard",
|
|
1752
1798
|
"members": [
|
|
1753
1799
|
{
|
|
1754
1800
|
"kind": "field",
|
|
1755
|
-
"name": "
|
|
1801
|
+
"name": "defaultCategory",
|
|
1756
1802
|
"type": {
|
|
1757
|
-
"text": "string"
|
|
1803
|
+
"text": "string | undefined"
|
|
1758
1804
|
},
|
|
1759
|
-
"
|
|
1760
|
-
"default": "id"
|
|
1805
|
+
"attribute": "defaultCategory"
|
|
1761
1806
|
},
|
|
1762
1807
|
{
|
|
1763
|
-
"kind": "
|
|
1764
|
-
"name": "
|
|
1765
|
-
"
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1808
|
+
"kind": "field",
|
|
1809
|
+
"name": "categories",
|
|
1810
|
+
"type": {
|
|
1811
|
+
"text": "string[]"
|
|
1812
|
+
},
|
|
1813
|
+
"default": "[]",
|
|
1814
|
+
"attribute": "categories"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "field",
|
|
1818
|
+
"name": "_files",
|
|
1819
|
+
"type": {
|
|
1820
|
+
"text": "any[]"
|
|
1821
|
+
},
|
|
1822
|
+
"default": "[]",
|
|
1823
|
+
"attribute": "_files"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "field",
|
|
1827
|
+
"name": "_currentCategory",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"text": "string | undefined"
|
|
1770
1830
|
},
|
|
1831
|
+
"attribute": "_currentCategory"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "field",
|
|
1835
|
+
"name": "fileId",
|
|
1836
|
+
"type": {
|
|
1837
|
+
"text": "string | undefined"
|
|
1838
|
+
},
|
|
1839
|
+
"attribute": "fileId"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"kind": "method",
|
|
1843
|
+
"name": "onClickFlip",
|
|
1771
1844
|
"parameters": [
|
|
1772
1845
|
{
|
|
1773
|
-
"name": "
|
|
1846
|
+
"name": "e",
|
|
1774
1847
|
"type": {
|
|
1775
|
-
"text": "
|
|
1848
|
+
"text": "Event"
|
|
1776
1849
|
}
|
|
1777
1850
|
}
|
|
1778
1851
|
]
|
|
1779
1852
|
},
|
|
1780
1853
|
{
|
|
1781
1854
|
"kind": "method",
|
|
1782
|
-
"name": "
|
|
1783
|
-
"privacy": "public",
|
|
1784
|
-
"return": {
|
|
1785
|
-
"type": {
|
|
1786
|
-
"text": "Promise<void>"
|
|
1787
|
-
}
|
|
1788
|
-
},
|
|
1855
|
+
"name": "onClickSubmit",
|
|
1789
1856
|
"parameters": [
|
|
1790
1857
|
{
|
|
1791
|
-
"name": "
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "Component"
|
|
1794
|
-
}
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"name": "value",
|
|
1858
|
+
"name": "e",
|
|
1798
1859
|
"type": {
|
|
1799
|
-
"text": "
|
|
1860
|
+
"text": "Event"
|
|
1800
1861
|
}
|
|
1801
1862
|
}
|
|
1802
1863
|
]
|
|
1803
1864
|
},
|
|
1804
1865
|
{
|
|
1805
1866
|
"kind": "method",
|
|
1806
|
-
"name": "
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1867
|
+
"name": "reset"
|
|
1868
|
+
}
|
|
1869
|
+
],
|
|
1870
|
+
"events": [
|
|
1871
|
+
{
|
|
1872
|
+
"name": "create-attachment",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "CustomEvent"
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"attributes": [
|
|
1879
|
+
{
|
|
1880
|
+
"name": "defaultCategory",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "string | undefined"
|
|
1812
1883
|
},
|
|
1813
|
-
"
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
]
|
|
1884
|
+
"fieldName": "defaultCategory"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "categories",
|
|
1888
|
+
"type": {
|
|
1889
|
+
"text": "string[]"
|
|
1890
|
+
},
|
|
1891
|
+
"default": "[]",
|
|
1892
|
+
"fieldName": "categories"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "_files",
|
|
1896
|
+
"type": {
|
|
1897
|
+
"text": "any[]"
|
|
1898
|
+
},
|
|
1899
|
+
"default": "[]",
|
|
1900
|
+
"fieldName": "_files"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "_currentCategory",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "string | undefined"
|
|
1906
|
+
},
|
|
1907
|
+
"fieldName": "_currentCategory"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "fileId",
|
|
1911
|
+
"type": {
|
|
1912
|
+
"text": "string | undefined"
|
|
1913
|
+
},
|
|
1914
|
+
"fieldName": "fileId"
|
|
1821
1915
|
}
|
|
1822
|
-
]
|
|
1916
|
+
],
|
|
1917
|
+
"mixins": [
|
|
1918
|
+
{
|
|
1919
|
+
"name": "localize(i18next)",
|
|
1920
|
+
"module": "src/component/restful-attachment-creation-card.ts"
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"superclass": {
|
|
1924
|
+
"name": "LitElement",
|
|
1925
|
+
"package": "lit"
|
|
1926
|
+
},
|
|
1927
|
+
"tagName": "restful-attachment-creation-card",
|
|
1928
|
+
"customElement": true
|
|
1823
1929
|
}
|
|
1824
1930
|
],
|
|
1825
1931
|
"exports": [
|
|
1826
1932
|
{
|
|
1827
1933
|
"kind": "js",
|
|
1828
|
-
"name": "
|
|
1934
|
+
"name": "RestfulAttachmentCreationCard",
|
|
1829
1935
|
"declaration": {
|
|
1830
|
-
"name": "
|
|
1831
|
-
"module": "src/
|
|
1936
|
+
"name": "RestfulAttachmentCreationCard",
|
|
1937
|
+
"module": "src/component/restful-attachment-creation-card.ts"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"kind": "custom-element-definition",
|
|
1942
|
+
"name": "restful-attachment-creation-card",
|
|
1943
|
+
"declaration": {
|
|
1944
|
+
"name": "RestfulAttachmentCreationCard",
|
|
1945
|
+
"module": "src/component/restful-attachment-creation-card.ts"
|
|
1832
1946
|
}
|
|
1833
1947
|
}
|
|
1834
1948
|
]
|
|
1835
1949
|
},
|
|
1836
1950
|
{
|
|
1837
1951
|
"kind": "javascript-module",
|
|
1838
|
-
"path": "src/
|
|
1839
|
-
"declarations": [
|
|
1840
|
-
|
|
1952
|
+
"path": "src/component/restful-attachment-selector.ts",
|
|
1953
|
+
"declarations": [
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "class",
|
|
1956
|
+
"description": "",
|
|
1957
|
+
"name": "RestfulAttachmentSelector",
|
|
1958
|
+
"members": [
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "field",
|
|
1961
|
+
"name": "categories",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "string[]"
|
|
1964
|
+
},
|
|
1965
|
+
"default": "['audio', 'video', 'image', 'text', 'application']",
|
|
1966
|
+
"attribute": "categories"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "field",
|
|
1970
|
+
"name": "attachments",
|
|
1971
|
+
"type": {
|
|
1972
|
+
"text": "any[]"
|
|
1973
|
+
},
|
|
1974
|
+
"default": "[]",
|
|
1975
|
+
"attribute": "attachments"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"kind": "field",
|
|
1979
|
+
"name": "category",
|
|
1980
|
+
"type": {
|
|
1981
|
+
"text": "string | undefined"
|
|
1982
|
+
},
|
|
1983
|
+
"attribute": "category"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"kind": "field",
|
|
1987
|
+
"name": "_page",
|
|
1988
|
+
"type": {
|
|
1989
|
+
"text": "number"
|
|
1990
|
+
},
|
|
1991
|
+
"default": "1",
|
|
1992
|
+
"attribute": "_page"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"kind": "field",
|
|
1996
|
+
"name": "_total",
|
|
1997
|
+
"type": {
|
|
1998
|
+
"text": "number"
|
|
1999
|
+
},
|
|
2000
|
+
"default": "0",
|
|
2001
|
+
"attribute": "_total"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "field",
|
|
2005
|
+
"name": "creatable",
|
|
2006
|
+
"type": {
|
|
2007
|
+
"text": "boolean | undefined"
|
|
2008
|
+
},
|
|
2009
|
+
"attribute": "creatable"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"kind": "field",
|
|
2013
|
+
"name": "selectBoxToggle",
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "string | null | undefined"
|
|
2016
|
+
},
|
|
2017
|
+
"attribute": "selectBoxToggle"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"kind": "field",
|
|
2021
|
+
"name": "btnDropBoxIcon",
|
|
2022
|
+
"type": {
|
|
2023
|
+
"text": "string"
|
|
2024
|
+
},
|
|
2025
|
+
"default": "'btn-open-dropbox'",
|
|
2026
|
+
"attribute": "btnDropBoxIcon"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "field",
|
|
2030
|
+
"name": "userName",
|
|
2031
|
+
"type": {
|
|
2032
|
+
"text": "string | undefined"
|
|
2033
|
+
},
|
|
2034
|
+
"attribute": "userName"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"kind": "field",
|
|
2038
|
+
"name": "main",
|
|
2039
|
+
"type": {
|
|
2040
|
+
"text": "HTMLDivElement"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"kind": "field",
|
|
2045
|
+
"name": "creationCard",
|
|
2046
|
+
"type": {
|
|
2047
|
+
"text": "RestfulAttachmentCreationCard"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"kind": "method",
|
|
2052
|
+
"name": "toggleSelectBox"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"kind": "method",
|
|
2056
|
+
"name": "onClickSelect",
|
|
2057
|
+
"parameters": [
|
|
2058
|
+
{
|
|
2059
|
+
"name": "attachment",
|
|
2060
|
+
"type": {
|
|
2061
|
+
"text": "any"
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
]
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "method",
|
|
2068
|
+
"name": "onAttachmentDropped",
|
|
2069
|
+
"parameters": [
|
|
2070
|
+
{
|
|
2071
|
+
"name": "e",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "Event"
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "method",
|
|
2080
|
+
"name": "onCreateAttachment",
|
|
2081
|
+
"parameters": [
|
|
2082
|
+
{
|
|
2083
|
+
"name": "e",
|
|
2084
|
+
"type": {
|
|
2085
|
+
"text": "Event"
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"kind": "method",
|
|
2092
|
+
"name": "onDeleteAttachment",
|
|
2093
|
+
"parameters": [
|
|
2094
|
+
{
|
|
2095
|
+
"name": "id",
|
|
2096
|
+
"type": {
|
|
2097
|
+
"text": "string"
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
]
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"kind": "method",
|
|
2104
|
+
"name": "refreshAttachments"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "method",
|
|
2108
|
+
"name": "appendAttachments"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"kind": "method",
|
|
2112
|
+
"name": "getAttachments",
|
|
2113
|
+
"parameters": [
|
|
2114
|
+
{
|
|
2115
|
+
"name": "{ page = 1, limit = 1000 }",
|
|
2116
|
+
"default": "{}"
|
|
2117
|
+
}
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "createAttachments",
|
|
2123
|
+
"parameters": [
|
|
2124
|
+
{
|
|
2125
|
+
"name": "category",
|
|
2126
|
+
"type": {
|
|
2127
|
+
"text": "string"
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "files",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"text": "any[]"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "fileId",
|
|
2138
|
+
"optional": true,
|
|
2139
|
+
"type": {
|
|
2140
|
+
"text": "string"
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "method",
|
|
2147
|
+
"name": "deleteAttachment",
|
|
2148
|
+
"parameters": [
|
|
2149
|
+
{
|
|
2150
|
+
"name": "id",
|
|
2151
|
+
"type": {
|
|
2152
|
+
"text": "string"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "method",
|
|
2159
|
+
"name": "copy",
|
|
2160
|
+
"parameters": [
|
|
2161
|
+
{
|
|
2162
|
+
"name": "copied",
|
|
2163
|
+
"type": {
|
|
2164
|
+
"text": "any"
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
]
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2170
|
+
"events": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "attachment-selected",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "CustomEvent"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2178
|
+
"attributes": [
|
|
2179
|
+
{
|
|
2180
|
+
"name": "categories",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "string[]"
|
|
2183
|
+
},
|
|
2184
|
+
"default": "['audio', 'video', 'image', 'text', 'application']",
|
|
2185
|
+
"fieldName": "categories"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "attachments",
|
|
2189
|
+
"type": {
|
|
2190
|
+
"text": "any[]"
|
|
2191
|
+
},
|
|
2192
|
+
"default": "[]",
|
|
2193
|
+
"fieldName": "attachments"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "category",
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "string | undefined"
|
|
2199
|
+
},
|
|
2200
|
+
"fieldName": "category"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"name": "_page",
|
|
2204
|
+
"type": {
|
|
2205
|
+
"text": "number"
|
|
2206
|
+
},
|
|
2207
|
+
"default": "1",
|
|
2208
|
+
"fieldName": "_page"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "_total",
|
|
2212
|
+
"type": {
|
|
2213
|
+
"text": "number"
|
|
2214
|
+
},
|
|
2215
|
+
"default": "0",
|
|
2216
|
+
"fieldName": "_total"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "creatable",
|
|
2220
|
+
"type": {
|
|
2221
|
+
"text": "boolean | undefined"
|
|
2222
|
+
},
|
|
2223
|
+
"fieldName": "creatable"
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "selectBoxToggle",
|
|
2227
|
+
"type": {
|
|
2228
|
+
"text": "string | null | undefined"
|
|
2229
|
+
},
|
|
2230
|
+
"fieldName": "selectBoxToggle"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "btnDropBoxIcon",
|
|
2234
|
+
"type": {
|
|
2235
|
+
"text": "string"
|
|
2236
|
+
},
|
|
2237
|
+
"default": "'btn-open-dropbox'",
|
|
2238
|
+
"fieldName": "btnDropBoxIcon"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"name": "userName",
|
|
2242
|
+
"type": {
|
|
2243
|
+
"text": "string | undefined"
|
|
2244
|
+
},
|
|
2245
|
+
"fieldName": "userName"
|
|
2246
|
+
}
|
|
2247
|
+
],
|
|
2248
|
+
"mixins": [
|
|
2249
|
+
{
|
|
2250
|
+
"name": "localize(i18next)",
|
|
2251
|
+
"module": "src/component/restful-attachment-selector.ts"
|
|
2252
|
+
}
|
|
2253
|
+
],
|
|
2254
|
+
"superclass": {
|
|
2255
|
+
"name": "LitElement",
|
|
2256
|
+
"package": "lit"
|
|
2257
|
+
},
|
|
2258
|
+
"tagName": "restful-attachment-selector",
|
|
2259
|
+
"customElement": true
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
"exports": [
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "js",
|
|
2265
|
+
"name": "RestfulAttachmentSelector",
|
|
2266
|
+
"declaration": {
|
|
2267
|
+
"name": "RestfulAttachmentSelector",
|
|
2268
|
+
"module": "src/component/restful-attachment-selector.ts"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "custom-element-definition",
|
|
2273
|
+
"name": "restful-attachment-selector",
|
|
2274
|
+
"declaration": {
|
|
2275
|
+
"name": "RestfulAttachmentSelector",
|
|
2276
|
+
"module": "src/component/restful-attachment-selector.ts"
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "javascript-module",
|
|
2283
|
+
"path": "src/component/restful-file-selector.ts",
|
|
2284
|
+
"declarations": [
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "class",
|
|
2287
|
+
"description": "",
|
|
2288
|
+
"name": "RestfulFileSelector",
|
|
2289
|
+
"members": [
|
|
2290
|
+
{
|
|
2291
|
+
"kind": "field",
|
|
2292
|
+
"name": "label",
|
|
2293
|
+
"type": {
|
|
2294
|
+
"text": "string"
|
|
2295
|
+
},
|
|
2296
|
+
"default": "'select file'",
|
|
2297
|
+
"attribute": "label"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"kind": "field",
|
|
2301
|
+
"name": "accept",
|
|
2302
|
+
"type": {
|
|
2303
|
+
"text": "string | undefined"
|
|
2304
|
+
},
|
|
2305
|
+
"attribute": "accept"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"kind": "field",
|
|
2309
|
+
"name": "showFilename",
|
|
2310
|
+
"type": {
|
|
2311
|
+
"text": "boolean | undefined"
|
|
2312
|
+
},
|
|
2313
|
+
"attribute": "show-filename"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "field",
|
|
2317
|
+
"name": "multiple",
|
|
2318
|
+
"type": {
|
|
2319
|
+
"text": "boolean"
|
|
2320
|
+
},
|
|
2321
|
+
"default": "false",
|
|
2322
|
+
"attribute": "multiple"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "field",
|
|
2326
|
+
"name": "_files",
|
|
2327
|
+
"type": {
|
|
2328
|
+
"text": "any[]"
|
|
2329
|
+
},
|
|
2330
|
+
"default": "[]",
|
|
2331
|
+
"attribute": "_files"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"kind": "field",
|
|
2335
|
+
"name": "fileInput",
|
|
2336
|
+
"type": {
|
|
2337
|
+
"text": "HTMLInputElement"
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "method",
|
|
2342
|
+
"name": "getUUID"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"kind": "method",
|
|
2346
|
+
"name": "onFileChange",
|
|
2347
|
+
"parameters": [
|
|
2348
|
+
{
|
|
2349
|
+
"name": "e",
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "Event"
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
]
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "method",
|
|
2358
|
+
"name": "onImageFileChanged",
|
|
2359
|
+
"parameters": [
|
|
2360
|
+
{
|
|
2361
|
+
"name": "e",
|
|
2362
|
+
"type": {
|
|
2363
|
+
"text": "Event"
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
]
|
|
2367
|
+
}
|
|
2368
|
+
],
|
|
2369
|
+
"attributes": [
|
|
2370
|
+
{
|
|
2371
|
+
"name": "label",
|
|
2372
|
+
"type": {
|
|
2373
|
+
"text": "string"
|
|
2374
|
+
},
|
|
2375
|
+
"default": "'select file'",
|
|
2376
|
+
"fieldName": "label"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"name": "accept",
|
|
2380
|
+
"type": {
|
|
2381
|
+
"text": "string | undefined"
|
|
2382
|
+
},
|
|
2383
|
+
"fieldName": "accept"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "show-filename",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "boolean | undefined"
|
|
2389
|
+
},
|
|
2390
|
+
"fieldName": "showFilename"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"name": "multiple",
|
|
2394
|
+
"type": {
|
|
2395
|
+
"text": "boolean"
|
|
2396
|
+
},
|
|
2397
|
+
"default": "false",
|
|
2398
|
+
"fieldName": "multiple"
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "_files",
|
|
2402
|
+
"type": {
|
|
2403
|
+
"text": "any[]"
|
|
2404
|
+
},
|
|
2405
|
+
"default": "[]",
|
|
2406
|
+
"fieldName": "_files"
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
2409
|
+
"superclass": {
|
|
2410
|
+
"name": "LitElement",
|
|
2411
|
+
"package": "lit"
|
|
2412
|
+
},
|
|
2413
|
+
"tagName": "restful-file-selector",
|
|
2414
|
+
"customElement": true
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"exports": [
|
|
2418
|
+
{
|
|
2419
|
+
"kind": "js",
|
|
2420
|
+
"name": "RestfulFileSelector",
|
|
2421
|
+
"declaration": {
|
|
2422
|
+
"name": "RestfulFileSelector",
|
|
2423
|
+
"module": "src/component/restful-file-selector.ts"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "custom-element-definition",
|
|
2428
|
+
"name": "restful-file-selector",
|
|
2429
|
+
"declaration": {
|
|
2430
|
+
"name": "RestfulFileSelector",
|
|
2431
|
+
"module": "src/component/restful-file-selector.ts"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
]
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"kind": "javascript-module",
|
|
2438
|
+
"path": "src/component/restful-input-attachment-selector.ts",
|
|
2439
|
+
"declarations": [
|
|
2440
|
+
{
|
|
2441
|
+
"kind": "class",
|
|
2442
|
+
"description": "",
|
|
2443
|
+
"name": "RestfulInputAttachmentSelector",
|
|
2444
|
+
"members": [
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "field",
|
|
2447
|
+
"name": "value",
|
|
2448
|
+
"type": {
|
|
2449
|
+
"text": "string"
|
|
2450
|
+
},
|
|
2451
|
+
"default": "''",
|
|
2452
|
+
"attribute": "value"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "field",
|
|
2456
|
+
"name": "popup",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "PopupHandle | undefined"
|
|
2459
|
+
},
|
|
2460
|
+
"privacy": "private"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "method",
|
|
2464
|
+
"name": "getIconByCategory"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "method",
|
|
2468
|
+
"name": "_onInputChanged",
|
|
2469
|
+
"parameters": [
|
|
2470
|
+
{
|
|
2471
|
+
"name": "e",
|
|
2472
|
+
"type": {
|
|
2473
|
+
"text": "KeyboardEvent"
|
|
2474
|
+
}
|
|
2475
|
+
}
|
|
2476
|
+
]
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "method",
|
|
2480
|
+
"name": "openSelector"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"events": [
|
|
2484
|
+
{
|
|
2485
|
+
"name": "change",
|
|
2486
|
+
"type": {
|
|
2487
|
+
"text": "CustomEvent"
|
|
2488
|
+
}
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"attributes": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "value",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "string"
|
|
2496
|
+
},
|
|
2497
|
+
"default": "''",
|
|
2498
|
+
"fieldName": "value"
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "properties",
|
|
2502
|
+
"type": {
|
|
2503
|
+
"text": "any"
|
|
2504
|
+
},
|
|
2505
|
+
"fieldName": "properties"
|
|
2506
|
+
}
|
|
2507
|
+
],
|
|
2508
|
+
"superclass": {
|
|
2509
|
+
"name": "LitElement",
|
|
2510
|
+
"package": "lit"
|
|
2511
|
+
},
|
|
2512
|
+
"tagName": "restful-input-attachment-selector",
|
|
2513
|
+
"customElement": true
|
|
2514
|
+
}
|
|
2515
|
+
],
|
|
2516
|
+
"exports": [
|
|
2517
|
+
{
|
|
2518
|
+
"kind": "js",
|
|
2519
|
+
"name": "RestfulInputAttachmentSelector",
|
|
2520
|
+
"declaration": {
|
|
2521
|
+
"name": "RestfulInputAttachmentSelector",
|
|
2522
|
+
"module": "src/component/restful-input-attachment-selector.ts"
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "custom-element-definition",
|
|
2527
|
+
"name": "restful-input-attachment-selector",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "RestfulInputAttachmentSelector",
|
|
2530
|
+
"module": "src/component/restful-input-attachment-selector.ts"
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
]
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"kind": "javascript-module",
|
|
2537
|
+
"path": "src/component/restful-input-fill-style.ts",
|
|
2538
|
+
"declarations": [
|
|
2539
|
+
{
|
|
2540
|
+
"kind": "class",
|
|
2541
|
+
"description": "",
|
|
2542
|
+
"name": "RestfulInputColorStyle",
|
|
2543
|
+
"members": [
|
|
2544
|
+
{
|
|
2545
|
+
"kind": "field",
|
|
2546
|
+
"name": "value",
|
|
2547
|
+
"type": {
|
|
2548
|
+
"text": "FillStyle | undefined"
|
|
2549
|
+
},
|
|
2550
|
+
"attribute": "value"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"kind": "field",
|
|
2554
|
+
"name": "fillType",
|
|
2555
|
+
"type": {
|
|
2556
|
+
"text": "string | undefined"
|
|
2557
|
+
},
|
|
2558
|
+
"attribute": "fillType"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"kind": "field",
|
|
2562
|
+
"name": "solid",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "string | undefined"
|
|
2565
|
+
},
|
|
2566
|
+
"attribute": "solid"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"kind": "field",
|
|
2570
|
+
"name": "gradient",
|
|
2571
|
+
"type": {
|
|
2572
|
+
"text": "GradientOption | undefined"
|
|
2573
|
+
},
|
|
2574
|
+
"attribute": "gradient"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "pattern",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "BackgroundPatternOption | undefined"
|
|
2581
|
+
},
|
|
2582
|
+
"attribute": "pattern"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"kind": "field",
|
|
2586
|
+
"name": "colorOnly",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"text": "boolean"
|
|
2589
|
+
},
|
|
2590
|
+
"default": "false",
|
|
2591
|
+
"attribute": "color-only"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"kind": "field",
|
|
2595
|
+
"name": "_block_reset",
|
|
2596
|
+
"type": {
|
|
2597
|
+
"text": "boolean"
|
|
2598
|
+
},
|
|
2599
|
+
"privacy": "private",
|
|
2600
|
+
"default": "false"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"kind": "method",
|
|
2604
|
+
"name": "_onChangedValue",
|
|
2605
|
+
"parameters": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "value",
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "FillStyle"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "_onChangedFillType",
|
|
2617
|
+
"parameters": [
|
|
2618
|
+
{
|
|
2619
|
+
"name": "e",
|
|
2620
|
+
"type": {
|
|
2621
|
+
"text": "Event"
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
]
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"kind": "method",
|
|
2628
|
+
"name": "_onChangedSolid",
|
|
2629
|
+
"parameters": [
|
|
2630
|
+
{
|
|
2631
|
+
"name": "e",
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": "Event"
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
]
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "method",
|
|
2640
|
+
"name": "_onChandedGradient",
|
|
2641
|
+
"parameters": [
|
|
2642
|
+
{
|
|
2643
|
+
"name": "e",
|
|
2644
|
+
"type": {
|
|
2645
|
+
"text": "Event"
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
]
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "method",
|
|
2652
|
+
"name": "_onChangedPattern",
|
|
2653
|
+
"parameters": [
|
|
2654
|
+
{
|
|
2655
|
+
"name": "e",
|
|
2656
|
+
"type": {
|
|
2657
|
+
"text": "Event"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
]
|
|
2661
|
+
}
|
|
2662
|
+
],
|
|
2663
|
+
"events": [
|
|
2664
|
+
{
|
|
2665
|
+
"name": "change",
|
|
2666
|
+
"type": {
|
|
2667
|
+
"text": "CustomEvent"
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
],
|
|
2671
|
+
"attributes": [
|
|
2672
|
+
{
|
|
2673
|
+
"name": "value",
|
|
2674
|
+
"type": {
|
|
2675
|
+
"text": "FillStyle | undefined"
|
|
2676
|
+
},
|
|
2677
|
+
"fieldName": "value"
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "fillType",
|
|
2681
|
+
"type": {
|
|
2682
|
+
"text": "string | undefined"
|
|
2683
|
+
},
|
|
2684
|
+
"fieldName": "fillType"
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "solid",
|
|
2688
|
+
"type": {
|
|
2689
|
+
"text": "string | undefined"
|
|
2690
|
+
},
|
|
2691
|
+
"fieldName": "solid"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "gradient",
|
|
2695
|
+
"type": {
|
|
2696
|
+
"text": "GradientOption | undefined"
|
|
2697
|
+
},
|
|
2698
|
+
"fieldName": "gradient"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"name": "pattern",
|
|
2702
|
+
"type": {
|
|
2703
|
+
"text": "BackgroundPatternOption | undefined"
|
|
2704
|
+
},
|
|
2705
|
+
"fieldName": "pattern"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"name": "color-only",
|
|
2709
|
+
"type": {
|
|
2710
|
+
"text": "boolean"
|
|
2711
|
+
},
|
|
2712
|
+
"default": "false",
|
|
2713
|
+
"fieldName": "colorOnly"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"superclass": {
|
|
2717
|
+
"name": "OxFormField",
|
|
2718
|
+
"package": "@operato/input"
|
|
2719
|
+
},
|
|
2720
|
+
"tagName": "restful-input-fill-style",
|
|
2721
|
+
"customElement": true
|
|
2722
|
+
}
|
|
2723
|
+
],
|
|
2724
|
+
"exports": [
|
|
2725
|
+
{
|
|
2726
|
+
"kind": "js",
|
|
2727
|
+
"name": "RestfulInputColorStyle",
|
|
2728
|
+
"declaration": {
|
|
2729
|
+
"name": "RestfulInputColorStyle",
|
|
2730
|
+
"module": "src/component/restful-input-fill-style.ts"
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "custom-element-definition",
|
|
2735
|
+
"name": "restful-input-fill-style",
|
|
2736
|
+
"declaration": {
|
|
2737
|
+
"name": "RestfulInputColorStyle",
|
|
2738
|
+
"module": "src/component/restful-input-fill-style.ts"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
]
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "javascript-module",
|
|
2745
|
+
"path": "src/component/restrul-input-background-pattern.ts",
|
|
2746
|
+
"declarations": [
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "class",
|
|
2749
|
+
"description": "컴포넌트의 fill pattern을 편집하는 element\n\nExample:\n <restful-input-background-pattern",
|
|
2750
|
+
"name": "RestfulInputBackgroundPattern",
|
|
2751
|
+
"members": [
|
|
2752
|
+
{
|
|
2753
|
+
"kind": "field",
|
|
2754
|
+
"name": "value",
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": "BackgroundPatternOption | undefined"
|
|
2757
|
+
},
|
|
2758
|
+
"attribute": "value"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "method",
|
|
2762
|
+
"name": "_onChange",
|
|
2763
|
+
"parameters": [
|
|
2764
|
+
{
|
|
2765
|
+
"name": "e",
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "Event"
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2770
|
+
]
|
|
2771
|
+
}
|
|
2772
|
+
],
|
|
2773
|
+
"events": [
|
|
2774
|
+
{
|
|
2775
|
+
"name": "change",
|
|
2776
|
+
"type": {
|
|
2777
|
+
"text": "CustomEvent"
|
|
2778
|
+
}
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"attributes": [
|
|
2782
|
+
{
|
|
2783
|
+
"name": "value",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "BackgroundPatternOption | undefined"
|
|
2786
|
+
},
|
|
2787
|
+
"fieldName": "value"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"superclass": {
|
|
2791
|
+
"name": "OxFormField",
|
|
2792
|
+
"package": "@operato/input"
|
|
2793
|
+
},
|
|
2794
|
+
"tagName": "restful-input-background-pattern",
|
|
2795
|
+
"customElement": true
|
|
2796
|
+
}
|
|
2797
|
+
],
|
|
2798
|
+
"exports": [
|
|
2799
|
+
{
|
|
2800
|
+
"kind": "js",
|
|
2801
|
+
"name": "RestfulInputBackgroundPattern",
|
|
2802
|
+
"declaration": {
|
|
2803
|
+
"name": "RestfulInputBackgroundPattern",
|
|
2804
|
+
"module": "src/component/restrul-input-background-pattern.ts"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "custom-element-definition",
|
|
2809
|
+
"name": "restful-input-background-pattern",
|
|
2810
|
+
"declaration": {
|
|
2811
|
+
"name": "RestfulInputBackgroundPattern",
|
|
2812
|
+
"module": "src/component/restrul-input-background-pattern.ts"
|
|
2813
|
+
}
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "javascript-module",
|
|
2819
|
+
"path": "src/data-storage/data-storage.ts",
|
|
2820
|
+
"declarations": [
|
|
2821
|
+
{
|
|
2822
|
+
"kind": "class",
|
|
2823
|
+
"description": "",
|
|
2824
|
+
"name": "DataStorage",
|
|
2825
|
+
"members": [
|
|
2826
|
+
{
|
|
2827
|
+
"kind": "field",
|
|
2828
|
+
"name": "id",
|
|
2829
|
+
"type": {
|
|
2830
|
+
"text": "string"
|
|
2831
|
+
},
|
|
2832
|
+
"privacy": "private",
|
|
2833
|
+
"default": "id"
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"kind": "method",
|
|
2837
|
+
"name": "load",
|
|
2838
|
+
"privacy": "public",
|
|
2839
|
+
"return": {
|
|
2840
|
+
"type": {
|
|
2841
|
+
"text": "Promise<any>"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
"parameters": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "key",
|
|
2847
|
+
"type": {
|
|
2848
|
+
"text": "Component"
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
]
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
"kind": "method",
|
|
2855
|
+
"name": "save",
|
|
2856
|
+
"privacy": "public",
|
|
2857
|
+
"return": {
|
|
2858
|
+
"type": {
|
|
2859
|
+
"text": "Promise<void>"
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
"parameters": [
|
|
2863
|
+
{
|
|
2864
|
+
"name": "key",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "Component"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "value",
|
|
2871
|
+
"type": {
|
|
2872
|
+
"text": "any"
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
]
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "method",
|
|
2879
|
+
"name": "clear",
|
|
2880
|
+
"privacy": "public",
|
|
2881
|
+
"return": {
|
|
2882
|
+
"type": {
|
|
2883
|
+
"text": "Promise<void>"
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2886
|
+
"parameters": [
|
|
2887
|
+
{
|
|
2888
|
+
"name": "key",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "Component"
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
]
|
|
2894
|
+
}
|
|
2895
|
+
]
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2898
|
+
"exports": [
|
|
2899
|
+
{
|
|
2900
|
+
"kind": "js",
|
|
2901
|
+
"name": "DataStorage",
|
|
2902
|
+
"declaration": {
|
|
2903
|
+
"name": "DataStorage",
|
|
2904
|
+
"module": "src/data-storage/data-storage.ts"
|
|
2905
|
+
}
|
|
2906
|
+
}
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "javascript-module",
|
|
2911
|
+
"path": "src/layers/mcs-mouse-event-handler.ts",
|
|
2912
|
+
"declarations": [],
|
|
2913
|
+
"exports": []
|
|
1841
2914
|
},
|
|
1842
2915
|
{
|
|
1843
2916
|
"kind": "javascript-module",
|
|
@@ -4650,331 +5723,78 @@
|
|
|
4650
5723
|
"fieldName": "name"
|
|
4651
5724
|
},
|
|
4652
5725
|
{
|
|
4653
|
-
"name": "enableInspector",
|
|
4654
|
-
"type": {
|
|
4655
|
-
"text": "boolean"
|
|
4656
|
-
},
|
|
4657
|
-
"default": "true",
|
|
4658
|
-
"fieldName": "enableInspector"
|
|
4659
|
-
},
|
|
4660
|
-
{
|
|
4661
|
-
"name": "showInspector",
|
|
4662
|
-
"type": {
|
|
4663
|
-
"text": "boolean"
|
|
4664
|
-
},
|
|
4665
|
-
"default": "false",
|
|
4666
|
-
"fieldName": "showInspector"
|
|
4667
|
-
}
|
|
4668
|
-
],
|
|
4669
|
-
"superclass": {
|
|
4670
|
-
"name": "LitElement",
|
|
4671
|
-
"package": "lit"
|
|
4672
|
-
},
|
|
4673
|
-
"tagName": "ox-scene-viewer",
|
|
4674
|
-
"customElement": true
|
|
4675
|
-
}
|
|
4676
|
-
],
|
|
4677
|
-
"exports": [
|
|
4678
|
-
{
|
|
4679
|
-
"kind": "js",
|
|
4680
|
-
"name": "default",
|
|
4681
|
-
"declaration": {
|
|
4682
|
-
"name": "OxSceneViewer",
|
|
4683
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4684
|
-
}
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"kind": "custom-element-definition",
|
|
4688
|
-
"name": "ox-scene-viewer",
|
|
4689
|
-
"declaration": {
|
|
4690
|
-
"name": "OxSceneViewer",
|
|
4691
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4692
|
-
}
|
|
4693
|
-
}
|
|
4694
|
-
]
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"kind": "javascript-module",
|
|
4698
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4699
|
-
"declarations": [
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "class",
|
|
4702
|
-
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4703
|
-
"name": "DataBindingMapper",
|
|
4704
|
-
"members": [
|
|
4705
|
-
{
|
|
4706
|
-
"kind": "field",
|
|
4707
|
-
"name": "mapping",
|
|
4708
|
-
"type": {
|
|
4709
|
-
"text": "Mapping"
|
|
4710
|
-
},
|
|
4711
|
-
"default": "{ rule: 'value' }",
|
|
4712
|
-
"attribute": "mapping"
|
|
4713
|
-
},
|
|
4714
|
-
{
|
|
4715
|
-
"kind": "field",
|
|
4716
|
-
"name": "rule",
|
|
4717
|
-
"type": {
|
|
4718
|
-
"text": "Rule"
|
|
4719
|
-
},
|
|
4720
|
-
"default": "{}",
|
|
4721
|
-
"attribute": "rule"
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"kind": "field",
|
|
4725
|
-
"name": "scene",
|
|
4726
|
-
"type": {
|
|
4727
|
-
"text": "Scene | undefined"
|
|
4728
|
-
},
|
|
4729
|
-
"attribute": "scene"
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
"kind": "field",
|
|
4733
|
-
"name": "_valueTypes",
|
|
4734
|
-
"type": {
|
|
4735
|
-
"text": "any"
|
|
4736
|
-
},
|
|
4737
|
-
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
4738
|
-
},
|
|
4739
|
-
{
|
|
4740
|
-
"kind": "field",
|
|
4741
|
-
"name": "_componentIds",
|
|
4742
|
-
"type": {
|
|
4743
|
-
"text": "{ value: string; description: string }[]"
|
|
4744
|
-
},
|
|
4745
|
-
"default": "[]"
|
|
4746
|
-
},
|
|
4747
|
-
{
|
|
4748
|
-
"kind": "field",
|
|
4749
|
-
"name": "editor",
|
|
4750
|
-
"type": {
|
|
4751
|
-
"text": "HTMLInputElement"
|
|
4752
|
-
}
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
"kind": "field",
|
|
4756
|
-
"name": "target",
|
|
4757
|
-
"type": {
|
|
4758
|
-
"text": "HTMLInputElement"
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
|
-
{
|
|
4762
|
-
"kind": "method",
|
|
4763
|
-
"name": "_valuetype",
|
|
4764
|
-
"parameters": [
|
|
4765
|
-
{
|
|
4766
|
-
"name": "property",
|
|
4767
|
-
"type": {
|
|
4768
|
-
"text": "string"
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
]
|
|
4772
|
-
},
|
|
4773
|
-
{
|
|
4774
|
-
"kind": "field",
|
|
4775
|
-
"name": "_keep_saved_rule_params",
|
|
4776
|
-
"type": {
|
|
4777
|
-
"text": "boolean"
|
|
4778
|
-
},
|
|
4779
|
-
"privacy": "private",
|
|
4780
|
-
"default": "false"
|
|
4781
|
-
},
|
|
4782
|
-
{
|
|
4783
|
-
"kind": "method",
|
|
4784
|
-
"name": "_onChangedMapping"
|
|
4785
|
-
},
|
|
4786
|
-
{
|
|
4787
|
-
"kind": "method",
|
|
4788
|
-
"name": "_onChangeRule",
|
|
4789
|
-
"parameters": [
|
|
4790
|
-
{
|
|
4791
|
-
"name": "e",
|
|
4792
|
-
"type": {
|
|
4793
|
-
"text": "Event"
|
|
4794
|
-
}
|
|
4795
|
-
}
|
|
4796
|
-
]
|
|
4797
|
-
},
|
|
4798
|
-
{
|
|
4799
|
-
"kind": "method",
|
|
4800
|
-
"name": "_onChange",
|
|
4801
|
-
"parameters": [
|
|
4802
|
-
{
|
|
4803
|
-
"name": "e",
|
|
4804
|
-
"type": {
|
|
4805
|
-
"text": "Event"
|
|
4806
|
-
}
|
|
4807
|
-
}
|
|
4808
|
-
]
|
|
4809
|
-
}
|
|
4810
|
-
],
|
|
4811
|
-
"events": [
|
|
4812
|
-
{
|
|
4813
|
-
"name": "value-change",
|
|
4814
|
-
"type": {
|
|
4815
|
-
"text": "CustomEvent"
|
|
4816
|
-
}
|
|
4817
|
-
}
|
|
4818
|
-
],
|
|
4819
|
-
"attributes": [
|
|
4820
|
-
{
|
|
4821
|
-
"name": "mapping",
|
|
4822
|
-
"type": {
|
|
4823
|
-
"text": "Mapping"
|
|
4824
|
-
},
|
|
4825
|
-
"default": "{ rule: 'value' }",
|
|
4826
|
-
"fieldName": "mapping"
|
|
4827
|
-
},
|
|
4828
|
-
{
|
|
4829
|
-
"name": "rule",
|
|
4830
|
-
"type": {
|
|
4831
|
-
"text": "Rule"
|
|
4832
|
-
},
|
|
4833
|
-
"default": "{}",
|
|
4834
|
-
"fieldName": "rule"
|
|
4835
|
-
},
|
|
4836
|
-
{
|
|
4837
|
-
"name": "properties",
|
|
4838
|
-
"type": {
|
|
4839
|
-
"text": "Properties[]"
|
|
4840
|
-
},
|
|
4841
|
-
"default": "[]",
|
|
4842
|
-
"fieldName": "properties"
|
|
4843
|
-
},
|
|
4844
|
-
{
|
|
4845
|
-
"name": "scene",
|
|
4846
|
-
"type": {
|
|
4847
|
-
"text": "Scene | undefined"
|
|
4848
|
-
},
|
|
4849
|
-
"fieldName": "scene"
|
|
4850
|
-
}
|
|
4851
|
-
],
|
|
4852
|
-
"superclass": {
|
|
4853
|
-
"name": "LitElement",
|
|
4854
|
-
"package": "lit"
|
|
4855
|
-
},
|
|
4856
|
-
"customElement": true
|
|
4857
|
-
}
|
|
4858
|
-
],
|
|
4859
|
-
"exports": [
|
|
4860
|
-
{
|
|
4861
|
-
"kind": "js",
|
|
4862
|
-
"name": "DataBindingMapper",
|
|
4863
|
-
"declaration": {
|
|
4864
|
-
"name": "DataBindingMapper",
|
|
4865
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4866
|
-
}
|
|
4867
|
-
}
|
|
4868
|
-
]
|
|
4869
|
-
},
|
|
4870
|
-
{
|
|
4871
|
-
"kind": "javascript-module",
|
|
4872
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4873
|
-
"declarations": [
|
|
4874
|
-
{
|
|
4875
|
-
"kind": "class",
|
|
4876
|
-
"description": "",
|
|
4877
|
-
"name": "DataBindingValueMap",
|
|
4878
|
-
"members": [
|
|
4879
|
-
{
|
|
4880
|
-
"kind": "method",
|
|
4881
|
-
"name": "valueInputTemplate",
|
|
4882
|
-
"parameters": [
|
|
4883
|
-
{
|
|
4884
|
-
"name": "value",
|
|
4885
|
-
"optional": true,
|
|
4886
|
-
"type": {
|
|
4887
|
-
"text": "any"
|
|
4888
|
-
}
|
|
4889
|
-
}
|
|
4890
|
-
]
|
|
5726
|
+
"name": "enableInspector",
|
|
5727
|
+
"type": {
|
|
5728
|
+
"text": "boolean"
|
|
5729
|
+
},
|
|
5730
|
+
"default": "true",
|
|
5731
|
+
"fieldName": "enableInspector"
|
|
5732
|
+
},
|
|
5733
|
+
{
|
|
5734
|
+
"name": "showInspector",
|
|
5735
|
+
"type": {
|
|
5736
|
+
"text": "boolean"
|
|
5737
|
+
},
|
|
5738
|
+
"default": "false",
|
|
5739
|
+
"fieldName": "showInspector"
|
|
4891
5740
|
}
|
|
4892
5741
|
],
|
|
4893
5742
|
"superclass": {
|
|
4894
|
-
"name": "
|
|
4895
|
-
"package": "
|
|
5743
|
+
"name": "LitElement",
|
|
5744
|
+
"package": "lit"
|
|
4896
5745
|
},
|
|
4897
|
-
"tagName": "
|
|
5746
|
+
"tagName": "ox-scene-viewer",
|
|
4898
5747
|
"customElement": true
|
|
4899
5748
|
}
|
|
4900
5749
|
],
|
|
4901
5750
|
"exports": [
|
|
4902
5751
|
{
|
|
4903
5752
|
"kind": "js",
|
|
4904
|
-
"name": "
|
|
5753
|
+
"name": "default",
|
|
4905
5754
|
"declaration": {
|
|
4906
|
-
"name": "
|
|
4907
|
-
"module": "src/modeller/
|
|
5755
|
+
"name": "OxSceneViewer",
|
|
5756
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4908
5757
|
}
|
|
4909
5758
|
},
|
|
4910
5759
|
{
|
|
4911
5760
|
"kind": "custom-element-definition",
|
|
4912
|
-
"name": "
|
|
5761
|
+
"name": "ox-scene-viewer",
|
|
4913
5762
|
"declaration": {
|
|
4914
|
-
"name": "
|
|
4915
|
-
"module": "src/modeller/
|
|
5763
|
+
"name": "OxSceneViewer",
|
|
5764
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
4916
5765
|
}
|
|
4917
5766
|
}
|
|
4918
5767
|
]
|
|
4919
5768
|
},
|
|
4920
5769
|
{
|
|
4921
5770
|
"kind": "javascript-module",
|
|
4922
|
-
"path": "src/modeller/property-sidebar/
|
|
5771
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
4923
5772
|
"declarations": [
|
|
4924
5773
|
{
|
|
4925
|
-
"kind": "
|
|
4926
|
-
"
|
|
4927
|
-
"
|
|
4928
|
-
"members": [
|
|
4929
|
-
{
|
|
4930
|
-
"kind": "method",
|
|
4931
|
-
"name": "valueInputTemplate",
|
|
4932
|
-
"parameters": [
|
|
4933
|
-
{
|
|
4934
|
-
"name": "value",
|
|
4935
|
-
"optional": true,
|
|
4936
|
-
"type": {
|
|
4937
|
-
"text": "any"
|
|
4938
|
-
}
|
|
4939
|
-
}
|
|
4940
|
-
]
|
|
4941
|
-
}
|
|
4942
|
-
],
|
|
4943
|
-
"superclass": {
|
|
4944
|
-
"name": "OxInputValueRange",
|
|
4945
|
-
"package": "@operato/input"
|
|
4946
|
-
},
|
|
4947
|
-
"tagName": "data-binding-value-range",
|
|
4948
|
-
"customElement": true
|
|
5774
|
+
"kind": "variable",
|
|
5775
|
+
"name": "EffectsSharedStyle",
|
|
5776
|
+
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
4949
5777
|
}
|
|
4950
5778
|
],
|
|
4951
5779
|
"exports": [
|
|
4952
5780
|
{
|
|
4953
5781
|
"kind": "js",
|
|
4954
|
-
"name": "
|
|
4955
|
-
"declaration": {
|
|
4956
|
-
"name": "DataBindingValueRange",
|
|
4957
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4958
|
-
}
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"kind": "custom-element-definition",
|
|
4962
|
-
"name": "data-binding-value-range",
|
|
5782
|
+
"name": "EffectsSharedStyle",
|
|
4963
5783
|
"declaration": {
|
|
4964
|
-
"name": "
|
|
4965
|
-
"module": "src/modeller/property-sidebar/
|
|
5784
|
+
"name": "EffectsSharedStyle",
|
|
5785
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
4966
5786
|
}
|
|
4967
5787
|
}
|
|
4968
5788
|
]
|
|
4969
5789
|
},
|
|
4970
5790
|
{
|
|
4971
5791
|
"kind": "javascript-module",
|
|
4972
|
-
"path": "src/modeller/property-sidebar/
|
|
5792
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4973
5793
|
"declarations": [
|
|
4974
5794
|
{
|
|
4975
5795
|
"kind": "class",
|
|
4976
5796
|
"description": "",
|
|
4977
|
-
"name": "
|
|
5797
|
+
"name": "PropertyEffects",
|
|
4978
5798
|
"members": [
|
|
4979
5799
|
{
|
|
4980
5800
|
"kind": "field",
|
|
@@ -4994,52 +5814,12 @@
|
|
|
4994
5814
|
},
|
|
4995
5815
|
{
|
|
4996
5816
|
"kind": "field",
|
|
4997
|
-
"name": "
|
|
4998
|
-
"type": {
|
|
4999
|
-
"text": "number"
|
|
5000
|
-
},
|
|
5001
|
-
"default": "0"
|
|
5002
|
-
},
|
|
5003
|
-
{
|
|
5004
|
-
"kind": "field",
|
|
5005
|
-
"name": "_afterRender",
|
|
5006
|
-
"type": {
|
|
5007
|
-
"text": "Function | null | undefined"
|
|
5008
|
-
}
|
|
5009
|
-
},
|
|
5010
|
-
{
|
|
5011
|
-
"kind": "field",
|
|
5012
|
-
"name": "_dataExpanded",
|
|
5817
|
+
"name": "selected",
|
|
5013
5818
|
"type": {
|
|
5014
|
-
"text": "
|
|
5819
|
+
"text": "Component[]"
|
|
5015
5820
|
},
|
|
5016
|
-
"default": "
|
|
5017
|
-
|
|
5018
|
-
{
|
|
5019
|
-
"kind": "field",
|
|
5020
|
-
"name": "tabs",
|
|
5021
|
-
"type": {
|
|
5022
|
-
"text": "HTMLElement"
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
|
-
{
|
|
5026
|
-
"kind": "field",
|
|
5027
|
-
"name": "tabNavLeftButton",
|
|
5028
|
-
"type": {
|
|
5029
|
-
"text": "HTMLElement"
|
|
5030
|
-
}
|
|
5031
|
-
},
|
|
5032
|
-
{
|
|
5033
|
-
"kind": "field",
|
|
5034
|
-
"name": "tabNavRightButton",
|
|
5035
|
-
"type": {
|
|
5036
|
-
"text": "HTMLElement"
|
|
5037
|
-
}
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "field",
|
|
5041
|
-
"name": "mappings",
|
|
5042
|
-
"readonly": true
|
|
5821
|
+
"default": "[]",
|
|
5822
|
+
"attribute": "selected"
|
|
5043
5823
|
},
|
|
5044
5824
|
{
|
|
5045
5825
|
"kind": "field",
|
|
@@ -5049,40 +5829,28 @@
|
|
|
5049
5829
|
},
|
|
5050
5830
|
{
|
|
5051
5831
|
"kind": "method",
|
|
5052
|
-
"name": "
|
|
5832
|
+
"name": "_onValueChange",
|
|
5053
5833
|
"parameters": [
|
|
5054
5834
|
{
|
|
5055
|
-
"name": "
|
|
5835
|
+
"name": "e",
|
|
5056
5836
|
"type": {
|
|
5057
|
-
"text": "
|
|
5837
|
+
"text": "Event"
|
|
5058
5838
|
}
|
|
5059
5839
|
}
|
|
5060
|
-
]
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
},
|
|
5066
|
-
{
|
|
5067
|
-
"kind": "method",
|
|
5068
|
-
"name": "_copyDataBindingMapper"
|
|
5069
|
-
},
|
|
5070
|
-
{
|
|
5071
|
-
"kind": "method",
|
|
5072
|
-
"name": "_pasteDataBindingMapper"
|
|
5073
|
-
},
|
|
5074
|
-
{
|
|
5075
|
-
"kind": "method",
|
|
5076
|
-
"name": "_onValueChanged"
|
|
5840
|
+
],
|
|
5841
|
+
"inheritedFrom": {
|
|
5842
|
+
"name": "AbstractProperty",
|
|
5843
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5844
|
+
}
|
|
5077
5845
|
},
|
|
5078
5846
|
{
|
|
5079
5847
|
"kind": "method",
|
|
5080
|
-
"name": "
|
|
5848
|
+
"name": "_getValueFromEventTarget",
|
|
5081
5849
|
"parameters": [
|
|
5082
5850
|
{
|
|
5083
|
-
"name": "
|
|
5851
|
+
"name": "element",
|
|
5084
5852
|
"type": {
|
|
5085
|
-
"text": "
|
|
5853
|
+
"text": "HTMLElement"
|
|
5086
5854
|
}
|
|
5087
5855
|
}
|
|
5088
5856
|
],
|
|
@@ -5091,83 +5859,160 @@
|
|
|
5091
5859
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5092
5860
|
}
|
|
5093
5861
|
},
|
|
5094
|
-
{
|
|
5095
|
-
"kind": "field",
|
|
5096
|
-
"name": "tabContainer",
|
|
5097
|
-
"readonly": true
|
|
5098
|
-
},
|
|
5099
5862
|
{
|
|
5100
5863
|
"kind": "method",
|
|
5101
|
-
"name": "
|
|
5864
|
+
"name": "_onAfterValueChange",
|
|
5102
5865
|
"parameters": [
|
|
5103
5866
|
{
|
|
5104
|
-
"name": "
|
|
5867
|
+
"name": "key",
|
|
5105
5868
|
"type": {
|
|
5106
|
-
"text": "
|
|
5869
|
+
"text": "string"
|
|
5870
|
+
}
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"name": "value",
|
|
5874
|
+
"type": {
|
|
5875
|
+
"text": "any"
|
|
5107
5876
|
}
|
|
5108
5877
|
}
|
|
5109
|
-
]
|
|
5878
|
+
],
|
|
5879
|
+
"inheritedFrom": {
|
|
5880
|
+
"name": "AbstractProperty",
|
|
5881
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5882
|
+
}
|
|
5883
|
+
}
|
|
5884
|
+
],
|
|
5885
|
+
"attributes": [
|
|
5886
|
+
{
|
|
5887
|
+
"name": "value",
|
|
5888
|
+
"type": {
|
|
5889
|
+
"text": "Properties | undefined"
|
|
5890
|
+
},
|
|
5891
|
+
"fieldName": "value"
|
|
5110
5892
|
},
|
|
5111
5893
|
{
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5894
|
+
"name": "scene",
|
|
5895
|
+
"type": {
|
|
5896
|
+
"text": "Scene | undefined"
|
|
5897
|
+
},
|
|
5898
|
+
"fieldName": "scene"
|
|
5114
5899
|
},
|
|
5115
5900
|
{
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5901
|
+
"name": "selected",
|
|
5902
|
+
"type": {
|
|
5903
|
+
"text": "Component[]"
|
|
5904
|
+
},
|
|
5905
|
+
"default": "[]",
|
|
5906
|
+
"fieldName": "selected"
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"mixins": [
|
|
5910
|
+
{
|
|
5911
|
+
"name": "ScopedElementsMixin",
|
|
5912
|
+
"package": "@open-wc/scoped-elements"
|
|
5913
|
+
}
|
|
5914
|
+
],
|
|
5915
|
+
"superclass": {
|
|
5916
|
+
"name": "AbstractProperty",
|
|
5917
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5918
|
+
},
|
|
5919
|
+
"events": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "property-change",
|
|
5922
|
+
"type": {
|
|
5923
|
+
"text": "CustomEvent"
|
|
5924
|
+
},
|
|
5925
|
+
"inheritedFrom": {
|
|
5926
|
+
"name": "AbstractProperty",
|
|
5927
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5928
|
+
}
|
|
5929
|
+
}
|
|
5930
|
+
]
|
|
5931
|
+
}
|
|
5932
|
+
],
|
|
5933
|
+
"exports": [
|
|
5934
|
+
{
|
|
5935
|
+
"kind": "js",
|
|
5936
|
+
"name": "PropertyEffects",
|
|
5937
|
+
"declaration": {
|
|
5938
|
+
"name": "PropertyEffects",
|
|
5939
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5940
|
+
}
|
|
5941
|
+
}
|
|
5942
|
+
]
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "javascript-module",
|
|
5946
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5947
|
+
"declarations": [
|
|
5948
|
+
{
|
|
5949
|
+
"kind": "class",
|
|
5950
|
+
"description": "",
|
|
5951
|
+
"name": "PropertyEventHover",
|
|
5952
|
+
"members": [
|
|
5953
|
+
{
|
|
5954
|
+
"kind": "field",
|
|
5955
|
+
"name": "value",
|
|
5956
|
+
"type": {
|
|
5957
|
+
"text": "Properties | undefined"
|
|
5958
|
+
},
|
|
5959
|
+
"attribute": "value"
|
|
5118
5960
|
},
|
|
5119
5961
|
{
|
|
5120
|
-
"kind": "
|
|
5121
|
-
"name": "
|
|
5962
|
+
"kind": "field",
|
|
5963
|
+
"name": "scene",
|
|
5964
|
+
"type": {
|
|
5965
|
+
"text": "Scene | undefined"
|
|
5966
|
+
},
|
|
5967
|
+
"attribute": "scene"
|
|
5122
5968
|
},
|
|
5123
5969
|
{
|
|
5124
5970
|
"kind": "method",
|
|
5125
|
-
"name": "
|
|
5971
|
+
"name": "_getPlaceHoder",
|
|
5126
5972
|
"parameters": [
|
|
5127
5973
|
{
|
|
5128
|
-
"name": "
|
|
5974
|
+
"name": "action",
|
|
5129
5975
|
"type": {
|
|
5130
|
-
"text": "
|
|
5976
|
+
"text": "string"
|
|
5131
5977
|
}
|
|
5132
5978
|
}
|
|
5133
|
-
]
|
|
5134
|
-
"inheritedFrom": {
|
|
5135
|
-
"name": "AbstractProperty",
|
|
5136
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5137
|
-
}
|
|
5979
|
+
]
|
|
5138
5980
|
},
|
|
5139
5981
|
{
|
|
5140
5982
|
"kind": "method",
|
|
5141
|
-
"name": "
|
|
5983
|
+
"name": "_getTargetList",
|
|
5984
|
+
"return": {
|
|
5985
|
+
"type": {
|
|
5986
|
+
"text": "{ value: string; description: string }[]"
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5142
5989
|
"parameters": [
|
|
5143
5990
|
{
|
|
5144
|
-
"name": "
|
|
5991
|
+
"name": "action",
|
|
5145
5992
|
"type": {
|
|
5146
5993
|
"text": "string"
|
|
5147
5994
|
}
|
|
5148
|
-
}
|
|
5995
|
+
}
|
|
5996
|
+
]
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"kind": "method",
|
|
6000
|
+
"name": "_onValueChange",
|
|
6001
|
+
"parameters": [
|
|
5149
6002
|
{
|
|
5150
|
-
"name": "
|
|
6003
|
+
"name": "e",
|
|
5151
6004
|
"type": {
|
|
5152
|
-
"text": "
|
|
6005
|
+
"text": "Event"
|
|
5153
6006
|
}
|
|
5154
6007
|
}
|
|
5155
|
-
]
|
|
5156
|
-
"inheritedFrom": {
|
|
5157
|
-
"name": "AbstractProperty",
|
|
5158
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5159
|
-
}
|
|
6008
|
+
]
|
|
5160
6009
|
}
|
|
5161
6010
|
],
|
|
5162
6011
|
"events": [
|
|
5163
6012
|
{
|
|
5164
|
-
"name": "
|
|
6013
|
+
"name": "change",
|
|
5165
6014
|
"type": {
|
|
5166
6015
|
"text": "CustomEvent"
|
|
5167
|
-
},
|
|
5168
|
-
"inheritedFrom": {
|
|
5169
|
-
"name": "AbstractProperty",
|
|
5170
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5171
6016
|
}
|
|
5172
6017
|
}
|
|
5173
6018
|
],
|
|
@@ -5187,58 +6032,132 @@
|
|
|
5187
6032
|
"fieldName": "scene"
|
|
5188
6033
|
}
|
|
5189
6034
|
],
|
|
5190
|
-
"mixins": [
|
|
5191
|
-
{
|
|
5192
|
-
"name": "ScopedElementsMixin",
|
|
5193
|
-
"package": "@open-wc/scoped-elements"
|
|
5194
|
-
}
|
|
5195
|
-
],
|
|
5196
6035
|
"superclass": {
|
|
5197
|
-
"name": "
|
|
5198
|
-
"
|
|
5199
|
-
}
|
|
6036
|
+
"name": "LitElement",
|
|
6037
|
+
"package": "lit"
|
|
6038
|
+
},
|
|
6039
|
+
"customElement": true
|
|
5200
6040
|
}
|
|
5201
6041
|
],
|
|
5202
6042
|
"exports": [
|
|
5203
6043
|
{
|
|
5204
6044
|
"kind": "js",
|
|
5205
|
-
"name": "
|
|
6045
|
+
"name": "PropertyEventHover",
|
|
5206
6046
|
"declaration": {
|
|
5207
|
-
"name": "
|
|
5208
|
-
"module": "src/modeller/property-sidebar/
|
|
6047
|
+
"name": "PropertyEventHover",
|
|
6048
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5209
6049
|
}
|
|
5210
6050
|
}
|
|
5211
6051
|
]
|
|
5212
6052
|
},
|
|
5213
6053
|
{
|
|
5214
6054
|
"kind": "javascript-module",
|
|
5215
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
6055
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5216
6056
|
"declarations": [
|
|
5217
6057
|
{
|
|
5218
|
-
"kind": "
|
|
5219
|
-
"
|
|
5220
|
-
"
|
|
6058
|
+
"kind": "class",
|
|
6059
|
+
"description": "",
|
|
6060
|
+
"name": "PropertyEventTap",
|
|
6061
|
+
"members": [
|
|
6062
|
+
{
|
|
6063
|
+
"kind": "field",
|
|
6064
|
+
"name": "value",
|
|
6065
|
+
"type": {
|
|
6066
|
+
"text": "Properties | undefined"
|
|
6067
|
+
},
|
|
6068
|
+
"attribute": "value"
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"kind": "field",
|
|
6072
|
+
"name": "scene",
|
|
6073
|
+
"type": {
|
|
6074
|
+
"text": "Scene | undefined"
|
|
6075
|
+
},
|
|
6076
|
+
"attribute": "scene"
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
"kind": "field",
|
|
6080
|
+
"name": "targetList",
|
|
6081
|
+
"type": {
|
|
6082
|
+
"text": "{ value: string; description: string }[]"
|
|
6083
|
+
},
|
|
6084
|
+
"default": "[]"
|
|
6085
|
+
},
|
|
6086
|
+
{
|
|
6087
|
+
"kind": "method",
|
|
6088
|
+
"name": "_getPlaceHoder",
|
|
6089
|
+
"parameters": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "action",
|
|
6092
|
+
"type": {
|
|
6093
|
+
"text": "string"
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
]
|
|
6097
|
+
},
|
|
6098
|
+
{
|
|
6099
|
+
"kind": "method",
|
|
6100
|
+
"name": "_onValueChange",
|
|
6101
|
+
"parameters": [
|
|
6102
|
+
{
|
|
6103
|
+
"name": "e",
|
|
6104
|
+
"type": {
|
|
6105
|
+
"text": "Event"
|
|
6106
|
+
}
|
|
6107
|
+
}
|
|
6108
|
+
]
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"events": [
|
|
6112
|
+
{
|
|
6113
|
+
"name": "change",
|
|
6114
|
+
"type": {
|
|
6115
|
+
"text": "CustomEvent"
|
|
6116
|
+
}
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"attributes": [
|
|
6120
|
+
{
|
|
6121
|
+
"name": "value",
|
|
6122
|
+
"type": {
|
|
6123
|
+
"text": "Properties | undefined"
|
|
6124
|
+
},
|
|
6125
|
+
"fieldName": "value"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "scene",
|
|
6129
|
+
"type": {
|
|
6130
|
+
"text": "Scene | undefined"
|
|
6131
|
+
},
|
|
6132
|
+
"fieldName": "scene"
|
|
6133
|
+
}
|
|
6134
|
+
],
|
|
6135
|
+
"superclass": {
|
|
6136
|
+
"name": "LitElement",
|
|
6137
|
+
"package": "lit"
|
|
6138
|
+
},
|
|
6139
|
+
"customElement": true
|
|
5221
6140
|
}
|
|
5222
6141
|
],
|
|
5223
6142
|
"exports": [
|
|
5224
6143
|
{
|
|
5225
6144
|
"kind": "js",
|
|
5226
|
-
"name": "
|
|
6145
|
+
"name": "PropertyEventTap",
|
|
5227
6146
|
"declaration": {
|
|
5228
|
-
"name": "
|
|
5229
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
6147
|
+
"name": "PropertyEventTap",
|
|
6148
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5230
6149
|
}
|
|
5231
6150
|
}
|
|
5232
6151
|
]
|
|
5233
6152
|
},
|
|
5234
6153
|
{
|
|
5235
6154
|
"kind": "javascript-module",
|
|
5236
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
6155
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5237
6156
|
"declarations": [
|
|
5238
6157
|
{
|
|
5239
6158
|
"kind": "class",
|
|
5240
6159
|
"description": "",
|
|
5241
|
-
"name": "
|
|
6160
|
+
"name": "PropertyEvent",
|
|
5242
6161
|
"members": [
|
|
5243
6162
|
{
|
|
5244
6163
|
"kind": "field",
|
|
@@ -5256,15 +6175,6 @@
|
|
|
5256
6175
|
},
|
|
5257
6176
|
"attribute": "scene"
|
|
5258
6177
|
},
|
|
5259
|
-
{
|
|
5260
|
-
"kind": "field",
|
|
5261
|
-
"name": "selected",
|
|
5262
|
-
"type": {
|
|
5263
|
-
"text": "Component[]"
|
|
5264
|
-
},
|
|
5265
|
-
"default": "[]",
|
|
5266
|
-
"attribute": "selected"
|
|
5267
|
-
},
|
|
5268
6178
|
{
|
|
5269
6179
|
"kind": "field",
|
|
5270
6180
|
"name": "scopedElements",
|
|
@@ -5281,48 +6191,14 @@
|
|
|
5281
6191
|
"text": "Event"
|
|
5282
6192
|
}
|
|
5283
6193
|
}
|
|
5284
|
-
]
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
}
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
"kind": "method",
|
|
5292
|
-
"name": "_getValueFromEventTarget",
|
|
5293
|
-
"parameters": [
|
|
5294
|
-
{
|
|
5295
|
-
"name": "element",
|
|
5296
|
-
"type": {
|
|
5297
|
-
"text": "HTMLElement"
|
|
5298
|
-
}
|
|
5299
|
-
}
|
|
5300
|
-
],
|
|
5301
|
-
"inheritedFrom": {
|
|
5302
|
-
"name": "AbstractProperty",
|
|
5303
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5304
|
-
}
|
|
5305
|
-
},
|
|
6194
|
+
]
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"events": [
|
|
5306
6198
|
{
|
|
5307
|
-
"
|
|
5308
|
-
"
|
|
5309
|
-
|
|
5310
|
-
{
|
|
5311
|
-
"name": "key",
|
|
5312
|
-
"type": {
|
|
5313
|
-
"text": "string"
|
|
5314
|
-
}
|
|
5315
|
-
},
|
|
5316
|
-
{
|
|
5317
|
-
"name": "value",
|
|
5318
|
-
"type": {
|
|
5319
|
-
"text": "any"
|
|
5320
|
-
}
|
|
5321
|
-
}
|
|
5322
|
-
],
|
|
5323
|
-
"inheritedFrom": {
|
|
5324
|
-
"name": "AbstractProperty",
|
|
5325
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6199
|
+
"name": "change",
|
|
6200
|
+
"type": {
|
|
6201
|
+
"text": "CustomEvent"
|
|
5326
6202
|
}
|
|
5327
6203
|
}
|
|
5328
6204
|
],
|
|
@@ -5340,14 +6216,6 @@
|
|
|
5340
6216
|
"text": "Scene | undefined"
|
|
5341
6217
|
},
|
|
5342
6218
|
"fieldName": "scene"
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"name": "selected",
|
|
5346
|
-
"type": {
|
|
5347
|
-
"text": "Component[]"
|
|
5348
|
-
},
|
|
5349
|
-
"default": "[]",
|
|
5350
|
-
"fieldName": "selected"
|
|
5351
6219
|
}
|
|
5352
6220
|
],
|
|
5353
6221
|
"mixins": [
|
|
@@ -5357,42 +6225,31 @@
|
|
|
5357
6225
|
}
|
|
5358
6226
|
],
|
|
5359
6227
|
"superclass": {
|
|
5360
|
-
"name": "
|
|
5361
|
-
"
|
|
6228
|
+
"name": "LitElement",
|
|
6229
|
+
"package": "lit"
|
|
5362
6230
|
},
|
|
5363
|
-
"
|
|
5364
|
-
{
|
|
5365
|
-
"name": "property-change",
|
|
5366
|
-
"type": {
|
|
5367
|
-
"text": "CustomEvent"
|
|
5368
|
-
},
|
|
5369
|
-
"inheritedFrom": {
|
|
5370
|
-
"name": "AbstractProperty",
|
|
5371
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5372
|
-
}
|
|
5373
|
-
}
|
|
5374
|
-
]
|
|
6231
|
+
"customElement": true
|
|
5375
6232
|
}
|
|
5376
6233
|
],
|
|
5377
6234
|
"exports": [
|
|
5378
6235
|
{
|
|
5379
6236
|
"kind": "js",
|
|
5380
|
-
"name": "
|
|
6237
|
+
"name": "PropertyEvent",
|
|
5381
6238
|
"declaration": {
|
|
5382
|
-
"name": "
|
|
5383
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
6239
|
+
"name": "PropertyEvent",
|
|
6240
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5384
6241
|
}
|
|
5385
6242
|
}
|
|
5386
6243
|
]
|
|
5387
6244
|
},
|
|
5388
6245
|
{
|
|
5389
6246
|
"kind": "javascript-module",
|
|
5390
|
-
"path": "src/modeller/property-sidebar/effects/property-
|
|
6247
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5391
6248
|
"declarations": [
|
|
5392
6249
|
{
|
|
5393
6250
|
"kind": "class",
|
|
5394
|
-
"description": "",
|
|
5395
|
-
"name": "
|
|
6251
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6252
|
+
"name": "PropertyShadow",
|
|
5396
6253
|
"members": [
|
|
5397
6254
|
{
|
|
5398
6255
|
"kind": "field",
|
|
@@ -5402,43 +6259,6 @@
|
|
|
5402
6259
|
},
|
|
5403
6260
|
"attribute": "value"
|
|
5404
6261
|
},
|
|
5405
|
-
{
|
|
5406
|
-
"kind": "field",
|
|
5407
|
-
"name": "scene",
|
|
5408
|
-
"type": {
|
|
5409
|
-
"text": "Scene | undefined"
|
|
5410
|
-
},
|
|
5411
|
-
"attribute": "scene"
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"kind": "method",
|
|
5415
|
-
"name": "_getPlaceHoder",
|
|
5416
|
-
"parameters": [
|
|
5417
|
-
{
|
|
5418
|
-
"name": "action",
|
|
5419
|
-
"type": {
|
|
5420
|
-
"text": "string"
|
|
5421
|
-
}
|
|
5422
|
-
}
|
|
5423
|
-
]
|
|
5424
|
-
},
|
|
5425
|
-
{
|
|
5426
|
-
"kind": "method",
|
|
5427
|
-
"name": "_getTargetList",
|
|
5428
|
-
"return": {
|
|
5429
|
-
"type": {
|
|
5430
|
-
"text": "{ value: string; description: string }[]"
|
|
5431
|
-
}
|
|
5432
|
-
},
|
|
5433
|
-
"parameters": [
|
|
5434
|
-
{
|
|
5435
|
-
"name": "action",
|
|
5436
|
-
"type": {
|
|
5437
|
-
"text": "string"
|
|
5438
|
-
}
|
|
5439
|
-
}
|
|
5440
|
-
]
|
|
5441
|
-
},
|
|
5442
6262
|
{
|
|
5443
6263
|
"kind": "method",
|
|
5444
6264
|
"name": "_onValueChange",
|
|
@@ -5467,13 +6287,6 @@
|
|
|
5467
6287
|
"text": "Properties | undefined"
|
|
5468
6288
|
},
|
|
5469
6289
|
"fieldName": "value"
|
|
5470
|
-
},
|
|
5471
|
-
{
|
|
5472
|
-
"name": "scene",
|
|
5473
|
-
"type": {
|
|
5474
|
-
"text": "Scene | undefined"
|
|
5475
|
-
},
|
|
5476
|
-
"fieldName": "scene"
|
|
5477
6290
|
}
|
|
5478
6291
|
],
|
|
5479
6292
|
"superclass": {
|
|
@@ -5486,88 +6299,256 @@
|
|
|
5486
6299
|
"exports": [
|
|
5487
6300
|
{
|
|
5488
6301
|
"kind": "js",
|
|
5489
|
-
"name": "
|
|
6302
|
+
"name": "PropertyShadow",
|
|
5490
6303
|
"declaration": {
|
|
5491
|
-
"name": "
|
|
5492
|
-
"module": "src/modeller/property-sidebar/effects/property-
|
|
6304
|
+
"name": "PropertyShadow",
|
|
6305
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5493
6306
|
}
|
|
5494
6307
|
}
|
|
5495
6308
|
]
|
|
5496
6309
|
},
|
|
5497
6310
|
{
|
|
5498
6311
|
"kind": "javascript-module",
|
|
5499
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
6312
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6313
|
+
"declarations": [
|
|
6314
|
+
{
|
|
6315
|
+
"kind": "function",
|
|
6316
|
+
"name": "convert",
|
|
6317
|
+
"parameters": [
|
|
6318
|
+
{
|
|
6319
|
+
"name": "element",
|
|
6320
|
+
"type": {
|
|
6321
|
+
"text": "any"
|
|
6322
|
+
}
|
|
6323
|
+
}
|
|
6324
|
+
]
|
|
6325
|
+
}
|
|
6326
|
+
],
|
|
6327
|
+
"exports": [
|
|
6328
|
+
{
|
|
6329
|
+
"kind": "js",
|
|
6330
|
+
"name": "convert",
|
|
6331
|
+
"declaration": {
|
|
6332
|
+
"name": "convert",
|
|
6333
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6334
|
+
}
|
|
6335
|
+
}
|
|
6336
|
+
]
|
|
6337
|
+
},
|
|
6338
|
+
{
|
|
6339
|
+
"kind": "javascript-module",
|
|
6340
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5500
6341
|
"declarations": [
|
|
5501
6342
|
{
|
|
5502
6343
|
"kind": "class",
|
|
5503
6344
|
"description": "",
|
|
5504
|
-
"name": "
|
|
6345
|
+
"name": "SceneInspector",
|
|
5505
6346
|
"members": [
|
|
5506
6347
|
{
|
|
5507
6348
|
"kind": "field",
|
|
5508
|
-
"name": "
|
|
6349
|
+
"name": "scene",
|
|
5509
6350
|
"type": {
|
|
5510
|
-
"text": "
|
|
6351
|
+
"text": "Scene | undefined"
|
|
5511
6352
|
},
|
|
5512
|
-
"attribute": "
|
|
6353
|
+
"attribute": "scene"
|
|
5513
6354
|
},
|
|
5514
6355
|
{
|
|
5515
6356
|
"kind": "field",
|
|
5516
|
-
"name": "
|
|
6357
|
+
"name": "searchText",
|
|
5517
6358
|
"type": {
|
|
5518
|
-
"text": "
|
|
6359
|
+
"text": "string"
|
|
5519
6360
|
},
|
|
5520
|
-
"
|
|
6361
|
+
"privacy": "private",
|
|
6362
|
+
"default": "''"
|
|
5521
6363
|
},
|
|
5522
6364
|
{
|
|
5523
6365
|
"kind": "field",
|
|
5524
|
-
"name": "
|
|
6366
|
+
"name": "_extendedMap",
|
|
5525
6367
|
"type": {
|
|
5526
|
-
"text": "
|
|
6368
|
+
"text": "any"
|
|
5527
6369
|
},
|
|
5528
|
-
"
|
|
6370
|
+
"privacy": "private"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"kind": "field",
|
|
6374
|
+
"name": "show",
|
|
6375
|
+
"type": {
|
|
6376
|
+
"text": "boolean"
|
|
6377
|
+
},
|
|
6378
|
+
"privacy": "private",
|
|
6379
|
+
"default": "false"
|
|
6380
|
+
},
|
|
6381
|
+
{
|
|
6382
|
+
"kind": "field",
|
|
6383
|
+
"name": "count",
|
|
6384
|
+
"type": {
|
|
6385
|
+
"text": "number"
|
|
6386
|
+
},
|
|
6387
|
+
"privacy": "private",
|
|
6388
|
+
"default": "-1"
|
|
5529
6389
|
},
|
|
5530
6390
|
{
|
|
5531
6391
|
"kind": "method",
|
|
5532
|
-
"name": "
|
|
6392
|
+
"name": "disconnectScene",
|
|
6393
|
+
"parameters": [
|
|
6394
|
+
{
|
|
6395
|
+
"name": "scene",
|
|
6396
|
+
"optional": true,
|
|
6397
|
+
"type": {
|
|
6398
|
+
"text": "Scene"
|
|
6399
|
+
}
|
|
6400
|
+
}
|
|
6401
|
+
]
|
|
6402
|
+
},
|
|
6403
|
+
{
|
|
6404
|
+
"kind": "method",
|
|
6405
|
+
"name": "refresh"
|
|
6406
|
+
},
|
|
6407
|
+
{
|
|
6408
|
+
"kind": "method",
|
|
6409
|
+
"name": "_onclick",
|
|
6410
|
+
"parameters": [
|
|
6411
|
+
{
|
|
6412
|
+
"name": "e",
|
|
6413
|
+
"type": {
|
|
6414
|
+
"text": "MouseEvent"
|
|
6415
|
+
}
|
|
6416
|
+
}
|
|
6417
|
+
]
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"kind": "method",
|
|
6421
|
+
"name": "_ondblclick",
|
|
6422
|
+
"parameters": [
|
|
6423
|
+
{
|
|
6424
|
+
"name": "e",
|
|
6425
|
+
"type": {
|
|
6426
|
+
"text": "MouseEvent"
|
|
6427
|
+
}
|
|
6428
|
+
}
|
|
6429
|
+
]
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"kind": "field",
|
|
6433
|
+
"name": "extendedMap",
|
|
6434
|
+
"readonly": true
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "getNodeHandleClass",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "component",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component"
|
|
6444
|
+
}
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "isExtended",
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"name": "component",
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "Component"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "method",
|
|
6462
|
+
"name": "toggleExtended",
|
|
6463
|
+
"parameters": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "component",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"text": "Component"
|
|
6468
|
+
}
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"kind": "method",
|
|
6474
|
+
"name": "toggleHidden",
|
|
6475
|
+
"parameters": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "component",
|
|
6478
|
+
"type": {
|
|
6479
|
+
"text": "Component"
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"kind": "method",
|
|
6486
|
+
"name": "selectComponent",
|
|
6487
|
+
"parameters": [
|
|
6488
|
+
{
|
|
6489
|
+
"name": "component",
|
|
6490
|
+
"type": {
|
|
6491
|
+
"text": "Component"
|
|
6492
|
+
}
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "append",
|
|
6496
|
+
"default": "false",
|
|
6497
|
+
"type": {
|
|
6498
|
+
"text": "boolean"
|
|
6499
|
+
}
|
|
6500
|
+
}
|
|
6501
|
+
]
|
|
6502
|
+
},
|
|
6503
|
+
{
|
|
6504
|
+
"kind": "method",
|
|
6505
|
+
"name": "shouldBeShown",
|
|
6506
|
+
"return": {
|
|
6507
|
+
"type": {
|
|
6508
|
+
"text": "boolean"
|
|
6509
|
+
}
|
|
6510
|
+
},
|
|
5533
6511
|
"parameters": [
|
|
5534
6512
|
{
|
|
5535
|
-
"name": "
|
|
6513
|
+
"name": "component",
|
|
6514
|
+
"type": {
|
|
6515
|
+
"text": "Component"
|
|
6516
|
+
}
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "counting",
|
|
6520
|
+
"default": "false",
|
|
5536
6521
|
"type": {
|
|
5537
|
-
"text": "
|
|
6522
|
+
"text": "boolean"
|
|
5538
6523
|
}
|
|
5539
6524
|
}
|
|
5540
6525
|
]
|
|
5541
6526
|
},
|
|
5542
6527
|
{
|
|
5543
6528
|
"kind": "method",
|
|
5544
|
-
"name": "
|
|
6529
|
+
"name": "renderComponent",
|
|
6530
|
+
"return": {
|
|
6531
|
+
"type": {
|
|
6532
|
+
"text": "TemplateResult"
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
5545
6535
|
"parameters": [
|
|
5546
6536
|
{
|
|
5547
|
-
"name": "
|
|
6537
|
+
"name": "component",
|
|
5548
6538
|
"type": {
|
|
5549
|
-
"text": "
|
|
6539
|
+
"text": "Component"
|
|
6540
|
+
}
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"name": "depth",
|
|
6544
|
+
"type": {
|
|
6545
|
+
"text": "number"
|
|
5550
6546
|
}
|
|
5551
6547
|
}
|
|
5552
6548
|
]
|
|
5553
6549
|
}
|
|
5554
6550
|
],
|
|
5555
|
-
"events": [
|
|
5556
|
-
{
|
|
5557
|
-
"name": "change",
|
|
5558
|
-
"type": {
|
|
5559
|
-
"text": "CustomEvent"
|
|
5560
|
-
}
|
|
5561
|
-
}
|
|
5562
|
-
],
|
|
5563
6551
|
"attributes": [
|
|
5564
|
-
{
|
|
5565
|
-
"name": "value",
|
|
5566
|
-
"type": {
|
|
5567
|
-
"text": "Properties | undefined"
|
|
5568
|
-
},
|
|
5569
|
-
"fieldName": "value"
|
|
5570
|
-
},
|
|
5571
6552
|
{
|
|
5572
6553
|
"name": "scene",
|
|
5573
6554
|
"type": {
|
|
@@ -5586,30 +6567,40 @@
|
|
|
5586
6567
|
"exports": [
|
|
5587
6568
|
{
|
|
5588
6569
|
"kind": "js",
|
|
5589
|
-
"name": "
|
|
6570
|
+
"name": "SceneInspector",
|
|
5590
6571
|
"declaration": {
|
|
5591
|
-
"name": "
|
|
5592
|
-
"module": "src/modeller/property-sidebar/
|
|
6572
|
+
"name": "SceneInspector",
|
|
6573
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5593
6574
|
}
|
|
5594
6575
|
}
|
|
5595
6576
|
]
|
|
5596
6577
|
},
|
|
5597
6578
|
{
|
|
5598
6579
|
"kind": "javascript-module",
|
|
5599
|
-
"path": "src/modeller/property-sidebar/
|
|
6580
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5600
6581
|
"declarations": [
|
|
5601
6582
|
{
|
|
5602
6583
|
"kind": "class",
|
|
5603
|
-
"description": "",
|
|
5604
|
-
"name": "
|
|
6584
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
6585
|
+
"name": "DataBindingMapper",
|
|
5605
6586
|
"members": [
|
|
5606
6587
|
{
|
|
5607
6588
|
"kind": "field",
|
|
5608
|
-
"name": "
|
|
6589
|
+
"name": "mapping",
|
|
5609
6590
|
"type": {
|
|
5610
|
-
"text": "
|
|
6591
|
+
"text": "Mapping"
|
|
5611
6592
|
},
|
|
5612
|
-
"
|
|
6593
|
+
"default": "{ rule: 'value' }",
|
|
6594
|
+
"attribute": "mapping"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"kind": "field",
|
|
6598
|
+
"name": "rule",
|
|
6599
|
+
"type": {
|
|
6600
|
+
"text": "Rule"
|
|
6601
|
+
},
|
|
6602
|
+
"default": "{}",
|
|
6603
|
+
"attribute": "rule"
|
|
5613
6604
|
},
|
|
5614
6605
|
{
|
|
5615
6606
|
"kind": "field",
|
|
@@ -5621,13 +6612,74 @@
|
|
|
5621
6612
|
},
|
|
5622
6613
|
{
|
|
5623
6614
|
"kind": "field",
|
|
5624
|
-
"name": "
|
|
5625
|
-
"
|
|
5626
|
-
|
|
6615
|
+
"name": "_valueTypes",
|
|
6616
|
+
"type": {
|
|
6617
|
+
"text": "any"
|
|
6618
|
+
},
|
|
6619
|
+
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
6620
|
+
},
|
|
6621
|
+
{
|
|
6622
|
+
"kind": "field",
|
|
6623
|
+
"name": "_componentIds",
|
|
6624
|
+
"type": {
|
|
6625
|
+
"text": "{ value: string; description: string }[]"
|
|
6626
|
+
},
|
|
6627
|
+
"default": "[]"
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"kind": "field",
|
|
6631
|
+
"name": "editor",
|
|
6632
|
+
"type": {
|
|
6633
|
+
"text": "HTMLInputElement"
|
|
6634
|
+
}
|
|
6635
|
+
},
|
|
6636
|
+
{
|
|
6637
|
+
"kind": "field",
|
|
6638
|
+
"name": "target",
|
|
6639
|
+
"type": {
|
|
6640
|
+
"text": "HTMLInputElement"
|
|
6641
|
+
}
|
|
5627
6642
|
},
|
|
5628
6643
|
{
|
|
5629
6644
|
"kind": "method",
|
|
5630
|
-
"name": "
|
|
6645
|
+
"name": "_valuetype",
|
|
6646
|
+
"parameters": [
|
|
6647
|
+
{
|
|
6648
|
+
"name": "property",
|
|
6649
|
+
"type": {
|
|
6650
|
+
"text": "string"
|
|
6651
|
+
}
|
|
6652
|
+
}
|
|
6653
|
+
]
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
"kind": "field",
|
|
6657
|
+
"name": "_keep_saved_rule_params",
|
|
6658
|
+
"type": {
|
|
6659
|
+
"text": "boolean"
|
|
6660
|
+
},
|
|
6661
|
+
"privacy": "private",
|
|
6662
|
+
"default": "false"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"kind": "method",
|
|
6666
|
+
"name": "_onChangedMapping"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"kind": "method",
|
|
6670
|
+
"name": "_onChangeRule",
|
|
6671
|
+
"parameters": [
|
|
6672
|
+
{
|
|
6673
|
+
"name": "e",
|
|
6674
|
+
"type": {
|
|
6675
|
+
"text": "Event"
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"kind": "method",
|
|
6682
|
+
"name": "_onChange",
|
|
5631
6683
|
"parameters": [
|
|
5632
6684
|
{
|
|
5633
6685
|
"name": "e",
|
|
@@ -5640,7 +6692,7 @@
|
|
|
5640
6692
|
],
|
|
5641
6693
|
"events": [
|
|
5642
6694
|
{
|
|
5643
|
-
"name": "change",
|
|
6695
|
+
"name": "value-change",
|
|
5644
6696
|
"type": {
|
|
5645
6697
|
"text": "CustomEvent"
|
|
5646
6698
|
}
|
|
@@ -5648,11 +6700,28 @@
|
|
|
5648
6700
|
],
|
|
5649
6701
|
"attributes": [
|
|
5650
6702
|
{
|
|
5651
|
-
"name": "
|
|
6703
|
+
"name": "mapping",
|
|
5652
6704
|
"type": {
|
|
5653
|
-
"text": "
|
|
6705
|
+
"text": "Mapping"
|
|
5654
6706
|
},
|
|
5655
|
-
"
|
|
6707
|
+
"default": "{ rule: 'value' }",
|
|
6708
|
+
"fieldName": "mapping"
|
|
6709
|
+
},
|
|
6710
|
+
{
|
|
6711
|
+
"name": "rule",
|
|
6712
|
+
"type": {
|
|
6713
|
+
"text": "Rule"
|
|
6714
|
+
},
|
|
6715
|
+
"default": "{}",
|
|
6716
|
+
"fieldName": "rule"
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"name": "properties",
|
|
6720
|
+
"type": {
|
|
6721
|
+
"text": "Properties[]"
|
|
6722
|
+
},
|
|
6723
|
+
"default": "[]",
|
|
6724
|
+
"fieldName": "properties"
|
|
5656
6725
|
},
|
|
5657
6726
|
{
|
|
5658
6727
|
"name": "scene",
|
|
@@ -5662,12 +6731,6 @@
|
|
|
5662
6731
|
"fieldName": "scene"
|
|
5663
6732
|
}
|
|
5664
6733
|
],
|
|
5665
|
-
"mixins": [
|
|
5666
|
-
{
|
|
5667
|
-
"name": "ScopedElementsMixin",
|
|
5668
|
-
"package": "@open-wc/scoped-elements"
|
|
5669
|
-
}
|
|
5670
|
-
],
|
|
5671
6734
|
"superclass": {
|
|
5672
6735
|
"name": "LitElement",
|
|
5673
6736
|
"package": "lit"
|
|
@@ -5678,116 +6741,131 @@
|
|
|
5678
6741
|
"exports": [
|
|
5679
6742
|
{
|
|
5680
6743
|
"kind": "js",
|
|
5681
|
-
"name": "
|
|
6744
|
+
"name": "DataBindingMapper",
|
|
5682
6745
|
"declaration": {
|
|
5683
|
-
"name": "
|
|
5684
|
-
"module": "src/modeller/property-sidebar/
|
|
6746
|
+
"name": "DataBindingMapper",
|
|
6747
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5685
6748
|
}
|
|
5686
6749
|
}
|
|
5687
6750
|
]
|
|
5688
6751
|
},
|
|
5689
6752
|
{
|
|
5690
6753
|
"kind": "javascript-module",
|
|
5691
|
-
"path": "src/modeller/property-sidebar/
|
|
6754
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5692
6755
|
"declarations": [
|
|
5693
6756
|
{
|
|
5694
6757
|
"kind": "class",
|
|
5695
|
-
"description": "
|
|
5696
|
-
"name": "
|
|
6758
|
+
"description": "",
|
|
6759
|
+
"name": "DataBindingValueMap",
|
|
5697
6760
|
"members": [
|
|
5698
|
-
{
|
|
5699
|
-
"kind": "field",
|
|
5700
|
-
"name": "value",
|
|
5701
|
-
"type": {
|
|
5702
|
-
"text": "Properties | undefined"
|
|
5703
|
-
},
|
|
5704
|
-
"attribute": "value"
|
|
5705
|
-
},
|
|
5706
6761
|
{
|
|
5707
6762
|
"kind": "method",
|
|
5708
|
-
"name": "
|
|
6763
|
+
"name": "valueInputTemplate",
|
|
5709
6764
|
"parameters": [
|
|
5710
6765
|
{
|
|
5711
|
-
"name": "
|
|
6766
|
+
"name": "value",
|
|
6767
|
+
"optional": true,
|
|
5712
6768
|
"type": {
|
|
5713
|
-
"text": "
|
|
6769
|
+
"text": "any"
|
|
5714
6770
|
}
|
|
5715
6771
|
}
|
|
5716
6772
|
]
|
|
5717
6773
|
}
|
|
5718
6774
|
],
|
|
5719
|
-
"events": [
|
|
5720
|
-
{
|
|
5721
|
-
"name": "change",
|
|
5722
|
-
"type": {
|
|
5723
|
-
"text": "CustomEvent"
|
|
5724
|
-
}
|
|
5725
|
-
}
|
|
5726
|
-
],
|
|
5727
|
-
"attributes": [
|
|
5728
|
-
{
|
|
5729
|
-
"name": "value",
|
|
5730
|
-
"type": {
|
|
5731
|
-
"text": "Properties | undefined"
|
|
5732
|
-
},
|
|
5733
|
-
"fieldName": "value"
|
|
5734
|
-
}
|
|
5735
|
-
],
|
|
5736
6775
|
"superclass": {
|
|
5737
|
-
"name": "
|
|
5738
|
-
"package": "
|
|
6776
|
+
"name": "OxInputValueMap",
|
|
6777
|
+
"package": "@operato/input"
|
|
5739
6778
|
},
|
|
6779
|
+
"tagName": "data-binding-value-map",
|
|
5740
6780
|
"customElement": true
|
|
5741
6781
|
}
|
|
5742
6782
|
],
|
|
5743
6783
|
"exports": [
|
|
5744
6784
|
{
|
|
5745
6785
|
"kind": "js",
|
|
5746
|
-
"name": "
|
|
6786
|
+
"name": "DataBindingValueMap",
|
|
5747
6787
|
"declaration": {
|
|
5748
|
-
"name": "
|
|
5749
|
-
"module": "src/modeller/property-sidebar/
|
|
6788
|
+
"name": "DataBindingValueMap",
|
|
6789
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
6790
|
+
}
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "custom-element-definition",
|
|
6794
|
+
"name": "data-binding-value-map",
|
|
6795
|
+
"declaration": {
|
|
6796
|
+
"name": "DataBindingValueMap",
|
|
6797
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5750
6798
|
}
|
|
5751
6799
|
}
|
|
5752
6800
|
]
|
|
5753
6801
|
},
|
|
5754
6802
|
{
|
|
5755
6803
|
"kind": "javascript-module",
|
|
5756
|
-
"path": "src/modeller/property-sidebar/
|
|
6804
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
5757
6805
|
"declarations": [
|
|
5758
6806
|
{
|
|
5759
|
-
"kind": "
|
|
5760
|
-
"
|
|
5761
|
-
"
|
|
6807
|
+
"kind": "class",
|
|
6808
|
+
"description": "",
|
|
6809
|
+
"name": "DataBindingValueRange",
|
|
6810
|
+
"members": [
|
|
5762
6811
|
{
|
|
5763
|
-
"
|
|
5764
|
-
"
|
|
5765
|
-
|
|
5766
|
-
|
|
6812
|
+
"kind": "method",
|
|
6813
|
+
"name": "valueInputTemplate",
|
|
6814
|
+
"parameters": [
|
|
6815
|
+
{
|
|
6816
|
+
"name": "value",
|
|
6817
|
+
"optional": true,
|
|
6818
|
+
"type": {
|
|
6819
|
+
"text": "any"
|
|
6820
|
+
}
|
|
6821
|
+
}
|
|
6822
|
+
]
|
|
5767
6823
|
}
|
|
5768
|
-
]
|
|
6824
|
+
],
|
|
6825
|
+
"superclass": {
|
|
6826
|
+
"name": "OxInputValueRange",
|
|
6827
|
+
"package": "@operato/input"
|
|
6828
|
+
},
|
|
6829
|
+
"tagName": "data-binding-value-range",
|
|
6830
|
+
"customElement": true
|
|
5769
6831
|
}
|
|
5770
6832
|
],
|
|
5771
6833
|
"exports": [
|
|
5772
6834
|
{
|
|
5773
6835
|
"kind": "js",
|
|
5774
|
-
"name": "
|
|
6836
|
+
"name": "DataBindingValueRange",
|
|
5775
6837
|
"declaration": {
|
|
5776
|
-
"name": "
|
|
5777
|
-
"module": "src/modeller/property-sidebar/
|
|
6838
|
+
"name": "DataBindingValueRange",
|
|
6839
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6840
|
+
}
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"kind": "custom-element-definition",
|
|
6844
|
+
"name": "data-binding-value-range",
|
|
6845
|
+
"declaration": {
|
|
6846
|
+
"name": "DataBindingValueRange",
|
|
6847
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5778
6848
|
}
|
|
5779
6849
|
}
|
|
5780
6850
|
]
|
|
5781
6851
|
},
|
|
5782
6852
|
{
|
|
5783
6853
|
"kind": "javascript-module",
|
|
5784
|
-
"path": "src/modeller/property-sidebar/
|
|
6854
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5785
6855
|
"declarations": [
|
|
5786
6856
|
{
|
|
5787
6857
|
"kind": "class",
|
|
5788
6858
|
"description": "",
|
|
5789
|
-
"name": "
|
|
6859
|
+
"name": "PropertyDataBinding",
|
|
5790
6860
|
"members": [
|
|
6861
|
+
{
|
|
6862
|
+
"kind": "field",
|
|
6863
|
+
"name": "value",
|
|
6864
|
+
"type": {
|
|
6865
|
+
"text": "Properties | undefined"
|
|
6866
|
+
},
|
|
6867
|
+
"attribute": "value"
|
|
6868
|
+
},
|
|
5791
6869
|
{
|
|
5792
6870
|
"kind": "field",
|
|
5793
6871
|
"name": "scene",
|
|
@@ -5798,201 +6876,191 @@
|
|
|
5798
6876
|
},
|
|
5799
6877
|
{
|
|
5800
6878
|
"kind": "field",
|
|
5801
|
-
"name": "
|
|
6879
|
+
"name": "mappingIndex",
|
|
5802
6880
|
"type": {
|
|
5803
|
-
"text": "
|
|
6881
|
+
"text": "number"
|
|
5804
6882
|
},
|
|
5805
|
-
"
|
|
5806
|
-
"default": "''"
|
|
6883
|
+
"default": "0"
|
|
5807
6884
|
},
|
|
5808
6885
|
{
|
|
5809
6886
|
"kind": "field",
|
|
5810
|
-
"name": "
|
|
6887
|
+
"name": "_afterRender",
|
|
5811
6888
|
"type": {
|
|
5812
|
-
"text": "
|
|
5813
|
-
}
|
|
5814
|
-
"privacy": "private"
|
|
6889
|
+
"text": "Function | null | undefined"
|
|
6890
|
+
}
|
|
5815
6891
|
},
|
|
5816
6892
|
{
|
|
5817
6893
|
"kind": "field",
|
|
5818
|
-
"name": "
|
|
6894
|
+
"name": "_dataExpanded",
|
|
5819
6895
|
"type": {
|
|
5820
6896
|
"text": "boolean"
|
|
5821
6897
|
},
|
|
5822
|
-
"
|
|
5823
|
-
"default": "false"
|
|
6898
|
+
"default": "true"
|
|
5824
6899
|
},
|
|
5825
6900
|
{
|
|
5826
6901
|
"kind": "field",
|
|
5827
|
-
"name": "
|
|
6902
|
+
"name": "tabs",
|
|
5828
6903
|
"type": {
|
|
5829
|
-
"text": "
|
|
5830
|
-
}
|
|
5831
|
-
|
|
5832
|
-
|
|
6904
|
+
"text": "HTMLElement"
|
|
6905
|
+
}
|
|
6906
|
+
},
|
|
6907
|
+
{
|
|
6908
|
+
"kind": "field",
|
|
6909
|
+
"name": "tabNavLeftButton",
|
|
6910
|
+
"type": {
|
|
6911
|
+
"text": "HTMLElement"
|
|
6912
|
+
}
|
|
6913
|
+
},
|
|
6914
|
+
{
|
|
6915
|
+
"kind": "field",
|
|
6916
|
+
"name": "tabNavRightButton",
|
|
6917
|
+
"type": {
|
|
6918
|
+
"text": "HTMLElement"
|
|
6919
|
+
}
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"kind": "field",
|
|
6923
|
+
"name": "mappings",
|
|
6924
|
+
"readonly": true
|
|
6925
|
+
},
|
|
6926
|
+
{
|
|
6927
|
+
"kind": "field",
|
|
6928
|
+
"name": "scopedElements",
|
|
6929
|
+
"static": true,
|
|
6930
|
+
"readonly": true
|
|
5833
6931
|
},
|
|
5834
6932
|
{
|
|
5835
6933
|
"kind": "method",
|
|
5836
|
-
"name": "
|
|
6934
|
+
"name": "_setMappingIndex",
|
|
5837
6935
|
"parameters": [
|
|
5838
6936
|
{
|
|
5839
|
-
"name": "
|
|
5840
|
-
"optional": true,
|
|
6937
|
+
"name": "idx",
|
|
5841
6938
|
"type": {
|
|
5842
|
-
"text": "
|
|
6939
|
+
"text": "number"
|
|
5843
6940
|
}
|
|
5844
6941
|
}
|
|
5845
6942
|
]
|
|
5846
6943
|
},
|
|
5847
6944
|
{
|
|
5848
6945
|
"kind": "method",
|
|
5849
|
-
"name": "
|
|
6946
|
+
"name": "_clearDataBindingMapper"
|
|
5850
6947
|
},
|
|
5851
6948
|
{
|
|
5852
6949
|
"kind": "method",
|
|
5853
|
-
"name": "
|
|
5854
|
-
"parameters": [
|
|
5855
|
-
{
|
|
5856
|
-
"name": "e",
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "MouseEvent"
|
|
5859
|
-
}
|
|
5860
|
-
}
|
|
5861
|
-
]
|
|
6950
|
+
"name": "_copyDataBindingMapper"
|
|
5862
6951
|
},
|
|
5863
6952
|
{
|
|
5864
6953
|
"kind": "method",
|
|
5865
|
-
"name": "
|
|
6954
|
+
"name": "_pasteDataBindingMapper"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"kind": "method",
|
|
6958
|
+
"name": "_onValueChanged"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"kind": "method",
|
|
6962
|
+
"name": "_onValueChange",
|
|
5866
6963
|
"parameters": [
|
|
5867
6964
|
{
|
|
5868
6965
|
"name": "e",
|
|
5869
6966
|
"type": {
|
|
5870
|
-
"text": "
|
|
6967
|
+
"text": "Event"
|
|
5871
6968
|
}
|
|
5872
6969
|
}
|
|
5873
|
-
]
|
|
6970
|
+
],
|
|
6971
|
+
"inheritedFrom": {
|
|
6972
|
+
"name": "AbstractProperty",
|
|
6973
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6974
|
+
}
|
|
5874
6975
|
},
|
|
5875
6976
|
{
|
|
5876
6977
|
"kind": "field",
|
|
5877
|
-
"name": "
|
|
6978
|
+
"name": "tabContainer",
|
|
5878
6979
|
"readonly": true
|
|
5879
6980
|
},
|
|
5880
6981
|
{
|
|
5881
6982
|
"kind": "method",
|
|
5882
|
-
"name": "
|
|
6983
|
+
"name": "_onMappingChanged",
|
|
5883
6984
|
"parameters": [
|
|
5884
6985
|
{
|
|
5885
|
-
"name": "
|
|
6986
|
+
"name": "e",
|
|
5886
6987
|
"type": {
|
|
5887
|
-
"text": "
|
|
6988
|
+
"text": "CustomEvent"
|
|
5888
6989
|
}
|
|
5889
6990
|
}
|
|
5890
6991
|
]
|
|
5891
6992
|
},
|
|
5892
6993
|
{
|
|
5893
6994
|
"kind": "method",
|
|
5894
|
-
"name": "
|
|
5895
|
-
"parameters": [
|
|
5896
|
-
{
|
|
5897
|
-
"name": "component",
|
|
5898
|
-
"type": {
|
|
5899
|
-
"text": "Component"
|
|
5900
|
-
}
|
|
5901
|
-
}
|
|
5902
|
-
]
|
|
6995
|
+
"name": "_onTabScroll"
|
|
5903
6996
|
},
|
|
5904
6997
|
{
|
|
5905
6998
|
"kind": "method",
|
|
5906
|
-
"name": "
|
|
5907
|
-
"parameters": [
|
|
5908
|
-
{
|
|
5909
|
-
"name": "component",
|
|
5910
|
-
"type": {
|
|
5911
|
-
"text": "Component"
|
|
5912
|
-
}
|
|
5913
|
-
}
|
|
5914
|
-
]
|
|
6999
|
+
"name": "_onTabScrollNavLeft"
|
|
5915
7000
|
},
|
|
5916
7001
|
{
|
|
5917
7002
|
"kind": "method",
|
|
5918
|
-
"name": "
|
|
5919
|
-
"parameters": [
|
|
5920
|
-
{
|
|
5921
|
-
"name": "component",
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "Component"
|
|
5924
|
-
}
|
|
5925
|
-
}
|
|
5926
|
-
]
|
|
7003
|
+
"name": "_onTabScrollNavRight"
|
|
5927
7004
|
},
|
|
5928
7005
|
{
|
|
5929
7006
|
"kind": "method",
|
|
5930
|
-
"name": "
|
|
7007
|
+
"name": "_getValueFromEventTarget",
|
|
5931
7008
|
"parameters": [
|
|
5932
7009
|
{
|
|
5933
|
-
"name": "
|
|
5934
|
-
"type": {
|
|
5935
|
-
"text": "Component"
|
|
5936
|
-
}
|
|
5937
|
-
},
|
|
5938
|
-
{
|
|
5939
|
-
"name": "append",
|
|
5940
|
-
"default": "false",
|
|
7010
|
+
"name": "element",
|
|
5941
7011
|
"type": {
|
|
5942
|
-
"text": "
|
|
7012
|
+
"text": "HTMLElement"
|
|
5943
7013
|
}
|
|
5944
7014
|
}
|
|
5945
|
-
]
|
|
7015
|
+
],
|
|
7016
|
+
"inheritedFrom": {
|
|
7017
|
+
"name": "AbstractProperty",
|
|
7018
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7019
|
+
}
|
|
5946
7020
|
},
|
|
5947
7021
|
{
|
|
5948
7022
|
"kind": "method",
|
|
5949
|
-
"name": "
|
|
5950
|
-
"return": {
|
|
5951
|
-
"type": {
|
|
5952
|
-
"text": "boolean"
|
|
5953
|
-
}
|
|
5954
|
-
},
|
|
7023
|
+
"name": "_onAfterValueChange",
|
|
5955
7024
|
"parameters": [
|
|
5956
7025
|
{
|
|
5957
|
-
"name": "
|
|
7026
|
+
"name": "key",
|
|
5958
7027
|
"type": {
|
|
5959
|
-
"text": "
|
|
7028
|
+
"text": "string"
|
|
5960
7029
|
}
|
|
5961
7030
|
},
|
|
5962
7031
|
{
|
|
5963
|
-
"name": "
|
|
5964
|
-
"default": "false",
|
|
7032
|
+
"name": "value",
|
|
5965
7033
|
"type": {
|
|
5966
|
-
"text": "
|
|
7034
|
+
"text": "any"
|
|
5967
7035
|
}
|
|
5968
7036
|
}
|
|
5969
|
-
]
|
|
5970
|
-
|
|
7037
|
+
],
|
|
7038
|
+
"inheritedFrom": {
|
|
7039
|
+
"name": "AbstractProperty",
|
|
7040
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7041
|
+
}
|
|
7042
|
+
}
|
|
7043
|
+
],
|
|
7044
|
+
"events": [
|
|
5971
7045
|
{
|
|
5972
|
-
"
|
|
5973
|
-
"
|
|
5974
|
-
|
|
5975
|
-
"type": {
|
|
5976
|
-
"text": "TemplateResult"
|
|
5977
|
-
}
|
|
7046
|
+
"name": "property-change",
|
|
7047
|
+
"type": {
|
|
7048
|
+
"text": "CustomEvent"
|
|
5978
7049
|
},
|
|
5979
|
-
"
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
"text": "Component"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"name": "depth",
|
|
5988
|
-
"type": {
|
|
5989
|
-
"text": "number"
|
|
5990
|
-
}
|
|
5991
|
-
}
|
|
5992
|
-
]
|
|
7050
|
+
"inheritedFrom": {
|
|
7051
|
+
"name": "AbstractProperty",
|
|
7052
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7053
|
+
}
|
|
5993
7054
|
}
|
|
5994
7055
|
],
|
|
5995
7056
|
"attributes": [
|
|
7057
|
+
{
|
|
7058
|
+
"name": "value",
|
|
7059
|
+
"type": {
|
|
7060
|
+
"text": "Properties | undefined"
|
|
7061
|
+
},
|
|
7062
|
+
"fieldName": "value"
|
|
7063
|
+
},
|
|
5996
7064
|
{
|
|
5997
7065
|
"name": "scene",
|
|
5998
7066
|
"type": {
|
|
@@ -6001,20 +7069,25 @@
|
|
|
6001
7069
|
"fieldName": "scene"
|
|
6002
7070
|
}
|
|
6003
7071
|
],
|
|
7072
|
+
"mixins": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "ScopedElementsMixin",
|
|
7075
|
+
"package": "@open-wc/scoped-elements"
|
|
7076
|
+
}
|
|
7077
|
+
],
|
|
6004
7078
|
"superclass": {
|
|
6005
|
-
"name": "
|
|
6006
|
-
"
|
|
6007
|
-
}
|
|
6008
|
-
"customElement": true
|
|
7079
|
+
"name": "AbstractProperty",
|
|
7080
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7081
|
+
}
|
|
6009
7082
|
}
|
|
6010
7083
|
],
|
|
6011
7084
|
"exports": [
|
|
6012
7085
|
{
|
|
6013
7086
|
"kind": "js",
|
|
6014
|
-
"name": "
|
|
7087
|
+
"name": "PropertyDataBinding",
|
|
6015
7088
|
"declaration": {
|
|
6016
|
-
"name": "
|
|
6017
|
-
"module": "src/modeller/property-sidebar/
|
|
7089
|
+
"name": "PropertyDataBinding",
|
|
7090
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
6018
7091
|
}
|
|
6019
7092
|
}
|
|
6020
7093
|
]
|