@fmsim/board 0.0.81 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1803 -1803
- package/dist/src/modeller/property-sidebar/property-sidebar.js +3 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +20 -19
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/selector/ox-board-selector.js +3 -2
- package/dist/src/selector/ox-board-selector.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/index.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "Regular"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "variable",
|
|
15
|
+
"name": "CustomTitle"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"kind": "variable",
|
|
19
|
+
"name": "CustomCounter"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"kind": "variable",
|
|
23
|
+
"name": "SlottedContent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"exports": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "js",
|
|
29
|
+
"name": "default",
|
|
30
|
+
"declaration": {
|
|
31
|
+
"module": "stories/index.stories.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "Regular",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "Regular",
|
|
39
|
+
"module": "stories/index.stories.ts"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "CustomTitle",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "CustomTitle",
|
|
47
|
+
"module": "stories/index.stories.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "CustomCounter",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "CustomCounter",
|
|
55
|
+
"module": "stories/index.stories.ts"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "SlottedContent",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "SlottedContent",
|
|
63
|
+
"module": "stories/index.stories.ts"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1607,69 +1670,6 @@
|
|
|
1607
1670
|
"declarations": [],
|
|
1608
1671
|
"exports": []
|
|
1609
1672
|
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "javascript-module",
|
|
1612
|
-
"path": "stories/index.stories.ts",
|
|
1613
|
-
"declarations": [
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "variable",
|
|
1616
|
-
"name": "Regular"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "variable",
|
|
1620
|
-
"name": "CustomTitle"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "variable",
|
|
1624
|
-
"name": "CustomCounter"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "variable",
|
|
1628
|
-
"name": "SlottedContent"
|
|
1629
|
-
}
|
|
1630
|
-
],
|
|
1631
|
-
"exports": [
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "js",
|
|
1634
|
-
"name": "default",
|
|
1635
|
-
"declaration": {
|
|
1636
|
-
"module": "stories/index.stories.ts"
|
|
1637
|
-
}
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"kind": "js",
|
|
1641
|
-
"name": "Regular",
|
|
1642
|
-
"declaration": {
|
|
1643
|
-
"name": "Regular",
|
|
1644
|
-
"module": "stories/index.stories.ts"
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "js",
|
|
1649
|
-
"name": "CustomTitle",
|
|
1650
|
-
"declaration": {
|
|
1651
|
-
"name": "CustomTitle",
|
|
1652
|
-
"module": "stories/index.stories.ts"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "js",
|
|
1657
|
-
"name": "CustomCounter",
|
|
1658
|
-
"declaration": {
|
|
1659
|
-
"name": "CustomCounter",
|
|
1660
|
-
"module": "stories/index.stories.ts"
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"kind": "js",
|
|
1665
|
-
"name": "SlottedContent",
|
|
1666
|
-
"declaration": {
|
|
1667
|
-
"name": "SlottedContent",
|
|
1668
|
-
"module": "stories/index.stories.ts"
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
]
|
|
1672
|
-
},
|
|
1673
1673
|
{
|
|
1674
1674
|
"kind": "javascript-module",
|
|
1675
1675
|
"path": "src/component/etc.ts",
|
|
@@ -2017,648 +2017,745 @@
|
|
|
2017
2017
|
},
|
|
2018
2018
|
{
|
|
2019
2019
|
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/
|
|
2021
|
-
"declarations": [
|
|
2022
|
-
{
|
|
2023
|
-
"kind": "variable",
|
|
2024
|
-
"name": "style",
|
|
2025
|
-
"default": "css`\n :host {\n color: white;\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2026
|
-
}
|
|
2027
|
-
],
|
|
2028
|
-
"exports": [
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "js",
|
|
2031
|
-
"name": "style",
|
|
2032
|
-
"declaration": {
|
|
2033
|
-
"name": "style",
|
|
2034
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
]
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "javascript-module",
|
|
2041
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2020
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2042
2021
|
"declarations": [
|
|
2043
2022
|
{
|
|
2044
2023
|
"kind": "class",
|
|
2045
2024
|
"description": "",
|
|
2046
|
-
"name": "
|
|
2025
|
+
"name": "BoardCreationPopup",
|
|
2047
2026
|
"members": [
|
|
2048
2027
|
{
|
|
2049
2028
|
"kind": "field",
|
|
2050
|
-
"name": "
|
|
2029
|
+
"name": "defaultGroup",
|
|
2051
2030
|
"type": {
|
|
2052
|
-
"text": "
|
|
2031
|
+
"text": "string | undefined"
|
|
2053
2032
|
},
|
|
2054
|
-
"attribute": "
|
|
2033
|
+
"attribute": "defaultGroup"
|
|
2055
2034
|
},
|
|
2056
2035
|
{
|
|
2057
2036
|
"kind": "field",
|
|
2058
|
-
"name": "
|
|
2037
|
+
"name": "groups",
|
|
2059
2038
|
"type": {
|
|
2060
|
-
"text": "
|
|
2039
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2061
2040
|
},
|
|
2062
|
-
"
|
|
2063
|
-
"attribute": "selected"
|
|
2041
|
+
"attribute": "groups"
|
|
2064
2042
|
},
|
|
2065
2043
|
{
|
|
2066
|
-
"kind": "
|
|
2067
|
-
"name": "
|
|
2044
|
+
"kind": "method",
|
|
2045
|
+
"name": "onClickSubmit"
|
|
2046
|
+
}
|
|
2047
|
+
],
|
|
2048
|
+
"events": [
|
|
2049
|
+
{
|
|
2050
|
+
"name": "create-board",
|
|
2068
2051
|
"type": {
|
|
2069
|
-
"text": "
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2052
|
+
"text": "CustomEvent"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"attributes": [
|
|
2074
2057
|
{
|
|
2075
|
-
"
|
|
2076
|
-
"name": "cliped",
|
|
2058
|
+
"name": "defaultGroup",
|
|
2077
2059
|
"type": {
|
|
2078
2060
|
"text": "string | undefined"
|
|
2079
2061
|
},
|
|
2080
|
-
"
|
|
2062
|
+
"fieldName": "defaultGroup"
|
|
2081
2063
|
},
|
|
2082
2064
|
{
|
|
2083
|
-
"
|
|
2084
|
-
"name": "redo",
|
|
2065
|
+
"name": "groups",
|
|
2085
2066
|
"type": {
|
|
2086
|
-
"text": "
|
|
2067
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2087
2068
|
},
|
|
2088
|
-
"
|
|
2089
|
-
}
|
|
2069
|
+
"fieldName": "groups"
|
|
2070
|
+
}
|
|
2071
|
+
],
|
|
2072
|
+
"mixins": [
|
|
2073
|
+
{
|
|
2074
|
+
"name": "localize(i18next)",
|
|
2075
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"superclass": {
|
|
2079
|
+
"name": "LitElement",
|
|
2080
|
+
"package": "lit"
|
|
2081
|
+
},
|
|
2082
|
+
"tagName": "board-creation-popup",
|
|
2083
|
+
"customElement": true
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"exports": [
|
|
2087
|
+
{
|
|
2088
|
+
"kind": "js",
|
|
2089
|
+
"name": "BoardCreationPopup",
|
|
2090
|
+
"declaration": {
|
|
2091
|
+
"name": "BoardCreationPopup",
|
|
2092
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"kind": "custom-element-definition",
|
|
2097
|
+
"name": "board-creation-popup",
|
|
2098
|
+
"declaration": {
|
|
2099
|
+
"name": "BoardCreationPopup",
|
|
2100
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
]
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "javascript-module",
|
|
2107
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2108
|
+
"declarations": [
|
|
2109
|
+
{
|
|
2110
|
+
"kind": "class",
|
|
2111
|
+
"description": "",
|
|
2112
|
+
"name": "BoardThumbnailCard",
|
|
2113
|
+
"members": [
|
|
2090
2114
|
{
|
|
2091
2115
|
"kind": "field",
|
|
2092
|
-
"name": "
|
|
2116
|
+
"name": "defaultGroup",
|
|
2093
2117
|
"type": {
|
|
2094
|
-
"text": "
|
|
2118
|
+
"text": "string | undefined"
|
|
2095
2119
|
},
|
|
2096
|
-
"
|
|
2120
|
+
"attribute": "defaultGroup"
|
|
2097
2121
|
},
|
|
2098
2122
|
{
|
|
2099
2123
|
"kind": "field",
|
|
2100
|
-
"name": "
|
|
2124
|
+
"name": "groups",
|
|
2101
2125
|
"type": {
|
|
2102
|
-
"text": "
|
|
2126
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2103
2127
|
},
|
|
2104
|
-
"
|
|
2128
|
+
"attribute": "groups"
|
|
2105
2129
|
},
|
|
2106
2130
|
{
|
|
2107
|
-
"kind": "
|
|
2108
|
-
"name": "
|
|
2109
|
-
"
|
|
2110
|
-
|
|
2131
|
+
"kind": "method",
|
|
2132
|
+
"name": "onClickFlip",
|
|
2133
|
+
"parameters": [
|
|
2134
|
+
{
|
|
2135
|
+
"name": "e",
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "Event"
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "method",
|
|
2144
|
+
"name": "onClickSubmit",
|
|
2145
|
+
"parameters": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "e",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "Event"
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
]
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"kind": "method",
|
|
2156
|
+
"name": "reset"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"events": [
|
|
2160
|
+
{
|
|
2161
|
+
"name": "create-board",
|
|
2162
|
+
"type": {
|
|
2163
|
+
"text": "CustomEvent"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
],
|
|
2167
|
+
"attributes": [
|
|
2168
|
+
{
|
|
2169
|
+
"name": "defaultGroup",
|
|
2170
|
+
"type": {
|
|
2171
|
+
"text": "string | undefined"
|
|
2111
2172
|
},
|
|
2112
|
-
"
|
|
2173
|
+
"fieldName": "defaultGroup"
|
|
2113
2174
|
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "groups",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2179
|
+
},
|
|
2180
|
+
"fieldName": "groups"
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"mixins": [
|
|
2184
|
+
{
|
|
2185
|
+
"name": "localize(i18next)",
|
|
2186
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2187
|
+
}
|
|
2188
|
+
],
|
|
2189
|
+
"superclass": {
|
|
2190
|
+
"name": "LitElement",
|
|
2191
|
+
"package": "lit"
|
|
2192
|
+
},
|
|
2193
|
+
"tagName": "board-thumbnail-card",
|
|
2194
|
+
"customElement": true
|
|
2195
|
+
}
|
|
2196
|
+
],
|
|
2197
|
+
"exports": [
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "js",
|
|
2200
|
+
"name": "BoardThumbnailCard",
|
|
2201
|
+
"declaration": {
|
|
2202
|
+
"name": "BoardThumbnailCard",
|
|
2203
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"kind": "custom-element-definition",
|
|
2208
|
+
"name": "board-thumbnail-card",
|
|
2209
|
+
"declaration": {
|
|
2210
|
+
"name": "BoardThumbnailCard",
|
|
2211
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"kind": "javascript-module",
|
|
2218
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2219
|
+
"declarations": [
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "class",
|
|
2222
|
+
"description": "",
|
|
2223
|
+
"name": "BoardCreationCard",
|
|
2224
|
+
"members": [
|
|
2114
2225
|
{
|
|
2115
2226
|
"kind": "field",
|
|
2116
|
-
"name": "
|
|
2227
|
+
"name": "defaultGroup",
|
|
2117
2228
|
"type": {
|
|
2118
|
-
"text": "
|
|
2229
|
+
"text": "string | undefined"
|
|
2119
2230
|
},
|
|
2120
|
-
"
|
|
2231
|
+
"attribute": "defaultGroup"
|
|
2121
2232
|
},
|
|
2122
2233
|
{
|
|
2123
2234
|
"kind": "field",
|
|
2124
|
-
"name": "
|
|
2235
|
+
"name": "groups",
|
|
2125
2236
|
"type": {
|
|
2126
|
-
"text": "
|
|
2237
|
+
"text": "any"
|
|
2127
2238
|
},
|
|
2128
|
-
"
|
|
2239
|
+
"attribute": "groups"
|
|
2129
2240
|
},
|
|
2130
2241
|
{
|
|
2131
2242
|
"kind": "field",
|
|
2132
|
-
"name": "
|
|
2243
|
+
"name": "popup",
|
|
2133
2244
|
"type": {
|
|
2134
|
-
"text": "
|
|
2245
|
+
"text": "any"
|
|
2135
2246
|
},
|
|
2136
2247
|
"privacy": "private"
|
|
2137
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "method",
|
|
2251
|
+
"name": "onClick"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "method",
|
|
2255
|
+
"name": "reset"
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"events": [
|
|
2259
|
+
{
|
|
2260
|
+
"name": "create-board",
|
|
2261
|
+
"type": {
|
|
2262
|
+
"text": "CustomEvent"
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"attributes": [
|
|
2267
|
+
{
|
|
2268
|
+
"name": "defaultGroup",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "string | undefined"
|
|
2271
|
+
},
|
|
2272
|
+
"fieldName": "defaultGroup"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "groups",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "any"
|
|
2278
|
+
},
|
|
2279
|
+
"fieldName": "groups"
|
|
2280
|
+
}
|
|
2281
|
+
],
|
|
2282
|
+
"mixins": [
|
|
2283
|
+
{
|
|
2284
|
+
"name": "localize(i18next)",
|
|
2285
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"superclass": {
|
|
2289
|
+
"name": "LitElement",
|
|
2290
|
+
"package": "lit"
|
|
2291
|
+
},
|
|
2292
|
+
"tagName": "ox-board-creation-card",
|
|
2293
|
+
"customElement": true
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"exports": [
|
|
2297
|
+
{
|
|
2298
|
+
"kind": "js",
|
|
2299
|
+
"name": "BoardCreationCard",
|
|
2300
|
+
"declaration": {
|
|
2301
|
+
"name": "BoardCreationCard",
|
|
2302
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "custom-element-definition",
|
|
2307
|
+
"name": "ox-board-creation-card",
|
|
2308
|
+
"declaration": {
|
|
2309
|
+
"name": "BoardCreationCard",
|
|
2310
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "javascript-module",
|
|
2317
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
2318
|
+
"declarations": [
|
|
2319
|
+
{
|
|
2320
|
+
"kind": "class",
|
|
2321
|
+
"description": "",
|
|
2322
|
+
"name": "BoardSelector",
|
|
2323
|
+
"members": [
|
|
2138
2324
|
{
|
|
2139
2325
|
"kind": "field",
|
|
2140
|
-
"name": "
|
|
2326
|
+
"name": "groups",
|
|
2141
2327
|
"type": {
|
|
2142
|
-
"text": "
|
|
2328
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2143
2329
|
},
|
|
2144
|
-
"
|
|
2330
|
+
"default": "[]",
|
|
2331
|
+
"attribute": "groups"
|
|
2145
2332
|
},
|
|
2146
2333
|
{
|
|
2147
2334
|
"kind": "field",
|
|
2148
|
-
"name": "
|
|
2335
|
+
"name": "boards",
|
|
2149
2336
|
"type": {
|
|
2150
|
-
"text": "
|
|
2337
|
+
"text": "any[]"
|
|
2151
2338
|
},
|
|
2152
|
-
"
|
|
2339
|
+
"default": "[]",
|
|
2340
|
+
"attribute": "boards"
|
|
2153
2341
|
},
|
|
2154
2342
|
{
|
|
2155
2343
|
"kind": "field",
|
|
2156
|
-
"name": "
|
|
2344
|
+
"name": "group",
|
|
2157
2345
|
"type": {
|
|
2158
|
-
"text": "
|
|
2346
|
+
"text": "string | undefined"
|
|
2159
2347
|
},
|
|
2160
|
-
"
|
|
2348
|
+
"attribute": "group"
|
|
2161
2349
|
},
|
|
2162
2350
|
{
|
|
2163
2351
|
"kind": "field",
|
|
2164
|
-
"name": "
|
|
2352
|
+
"name": "inherited",
|
|
2165
2353
|
"type": {
|
|
2166
|
-
"text": "
|
|
2354
|
+
"text": "InheritedValueType | undefined"
|
|
2167
2355
|
},
|
|
2168
|
-
"
|
|
2356
|
+
"attribute": "inherited"
|
|
2169
2357
|
},
|
|
2170
2358
|
{
|
|
2171
2359
|
"kind": "field",
|
|
2172
|
-
"name": "
|
|
2360
|
+
"name": "creatable",
|
|
2173
2361
|
"type": {
|
|
2174
|
-
"text": "
|
|
2362
|
+
"text": "boolean"
|
|
2175
2363
|
},
|
|
2176
|
-
"
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"attribute": "creatable"
|
|
2177
2366
|
},
|
|
2178
2367
|
{
|
|
2179
2368
|
"kind": "field",
|
|
2180
|
-
"name": "
|
|
2369
|
+
"name": "value",
|
|
2181
2370
|
"type": {
|
|
2182
|
-
"text": "
|
|
2371
|
+
"text": "string | undefined"
|
|
2183
2372
|
},
|
|
2184
|
-
"
|
|
2373
|
+
"attribute": "value"
|
|
2185
2374
|
},
|
|
2186
2375
|
{
|
|
2187
2376
|
"kind": "field",
|
|
2188
|
-
"name": "
|
|
2377
|
+
"name": "_page",
|
|
2189
2378
|
"type": {
|
|
2190
|
-
"text": "
|
|
2379
|
+
"text": "number"
|
|
2191
2380
|
},
|
|
2192
|
-
"privacy": "private"
|
|
2381
|
+
"privacy": "private",
|
|
2382
|
+
"default": "1"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"kind": "field",
|
|
2386
|
+
"name": "_total",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "number"
|
|
2389
|
+
},
|
|
2390
|
+
"privacy": "private",
|
|
2391
|
+
"default": "0"
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "field",
|
|
2395
|
+
"name": "scrollTargetEl",
|
|
2396
|
+
"type": {
|
|
2397
|
+
"text": "HTMLElement | null"
|
|
2398
|
+
},
|
|
2399
|
+
"readonly": true
|
|
2193
2400
|
},
|
|
2194
2401
|
{
|
|
2195
2402
|
"kind": "method",
|
|
2196
|
-
"name": "
|
|
2403
|
+
"name": "scrollAction"
|
|
2197
2404
|
},
|
|
2198
2405
|
{
|
|
2199
2406
|
"kind": "method",
|
|
2200
|
-
"name": "
|
|
2407
|
+
"name": "onClickSelect",
|
|
2201
2408
|
"parameters": [
|
|
2202
2409
|
{
|
|
2203
|
-
"name": "
|
|
2410
|
+
"name": "board",
|
|
2204
2411
|
"type": {
|
|
2205
|
-
"text": "
|
|
2412
|
+
"text": "any"
|
|
2206
2413
|
}
|
|
2207
2414
|
}
|
|
2208
2415
|
]
|
|
2209
2416
|
},
|
|
2210
2417
|
{
|
|
2211
2418
|
"kind": "method",
|
|
2212
|
-
"name": "
|
|
2419
|
+
"name": "onCreateBoard",
|
|
2213
2420
|
"parameters": [
|
|
2214
2421
|
{
|
|
2215
|
-
"name": "
|
|
2422
|
+
"name": "e",
|
|
2216
2423
|
"type": {
|
|
2217
|
-
"text": "
|
|
2424
|
+
"text": "CustomEvent"
|
|
2218
2425
|
}
|
|
2219
2426
|
}
|
|
2220
2427
|
]
|
|
2221
2428
|
},
|
|
2222
2429
|
{
|
|
2223
2430
|
"kind": "method",
|
|
2224
|
-
"name": "
|
|
2225
|
-
"privacy": "private",
|
|
2226
|
-
"parameters": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "keys",
|
|
2229
|
-
"type": {
|
|
2230
|
-
"text": "string[]"
|
|
2231
|
-
}
|
|
2232
|
-
}
|
|
2233
|
-
]
|
|
2431
|
+
"name": "refreshGroups"
|
|
2234
2432
|
},
|
|
2235
2433
|
{
|
|
2236
2434
|
"kind": "method",
|
|
2237
|
-
"name": "
|
|
2238
|
-
"parameters": [
|
|
2239
|
-
{
|
|
2240
|
-
"name": "e",
|
|
2241
|
-
"type": {
|
|
2242
|
-
"text": "KeyboardEvent"
|
|
2243
|
-
}
|
|
2244
|
-
}
|
|
2245
|
-
]
|
|
2435
|
+
"name": "refreshBoards"
|
|
2246
2436
|
},
|
|
2247
2437
|
{
|
|
2248
2438
|
"kind": "method",
|
|
2249
|
-
"name": "
|
|
2250
|
-
"parameters": [
|
|
2251
|
-
{
|
|
2252
|
-
"name": "command",
|
|
2253
|
-
"type": {
|
|
2254
|
-
"text": "string"
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "undoable",
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "boolean"
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "redoable",
|
|
2265
|
-
"type": {
|
|
2266
|
-
"text": "boolean"
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
2269
|
-
]
|
|
2439
|
+
"name": "appendBoards"
|
|
2270
2440
|
},
|
|
2271
2441
|
{
|
|
2272
2442
|
"kind": "method",
|
|
2273
|
-
"name": "
|
|
2443
|
+
"name": "getBoards",
|
|
2274
2444
|
"parameters": [
|
|
2275
2445
|
{
|
|
2276
|
-
"name": "
|
|
2277
|
-
"
|
|
2278
|
-
"text": "boolean"
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "redoable",
|
|
2283
|
-
"type": {
|
|
2284
|
-
"text": "boolean"
|
|
2285
|
-
}
|
|
2446
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2447
|
+
"default": "{}"
|
|
2286
2448
|
}
|
|
2287
2449
|
]
|
|
2288
2450
|
},
|
|
2289
2451
|
{
|
|
2290
2452
|
"kind": "method",
|
|
2291
|
-
"name": "
|
|
2453
|
+
"name": "createBoard",
|
|
2292
2454
|
"parameters": [
|
|
2293
2455
|
{
|
|
2294
|
-
"name": "
|
|
2456
|
+
"name": "name",
|
|
2295
2457
|
"type": {
|
|
2296
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2297
2459
|
}
|
|
2298
2460
|
},
|
|
2299
2461
|
{
|
|
2300
|
-
"name": "
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "boolean"
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"kind": "method",
|
|
2309
|
-
"name": "onSceneChanged",
|
|
2310
|
-
"parameters": [
|
|
2311
|
-
{
|
|
2312
|
-
"name": "after",
|
|
2313
|
-
"optional": true,
|
|
2462
|
+
"name": "description",
|
|
2314
2463
|
"type": {
|
|
2315
|
-
"text": "
|
|
2464
|
+
"text": "string"
|
|
2316
2465
|
}
|
|
2317
2466
|
},
|
|
2318
2467
|
{
|
|
2319
|
-
"name": "
|
|
2320
|
-
"optional": true,
|
|
2468
|
+
"name": "groupId",
|
|
2321
2469
|
"type": {
|
|
2322
|
-
"text": "
|
|
2470
|
+
"text": "string"
|
|
2323
2471
|
}
|
|
2324
2472
|
}
|
|
2325
2473
|
]
|
|
2326
2474
|
},
|
|
2327
2475
|
{
|
|
2328
|
-
"kind": "
|
|
2329
|
-
"name": "
|
|
2330
|
-
"
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
{
|
|
2338
|
-
"name": "before",
|
|
2339
|
-
"type": {
|
|
2340
|
-
"text": "Component[]"
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
|
-
]
|
|
2344
|
-
},
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "limit",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "number"
|
|
2480
|
+
},
|
|
2481
|
+
"default": "50"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"events": [
|
|
2345
2485
|
{
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2348
|
-
|
|
2486
|
+
"name": "board-selected",
|
|
2487
|
+
"type": {
|
|
2488
|
+
"text": "CustomEvent"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
],
|
|
2492
|
+
"attributes": [
|
|
2349
2493
|
{
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2494
|
+
"name": "groups",
|
|
2495
|
+
"type": {
|
|
2496
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2497
|
+
},
|
|
2498
|
+
"default": "[]",
|
|
2499
|
+
"fieldName": "groups"
|
|
2352
2500
|
},
|
|
2353
2501
|
{
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2502
|
+
"name": "boards",
|
|
2503
|
+
"type": {
|
|
2504
|
+
"text": "any[]"
|
|
2505
|
+
},
|
|
2506
|
+
"default": "[]",
|
|
2507
|
+
"fieldName": "boards"
|
|
2356
2508
|
},
|
|
2357
2509
|
{
|
|
2358
|
-
"
|
|
2359
|
-
"
|
|
2510
|
+
"name": "group",
|
|
2511
|
+
"type": {
|
|
2512
|
+
"text": "string | undefined"
|
|
2513
|
+
},
|
|
2514
|
+
"fieldName": "group"
|
|
2360
2515
|
},
|
|
2361
2516
|
{
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2517
|
+
"name": "inherited",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "InheritedValueType | undefined"
|
|
2520
|
+
},
|
|
2521
|
+
"fieldName": "inherited"
|
|
2364
2522
|
},
|
|
2365
2523
|
{
|
|
2366
|
-
"
|
|
2367
|
-
"
|
|
2524
|
+
"name": "creatable",
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "boolean"
|
|
2527
|
+
},
|
|
2528
|
+
"default": "false",
|
|
2529
|
+
"fieldName": "creatable"
|
|
2368
2530
|
},
|
|
2369
2531
|
{
|
|
2370
|
-
"
|
|
2371
|
-
"
|
|
2532
|
+
"name": "value",
|
|
2533
|
+
"type": {
|
|
2534
|
+
"text": "string | undefined"
|
|
2535
|
+
},
|
|
2536
|
+
"fieldName": "value"
|
|
2537
|
+
}
|
|
2538
|
+
],
|
|
2539
|
+
"mixins": [
|
|
2540
|
+
{
|
|
2541
|
+
"name": "InfiniteScrollable",
|
|
2542
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2372
2543
|
},
|
|
2373
2544
|
{
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2545
|
+
"name": "localize(i18next)",
|
|
2546
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2547
|
+
}
|
|
2548
|
+
],
|
|
2549
|
+
"superclass": {
|
|
2550
|
+
"name": "LitElement",
|
|
2551
|
+
"package": "lit"
|
|
2552
|
+
},
|
|
2553
|
+
"tagName": "ox-editor-board-selector",
|
|
2554
|
+
"customElement": true
|
|
2555
|
+
}
|
|
2556
|
+
],
|
|
2557
|
+
"exports": [
|
|
2558
|
+
{
|
|
2559
|
+
"kind": "js",
|
|
2560
|
+
"name": "BoardSelector",
|
|
2561
|
+
"declaration": {
|
|
2562
|
+
"name": "BoardSelector",
|
|
2563
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"kind": "custom-element-definition",
|
|
2568
|
+
"name": "ox-board-selector",
|
|
2569
|
+
"declaration": {
|
|
2570
|
+
"name": "BoardSelector",
|
|
2571
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "javascript-module",
|
|
2578
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2579
|
+
"declarations": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "variable",
|
|
2582
|
+
"name": "style",
|
|
2583
|
+
"default": "css`\n :host {\n color: white;\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2584
|
+
}
|
|
2585
|
+
],
|
|
2586
|
+
"exports": [
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "js",
|
|
2589
|
+
"name": "style",
|
|
2590
|
+
"declaration": {
|
|
2591
|
+
"name": "style",
|
|
2592
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
]
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "javascript-module",
|
|
2599
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2600
|
+
"declarations": [
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "class",
|
|
2603
|
+
"description": "",
|
|
2604
|
+
"name": "EditToolbar",
|
|
2605
|
+
"members": [
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "scene",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "Scene | undefined"
|
|
2611
|
+
},
|
|
2612
|
+
"attribute": "scene"
|
|
2384
2613
|
},
|
|
2385
2614
|
{
|
|
2386
|
-
"kind": "
|
|
2387
|
-
"name": "
|
|
2388
|
-
"
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2395
|
-
]
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"kind": "method",
|
|
2399
|
-
"name": "onTapAlign",
|
|
2400
|
-
"parameters": [
|
|
2401
|
-
{
|
|
2402
|
-
"name": "e",
|
|
2403
|
-
"type": {
|
|
2404
|
-
"text": "TouchEvent | string"
|
|
2405
|
-
}
|
|
2406
|
-
}
|
|
2407
|
-
]
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"kind": "method",
|
|
2411
|
-
"name": "onTapZorder",
|
|
2412
|
-
"parameters": [
|
|
2413
|
-
{
|
|
2414
|
-
"name": "e",
|
|
2415
|
-
"type": {
|
|
2416
|
-
"text": "TouchEvent | string"
|
|
2417
|
-
}
|
|
2418
|
-
}
|
|
2419
|
-
]
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"kind": "method",
|
|
2423
|
-
"name": "onTapSymmetryX"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "method",
|
|
2427
|
-
"name": "onTapSymmetryY"
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "method",
|
|
2431
|
-
"name": "onTapRotateCW"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"kind": "method",
|
|
2435
|
-
"name": "onTapRotateCCW"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"kind": "method",
|
|
2439
|
-
"name": "onTapGroup"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"kind": "method",
|
|
2443
|
-
"name": "onTapUngroup"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "method",
|
|
2447
|
-
"name": "onTapFullscreen"
|
|
2615
|
+
"kind": "field",
|
|
2616
|
+
"name": "selected",
|
|
2617
|
+
"type": {
|
|
2618
|
+
"text": "any[]"
|
|
2619
|
+
},
|
|
2620
|
+
"default": "[]",
|
|
2621
|
+
"attribute": "selected"
|
|
2448
2622
|
},
|
|
2449
2623
|
{
|
|
2450
|
-
"kind": "
|
|
2451
|
-
"name": "
|
|
2624
|
+
"kind": "field",
|
|
2625
|
+
"name": "hideProperty",
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "boolean"
|
|
2628
|
+
},
|
|
2629
|
+
"default": "false",
|
|
2630
|
+
"attribute": "hideProperty"
|
|
2452
2631
|
},
|
|
2453
2632
|
{
|
|
2454
|
-
"kind": "
|
|
2455
|
-
"name": "
|
|
2633
|
+
"kind": "field",
|
|
2634
|
+
"name": "cliped",
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "string | undefined"
|
|
2637
|
+
},
|
|
2638
|
+
"privacy": "private"
|
|
2456
2639
|
},
|
|
2457
2640
|
{
|
|
2458
|
-
"kind": "
|
|
2459
|
-
"name": "
|
|
2641
|
+
"kind": "field",
|
|
2642
|
+
"name": "redo",
|
|
2643
|
+
"type": {
|
|
2644
|
+
"text": "HTMLElement"
|
|
2645
|
+
},
|
|
2646
|
+
"privacy": "private"
|
|
2460
2647
|
},
|
|
2461
2648
|
{
|
|
2462
|
-
"kind": "
|
|
2463
|
-
"name": "
|
|
2649
|
+
"kind": "field",
|
|
2650
|
+
"name": "undo",
|
|
2651
|
+
"type": {
|
|
2652
|
+
"text": "HTMLElement"
|
|
2653
|
+
},
|
|
2654
|
+
"privacy": "private"
|
|
2464
2655
|
},
|
|
2465
2656
|
{
|
|
2466
|
-
"kind": "
|
|
2467
|
-
"name": "
|
|
2468
|
-
"parameters": [
|
|
2469
|
-
{
|
|
2470
|
-
"name": "e",
|
|
2471
|
-
"type": {
|
|
2472
|
-
"text": "TouchEvent | string"
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
]
|
|
2476
|
-
}
|
|
2477
|
-
],
|
|
2478
|
-
"events": [
|
|
2479
|
-
{
|
|
2480
|
-
"name": "modeller-fullscreen",
|
|
2657
|
+
"kind": "field",
|
|
2658
|
+
"name": "fullscreen",
|
|
2481
2659
|
"type": {
|
|
2482
|
-
"text": "
|
|
2483
|
-
}
|
|
2660
|
+
"text": "HTMLElement"
|
|
2661
|
+
},
|
|
2662
|
+
"privacy": "private"
|
|
2484
2663
|
},
|
|
2485
2664
|
{
|
|
2486
|
-
"
|
|
2665
|
+
"kind": "field",
|
|
2666
|
+
"name": "cut",
|
|
2487
2667
|
"type": {
|
|
2488
|
-
"text": "
|
|
2489
|
-
}
|
|
2668
|
+
"text": "HTMLElement"
|
|
2669
|
+
},
|
|
2670
|
+
"privacy": "private"
|
|
2490
2671
|
},
|
|
2491
2672
|
{
|
|
2492
|
-
"
|
|
2673
|
+
"kind": "field",
|
|
2674
|
+
"name": "copy",
|
|
2493
2675
|
"type": {
|
|
2494
|
-
"text": "
|
|
2495
|
-
}
|
|
2676
|
+
"text": "HTMLElement"
|
|
2677
|
+
},
|
|
2678
|
+
"privacy": "private"
|
|
2496
2679
|
},
|
|
2497
2680
|
{
|
|
2498
|
-
"
|
|
2681
|
+
"kind": "field",
|
|
2682
|
+
"name": "paste",
|
|
2499
2683
|
"type": {
|
|
2500
|
-
"text": "
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
"attributes": [
|
|
2684
|
+
"text": "HTMLElement"
|
|
2685
|
+
},
|
|
2686
|
+
"privacy": "private"
|
|
2687
|
+
},
|
|
2505
2688
|
{
|
|
2506
|
-
"
|
|
2689
|
+
"kind": "field",
|
|
2690
|
+
"name": "delete",
|
|
2507
2691
|
"type": {
|
|
2508
|
-
"text": "
|
|
2692
|
+
"text": "HTMLElement"
|
|
2509
2693
|
},
|
|
2510
|
-
"
|
|
2694
|
+
"privacy": "private"
|
|
2511
2695
|
},
|
|
2512
2696
|
{
|
|
2513
|
-
"
|
|
2697
|
+
"kind": "field",
|
|
2698
|
+
"name": "forward",
|
|
2514
2699
|
"type": {
|
|
2515
|
-
"text": "
|
|
2700
|
+
"text": "HTMLElement"
|
|
2516
2701
|
},
|
|
2517
|
-
"
|
|
2518
|
-
"fieldName": "selected"
|
|
2702
|
+
"privacy": "private"
|
|
2519
2703
|
},
|
|
2520
2704
|
{
|
|
2521
|
-
"
|
|
2705
|
+
"kind": "field",
|
|
2706
|
+
"name": "backward",
|
|
2522
2707
|
"type": {
|
|
2523
|
-
"text": "
|
|
2708
|
+
"text": "HTMLElement"
|
|
2524
2709
|
},
|
|
2525
|
-
"
|
|
2526
|
-
|
|
2527
|
-
}
|
|
2528
|
-
],
|
|
2529
|
-
"superclass": {
|
|
2530
|
-
"name": "LitElement",
|
|
2531
|
-
"package": "lit"
|
|
2532
|
-
},
|
|
2533
|
-
"customElement": true
|
|
2534
|
-
}
|
|
2535
|
-
],
|
|
2536
|
-
"exports": [
|
|
2537
|
-
{
|
|
2538
|
-
"kind": "js",
|
|
2539
|
-
"name": "EditToolbar",
|
|
2540
|
-
"declaration": {
|
|
2541
|
-
"name": "EditToolbar",
|
|
2542
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
2543
|
-
}
|
|
2544
|
-
}
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
"kind": "javascript-module",
|
|
2549
|
-
"path": "src/selector/board-creation-popup.ts",
|
|
2550
|
-
"declarations": [
|
|
2551
|
-
{
|
|
2552
|
-
"kind": "class",
|
|
2553
|
-
"description": "",
|
|
2554
|
-
"name": "BoardCreationPopup",
|
|
2555
|
-
"members": [
|
|
2710
|
+
"privacy": "private"
|
|
2711
|
+
},
|
|
2556
2712
|
{
|
|
2557
2713
|
"kind": "field",
|
|
2558
|
-
"name": "
|
|
2714
|
+
"name": "front",
|
|
2559
2715
|
"type": {
|
|
2560
|
-
"text": "
|
|
2716
|
+
"text": "HTMLElement"
|
|
2561
2717
|
},
|
|
2562
|
-
"
|
|
2718
|
+
"privacy": "private"
|
|
2563
2719
|
},
|
|
2564
2720
|
{
|
|
2565
2721
|
"kind": "field",
|
|
2566
|
-
"name": "
|
|
2722
|
+
"name": "back",
|
|
2567
2723
|
"type": {
|
|
2568
|
-
"text": "
|
|
2724
|
+
"text": "HTMLElement"
|
|
2569
2725
|
},
|
|
2570
|
-
"
|
|
2726
|
+
"privacy": "private"
|
|
2571
2727
|
},
|
|
2572
2728
|
{
|
|
2573
|
-
"kind": "
|
|
2574
|
-
"name": "
|
|
2575
|
-
}
|
|
2576
|
-
],
|
|
2577
|
-
"events": [
|
|
2578
|
-
{
|
|
2579
|
-
"name": "create-board",
|
|
2729
|
+
"kind": "field",
|
|
2730
|
+
"name": "aligners",
|
|
2580
2731
|
"type": {
|
|
2581
|
-
"text": "
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
"attributes": [
|
|
2732
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2733
|
+
},
|
|
2734
|
+
"privacy": "private"
|
|
2735
|
+
},
|
|
2586
2736
|
{
|
|
2587
|
-
"
|
|
2737
|
+
"kind": "field",
|
|
2738
|
+
"name": "zorders",
|
|
2588
2739
|
"type": {
|
|
2589
|
-
"text": "
|
|
2740
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2590
2741
|
},
|
|
2591
|
-
"
|
|
2742
|
+
"privacy": "private"
|
|
2592
2743
|
},
|
|
2593
2744
|
{
|
|
2594
|
-
"
|
|
2745
|
+
"kind": "field",
|
|
2746
|
+
"name": "distributes",
|
|
2595
2747
|
"type": {
|
|
2596
|
-
"text": "
|
|
2748
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2597
2749
|
},
|
|
2598
|
-
"
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"mixins": [
|
|
2750
|
+
"privacy": "private"
|
|
2751
|
+
},
|
|
2602
2752
|
{
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
}
|
|
2606
|
-
],
|
|
2607
|
-
"superclass": {
|
|
2608
|
-
"name": "LitElement",
|
|
2609
|
-
"package": "lit"
|
|
2610
|
-
},
|
|
2611
|
-
"tagName": "board-creation-popup",
|
|
2612
|
-
"customElement": true
|
|
2613
|
-
}
|
|
2614
|
-
],
|
|
2615
|
-
"exports": [
|
|
2616
|
-
{
|
|
2617
|
-
"kind": "js",
|
|
2618
|
-
"name": "BoardCreationPopup",
|
|
2619
|
-
"declaration": {
|
|
2620
|
-
"name": "BoardCreationPopup",
|
|
2621
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "custom-element-definition",
|
|
2626
|
-
"name": "board-creation-popup",
|
|
2627
|
-
"declaration": {
|
|
2628
|
-
"name": "BoardCreationPopup",
|
|
2629
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2630
|
-
}
|
|
2631
|
-
}
|
|
2632
|
-
]
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "javascript-module",
|
|
2636
|
-
"path": "src/selector/board-thumbnail-card.ts",
|
|
2637
|
-
"declarations": [
|
|
2638
|
-
{
|
|
2639
|
-
"kind": "class",
|
|
2640
|
-
"description": "",
|
|
2641
|
-
"name": "BoardThumbnailCard",
|
|
2642
|
-
"members": [
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "field",
|
|
2645
|
-
"name": "defaultGroup",
|
|
2646
|
-
"type": {
|
|
2647
|
-
"text": "string | undefined"
|
|
2648
|
-
},
|
|
2649
|
-
"attribute": "defaultGroup"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "field",
|
|
2653
|
-
"name": "groups",
|
|
2654
|
-
"type": {
|
|
2655
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2656
|
-
},
|
|
2657
|
-
"attribute": "groups"
|
|
2753
|
+
"kind": "method",
|
|
2754
|
+
"name": "hasEmptySlot"
|
|
2658
2755
|
},
|
|
2659
2756
|
{
|
|
2660
2757
|
"kind": "method",
|
|
2661
|
-
"name": "
|
|
2758
|
+
"name": "onWheelEvent",
|
|
2662
2759
|
"parameters": [
|
|
2663
2760
|
{
|
|
2664
2761
|
"name": "e",
|
|
@@ -2670,434 +2767,337 @@
|
|
|
2670
2767
|
},
|
|
2671
2768
|
{
|
|
2672
2769
|
"kind": "method",
|
|
2673
|
-
"name": "
|
|
2770
|
+
"name": "getSymbol",
|
|
2674
2771
|
"parameters": [
|
|
2675
2772
|
{
|
|
2676
|
-
"name": "
|
|
2773
|
+
"name": "key",
|
|
2677
2774
|
"type": {
|
|
2678
|
-
"text": "
|
|
2775
|
+
"text": "string"
|
|
2679
2776
|
}
|
|
2680
2777
|
}
|
|
2681
2778
|
]
|
|
2682
2779
|
},
|
|
2683
2780
|
{
|
|
2684
2781
|
"kind": "method",
|
|
2685
|
-
"name": "
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
],
|
|
2696
|
-
"attributes": [
|
|
2697
|
-
{
|
|
2698
|
-
"name": "defaultGroup",
|
|
2699
|
-
"type": {
|
|
2700
|
-
"text": "string | undefined"
|
|
2701
|
-
},
|
|
2702
|
-
"fieldName": "defaultGroup"
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
"name": "groups",
|
|
2706
|
-
"type": {
|
|
2707
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2708
|
-
},
|
|
2709
|
-
"fieldName": "groups"
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"mixins": [
|
|
2713
|
-
{
|
|
2714
|
-
"name": "localize(i18next)",
|
|
2715
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"superclass": {
|
|
2719
|
-
"name": "LitElement",
|
|
2720
|
-
"package": "lit"
|
|
2721
|
-
},
|
|
2722
|
-
"tagName": "board-thumbnail-card",
|
|
2723
|
-
"customElement": true
|
|
2724
|
-
}
|
|
2725
|
-
],
|
|
2726
|
-
"exports": [
|
|
2727
|
-
{
|
|
2728
|
-
"kind": "js",
|
|
2729
|
-
"name": "BoardThumbnailCard",
|
|
2730
|
-
"declaration": {
|
|
2731
|
-
"name": "BoardThumbnailCard",
|
|
2732
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"kind": "custom-element-definition",
|
|
2737
|
-
"name": "board-thumbnail-card",
|
|
2738
|
-
"declaration": {
|
|
2739
|
-
"name": "BoardThumbnailCard",
|
|
2740
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2741
|
-
}
|
|
2742
|
-
}
|
|
2743
|
-
]
|
|
2744
|
-
},
|
|
2745
|
-
{
|
|
2746
|
-
"kind": "javascript-module",
|
|
2747
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
2748
|
-
"declarations": [
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "class",
|
|
2751
|
-
"description": "",
|
|
2752
|
-
"name": "BoardCreationCard",
|
|
2753
|
-
"members": [
|
|
2754
|
-
{
|
|
2755
|
-
"kind": "field",
|
|
2756
|
-
"name": "defaultGroup",
|
|
2757
|
-
"type": {
|
|
2758
|
-
"text": "string | undefined"
|
|
2759
|
-
},
|
|
2760
|
-
"attribute": "defaultGroup"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"kind": "field",
|
|
2764
|
-
"name": "groups",
|
|
2765
|
-
"type": {
|
|
2766
|
-
"text": "any"
|
|
2767
|
-
},
|
|
2768
|
-
"attribute": "groups"
|
|
2782
|
+
"name": "getShortcutString",
|
|
2783
|
+
"privacy": "private",
|
|
2784
|
+
"parameters": [
|
|
2785
|
+
{
|
|
2786
|
+
"name": "keys",
|
|
2787
|
+
"type": {
|
|
2788
|
+
"text": "string[]"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2769
2792
|
},
|
|
2770
2793
|
{
|
|
2771
|
-
"kind": "
|
|
2772
|
-
"name": "
|
|
2773
|
-
"
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2794
|
+
"kind": "method",
|
|
2795
|
+
"name": "onShortcut",
|
|
2796
|
+
"parameters": [
|
|
2797
|
+
{
|
|
2798
|
+
"name": "e",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "KeyboardEvent"
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
]
|
|
2777
2804
|
},
|
|
2778
2805
|
{
|
|
2779
2806
|
"kind": "method",
|
|
2780
|
-
"name": "
|
|
2807
|
+
"name": "onExecute",
|
|
2808
|
+
"parameters": [
|
|
2809
|
+
{
|
|
2810
|
+
"name": "command",
|
|
2811
|
+
"type": {
|
|
2812
|
+
"text": "string"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "undoable",
|
|
2817
|
+
"type": {
|
|
2818
|
+
"text": "boolean"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
{
|
|
2822
|
+
"name": "redoable",
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "boolean"
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2781
2828
|
},
|
|
2782
2829
|
{
|
|
2783
2830
|
"kind": "method",
|
|
2784
|
-
"name": "
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
"text": "string | undefined"
|
|
2800
|
-
},
|
|
2801
|
-
"fieldName": "defaultGroup"
|
|
2831
|
+
"name": "onUndo",
|
|
2832
|
+
"parameters": [
|
|
2833
|
+
{
|
|
2834
|
+
"name": "undoable",
|
|
2835
|
+
"type": {
|
|
2836
|
+
"text": "boolean"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "redoable",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "boolean"
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
]
|
|
2802
2846
|
},
|
|
2803
2847
|
{
|
|
2804
|
-
"
|
|
2805
|
-
"
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
"tagName": "ox-board-creation-card",
|
|
2822
|
-
"customElement": true
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
|
-
"exports": [
|
|
2826
|
-
{
|
|
2827
|
-
"kind": "js",
|
|
2828
|
-
"name": "BoardCreationCard",
|
|
2829
|
-
"declaration": {
|
|
2830
|
-
"name": "BoardCreationCard",
|
|
2831
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"kind": "custom-element-definition",
|
|
2836
|
-
"name": "ox-board-creation-card",
|
|
2837
|
-
"declaration": {
|
|
2838
|
-
"name": "BoardCreationCard",
|
|
2839
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
]
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"kind": "javascript-module",
|
|
2846
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
2847
|
-
"declarations": [
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "class",
|
|
2850
|
-
"description": "",
|
|
2851
|
-
"name": "BoardSelector",
|
|
2852
|
-
"members": [
|
|
2848
|
+
"kind": "method",
|
|
2849
|
+
"name": "onRedo",
|
|
2850
|
+
"parameters": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "undoable",
|
|
2853
|
+
"type": {
|
|
2854
|
+
"text": "boolean"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "redoable",
|
|
2859
|
+
"type": {
|
|
2860
|
+
"text": "boolean"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2853
2865
|
{
|
|
2854
|
-
"kind": "
|
|
2855
|
-
"name": "
|
|
2856
|
-
"
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2866
|
+
"kind": "method",
|
|
2867
|
+
"name": "onSceneChanged",
|
|
2868
|
+
"parameters": [
|
|
2869
|
+
{
|
|
2870
|
+
"name": "after",
|
|
2871
|
+
"optional": true,
|
|
2872
|
+
"type": {
|
|
2873
|
+
"text": "Scene"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "before",
|
|
2878
|
+
"optional": true,
|
|
2879
|
+
"type": {
|
|
2880
|
+
"text": "Scene"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
]
|
|
2861
2884
|
},
|
|
2862
2885
|
{
|
|
2863
|
-
"kind": "
|
|
2864
|
-
"name": "
|
|
2865
|
-
"
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2886
|
+
"kind": "method",
|
|
2887
|
+
"name": "onSelectedChanged",
|
|
2888
|
+
"parameters": [
|
|
2889
|
+
{
|
|
2890
|
+
"name": "after",
|
|
2891
|
+
"type": {
|
|
2892
|
+
"text": "Component[]"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"name": "before",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "Component[]"
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
]
|
|
2870
2902
|
},
|
|
2871
2903
|
{
|
|
2872
|
-
"kind": "
|
|
2873
|
-
"name": "
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "string | undefined"
|
|
2876
|
-
},
|
|
2877
|
-
"attribute": "group"
|
|
2904
|
+
"kind": "method",
|
|
2905
|
+
"name": "onTapUndo"
|
|
2878
2906
|
},
|
|
2879
2907
|
{
|
|
2880
|
-
"kind": "
|
|
2881
|
-
"name": "
|
|
2882
|
-
"type": {
|
|
2883
|
-
"text": "InheritedValueType | undefined"
|
|
2884
|
-
},
|
|
2885
|
-
"attribute": "inherited"
|
|
2908
|
+
"kind": "method",
|
|
2909
|
+
"name": "onTapRedo"
|
|
2886
2910
|
},
|
|
2887
2911
|
{
|
|
2888
|
-
"kind": "
|
|
2889
|
-
"name": "
|
|
2890
|
-
"type": {
|
|
2891
|
-
"text": "boolean"
|
|
2892
|
-
},
|
|
2893
|
-
"default": "false",
|
|
2894
|
-
"attribute": "creatable"
|
|
2912
|
+
"kind": "method",
|
|
2913
|
+
"name": "onTapCut"
|
|
2895
2914
|
},
|
|
2896
2915
|
{
|
|
2897
|
-
"kind": "
|
|
2898
|
-
"name": "
|
|
2899
|
-
"type": {
|
|
2900
|
-
"text": "string | undefined"
|
|
2901
|
-
},
|
|
2902
|
-
"attribute": "value"
|
|
2916
|
+
"kind": "method",
|
|
2917
|
+
"name": "onTapCopy"
|
|
2903
2918
|
},
|
|
2904
2919
|
{
|
|
2905
|
-
"kind": "
|
|
2906
|
-
"name": "
|
|
2907
|
-
"type": {
|
|
2908
|
-
"text": "number"
|
|
2909
|
-
},
|
|
2910
|
-
"privacy": "private",
|
|
2911
|
-
"default": "1"
|
|
2920
|
+
"kind": "method",
|
|
2921
|
+
"name": "onTapPaste"
|
|
2912
2922
|
},
|
|
2913
2923
|
{
|
|
2914
|
-
"kind": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"type": {
|
|
2917
|
-
"text": "number"
|
|
2918
|
-
},
|
|
2919
|
-
"privacy": "private",
|
|
2920
|
-
"default": "0"
|
|
2924
|
+
"kind": "method",
|
|
2925
|
+
"name": "onTapDelete"
|
|
2921
2926
|
},
|
|
2922
2927
|
{
|
|
2923
|
-
"kind": "
|
|
2924
|
-
"name": "
|
|
2925
|
-
"type": {
|
|
2926
|
-
"text": "HTMLElement | null"
|
|
2927
|
-
},
|
|
2928
|
-
"readonly": true
|
|
2928
|
+
"kind": "method",
|
|
2929
|
+
"name": "onTapSelectAll"
|
|
2929
2930
|
},
|
|
2930
2931
|
{
|
|
2931
2932
|
"kind": "method",
|
|
2932
|
-
"name": "
|
|
2933
|
+
"name": "onTapFontIncrease",
|
|
2934
|
+
"parameters": [
|
|
2935
|
+
{
|
|
2936
|
+
"name": "e",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "TouchEvent"
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
]
|
|
2933
2942
|
},
|
|
2934
2943
|
{
|
|
2935
2944
|
"kind": "method",
|
|
2936
|
-
"name": "
|
|
2945
|
+
"name": "onTapFontDecrease",
|
|
2937
2946
|
"parameters": [
|
|
2938
2947
|
{
|
|
2939
|
-
"name": "
|
|
2948
|
+
"name": "e",
|
|
2940
2949
|
"type": {
|
|
2941
|
-
"text": "
|
|
2950
|
+
"text": "TouchEvent"
|
|
2942
2951
|
}
|
|
2943
2952
|
}
|
|
2944
2953
|
]
|
|
2945
2954
|
},
|
|
2946
2955
|
{
|
|
2947
2956
|
"kind": "method",
|
|
2948
|
-
"name": "
|
|
2957
|
+
"name": "onTapAlign",
|
|
2949
2958
|
"parameters": [
|
|
2950
2959
|
{
|
|
2951
2960
|
"name": "e",
|
|
2952
2961
|
"type": {
|
|
2953
|
-
"text": "
|
|
2962
|
+
"text": "TouchEvent | string"
|
|
2954
2963
|
}
|
|
2955
2964
|
}
|
|
2956
2965
|
]
|
|
2957
2966
|
},
|
|
2958
2967
|
{
|
|
2959
2968
|
"kind": "method",
|
|
2960
|
-
"name": "
|
|
2969
|
+
"name": "onTapZorder",
|
|
2970
|
+
"parameters": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "e",
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "TouchEvent | string"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
]
|
|
2961
2978
|
},
|
|
2962
2979
|
{
|
|
2963
2980
|
"kind": "method",
|
|
2964
|
-
"name": "
|
|
2981
|
+
"name": "onTapSymmetryX"
|
|
2965
2982
|
},
|
|
2966
2983
|
{
|
|
2967
2984
|
"kind": "method",
|
|
2968
|
-
"name": "
|
|
2985
|
+
"name": "onTapSymmetryY"
|
|
2969
2986
|
},
|
|
2970
2987
|
{
|
|
2971
2988
|
"kind": "method",
|
|
2972
|
-
"name": "
|
|
2973
|
-
"parameters": [
|
|
2974
|
-
{
|
|
2975
|
-
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2976
|
-
"default": "{}"
|
|
2977
|
-
}
|
|
2978
|
-
]
|
|
2989
|
+
"name": "onTapRotateCW"
|
|
2979
2990
|
},
|
|
2980
2991
|
{
|
|
2981
2992
|
"kind": "method",
|
|
2982
|
-
"name": "
|
|
2993
|
+
"name": "onTapRotateCCW"
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"kind": "method",
|
|
2997
|
+
"name": "onTapGroup"
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"kind": "method",
|
|
3001
|
+
"name": "onTapUngroup"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"kind": "method",
|
|
3005
|
+
"name": "onTapFullscreen"
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"kind": "method",
|
|
3009
|
+
"name": "onTapToggle"
|
|
3010
|
+
},
|
|
3011
|
+
{
|
|
3012
|
+
"kind": "method",
|
|
3013
|
+
"name": "onTapFitScene"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
"kind": "method",
|
|
3017
|
+
"name": "onTapPreview"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "method",
|
|
3021
|
+
"name": "onTapDownloadModel"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "method",
|
|
3025
|
+
"name": "onTapDistribute",
|
|
2983
3026
|
"parameters": [
|
|
2984
3027
|
{
|
|
2985
|
-
"name": "
|
|
2986
|
-
"type": {
|
|
2987
|
-
"text": "string"
|
|
2988
|
-
}
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"name": "description",
|
|
2992
|
-
"type": {
|
|
2993
|
-
"text": "string"
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "groupId",
|
|
3028
|
+
"name": "e",
|
|
2998
3029
|
"type": {
|
|
2999
|
-
"text": "string"
|
|
3030
|
+
"text": "TouchEvent | string"
|
|
3000
3031
|
}
|
|
3001
3032
|
}
|
|
3002
3033
|
]
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"kind": "field",
|
|
3006
|
-
"name": "limit",
|
|
3007
|
-
"type": {
|
|
3008
|
-
"text": "number"
|
|
3009
|
-
},
|
|
3010
|
-
"default": "50"
|
|
3011
3034
|
}
|
|
3012
3035
|
],
|
|
3013
3036
|
"events": [
|
|
3014
3037
|
{
|
|
3015
|
-
"name": "
|
|
3038
|
+
"name": "modeller-fullscreen",
|
|
3016
3039
|
"type": {
|
|
3017
3040
|
"text": "CustomEvent"
|
|
3018
3041
|
}
|
|
3019
|
-
}
|
|
3020
|
-
],
|
|
3021
|
-
"attributes": [
|
|
3042
|
+
},
|
|
3022
3043
|
{
|
|
3023
|
-
"name": "
|
|
3044
|
+
"name": "hide-property-changed",
|
|
3024
3045
|
"type": {
|
|
3025
|
-
"text": "
|
|
3026
|
-
}
|
|
3027
|
-
"default": "[]",
|
|
3028
|
-
"fieldName": "groups"
|
|
3046
|
+
"text": "CustomEvent"
|
|
3047
|
+
}
|
|
3029
3048
|
},
|
|
3030
3049
|
{
|
|
3031
|
-
"name": "
|
|
3050
|
+
"name": "open-preview",
|
|
3032
3051
|
"type": {
|
|
3033
|
-
"text": "
|
|
3034
|
-
}
|
|
3035
|
-
"default": "[]",
|
|
3036
|
-
"fieldName": "boards"
|
|
3052
|
+
"text": "CustomEvent"
|
|
3053
|
+
}
|
|
3037
3054
|
},
|
|
3038
3055
|
{
|
|
3039
|
-
"name": "
|
|
3056
|
+
"name": "download-model",
|
|
3040
3057
|
"type": {
|
|
3041
|
-
"text": "
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3058
|
+
"text": "CustomEvent"
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"attributes": [
|
|
3045
3063
|
{
|
|
3046
|
-
"name": "
|
|
3064
|
+
"name": "scene",
|
|
3047
3065
|
"type": {
|
|
3048
|
-
"text": "
|
|
3066
|
+
"text": "Scene | undefined"
|
|
3049
3067
|
},
|
|
3050
|
-
"fieldName": "
|
|
3068
|
+
"fieldName": "scene"
|
|
3051
3069
|
},
|
|
3052
3070
|
{
|
|
3053
|
-
"name": "
|
|
3071
|
+
"name": "selected",
|
|
3054
3072
|
"type": {
|
|
3055
|
-
"text": "
|
|
3073
|
+
"text": "any[]"
|
|
3056
3074
|
},
|
|
3057
|
-
"default": "
|
|
3058
|
-
"fieldName": "
|
|
3075
|
+
"default": "[]",
|
|
3076
|
+
"fieldName": "selected"
|
|
3059
3077
|
},
|
|
3060
3078
|
{
|
|
3061
|
-
"name": "
|
|
3079
|
+
"name": "hideProperty",
|
|
3062
3080
|
"type": {
|
|
3063
|
-
"text": "
|
|
3081
|
+
"text": "boolean"
|
|
3064
3082
|
},
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3067
|
-
],
|
|
3068
|
-
"mixins": [
|
|
3069
|
-
{
|
|
3070
|
-
"name": "InfiniteScrollable",
|
|
3071
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
"name": "localize(i18next)",
|
|
3075
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3083
|
+
"default": "false",
|
|
3084
|
+
"fieldName": "hideProperty"
|
|
3076
3085
|
}
|
|
3077
3086
|
],
|
|
3078
3087
|
"superclass": {
|
|
3079
3088
|
"name": "LitElement",
|
|
3080
3089
|
"package": "lit"
|
|
3081
3090
|
},
|
|
3082
|
-
"tagName": "ox-editor-board-selector",
|
|
3083
3091
|
"customElement": true
|
|
3084
3092
|
}
|
|
3085
3093
|
],
|
|
3086
3094
|
"exports": [
|
|
3087
3095
|
{
|
|
3088
3096
|
"kind": "js",
|
|
3089
|
-
"name": "
|
|
3090
|
-
"declaration": {
|
|
3091
|
-
"name": "BoardSelector",
|
|
3092
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"kind": "custom-element-definition",
|
|
3097
|
-
"name": "ox-board-selector",
|
|
3097
|
+
"name": "EditToolbar",
|
|
3098
3098
|
"declaration": {
|
|
3099
|
-
"name": "
|
|
3100
|
-
"module": "src/
|
|
3099
|
+
"name": "EditToolbar",
|
|
3100
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
3101
3101
|
}
|
|
3102
3102
|
}
|
|
3103
3103
|
]
|
|
@@ -4509,252 +4509,544 @@
|
|
|
4509
4509
|
"name": "_onChangedByScene"
|
|
4510
4510
|
},
|
|
4511
4511
|
{
|
|
4512
|
-
"kind": "method",
|
|
4513
|
-
"name": "_setPropertyTargetAsDefault"
|
|
4512
|
+
"kind": "method",
|
|
4513
|
+
"name": "_setPropertyTargetAsDefault"
|
|
4514
|
+
},
|
|
4515
|
+
{
|
|
4516
|
+
"kind": "method",
|
|
4517
|
+
"name": "_onCollapsed",
|
|
4518
|
+
"parameters": [
|
|
4519
|
+
{
|
|
4520
|
+
"name": "collapsed",
|
|
4521
|
+
"type": {
|
|
4522
|
+
"text": "boolean"
|
|
4523
|
+
}
|
|
4524
|
+
}
|
|
4525
|
+
]
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"kind": "method",
|
|
4529
|
+
"name": "_onSceneChanged"
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"kind": "method",
|
|
4533
|
+
"name": "_onSelectedChanged",
|
|
4534
|
+
"parameters": [
|
|
4535
|
+
{
|
|
4536
|
+
"name": "after",
|
|
4537
|
+
"type": {
|
|
4538
|
+
"text": "Component[]"
|
|
4539
|
+
}
|
|
4540
|
+
}
|
|
4541
|
+
]
|
|
4542
|
+
},
|
|
4543
|
+
{
|
|
4544
|
+
"kind": "method",
|
|
4545
|
+
"name": "_setPropertyTarget",
|
|
4546
|
+
"parameters": [
|
|
4547
|
+
{
|
|
4548
|
+
"name": "newTarget",
|
|
4549
|
+
"type": {
|
|
4550
|
+
"text": "Component | null"
|
|
4551
|
+
}
|
|
4552
|
+
}
|
|
4553
|
+
]
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"kind": "method",
|
|
4557
|
+
"name": "_setBounds",
|
|
4558
|
+
"parameters": [
|
|
4559
|
+
{
|
|
4560
|
+
"name": "bounds",
|
|
4561
|
+
"type": {
|
|
4562
|
+
"text": "BOUNDS"
|
|
4563
|
+
}
|
|
4564
|
+
}
|
|
4565
|
+
]
|
|
4566
|
+
}
|
|
4567
|
+
],
|
|
4568
|
+
"attributes": [
|
|
4569
|
+
{
|
|
4570
|
+
"name": "scene",
|
|
4571
|
+
"type": {
|
|
4572
|
+
"text": "Scene | null"
|
|
4573
|
+
},
|
|
4574
|
+
"default": "null",
|
|
4575
|
+
"fieldName": "scene"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"name": "bounds",
|
|
4579
|
+
"type": {
|
|
4580
|
+
"text": "any"
|
|
4581
|
+
},
|
|
4582
|
+
"default": "{}",
|
|
4583
|
+
"fieldName": "bounds"
|
|
4584
|
+
},
|
|
4585
|
+
{
|
|
4586
|
+
"name": "model",
|
|
4587
|
+
"type": {
|
|
4588
|
+
"text": "Model | null"
|
|
4589
|
+
},
|
|
4590
|
+
"default": "{}",
|
|
4591
|
+
"fieldName": "model"
|
|
4592
|
+
},
|
|
4593
|
+
{
|
|
4594
|
+
"name": "selected",
|
|
4595
|
+
"type": {
|
|
4596
|
+
"text": "Component[]"
|
|
4597
|
+
},
|
|
4598
|
+
"default": "[]",
|
|
4599
|
+
"fieldName": "selected"
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"name": "specificProps",
|
|
4603
|
+
"type": {
|
|
4604
|
+
"text": "any"
|
|
4605
|
+
},
|
|
4606
|
+
"fieldName": "specificProps"
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"name": "tabName",
|
|
4610
|
+
"type": {
|
|
4611
|
+
"text": "string | null"
|
|
4612
|
+
},
|
|
4613
|
+
"default": "'specific'",
|
|
4614
|
+
"fieldName": "tabName"
|
|
4615
|
+
},
|
|
4616
|
+
{
|
|
4617
|
+
"name": "collapsed",
|
|
4618
|
+
"type": {
|
|
4619
|
+
"text": "boolean"
|
|
4620
|
+
},
|
|
4621
|
+
"default": "false",
|
|
4622
|
+
"fieldName": "collapsed"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "fonts",
|
|
4626
|
+
"type": {
|
|
4627
|
+
"text": "any[]"
|
|
4628
|
+
},
|
|
4629
|
+
"default": "[]",
|
|
4630
|
+
"fieldName": "fonts"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "propertyEditor",
|
|
4634
|
+
"type": {
|
|
4635
|
+
"text": "any[]"
|
|
4636
|
+
},
|
|
4637
|
+
"default": "[]",
|
|
4638
|
+
"fieldName": "propertyEditor"
|
|
4639
|
+
}
|
|
4640
|
+
],
|
|
4641
|
+
"mixins": [
|
|
4642
|
+
{
|
|
4643
|
+
"name": "ScopedElementsMixin",
|
|
4644
|
+
"package": "@open-wc/scoped-elements"
|
|
4645
|
+
}
|
|
4646
|
+
],
|
|
4647
|
+
"superclass": {
|
|
4648
|
+
"name": "LitElement",
|
|
4649
|
+
"package": "lit"
|
|
4650
|
+
},
|
|
4651
|
+
"customElement": true
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"exports": [
|
|
4655
|
+
{
|
|
4656
|
+
"kind": "js",
|
|
4657
|
+
"name": "PropertySidebar",
|
|
4658
|
+
"declaration": {
|
|
4659
|
+
"name": "PropertySidebar",
|
|
4660
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
4661
|
+
}
|
|
4662
|
+
}
|
|
4663
|
+
]
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"kind": "javascript-module",
|
|
4667
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4668
|
+
"declarations": [
|
|
4669
|
+
{
|
|
4670
|
+
"kind": "class",
|
|
4671
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4672
|
+
"name": "DataBindingMapper",
|
|
4673
|
+
"members": [
|
|
4674
|
+
{
|
|
4675
|
+
"kind": "field",
|
|
4676
|
+
"name": "mapping",
|
|
4677
|
+
"type": {
|
|
4678
|
+
"text": "Mapping"
|
|
4679
|
+
},
|
|
4680
|
+
"default": "{\n rule: 'value'\n }",
|
|
4681
|
+
"attribute": "mapping"
|
|
4682
|
+
},
|
|
4683
|
+
{
|
|
4684
|
+
"kind": "field",
|
|
4685
|
+
"name": "rule",
|
|
4686
|
+
"type": {
|
|
4687
|
+
"text": "Rule"
|
|
4688
|
+
},
|
|
4689
|
+
"default": "{}",
|
|
4690
|
+
"attribute": "rule"
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"kind": "field",
|
|
4694
|
+
"name": "scene",
|
|
4695
|
+
"type": {
|
|
4696
|
+
"text": "Scene | undefined"
|
|
4697
|
+
},
|
|
4698
|
+
"attribute": "scene"
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"kind": "field",
|
|
4702
|
+
"name": "_valueTypes",
|
|
4703
|
+
"type": {
|
|
4704
|
+
"text": "any"
|
|
4705
|
+
},
|
|
4706
|
+
"default": "{\n play: 'boolean',\n hidden: 'boolean',\n started: 'boolean',\n\n rotation: 'number',\n value: 'number',\n\n fillStyle: 'color',\n strokeStyle: 'color',\n fontColor: 'color',\n\n data: 'object',\n source: 'attachment',\n location: 'object',\n dimension: 'object',\n\n text: 'string',\n ref: 'string'\n }"
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"kind": "field",
|
|
4710
|
+
"name": "_componentIds",
|
|
4711
|
+
"type": {
|
|
4712
|
+
"text": "{ value: string; description: string }[]"
|
|
4713
|
+
},
|
|
4714
|
+
"default": "[]"
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"kind": "field",
|
|
4718
|
+
"name": "editor",
|
|
4719
|
+
"type": {
|
|
4720
|
+
"text": "HTMLInputElement"
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"kind": "field",
|
|
4725
|
+
"name": "target",
|
|
4726
|
+
"type": {
|
|
4727
|
+
"text": "HTMLInputElement"
|
|
4728
|
+
}
|
|
4514
4729
|
},
|
|
4515
4730
|
{
|
|
4516
4731
|
"kind": "method",
|
|
4517
|
-
"name": "
|
|
4732
|
+
"name": "_valuetype",
|
|
4518
4733
|
"parameters": [
|
|
4519
4734
|
{
|
|
4520
|
-
"name": "
|
|
4735
|
+
"name": "property",
|
|
4521
4736
|
"type": {
|
|
4522
|
-
"text": "
|
|
4737
|
+
"text": "string"
|
|
4523
4738
|
}
|
|
4524
4739
|
}
|
|
4525
4740
|
]
|
|
4526
4741
|
},
|
|
4527
4742
|
{
|
|
4528
|
-
"kind": "
|
|
4529
|
-
"name": "
|
|
4743
|
+
"kind": "field",
|
|
4744
|
+
"name": "_keep_saved_rule_params",
|
|
4745
|
+
"type": {
|
|
4746
|
+
"text": "boolean"
|
|
4747
|
+
},
|
|
4748
|
+
"privacy": "private",
|
|
4749
|
+
"default": "false"
|
|
4530
4750
|
},
|
|
4531
4751
|
{
|
|
4532
4752
|
"kind": "method",
|
|
4533
|
-
"name": "
|
|
4534
|
-
"parameters": [
|
|
4535
|
-
{
|
|
4536
|
-
"name": "after",
|
|
4537
|
-
"type": {
|
|
4538
|
-
"text": "Component[]"
|
|
4539
|
-
}
|
|
4540
|
-
}
|
|
4541
|
-
]
|
|
4753
|
+
"name": "_onChangedMapping"
|
|
4542
4754
|
},
|
|
4543
4755
|
{
|
|
4544
4756
|
"kind": "method",
|
|
4545
|
-
"name": "
|
|
4757
|
+
"name": "_onChangeRule",
|
|
4546
4758
|
"parameters": [
|
|
4547
4759
|
{
|
|
4548
|
-
"name": "
|
|
4760
|
+
"name": "e",
|
|
4549
4761
|
"type": {
|
|
4550
|
-
"text": "
|
|
4762
|
+
"text": "Event"
|
|
4551
4763
|
}
|
|
4552
4764
|
}
|
|
4553
4765
|
]
|
|
4554
4766
|
},
|
|
4555
4767
|
{
|
|
4556
4768
|
"kind": "method",
|
|
4557
|
-
"name": "
|
|
4769
|
+
"name": "_onChange",
|
|
4558
4770
|
"parameters": [
|
|
4559
4771
|
{
|
|
4560
|
-
"name": "
|
|
4772
|
+
"name": "e",
|
|
4561
4773
|
"type": {
|
|
4562
|
-
"text": "
|
|
4774
|
+
"text": "Event"
|
|
4563
4775
|
}
|
|
4564
4776
|
}
|
|
4565
4777
|
]
|
|
4566
4778
|
}
|
|
4567
4779
|
],
|
|
4568
|
-
"
|
|
4780
|
+
"events": [
|
|
4569
4781
|
{
|
|
4570
|
-
"name": "
|
|
4782
|
+
"name": "value-change",
|
|
4571
4783
|
"type": {
|
|
4572
|
-
"text": "
|
|
4573
|
-
}
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4784
|
+
"text": "CustomEvent"
|
|
4785
|
+
}
|
|
4786
|
+
}
|
|
4787
|
+
],
|
|
4788
|
+
"attributes": [
|
|
4577
4789
|
{
|
|
4578
|
-
"name": "
|
|
4790
|
+
"name": "mapping",
|
|
4579
4791
|
"type": {
|
|
4580
|
-
"text": "
|
|
4792
|
+
"text": "Mapping"
|
|
4581
4793
|
},
|
|
4582
|
-
"default": "{}",
|
|
4583
|
-
"fieldName": "
|
|
4794
|
+
"default": "{\n rule: 'value'\n }",
|
|
4795
|
+
"fieldName": "mapping"
|
|
4584
4796
|
},
|
|
4585
4797
|
{
|
|
4586
|
-
"name": "
|
|
4798
|
+
"name": "rule",
|
|
4587
4799
|
"type": {
|
|
4588
|
-
"text": "
|
|
4800
|
+
"text": "Rule"
|
|
4589
4801
|
},
|
|
4590
4802
|
"default": "{}",
|
|
4591
|
-
"fieldName": "
|
|
4803
|
+
"fieldName": "rule"
|
|
4592
4804
|
},
|
|
4593
4805
|
{
|
|
4594
|
-
"name": "
|
|
4806
|
+
"name": "properties",
|
|
4595
4807
|
"type": {
|
|
4596
|
-
"text": "
|
|
4808
|
+
"text": "Properties[]"
|
|
4597
4809
|
},
|
|
4598
4810
|
"default": "[]",
|
|
4599
|
-
"fieldName": "
|
|
4600
|
-
},
|
|
4601
|
-
{
|
|
4602
|
-
"name": "specificProps",
|
|
4603
|
-
"type": {
|
|
4604
|
-
"text": "any"
|
|
4605
|
-
},
|
|
4606
|
-
"fieldName": "specificProps"
|
|
4607
|
-
},
|
|
4608
|
-
{
|
|
4609
|
-
"name": "tabName",
|
|
4610
|
-
"type": {
|
|
4611
|
-
"text": "string | null"
|
|
4612
|
-
},
|
|
4613
|
-
"default": "'specific'",
|
|
4614
|
-
"fieldName": "tabName"
|
|
4615
|
-
},
|
|
4616
|
-
{
|
|
4617
|
-
"name": "collapsed",
|
|
4618
|
-
"type": {
|
|
4619
|
-
"text": "boolean"
|
|
4620
|
-
},
|
|
4621
|
-
"default": "false",
|
|
4622
|
-
"fieldName": "collapsed"
|
|
4811
|
+
"fieldName": "properties"
|
|
4623
4812
|
},
|
|
4624
4813
|
{
|
|
4625
|
-
"name": "
|
|
4814
|
+
"name": "scene",
|
|
4626
4815
|
"type": {
|
|
4627
|
-
"text": "
|
|
4816
|
+
"text": "Scene | undefined"
|
|
4628
4817
|
},
|
|
4629
|
-
"
|
|
4630
|
-
|
|
4631
|
-
|
|
4818
|
+
"fieldName": "scene"
|
|
4819
|
+
}
|
|
4820
|
+
],
|
|
4821
|
+
"superclass": {
|
|
4822
|
+
"name": "LitElement",
|
|
4823
|
+
"package": "lit"
|
|
4824
|
+
},
|
|
4825
|
+
"customElement": true
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"exports": [
|
|
4829
|
+
{
|
|
4830
|
+
"kind": "js",
|
|
4831
|
+
"name": "DataBindingMapper",
|
|
4832
|
+
"declaration": {
|
|
4833
|
+
"name": "DataBindingMapper",
|
|
4834
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4835
|
+
}
|
|
4836
|
+
}
|
|
4837
|
+
]
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"kind": "javascript-module",
|
|
4841
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4842
|
+
"declarations": [
|
|
4843
|
+
{
|
|
4844
|
+
"kind": "class",
|
|
4845
|
+
"description": "",
|
|
4846
|
+
"name": "DataBindingValueMap",
|
|
4847
|
+
"members": [
|
|
4632
4848
|
{
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4849
|
+
"kind": "method",
|
|
4850
|
+
"name": "valueInputTemplate",
|
|
4851
|
+
"parameters": [
|
|
4852
|
+
{
|
|
4853
|
+
"name": "value",
|
|
4854
|
+
"optional": true,
|
|
4855
|
+
"type": {
|
|
4856
|
+
"text": "any"
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
]
|
|
4639
4860
|
}
|
|
4640
4861
|
],
|
|
4641
|
-
"
|
|
4862
|
+
"superclass": {
|
|
4863
|
+
"name": "OxInputValueMap",
|
|
4864
|
+
"package": "@operato/input"
|
|
4865
|
+
},
|
|
4866
|
+
"tagName": "data-binding-value-map",
|
|
4867
|
+
"customElement": true
|
|
4868
|
+
}
|
|
4869
|
+
],
|
|
4870
|
+
"exports": [
|
|
4871
|
+
{
|
|
4872
|
+
"kind": "js",
|
|
4873
|
+
"name": "DataBindingValueMap",
|
|
4874
|
+
"declaration": {
|
|
4875
|
+
"name": "DataBindingValueMap",
|
|
4876
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
4879
|
+
{
|
|
4880
|
+
"kind": "custom-element-definition",
|
|
4881
|
+
"name": "data-binding-value-map",
|
|
4882
|
+
"declaration": {
|
|
4883
|
+
"name": "DataBindingValueMap",
|
|
4884
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4885
|
+
}
|
|
4886
|
+
}
|
|
4887
|
+
]
|
|
4888
|
+
},
|
|
4889
|
+
{
|
|
4890
|
+
"kind": "javascript-module",
|
|
4891
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
4892
|
+
"declarations": [
|
|
4893
|
+
{
|
|
4894
|
+
"kind": "class",
|
|
4895
|
+
"description": "",
|
|
4896
|
+
"name": "DataBindingValueRange",
|
|
4897
|
+
"members": [
|
|
4642
4898
|
{
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4899
|
+
"kind": "method",
|
|
4900
|
+
"name": "valueInputTemplate",
|
|
4901
|
+
"parameters": [
|
|
4902
|
+
{
|
|
4903
|
+
"name": "value",
|
|
4904
|
+
"optional": true,
|
|
4905
|
+
"type": {
|
|
4906
|
+
"text": "any"
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
]
|
|
4645
4910
|
}
|
|
4646
4911
|
],
|
|
4647
4912
|
"superclass": {
|
|
4648
|
-
"name": "
|
|
4649
|
-
"package": "
|
|
4913
|
+
"name": "OxInputValueRange",
|
|
4914
|
+
"package": "@operato/input"
|
|
4650
4915
|
},
|
|
4916
|
+
"tagName": "data-binding-value-range",
|
|
4651
4917
|
"customElement": true
|
|
4652
4918
|
}
|
|
4653
4919
|
],
|
|
4654
4920
|
"exports": [
|
|
4655
4921
|
{
|
|
4656
4922
|
"kind": "js",
|
|
4657
|
-
"name": "
|
|
4923
|
+
"name": "DataBindingValueRange",
|
|
4658
4924
|
"declaration": {
|
|
4659
|
-
"name": "
|
|
4660
|
-
"module": "src/modeller/property-sidebar/
|
|
4925
|
+
"name": "DataBindingValueRange",
|
|
4926
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4929
|
+
{
|
|
4930
|
+
"kind": "custom-element-definition",
|
|
4931
|
+
"name": "data-binding-value-range",
|
|
4932
|
+
"declaration": {
|
|
4933
|
+
"name": "DataBindingValueRange",
|
|
4934
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4661
4935
|
}
|
|
4662
4936
|
}
|
|
4663
4937
|
]
|
|
4664
4938
|
},
|
|
4665
4939
|
{
|
|
4666
4940
|
"kind": "javascript-module",
|
|
4667
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding
|
|
4941
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
4668
4942
|
"declarations": [
|
|
4669
4943
|
{
|
|
4670
4944
|
"kind": "class",
|
|
4671
|
-
"description": "
|
|
4672
|
-
"name": "
|
|
4945
|
+
"description": "",
|
|
4946
|
+
"name": "PropertyDataBinding",
|
|
4673
4947
|
"members": [
|
|
4674
4948
|
{
|
|
4675
4949
|
"kind": "field",
|
|
4676
|
-
"name": "
|
|
4950
|
+
"name": "value",
|
|
4677
4951
|
"type": {
|
|
4678
|
-
"text": "
|
|
4952
|
+
"text": "Properties | undefined"
|
|
4679
4953
|
},
|
|
4680
|
-
"
|
|
4681
|
-
"attribute": "mapping"
|
|
4954
|
+
"attribute": "value"
|
|
4682
4955
|
},
|
|
4683
4956
|
{
|
|
4684
4957
|
"kind": "field",
|
|
4685
|
-
"name": "
|
|
4958
|
+
"name": "scene",
|
|
4686
4959
|
"type": {
|
|
4687
|
-
"text": "
|
|
4960
|
+
"text": "Scene | undefined"
|
|
4688
4961
|
},
|
|
4689
|
-
"
|
|
4690
|
-
"attribute": "rule"
|
|
4962
|
+
"attribute": "scene"
|
|
4691
4963
|
},
|
|
4692
4964
|
{
|
|
4693
4965
|
"kind": "field",
|
|
4694
|
-
"name": "
|
|
4966
|
+
"name": "mappingIndex",
|
|
4695
4967
|
"type": {
|
|
4696
|
-
"text": "
|
|
4968
|
+
"text": "number"
|
|
4697
4969
|
},
|
|
4698
|
-
"
|
|
4970
|
+
"default": "0"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"kind": "field",
|
|
4974
|
+
"name": "_afterRender",
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "Function | null | undefined"
|
|
4977
|
+
}
|
|
4699
4978
|
},
|
|
4700
4979
|
{
|
|
4701
4980
|
"kind": "field",
|
|
4702
|
-
"name": "
|
|
4981
|
+
"name": "_dataExpanded",
|
|
4703
4982
|
"type": {
|
|
4704
|
-
"text": "
|
|
4983
|
+
"text": "boolean"
|
|
4705
4984
|
},
|
|
4706
|
-
"default": "
|
|
4985
|
+
"default": "true"
|
|
4707
4986
|
},
|
|
4708
4987
|
{
|
|
4709
4988
|
"kind": "field",
|
|
4710
|
-
"name": "
|
|
4989
|
+
"name": "tabs",
|
|
4711
4990
|
"type": {
|
|
4712
|
-
"text": "
|
|
4713
|
-
}
|
|
4714
|
-
"default": "[]"
|
|
4991
|
+
"text": "HTMLElement"
|
|
4992
|
+
}
|
|
4715
4993
|
},
|
|
4716
4994
|
{
|
|
4717
4995
|
"kind": "field",
|
|
4718
|
-
"name": "
|
|
4996
|
+
"name": "tabNavLeftButton",
|
|
4719
4997
|
"type": {
|
|
4720
|
-
"text": "
|
|
4998
|
+
"text": "HTMLElement"
|
|
4721
4999
|
}
|
|
4722
5000
|
},
|
|
4723
5001
|
{
|
|
4724
5002
|
"kind": "field",
|
|
4725
|
-
"name": "
|
|
5003
|
+
"name": "tabNavRightButton",
|
|
4726
5004
|
"type": {
|
|
4727
|
-
"text": "
|
|
5005
|
+
"text": "HTMLElement"
|
|
4728
5006
|
}
|
|
4729
5007
|
},
|
|
5008
|
+
{
|
|
5009
|
+
"kind": "field",
|
|
5010
|
+
"name": "mappings",
|
|
5011
|
+
"readonly": true
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"kind": "field",
|
|
5015
|
+
"name": "scopedElements",
|
|
5016
|
+
"static": true,
|
|
5017
|
+
"readonly": true
|
|
5018
|
+
},
|
|
4730
5019
|
{
|
|
4731
5020
|
"kind": "method",
|
|
4732
|
-
"name": "
|
|
5021
|
+
"name": "_setMappingIndex",
|
|
4733
5022
|
"parameters": [
|
|
4734
5023
|
{
|
|
4735
|
-
"name": "
|
|
5024
|
+
"name": "idx",
|
|
4736
5025
|
"type": {
|
|
4737
|
-
"text": "
|
|
5026
|
+
"text": "number"
|
|
4738
5027
|
}
|
|
4739
5028
|
}
|
|
4740
5029
|
]
|
|
4741
5030
|
},
|
|
4742
5031
|
{
|
|
4743
|
-
"kind": "
|
|
4744
|
-
"name": "
|
|
4745
|
-
"type": {
|
|
4746
|
-
"text": "boolean"
|
|
4747
|
-
},
|
|
4748
|
-
"privacy": "private",
|
|
4749
|
-
"default": "false"
|
|
5032
|
+
"kind": "method",
|
|
5033
|
+
"name": "_clearDataBindingMapper"
|
|
4750
5034
|
},
|
|
4751
5035
|
{
|
|
4752
5036
|
"kind": "method",
|
|
4753
|
-
"name": "
|
|
5037
|
+
"name": "_copyDataBindingMapper"
|
|
4754
5038
|
},
|
|
4755
5039
|
{
|
|
4756
5040
|
"kind": "method",
|
|
4757
|
-
"name": "
|
|
5041
|
+
"name": "_pasteDataBindingMapper"
|
|
5042
|
+
},
|
|
5043
|
+
{
|
|
5044
|
+
"kind": "method",
|
|
5045
|
+
"name": "_onValueChanged"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"kind": "method",
|
|
5049
|
+
"name": "_onValueChange",
|
|
4758
5050
|
"parameters": [
|
|
4759
5051
|
{
|
|
4760
5052
|
"name": "e",
|
|
@@ -4762,53 +5054,99 @@
|
|
|
4762
5054
|
"text": "Event"
|
|
4763
5055
|
}
|
|
4764
5056
|
}
|
|
4765
|
-
]
|
|
5057
|
+
],
|
|
5058
|
+
"inheritedFrom": {
|
|
5059
|
+
"name": "AbstractProperty",
|
|
5060
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5061
|
+
}
|
|
5062
|
+
},
|
|
5063
|
+
{
|
|
5064
|
+
"kind": "field",
|
|
5065
|
+
"name": "tabContainer",
|
|
5066
|
+
"readonly": true
|
|
4766
5067
|
},
|
|
4767
5068
|
{
|
|
4768
5069
|
"kind": "method",
|
|
4769
|
-
"name": "
|
|
5070
|
+
"name": "_onMappingChanged",
|
|
4770
5071
|
"parameters": [
|
|
4771
5072
|
{
|
|
4772
5073
|
"name": "e",
|
|
4773
5074
|
"type": {
|
|
4774
|
-
"text": "
|
|
5075
|
+
"text": "CustomEvent"
|
|
4775
5076
|
}
|
|
4776
5077
|
}
|
|
4777
5078
|
]
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"kind": "method",
|
|
5082
|
+
"name": "_onTabScroll"
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "method",
|
|
5086
|
+
"name": "_onTabScrollNavLeft"
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "method",
|
|
5090
|
+
"name": "_onTabScrollNavRight"
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"kind": "method",
|
|
5094
|
+
"name": "_getValueFromEventTarget",
|
|
5095
|
+
"parameters": [
|
|
5096
|
+
{
|
|
5097
|
+
"name": "element",
|
|
5098
|
+
"type": {
|
|
5099
|
+
"text": "HTMLElement"
|
|
5100
|
+
}
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"inheritedFrom": {
|
|
5104
|
+
"name": "AbstractProperty",
|
|
5105
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5106
|
+
}
|
|
5107
|
+
},
|
|
5108
|
+
{
|
|
5109
|
+
"kind": "method",
|
|
5110
|
+
"name": "_onAfterValueChange",
|
|
5111
|
+
"parameters": [
|
|
5112
|
+
{
|
|
5113
|
+
"name": "key",
|
|
5114
|
+
"type": {
|
|
5115
|
+
"text": "string"
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "value",
|
|
5120
|
+
"type": {
|
|
5121
|
+
"text": "any"
|
|
5122
|
+
}
|
|
5123
|
+
}
|
|
5124
|
+
],
|
|
5125
|
+
"inheritedFrom": {
|
|
5126
|
+
"name": "AbstractProperty",
|
|
5127
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5128
|
+
}
|
|
4778
5129
|
}
|
|
4779
5130
|
],
|
|
4780
5131
|
"events": [
|
|
4781
5132
|
{
|
|
4782
|
-
"name": "
|
|
5133
|
+
"name": "property-change",
|
|
4783
5134
|
"type": {
|
|
4784
5135
|
"text": "CustomEvent"
|
|
5136
|
+
},
|
|
5137
|
+
"inheritedFrom": {
|
|
5138
|
+
"name": "AbstractProperty",
|
|
5139
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4785
5140
|
}
|
|
4786
5141
|
}
|
|
4787
5142
|
],
|
|
4788
5143
|
"attributes": [
|
|
4789
5144
|
{
|
|
4790
|
-
"name": "
|
|
4791
|
-
"type": {
|
|
4792
|
-
"text": "Mapping"
|
|
4793
|
-
},
|
|
4794
|
-
"default": "{\n rule: 'value'\n }",
|
|
4795
|
-
"fieldName": "mapping"
|
|
4796
|
-
},
|
|
4797
|
-
{
|
|
4798
|
-
"name": "rule",
|
|
4799
|
-
"type": {
|
|
4800
|
-
"text": "Rule"
|
|
4801
|
-
},
|
|
4802
|
-
"default": "{}",
|
|
4803
|
-
"fieldName": "rule"
|
|
4804
|
-
},
|
|
4805
|
-
{
|
|
4806
|
-
"name": "properties",
|
|
5145
|
+
"name": "value",
|
|
4807
5146
|
"type": {
|
|
4808
|
-
"text": "Properties
|
|
5147
|
+
"text": "Properties | undefined"
|
|
4809
5148
|
},
|
|
4810
|
-
"
|
|
4811
|
-
"fieldName": "properties"
|
|
5149
|
+
"fieldName": "value"
|
|
4812
5150
|
},
|
|
4813
5151
|
{
|
|
4814
5152
|
"name": "scene",
|
|
@@ -4818,132 +5156,58 @@
|
|
|
4818
5156
|
"fieldName": "scene"
|
|
4819
5157
|
}
|
|
4820
5158
|
],
|
|
4821
|
-
"
|
|
4822
|
-
"name": "LitElement",
|
|
4823
|
-
"package": "lit"
|
|
4824
|
-
},
|
|
4825
|
-
"customElement": true
|
|
4826
|
-
}
|
|
4827
|
-
],
|
|
4828
|
-
"exports": [
|
|
4829
|
-
{
|
|
4830
|
-
"kind": "js",
|
|
4831
|
-
"name": "DataBindingMapper",
|
|
4832
|
-
"declaration": {
|
|
4833
|
-
"name": "DataBindingMapper",
|
|
4834
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4835
|
-
}
|
|
4836
|
-
}
|
|
4837
|
-
]
|
|
4838
|
-
},
|
|
4839
|
-
{
|
|
4840
|
-
"kind": "javascript-module",
|
|
4841
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4842
|
-
"declarations": [
|
|
4843
|
-
{
|
|
4844
|
-
"kind": "class",
|
|
4845
|
-
"description": "",
|
|
4846
|
-
"name": "DataBindingValueMap",
|
|
4847
|
-
"members": [
|
|
5159
|
+
"mixins": [
|
|
4848
5160
|
{
|
|
4849
|
-
"
|
|
4850
|
-
"
|
|
4851
|
-
"parameters": [
|
|
4852
|
-
{
|
|
4853
|
-
"name": "value",
|
|
4854
|
-
"optional": true,
|
|
4855
|
-
"type": {
|
|
4856
|
-
"text": "any"
|
|
4857
|
-
}
|
|
4858
|
-
}
|
|
4859
|
-
]
|
|
5161
|
+
"name": "ScopedElementsMixin",
|
|
5162
|
+
"package": "@open-wc/scoped-elements"
|
|
4860
5163
|
}
|
|
4861
5164
|
],
|
|
4862
5165
|
"superclass": {
|
|
4863
|
-
"name": "
|
|
4864
|
-
"
|
|
4865
|
-
}
|
|
4866
|
-
"tagName": "data-binding-value-map",
|
|
4867
|
-
"customElement": true
|
|
5166
|
+
"name": "AbstractProperty",
|
|
5167
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5168
|
+
}
|
|
4868
5169
|
}
|
|
4869
5170
|
],
|
|
4870
5171
|
"exports": [
|
|
4871
5172
|
{
|
|
4872
5173
|
"kind": "js",
|
|
4873
|
-
"name": "
|
|
4874
|
-
"declaration": {
|
|
4875
|
-
"name": "DataBindingValueMap",
|
|
4876
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4877
|
-
}
|
|
4878
|
-
},
|
|
4879
|
-
{
|
|
4880
|
-
"kind": "custom-element-definition",
|
|
4881
|
-
"name": "data-binding-value-map",
|
|
5174
|
+
"name": "PropertyDataBinding",
|
|
4882
5175
|
"declaration": {
|
|
4883
|
-
"name": "
|
|
4884
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding
|
|
5176
|
+
"name": "PropertyDataBinding",
|
|
5177
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
4885
5178
|
}
|
|
4886
5179
|
}
|
|
4887
5180
|
]
|
|
4888
5181
|
},
|
|
4889
5182
|
{
|
|
4890
5183
|
"kind": "javascript-module",
|
|
4891
|
-
"path": "src/modeller/property-sidebar/
|
|
5184
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
4892
5185
|
"declarations": [
|
|
4893
5186
|
{
|
|
4894
|
-
"kind": "
|
|
4895
|
-
"
|
|
4896
|
-
"
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
"name": "valueInputTemplate",
|
|
4901
|
-
"parameters": [
|
|
4902
|
-
{
|
|
4903
|
-
"name": "value",
|
|
4904
|
-
"optional": true,
|
|
4905
|
-
"type": {
|
|
4906
|
-
"text": "any"
|
|
4907
|
-
}
|
|
4908
|
-
}
|
|
4909
|
-
]
|
|
4910
|
-
}
|
|
4911
|
-
],
|
|
4912
|
-
"superclass": {
|
|
4913
|
-
"name": "OxInputValueRange",
|
|
4914
|
-
"package": "@operato/input"
|
|
4915
|
-
},
|
|
4916
|
-
"tagName": "data-binding-value-range",
|
|
4917
|
-
"customElement": true
|
|
4918
|
-
}
|
|
4919
|
-
],
|
|
4920
|
-
"exports": [
|
|
4921
|
-
{
|
|
4922
|
-
"kind": "js",
|
|
4923
|
-
"name": "DataBindingValueRange",
|
|
4924
|
-
"declaration": {
|
|
4925
|
-
"name": "DataBindingValueRange",
|
|
4926
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4927
|
-
}
|
|
4928
|
-
},
|
|
5187
|
+
"kind": "variable",
|
|
5188
|
+
"name": "EffectsSharedStyle",
|
|
5189
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5190
|
+
}
|
|
5191
|
+
],
|
|
5192
|
+
"exports": [
|
|
4929
5193
|
{
|
|
4930
|
-
"kind": "
|
|
4931
|
-
"name": "
|
|
5194
|
+
"kind": "js",
|
|
5195
|
+
"name": "EffectsSharedStyle",
|
|
4932
5196
|
"declaration": {
|
|
4933
|
-
"name": "
|
|
4934
|
-
"module": "src/modeller/property-sidebar/
|
|
5197
|
+
"name": "EffectsSharedStyle",
|
|
5198
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
4935
5199
|
}
|
|
4936
5200
|
}
|
|
4937
5201
|
]
|
|
4938
5202
|
},
|
|
4939
5203
|
{
|
|
4940
5204
|
"kind": "javascript-module",
|
|
4941
|
-
"path": "src/modeller/property-sidebar/
|
|
5205
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4942
5206
|
"declarations": [
|
|
4943
5207
|
{
|
|
4944
5208
|
"kind": "class",
|
|
4945
5209
|
"description": "",
|
|
4946
|
-
"name": "
|
|
5210
|
+
"name": "PropertyEffects",
|
|
4947
5211
|
"members": [
|
|
4948
5212
|
{
|
|
4949
5213
|
"kind": "field",
|
|
@@ -4961,89 +5225,12 @@
|
|
|
4961
5225
|
},
|
|
4962
5226
|
"attribute": "scene"
|
|
4963
5227
|
},
|
|
4964
|
-
{
|
|
4965
|
-
"kind": "field",
|
|
4966
|
-
"name": "mappingIndex",
|
|
4967
|
-
"type": {
|
|
4968
|
-
"text": "number"
|
|
4969
|
-
},
|
|
4970
|
-
"default": "0"
|
|
4971
|
-
},
|
|
4972
|
-
{
|
|
4973
|
-
"kind": "field",
|
|
4974
|
-
"name": "_afterRender",
|
|
4975
|
-
"type": {
|
|
4976
|
-
"text": "Function | null | undefined"
|
|
4977
|
-
}
|
|
4978
|
-
},
|
|
4979
|
-
{
|
|
4980
|
-
"kind": "field",
|
|
4981
|
-
"name": "_dataExpanded",
|
|
4982
|
-
"type": {
|
|
4983
|
-
"text": "boolean"
|
|
4984
|
-
},
|
|
4985
|
-
"default": "true"
|
|
4986
|
-
},
|
|
4987
|
-
{
|
|
4988
|
-
"kind": "field",
|
|
4989
|
-
"name": "tabs",
|
|
4990
|
-
"type": {
|
|
4991
|
-
"text": "HTMLElement"
|
|
4992
|
-
}
|
|
4993
|
-
},
|
|
4994
|
-
{
|
|
4995
|
-
"kind": "field",
|
|
4996
|
-
"name": "tabNavLeftButton",
|
|
4997
|
-
"type": {
|
|
4998
|
-
"text": "HTMLElement"
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
{
|
|
5002
|
-
"kind": "field",
|
|
5003
|
-
"name": "tabNavRightButton",
|
|
5004
|
-
"type": {
|
|
5005
|
-
"text": "HTMLElement"
|
|
5006
|
-
}
|
|
5007
|
-
},
|
|
5008
|
-
{
|
|
5009
|
-
"kind": "field",
|
|
5010
|
-
"name": "mappings",
|
|
5011
|
-
"readonly": true
|
|
5012
|
-
},
|
|
5013
5228
|
{
|
|
5014
5229
|
"kind": "field",
|
|
5015
5230
|
"name": "scopedElements",
|
|
5016
5231
|
"static": true,
|
|
5017
5232
|
"readonly": true
|
|
5018
5233
|
},
|
|
5019
|
-
{
|
|
5020
|
-
"kind": "method",
|
|
5021
|
-
"name": "_setMappingIndex",
|
|
5022
|
-
"parameters": [
|
|
5023
|
-
{
|
|
5024
|
-
"name": "idx",
|
|
5025
|
-
"type": {
|
|
5026
|
-
"text": "number"
|
|
5027
|
-
}
|
|
5028
|
-
}
|
|
5029
|
-
]
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"kind": "method",
|
|
5033
|
-
"name": "_clearDataBindingMapper"
|
|
5034
|
-
},
|
|
5035
|
-
{
|
|
5036
|
-
"kind": "method",
|
|
5037
|
-
"name": "_copyDataBindingMapper"
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "method",
|
|
5041
|
-
"name": "_pasteDataBindingMapper"
|
|
5042
|
-
},
|
|
5043
|
-
{
|
|
5044
|
-
"kind": "method",
|
|
5045
|
-
"name": "_onValueChanged"
|
|
5046
|
-
},
|
|
5047
5234
|
{
|
|
5048
5235
|
"kind": "method",
|
|
5049
5236
|
"name": "_onValueChange",
|
|
@@ -5060,35 +5247,6 @@
|
|
|
5060
5247
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5061
5248
|
}
|
|
5062
5249
|
},
|
|
5063
|
-
{
|
|
5064
|
-
"kind": "field",
|
|
5065
|
-
"name": "tabContainer",
|
|
5066
|
-
"readonly": true
|
|
5067
|
-
},
|
|
5068
|
-
{
|
|
5069
|
-
"kind": "method",
|
|
5070
|
-
"name": "_onMappingChanged",
|
|
5071
|
-
"parameters": [
|
|
5072
|
-
{
|
|
5073
|
-
"name": "e",
|
|
5074
|
-
"type": {
|
|
5075
|
-
"text": "CustomEvent"
|
|
5076
|
-
}
|
|
5077
|
-
}
|
|
5078
|
-
]
|
|
5079
|
-
},
|
|
5080
|
-
{
|
|
5081
|
-
"kind": "method",
|
|
5082
|
-
"name": "_onTabScroll"
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"kind": "method",
|
|
5086
|
-
"name": "_onTabScrollNavLeft"
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"kind": "method",
|
|
5090
|
-
"name": "_onTabScrollNavRight"
|
|
5091
|
-
},
|
|
5092
5250
|
{
|
|
5093
5251
|
"kind": "method",
|
|
5094
5252
|
"name": "_getValueFromEventTarget",
|
|
@@ -5128,6 +5286,32 @@
|
|
|
5128
5286
|
}
|
|
5129
5287
|
}
|
|
5130
5288
|
],
|
|
5289
|
+
"attributes": [
|
|
5290
|
+
{
|
|
5291
|
+
"name": "value",
|
|
5292
|
+
"type": {
|
|
5293
|
+
"text": "Properties | undefined"
|
|
5294
|
+
},
|
|
5295
|
+
"fieldName": "value"
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"name": "scene",
|
|
5299
|
+
"type": {
|
|
5300
|
+
"text": "Scene | undefined"
|
|
5301
|
+
},
|
|
5302
|
+
"fieldName": "scene"
|
|
5303
|
+
}
|
|
5304
|
+
],
|
|
5305
|
+
"mixins": [
|
|
5306
|
+
{
|
|
5307
|
+
"name": "ScopedElementsMixin",
|
|
5308
|
+
"package": "@open-wc/scoped-elements"
|
|
5309
|
+
}
|
|
5310
|
+
],
|
|
5311
|
+
"superclass": {
|
|
5312
|
+
"name": "AbstractProperty",
|
|
5313
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5314
|
+
},
|
|
5131
5315
|
"events": [
|
|
5132
5316
|
{
|
|
5133
5317
|
"name": "property-change",
|
|
@@ -5139,6 +5323,94 @@
|
|
|
5139
5323
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5140
5324
|
}
|
|
5141
5325
|
}
|
|
5326
|
+
]
|
|
5327
|
+
}
|
|
5328
|
+
],
|
|
5329
|
+
"exports": [
|
|
5330
|
+
{
|
|
5331
|
+
"kind": "js",
|
|
5332
|
+
"name": "PropertyEffects",
|
|
5333
|
+
"declaration": {
|
|
5334
|
+
"name": "PropertyEffects",
|
|
5335
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5336
|
+
}
|
|
5337
|
+
}
|
|
5338
|
+
]
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"kind": "javascript-module",
|
|
5342
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5343
|
+
"declarations": [
|
|
5344
|
+
{
|
|
5345
|
+
"kind": "class",
|
|
5346
|
+
"description": "",
|
|
5347
|
+
"name": "PropertyEventHover",
|
|
5348
|
+
"members": [
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "field",
|
|
5351
|
+
"name": "value",
|
|
5352
|
+
"type": {
|
|
5353
|
+
"text": "Properties | undefined"
|
|
5354
|
+
},
|
|
5355
|
+
"attribute": "value"
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
"kind": "field",
|
|
5359
|
+
"name": "scene",
|
|
5360
|
+
"type": {
|
|
5361
|
+
"text": "Scene | undefined"
|
|
5362
|
+
},
|
|
5363
|
+
"attribute": "scene"
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"kind": "method",
|
|
5367
|
+
"name": "_getPlaceHoder",
|
|
5368
|
+
"parameters": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "action",
|
|
5371
|
+
"type": {
|
|
5372
|
+
"text": "string"
|
|
5373
|
+
}
|
|
5374
|
+
}
|
|
5375
|
+
]
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"kind": "method",
|
|
5379
|
+
"name": "_getTargetList",
|
|
5380
|
+
"return": {
|
|
5381
|
+
"type": {
|
|
5382
|
+
"text": "{ value: string; description: string }[]"
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5385
|
+
"parameters": [
|
|
5386
|
+
{
|
|
5387
|
+
"name": "action",
|
|
5388
|
+
"type": {
|
|
5389
|
+
"text": "string"
|
|
5390
|
+
}
|
|
5391
|
+
}
|
|
5392
|
+
]
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"kind": "method",
|
|
5396
|
+
"name": "_onValueChange",
|
|
5397
|
+
"parameters": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "e",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "Event"
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5404
|
+
]
|
|
5405
|
+
}
|
|
5406
|
+
],
|
|
5407
|
+
"events": [
|
|
5408
|
+
{
|
|
5409
|
+
"name": "change",
|
|
5410
|
+
"type": {
|
|
5411
|
+
"text": "CustomEvent"
|
|
5412
|
+
}
|
|
5413
|
+
}
|
|
5142
5414
|
],
|
|
5143
5415
|
"attributes": [
|
|
5144
5416
|
{
|
|
@@ -5156,246 +5428,286 @@
|
|
|
5156
5428
|
"fieldName": "scene"
|
|
5157
5429
|
}
|
|
5158
5430
|
],
|
|
5159
|
-
"mixins": [
|
|
5160
|
-
{
|
|
5161
|
-
"name": "ScopedElementsMixin",
|
|
5162
|
-
"package": "@open-wc/scoped-elements"
|
|
5163
|
-
}
|
|
5164
|
-
],
|
|
5165
5431
|
"superclass": {
|
|
5166
|
-
"name": "
|
|
5167
|
-
"
|
|
5168
|
-
}
|
|
5432
|
+
"name": "LitElement",
|
|
5433
|
+
"package": "lit"
|
|
5434
|
+
},
|
|
5435
|
+
"customElement": true
|
|
5169
5436
|
}
|
|
5170
5437
|
],
|
|
5171
5438
|
"exports": [
|
|
5172
5439
|
{
|
|
5173
5440
|
"kind": "js",
|
|
5174
|
-
"name": "
|
|
5441
|
+
"name": "PropertyEventHover",
|
|
5175
5442
|
"declaration": {
|
|
5176
|
-
"name": "
|
|
5177
|
-
"module": "src/modeller/property-sidebar/
|
|
5443
|
+
"name": "PropertyEventHover",
|
|
5444
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5178
5445
|
}
|
|
5179
5446
|
}
|
|
5180
5447
|
]
|
|
5181
5448
|
},
|
|
5182
5449
|
{
|
|
5183
5450
|
"kind": "javascript-module",
|
|
5184
|
-
"path": "src/modeller/property-sidebar/
|
|
5451
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5185
5452
|
"declarations": [
|
|
5186
5453
|
{
|
|
5187
5454
|
"kind": "class",
|
|
5188
5455
|
"description": "",
|
|
5189
|
-
"name": "
|
|
5456
|
+
"name": "PropertyEventTap",
|
|
5190
5457
|
"members": [
|
|
5191
5458
|
{
|
|
5192
5459
|
"kind": "field",
|
|
5193
|
-
"name": "
|
|
5460
|
+
"name": "value",
|
|
5194
5461
|
"type": {
|
|
5195
|
-
"text": "
|
|
5462
|
+
"text": "Properties | undefined"
|
|
5196
5463
|
},
|
|
5197
|
-
"attribute": "
|
|
5464
|
+
"attribute": "value"
|
|
5198
5465
|
},
|
|
5199
5466
|
{
|
|
5200
5467
|
"kind": "field",
|
|
5201
|
-
"name": "
|
|
5468
|
+
"name": "scene",
|
|
5202
5469
|
"type": {
|
|
5203
|
-
"text": "
|
|
5470
|
+
"text": "Scene | undefined"
|
|
5204
5471
|
},
|
|
5205
|
-
"
|
|
5206
|
-
"default": "''"
|
|
5472
|
+
"attribute": "scene"
|
|
5207
5473
|
},
|
|
5208
5474
|
{
|
|
5209
5475
|
"kind": "field",
|
|
5210
|
-
"name": "
|
|
5476
|
+
"name": "scenarios",
|
|
5211
5477
|
"type": {
|
|
5212
|
-
"text": "
|
|
5478
|
+
"text": "{ value: string; description: string }[]"
|
|
5213
5479
|
},
|
|
5214
|
-
"
|
|
5480
|
+
"default": "[]"
|
|
5215
5481
|
},
|
|
5216
5482
|
{
|
|
5217
5483
|
"kind": "field",
|
|
5218
|
-
"name": "
|
|
5484
|
+
"name": "targetList",
|
|
5219
5485
|
"type": {
|
|
5220
|
-
"text": "
|
|
5486
|
+
"text": "{ value: string; description: string }[]"
|
|
5221
5487
|
},
|
|
5222
|
-
"
|
|
5223
|
-
"default": "false"
|
|
5488
|
+
"default": "[]"
|
|
5224
5489
|
},
|
|
5225
5490
|
{
|
|
5226
5491
|
"kind": "method",
|
|
5227
|
-
"name": "
|
|
5492
|
+
"name": "_getPlaceHoder",
|
|
5228
5493
|
"parameters": [
|
|
5229
5494
|
{
|
|
5230
|
-
"name": "
|
|
5231
|
-
"optional": true,
|
|
5495
|
+
"name": "action",
|
|
5232
5496
|
"type": {
|
|
5233
|
-
"text": "
|
|
5497
|
+
"text": "string"
|
|
5234
5498
|
}
|
|
5235
5499
|
}
|
|
5236
5500
|
]
|
|
5237
5501
|
},
|
|
5238
5502
|
{
|
|
5239
5503
|
"kind": "method",
|
|
5240
|
-
"name": "
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
"type": {
|
|
5246
|
-
"text": "Sortable.Options"
|
|
5504
|
+
"name": "_getInputList",
|
|
5505
|
+
"return": {
|
|
5506
|
+
"type": {
|
|
5507
|
+
"text": "{ value: string; description: string }[]"
|
|
5508
|
+
}
|
|
5247
5509
|
},
|
|
5248
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "method",
|
|
5252
|
-
"name": "onSort",
|
|
5253
5510
|
"parameters": [
|
|
5254
5511
|
{
|
|
5255
|
-
"name": "
|
|
5512
|
+
"name": "action",
|
|
5256
5513
|
"type": {
|
|
5257
|
-
"text": "
|
|
5514
|
+
"text": "string"
|
|
5258
5515
|
}
|
|
5259
5516
|
}
|
|
5260
5517
|
]
|
|
5261
5518
|
},
|
|
5262
5519
|
{
|
|
5263
5520
|
"kind": "method",
|
|
5264
|
-
"name": "
|
|
5521
|
+
"name": "_onValueChange",
|
|
5265
5522
|
"parameters": [
|
|
5266
5523
|
{
|
|
5267
5524
|
"name": "e",
|
|
5268
5525
|
"type": {
|
|
5269
|
-
"text": "
|
|
5526
|
+
"text": "Event"
|
|
5270
5527
|
}
|
|
5271
5528
|
}
|
|
5272
5529
|
]
|
|
5273
|
-
}
|
|
5530
|
+
}
|
|
5531
|
+
],
|
|
5532
|
+
"events": [
|
|
5274
5533
|
{
|
|
5275
|
-
"
|
|
5276
|
-
"
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5534
|
+
"name": "change",
|
|
5535
|
+
"type": {
|
|
5536
|
+
"text": "CustomEvent"
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"attributes": [
|
|
5541
|
+
{
|
|
5542
|
+
"name": "value",
|
|
5543
|
+
"type": {
|
|
5544
|
+
"text": "Properties | undefined"
|
|
5545
|
+
},
|
|
5546
|
+
"fieldName": "value"
|
|
5285
5547
|
},
|
|
5548
|
+
{
|
|
5549
|
+
"name": "scene",
|
|
5550
|
+
"type": {
|
|
5551
|
+
"text": "Scene | undefined"
|
|
5552
|
+
},
|
|
5553
|
+
"fieldName": "scene"
|
|
5554
|
+
}
|
|
5555
|
+
],
|
|
5556
|
+
"superclass": {
|
|
5557
|
+
"name": "LitElement",
|
|
5558
|
+
"package": "lit"
|
|
5559
|
+
},
|
|
5560
|
+
"customElement": true
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5563
|
+
"exports": [
|
|
5564
|
+
{
|
|
5565
|
+
"kind": "js",
|
|
5566
|
+
"name": "PropertyEventTap",
|
|
5567
|
+
"declaration": {
|
|
5568
|
+
"name": "PropertyEventTap",
|
|
5569
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5570
|
+
}
|
|
5571
|
+
}
|
|
5572
|
+
]
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"kind": "javascript-module",
|
|
5576
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5577
|
+
"declarations": [
|
|
5578
|
+
{
|
|
5579
|
+
"kind": "class",
|
|
5580
|
+
"description": "",
|
|
5581
|
+
"name": "PropertyEvent",
|
|
5582
|
+
"members": [
|
|
5286
5583
|
{
|
|
5287
5584
|
"kind": "field",
|
|
5288
|
-
"name": "
|
|
5289
|
-
"
|
|
5585
|
+
"name": "value",
|
|
5586
|
+
"type": {
|
|
5587
|
+
"text": "Properties | undefined"
|
|
5588
|
+
},
|
|
5589
|
+
"attribute": "value"
|
|
5290
5590
|
},
|
|
5291
5591
|
{
|
|
5292
|
-
"kind": "
|
|
5293
|
-
"name": "
|
|
5294
|
-
"
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
"text": "Component"
|
|
5299
|
-
}
|
|
5300
|
-
}
|
|
5301
|
-
]
|
|
5592
|
+
"kind": "field",
|
|
5593
|
+
"name": "scene",
|
|
5594
|
+
"type": {
|
|
5595
|
+
"text": "Scene | undefined"
|
|
5596
|
+
},
|
|
5597
|
+
"attribute": "scene"
|
|
5302
5598
|
},
|
|
5303
5599
|
{
|
|
5304
|
-
"kind": "
|
|
5305
|
-
"name": "
|
|
5306
|
-
"
|
|
5307
|
-
|
|
5308
|
-
"name": "component",
|
|
5309
|
-
"type": {
|
|
5310
|
-
"text": "Component"
|
|
5311
|
-
}
|
|
5312
|
-
}
|
|
5313
|
-
]
|
|
5600
|
+
"kind": "field",
|
|
5601
|
+
"name": "scopedElements",
|
|
5602
|
+
"static": true,
|
|
5603
|
+
"readonly": true
|
|
5314
5604
|
},
|
|
5315
5605
|
{
|
|
5316
5606
|
"kind": "method",
|
|
5317
|
-
"name": "
|
|
5607
|
+
"name": "_onValueChange",
|
|
5318
5608
|
"parameters": [
|
|
5319
5609
|
{
|
|
5320
|
-
"name": "
|
|
5610
|
+
"name": "e",
|
|
5321
5611
|
"type": {
|
|
5322
|
-
"text": "
|
|
5612
|
+
"text": "Event"
|
|
5323
5613
|
}
|
|
5324
5614
|
}
|
|
5325
5615
|
]
|
|
5326
|
-
}
|
|
5616
|
+
}
|
|
5617
|
+
],
|
|
5618
|
+
"events": [
|
|
5327
5619
|
{
|
|
5328
|
-
"
|
|
5329
|
-
"
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
]
|
|
5338
|
-
},
|
|
5620
|
+
"name": "change",
|
|
5621
|
+
"type": {
|
|
5622
|
+
"text": "CustomEvent"
|
|
5623
|
+
}
|
|
5624
|
+
}
|
|
5625
|
+
],
|
|
5626
|
+
"attributes": [
|
|
5339
5627
|
{
|
|
5340
|
-
"
|
|
5341
|
-
"
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
"type": {
|
|
5346
|
-
"text": "Component"
|
|
5347
|
-
}
|
|
5348
|
-
}
|
|
5349
|
-
]
|
|
5628
|
+
"name": "value",
|
|
5629
|
+
"type": {
|
|
5630
|
+
"text": "Properties | undefined"
|
|
5631
|
+
},
|
|
5632
|
+
"fieldName": "value"
|
|
5350
5633
|
},
|
|
5351
5634
|
{
|
|
5352
|
-
"
|
|
5353
|
-
"
|
|
5354
|
-
|
|
5355
|
-
"type": {
|
|
5356
|
-
"text": "boolean"
|
|
5357
|
-
}
|
|
5635
|
+
"name": "scene",
|
|
5636
|
+
"type": {
|
|
5637
|
+
"text": "Scene | undefined"
|
|
5358
5638
|
},
|
|
5359
|
-
"
|
|
5360
|
-
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5639
|
+
"fieldName": "scene"
|
|
5640
|
+
}
|
|
5641
|
+
],
|
|
5642
|
+
"mixins": [
|
|
5643
|
+
{
|
|
5644
|
+
"name": "ScopedElementsMixin",
|
|
5645
|
+
"package": "@open-wc/scoped-elements"
|
|
5646
|
+
}
|
|
5647
|
+
],
|
|
5648
|
+
"superclass": {
|
|
5649
|
+
"name": "LitElement",
|
|
5650
|
+
"package": "lit"
|
|
5651
|
+
},
|
|
5652
|
+
"customElement": true
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"exports": [
|
|
5656
|
+
{
|
|
5657
|
+
"kind": "js",
|
|
5658
|
+
"name": "PropertyEvent",
|
|
5659
|
+
"declaration": {
|
|
5660
|
+
"name": "PropertyEvent",
|
|
5661
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5662
|
+
}
|
|
5663
|
+
}
|
|
5664
|
+
]
|
|
5665
|
+
},
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "javascript-module",
|
|
5668
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5669
|
+
"declarations": [
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "class",
|
|
5672
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5673
|
+
"name": "PropertyShadow",
|
|
5674
|
+
"members": [
|
|
5675
|
+
{
|
|
5676
|
+
"kind": "field",
|
|
5677
|
+
"name": "value",
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "Properties | undefined"
|
|
5680
|
+
},
|
|
5681
|
+
"attribute": "value"
|
|
5367
5682
|
},
|
|
5368
5683
|
{
|
|
5369
5684
|
"kind": "method",
|
|
5370
|
-
"name": "
|
|
5371
|
-
"return": {
|
|
5372
|
-
"type": {
|
|
5373
|
-
"text": "TemplateResult"
|
|
5374
|
-
}
|
|
5375
|
-
},
|
|
5685
|
+
"name": "_onValueChange",
|
|
5376
5686
|
"parameters": [
|
|
5377
5687
|
{
|
|
5378
|
-
"name": "
|
|
5379
|
-
"type": {
|
|
5380
|
-
"text": "Component"
|
|
5381
|
-
}
|
|
5382
|
-
},
|
|
5383
|
-
{
|
|
5384
|
-
"name": "depth",
|
|
5688
|
+
"name": "e",
|
|
5385
5689
|
"type": {
|
|
5386
|
-
"text": "
|
|
5690
|
+
"text": "Event"
|
|
5387
5691
|
}
|
|
5388
5692
|
}
|
|
5389
5693
|
]
|
|
5390
5694
|
}
|
|
5391
5695
|
],
|
|
5696
|
+
"events": [
|
|
5697
|
+
{
|
|
5698
|
+
"name": "change",
|
|
5699
|
+
"type": {
|
|
5700
|
+
"text": "CustomEvent"
|
|
5701
|
+
}
|
|
5702
|
+
}
|
|
5703
|
+
],
|
|
5392
5704
|
"attributes": [
|
|
5393
5705
|
{
|
|
5394
|
-
"name": "
|
|
5706
|
+
"name": "value",
|
|
5395
5707
|
"type": {
|
|
5396
|
-
"text": "
|
|
5708
|
+
"text": "Properties | undefined"
|
|
5397
5709
|
},
|
|
5398
|
-
"fieldName": "
|
|
5710
|
+
"fieldName": "value"
|
|
5399
5711
|
}
|
|
5400
5712
|
],
|
|
5401
5713
|
"superclass": {
|
|
@@ -5408,10 +5720,38 @@
|
|
|
5408
5720
|
"exports": [
|
|
5409
5721
|
{
|
|
5410
5722
|
"kind": "js",
|
|
5411
|
-
"name": "
|
|
5723
|
+
"name": "PropertyShadow",
|
|
5412
5724
|
"declaration": {
|
|
5413
|
-
"name": "
|
|
5414
|
-
"module": "src/modeller/property-sidebar/
|
|
5725
|
+
"name": "PropertyShadow",
|
|
5726
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5727
|
+
}
|
|
5728
|
+
}
|
|
5729
|
+
]
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"kind": "javascript-module",
|
|
5733
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5734
|
+
"declarations": [
|
|
5735
|
+
{
|
|
5736
|
+
"kind": "function",
|
|
5737
|
+
"name": "convert",
|
|
5738
|
+
"parameters": [
|
|
5739
|
+
{
|
|
5740
|
+
"name": "element",
|
|
5741
|
+
"type": {
|
|
5742
|
+
"text": "any"
|
|
5743
|
+
}
|
|
5744
|
+
}
|
|
5745
|
+
]
|
|
5746
|
+
}
|
|
5747
|
+
],
|
|
5748
|
+
"exports": [
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "js",
|
|
5751
|
+
"name": "convert",
|
|
5752
|
+
"declaration": {
|
|
5753
|
+
"name": "convert",
|
|
5754
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5415
5755
|
}
|
|
5416
5756
|
}
|
|
5417
5757
|
]
|
|
@@ -5520,212 +5860,45 @@
|
|
|
5520
5860
|
"name": "selected",
|
|
5521
5861
|
"type": {
|
|
5522
5862
|
"text": "Component[]"
|
|
5523
|
-
}
|
|
5524
|
-
}
|
|
5525
|
-
]
|
|
5526
|
-
},
|
|
5527
|
-
{
|
|
5528
|
-
"kind": "method",
|
|
5529
|
-
"name": "_isClassIdentifiable",
|
|
5530
|
-
"parameters": [
|
|
5531
|
-
{
|
|
5532
|
-
"name": "selected",
|
|
5533
|
-
"type": {
|
|
5534
|
-
"text": "Component[]"
|
|
5535
|
-
}
|
|
5536
|
-
}
|
|
5537
|
-
]
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"kind": "method",
|
|
5541
|
-
"name": "_isLine",
|
|
5542
|
-
"parameters": [
|
|
5543
|
-
{
|
|
5544
|
-
"name": "selected",
|
|
5545
|
-
"type": {
|
|
5546
|
-
"text": "Component[]"
|
|
5547
|
-
}
|
|
5548
|
-
}
|
|
5549
|
-
]
|
|
5550
|
-
},
|
|
5551
|
-
{
|
|
5552
|
-
"kind": "method",
|
|
5553
|
-
"name": "_is3dish",
|
|
5554
|
-
"parameters": [
|
|
5555
|
-
{
|
|
5556
|
-
"name": "selected",
|
|
5557
|
-
"type": {
|
|
5558
|
-
"text": "Component[]"
|
|
5559
|
-
}
|
|
5560
|
-
}
|
|
5561
|
-
]
|
|
5562
|
-
},
|
|
5563
|
-
{
|
|
5564
|
-
"kind": "method",
|
|
5565
|
-
"name": "_getValueFromEventTarget",
|
|
5566
|
-
"parameters": [
|
|
5567
|
-
{
|
|
5568
|
-
"name": "element",
|
|
5569
|
-
"type": {
|
|
5570
|
-
"text": "HTMLElement"
|
|
5571
|
-
}
|
|
5572
|
-
}
|
|
5573
|
-
],
|
|
5574
|
-
"inheritedFrom": {
|
|
5575
|
-
"name": "AbstractProperty",
|
|
5576
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5577
|
-
}
|
|
5578
|
-
},
|
|
5579
|
-
{
|
|
5580
|
-
"kind": "method",
|
|
5581
|
-
"name": "_onAfterValueChange",
|
|
5582
|
-
"parameters": [
|
|
5583
|
-
{
|
|
5584
|
-
"name": "key",
|
|
5585
|
-
"type": {
|
|
5586
|
-
"text": "string"
|
|
5587
|
-
}
|
|
5588
|
-
},
|
|
5589
|
-
{
|
|
5590
|
-
"name": "value",
|
|
5591
|
-
"type": {
|
|
5592
|
-
"text": "any"
|
|
5593
|
-
}
|
|
5594
|
-
}
|
|
5595
|
-
],
|
|
5596
|
-
"inheritedFrom": {
|
|
5597
|
-
"name": "AbstractProperty",
|
|
5598
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5599
|
-
}
|
|
5600
|
-
}
|
|
5601
|
-
],
|
|
5602
|
-
"events": [
|
|
5603
|
-
{
|
|
5604
|
-
"name": "bounds-change",
|
|
5605
|
-
"type": {
|
|
5606
|
-
"text": "CustomEvent"
|
|
5607
|
-
}
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"name": "property-change",
|
|
5611
|
-
"type": {
|
|
5612
|
-
"text": "CustomEvent"
|
|
5613
|
-
},
|
|
5614
|
-
"inheritedFrom": {
|
|
5615
|
-
"name": "AbstractProperty",
|
|
5616
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5617
|
-
}
|
|
5618
|
-
}
|
|
5619
|
-
],
|
|
5620
|
-
"attributes": [
|
|
5621
|
-
{
|
|
5622
|
-
"name": "value",
|
|
5623
|
-
"type": {
|
|
5624
|
-
"text": "Properties | undefined"
|
|
5625
|
-
},
|
|
5626
|
-
"fieldName": "value"
|
|
5627
|
-
},
|
|
5628
|
-
{
|
|
5629
|
-
"name": "bounds",
|
|
5630
|
-
"type": {
|
|
5631
|
-
"text": "BOUNDS | null"
|
|
5632
|
-
},
|
|
5633
|
-
"default": "null",
|
|
5634
|
-
"fieldName": "bounds"
|
|
5635
|
-
},
|
|
5636
|
-
{
|
|
5637
|
-
"name": "selected",
|
|
5638
|
-
"type": {
|
|
5639
|
-
"text": "Component[]"
|
|
5640
|
-
},
|
|
5641
|
-
"default": "[]",
|
|
5642
|
-
"fieldName": "selected"
|
|
5643
|
-
}
|
|
5644
|
-
],
|
|
5645
|
-
"superclass": {
|
|
5646
|
-
"name": "AbstractProperty",
|
|
5647
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5648
|
-
}
|
|
5649
|
-
}
|
|
5650
|
-
],
|
|
5651
|
-
"exports": [
|
|
5652
|
-
{
|
|
5653
|
-
"kind": "js",
|
|
5654
|
-
"name": "PropertyShapes",
|
|
5655
|
-
"declaration": {
|
|
5656
|
-
"name": "PropertyShapes",
|
|
5657
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5658
|
-
}
|
|
5659
|
-
}
|
|
5660
|
-
]
|
|
5661
|
-
},
|
|
5662
|
-
{
|
|
5663
|
-
"kind": "javascript-module",
|
|
5664
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5665
|
-
"declarations": [
|
|
5666
|
-
{
|
|
5667
|
-
"kind": "variable",
|
|
5668
|
-
"name": "EffectsSharedStyle",
|
|
5669
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5670
|
-
}
|
|
5671
|
-
],
|
|
5672
|
-
"exports": [
|
|
5673
|
-
{
|
|
5674
|
-
"kind": "js",
|
|
5675
|
-
"name": "EffectsSharedStyle",
|
|
5676
|
-
"declaration": {
|
|
5677
|
-
"name": "EffectsSharedStyle",
|
|
5678
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5679
|
-
}
|
|
5680
|
-
}
|
|
5681
|
-
]
|
|
5682
|
-
},
|
|
5683
|
-
{
|
|
5684
|
-
"kind": "javascript-module",
|
|
5685
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5686
|
-
"declarations": [
|
|
5687
|
-
{
|
|
5688
|
-
"kind": "class",
|
|
5689
|
-
"description": "",
|
|
5690
|
-
"name": "PropertyEffects",
|
|
5691
|
-
"members": [
|
|
5692
|
-
{
|
|
5693
|
-
"kind": "field",
|
|
5694
|
-
"name": "value",
|
|
5695
|
-
"type": {
|
|
5696
|
-
"text": "Properties | undefined"
|
|
5697
|
-
},
|
|
5698
|
-
"attribute": "value"
|
|
5699
|
-
},
|
|
5700
|
-
{
|
|
5701
|
-
"kind": "field",
|
|
5702
|
-
"name": "scene",
|
|
5703
|
-
"type": {
|
|
5704
|
-
"text": "Scene | undefined"
|
|
5705
|
-
},
|
|
5706
|
-
"attribute": "scene"
|
|
5863
|
+
}
|
|
5864
|
+
}
|
|
5865
|
+
]
|
|
5707
5866
|
},
|
|
5708
5867
|
{
|
|
5709
|
-
"kind": "
|
|
5710
|
-
"name": "
|
|
5711
|
-
"
|
|
5712
|
-
|
|
5868
|
+
"kind": "method",
|
|
5869
|
+
"name": "_isClassIdentifiable",
|
|
5870
|
+
"parameters": [
|
|
5871
|
+
{
|
|
5872
|
+
"name": "selected",
|
|
5873
|
+
"type": {
|
|
5874
|
+
"text": "Component[]"
|
|
5875
|
+
}
|
|
5876
|
+
}
|
|
5877
|
+
]
|
|
5713
5878
|
},
|
|
5714
5879
|
{
|
|
5715
5880
|
"kind": "method",
|
|
5716
|
-
"name": "
|
|
5881
|
+
"name": "_isLine",
|
|
5717
5882
|
"parameters": [
|
|
5718
5883
|
{
|
|
5719
|
-
"name": "
|
|
5884
|
+
"name": "selected",
|
|
5720
5885
|
"type": {
|
|
5721
|
-
"text": "
|
|
5886
|
+
"text": "Component[]"
|
|
5722
5887
|
}
|
|
5723
5888
|
}
|
|
5724
|
-
]
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5889
|
+
]
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
"kind": "method",
|
|
5893
|
+
"name": "_is3dish",
|
|
5894
|
+
"parameters": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "selected",
|
|
5897
|
+
"type": {
|
|
5898
|
+
"text": "Component[]"
|
|
5899
|
+
}
|
|
5900
|
+
}
|
|
5901
|
+
]
|
|
5729
5902
|
},
|
|
5730
5903
|
{
|
|
5731
5904
|
"kind": "method",
|
|
@@ -5766,6 +5939,24 @@
|
|
|
5766
5939
|
}
|
|
5767
5940
|
}
|
|
5768
5941
|
],
|
|
5942
|
+
"events": [
|
|
5943
|
+
{
|
|
5944
|
+
"name": "bounds-change",
|
|
5945
|
+
"type": {
|
|
5946
|
+
"text": "CustomEvent"
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"name": "property-change",
|
|
5951
|
+
"type": {
|
|
5952
|
+
"text": "CustomEvent"
|
|
5953
|
+
},
|
|
5954
|
+
"inheritedFrom": {
|
|
5955
|
+
"name": "AbstractProperty",
|
|
5956
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5957
|
+
}
|
|
5958
|
+
}
|
|
5959
|
+
],
|
|
5769
5960
|
"attributes": [
|
|
5770
5961
|
{
|
|
5771
5962
|
"name": "value",
|
|
@@ -5775,419 +5966,256 @@
|
|
|
5775
5966
|
"fieldName": "value"
|
|
5776
5967
|
},
|
|
5777
5968
|
{
|
|
5778
|
-
"name": "
|
|
5969
|
+
"name": "bounds",
|
|
5779
5970
|
"type": {
|
|
5780
|
-
"text": "
|
|
5971
|
+
"text": "BOUNDS | null"
|
|
5781
5972
|
},
|
|
5782
|
-
"
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
"mixins": [
|
|
5973
|
+
"default": "null",
|
|
5974
|
+
"fieldName": "bounds"
|
|
5975
|
+
},
|
|
5786
5976
|
{
|
|
5787
|
-
"name": "
|
|
5788
|
-
"
|
|
5977
|
+
"name": "selected",
|
|
5978
|
+
"type": {
|
|
5979
|
+
"text": "Component[]"
|
|
5980
|
+
},
|
|
5981
|
+
"default": "[]",
|
|
5982
|
+
"fieldName": "selected"
|
|
5789
5983
|
}
|
|
5790
5984
|
],
|
|
5791
5985
|
"superclass": {
|
|
5792
5986
|
"name": "AbstractProperty",
|
|
5793
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
5794
|
-
}
|
|
5795
|
-
"events": [
|
|
5796
|
-
{
|
|
5797
|
-
"name": "property-change",
|
|
5798
|
-
"type": {
|
|
5799
|
-
"text": "CustomEvent"
|
|
5800
|
-
},
|
|
5801
|
-
"inheritedFrom": {
|
|
5802
|
-
"name": "AbstractProperty",
|
|
5803
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5804
|
-
}
|
|
5805
|
-
}
|
|
5806
|
-
]
|
|
5987
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5988
|
+
}
|
|
5807
5989
|
}
|
|
5808
5990
|
],
|
|
5809
5991
|
"exports": [
|
|
5810
5992
|
{
|
|
5811
5993
|
"kind": "js",
|
|
5812
|
-
"name": "
|
|
5994
|
+
"name": "PropertyShapes",
|
|
5813
5995
|
"declaration": {
|
|
5814
|
-
"name": "
|
|
5815
|
-
"module": "src/modeller/property-sidebar/
|
|
5996
|
+
"name": "PropertyShapes",
|
|
5997
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5816
5998
|
}
|
|
5817
5999
|
}
|
|
5818
6000
|
]
|
|
5819
6001
|
},
|
|
5820
6002
|
{
|
|
5821
6003
|
"kind": "javascript-module",
|
|
5822
|
-
"path": "src/modeller/property-sidebar/
|
|
6004
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5823
6005
|
"declarations": [
|
|
5824
6006
|
{
|
|
5825
6007
|
"kind": "class",
|
|
5826
6008
|
"description": "",
|
|
5827
|
-
"name": "
|
|
6009
|
+
"name": "SceneInspector",
|
|
5828
6010
|
"members": [
|
|
5829
6011
|
{
|
|
5830
6012
|
"kind": "field",
|
|
5831
|
-
"name": "
|
|
6013
|
+
"name": "scene",
|
|
5832
6014
|
"type": {
|
|
5833
|
-
"text": "
|
|
6015
|
+
"text": "Scene | undefined"
|
|
5834
6016
|
},
|
|
5835
|
-
"attribute": "
|
|
6017
|
+
"attribute": "scene"
|
|
5836
6018
|
},
|
|
5837
6019
|
{
|
|
5838
6020
|
"kind": "field",
|
|
5839
|
-
"name": "
|
|
6021
|
+
"name": "searchText",
|
|
5840
6022
|
"type": {
|
|
5841
|
-
"text": "
|
|
6023
|
+
"text": "string"
|
|
5842
6024
|
},
|
|
5843
|
-
"
|
|
6025
|
+
"privacy": "private",
|
|
6026
|
+
"default": "''"
|
|
6027
|
+
},
|
|
6028
|
+
{
|
|
6029
|
+
"kind": "field",
|
|
6030
|
+
"name": "_extendedMap",
|
|
6031
|
+
"type": {
|
|
6032
|
+
"text": "any"
|
|
6033
|
+
},
|
|
6034
|
+
"privacy": "private"
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"kind": "field",
|
|
6038
|
+
"name": "show",
|
|
6039
|
+
"type": {
|
|
6040
|
+
"text": "boolean"
|
|
6041
|
+
},
|
|
6042
|
+
"privacy": "private",
|
|
6043
|
+
"default": "false"
|
|
5844
6044
|
},
|
|
5845
6045
|
{
|
|
5846
6046
|
"kind": "method",
|
|
5847
|
-
"name": "
|
|
6047
|
+
"name": "disconnectScene",
|
|
5848
6048
|
"parameters": [
|
|
5849
6049
|
{
|
|
5850
|
-
"name": "
|
|
6050
|
+
"name": "scene",
|
|
6051
|
+
"optional": true,
|
|
5851
6052
|
"type": {
|
|
5852
|
-
"text": "
|
|
6053
|
+
"text": "Scene"
|
|
5853
6054
|
}
|
|
5854
6055
|
}
|
|
5855
6056
|
]
|
|
5856
6057
|
},
|
|
5857
6058
|
{
|
|
5858
6059
|
"kind": "method",
|
|
5859
|
-
"name": "
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
6060
|
+
"name": "refresh"
|
|
6061
|
+
},
|
|
6062
|
+
{
|
|
6063
|
+
"kind": "field",
|
|
6064
|
+
"name": "sortableConfig",
|
|
6065
|
+
"type": {
|
|
6066
|
+
"text": "Sortable.Options"
|
|
5864
6067
|
},
|
|
6068
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"kind": "method",
|
|
6072
|
+
"name": "onSort",
|
|
5865
6073
|
"parameters": [
|
|
5866
6074
|
{
|
|
5867
|
-
"name": "
|
|
6075
|
+
"name": "e",
|
|
5868
6076
|
"type": {
|
|
5869
|
-
"text": "
|
|
6077
|
+
"text": "Sortable.SortableEvent"
|
|
5870
6078
|
}
|
|
5871
6079
|
}
|
|
5872
6080
|
]
|
|
5873
6081
|
},
|
|
5874
6082
|
{
|
|
5875
6083
|
"kind": "method",
|
|
5876
|
-
"name": "
|
|
6084
|
+
"name": "_onclick",
|
|
5877
6085
|
"parameters": [
|
|
5878
6086
|
{
|
|
5879
6087
|
"name": "e",
|
|
5880
6088
|
"type": {
|
|
5881
|
-
"text": "
|
|
6089
|
+
"text": "MouseEvent"
|
|
5882
6090
|
}
|
|
5883
6091
|
}
|
|
5884
6092
|
]
|
|
5885
|
-
}
|
|
5886
|
-
],
|
|
5887
|
-
"events": [
|
|
5888
|
-
{
|
|
5889
|
-
"name": "change",
|
|
5890
|
-
"type": {
|
|
5891
|
-
"text": "CustomEvent"
|
|
5892
|
-
}
|
|
5893
|
-
}
|
|
5894
|
-
],
|
|
5895
|
-
"attributes": [
|
|
5896
|
-
{
|
|
5897
|
-
"name": "value",
|
|
5898
|
-
"type": {
|
|
5899
|
-
"text": "Properties | undefined"
|
|
5900
|
-
},
|
|
5901
|
-
"fieldName": "value"
|
|
5902
|
-
},
|
|
5903
|
-
{
|
|
5904
|
-
"name": "scene",
|
|
5905
|
-
"type": {
|
|
5906
|
-
"text": "Scene | undefined"
|
|
5907
|
-
},
|
|
5908
|
-
"fieldName": "scene"
|
|
5909
|
-
}
|
|
5910
|
-
],
|
|
5911
|
-
"superclass": {
|
|
5912
|
-
"name": "LitElement",
|
|
5913
|
-
"package": "lit"
|
|
5914
|
-
},
|
|
5915
|
-
"customElement": true
|
|
5916
|
-
}
|
|
5917
|
-
],
|
|
5918
|
-
"exports": [
|
|
5919
|
-
{
|
|
5920
|
-
"kind": "js",
|
|
5921
|
-
"name": "PropertyEventHover",
|
|
5922
|
-
"declaration": {
|
|
5923
|
-
"name": "PropertyEventHover",
|
|
5924
|
-
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5925
|
-
}
|
|
5926
|
-
}
|
|
5927
|
-
]
|
|
5928
|
-
},
|
|
5929
|
-
{
|
|
5930
|
-
"kind": "javascript-module",
|
|
5931
|
-
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5932
|
-
"declarations": [
|
|
5933
|
-
{
|
|
5934
|
-
"kind": "class",
|
|
5935
|
-
"description": "",
|
|
5936
|
-
"name": "PropertyEventTap",
|
|
5937
|
-
"members": [
|
|
5938
|
-
{
|
|
5939
|
-
"kind": "field",
|
|
5940
|
-
"name": "value",
|
|
5941
|
-
"type": {
|
|
5942
|
-
"text": "Properties | undefined"
|
|
5943
|
-
},
|
|
5944
|
-
"attribute": "value"
|
|
5945
|
-
},
|
|
5946
|
-
{
|
|
5947
|
-
"kind": "field",
|
|
5948
|
-
"name": "scene",
|
|
5949
|
-
"type": {
|
|
5950
|
-
"text": "Scene | undefined"
|
|
5951
|
-
},
|
|
5952
|
-
"attribute": "scene"
|
|
5953
6093
|
},
|
|
5954
6094
|
{
|
|
5955
|
-
"kind": "
|
|
5956
|
-
"name": "
|
|
5957
|
-
"
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
6095
|
+
"kind": "method",
|
|
6096
|
+
"name": "_ondblclick",
|
|
6097
|
+
"parameters": [
|
|
6098
|
+
{
|
|
6099
|
+
"name": "e",
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "MouseEvent"
|
|
6102
|
+
}
|
|
6103
|
+
}
|
|
6104
|
+
]
|
|
5961
6105
|
},
|
|
5962
6106
|
{
|
|
5963
|
-
"kind": "field",
|
|
5964
|
-
"name": "
|
|
5965
|
-
"
|
|
5966
|
-
"text": "{ value: string; description: string }[]"
|
|
5967
|
-
},
|
|
5968
|
-
"default": "[]"
|
|
6107
|
+
"kind": "field",
|
|
6108
|
+
"name": "extendedMap",
|
|
6109
|
+
"readonly": true
|
|
5969
6110
|
},
|
|
5970
6111
|
{
|
|
5971
6112
|
"kind": "method",
|
|
5972
|
-
"name": "
|
|
6113
|
+
"name": "getNodeHandleClass",
|
|
5973
6114
|
"parameters": [
|
|
5974
6115
|
{
|
|
5975
|
-
"name": "
|
|
6116
|
+
"name": "component",
|
|
5976
6117
|
"type": {
|
|
5977
|
-
"text": "
|
|
6118
|
+
"text": "Component"
|
|
5978
6119
|
}
|
|
5979
6120
|
}
|
|
5980
6121
|
]
|
|
5981
6122
|
},
|
|
5982
6123
|
{
|
|
5983
6124
|
"kind": "method",
|
|
5984
|
-
"name": "
|
|
5985
|
-
"return": {
|
|
5986
|
-
"type": {
|
|
5987
|
-
"text": "{ value: string; description: string }[]"
|
|
5988
|
-
}
|
|
5989
|
-
},
|
|
6125
|
+
"name": "isExtended",
|
|
5990
6126
|
"parameters": [
|
|
5991
6127
|
{
|
|
5992
|
-
"name": "
|
|
6128
|
+
"name": "component",
|
|
5993
6129
|
"type": {
|
|
5994
|
-
"text": "
|
|
6130
|
+
"text": "Component"
|
|
5995
6131
|
}
|
|
5996
6132
|
}
|
|
5997
6133
|
]
|
|
5998
6134
|
},
|
|
5999
6135
|
{
|
|
6000
6136
|
"kind": "method",
|
|
6001
|
-
"name": "
|
|
6137
|
+
"name": "toggleExtended",
|
|
6002
6138
|
"parameters": [
|
|
6003
6139
|
{
|
|
6004
|
-
"name": "
|
|
6140
|
+
"name": "component",
|
|
6005
6141
|
"type": {
|
|
6006
|
-
"text": "
|
|
6142
|
+
"text": "Component"
|
|
6007
6143
|
}
|
|
6008
6144
|
}
|
|
6009
6145
|
]
|
|
6010
|
-
}
|
|
6011
|
-
],
|
|
6012
|
-
"events": [
|
|
6013
|
-
{
|
|
6014
|
-
"name": "change",
|
|
6015
|
-
"type": {
|
|
6016
|
-
"text": "CustomEvent"
|
|
6017
|
-
}
|
|
6018
|
-
}
|
|
6019
|
-
],
|
|
6020
|
-
"attributes": [
|
|
6021
|
-
{
|
|
6022
|
-
"name": "value",
|
|
6023
|
-
"type": {
|
|
6024
|
-
"text": "Properties | undefined"
|
|
6025
|
-
},
|
|
6026
|
-
"fieldName": "value"
|
|
6027
|
-
},
|
|
6028
|
-
{
|
|
6029
|
-
"name": "scene",
|
|
6030
|
-
"type": {
|
|
6031
|
-
"text": "Scene | undefined"
|
|
6032
|
-
},
|
|
6033
|
-
"fieldName": "scene"
|
|
6034
|
-
}
|
|
6035
|
-
],
|
|
6036
|
-
"superclass": {
|
|
6037
|
-
"name": "LitElement",
|
|
6038
|
-
"package": "lit"
|
|
6039
|
-
},
|
|
6040
|
-
"customElement": true
|
|
6041
|
-
}
|
|
6042
|
-
],
|
|
6043
|
-
"exports": [
|
|
6044
|
-
{
|
|
6045
|
-
"kind": "js",
|
|
6046
|
-
"name": "PropertyEventTap",
|
|
6047
|
-
"declaration": {
|
|
6048
|
-
"name": "PropertyEventTap",
|
|
6049
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6050
|
-
}
|
|
6051
|
-
}
|
|
6052
|
-
]
|
|
6053
|
-
},
|
|
6054
|
-
{
|
|
6055
|
-
"kind": "javascript-module",
|
|
6056
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6057
|
-
"declarations": [
|
|
6058
|
-
{
|
|
6059
|
-
"kind": "class",
|
|
6060
|
-
"description": "",
|
|
6061
|
-
"name": "PropertyEvent",
|
|
6062
|
-
"members": [
|
|
6063
|
-
{
|
|
6064
|
-
"kind": "field",
|
|
6065
|
-
"name": "value",
|
|
6066
|
-
"type": {
|
|
6067
|
-
"text": "Properties | undefined"
|
|
6068
|
-
},
|
|
6069
|
-
"attribute": "value"
|
|
6070
|
-
},
|
|
6071
|
-
{
|
|
6072
|
-
"kind": "field",
|
|
6073
|
-
"name": "scene",
|
|
6074
|
-
"type": {
|
|
6075
|
-
"text": "Scene | undefined"
|
|
6076
|
-
},
|
|
6077
|
-
"attribute": "scene"
|
|
6078
6146
|
},
|
|
6079
6147
|
{
|
|
6080
|
-
"kind": "
|
|
6081
|
-
"name": "
|
|
6082
|
-
"
|
|
6083
|
-
|
|
6148
|
+
"kind": "method",
|
|
6149
|
+
"name": "toggleHidden",
|
|
6150
|
+
"parameters": [
|
|
6151
|
+
{
|
|
6152
|
+
"name": "component",
|
|
6153
|
+
"type": {
|
|
6154
|
+
"text": "Component"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
]
|
|
6084
6158
|
},
|
|
6085
6159
|
{
|
|
6086
6160
|
"kind": "method",
|
|
6087
|
-
"name": "
|
|
6161
|
+
"name": "selectComponent",
|
|
6088
6162
|
"parameters": [
|
|
6089
6163
|
{
|
|
6090
|
-
"name": "
|
|
6164
|
+
"name": "component",
|
|
6091
6165
|
"type": {
|
|
6092
|
-
"text": "
|
|
6166
|
+
"text": "Component"
|
|
6093
6167
|
}
|
|
6094
6168
|
}
|
|
6095
6169
|
]
|
|
6096
|
-
}
|
|
6097
|
-
],
|
|
6098
|
-
"events": [
|
|
6099
|
-
{
|
|
6100
|
-
"name": "change",
|
|
6101
|
-
"type": {
|
|
6102
|
-
"text": "CustomEvent"
|
|
6103
|
-
}
|
|
6104
|
-
}
|
|
6105
|
-
],
|
|
6106
|
-
"attributes": [
|
|
6107
|
-
{
|
|
6108
|
-
"name": "value",
|
|
6109
|
-
"type": {
|
|
6110
|
-
"text": "Properties | undefined"
|
|
6111
|
-
},
|
|
6112
|
-
"fieldName": "value"
|
|
6113
6170
|
},
|
|
6114
6171
|
{
|
|
6115
|
-
"
|
|
6116
|
-
"
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
],
|
|
6122
|
-
"mixins": [
|
|
6123
|
-
{
|
|
6124
|
-
"name": "ScopedElementsMixin",
|
|
6125
|
-
"package": "@open-wc/scoped-elements"
|
|
6126
|
-
}
|
|
6127
|
-
],
|
|
6128
|
-
"superclass": {
|
|
6129
|
-
"name": "LitElement",
|
|
6130
|
-
"package": "lit"
|
|
6131
|
-
},
|
|
6132
|
-
"customElement": true
|
|
6133
|
-
}
|
|
6134
|
-
],
|
|
6135
|
-
"exports": [
|
|
6136
|
-
{
|
|
6137
|
-
"kind": "js",
|
|
6138
|
-
"name": "PropertyEvent",
|
|
6139
|
-
"declaration": {
|
|
6140
|
-
"name": "PropertyEvent",
|
|
6141
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6142
|
-
}
|
|
6143
|
-
}
|
|
6144
|
-
]
|
|
6145
|
-
},
|
|
6146
|
-
{
|
|
6147
|
-
"kind": "javascript-module",
|
|
6148
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6149
|
-
"declarations": [
|
|
6150
|
-
{
|
|
6151
|
-
"kind": "class",
|
|
6152
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6153
|
-
"name": "PropertyShadow",
|
|
6154
|
-
"members": [
|
|
6155
|
-
{
|
|
6156
|
-
"kind": "field",
|
|
6157
|
-
"name": "value",
|
|
6158
|
-
"type": {
|
|
6159
|
-
"text": "Properties | undefined"
|
|
6172
|
+
"kind": "method",
|
|
6173
|
+
"name": "shouldBeShown",
|
|
6174
|
+
"return": {
|
|
6175
|
+
"type": {
|
|
6176
|
+
"text": "boolean"
|
|
6177
|
+
}
|
|
6160
6178
|
},
|
|
6161
|
-
"
|
|
6179
|
+
"parameters": [
|
|
6180
|
+
{
|
|
6181
|
+
"name": "component",
|
|
6182
|
+
"type": {
|
|
6183
|
+
"text": "Component"
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
]
|
|
6162
6187
|
},
|
|
6163
6188
|
{
|
|
6164
6189
|
"kind": "method",
|
|
6165
|
-
"name": "
|
|
6190
|
+
"name": "renderComponent",
|
|
6191
|
+
"return": {
|
|
6192
|
+
"type": {
|
|
6193
|
+
"text": "TemplateResult"
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
6166
6196
|
"parameters": [
|
|
6167
6197
|
{
|
|
6168
|
-
"name": "
|
|
6198
|
+
"name": "component",
|
|
6169
6199
|
"type": {
|
|
6170
|
-
"text": "
|
|
6200
|
+
"text": "Component"
|
|
6201
|
+
}
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"name": "depth",
|
|
6205
|
+
"type": {
|
|
6206
|
+
"text": "number"
|
|
6171
6207
|
}
|
|
6172
6208
|
}
|
|
6173
6209
|
]
|
|
6174
6210
|
}
|
|
6175
6211
|
],
|
|
6176
|
-
"events": [
|
|
6177
|
-
{
|
|
6178
|
-
"name": "change",
|
|
6179
|
-
"type": {
|
|
6180
|
-
"text": "CustomEvent"
|
|
6181
|
-
}
|
|
6182
|
-
}
|
|
6183
|
-
],
|
|
6184
6212
|
"attributes": [
|
|
6185
6213
|
{
|
|
6186
|
-
"name": "
|
|
6214
|
+
"name": "scene",
|
|
6187
6215
|
"type": {
|
|
6188
|
-
"text": "
|
|
6216
|
+
"text": "Scene | undefined"
|
|
6189
6217
|
},
|
|
6190
|
-
"fieldName": "
|
|
6218
|
+
"fieldName": "scene"
|
|
6191
6219
|
}
|
|
6192
6220
|
],
|
|
6193
6221
|
"superclass": {
|
|
@@ -6200,38 +6228,10 @@
|
|
|
6200
6228
|
"exports": [
|
|
6201
6229
|
{
|
|
6202
6230
|
"kind": "js",
|
|
6203
|
-
"name": "
|
|
6204
|
-
"declaration": {
|
|
6205
|
-
"name": "PropertyShadow",
|
|
6206
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6207
|
-
}
|
|
6208
|
-
}
|
|
6209
|
-
]
|
|
6210
|
-
},
|
|
6211
|
-
{
|
|
6212
|
-
"kind": "javascript-module",
|
|
6213
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6214
|
-
"declarations": [
|
|
6215
|
-
{
|
|
6216
|
-
"kind": "function",
|
|
6217
|
-
"name": "convert",
|
|
6218
|
-
"parameters": [
|
|
6219
|
-
{
|
|
6220
|
-
"name": "element",
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "any"
|
|
6223
|
-
}
|
|
6224
|
-
}
|
|
6225
|
-
]
|
|
6226
|
-
}
|
|
6227
|
-
],
|
|
6228
|
-
"exports": [
|
|
6229
|
-
{
|
|
6230
|
-
"kind": "js",
|
|
6231
|
-
"name": "convert",
|
|
6231
|
+
"name": "SceneInspector",
|
|
6232
6232
|
"declaration": {
|
|
6233
|
-
"name": "
|
|
6234
|
-
"module": "src/modeller/property-sidebar/
|
|
6233
|
+
"name": "SceneInspector",
|
|
6234
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6235
6235
|
}
|
|
6236
6236
|
}
|
|
6237
6237
|
]
|