@operato/board 0.2.49 → 0.3.1
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/CHANGELOG.md +54 -0
- package/assets/images/components/audio.png +0 -0
- package/assets/images/components/both-arrow.png +0 -0
- package/assets/images/components/color-image.png +0 -0
- package/assets/images/components/container.png +0 -0
- package/assets/images/components/dash.png +0 -0
- package/assets/images/components/donut.png +0 -0
- package/assets/images/components/ellipse.png +0 -0
- package/assets/images/components/forklift.png +0 -0
- package/assets/images/components/gif-image.png +0 -0
- package/assets/images/components/global-reference.png +0 -0
- package/assets/images/components/gray-image.png +0 -0
- package/assets/images/components/humidity-sensor.png +0 -0
- package/assets/images/components/info-window.png +0 -0
- package/assets/images/components/line.png +0 -0
- package/assets/images/components/local-reference.png +0 -0
- package/assets/images/components/person.png +0 -0
- package/assets/images/components/polygon.png +0 -0
- package/assets/images/components/polyline.png +0 -0
- package/assets/images/components/popup.png +0 -0
- package/assets/images/components/rect.png +0 -0
- package/assets/images/components/single-arrow.png +0 -0
- package/assets/images/components/star.png +0 -0
- package/assets/images/components/text.png +0 -0
- package/assets/images/components/triangle.png +0 -0
- package/assets/images/icon-vtoolbar.png +0 -0
- package/custom-elements.json +2665 -1411
- package/dist/src/component/3d.d.ts +2 -0
- package/dist/src/component/3d.js +27 -0
- package/dist/src/component/3d.js.map +1 -0
- package/dist/src/component/chart-and-gauge.d.ts +2 -0
- package/dist/src/component/chart-and-gauge.js +26 -0
- package/dist/src/component/chart-and-gauge.js.map +1 -0
- package/dist/src/component/container.d.ts +2 -0
- package/dist/src/component/container.js +60 -0
- package/dist/src/component/container.js.map +1 -0
- package/dist/src/component/data-source.d.ts +2 -0
- package/dist/src/component/data-source.js +28 -0
- package/dist/src/component/data-source.js.map +1 -0
- package/dist/src/component/etc.d.ts +2 -0
- package/dist/src/component/etc.js +82 -0
- package/dist/src/component/etc.js.map +1 -0
- package/dist/src/component/form.d.ts +2 -0
- package/dist/src/component/form.js +40 -0
- package/dist/src/component/form.js.map +1 -0
- package/dist/src/component/index.d.ts +12 -0
- package/dist/src/component/index.js +13 -0
- package/dist/src/component/index.js.map +1 -0
- package/dist/src/component/iot.d.ts +2 -0
- package/dist/src/component/iot.js +50 -0
- package/dist/src/component/iot.js.map +1 -0
- package/dist/src/component/line.d.ts +2 -0
- package/dist/src/component/line.js +130 -0
- package/dist/src/component/line.js.map +1 -0
- package/dist/src/component/register-default-groups.d.ts +1 -0
- package/dist/src/component/register-default-groups.js +28 -0
- package/dist/src/component/register-default-groups.js.map +1 -0
- package/dist/src/component/shape.d.ts +2 -0
- package/dist/src/component/shape.js +152 -0
- package/dist/src/component/shape.js.map +1 -0
- package/dist/src/component/table.d.ts +2 -0
- package/dist/src/component/table.js +26 -0
- package/dist/src/component/table.js.map +1 -0
- package/dist/src/component/text-and-media.d.ts +2 -0
- package/dist/src/component/text-and-media.js +122 -0
- package/dist/src/component/text-and-media.js.map +1 -0
- package/dist/src/component/warehouse.d.ts +2 -0
- package/dist/src/component/warehouse.js +24 -0
- package/dist/src/component/warehouse.js.map +1 -0
- package/dist/src/graphql/board.d.ts +6 -0
- package/dist/src/graphql/board.js +130 -0
- package/dist/src/graphql/board.js.map +1 -0
- package/dist/src/graphql/favorite-board.d.ts +1 -0
- package/dist/src/graphql/favorite-board.js +23 -0
- package/dist/src/graphql/favorite-board.js.map +1 -0
- package/dist/src/graphql/group.d.ts +7 -0
- package/dist/src/graphql/group.js +125 -0
- package/dist/src/graphql/group.js.map +1 -0
- package/dist/src/graphql/index.d.ts +4 -0
- package/dist/src/graphql/index.js +5 -0
- package/dist/src/graphql/index.js.map +1 -0
- package/dist/src/graphql/play-group.d.ts +8 -0
- package/dist/src/graphql/play-group.js +173 -0
- package/dist/src/graphql/play-group.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/modeller/component-toolbar/component-toolbar.js +56 -61
- package/dist/src/modeller/component-toolbar/component-toolbar.js.map +1 -1
- package/dist/src/modeller/component-toolbar/mode-icons.d.ts +2 -0
- package/dist/src/modeller/component-toolbar/mode-icons.js +86 -0
- package/dist/src/modeller/component-toolbar/mode-icons.js.map +1 -0
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js +4 -5
- package/dist/src/modeller/property-sidebar/data-binding/data-binding-mapper.js.map +1 -1
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js +3 -3
- package/dist/src/modeller/property-sidebar/data-binding/data-binding.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/effects.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/effects.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-animation.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-animation.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-animation.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-animations.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-animations.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js +3 -3
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +3 -3
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-event.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js.map +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.js +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.d.ts +2 -2
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +3 -3
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js.map +1 -1
- package/dist/src/ox-board-list.d.ts +2 -0
- package/dist/src/ox-board-list.js +427 -0
- package/dist/src/ox-board-list.js.map +1 -0
- package/dist/src/ox-board-modeller.d.ts +5 -0
- package/dist/src/ox-board-modeller.js +32 -0
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/src/types.d.ts +30 -0
- package/dist/src/types.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +23 -10
- package/src/component/3d.ts +29 -0
- package/src/component/chart-and-gauge.ts +28 -0
- package/src/component/container.ts +62 -0
- package/src/component/data-source.ts +30 -0
- package/src/component/etc.ts +87 -0
- package/src/component/form.ts +42 -0
- package/src/component/index.ts +12 -0
- package/src/component/iot.ts +52 -0
- package/src/component/line.ts +132 -0
- package/src/component/register-default-groups.ts +28 -0
- package/src/component/shape.ts +154 -0
- package/src/component/table.ts +28 -0
- package/src/component/text-and-media.ts +124 -0
- package/src/component/warehouse.ts +26 -0
- package/src/graphql/board.ts +144 -0
- package/src/graphql/favorite-board.ts +25 -0
- package/src/graphql/group.ts +138 -0
- package/src/graphql/index.ts +4 -0
- package/src/graphql/play-group.ts +189 -0
- package/src/index.ts +5 -0
- package/src/modeller/component-toolbar/component-toolbar.ts +70 -63
- package/src/modeller/component-toolbar/mode-icons.ts +86 -0
- package/src/modeller/property-sidebar/data-binding/data-binding-mapper.ts +5 -5
- package/src/modeller/property-sidebar/data-binding/data-binding.ts +5 -4
- package/src/modeller/property-sidebar/effects/effects.ts +2 -3
- package/src/modeller/property-sidebar/effects/property-animation.ts +2 -2
- package/src/modeller/property-sidebar/effects/property-animations.ts +2 -3
- package/src/modeller/property-sidebar/effects/property-event-hover.ts +4 -3
- package/src/modeller/property-sidebar/effects/property-event-tap.ts +4 -3
- package/src/modeller/property-sidebar/effects/property-event.ts +2 -3
- package/src/modeller/property-sidebar/effects/property-shadow.ts +2 -3
- package/src/modeller/property-sidebar/inspector/inspector.ts +1 -1
- package/src/modeller/property-sidebar/shapes/shapes.ts +3 -3
- package/src/modeller/property-sidebar/specifics/specific-properties-builder.ts +1 -1
- package/src/ox-board-list.ts +459 -0
- package/src/ox-board-modeller.ts +40 -0
- package/src/types.ts +48 -0
- package/tsconfig.json +1 -0
- package/web-dev-server.config.mjs +2 -0
- package/yarn-error.log +18355 -0
package/custom-elements.json
CHANGED
|
@@ -7,6 +7,22 @@
|
|
|
7
7
|
"path": "src/index.ts",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "*",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "*",
|
|
15
|
+
"package": "./types"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"kind": "js",
|
|
20
|
+
"name": "registerDefaultGroups",
|
|
21
|
+
"declaration": {
|
|
22
|
+
"name": "registerDefaultGroups",
|
|
23
|
+
"module": "./component/register-default-groups"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
10
26
|
{
|
|
11
27
|
"kind": "js",
|
|
12
28
|
"name": "*",
|
|
@@ -30,6 +46,249 @@
|
|
|
30
46
|
"name": "*",
|
|
31
47
|
"package": "./ox-board-modeller"
|
|
32
48
|
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "*",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "*",
|
|
55
|
+
"package": "./ox-board-list"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "javascript-module",
|
|
62
|
+
"path": "src/ox-board-list.ts",
|
|
63
|
+
"declarations": [
|
|
64
|
+
{
|
|
65
|
+
"kind": "class",
|
|
66
|
+
"description": "",
|
|
67
|
+
"name": "BoardList",
|
|
68
|
+
"members": [
|
|
69
|
+
{
|
|
70
|
+
"kind": "field",
|
|
71
|
+
"name": "creatable",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "boolean"
|
|
74
|
+
},
|
|
75
|
+
"default": "false",
|
|
76
|
+
"attribute": "creatable"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"kind": "field",
|
|
80
|
+
"name": "config",
|
|
81
|
+
"type": {
|
|
82
|
+
"text": "any"
|
|
83
|
+
},
|
|
84
|
+
"attribute": "config"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"kind": "field",
|
|
88
|
+
"name": "data",
|
|
89
|
+
"type": {
|
|
90
|
+
"text": "any"
|
|
91
|
+
},
|
|
92
|
+
"attribute": "data"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"kind": "field",
|
|
96
|
+
"name": "mode",
|
|
97
|
+
"type": {
|
|
98
|
+
"text": "'GRID' | 'LIST' | 'CARD'"
|
|
99
|
+
},
|
|
100
|
+
"default": "'CARD'",
|
|
101
|
+
"attribute": "mode"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "field",
|
|
105
|
+
"name": "groupId",
|
|
106
|
+
"type": {
|
|
107
|
+
"text": "string | undefined"
|
|
108
|
+
},
|
|
109
|
+
"attribute": "groupId"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"kind": "field",
|
|
113
|
+
"name": "groups",
|
|
114
|
+
"type": {
|
|
115
|
+
"text": "any[]"
|
|
116
|
+
},
|
|
117
|
+
"default": "[]",
|
|
118
|
+
"attribute": "groups"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind": "field",
|
|
122
|
+
"name": "favorites",
|
|
123
|
+
"type": {
|
|
124
|
+
"text": "any[]"
|
|
125
|
+
},
|
|
126
|
+
"default": "[]",
|
|
127
|
+
"attribute": "favorites"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"kind": "field",
|
|
131
|
+
"name": "_showSpinner",
|
|
132
|
+
"type": {
|
|
133
|
+
"text": "boolean"
|
|
134
|
+
},
|
|
135
|
+
"default": "false"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"kind": "field",
|
|
139
|
+
"name": "grist",
|
|
140
|
+
"type": {
|
|
141
|
+
"text": "DataGrist"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"kind": "method",
|
|
146
|
+
"name": "fetchHandler",
|
|
147
|
+
"parameters": [
|
|
148
|
+
{
|
|
149
|
+
"name": "{ page, limit, sorters = [] }",
|
|
150
|
+
"type": {
|
|
151
|
+
"text": "{ page: number; limit: number; sorters: SortersConfig }"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"kind": "field",
|
|
158
|
+
"name": "gristConfig"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"kind": "method",
|
|
162
|
+
"name": "refresh"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"kind": "method",
|
|
166
|
+
"name": "getBoards",
|
|
167
|
+
"parameters": [
|
|
168
|
+
{
|
|
169
|
+
"name": "{\n page = 1,\n limit = 30,\n sorters = []\n }",
|
|
170
|
+
"default": "{}",
|
|
171
|
+
"type": {
|
|
172
|
+
"text": "{ page?: number; limit?: number; sorters?: SortersConfig }"
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "method",
|
|
179
|
+
"name": "getFavoriteBoards",
|
|
180
|
+
"parameters": [
|
|
181
|
+
{
|
|
182
|
+
"name": "{ page = 1, limit = 30 }",
|
|
183
|
+
"default": "{}"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "method",
|
|
189
|
+
"name": "refreshBoards"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"kind": "method",
|
|
193
|
+
"name": "onCreateBoard"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"kind": "method",
|
|
197
|
+
"name": "notify",
|
|
198
|
+
"parameters": [
|
|
199
|
+
{
|
|
200
|
+
"name": "level",
|
|
201
|
+
"type": {
|
|
202
|
+
"text": "'warn' | 'error' | 'info'"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "message",
|
|
207
|
+
"type": {
|
|
208
|
+
"text": "any"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "ex",
|
|
213
|
+
"optional": true,
|
|
214
|
+
"type": {
|
|
215
|
+
"text": "Error"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"attributes": [
|
|
222
|
+
{
|
|
223
|
+
"name": "creatable",
|
|
224
|
+
"type": {
|
|
225
|
+
"text": "boolean"
|
|
226
|
+
},
|
|
227
|
+
"default": "false",
|
|
228
|
+
"fieldName": "creatable"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "config",
|
|
232
|
+
"type": {
|
|
233
|
+
"text": "any"
|
|
234
|
+
},
|
|
235
|
+
"fieldName": "config"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "data",
|
|
239
|
+
"type": {
|
|
240
|
+
"text": "any"
|
|
241
|
+
},
|
|
242
|
+
"fieldName": "data"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "mode",
|
|
246
|
+
"type": {
|
|
247
|
+
"text": "'GRID' | 'LIST' | 'CARD'"
|
|
248
|
+
},
|
|
249
|
+
"default": "'CARD'",
|
|
250
|
+
"fieldName": "mode"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "groupId",
|
|
254
|
+
"type": {
|
|
255
|
+
"text": "string | undefined"
|
|
256
|
+
},
|
|
257
|
+
"fieldName": "groupId"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "groups",
|
|
261
|
+
"type": {
|
|
262
|
+
"text": "any[]"
|
|
263
|
+
},
|
|
264
|
+
"default": "[]",
|
|
265
|
+
"fieldName": "groups"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "favorites",
|
|
269
|
+
"type": {
|
|
270
|
+
"text": "any[]"
|
|
271
|
+
},
|
|
272
|
+
"default": "[]",
|
|
273
|
+
"fieldName": "favorites"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"superclass": {
|
|
277
|
+
"name": "LitElement",
|
|
278
|
+
"package": "lit"
|
|
279
|
+
},
|
|
280
|
+
"tagName": "ox-board-list",
|
|
281
|
+
"customElement": true
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"exports": [
|
|
285
|
+
{
|
|
286
|
+
"kind": "custom-element-definition",
|
|
287
|
+
"name": "ox-board-list",
|
|
288
|
+
"declaration": {
|
|
289
|
+
"name": "BoardList",
|
|
290
|
+
"module": "src/ox-board-list.ts"
|
|
291
|
+
}
|
|
33
292
|
}
|
|
34
293
|
]
|
|
35
294
|
},
|
|
@@ -42,6 +301,58 @@
|
|
|
42
301
|
"description": "",
|
|
43
302
|
"name": "BoardModeller",
|
|
44
303
|
"members": [
|
|
304
|
+
{
|
|
305
|
+
"kind": "method",
|
|
306
|
+
"name": "registerGroup",
|
|
307
|
+
"static": true,
|
|
308
|
+
"parameters": [
|
|
309
|
+
{
|
|
310
|
+
"name": "group",
|
|
311
|
+
"type": {
|
|
312
|
+
"text": "ComponentGroup"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"kind": "method",
|
|
319
|
+
"name": "registerTemplate",
|
|
320
|
+
"static": true,
|
|
321
|
+
"return": {
|
|
322
|
+
"type": {
|
|
323
|
+
"text": "void"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"parameters": [
|
|
327
|
+
{
|
|
328
|
+
"name": "templates",
|
|
329
|
+
"type": {
|
|
330
|
+
"text": "ComponentTemplate[]"
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"kind": "field",
|
|
337
|
+
"name": "groups",
|
|
338
|
+
"type": {
|
|
339
|
+
"text": "ComponentGroup[]"
|
|
340
|
+
},
|
|
341
|
+
"static": true
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"kind": "method",
|
|
345
|
+
"name": "getGroup",
|
|
346
|
+
"static": true,
|
|
347
|
+
"parameters": [
|
|
348
|
+
{
|
|
349
|
+
"name": "name",
|
|
350
|
+
"type": {
|
|
351
|
+
"text": "string"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
]
|
|
355
|
+
},
|
|
45
356
|
{
|
|
46
357
|
"kind": "field",
|
|
47
358
|
"name": "boardName",
|
|
@@ -1109,21 +1420,849 @@
|
|
|
1109
1420
|
},
|
|
1110
1421
|
{
|
|
1111
1422
|
"kind": "javascript-module",
|
|
1112
|
-
"path": "src/
|
|
1423
|
+
"path": "src/graphql/board.ts",
|
|
1113
1424
|
"declarations": [
|
|
1114
1425
|
{
|
|
1115
|
-
"kind": "
|
|
1116
|
-
"name": "
|
|
1117
|
-
"
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1426
|
+
"kind": "function",
|
|
1427
|
+
"name": "fetchBoardList",
|
|
1428
|
+
"parameters": [
|
|
1429
|
+
{
|
|
1430
|
+
"name": "listParam",
|
|
1431
|
+
"default": "{}"
|
|
1432
|
+
}
|
|
1433
|
+
]
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"kind": "function",
|
|
1437
|
+
"name": "fetchBoard",
|
|
1438
|
+
"parameters": [
|
|
1439
|
+
{
|
|
1440
|
+
"name": "id",
|
|
1441
|
+
"type": {
|
|
1442
|
+
"text": "string"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"kind": "function",
|
|
1449
|
+
"name": "createBoard",
|
|
1450
|
+
"parameters": [
|
|
1451
|
+
{
|
|
1452
|
+
"name": "board",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "Board"
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"kind": "function",
|
|
1461
|
+
"name": "updateBoard",
|
|
1462
|
+
"parameters": [
|
|
1463
|
+
{
|
|
1464
|
+
"name": "board",
|
|
1465
|
+
"type": {
|
|
1466
|
+
"text": "Board"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "function",
|
|
1473
|
+
"name": "deleteBoard",
|
|
1474
|
+
"parameters": [
|
|
1475
|
+
{
|
|
1476
|
+
"name": "id",
|
|
1477
|
+
"type": {
|
|
1478
|
+
"text": "string"
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
]
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1484
|
+
"exports": [
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "js",
|
|
1487
|
+
"name": "fetchBoardList",
|
|
1488
|
+
"declaration": {
|
|
1489
|
+
"name": "fetchBoardList",
|
|
1490
|
+
"module": "src/graphql/board.ts"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "js",
|
|
1495
|
+
"name": "fetchBoard",
|
|
1496
|
+
"declaration": {
|
|
1497
|
+
"name": "fetchBoard",
|
|
1498
|
+
"module": "src/graphql/board.ts"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "js",
|
|
1503
|
+
"name": "createBoard",
|
|
1504
|
+
"declaration": {
|
|
1505
|
+
"name": "createBoard",
|
|
1506
|
+
"module": "src/graphql/board.ts"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "js",
|
|
1511
|
+
"name": "updateBoard",
|
|
1512
|
+
"declaration": {
|
|
1513
|
+
"name": "updateBoard",
|
|
1514
|
+
"module": "src/graphql/board.ts"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "js",
|
|
1519
|
+
"name": "deleteBoard",
|
|
1520
|
+
"declaration": {
|
|
1521
|
+
"name": "deleteBoard",
|
|
1522
|
+
"module": "src/graphql/board.ts"
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
]
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "javascript-module",
|
|
1529
|
+
"path": "src/graphql/favorite-board.ts",
|
|
1530
|
+
"declarations": [
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "function",
|
|
1533
|
+
"name": "fetchFavoriteBoardList",
|
|
1534
|
+
"parameters": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "listParam",
|
|
1537
|
+
"default": "{}"
|
|
1538
|
+
}
|
|
1539
|
+
]
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1542
|
+
"exports": [
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "js",
|
|
1545
|
+
"name": "fetchFavoriteBoardList",
|
|
1546
|
+
"declaration": {
|
|
1547
|
+
"name": "fetchFavoriteBoardList",
|
|
1548
|
+
"module": "src/graphql/favorite-board.ts"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"kind": "javascript-module",
|
|
1555
|
+
"path": "src/graphql/group.ts",
|
|
1556
|
+
"declarations": [
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "function",
|
|
1559
|
+
"name": "fetchGroup",
|
|
1560
|
+
"parameters": [
|
|
1561
|
+
{
|
|
1562
|
+
"name": "id",
|
|
1563
|
+
"type": {
|
|
1564
|
+
"text": "string"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "function",
|
|
1571
|
+
"name": "updateGroup",
|
|
1572
|
+
"parameters": [
|
|
1573
|
+
{
|
|
1574
|
+
"name": "group",
|
|
1575
|
+
"type": {
|
|
1576
|
+
"text": "BoardGroup"
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "function",
|
|
1583
|
+
"name": "deleteGroup",
|
|
1584
|
+
"parameters": [
|
|
1585
|
+
{
|
|
1586
|
+
"name": "id",
|
|
1587
|
+
"type": {
|
|
1588
|
+
"text": "string"
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "function",
|
|
1595
|
+
"name": "fetchGroupList"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"kind": "function",
|
|
1599
|
+
"name": "createGroup",
|
|
1600
|
+
"parameters": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "group",
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "BoardGroup"
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
]
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "function",
|
|
1611
|
+
"name": "joinGroup",
|
|
1612
|
+
"parameters": [
|
|
1613
|
+
{
|
|
1614
|
+
"name": "boardId",
|
|
1615
|
+
"type": {
|
|
1616
|
+
"text": "string"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"name": "groupId",
|
|
1621
|
+
"type": {
|
|
1622
|
+
"text": "string"
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"exports": [
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "js",
|
|
1631
|
+
"name": "fetchGroup",
|
|
1632
|
+
"declaration": {
|
|
1633
|
+
"name": "fetchGroup",
|
|
1634
|
+
"module": "src/graphql/group.ts"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "js",
|
|
1639
|
+
"name": "updateGroup",
|
|
1640
|
+
"declaration": {
|
|
1641
|
+
"name": "updateGroup",
|
|
1642
|
+
"module": "src/graphql/group.ts"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "js",
|
|
1647
|
+
"name": "deleteGroup",
|
|
1648
|
+
"declaration": {
|
|
1649
|
+
"name": "deleteGroup",
|
|
1650
|
+
"module": "src/graphql/group.ts"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "js",
|
|
1655
|
+
"name": "fetchGroupList",
|
|
1656
|
+
"declaration": {
|
|
1657
|
+
"name": "fetchGroupList",
|
|
1658
|
+
"module": "src/graphql/group.ts"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "js",
|
|
1663
|
+
"name": "createGroup",
|
|
1664
|
+
"declaration": {
|
|
1665
|
+
"name": "createGroup",
|
|
1666
|
+
"module": "src/graphql/group.ts"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "js",
|
|
1671
|
+
"name": "joinGroup",
|
|
1672
|
+
"declaration": {
|
|
1673
|
+
"name": "joinGroup",
|
|
1674
|
+
"module": "src/graphql/group.ts"
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "javascript-module",
|
|
1681
|
+
"path": "src/graphql/index.ts",
|
|
1682
|
+
"declarations": [],
|
|
1683
|
+
"exports": [
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "js",
|
|
1686
|
+
"name": "*",
|
|
1687
|
+
"declaration": {
|
|
1688
|
+
"name": "*",
|
|
1689
|
+
"package": "./board"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"kind": "js",
|
|
1694
|
+
"name": "*",
|
|
1695
|
+
"declaration": {
|
|
1696
|
+
"name": "*",
|
|
1697
|
+
"package": "./group"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "js",
|
|
1702
|
+
"name": "*",
|
|
1703
|
+
"declaration": {
|
|
1704
|
+
"name": "*",
|
|
1705
|
+
"package": "./play-group"
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "js",
|
|
1710
|
+
"name": "*",
|
|
1711
|
+
"declaration": {
|
|
1712
|
+
"name": "*",
|
|
1713
|
+
"package": "./favorite-board"
|
|
1714
|
+
}
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "javascript-module",
|
|
1720
|
+
"path": "src/graphql/play-group.ts",
|
|
1721
|
+
"declarations": [
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "function",
|
|
1724
|
+
"name": "fetchPlayGroupList"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "function",
|
|
1728
|
+
"name": "fetchPlayGroup",
|
|
1729
|
+
"parameters": [
|
|
1730
|
+
{
|
|
1731
|
+
"name": "groupId",
|
|
1732
|
+
"type": {
|
|
1733
|
+
"text": "string"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "function",
|
|
1740
|
+
"name": "createPlayGroup",
|
|
1741
|
+
"parameters": [
|
|
1742
|
+
{
|
|
1743
|
+
"name": "group",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "PlayGroup"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "function",
|
|
1752
|
+
"name": "updatePlayGroup",
|
|
1753
|
+
"parameters": [
|
|
1754
|
+
{
|
|
1755
|
+
"name": "group",
|
|
1756
|
+
"type": {
|
|
1757
|
+
"text": "PlayGroup"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
]
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"kind": "function",
|
|
1764
|
+
"name": "deletePlayGroup",
|
|
1765
|
+
"parameters": [
|
|
1766
|
+
{
|
|
1767
|
+
"name": "id",
|
|
1768
|
+
"type": {
|
|
1769
|
+
"text": "string"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"kind": "function",
|
|
1776
|
+
"name": "joinPlayGroup",
|
|
1777
|
+
"parameters": [
|
|
1778
|
+
{
|
|
1779
|
+
"name": "boardId",
|
|
1780
|
+
"type": {
|
|
1781
|
+
"text": "string"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "group",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"text": "PlayGroup"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "function",
|
|
1794
|
+
"name": "leavePlayGroup",
|
|
1795
|
+
"parameters": [
|
|
1796
|
+
{
|
|
1797
|
+
"name": "boardId",
|
|
1798
|
+
"type": {
|
|
1799
|
+
"text": "string"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"name": "groupId",
|
|
1804
|
+
"type": {
|
|
1805
|
+
"text": "string"
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
]
|
|
1809
|
+
}
|
|
1810
|
+
],
|
|
1811
|
+
"exports": [
|
|
1812
|
+
{
|
|
1813
|
+
"kind": "js",
|
|
1814
|
+
"name": "fetchPlayGroupList",
|
|
1815
|
+
"declaration": {
|
|
1816
|
+
"name": "fetchPlayGroupList",
|
|
1817
|
+
"module": "src/graphql/play-group.ts"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"kind": "js",
|
|
1822
|
+
"name": "fetchPlayGroup",
|
|
1823
|
+
"declaration": {
|
|
1824
|
+
"name": "fetchPlayGroup",
|
|
1825
|
+
"module": "src/graphql/play-group.ts"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"kind": "js",
|
|
1830
|
+
"name": "createPlayGroup",
|
|
1831
|
+
"declaration": {
|
|
1832
|
+
"name": "createPlayGroup",
|
|
1833
|
+
"module": "src/graphql/play-group.ts"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"kind": "js",
|
|
1838
|
+
"name": "updatePlayGroup",
|
|
1839
|
+
"declaration": {
|
|
1840
|
+
"name": "updatePlayGroup",
|
|
1841
|
+
"module": "src/graphql/play-group.ts"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"kind": "js",
|
|
1846
|
+
"name": "deletePlayGroup",
|
|
1847
|
+
"declaration": {
|
|
1848
|
+
"name": "deletePlayGroup",
|
|
1849
|
+
"module": "src/graphql/play-group.ts"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "js",
|
|
1854
|
+
"name": "joinPlayGroup",
|
|
1855
|
+
"declaration": {
|
|
1856
|
+
"name": "joinPlayGroup",
|
|
1857
|
+
"module": "src/graphql/play-group.ts"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"kind": "js",
|
|
1862
|
+
"name": "leavePlayGroup",
|
|
1863
|
+
"declaration": {
|
|
1864
|
+
"name": "leavePlayGroup",
|
|
1865
|
+
"module": "src/graphql/play-group.ts"
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
]
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"kind": "javascript-module",
|
|
1872
|
+
"path": "src/player/ox-board-player-carousel.ts",
|
|
1873
|
+
"declarations": [
|
|
1874
|
+
{
|
|
1875
|
+
"kind": "class",
|
|
1876
|
+
"description": "",
|
|
1877
|
+
"name": "BoardPlayerCarousel",
|
|
1878
|
+
"members": [
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "field",
|
|
1881
|
+
"name": "axis",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"text": "string"
|
|
1884
|
+
},
|
|
1885
|
+
"default": "'y'",
|
|
1886
|
+
"attribute": "axis"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"kind": "field",
|
|
1890
|
+
"name": "rows",
|
|
1891
|
+
"type": {
|
|
1892
|
+
"text": "number"
|
|
1893
|
+
},
|
|
1894
|
+
"default": "1",
|
|
1895
|
+
"attribute": "rows"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"kind": "field",
|
|
1899
|
+
"name": "columns",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"text": "number"
|
|
1902
|
+
},
|
|
1903
|
+
"default": "1",
|
|
1904
|
+
"attribute": "columns"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "field",
|
|
1908
|
+
"name": "_slotObserver",
|
|
1909
|
+
"type": {
|
|
1910
|
+
"text": "MutationObserver | undefined"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"kind": "field",
|
|
1915
|
+
"name": "_boundResize",
|
|
1916
|
+
"type": {
|
|
1917
|
+
"text": "() => void | undefined"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "field",
|
|
1922
|
+
"name": "_rotation",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "number"
|
|
1925
|
+
},
|
|
1926
|
+
"default": "0"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"kind": "field",
|
|
1930
|
+
"name": "_theta",
|
|
1931
|
+
"type": {
|
|
1932
|
+
"text": "number"
|
|
1933
|
+
},
|
|
1934
|
+
"default": "0"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"kind": "field",
|
|
1938
|
+
"name": "_radius",
|
|
1939
|
+
"type": {
|
|
1940
|
+
"text": "number"
|
|
1941
|
+
},
|
|
1942
|
+
"default": "0"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "field",
|
|
1946
|
+
"name": "_rotateFn",
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "string | undefined"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "field",
|
|
1953
|
+
"name": "_panelCount",
|
|
1954
|
+
"type": {
|
|
1955
|
+
"text": "number"
|
|
1956
|
+
},
|
|
1957
|
+
"default": "0"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "field",
|
|
1961
|
+
"name": "_panelSize",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "number"
|
|
1964
|
+
},
|
|
1965
|
+
"default": "0"
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "field",
|
|
1969
|
+
"name": "_isHorizontal",
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "boolean"
|
|
1972
|
+
},
|
|
1973
|
+
"default": "true"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "field",
|
|
1977
|
+
"name": "_slot",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "HTMLSlotElement"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "field",
|
|
1984
|
+
"name": "_carousel",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "HTMLElement"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "method",
|
|
1991
|
+
"name": "build"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "method",
|
|
1995
|
+
"name": "start"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "method",
|
|
1999
|
+
"name": "stop"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "method",
|
|
2003
|
+
"name": "_onAxisChanged"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "method",
|
|
2007
|
+
"name": "_transform"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "method",
|
|
2011
|
+
"name": "previous"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "method",
|
|
2015
|
+
"name": "next"
|
|
2016
|
+
}
|
|
2017
|
+
],
|
|
2018
|
+
"events": [
|
|
2019
|
+
{
|
|
2020
|
+
"name": "transform",
|
|
2021
|
+
"type": {
|
|
2022
|
+
"text": "CustomEvent"
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
],
|
|
2026
|
+
"attributes": [
|
|
2027
|
+
{
|
|
2028
|
+
"name": "axis",
|
|
2029
|
+
"type": {
|
|
2030
|
+
"text": "string"
|
|
2031
|
+
},
|
|
2032
|
+
"default": "'y'",
|
|
2033
|
+
"fieldName": "axis"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "rows",
|
|
2037
|
+
"type": {
|
|
2038
|
+
"text": "number"
|
|
2039
|
+
},
|
|
2040
|
+
"default": "1",
|
|
2041
|
+
"fieldName": "rows"
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "columns",
|
|
2045
|
+
"type": {
|
|
2046
|
+
"text": "number"
|
|
2047
|
+
},
|
|
2048
|
+
"default": "1",
|
|
2049
|
+
"fieldName": "columns"
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2052
|
+
"superclass": {
|
|
2053
|
+
"name": "LitElement",
|
|
2054
|
+
"package": "lit"
|
|
2055
|
+
},
|
|
2056
|
+
"tagName": "ox-board-player-carousel",
|
|
2057
|
+
"customElement": true
|
|
2058
|
+
}
|
|
2059
|
+
],
|
|
2060
|
+
"exports": [
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "custom-element-definition",
|
|
2063
|
+
"name": "ox-board-player-carousel",
|
|
2064
|
+
"declaration": {
|
|
2065
|
+
"name": "BoardPlayerCarousel",
|
|
2066
|
+
"module": "src/player/ox-board-player-carousel.ts"
|
|
2067
|
+
}
|
|
2068
|
+
}
|
|
2069
|
+
]
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "javascript-module",
|
|
2073
|
+
"path": "src/player/ox-board-player-grid.ts",
|
|
2074
|
+
"declarations": [
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "class",
|
|
2077
|
+
"description": "자식 컴포넌트들을 그리드형태로 화면에 배치하여 한꺼번에 디스플레이해주는 컴포넌트.\nExample:\n <ox-board-player-grid rows=\"3\" columns=\"3\" tabindex=\"0\" focus>\n <div page>A</div>\n <div page>B</div>\n <div page>C</div>\n <div page>D</div>\n </ox-board-player-grid>",
|
|
2078
|
+
"name": "BoardPlayerGrid",
|
|
2079
|
+
"members": [
|
|
2080
|
+
{
|
|
2081
|
+
"kind": "field",
|
|
2082
|
+
"name": "rows",
|
|
2083
|
+
"type": {
|
|
2084
|
+
"text": "number"
|
|
2085
|
+
},
|
|
2086
|
+
"default": "1",
|
|
2087
|
+
"attribute": "rows"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "field",
|
|
2091
|
+
"name": "columns",
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "number"
|
|
2094
|
+
},
|
|
2095
|
+
"default": "1",
|
|
2096
|
+
"attribute": "columns"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"kind": "field",
|
|
2100
|
+
"name": "_slotObserver",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "MutationObserver | undefined"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "field",
|
|
2107
|
+
"name": "_slot",
|
|
2108
|
+
"type": {
|
|
2109
|
+
"text": "HTMLSlotElement"
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "method",
|
|
2114
|
+
"name": "start"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"kind": "method",
|
|
2118
|
+
"name": "stop"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "method",
|
|
2122
|
+
"name": "next"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"kind": "method",
|
|
2126
|
+
"name": "previous"
|
|
2127
|
+
}
|
|
2128
|
+
],
|
|
2129
|
+
"attributes": [
|
|
2130
|
+
{
|
|
2131
|
+
"name": "rows",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"text": "number"
|
|
2134
|
+
},
|
|
2135
|
+
"default": "1",
|
|
2136
|
+
"fieldName": "rows"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "columns",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "number"
|
|
2142
|
+
},
|
|
2143
|
+
"default": "1",
|
|
2144
|
+
"fieldName": "columns"
|
|
2145
|
+
}
|
|
2146
|
+
],
|
|
2147
|
+
"superclass": {
|
|
2148
|
+
"name": "LitElement",
|
|
2149
|
+
"package": "lit"
|
|
2150
|
+
},
|
|
2151
|
+
"tagName": "ox-board-player-grid",
|
|
2152
|
+
"customElement": true
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"exports": [
|
|
2156
|
+
{
|
|
2157
|
+
"kind": "custom-element-definition",
|
|
2158
|
+
"name": "ox-board-player-grid",
|
|
2159
|
+
"declaration": {
|
|
2160
|
+
"name": "BoardPlayerGrid",
|
|
2161
|
+
"module": "src/player/ox-board-player-grid.ts"
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
]
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "javascript-module",
|
|
2168
|
+
"path": "src/player/ox-board-wrapper.ts",
|
|
2169
|
+
"declarations": [
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "class",
|
|
2172
|
+
"description": "",
|
|
2173
|
+
"name": "BoardWrapper",
|
|
2174
|
+
"members": [
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "field",
|
|
2177
|
+
"name": "sceneId",
|
|
2178
|
+
"type": {
|
|
2179
|
+
"text": "string"
|
|
2180
|
+
},
|
|
2181
|
+
"attribute": "sceneId"
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "field",
|
|
2185
|
+
"name": "provider",
|
|
2186
|
+
"type": {
|
|
2187
|
+
"text": "any"
|
|
2188
|
+
},
|
|
2189
|
+
"attribute": "provider"
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "field",
|
|
2193
|
+
"name": "_scene",
|
|
2194
|
+
"type": {
|
|
2195
|
+
"text": "any"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "field",
|
|
2200
|
+
"name": "_targetEl",
|
|
2201
|
+
"type": {
|
|
2202
|
+
"text": "HTMLElement"
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"kind": "method",
|
|
2207
|
+
"name": "_releaseRef"
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "method",
|
|
2211
|
+
"name": "_onSceneIdChanged"
|
|
2212
|
+
}
|
|
2213
|
+
],
|
|
2214
|
+
"attributes": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "sceneId",
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "string"
|
|
2219
|
+
},
|
|
2220
|
+
"fieldName": "sceneId"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "provider",
|
|
2224
|
+
"type": {
|
|
2225
|
+
"text": "any"
|
|
2226
|
+
},
|
|
2227
|
+
"fieldName": "provider"
|
|
2228
|
+
}
|
|
2229
|
+
],
|
|
2230
|
+
"superclass": {
|
|
2231
|
+
"name": "LitElement",
|
|
2232
|
+
"package": "lit"
|
|
2233
|
+
},
|
|
2234
|
+
"tagName": "ox-board-wrapper",
|
|
2235
|
+
"customElement": true
|
|
2236
|
+
}
|
|
2237
|
+
],
|
|
2238
|
+
"exports": [
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "custom-element-definition",
|
|
2241
|
+
"name": "ox-board-wrapper",
|
|
2242
|
+
"declaration": {
|
|
2243
|
+
"name": "BoardWrapper",
|
|
2244
|
+
"module": "src/player/ox-board-wrapper.ts"
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "javascript-module",
|
|
2251
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2252
|
+
"declarations": [
|
|
2253
|
+
{
|
|
2254
|
+
"kind": "variable",
|
|
2255
|
+
"name": "style",
|
|
2256
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: url('/assets/images/icon-htoolbar.png') 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: url('/assets/images/icon-fullscreen.png') 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: url('/assets/images/icon-collapse.png') 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: url(/assets/images/icon-collapse-active.png) 80% 10px no-repeat;\n }\n`"
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"exports": [
|
|
2260
|
+
{
|
|
2261
|
+
"kind": "js",
|
|
2262
|
+
"name": "style",
|
|
2263
|
+
"declaration": {
|
|
2264
|
+
"name": "style",
|
|
2265
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
1127
2266
|
}
|
|
1128
2267
|
}
|
|
1129
2268
|
]
|
|
@@ -1502,296 +2641,88 @@
|
|
|
1502
2641
|
"name": "e",
|
|
1503
2642
|
"type": {
|
|
1504
2643
|
"text": "TouchEvent | string"
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
]
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"kind": "method",
|
|
1511
|
-
"name": "onTapSymmetryX"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "method",
|
|
1515
|
-
"name": "onTapSymmetryY"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"kind": "method",
|
|
1519
|
-
"name": "onTapRotateCW"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"kind": "method",
|
|
1523
|
-
"name": "onTapRotateCCW"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"kind": "method",
|
|
1527
|
-
"name": "onTapGroup"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"kind": "method",
|
|
1531
|
-
"name": "onTapUngroup"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"kind": "method",
|
|
1535
|
-
"name": "onTapFullscreen"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"kind": "method",
|
|
1539
|
-
"name": "onTapToggle"
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "method",
|
|
1543
|
-
"name": "onTapFitScene"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"kind": "method",
|
|
1547
|
-
"name": "onTapPreview"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "method",
|
|
1551
|
-
"name": "onTapDownloadModel"
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"kind": "method",
|
|
1555
|
-
"name": "onTapDistribute",
|
|
1556
|
-
"parameters": [
|
|
1557
|
-
{
|
|
1558
|
-
"name": "e",
|
|
1559
|
-
"type": {
|
|
1560
|
-
"text": "TouchEvent | string"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
]
|
|
1564
|
-
}
|
|
1565
|
-
],
|
|
1566
|
-
"events": [
|
|
1567
|
-
{
|
|
1568
|
-
"name": "modeller-fullscreen",
|
|
1569
|
-
"type": {
|
|
1570
|
-
"text": "CustomEvent"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"name": "hide-property-changed",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "CustomEvent"
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "open-preview",
|
|
1581
|
-
"type": {
|
|
1582
|
-
"text": "CustomEvent"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"name": "download-model",
|
|
1587
|
-
"type": {
|
|
1588
|
-
"text": "CustomEvent"
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"attributes": [
|
|
1593
|
-
{
|
|
1594
|
-
"name": "scene",
|
|
1595
|
-
"type": {
|
|
1596
|
-
"text": "Scene | undefined"
|
|
1597
|
-
},
|
|
1598
|
-
"fieldName": "scene"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"name": "selected",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "any[]"
|
|
1604
|
-
},
|
|
1605
|
-
"default": "[]",
|
|
1606
|
-
"fieldName": "selected"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"name": "hideProperty",
|
|
1610
|
-
"type": {
|
|
1611
|
-
"text": "boolean"
|
|
1612
|
-
},
|
|
1613
|
-
"default": "false",
|
|
1614
|
-
"fieldName": "hideProperty"
|
|
1615
|
-
}
|
|
1616
|
-
],
|
|
1617
|
-
"superclass": {
|
|
1618
|
-
"name": "LitElement",
|
|
1619
|
-
"package": "lit"
|
|
1620
|
-
},
|
|
1621
|
-
"tagName": "edit-toolbar",
|
|
1622
|
-
"customElement": true
|
|
1623
|
-
}
|
|
1624
|
-
],
|
|
1625
|
-
"exports": [
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "js",
|
|
1628
|
-
"name": "EditToolbar",
|
|
1629
|
-
"declaration": {
|
|
1630
|
-
"name": "EditToolbar",
|
|
1631
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "custom-element-definition",
|
|
1636
|
-
"name": "edit-toolbar",
|
|
1637
|
-
"declaration": {
|
|
1638
|
-
"name": "EditToolbar",
|
|
1639
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
]
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "javascript-module",
|
|
1646
|
-
"path": "src/player/ox-board-player-carousel.ts",
|
|
1647
|
-
"declarations": [
|
|
1648
|
-
{
|
|
1649
|
-
"kind": "class",
|
|
1650
|
-
"description": "",
|
|
1651
|
-
"name": "BoardPlayerCarousel",
|
|
1652
|
-
"members": [
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "field",
|
|
1655
|
-
"name": "axis",
|
|
1656
|
-
"type": {
|
|
1657
|
-
"text": "string"
|
|
1658
|
-
},
|
|
1659
|
-
"default": "'y'",
|
|
1660
|
-
"attribute": "axis"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "field",
|
|
1664
|
-
"name": "rows",
|
|
1665
|
-
"type": {
|
|
1666
|
-
"text": "number"
|
|
1667
|
-
},
|
|
1668
|
-
"default": "1",
|
|
1669
|
-
"attribute": "rows"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"kind": "field",
|
|
1673
|
-
"name": "columns",
|
|
1674
|
-
"type": {
|
|
1675
|
-
"text": "number"
|
|
1676
|
-
},
|
|
1677
|
-
"default": "1",
|
|
1678
|
-
"attribute": "columns"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"kind": "field",
|
|
1682
|
-
"name": "_slotObserver",
|
|
1683
|
-
"type": {
|
|
1684
|
-
"text": "MutationObserver | undefined"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "field",
|
|
1689
|
-
"name": "_boundResize",
|
|
1690
|
-
"type": {
|
|
1691
|
-
"text": "() => void | undefined"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "field",
|
|
1696
|
-
"name": "_rotation",
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "number"
|
|
1699
|
-
},
|
|
1700
|
-
"default": "0"
|
|
1701
|
-
},
|
|
1702
|
-
{
|
|
1703
|
-
"kind": "field",
|
|
1704
|
-
"name": "_theta",
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "number"
|
|
1707
|
-
},
|
|
1708
|
-
"default": "0"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "field",
|
|
1712
|
-
"name": "_radius",
|
|
1713
|
-
"type": {
|
|
1714
|
-
"text": "number"
|
|
1715
|
-
},
|
|
1716
|
-
"default": "0"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"kind": "field",
|
|
1720
|
-
"name": "_rotateFn",
|
|
1721
|
-
"type": {
|
|
1722
|
-
"text": "string | undefined"
|
|
1723
|
-
}
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
]
|
|
1724
2647
|
},
|
|
1725
2648
|
{
|
|
1726
|
-
"kind": "
|
|
1727
|
-
"name": "
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "number"
|
|
1730
|
-
},
|
|
1731
|
-
"default": "0"
|
|
2649
|
+
"kind": "method",
|
|
2650
|
+
"name": "onTapSymmetryX"
|
|
1732
2651
|
},
|
|
1733
2652
|
{
|
|
1734
|
-
"kind": "
|
|
1735
|
-
"name": "
|
|
1736
|
-
"type": {
|
|
1737
|
-
"text": "number"
|
|
1738
|
-
},
|
|
1739
|
-
"default": "0"
|
|
2653
|
+
"kind": "method",
|
|
2654
|
+
"name": "onTapSymmetryY"
|
|
1740
2655
|
},
|
|
1741
2656
|
{
|
|
1742
|
-
"kind": "
|
|
1743
|
-
"name": "
|
|
1744
|
-
"type": {
|
|
1745
|
-
"text": "boolean"
|
|
1746
|
-
},
|
|
1747
|
-
"default": "true"
|
|
2657
|
+
"kind": "method",
|
|
2658
|
+
"name": "onTapRotateCW"
|
|
1748
2659
|
},
|
|
1749
2660
|
{
|
|
1750
|
-
"kind": "
|
|
1751
|
-
"name": "
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "HTMLSlotElement"
|
|
1754
|
-
}
|
|
2661
|
+
"kind": "method",
|
|
2662
|
+
"name": "onTapRotateCCW"
|
|
1755
2663
|
},
|
|
1756
2664
|
{
|
|
1757
|
-
"kind": "
|
|
1758
|
-
"name": "
|
|
1759
|
-
"type": {
|
|
1760
|
-
"text": "HTMLElement"
|
|
1761
|
-
}
|
|
2665
|
+
"kind": "method",
|
|
2666
|
+
"name": "onTapGroup"
|
|
1762
2667
|
},
|
|
1763
2668
|
{
|
|
1764
2669
|
"kind": "method",
|
|
1765
|
-
"name": "
|
|
2670
|
+
"name": "onTapUngroup"
|
|
1766
2671
|
},
|
|
1767
2672
|
{
|
|
1768
2673
|
"kind": "method",
|
|
1769
|
-
"name": "
|
|
2674
|
+
"name": "onTapFullscreen"
|
|
1770
2675
|
},
|
|
1771
2676
|
{
|
|
1772
2677
|
"kind": "method",
|
|
1773
|
-
"name": "
|
|
2678
|
+
"name": "onTapToggle"
|
|
1774
2679
|
},
|
|
1775
2680
|
{
|
|
1776
2681
|
"kind": "method",
|
|
1777
|
-
"name": "
|
|
2682
|
+
"name": "onTapFitScene"
|
|
1778
2683
|
},
|
|
1779
2684
|
{
|
|
1780
2685
|
"kind": "method",
|
|
1781
|
-
"name": "
|
|
2686
|
+
"name": "onTapPreview"
|
|
1782
2687
|
},
|
|
1783
2688
|
{
|
|
1784
2689
|
"kind": "method",
|
|
1785
|
-
"name": "
|
|
2690
|
+
"name": "onTapDownloadModel"
|
|
1786
2691
|
},
|
|
1787
2692
|
{
|
|
1788
2693
|
"kind": "method",
|
|
1789
|
-
"name": "
|
|
2694
|
+
"name": "onTapDistribute",
|
|
2695
|
+
"parameters": [
|
|
2696
|
+
{
|
|
2697
|
+
"name": "e",
|
|
2698
|
+
"type": {
|
|
2699
|
+
"text": "TouchEvent | string"
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
]
|
|
1790
2703
|
}
|
|
1791
2704
|
],
|
|
1792
2705
|
"events": [
|
|
1793
2706
|
{
|
|
1794
|
-
"name": "
|
|
2707
|
+
"name": "modeller-fullscreen",
|
|
2708
|
+
"type": {
|
|
2709
|
+
"text": "CustomEvent"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "hide-property-changed",
|
|
2714
|
+
"type": {
|
|
2715
|
+
"text": "CustomEvent"
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "open-preview",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "CustomEvent"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "download-model",
|
|
1795
2726
|
"type": {
|
|
1796
2727
|
"text": "CustomEvent"
|
|
1797
2728
|
}
|
|
@@ -1799,223 +2730,463 @@
|
|
|
1799
2730
|
],
|
|
1800
2731
|
"attributes": [
|
|
1801
2732
|
{
|
|
1802
|
-
"name": "
|
|
2733
|
+
"name": "scene",
|
|
1803
2734
|
"type": {
|
|
1804
|
-
"text": "
|
|
2735
|
+
"text": "Scene | undefined"
|
|
1805
2736
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"fieldName": "axis"
|
|
2737
|
+
"fieldName": "scene"
|
|
1808
2738
|
},
|
|
1809
2739
|
{
|
|
1810
|
-
"name": "
|
|
2740
|
+
"name": "selected",
|
|
1811
2741
|
"type": {
|
|
1812
|
-
"text": "
|
|
2742
|
+
"text": "any[]"
|
|
1813
2743
|
},
|
|
1814
|
-
"default": "
|
|
1815
|
-
"fieldName": "
|
|
2744
|
+
"default": "[]",
|
|
2745
|
+
"fieldName": "selected"
|
|
1816
2746
|
},
|
|
1817
2747
|
{
|
|
1818
|
-
"name": "
|
|
2748
|
+
"name": "hideProperty",
|
|
1819
2749
|
"type": {
|
|
1820
|
-
"text": "
|
|
2750
|
+
"text": "boolean"
|
|
1821
2751
|
},
|
|
1822
|
-
"default": "
|
|
1823
|
-
"fieldName": "
|
|
2752
|
+
"default": "false",
|
|
2753
|
+
"fieldName": "hideProperty"
|
|
1824
2754
|
}
|
|
1825
2755
|
],
|
|
1826
2756
|
"superclass": {
|
|
1827
2757
|
"name": "LitElement",
|
|
1828
2758
|
"package": "lit"
|
|
1829
2759
|
},
|
|
1830
|
-
"tagName": "
|
|
1831
|
-
"customElement": true
|
|
2760
|
+
"tagName": "edit-toolbar",
|
|
2761
|
+
"customElement": true
|
|
2762
|
+
}
|
|
2763
|
+
],
|
|
2764
|
+
"exports": [
|
|
2765
|
+
{
|
|
2766
|
+
"kind": "js",
|
|
2767
|
+
"name": "EditToolbar",
|
|
2768
|
+
"declaration": {
|
|
2769
|
+
"name": "EditToolbar",
|
|
2770
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"kind": "custom-element-definition",
|
|
2775
|
+
"name": "edit-toolbar",
|
|
2776
|
+
"declaration": {
|
|
2777
|
+
"name": "EditToolbar",
|
|
2778
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2779
|
+
}
|
|
2780
|
+
}
|
|
2781
|
+
]
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "javascript-module",
|
|
2785
|
+
"path": "src/component/3d.ts",
|
|
2786
|
+
"declarations": [
|
|
2787
|
+
{
|
|
2788
|
+
"kind": "variable",
|
|
2789
|
+
"name": "threed",
|
|
2790
|
+
"type": {
|
|
2791
|
+
"text": "ComponentGroup"
|
|
2792
|
+
},
|
|
2793
|
+
"default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
|
|
2794
|
+
}
|
|
2795
|
+
],
|
|
2796
|
+
"exports": [
|
|
2797
|
+
{
|
|
2798
|
+
"kind": "js",
|
|
2799
|
+
"name": "threed",
|
|
2800
|
+
"declaration": {
|
|
2801
|
+
"name": "threed",
|
|
2802
|
+
"module": "src/component/3d.ts"
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2805
|
+
]
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "javascript-module",
|
|
2809
|
+
"path": "src/component/chart-and-gauge.ts",
|
|
2810
|
+
"declarations": [
|
|
2811
|
+
{
|
|
2812
|
+
"kind": "variable",
|
|
2813
|
+
"name": "chartAndGauge",
|
|
2814
|
+
"type": {
|
|
2815
|
+
"text": "ComponentGroup"
|
|
2816
|
+
},
|
|
2817
|
+
"default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
|
|
2818
|
+
}
|
|
2819
|
+
],
|
|
2820
|
+
"exports": [
|
|
2821
|
+
{
|
|
2822
|
+
"kind": "js",
|
|
2823
|
+
"name": "chartAndGauge",
|
|
2824
|
+
"declaration": {
|
|
2825
|
+
"name": "chartAndGauge",
|
|
2826
|
+
"module": "src/component/chart-and-gauge.ts"
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
]
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "javascript-module",
|
|
2833
|
+
"path": "src/component/container.ts",
|
|
2834
|
+
"declarations": [
|
|
2835
|
+
{
|
|
2836
|
+
"kind": "variable",
|
|
2837
|
+
"name": "container",
|
|
2838
|
+
"type": {
|
|
2839
|
+
"text": "ComponentGroup"
|
|
2840
|
+
},
|
|
2841
|
+
"default": "{\n name: 'container',\n description: 'a group of various containers',\n icon,\n templates: [\n {\n type: 'container',\n description: 'general container',\n icon: iconContainer,\n group: 'container',\n model: {\n type: 'container',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#999',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'popup',\n description: 'popup window',\n icon: popup,\n group: 'container',\n model: {\n type: 'popup',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true\n }\n }\n ]\n}"
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"exports": [
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "js",
|
|
2847
|
+
"name": "container",
|
|
2848
|
+
"declaration": {
|
|
2849
|
+
"name": "container",
|
|
2850
|
+
"module": "src/component/container.ts"
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2853
|
+
]
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"kind": "javascript-module",
|
|
2857
|
+
"path": "src/component/data-source.ts",
|
|
2858
|
+
"declarations": [
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "variable",
|
|
2861
|
+
"name": "dataSource",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "ComponentGroup"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "{\n name: 'dataSource',\n description: 'a group of various data sources',\n icon,\n templates: []\n}"
|
|
2866
|
+
}
|
|
2867
|
+
],
|
|
2868
|
+
"exports": [
|
|
2869
|
+
{
|
|
2870
|
+
"kind": "js",
|
|
2871
|
+
"name": "dataSource",
|
|
2872
|
+
"declaration": {
|
|
2873
|
+
"name": "dataSource",
|
|
2874
|
+
"module": "src/component/data-source.ts"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "javascript-module",
|
|
2881
|
+
"path": "src/component/etc.ts",
|
|
2882
|
+
"declarations": [
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "variable",
|
|
2885
|
+
"name": "etc",
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "ComponentGroup"
|
|
2888
|
+
},
|
|
2889
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'info-window',\n description: 'information window',\n icon: infoWindow,\n group: 'etc',\n model: {\n type: 'info-window',\n left: 10,\n top: 10,\n width: 50,\n height: 50,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true,\n frontSideTemplate:\n \"<h2 id='xxx'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n backSideTemplate:\n \"<h2 id='yyy'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n style:\n '#yyy {\\n\\tbackground-color:navy;\\n\\tcolor:white\\n}\\n#xxx, #yyy {\\n\\twhite-space:nowrap;\\n\\tmin-width:200px;\\n}'\n }\n },\n {\n type: 'local reference',\n description: 'local reference',\n icon: localReference,\n group: 'etc',\n model: {\n type: 'local-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'global reference',\n description: 'global reference',\n icon: globalReference,\n group: 'etc',\n model: {\n type: 'global-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
2890
|
+
}
|
|
2891
|
+
],
|
|
2892
|
+
"exports": [
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "js",
|
|
2895
|
+
"name": "etc",
|
|
2896
|
+
"declaration": {
|
|
2897
|
+
"name": "etc",
|
|
2898
|
+
"module": "src/component/etc.ts"
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
]
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"kind": "javascript-module",
|
|
2905
|
+
"path": "src/component/form.ts",
|
|
2906
|
+
"declarations": [
|
|
2907
|
+
{
|
|
2908
|
+
"kind": "variable",
|
|
2909
|
+
"name": "form",
|
|
2910
|
+
"type": {
|
|
2911
|
+
"text": "ComponentGroup"
|
|
2912
|
+
},
|
|
2913
|
+
"default": "{\n name: 'form',\n description: 'a group of various input components that make up a data entry form',\n icon,\n templates: []\n}"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"exports": [
|
|
2917
|
+
{
|
|
2918
|
+
"kind": "js",
|
|
2919
|
+
"name": "form",
|
|
2920
|
+
"declaration": {
|
|
2921
|
+
"name": "form",
|
|
2922
|
+
"module": "src/component/form.ts"
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
]
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"kind": "javascript-module",
|
|
2929
|
+
"path": "src/component/index.ts",
|
|
2930
|
+
"declarations": [],
|
|
2931
|
+
"exports": [
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "js",
|
|
2934
|
+
"name": "*",
|
|
2935
|
+
"declaration": {
|
|
2936
|
+
"name": "*",
|
|
2937
|
+
"package": "./shape"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "js",
|
|
2942
|
+
"name": "*",
|
|
2943
|
+
"declaration": {
|
|
2944
|
+
"name": "*",
|
|
2945
|
+
"package": "./line"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "js",
|
|
2950
|
+
"name": "*",
|
|
2951
|
+
"declaration": {
|
|
2952
|
+
"name": "*",
|
|
2953
|
+
"package": "./text-and-media"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "js",
|
|
2958
|
+
"name": "*",
|
|
2959
|
+
"declaration": {
|
|
2960
|
+
"name": "*",
|
|
2961
|
+
"package": "./chart-and-gauge"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"kind": "js",
|
|
2966
|
+
"name": "*",
|
|
2967
|
+
"declaration": {
|
|
2968
|
+
"name": "*",
|
|
2969
|
+
"package": "./table"
|
|
2970
|
+
}
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"kind": "js",
|
|
2974
|
+
"name": "*",
|
|
2975
|
+
"declaration": {
|
|
2976
|
+
"name": "*",
|
|
2977
|
+
"package": "./data-source"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"kind": "js",
|
|
2982
|
+
"name": "*",
|
|
2983
|
+
"declaration": {
|
|
2984
|
+
"name": "*",
|
|
2985
|
+
"package": "./3d"
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"kind": "js",
|
|
2990
|
+
"name": "*",
|
|
2991
|
+
"declaration": {
|
|
2992
|
+
"name": "*",
|
|
2993
|
+
"package": "./iot"
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"kind": "js",
|
|
2998
|
+
"name": "*",
|
|
2999
|
+
"declaration": {
|
|
3000
|
+
"name": "*",
|
|
3001
|
+
"package": "./form"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3004
|
+
{
|
|
3005
|
+
"kind": "js",
|
|
3006
|
+
"name": "*",
|
|
3007
|
+
"declaration": {
|
|
3008
|
+
"name": "*",
|
|
3009
|
+
"package": "./warehouse"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "js",
|
|
3014
|
+
"name": "*",
|
|
3015
|
+
"declaration": {
|
|
3016
|
+
"name": "*",
|
|
3017
|
+
"package": "./container"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"kind": "js",
|
|
3022
|
+
"name": "*",
|
|
3023
|
+
"declaration": {
|
|
3024
|
+
"name": "*",
|
|
3025
|
+
"package": "./etc"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "javascript-module",
|
|
3032
|
+
"path": "src/component/iot.ts",
|
|
3033
|
+
"declarations": [
|
|
3034
|
+
{
|
|
3035
|
+
"kind": "variable",
|
|
3036
|
+
"name": "iot",
|
|
3037
|
+
"type": {
|
|
3038
|
+
"text": "ComponentGroup"
|
|
3039
|
+
},
|
|
3040
|
+
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
1832
3041
|
}
|
|
1833
3042
|
],
|
|
1834
3043
|
"exports": [
|
|
1835
3044
|
{
|
|
1836
|
-
"kind": "
|
|
1837
|
-
"name": "
|
|
3045
|
+
"kind": "js",
|
|
3046
|
+
"name": "iot",
|
|
1838
3047
|
"declaration": {
|
|
1839
|
-
"name": "
|
|
1840
|
-
"module": "src/
|
|
3048
|
+
"name": "iot",
|
|
3049
|
+
"module": "src/component/iot.ts"
|
|
1841
3050
|
}
|
|
1842
3051
|
}
|
|
1843
3052
|
]
|
|
1844
3053
|
},
|
|
1845
3054
|
{
|
|
1846
3055
|
"kind": "javascript-module",
|
|
1847
|
-
"path": "src/
|
|
3056
|
+
"path": "src/component/line.ts",
|
|
1848
3057
|
"declarations": [
|
|
1849
3058
|
{
|
|
1850
|
-
"kind": "
|
|
1851
|
-
"
|
|
1852
|
-
"
|
|
1853
|
-
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "field",
|
|
1856
|
-
"name": "rows",
|
|
1857
|
-
"type": {
|
|
1858
|
-
"text": "number"
|
|
1859
|
-
},
|
|
1860
|
-
"default": "1",
|
|
1861
|
-
"attribute": "rows"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "field",
|
|
1865
|
-
"name": "columns",
|
|
1866
|
-
"type": {
|
|
1867
|
-
"text": "number"
|
|
1868
|
-
},
|
|
1869
|
-
"default": "1",
|
|
1870
|
-
"attribute": "columns"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"kind": "field",
|
|
1874
|
-
"name": "_slotObserver",
|
|
1875
|
-
"type": {
|
|
1876
|
-
"text": "MutationObserver | undefined"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "field",
|
|
1881
|
-
"name": "_slot",
|
|
1882
|
-
"type": {
|
|
1883
|
-
"text": "HTMLSlotElement"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "method",
|
|
1888
|
-
"name": "start"
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"kind": "method",
|
|
1892
|
-
"name": "stop"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"kind": "method",
|
|
1896
|
-
"name": "next"
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "method",
|
|
1900
|
-
"name": "previous"
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"attributes": [
|
|
1904
|
-
{
|
|
1905
|
-
"name": "rows",
|
|
1906
|
-
"type": {
|
|
1907
|
-
"text": "number"
|
|
1908
|
-
},
|
|
1909
|
-
"default": "1",
|
|
1910
|
-
"fieldName": "rows"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "columns",
|
|
1914
|
-
"type": {
|
|
1915
|
-
"text": "number"
|
|
1916
|
-
},
|
|
1917
|
-
"default": "1",
|
|
1918
|
-
"fieldName": "columns"
|
|
1919
|
-
}
|
|
1920
|
-
],
|
|
1921
|
-
"superclass": {
|
|
1922
|
-
"name": "LitElement",
|
|
1923
|
-
"package": "lit"
|
|
3059
|
+
"kind": "variable",
|
|
3060
|
+
"name": "line",
|
|
3061
|
+
"type": {
|
|
3062
|
+
"text": "ComponentGroup"
|
|
1924
3063
|
},
|
|
1925
|
-
"
|
|
1926
|
-
"customElement": true
|
|
3064
|
+
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n },\n {\n type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1927
3065
|
}
|
|
1928
3066
|
],
|
|
1929
3067
|
"exports": [
|
|
1930
3068
|
{
|
|
1931
|
-
"kind": "
|
|
1932
|
-
"name": "
|
|
3069
|
+
"kind": "js",
|
|
3070
|
+
"name": "line",
|
|
1933
3071
|
"declaration": {
|
|
1934
|
-
"name": "
|
|
1935
|
-
"module": "src/
|
|
3072
|
+
"name": "line",
|
|
3073
|
+
"module": "src/component/line.ts"
|
|
1936
3074
|
}
|
|
1937
3075
|
}
|
|
1938
3076
|
]
|
|
1939
3077
|
},
|
|
1940
3078
|
{
|
|
1941
3079
|
"kind": "javascript-module",
|
|
1942
|
-
"path": "src/
|
|
3080
|
+
"path": "src/component/register-default-groups.ts",
|
|
1943
3081
|
"declarations": [
|
|
1944
3082
|
{
|
|
1945
|
-
"kind": "
|
|
1946
|
-
"
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
3083
|
+
"kind": "function",
|
|
3084
|
+
"name": "registerDefaultGroups"
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"exports": [
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "js",
|
|
3090
|
+
"name": "registerDefaultGroups",
|
|
3091
|
+
"declaration": {
|
|
3092
|
+
"name": "registerDefaultGroups",
|
|
3093
|
+
"module": "src/component/register-default-groups.ts"
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
]
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"kind": "javascript-module",
|
|
3100
|
+
"path": "src/component/shape.ts",
|
|
3101
|
+
"declarations": [
|
|
3102
|
+
{
|
|
3103
|
+
"kind": "variable",
|
|
3104
|
+
"name": "shape",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "ComponentGroup"
|
|
3107
|
+
},
|
|
3108
|
+
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
3109
|
+
}
|
|
3110
|
+
],
|
|
3111
|
+
"exports": [
|
|
3112
|
+
{
|
|
3113
|
+
"kind": "js",
|
|
3114
|
+
"name": "shape",
|
|
3115
|
+
"declaration": {
|
|
3116
|
+
"name": "shape",
|
|
3117
|
+
"module": "src/component/shape.ts"
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
]
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "javascript-module",
|
|
3124
|
+
"path": "src/component/table.ts",
|
|
3125
|
+
"declarations": [
|
|
3126
|
+
{
|
|
3127
|
+
"kind": "variable",
|
|
3128
|
+
"name": "table",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "ComponentGroup"
|
|
3131
|
+
},
|
|
3132
|
+
"default": "{\n name: 'table',\n description: 'a group of various tables',\n icon,\n templates: []\n}"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"exports": [
|
|
3136
|
+
{
|
|
3137
|
+
"kind": "js",
|
|
3138
|
+
"name": "table",
|
|
3139
|
+
"declaration": {
|
|
3140
|
+
"name": "table",
|
|
3141
|
+
"module": "src/component/table.ts"
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
]
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"kind": "javascript-module",
|
|
3148
|
+
"path": "src/component/text-and-media.ts",
|
|
3149
|
+
"declarations": [
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "variable",
|
|
3152
|
+
"name": "textAndMedia",
|
|
3153
|
+
"type": {
|
|
3154
|
+
"text": "ComponentGroup"
|
|
2007
3155
|
},
|
|
2008
|
-
"
|
|
2009
|
-
"customElement": true
|
|
3156
|
+
"default": "{\n name: 'textAndMedia',\n description: 'a group of text and various media components',\n icon,\n templates: [\n {\n type: 'text',\n description: 'text',\n icon: text,\n group: 'textAndMedia',\n model: {\n type: 'text',\n left: 100,\n top: 100,\n width: 200,\n height: 50,\n text: 'Text',\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 5,\n lineDash: 'solid',\n lineCap: 'butt',\n textAlign: 'left',\n textBaseline: 'top',\n textWrap: false,\n fontFamily: 'serif',\n fontSize: 30\n }\n },\n {\n type: 'color image',\n description: 'color image',\n icon: colorImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: false,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gray image',\n description: 'gray image',\n icon: grayImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: true,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gif image',\n description: 'gif image',\n icon: gifImage,\n group: 'textAndMedia',\n model: {\n type: 'gif-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n },\n {\n type: 'audio',\n description: 'audio',\n icon: audio,\n group: 'textAndMedia',\n model: {\n type: 'audio',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n }\n ]\n}"
|
|
2010
3157
|
}
|
|
2011
3158
|
],
|
|
2012
3159
|
"exports": [
|
|
2013
3160
|
{
|
|
2014
|
-
"kind": "
|
|
2015
|
-
"name": "
|
|
3161
|
+
"kind": "js",
|
|
3162
|
+
"name": "textAndMedia",
|
|
2016
3163
|
"declaration": {
|
|
2017
|
-
"name": "
|
|
2018
|
-
"module": "src/
|
|
3164
|
+
"name": "textAndMedia",
|
|
3165
|
+
"module": "src/component/text-and-media.ts"
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
]
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"kind": "javascript-module",
|
|
3172
|
+
"path": "src/component/warehouse.ts",
|
|
3173
|
+
"declarations": [
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "variable",
|
|
3176
|
+
"name": "warehouse",
|
|
3177
|
+
"type": {
|
|
3178
|
+
"text": "ComponentGroup"
|
|
3179
|
+
},
|
|
3180
|
+
"default": "{\n name: 'warehouse',\n description: 'a group of various components used in a warehouse depiction',\n icon,\n templates: []\n}"
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"exports": [
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "js",
|
|
3186
|
+
"name": "warehouse",
|
|
3187
|
+
"declaration": {
|
|
3188
|
+
"name": "warehouse",
|
|
3189
|
+
"module": "src/component/warehouse.ts"
|
|
2019
3190
|
}
|
|
2020
3191
|
}
|
|
2021
3192
|
]
|
|
@@ -2448,7 +3619,7 @@
|
|
|
2448
3619
|
"kind": "field",
|
|
2449
3620
|
"name": "componentGroupList",
|
|
2450
3621
|
"type": {
|
|
2451
|
-
"text": "
|
|
3622
|
+
"text": "ComponentGroup[]"
|
|
2452
3623
|
},
|
|
2453
3624
|
"default": "[]",
|
|
2454
3625
|
"attribute": "componentGroupList"
|
|
@@ -2477,6 +3648,13 @@
|
|
|
2477
3648
|
},
|
|
2478
3649
|
"attribute": "mode"
|
|
2479
3650
|
},
|
|
3651
|
+
{
|
|
3652
|
+
"kind": "field",
|
|
3653
|
+
"name": "shift",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "HTMLImageElement"
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
2480
3658
|
{
|
|
2481
3659
|
"kind": "field",
|
|
2482
3660
|
"name": "menu",
|
|
@@ -2490,7 +3668,41 @@
|
|
|
2490
3668
|
"name": "groups",
|
|
2491
3669
|
"type": {
|
|
2492
3670
|
"text": "NodeListOf<HTMLElement>"
|
|
2493
|
-
}
|
|
3671
|
+
},
|
|
3672
|
+
"privacy": "private"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"kind": "field",
|
|
3676
|
+
"name": "icons",
|
|
3677
|
+
"type": {
|
|
3678
|
+
"text": "{ [name: string]: string }"
|
|
3679
|
+
},
|
|
3680
|
+
"privacy": "private",
|
|
3681
|
+
"default": "{}"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"kind": "method",
|
|
3685
|
+
"name": "_setMode",
|
|
3686
|
+
"parameters": [
|
|
3687
|
+
{
|
|
3688
|
+
"name": "mode",
|
|
3689
|
+
"type": {
|
|
3690
|
+
"text": "SCENE_MODE"
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
]
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
"kind": "method",
|
|
3697
|
+
"name": "_onClickShift",
|
|
3698
|
+
"parameters": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "e",
|
|
3701
|
+
"type": {
|
|
3702
|
+
"text": "MouseEvent"
|
|
3703
|
+
}
|
|
3704
|
+
}
|
|
3705
|
+
]
|
|
2494
3706
|
},
|
|
2495
3707
|
{
|
|
2496
3708
|
"kind": "method",
|
|
@@ -2505,11 +3717,19 @@
|
|
|
2505
3717
|
]
|
|
2506
3718
|
}
|
|
2507
3719
|
],
|
|
3720
|
+
"events": [
|
|
3721
|
+
{
|
|
3722
|
+
"name": "mode-changed",
|
|
3723
|
+
"type": {
|
|
3724
|
+
"text": "CustomEvent"
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
],
|
|
2508
3728
|
"attributes": [
|
|
2509
3729
|
{
|
|
2510
3730
|
"name": "componentGroupList",
|
|
2511
3731
|
"type": {
|
|
2512
|
-
"text": "
|
|
3732
|
+
"text": "ComponentGroup[]"
|
|
2513
3733
|
},
|
|
2514
3734
|
"default": "[]",
|
|
2515
3735
|
"fieldName": "componentGroupList"
|
|
@@ -2555,6 +3775,40 @@
|
|
|
2555
3775
|
}
|
|
2556
3776
|
]
|
|
2557
3777
|
},
|
|
3778
|
+
{
|
|
3779
|
+
"kind": "javascript-module",
|
|
3780
|
+
"path": "src/modeller/component-toolbar/mode-icons.ts",
|
|
3781
|
+
"declarations": [
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "variable",
|
|
3784
|
+
"name": "ICON_EDIT_MODE",
|
|
3785
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n }\n .st1 {\n fill: none;\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <polygon class=\"st0\" points=\"2.7,3.9 2.7,22.8 7.8,17.2 16.1,16.9 \t\" />\n <path\n class=\"st1\"\n d=\"M27.7,20.1L26.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L20.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L21,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C27.7,20.2,27.7,20.1,27.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "variable",
|
|
3789
|
+
"name": "ICON_SHIFT_MODE",
|
|
3790
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4\n c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8\n c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8\n c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8\n c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3791
|
+
}
|
|
3792
|
+
],
|
|
3793
|
+
"exports": [
|
|
3794
|
+
{
|
|
3795
|
+
"kind": "js",
|
|
3796
|
+
"name": "ICON_EDIT_MODE",
|
|
3797
|
+
"declaration": {
|
|
3798
|
+
"name": "ICON_EDIT_MODE",
|
|
3799
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "js",
|
|
3804
|
+
"name": "ICON_SHIFT_MODE",
|
|
3805
|
+
"declaration": {
|
|
3806
|
+
"name": "ICON_SHIFT_MODE",
|
|
3807
|
+
"module": "src/modeller/component-toolbar/mode-icons.ts"
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
]
|
|
3811
|
+
},
|
|
2558
3812
|
{
|
|
2559
3813
|
"kind": "javascript-module",
|
|
2560
3814
|
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
@@ -3743,168 +4997,30 @@
|
|
|
3743
4997
|
},
|
|
3744
4998
|
{
|
|
3745
4999
|
"kind": "javascript-module",
|
|
3746
|
-
"path": "src/modeller/property-sidebar/
|
|
3747
|
-
"declarations": [
|
|
3748
|
-
{
|
|
3749
|
-
"kind": "variable",
|
|
3750
|
-
"name": "EffectsSharedStyle",
|
|
3751
|
-
"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 things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n things-editor-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\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`"
|
|
3752
|
-
}
|
|
3753
|
-
],
|
|
3754
|
-
"exports": [
|
|
3755
|
-
{
|
|
3756
|
-
"kind": "js",
|
|
3757
|
-
"name": "EffectsSharedStyle",
|
|
3758
|
-
"declaration": {
|
|
3759
|
-
"name": "EffectsSharedStyle",
|
|
3760
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
3761
|
-
}
|
|
3762
|
-
}
|
|
3763
|
-
]
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"kind": "javascript-module",
|
|
3767
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5000
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
3768
5001
|
"declarations": [
|
|
3769
5002
|
{
|
|
3770
5003
|
"kind": "class",
|
|
3771
|
-
"description": "",
|
|
3772
|
-
"name": "
|
|
5004
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5005
|
+
"name": "DataBindingMapper",
|
|
3773
5006
|
"members": [
|
|
3774
5007
|
{
|
|
3775
5008
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3777
|
-
"type": {
|
|
3778
|
-
"text": "Properties | undefined"
|
|
3779
|
-
},
|
|
3780
|
-
"attribute": "value"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"kind": "field",
|
|
3784
|
-
"name": "scene",
|
|
3785
|
-
"type": {
|
|
3786
|
-
"text": "Scene | undefined"
|
|
3787
|
-
},
|
|
3788
|
-
"attribute": "scene"
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "method",
|
|
3792
|
-
"name": "_onValueChange",
|
|
3793
|
-
"parameters": [
|
|
3794
|
-
{
|
|
3795
|
-
"name": "e",
|
|
3796
|
-
"type": {
|
|
3797
|
-
"text": "Event"
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
],
|
|
3801
|
-
"inheritedFrom": {
|
|
3802
|
-
"name": "AbstractProperty",
|
|
3803
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3804
|
-
}
|
|
3805
|
-
},
|
|
3806
|
-
{
|
|
3807
|
-
"kind": "method",
|
|
3808
|
-
"name": "_getValueFromEventTarget",
|
|
3809
|
-
"parameters": [
|
|
3810
|
-
{
|
|
3811
|
-
"name": "element",
|
|
3812
|
-
"type": {
|
|
3813
|
-
"text": "HTMLElement"
|
|
3814
|
-
}
|
|
3815
|
-
}
|
|
3816
|
-
],
|
|
3817
|
-
"inheritedFrom": {
|
|
3818
|
-
"name": "AbstractProperty",
|
|
3819
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "method",
|
|
3824
|
-
"name": "_onAfterValueChange",
|
|
3825
|
-
"parameters": [
|
|
3826
|
-
{
|
|
3827
|
-
"name": "key",
|
|
3828
|
-
"type": {
|
|
3829
|
-
"text": "string"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"name": "value",
|
|
3834
|
-
"type": {
|
|
3835
|
-
"text": "any"
|
|
3836
|
-
}
|
|
3837
|
-
}
|
|
3838
|
-
],
|
|
3839
|
-
"inheritedFrom": {
|
|
3840
|
-
"name": "AbstractProperty",
|
|
3841
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
3842
|
-
}
|
|
3843
|
-
}
|
|
3844
|
-
],
|
|
3845
|
-
"attributes": [
|
|
3846
|
-
{
|
|
3847
|
-
"name": "value",
|
|
3848
|
-
"type": {
|
|
3849
|
-
"text": "Properties | undefined"
|
|
3850
|
-
},
|
|
3851
|
-
"fieldName": "value"
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"name": "scene",
|
|
3855
|
-
"type": {
|
|
3856
|
-
"text": "Scene | undefined"
|
|
3857
|
-
},
|
|
3858
|
-
"fieldName": "scene"
|
|
3859
|
-
}
|
|
3860
|
-
],
|
|
3861
|
-
"superclass": {
|
|
3862
|
-
"name": "AbstractProperty",
|
|
3863
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
3864
|
-
},
|
|
3865
|
-
"tagName": "property-effect",
|
|
3866
|
-
"customElement": true,
|
|
3867
|
-
"events": [
|
|
3868
|
-
{
|
|
3869
|
-
"name": "property-change",
|
|
5009
|
+
"name": "mapping",
|
|
3870
5010
|
"type": {
|
|
3871
|
-
"text": "
|
|
3872
|
-
},
|
|
3873
|
-
"
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
}
|
|
3877
|
-
}
|
|
3878
|
-
]
|
|
3879
|
-
}
|
|
3880
|
-
],
|
|
3881
|
-
"exports": [
|
|
3882
|
-
{
|
|
3883
|
-
"kind": "custom-element-definition",
|
|
3884
|
-
"name": "property-effect",
|
|
3885
|
-
"declaration": {
|
|
3886
|
-
"name": "PropertyEffects",
|
|
3887
|
-
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
3888
|
-
}
|
|
3889
|
-
}
|
|
3890
|
-
]
|
|
3891
|
-
},
|
|
3892
|
-
{
|
|
3893
|
-
"kind": "javascript-module",
|
|
3894
|
-
"path": "src/modeller/property-sidebar/effects/property-animation.ts",
|
|
3895
|
-
"declarations": [
|
|
3896
|
-
{
|
|
3897
|
-
"kind": "class",
|
|
3898
|
-
"description": "컴포넌트의 animation 속성을 편집하는 element\n\nExample:\n\n <property-animation .value=${animation}>\n </property-animation>",
|
|
3899
|
-
"name": "PropertyAnimation",
|
|
3900
|
-
"members": [
|
|
5011
|
+
"text": "Mapping"
|
|
5012
|
+
},
|
|
5013
|
+
"default": "{\n rule: 'value'\n }",
|
|
5014
|
+
"attribute": "mapping"
|
|
5015
|
+
},
|
|
3901
5016
|
{
|
|
3902
5017
|
"kind": "field",
|
|
3903
|
-
"name": "
|
|
5018
|
+
"name": "rule",
|
|
3904
5019
|
"type": {
|
|
3905
|
-
"text": "
|
|
5020
|
+
"text": "Rule"
|
|
3906
5021
|
},
|
|
3907
|
-
"
|
|
5022
|
+
"default": "{}",
|
|
5023
|
+
"attribute": "rule"
|
|
3908
5024
|
},
|
|
3909
5025
|
{
|
|
3910
5026
|
"kind": "field",
|
|
@@ -3914,9 +5030,76 @@
|
|
|
3914
5030
|
},
|
|
3915
5031
|
"attribute": "scene"
|
|
3916
5032
|
},
|
|
5033
|
+
{
|
|
5034
|
+
"kind": "field",
|
|
5035
|
+
"name": "_valueTypes",
|
|
5036
|
+
"type": {
|
|
5037
|
+
"text": "any"
|
|
5038
|
+
},
|
|
5039
|
+
"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: 'object',\n location: 'object',\n dimension: 'object',\n\n text: 'string',\n ref: 'string'\n }"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "field",
|
|
5043
|
+
"name": "_componentIds",
|
|
5044
|
+
"type": {
|
|
5045
|
+
"text": "any[]"
|
|
5046
|
+
},
|
|
5047
|
+
"default": "[]"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "field",
|
|
5051
|
+
"name": "editor",
|
|
5052
|
+
"type": {
|
|
5053
|
+
"text": "HTMLInputElement"
|
|
5054
|
+
}
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"kind": "field",
|
|
5058
|
+
"name": "target",
|
|
5059
|
+
"type": {
|
|
5060
|
+
"text": "HTMLInputElement"
|
|
5061
|
+
}
|
|
5062
|
+
},
|
|
3917
5063
|
{
|
|
3918
5064
|
"kind": "method",
|
|
3919
|
-
"name": "
|
|
5065
|
+
"name": "_valuetype",
|
|
5066
|
+
"parameters": [
|
|
5067
|
+
{
|
|
5068
|
+
"name": "property",
|
|
5069
|
+
"type": {
|
|
5070
|
+
"text": "string"
|
|
5071
|
+
}
|
|
5072
|
+
}
|
|
5073
|
+
]
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"kind": "field",
|
|
5077
|
+
"name": "_keep_saved_rule_params",
|
|
5078
|
+
"type": {
|
|
5079
|
+
"text": "boolean"
|
|
5080
|
+
},
|
|
5081
|
+
"privacy": "private",
|
|
5082
|
+
"default": "false"
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "method",
|
|
5086
|
+
"name": "_onChangedMapping"
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "method",
|
|
5090
|
+
"name": "_onChangeRule",
|
|
5091
|
+
"parameters": [
|
|
5092
|
+
{
|
|
5093
|
+
"name": "e",
|
|
5094
|
+
"type": {
|
|
5095
|
+
"text": "Event"
|
|
5096
|
+
}
|
|
5097
|
+
}
|
|
5098
|
+
]
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"kind": "method",
|
|
5102
|
+
"name": "_onChange",
|
|
3920
5103
|
"parameters": [
|
|
3921
5104
|
{
|
|
3922
5105
|
"name": "e",
|
|
@@ -3929,7 +5112,7 @@
|
|
|
3929
5112
|
],
|
|
3930
5113
|
"events": [
|
|
3931
5114
|
{
|
|
3932
|
-
"name": "change",
|
|
5115
|
+
"name": "value-change",
|
|
3933
5116
|
"type": {
|
|
3934
5117
|
"text": "CustomEvent"
|
|
3935
5118
|
}
|
|
@@ -3937,11 +5120,28 @@
|
|
|
3937
5120
|
],
|
|
3938
5121
|
"attributes": [
|
|
3939
5122
|
{
|
|
3940
|
-
"name": "
|
|
5123
|
+
"name": "mapping",
|
|
3941
5124
|
"type": {
|
|
3942
|
-
"text": "
|
|
5125
|
+
"text": "Mapping"
|
|
3943
5126
|
},
|
|
3944
|
-
"
|
|
5127
|
+
"default": "{\n rule: 'value'\n }",
|
|
5128
|
+
"fieldName": "mapping"
|
|
5129
|
+
},
|
|
5130
|
+
{
|
|
5131
|
+
"name": "rule",
|
|
5132
|
+
"type": {
|
|
5133
|
+
"text": "Rule"
|
|
5134
|
+
},
|
|
5135
|
+
"default": "{}",
|
|
5136
|
+
"fieldName": "rule"
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"name": "properties",
|
|
5140
|
+
"type": {
|
|
5141
|
+
"text": "Properties[]"
|
|
5142
|
+
},
|
|
5143
|
+
"default": "[]",
|
|
5144
|
+
"fieldName": "properties"
|
|
3945
5145
|
},
|
|
3946
5146
|
{
|
|
3947
5147
|
"name": "scene",
|
|
@@ -3955,7 +5155,7 @@
|
|
|
3955
5155
|
"name": "LitElement",
|
|
3956
5156
|
"package": "lit"
|
|
3957
5157
|
},
|
|
3958
|
-
"tagName": "
|
|
5158
|
+
"tagName": "data-binding-mapper",
|
|
3959
5159
|
"customElement": true
|
|
3960
5160
|
}
|
|
3961
5161
|
],
|
|
@@ -3964,28 +5164,28 @@
|
|
|
3964
5164
|
"kind": "js",
|
|
3965
5165
|
"name": "default",
|
|
3966
5166
|
"declaration": {
|
|
3967
|
-
"name": "
|
|
3968
|
-
"module": "src/modeller/property-sidebar/
|
|
5167
|
+
"name": "DataBindingMapper",
|
|
5168
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
3969
5169
|
}
|
|
3970
5170
|
},
|
|
3971
5171
|
{
|
|
3972
5172
|
"kind": "custom-element-definition",
|
|
3973
|
-
"name": "
|
|
5173
|
+
"name": "data-binding-mapper",
|
|
3974
5174
|
"declaration": {
|
|
3975
|
-
"name": "
|
|
3976
|
-
"module": "src/modeller/property-sidebar/
|
|
5175
|
+
"name": "DataBindingMapper",
|
|
5176
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
3977
5177
|
}
|
|
3978
5178
|
}
|
|
3979
5179
|
]
|
|
3980
5180
|
},
|
|
3981
5181
|
{
|
|
3982
5182
|
"kind": "javascript-module",
|
|
3983
|
-
"path": "src/modeller/property-sidebar/
|
|
5183
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
3984
5184
|
"declarations": [
|
|
3985
5185
|
{
|
|
3986
5186
|
"kind": "class",
|
|
3987
5187
|
"description": "",
|
|
3988
|
-
"name": "
|
|
5188
|
+
"name": "PropertyDataBinding",
|
|
3989
5189
|
"members": [
|
|
3990
5190
|
{
|
|
3991
5191
|
"kind": "field",
|
|
@@ -3999,36 +5199,187 @@
|
|
|
3999
5199
|
"kind": "field",
|
|
4000
5200
|
"name": "scene",
|
|
4001
5201
|
"type": {
|
|
4002
|
-
"text": "Scene"
|
|
5202
|
+
"text": "Scene | undefined"
|
|
4003
5203
|
},
|
|
4004
5204
|
"attribute": "scene"
|
|
4005
5205
|
},
|
|
4006
5206
|
{
|
|
4007
5207
|
"kind": "field",
|
|
4008
|
-
"name": "
|
|
5208
|
+
"name": "mappingIndex",
|
|
5209
|
+
"type": {
|
|
5210
|
+
"text": "number"
|
|
5211
|
+
},
|
|
5212
|
+
"default": "0"
|
|
5213
|
+
},
|
|
5214
|
+
{
|
|
5215
|
+
"kind": "field",
|
|
5216
|
+
"name": "_afterRender",
|
|
5217
|
+
"type": {
|
|
5218
|
+
"text": "Function | null | undefined"
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"kind": "field",
|
|
5223
|
+
"name": "_dataExpanded",
|
|
4009
5224
|
"type": {
|
|
4010
5225
|
"text": "boolean"
|
|
4011
5226
|
},
|
|
4012
5227
|
"default": "false"
|
|
4013
5228
|
},
|
|
5229
|
+
{
|
|
5230
|
+
"kind": "field",
|
|
5231
|
+
"name": "tabs",
|
|
5232
|
+
"type": {
|
|
5233
|
+
"text": "HTMLElement"
|
|
5234
|
+
}
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"kind": "field",
|
|
5238
|
+
"name": "tabNavLeftButton",
|
|
5239
|
+
"type": {
|
|
5240
|
+
"text": "HTMLElement"
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"kind": "field",
|
|
5245
|
+
"name": "tabNavRightButton",
|
|
5246
|
+
"type": {
|
|
5247
|
+
"text": "HTMLElement"
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"kind": "field",
|
|
5252
|
+
"name": "mapping",
|
|
5253
|
+
"type": {
|
|
5254
|
+
"text": "Properties"
|
|
5255
|
+
},
|
|
5256
|
+
"privacy": "private",
|
|
5257
|
+
"default": "{}"
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"kind": "field",
|
|
5261
|
+
"name": "mappings"
|
|
5262
|
+
},
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "method",
|
|
5265
|
+
"name": "_setMappingIndex",
|
|
5266
|
+
"parameters": [
|
|
5267
|
+
{
|
|
5268
|
+
"name": "idx",
|
|
5269
|
+
"type": {
|
|
5270
|
+
"text": "number"
|
|
5271
|
+
}
|
|
5272
|
+
}
|
|
5273
|
+
]
|
|
5274
|
+
},
|
|
5275
|
+
{
|
|
5276
|
+
"kind": "method",
|
|
5277
|
+
"name": "_clearDataBindingMapper"
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"kind": "method",
|
|
5281
|
+
"name": "_copyDataBindingMapper"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"kind": "method",
|
|
5285
|
+
"name": "_pasteDataBindingMapper"
|
|
5286
|
+
},
|
|
5287
|
+
{
|
|
5288
|
+
"kind": "method",
|
|
5289
|
+
"name": "_onValueChanged"
|
|
5290
|
+
},
|
|
5291
|
+
{
|
|
5292
|
+
"kind": "method",
|
|
5293
|
+
"name": "_onValueChange",
|
|
5294
|
+
"parameters": [
|
|
5295
|
+
{
|
|
5296
|
+
"name": "e",
|
|
5297
|
+
"type": {
|
|
5298
|
+
"text": "Event"
|
|
5299
|
+
}
|
|
5300
|
+
}
|
|
5301
|
+
],
|
|
5302
|
+
"inheritedFrom": {
|
|
5303
|
+
"name": "AbstractProperty",
|
|
5304
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"kind": "field",
|
|
5309
|
+
"name": "tabContainer"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "method",
|
|
5313
|
+
"name": "_onMappingChanged",
|
|
5314
|
+
"parameters": [
|
|
5315
|
+
{
|
|
5316
|
+
"name": "e",
|
|
5317
|
+
"type": {
|
|
5318
|
+
"text": "CustomEvent"
|
|
5319
|
+
}
|
|
5320
|
+
}
|
|
5321
|
+
]
|
|
5322
|
+
},
|
|
5323
|
+
{
|
|
5324
|
+
"kind": "method",
|
|
5325
|
+
"name": "_onTabScroll"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"kind": "method",
|
|
5329
|
+
"name": "_onTabScrollNavLeft"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"kind": "method",
|
|
5333
|
+
"name": "_onTabScrollNavRight"
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"kind": "method",
|
|
5337
|
+
"name": "_getValueFromEventTarget",
|
|
5338
|
+
"parameters": [
|
|
5339
|
+
{
|
|
5340
|
+
"name": "element",
|
|
5341
|
+
"type": {
|
|
5342
|
+
"text": "HTMLElement"
|
|
5343
|
+
}
|
|
5344
|
+
}
|
|
5345
|
+
],
|
|
5346
|
+
"inheritedFrom": {
|
|
5347
|
+
"name": "AbstractProperty",
|
|
5348
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
4014
5351
|
{
|
|
4015
5352
|
"kind": "method",
|
|
4016
|
-
"name": "
|
|
5353
|
+
"name": "_onAfterValueChange",
|
|
4017
5354
|
"parameters": [
|
|
4018
5355
|
{
|
|
4019
|
-
"name": "
|
|
5356
|
+
"name": "key",
|
|
4020
5357
|
"type": {
|
|
4021
|
-
"text": "
|
|
5358
|
+
"text": "string"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"name": "value",
|
|
5363
|
+
"type": {
|
|
5364
|
+
"text": "any"
|
|
4022
5365
|
}
|
|
4023
5366
|
}
|
|
4024
|
-
]
|
|
5367
|
+
],
|
|
5368
|
+
"inheritedFrom": {
|
|
5369
|
+
"name": "AbstractProperty",
|
|
5370
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5371
|
+
}
|
|
4025
5372
|
}
|
|
4026
5373
|
],
|
|
4027
5374
|
"events": [
|
|
4028
5375
|
{
|
|
4029
|
-
"name": "change",
|
|
5376
|
+
"name": "property-change",
|
|
4030
5377
|
"type": {
|
|
4031
5378
|
"text": "CustomEvent"
|
|
5379
|
+
},
|
|
5380
|
+
"inheritedFrom": {
|
|
5381
|
+
"name": "AbstractProperty",
|
|
5382
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4032
5383
|
}
|
|
4033
5384
|
}
|
|
4034
5385
|
],
|
|
@@ -4043,294 +5394,197 @@
|
|
|
4043
5394
|
{
|
|
4044
5395
|
"name": "scene",
|
|
4045
5396
|
"type": {
|
|
4046
|
-
"text": "Scene"
|
|
5397
|
+
"text": "Scene | undefined"
|
|
4047
5398
|
},
|
|
4048
5399
|
"fieldName": "scene"
|
|
4049
5400
|
}
|
|
4050
5401
|
],
|
|
4051
5402
|
"superclass": {
|
|
4052
|
-
"name": "
|
|
4053
|
-
"
|
|
5403
|
+
"name": "AbstractProperty",
|
|
5404
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
4054
5405
|
},
|
|
4055
|
-
"tagName": "property-
|
|
5406
|
+
"tagName": "property-data-binding",
|
|
4056
5407
|
"customElement": true
|
|
4057
5408
|
}
|
|
4058
5409
|
],
|
|
4059
5410
|
"exports": [
|
|
4060
5411
|
{
|
|
4061
5412
|
"kind": "custom-element-definition",
|
|
4062
|
-
"name": "property-
|
|
5413
|
+
"name": "property-data-binding",
|
|
4063
5414
|
"declaration": {
|
|
4064
|
-
"name": "
|
|
4065
|
-
"module": "src/modeller/property-sidebar/
|
|
5415
|
+
"name": "PropertyDataBinding",
|
|
5416
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
4066
5417
|
}
|
|
4067
5418
|
}
|
|
4068
5419
|
]
|
|
4069
5420
|
},
|
|
4070
5421
|
{
|
|
4071
5422
|
"kind": "javascript-module",
|
|
4072
|
-
"path": "src/modeller/property-sidebar/
|
|
5423
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4073
5424
|
"declarations": [
|
|
4074
5425
|
{
|
|
4075
5426
|
"kind": "class",
|
|
4076
5427
|
"description": "",
|
|
4077
|
-
"name": "
|
|
5428
|
+
"name": "SceneInspector",
|
|
4078
5429
|
"members": [
|
|
4079
5430
|
{
|
|
4080
5431
|
"kind": "field",
|
|
4081
|
-
"name": "
|
|
5432
|
+
"name": "scene",
|
|
4082
5433
|
"type": {
|
|
4083
|
-
"text": "
|
|
5434
|
+
"text": "Scene | undefined"
|
|
4084
5435
|
},
|
|
4085
|
-
"attribute": "
|
|
5436
|
+
"attribute": "scene"
|
|
4086
5437
|
},
|
|
4087
5438
|
{
|
|
4088
5439
|
"kind": "field",
|
|
4089
|
-
"name": "
|
|
5440
|
+
"name": "_extendedMap",
|
|
4090
5441
|
"type": {
|
|
4091
|
-
"text": "
|
|
5442
|
+
"text": "any"
|
|
4092
5443
|
},
|
|
4093
|
-
"
|
|
5444
|
+
"privacy": "private"
|
|
5445
|
+
},
|
|
5446
|
+
{
|
|
5447
|
+
"kind": "field",
|
|
5448
|
+
"name": "show",
|
|
5449
|
+
"type": {
|
|
5450
|
+
"text": "boolean"
|
|
5451
|
+
},
|
|
5452
|
+
"privacy": "private",
|
|
5453
|
+
"default": "false"
|
|
5454
|
+
},
|
|
5455
|
+
{
|
|
5456
|
+
"kind": "field",
|
|
5457
|
+
"name": "sortableConfig",
|
|
5458
|
+
"type": {
|
|
5459
|
+
"text": "Sortable.Options"
|
|
5460
|
+
},
|
|
5461
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
4094
5462
|
},
|
|
4095
5463
|
{
|
|
4096
5464
|
"kind": "method",
|
|
4097
|
-
"name": "
|
|
5465
|
+
"name": "onSort",
|
|
4098
5466
|
"parameters": [
|
|
4099
5467
|
{
|
|
4100
|
-
"name": "
|
|
5468
|
+
"name": "e",
|
|
4101
5469
|
"type": {
|
|
4102
|
-
"text": "
|
|
5470
|
+
"text": "Sortable.SortableEvent"
|
|
4103
5471
|
}
|
|
4104
5472
|
}
|
|
4105
5473
|
]
|
|
4106
5474
|
},
|
|
4107
5475
|
{
|
|
4108
5476
|
"kind": "method",
|
|
4109
|
-
"name": "
|
|
5477
|
+
"name": "_onclick",
|
|
4110
5478
|
"parameters": [
|
|
4111
5479
|
{
|
|
4112
|
-
"name": "
|
|
5480
|
+
"name": "e",
|
|
4113
5481
|
"type": {
|
|
4114
|
-
"text": "
|
|
5482
|
+
"text": "MouseEvent"
|
|
4115
5483
|
}
|
|
4116
5484
|
}
|
|
4117
5485
|
]
|
|
4118
5486
|
},
|
|
4119
5487
|
{
|
|
4120
5488
|
"kind": "method",
|
|
4121
|
-
"name": "
|
|
5489
|
+
"name": "_ondblclick",
|
|
4122
5490
|
"parameters": [
|
|
4123
5491
|
{
|
|
4124
5492
|
"name": "e",
|
|
4125
5493
|
"type": {
|
|
4126
|
-
"text": "
|
|
5494
|
+
"text": "MouseEvent"
|
|
4127
5495
|
}
|
|
4128
5496
|
}
|
|
4129
5497
|
]
|
|
4130
|
-
}
|
|
4131
|
-
],
|
|
4132
|
-
"events": [
|
|
4133
|
-
{
|
|
4134
|
-
"name": "change",
|
|
4135
|
-
"type": {
|
|
4136
|
-
"text": "CustomEvent"
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
],
|
|
4140
|
-
"attributes": [
|
|
4141
|
-
{
|
|
4142
|
-
"name": "value",
|
|
4143
|
-
"type": {
|
|
4144
|
-
"text": "Properties | undefined"
|
|
4145
|
-
},
|
|
4146
|
-
"fieldName": "value"
|
|
4147
|
-
},
|
|
4148
|
-
{
|
|
4149
|
-
"name": "scene",
|
|
4150
|
-
"type": {
|
|
4151
|
-
"text": "Scene | undefined"
|
|
4152
|
-
},
|
|
4153
|
-
"fieldName": "scene"
|
|
4154
|
-
}
|
|
4155
|
-
],
|
|
4156
|
-
"superclass": {
|
|
4157
|
-
"name": "LitElement",
|
|
4158
|
-
"package": "lit"
|
|
4159
|
-
},
|
|
4160
|
-
"tagName": "property-event-hover",
|
|
4161
|
-
"customElement": true
|
|
4162
|
-
}
|
|
4163
|
-
],
|
|
4164
|
-
"exports": [
|
|
4165
|
-
{
|
|
4166
|
-
"kind": "custom-element-definition",
|
|
4167
|
-
"name": "property-event-hover",
|
|
4168
|
-
"declaration": {
|
|
4169
|
-
"name": "PropertyEventHover",
|
|
4170
|
-
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
4171
|
-
}
|
|
4172
|
-
}
|
|
4173
|
-
]
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "javascript-module",
|
|
4177
|
-
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
4178
|
-
"declarations": [
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "class",
|
|
4181
|
-
"description": "",
|
|
4182
|
-
"name": "PropertyEventTap",
|
|
4183
|
-
"members": [
|
|
4184
|
-
{
|
|
4185
|
-
"kind": "field",
|
|
4186
|
-
"name": "value",
|
|
4187
|
-
"type": {
|
|
4188
|
-
"text": "Properties | undefined"
|
|
4189
|
-
},
|
|
4190
|
-
"attribute": "value"
|
|
4191
5498
|
},
|
|
4192
5499
|
{
|
|
4193
5500
|
"kind": "field",
|
|
4194
|
-
"name": "
|
|
4195
|
-
"type": {
|
|
4196
|
-
"text": "Scene | undefined"
|
|
4197
|
-
},
|
|
4198
|
-
"attribute": "scene"
|
|
5501
|
+
"name": "extendedMap"
|
|
4199
5502
|
},
|
|
4200
5503
|
{
|
|
4201
5504
|
"kind": "method",
|
|
4202
|
-
"name": "
|
|
5505
|
+
"name": "getNodeHandleClass",
|
|
4203
5506
|
"parameters": [
|
|
4204
5507
|
{
|
|
4205
|
-
"name": "
|
|
5508
|
+
"name": "component",
|
|
4206
5509
|
"type": {
|
|
4207
|
-
"text": "
|
|
5510
|
+
"text": "Component"
|
|
4208
5511
|
}
|
|
4209
5512
|
}
|
|
4210
5513
|
]
|
|
4211
5514
|
},
|
|
4212
5515
|
{
|
|
4213
5516
|
"kind": "method",
|
|
4214
|
-
"name": "
|
|
5517
|
+
"name": "isExtended",
|
|
4215
5518
|
"parameters": [
|
|
4216
5519
|
{
|
|
4217
|
-
"name": "
|
|
5520
|
+
"name": "component",
|
|
4218
5521
|
"type": {
|
|
4219
|
-
"text": "
|
|
5522
|
+
"text": "Component"
|
|
4220
5523
|
}
|
|
4221
5524
|
}
|
|
4222
5525
|
]
|
|
4223
5526
|
},
|
|
4224
5527
|
{
|
|
4225
5528
|
"kind": "method",
|
|
4226
|
-
"name": "
|
|
5529
|
+
"name": "toggleExtended",
|
|
4227
5530
|
"parameters": [
|
|
4228
5531
|
{
|
|
4229
|
-
"name": "
|
|
5532
|
+
"name": "component",
|
|
4230
5533
|
"type": {
|
|
4231
|
-
"text": "
|
|
5534
|
+
"text": "Component"
|
|
4232
5535
|
}
|
|
4233
5536
|
}
|
|
4234
5537
|
]
|
|
4235
|
-
}
|
|
4236
|
-
],
|
|
4237
|
-
"events": [
|
|
4238
|
-
{
|
|
4239
|
-
"name": "change",
|
|
4240
|
-
"type": {
|
|
4241
|
-
"text": "CustomEvent"
|
|
4242
|
-
}
|
|
4243
|
-
}
|
|
4244
|
-
],
|
|
4245
|
-
"attributes": [
|
|
4246
|
-
{
|
|
4247
|
-
"name": "value",
|
|
4248
|
-
"type": {
|
|
4249
|
-
"text": "Properties | undefined"
|
|
4250
|
-
},
|
|
4251
|
-
"fieldName": "value"
|
|
4252
5538
|
},
|
|
4253
5539
|
{
|
|
4254
|
-
"
|
|
4255
|
-
"
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
},
|
|
4265
|
-
"tagName": "property-event-tap",
|
|
4266
|
-
"customElement": true
|
|
4267
|
-
}
|
|
4268
|
-
],
|
|
4269
|
-
"exports": [
|
|
4270
|
-
{
|
|
4271
|
-
"kind": "custom-element-definition",
|
|
4272
|
-
"name": "property-event-tap",
|
|
4273
|
-
"declaration": {
|
|
4274
|
-
"name": "PropertyEventTap",
|
|
4275
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
4276
|
-
}
|
|
4277
|
-
}
|
|
4278
|
-
]
|
|
4279
|
-
},
|
|
4280
|
-
{
|
|
4281
|
-
"kind": "javascript-module",
|
|
4282
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
4283
|
-
"declarations": [
|
|
4284
|
-
{
|
|
4285
|
-
"kind": "class",
|
|
4286
|
-
"description": "",
|
|
4287
|
-
"name": "PropertyEvent",
|
|
4288
|
-
"members": [
|
|
4289
|
-
{
|
|
4290
|
-
"kind": "field",
|
|
4291
|
-
"name": "value",
|
|
4292
|
-
"type": {
|
|
4293
|
-
"text": "Properties | undefined"
|
|
4294
|
-
},
|
|
4295
|
-
"attribute": "value"
|
|
5540
|
+
"kind": "method",
|
|
5541
|
+
"name": "toggleHidden",
|
|
5542
|
+
"parameters": [
|
|
5543
|
+
{
|
|
5544
|
+
"name": "component",
|
|
5545
|
+
"type": {
|
|
5546
|
+
"text": "Component"
|
|
5547
|
+
}
|
|
5548
|
+
}
|
|
5549
|
+
]
|
|
4296
5550
|
},
|
|
4297
5551
|
{
|
|
4298
|
-
"kind": "
|
|
4299
|
-
"name": "
|
|
4300
|
-
"
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
5552
|
+
"kind": "method",
|
|
5553
|
+
"name": "selectComponent",
|
|
5554
|
+
"parameters": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "component",
|
|
5557
|
+
"type": {
|
|
5558
|
+
"text": "Component"
|
|
5559
|
+
}
|
|
5560
|
+
}
|
|
5561
|
+
]
|
|
4304
5562
|
},
|
|
4305
5563
|
{
|
|
4306
5564
|
"kind": "method",
|
|
4307
|
-
"name": "
|
|
5565
|
+
"name": "renderComponent",
|
|
5566
|
+
"return": {
|
|
5567
|
+
"type": {
|
|
5568
|
+
"text": "TemplateResult"
|
|
5569
|
+
}
|
|
5570
|
+
},
|
|
4308
5571
|
"parameters": [
|
|
4309
5572
|
{
|
|
4310
|
-
"name": "
|
|
5573
|
+
"name": "component",
|
|
4311
5574
|
"type": {
|
|
4312
|
-
"text": "
|
|
5575
|
+
"text": "Component"
|
|
5576
|
+
}
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
"name": "depth",
|
|
5580
|
+
"type": {
|
|
5581
|
+
"text": "number"
|
|
4313
5582
|
}
|
|
4314
5583
|
}
|
|
4315
5584
|
]
|
|
4316
5585
|
}
|
|
4317
5586
|
],
|
|
4318
|
-
"events": [
|
|
4319
|
-
{
|
|
4320
|
-
"name": "change",
|
|
4321
|
-
"type": {
|
|
4322
|
-
"text": "CustomEvent"
|
|
4323
|
-
}
|
|
4324
|
-
}
|
|
4325
|
-
],
|
|
4326
5587
|
"attributes": [
|
|
4327
|
-
{
|
|
4328
|
-
"name": "value",
|
|
4329
|
-
"type": {
|
|
4330
|
-
"text": "Properties | undefined"
|
|
4331
|
-
},
|
|
4332
|
-
"fieldName": "value"
|
|
4333
|
-
},
|
|
4334
5588
|
{
|
|
4335
5589
|
"name": "scene",
|
|
4336
5590
|
"type": {
|
|
@@ -4343,29 +5597,58 @@
|
|
|
4343
5597
|
"name": "LitElement",
|
|
4344
5598
|
"package": "lit"
|
|
4345
5599
|
},
|
|
4346
|
-
"tagName": "
|
|
5600
|
+
"tagName": "scene-inspector",
|
|
4347
5601
|
"customElement": true
|
|
4348
5602
|
}
|
|
4349
5603
|
],
|
|
4350
5604
|
"exports": [
|
|
5605
|
+
{
|
|
5606
|
+
"kind": "js",
|
|
5607
|
+
"name": "default",
|
|
5608
|
+
"declaration": {
|
|
5609
|
+
"name": "SceneInspector",
|
|
5610
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
4351
5613
|
{
|
|
4352
5614
|
"kind": "custom-element-definition",
|
|
4353
|
-
"name": "
|
|
5615
|
+
"name": "scene-inspector",
|
|
4354
5616
|
"declaration": {
|
|
4355
|
-
"name": "
|
|
4356
|
-
"module": "src/modeller/property-sidebar/
|
|
5617
|
+
"name": "SceneInspector",
|
|
5618
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
4357
5619
|
}
|
|
4358
5620
|
}
|
|
4359
5621
|
]
|
|
4360
5622
|
},
|
|
4361
5623
|
{
|
|
4362
5624
|
"kind": "javascript-module",
|
|
4363
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
5625
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5626
|
+
"declarations": [
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "variable",
|
|
5629
|
+
"name": "EffectsSharedStyle",
|
|
5630
|
+
"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 things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n things-editor-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\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`"
|
|
5631
|
+
}
|
|
5632
|
+
],
|
|
5633
|
+
"exports": [
|
|
5634
|
+
{
|
|
5635
|
+
"kind": "js",
|
|
5636
|
+
"name": "EffectsSharedStyle",
|
|
5637
|
+
"declaration": {
|
|
5638
|
+
"name": "EffectsSharedStyle",
|
|
5639
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5640
|
+
}
|
|
5641
|
+
}
|
|
5642
|
+
]
|
|
5643
|
+
},
|
|
5644
|
+
{
|
|
5645
|
+
"kind": "javascript-module",
|
|
5646
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4364
5647
|
"declarations": [
|
|
4365
5648
|
{
|
|
4366
5649
|
"kind": "class",
|
|
4367
|
-
"description": "
|
|
4368
|
-
"name": "
|
|
5650
|
+
"description": "",
|
|
5651
|
+
"name": "PropertyEffects",
|
|
4369
5652
|
"members": [
|
|
4370
5653
|
{
|
|
4371
5654
|
"kind": "field",
|
|
@@ -4375,6 +5658,14 @@
|
|
|
4375
5658
|
},
|
|
4376
5659
|
"attribute": "value"
|
|
4377
5660
|
},
|
|
5661
|
+
{
|
|
5662
|
+
"kind": "field",
|
|
5663
|
+
"name": "scene",
|
|
5664
|
+
"type": {
|
|
5665
|
+
"text": "Scene | undefined"
|
|
5666
|
+
},
|
|
5667
|
+
"attribute": "scene"
|
|
5668
|
+
},
|
|
4378
5669
|
{
|
|
4379
5670
|
"kind": "method",
|
|
4380
5671
|
"name": "_onValueChange",
|
|
@@ -4385,14 +5676,48 @@
|
|
|
4385
5676
|
"text": "Event"
|
|
4386
5677
|
}
|
|
4387
5678
|
}
|
|
4388
|
-
]
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
5679
|
+
],
|
|
5680
|
+
"inheritedFrom": {
|
|
5681
|
+
"name": "AbstractProperty",
|
|
5682
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5683
|
+
}
|
|
5684
|
+
},
|
|
4392
5685
|
{
|
|
4393
|
-
"
|
|
4394
|
-
"
|
|
4395
|
-
|
|
5686
|
+
"kind": "method",
|
|
5687
|
+
"name": "_getValueFromEventTarget",
|
|
5688
|
+
"parameters": [
|
|
5689
|
+
{
|
|
5690
|
+
"name": "element",
|
|
5691
|
+
"type": {
|
|
5692
|
+
"text": "HTMLElement"
|
|
5693
|
+
}
|
|
5694
|
+
}
|
|
5695
|
+
],
|
|
5696
|
+
"inheritedFrom": {
|
|
5697
|
+
"name": "AbstractProperty",
|
|
5698
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5699
|
+
}
|
|
5700
|
+
},
|
|
5701
|
+
{
|
|
5702
|
+
"kind": "method",
|
|
5703
|
+
"name": "_onAfterValueChange",
|
|
5704
|
+
"parameters": [
|
|
5705
|
+
{
|
|
5706
|
+
"name": "key",
|
|
5707
|
+
"type": {
|
|
5708
|
+
"text": "string"
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5711
|
+
{
|
|
5712
|
+
"name": "value",
|
|
5713
|
+
"type": {
|
|
5714
|
+
"text": "any"
|
|
5715
|
+
}
|
|
5716
|
+
}
|
|
5717
|
+
],
|
|
5718
|
+
"inheritedFrom": {
|
|
5719
|
+
"name": "AbstractProperty",
|
|
5720
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4396
5721
|
}
|
|
4397
5722
|
}
|
|
4398
5723
|
],
|
|
@@ -4403,47 +5728,30 @@
|
|
|
4403
5728
|
"text": "Properties | undefined"
|
|
4404
5729
|
},
|
|
4405
5730
|
"fieldName": "value"
|
|
5731
|
+
},
|
|
5732
|
+
{
|
|
5733
|
+
"name": "scene",
|
|
5734
|
+
"type": {
|
|
5735
|
+
"text": "Scene | undefined"
|
|
5736
|
+
},
|
|
5737
|
+
"fieldName": "scene"
|
|
4406
5738
|
}
|
|
4407
5739
|
],
|
|
4408
5740
|
"superclass": {
|
|
4409
|
-
"name": "
|
|
4410
|
-
"
|
|
5741
|
+
"name": "AbstractProperty",
|
|
5742
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
4411
5743
|
},
|
|
4412
|
-
"tagName": "property-
|
|
4413
|
-
"customElement": true
|
|
4414
|
-
|
|
4415
|
-
],
|
|
4416
|
-
"exports": [
|
|
4417
|
-
{
|
|
4418
|
-
"kind": "js",
|
|
4419
|
-
"name": "default",
|
|
4420
|
-
"declaration": {
|
|
4421
|
-
"name": "PropertyShadow",
|
|
4422
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
4423
|
-
}
|
|
4424
|
-
},
|
|
4425
|
-
{
|
|
4426
|
-
"kind": "custom-element-definition",
|
|
4427
|
-
"name": "property-shadow",
|
|
4428
|
-
"declaration": {
|
|
4429
|
-
"name": "PropertyShadow",
|
|
4430
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
4431
|
-
}
|
|
4432
|
-
}
|
|
4433
|
-
]
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"kind": "javascript-module",
|
|
4437
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
4438
|
-
"declarations": [
|
|
4439
|
-
{
|
|
4440
|
-
"kind": "function",
|
|
4441
|
-
"name": "convert",
|
|
4442
|
-
"parameters": [
|
|
5744
|
+
"tagName": "property-effect",
|
|
5745
|
+
"customElement": true,
|
|
5746
|
+
"events": [
|
|
4443
5747
|
{
|
|
4444
|
-
"name": "
|
|
5748
|
+
"name": "property-change",
|
|
4445
5749
|
"type": {
|
|
4446
|
-
"text": "
|
|
5750
|
+
"text": "CustomEvent"
|
|
5751
|
+
},
|
|
5752
|
+
"inheritedFrom": {
|
|
5753
|
+
"name": "AbstractProperty",
|
|
5754
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4447
5755
|
}
|
|
4448
5756
|
}
|
|
4449
5757
|
]
|
|
@@ -4451,120 +5759,43 @@
|
|
|
4451
5759
|
],
|
|
4452
5760
|
"exports": [
|
|
4453
5761
|
{
|
|
4454
|
-
"kind": "
|
|
4455
|
-
"name": "
|
|
5762
|
+
"kind": "custom-element-definition",
|
|
5763
|
+
"name": "property-effect",
|
|
4456
5764
|
"declaration": {
|
|
4457
|
-
"name": "
|
|
4458
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5765
|
+
"name": "PropertyEffects",
|
|
5766
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
4459
5767
|
}
|
|
4460
5768
|
}
|
|
4461
5769
|
]
|
|
4462
5770
|
},
|
|
4463
5771
|
{
|
|
4464
5772
|
"kind": "javascript-module",
|
|
4465
|
-
"path": "src/modeller/property-sidebar/
|
|
5773
|
+
"path": "src/modeller/property-sidebar/effects/property-animation.ts",
|
|
4466
5774
|
"declarations": [
|
|
4467
|
-
{
|
|
4468
|
-
"kind": "class",
|
|
4469
|
-
"description": "
|
|
4470
|
-
"name": "
|
|
4471
|
-
"members": [
|
|
4472
|
-
{
|
|
4473
|
-
"kind": "field",
|
|
4474
|
-
"name": "mapping",
|
|
4475
|
-
"type": {
|
|
4476
|
-
"text": "Mapping"
|
|
4477
|
-
},
|
|
4478
|
-
"default": "{\n rule: 'value'\n }",
|
|
4479
|
-
"attribute": "mapping"
|
|
4480
|
-
},
|
|
4481
|
-
{
|
|
4482
|
-
"kind": "field",
|
|
4483
|
-
"name": "rule",
|
|
4484
|
-
"type": {
|
|
4485
|
-
"text": "Rule"
|
|
4486
|
-
},
|
|
4487
|
-
"default": "{}",
|
|
4488
|
-
"attribute": "rule"
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"kind": "field",
|
|
4492
|
-
"name": "scene",
|
|
4493
|
-
"type": {
|
|
4494
|
-
"text": "Scene | undefined"
|
|
4495
|
-
},
|
|
4496
|
-
"attribute": "scene"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"kind": "field",
|
|
4500
|
-
"name": "_valueTypes",
|
|
4501
|
-
"type": {
|
|
4502
|
-
"text": "any"
|
|
4503
|
-
},
|
|
4504
|
-
"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: 'object',\n location: 'object',\n dimension: 'object',\n\n text: 'string',\n ref: 'string'\n }"
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"kind": "field",
|
|
4508
|
-
"name": "_componentIds",
|
|
4509
|
-
"type": {
|
|
4510
|
-
"text": "any[]"
|
|
4511
|
-
},
|
|
4512
|
-
"default": "[]"
|
|
4513
|
-
},
|
|
4514
|
-
{
|
|
4515
|
-
"kind": "field",
|
|
4516
|
-
"name": "editor",
|
|
4517
|
-
"type": {
|
|
4518
|
-
"text": "HTMLInputElement"
|
|
4519
|
-
}
|
|
4520
|
-
},
|
|
5775
|
+
{
|
|
5776
|
+
"kind": "class",
|
|
5777
|
+
"description": "컴포넌트의 animation 속성을 편집하는 element\n\nExample:\n\n <property-animation .value=${animation}>\n </property-animation>",
|
|
5778
|
+
"name": "PropertyAnimation",
|
|
5779
|
+
"members": [
|
|
4521
5780
|
{
|
|
4522
5781
|
"kind": "field",
|
|
4523
|
-
"name": "
|
|
5782
|
+
"name": "value",
|
|
4524
5783
|
"type": {
|
|
4525
|
-
"text": "
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
|
-
{
|
|
4529
|
-
"kind": "method",
|
|
4530
|
-
"name": "_valuetype",
|
|
4531
|
-
"parameters": [
|
|
4532
|
-
{
|
|
4533
|
-
"name": "property",
|
|
4534
|
-
"type": {
|
|
4535
|
-
"text": "string"
|
|
4536
|
-
}
|
|
4537
|
-
}
|
|
4538
|
-
]
|
|
5784
|
+
"text": "Properties | undefined"
|
|
5785
|
+
},
|
|
5786
|
+
"attribute": "value"
|
|
4539
5787
|
},
|
|
4540
5788
|
{
|
|
4541
5789
|
"kind": "field",
|
|
4542
|
-
"name": "
|
|
5790
|
+
"name": "scene",
|
|
4543
5791
|
"type": {
|
|
4544
|
-
"text": "
|
|
5792
|
+
"text": "Scene | undefined"
|
|
4545
5793
|
},
|
|
4546
|
-
"
|
|
4547
|
-
"default": "false"
|
|
4548
|
-
},
|
|
4549
|
-
{
|
|
4550
|
-
"kind": "method",
|
|
4551
|
-
"name": "_onChangedMapping"
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
"kind": "method",
|
|
4555
|
-
"name": "_onChangeRule",
|
|
4556
|
-
"parameters": [
|
|
4557
|
-
{
|
|
4558
|
-
"name": "e",
|
|
4559
|
-
"type": {
|
|
4560
|
-
"text": "Event"
|
|
4561
|
-
}
|
|
4562
|
-
}
|
|
4563
|
-
]
|
|
5794
|
+
"attribute": "scene"
|
|
4564
5795
|
},
|
|
4565
5796
|
{
|
|
4566
5797
|
"kind": "method",
|
|
4567
|
-
"name": "
|
|
5798
|
+
"name": "_onValueChange",
|
|
4568
5799
|
"parameters": [
|
|
4569
5800
|
{
|
|
4570
5801
|
"name": "e",
|
|
@@ -4577,7 +5808,7 @@
|
|
|
4577
5808
|
],
|
|
4578
5809
|
"events": [
|
|
4579
5810
|
{
|
|
4580
|
-
"name": "
|
|
5811
|
+
"name": "change",
|
|
4581
5812
|
"type": {
|
|
4582
5813
|
"text": "CustomEvent"
|
|
4583
5814
|
}
|
|
@@ -4585,28 +5816,11 @@
|
|
|
4585
5816
|
],
|
|
4586
5817
|
"attributes": [
|
|
4587
5818
|
{
|
|
4588
|
-
"name": "
|
|
4589
|
-
"type": {
|
|
4590
|
-
"text": "Mapping"
|
|
4591
|
-
},
|
|
4592
|
-
"default": "{\n rule: 'value'\n }",
|
|
4593
|
-
"fieldName": "mapping"
|
|
4594
|
-
},
|
|
4595
|
-
{
|
|
4596
|
-
"name": "rule",
|
|
4597
|
-
"type": {
|
|
4598
|
-
"text": "Rule"
|
|
4599
|
-
},
|
|
4600
|
-
"default": "{}",
|
|
4601
|
-
"fieldName": "rule"
|
|
4602
|
-
},
|
|
4603
|
-
{
|
|
4604
|
-
"name": "properties",
|
|
5819
|
+
"name": "value",
|
|
4605
5820
|
"type": {
|
|
4606
|
-
"text": "Properties
|
|
5821
|
+
"text": "Properties | undefined"
|
|
4607
5822
|
},
|
|
4608
|
-
"
|
|
4609
|
-
"fieldName": "properties"
|
|
5823
|
+
"fieldName": "value"
|
|
4610
5824
|
},
|
|
4611
5825
|
{
|
|
4612
5826
|
"name": "scene",
|
|
@@ -4620,7 +5834,7 @@
|
|
|
4620
5834
|
"name": "LitElement",
|
|
4621
5835
|
"package": "lit"
|
|
4622
5836
|
},
|
|
4623
|
-
"tagName": "
|
|
5837
|
+
"tagName": "property-animation",
|
|
4624
5838
|
"customElement": true
|
|
4625
5839
|
}
|
|
4626
5840
|
],
|
|
@@ -4629,28 +5843,28 @@
|
|
|
4629
5843
|
"kind": "js",
|
|
4630
5844
|
"name": "default",
|
|
4631
5845
|
"declaration": {
|
|
4632
|
-
"name": "
|
|
4633
|
-
"module": "src/modeller/property-sidebar/
|
|
5846
|
+
"name": "PropertyAnimation",
|
|
5847
|
+
"module": "src/modeller/property-sidebar/effects/property-animation.ts"
|
|
4634
5848
|
}
|
|
4635
5849
|
},
|
|
4636
5850
|
{
|
|
4637
5851
|
"kind": "custom-element-definition",
|
|
4638
|
-
"name": "
|
|
5852
|
+
"name": "property-animation",
|
|
4639
5853
|
"declaration": {
|
|
4640
|
-
"name": "
|
|
4641
|
-
"module": "src/modeller/property-sidebar/
|
|
5854
|
+
"name": "PropertyAnimation",
|
|
5855
|
+
"module": "src/modeller/property-sidebar/effects/property-animation.ts"
|
|
4642
5856
|
}
|
|
4643
5857
|
}
|
|
4644
5858
|
]
|
|
4645
5859
|
},
|
|
4646
5860
|
{
|
|
4647
5861
|
"kind": "javascript-module",
|
|
4648
|
-
"path": "src/modeller/property-sidebar/
|
|
5862
|
+
"path": "src/modeller/property-sidebar/effects/property-animations.ts",
|
|
4649
5863
|
"declarations": [
|
|
4650
5864
|
{
|
|
4651
5865
|
"kind": "class",
|
|
4652
5866
|
"description": "",
|
|
4653
|
-
"name": "
|
|
5867
|
+
"name": "PropertyAnimations",
|
|
4654
5868
|
"members": [
|
|
4655
5869
|
{
|
|
4656
5870
|
"kind": "field",
|
|
@@ -4664,187 +5878,141 @@
|
|
|
4664
5878
|
"kind": "field",
|
|
4665
5879
|
"name": "scene",
|
|
4666
5880
|
"type": {
|
|
4667
|
-
"text": "Scene
|
|
5881
|
+
"text": "Scene"
|
|
4668
5882
|
},
|
|
4669
5883
|
"attribute": "scene"
|
|
4670
5884
|
},
|
|
4671
5885
|
{
|
|
4672
5886
|
"kind": "field",
|
|
4673
|
-
"name": "
|
|
4674
|
-
"type": {
|
|
4675
|
-
"text": "number"
|
|
4676
|
-
},
|
|
4677
|
-
"default": "0"
|
|
4678
|
-
},
|
|
4679
|
-
{
|
|
4680
|
-
"kind": "field",
|
|
4681
|
-
"name": "_afterRender",
|
|
4682
|
-
"type": {
|
|
4683
|
-
"text": "Function | null | undefined"
|
|
4684
|
-
}
|
|
4685
|
-
},
|
|
4686
|
-
{
|
|
4687
|
-
"kind": "field",
|
|
4688
|
-
"name": "_dataExpanded",
|
|
5887
|
+
"name": "_expanded",
|
|
4689
5888
|
"type": {
|
|
4690
5889
|
"text": "boolean"
|
|
4691
5890
|
},
|
|
4692
5891
|
"default": "false"
|
|
4693
5892
|
},
|
|
4694
|
-
{
|
|
4695
|
-
"kind": "field",
|
|
4696
|
-
"name": "tabs",
|
|
4697
|
-
"type": {
|
|
4698
|
-
"text": "HTMLElement"
|
|
4699
|
-
}
|
|
4700
|
-
},
|
|
4701
|
-
{
|
|
4702
|
-
"kind": "field",
|
|
4703
|
-
"name": "tabNavLeftButton",
|
|
4704
|
-
"type": {
|
|
4705
|
-
"text": "HTMLElement"
|
|
4706
|
-
}
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"kind": "field",
|
|
4710
|
-
"name": "tabNavRightButton",
|
|
4711
|
-
"type": {
|
|
4712
|
-
"text": "HTMLElement"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
{
|
|
4716
|
-
"kind": "field",
|
|
4717
|
-
"name": "mapping",
|
|
4718
|
-
"type": {
|
|
4719
|
-
"text": "Properties"
|
|
4720
|
-
},
|
|
4721
|
-
"privacy": "private",
|
|
4722
|
-
"default": "{}"
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"kind": "field",
|
|
4726
|
-
"name": "mappings"
|
|
4727
|
-
},
|
|
4728
5893
|
{
|
|
4729
5894
|
"kind": "method",
|
|
4730
|
-
"name": "
|
|
5895
|
+
"name": "_onValueChange",
|
|
4731
5896
|
"parameters": [
|
|
4732
5897
|
{
|
|
4733
|
-
"name": "
|
|
5898
|
+
"name": "e",
|
|
4734
5899
|
"type": {
|
|
4735
|
-
"text": "
|
|
5900
|
+
"text": "Event"
|
|
4736
5901
|
}
|
|
4737
5902
|
}
|
|
4738
5903
|
]
|
|
4739
|
-
}
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
"name": "_clearDataBindingMapper"
|
|
4743
|
-
},
|
|
5904
|
+
}
|
|
5905
|
+
],
|
|
5906
|
+
"events": [
|
|
4744
5907
|
{
|
|
4745
|
-
"
|
|
4746
|
-
"
|
|
4747
|
-
|
|
5908
|
+
"name": "change",
|
|
5909
|
+
"type": {
|
|
5910
|
+
"text": "CustomEvent"
|
|
5911
|
+
}
|
|
5912
|
+
}
|
|
5913
|
+
],
|
|
5914
|
+
"attributes": [
|
|
4748
5915
|
{
|
|
4749
|
-
"
|
|
4750
|
-
"
|
|
5916
|
+
"name": "value",
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "Properties | undefined"
|
|
5919
|
+
},
|
|
5920
|
+
"fieldName": "value"
|
|
4751
5921
|
},
|
|
4752
5922
|
{
|
|
4753
|
-
"
|
|
4754
|
-
"
|
|
4755
|
-
|
|
5923
|
+
"name": "scene",
|
|
5924
|
+
"type": {
|
|
5925
|
+
"text": "Scene"
|
|
5926
|
+
},
|
|
5927
|
+
"fieldName": "scene"
|
|
5928
|
+
}
|
|
5929
|
+
],
|
|
5930
|
+
"superclass": {
|
|
5931
|
+
"name": "LitElement",
|
|
5932
|
+
"package": "lit"
|
|
5933
|
+
},
|
|
5934
|
+
"tagName": "property-animations",
|
|
5935
|
+
"customElement": true
|
|
5936
|
+
}
|
|
5937
|
+
],
|
|
5938
|
+
"exports": [
|
|
5939
|
+
{
|
|
5940
|
+
"kind": "custom-element-definition",
|
|
5941
|
+
"name": "property-animations",
|
|
5942
|
+
"declaration": {
|
|
5943
|
+
"name": "PropertyAnimations",
|
|
5944
|
+
"module": "src/modeller/property-sidebar/effects/property-animations.ts"
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
]
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"kind": "javascript-module",
|
|
5951
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5952
|
+
"declarations": [
|
|
5953
|
+
{
|
|
5954
|
+
"kind": "class",
|
|
5955
|
+
"description": "",
|
|
5956
|
+
"name": "PropertyEventHover",
|
|
5957
|
+
"members": [
|
|
4756
5958
|
{
|
|
4757
|
-
"kind": "
|
|
4758
|
-
"name": "
|
|
4759
|
-
"
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
"text": "Event"
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
],
|
|
4767
|
-
"inheritedFrom": {
|
|
4768
|
-
"name": "AbstractProperty",
|
|
4769
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4770
|
-
}
|
|
5959
|
+
"kind": "field",
|
|
5960
|
+
"name": "value",
|
|
5961
|
+
"type": {
|
|
5962
|
+
"text": "Properties | undefined"
|
|
5963
|
+
},
|
|
5964
|
+
"attribute": "value"
|
|
4771
5965
|
},
|
|
4772
5966
|
{
|
|
4773
5967
|
"kind": "field",
|
|
4774
|
-
"name": "
|
|
5968
|
+
"name": "scene",
|
|
5969
|
+
"type": {
|
|
5970
|
+
"text": "Scene | undefined"
|
|
5971
|
+
},
|
|
5972
|
+
"attribute": "scene"
|
|
4775
5973
|
},
|
|
4776
5974
|
{
|
|
4777
5975
|
"kind": "method",
|
|
4778
|
-
"name": "
|
|
5976
|
+
"name": "_getPlaceHoder",
|
|
4779
5977
|
"parameters": [
|
|
4780
5978
|
{
|
|
4781
|
-
"name": "
|
|
5979
|
+
"name": "action",
|
|
4782
5980
|
"type": {
|
|
4783
|
-
"text": "
|
|
5981
|
+
"text": "string"
|
|
4784
5982
|
}
|
|
4785
5983
|
}
|
|
4786
5984
|
]
|
|
4787
5985
|
},
|
|
4788
5986
|
{
|
|
4789
5987
|
"kind": "method",
|
|
4790
|
-
"name": "
|
|
4791
|
-
},
|
|
4792
|
-
{
|
|
4793
|
-
"kind": "method",
|
|
4794
|
-
"name": "_onTabScrollNavLeft"
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"kind": "method",
|
|
4798
|
-
"name": "_onTabScrollNavRight"
|
|
4799
|
-
},
|
|
4800
|
-
{
|
|
4801
|
-
"kind": "method",
|
|
4802
|
-
"name": "_getValueFromEventTarget",
|
|
5988
|
+
"name": "_getTargetList",
|
|
4803
5989
|
"parameters": [
|
|
4804
5990
|
{
|
|
4805
|
-
"name": "
|
|
5991
|
+
"name": "action",
|
|
4806
5992
|
"type": {
|
|
4807
|
-
"text": "
|
|
5993
|
+
"text": "string"
|
|
4808
5994
|
}
|
|
4809
5995
|
}
|
|
4810
|
-
]
|
|
4811
|
-
"inheritedFrom": {
|
|
4812
|
-
"name": "AbstractProperty",
|
|
4813
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4814
|
-
}
|
|
5996
|
+
]
|
|
4815
5997
|
},
|
|
4816
5998
|
{
|
|
4817
5999
|
"kind": "method",
|
|
4818
|
-
"name": "
|
|
6000
|
+
"name": "_onValueChange",
|
|
4819
6001
|
"parameters": [
|
|
4820
6002
|
{
|
|
4821
|
-
"name": "
|
|
4822
|
-
"type": {
|
|
4823
|
-
"text": "string"
|
|
4824
|
-
}
|
|
4825
|
-
},
|
|
4826
|
-
{
|
|
4827
|
-
"name": "value",
|
|
6003
|
+
"name": "e",
|
|
4828
6004
|
"type": {
|
|
4829
|
-
"text": "
|
|
6005
|
+
"text": "Event"
|
|
4830
6006
|
}
|
|
4831
6007
|
}
|
|
4832
|
-
]
|
|
4833
|
-
"inheritedFrom": {
|
|
4834
|
-
"name": "AbstractProperty",
|
|
4835
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4836
|
-
}
|
|
6008
|
+
]
|
|
4837
6009
|
}
|
|
4838
6010
|
],
|
|
4839
6011
|
"events": [
|
|
4840
6012
|
{
|
|
4841
|
-
"name": "
|
|
6013
|
+
"name": "change",
|
|
4842
6014
|
"type": {
|
|
4843
6015
|
"text": "CustomEvent"
|
|
4844
|
-
},
|
|
4845
|
-
"inheritedFrom": {
|
|
4846
|
-
"name": "AbstractProperty",
|
|
4847
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4848
6016
|
}
|
|
4849
6017
|
}
|
|
4850
6018
|
],
|
|
@@ -4865,204 +6033,262 @@
|
|
|
4865
6033
|
}
|
|
4866
6034
|
],
|
|
4867
6035
|
"superclass": {
|
|
4868
|
-
"name": "
|
|
4869
|
-
"
|
|
6036
|
+
"name": "LitElement",
|
|
6037
|
+
"package": "lit"
|
|
4870
6038
|
},
|
|
4871
|
-
"tagName": "property-
|
|
6039
|
+
"tagName": "property-event-hover",
|
|
4872
6040
|
"customElement": true
|
|
4873
6041
|
}
|
|
4874
6042
|
],
|
|
4875
6043
|
"exports": [
|
|
4876
6044
|
{
|
|
4877
6045
|
"kind": "custom-element-definition",
|
|
4878
|
-
"name": "property-
|
|
6046
|
+
"name": "property-event-hover",
|
|
4879
6047
|
"declaration": {
|
|
4880
|
-
"name": "
|
|
4881
|
-
"module": "src/modeller/property-sidebar/
|
|
6048
|
+
"name": "PropertyEventHover",
|
|
6049
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
4882
6050
|
}
|
|
4883
6051
|
}
|
|
4884
6052
|
]
|
|
4885
6053
|
},
|
|
4886
6054
|
{
|
|
4887
6055
|
"kind": "javascript-module",
|
|
4888
|
-
"path": "src/modeller/property-sidebar/
|
|
6056
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
4889
6057
|
"declarations": [
|
|
4890
6058
|
{
|
|
4891
6059
|
"kind": "class",
|
|
4892
6060
|
"description": "",
|
|
4893
|
-
"name": "
|
|
6061
|
+
"name": "PropertyEventTap",
|
|
4894
6062
|
"members": [
|
|
4895
6063
|
{
|
|
4896
6064
|
"kind": "field",
|
|
4897
|
-
"name": "
|
|
4898
|
-
"type": {
|
|
4899
|
-
"text": "Scene | undefined"
|
|
4900
|
-
},
|
|
4901
|
-
"attribute": "scene"
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"kind": "field",
|
|
4905
|
-
"name": "_extendedMap",
|
|
4906
|
-
"type": {
|
|
4907
|
-
"text": "any"
|
|
4908
|
-
},
|
|
4909
|
-
"privacy": "private"
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
"kind": "field",
|
|
4913
|
-
"name": "show",
|
|
6065
|
+
"name": "value",
|
|
4914
6066
|
"type": {
|
|
4915
|
-
"text": "
|
|
6067
|
+
"text": "Properties | undefined"
|
|
4916
6068
|
},
|
|
4917
|
-
"
|
|
4918
|
-
"default": "false"
|
|
6069
|
+
"attribute": "value"
|
|
4919
6070
|
},
|
|
4920
6071
|
{
|
|
4921
6072
|
"kind": "field",
|
|
4922
|
-
"name": "
|
|
6073
|
+
"name": "scene",
|
|
4923
6074
|
"type": {
|
|
4924
|
-
"text": "
|
|
6075
|
+
"text": "Scene | undefined"
|
|
4925
6076
|
},
|
|
4926
|
-
"
|
|
6077
|
+
"attribute": "scene"
|
|
4927
6078
|
},
|
|
4928
6079
|
{
|
|
4929
6080
|
"kind": "method",
|
|
4930
|
-
"name": "
|
|
6081
|
+
"name": "_getPlaceHoder",
|
|
4931
6082
|
"parameters": [
|
|
4932
6083
|
{
|
|
4933
|
-
"name": "
|
|
6084
|
+
"name": "action",
|
|
4934
6085
|
"type": {
|
|
4935
|
-
"text": "
|
|
6086
|
+
"text": "string"
|
|
4936
6087
|
}
|
|
4937
6088
|
}
|
|
4938
6089
|
]
|
|
4939
6090
|
},
|
|
4940
6091
|
{
|
|
4941
6092
|
"kind": "method",
|
|
4942
|
-
"name": "
|
|
6093
|
+
"name": "_getTargetList",
|
|
4943
6094
|
"parameters": [
|
|
4944
6095
|
{
|
|
4945
|
-
"name": "
|
|
6096
|
+
"name": "action",
|
|
4946
6097
|
"type": {
|
|
4947
|
-
"text": "
|
|
6098
|
+
"text": "string"
|
|
4948
6099
|
}
|
|
4949
6100
|
}
|
|
4950
6101
|
]
|
|
4951
6102
|
},
|
|
4952
6103
|
{
|
|
4953
6104
|
"kind": "method",
|
|
4954
|
-
"name": "
|
|
6105
|
+
"name": "_onValueChange",
|
|
4955
6106
|
"parameters": [
|
|
4956
6107
|
{
|
|
4957
6108
|
"name": "e",
|
|
4958
6109
|
"type": {
|
|
4959
|
-
"text": "
|
|
6110
|
+
"text": "Event"
|
|
4960
6111
|
}
|
|
4961
6112
|
}
|
|
4962
6113
|
]
|
|
6114
|
+
}
|
|
6115
|
+
],
|
|
6116
|
+
"events": [
|
|
6117
|
+
{
|
|
6118
|
+
"name": "change",
|
|
6119
|
+
"type": {
|
|
6120
|
+
"text": "CustomEvent"
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
],
|
|
6124
|
+
"attributes": [
|
|
6125
|
+
{
|
|
6126
|
+
"name": "value",
|
|
6127
|
+
"type": {
|
|
6128
|
+
"text": "Properties | undefined"
|
|
6129
|
+
},
|
|
6130
|
+
"fieldName": "value"
|
|
4963
6131
|
},
|
|
6132
|
+
{
|
|
6133
|
+
"name": "scene",
|
|
6134
|
+
"type": {
|
|
6135
|
+
"text": "Scene | undefined"
|
|
6136
|
+
},
|
|
6137
|
+
"fieldName": "scene"
|
|
6138
|
+
}
|
|
6139
|
+
],
|
|
6140
|
+
"superclass": {
|
|
6141
|
+
"name": "LitElement",
|
|
6142
|
+
"package": "lit"
|
|
6143
|
+
},
|
|
6144
|
+
"tagName": "property-event-tap",
|
|
6145
|
+
"customElement": true
|
|
6146
|
+
}
|
|
6147
|
+
],
|
|
6148
|
+
"exports": [
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "custom-element-definition",
|
|
6151
|
+
"name": "property-event-tap",
|
|
6152
|
+
"declaration": {
|
|
6153
|
+
"name": "PropertyEventTap",
|
|
6154
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
]
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"kind": "javascript-module",
|
|
6161
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6162
|
+
"declarations": [
|
|
6163
|
+
{
|
|
6164
|
+
"kind": "class",
|
|
6165
|
+
"description": "",
|
|
6166
|
+
"name": "PropertyEvent",
|
|
6167
|
+
"members": [
|
|
4964
6168
|
{
|
|
4965
6169
|
"kind": "field",
|
|
4966
|
-
"name": "
|
|
6170
|
+
"name": "value",
|
|
6171
|
+
"type": {
|
|
6172
|
+
"text": "Properties | undefined"
|
|
6173
|
+
},
|
|
6174
|
+
"attribute": "value"
|
|
4967
6175
|
},
|
|
4968
6176
|
{
|
|
4969
|
-
"kind": "
|
|
4970
|
-
"name": "
|
|
4971
|
-
"
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
"text": "Component"
|
|
4976
|
-
}
|
|
4977
|
-
}
|
|
4978
|
-
]
|
|
6177
|
+
"kind": "field",
|
|
6178
|
+
"name": "scene",
|
|
6179
|
+
"type": {
|
|
6180
|
+
"text": "Scene | undefined"
|
|
6181
|
+
},
|
|
6182
|
+
"attribute": "scene"
|
|
4979
6183
|
},
|
|
4980
6184
|
{
|
|
4981
6185
|
"kind": "method",
|
|
4982
|
-
"name": "
|
|
6186
|
+
"name": "_onValueChange",
|
|
4983
6187
|
"parameters": [
|
|
4984
6188
|
{
|
|
4985
|
-
"name": "
|
|
6189
|
+
"name": "e",
|
|
4986
6190
|
"type": {
|
|
4987
|
-
"text": "
|
|
6191
|
+
"text": "Event"
|
|
4988
6192
|
}
|
|
4989
6193
|
}
|
|
4990
6194
|
]
|
|
4991
|
-
}
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"events": [
|
|
4992
6198
|
{
|
|
4993
|
-
"
|
|
4994
|
-
"
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
6199
|
+
"name": "change",
|
|
6200
|
+
"type": {
|
|
6201
|
+
"text": "CustomEvent"
|
|
6202
|
+
}
|
|
6203
|
+
}
|
|
6204
|
+
],
|
|
6205
|
+
"attributes": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "value",
|
|
6208
|
+
"type": {
|
|
6209
|
+
"text": "Properties | undefined"
|
|
6210
|
+
},
|
|
6211
|
+
"fieldName": "value"
|
|
5003
6212
|
},
|
|
5004
6213
|
{
|
|
5005
|
-
"
|
|
5006
|
-
"
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
6214
|
+
"name": "scene",
|
|
6215
|
+
"type": {
|
|
6216
|
+
"text": "Scene | undefined"
|
|
6217
|
+
},
|
|
6218
|
+
"fieldName": "scene"
|
|
6219
|
+
}
|
|
6220
|
+
],
|
|
6221
|
+
"superclass": {
|
|
6222
|
+
"name": "LitElement",
|
|
6223
|
+
"package": "lit"
|
|
6224
|
+
},
|
|
6225
|
+
"tagName": "property-event",
|
|
6226
|
+
"customElement": true
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"exports": [
|
|
6230
|
+
{
|
|
6231
|
+
"kind": "custom-element-definition",
|
|
6232
|
+
"name": "property-event",
|
|
6233
|
+
"declaration": {
|
|
6234
|
+
"name": "PropertyEvent",
|
|
6235
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"kind": "javascript-module",
|
|
6242
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6243
|
+
"declarations": [
|
|
6244
|
+
{
|
|
6245
|
+
"kind": "class",
|
|
6246
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6247
|
+
"name": "PropertyShadow",
|
|
6248
|
+
"members": [
|
|
6249
|
+
{
|
|
6250
|
+
"kind": "field",
|
|
6251
|
+
"name": "value",
|
|
6252
|
+
"type": {
|
|
6253
|
+
"text": "Properties | undefined"
|
|
6254
|
+
},
|
|
6255
|
+
"attribute": "value"
|
|
5015
6256
|
},
|
|
5016
6257
|
{
|
|
5017
6258
|
"kind": "method",
|
|
5018
|
-
"name": "
|
|
6259
|
+
"name": "_onValueChange",
|
|
5019
6260
|
"parameters": [
|
|
5020
6261
|
{
|
|
5021
|
-
"name": "
|
|
6262
|
+
"name": "e",
|
|
5022
6263
|
"type": {
|
|
5023
|
-
"text": "
|
|
6264
|
+
"text": "Event"
|
|
5024
6265
|
}
|
|
5025
6266
|
}
|
|
5026
6267
|
]
|
|
5027
|
-
}
|
|
6268
|
+
}
|
|
6269
|
+
],
|
|
6270
|
+
"events": [
|
|
5028
6271
|
{
|
|
5029
|
-
"
|
|
5030
|
-
"
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
"text": "TemplateResult"
|
|
5034
|
-
}
|
|
5035
|
-
},
|
|
5036
|
-
"parameters": [
|
|
5037
|
-
{
|
|
5038
|
-
"name": "component",
|
|
5039
|
-
"type": {
|
|
5040
|
-
"text": "Component"
|
|
5041
|
-
}
|
|
5042
|
-
},
|
|
5043
|
-
{
|
|
5044
|
-
"name": "depth",
|
|
5045
|
-
"type": {
|
|
5046
|
-
"text": "number"
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
5049
|
-
]
|
|
6272
|
+
"name": "change",
|
|
6273
|
+
"type": {
|
|
6274
|
+
"text": "CustomEvent"
|
|
6275
|
+
}
|
|
5050
6276
|
}
|
|
5051
6277
|
],
|
|
5052
6278
|
"attributes": [
|
|
5053
6279
|
{
|
|
5054
|
-
"name": "
|
|
6280
|
+
"name": "value",
|
|
5055
6281
|
"type": {
|
|
5056
|
-
"text": "
|
|
6282
|
+
"text": "Properties | undefined"
|
|
5057
6283
|
},
|
|
5058
|
-
"fieldName": "
|
|
6284
|
+
"fieldName": "value"
|
|
5059
6285
|
}
|
|
5060
6286
|
],
|
|
5061
6287
|
"superclass": {
|
|
5062
6288
|
"name": "LitElement",
|
|
5063
6289
|
"package": "lit"
|
|
5064
6290
|
},
|
|
5065
|
-
"tagName": "
|
|
6291
|
+
"tagName": "property-shadow",
|
|
5066
6292
|
"customElement": true
|
|
5067
6293
|
}
|
|
5068
6294
|
],
|
|
@@ -5071,16 +6297,44 @@
|
|
|
5071
6297
|
"kind": "js",
|
|
5072
6298
|
"name": "default",
|
|
5073
6299
|
"declaration": {
|
|
5074
|
-
"name": "
|
|
5075
|
-
"module": "src/modeller/property-sidebar/
|
|
6300
|
+
"name": "PropertyShadow",
|
|
6301
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5076
6302
|
}
|
|
5077
6303
|
},
|
|
5078
6304
|
{
|
|
5079
6305
|
"kind": "custom-element-definition",
|
|
5080
|
-
"name": "
|
|
6306
|
+
"name": "property-shadow",
|
|
5081
6307
|
"declaration": {
|
|
5082
|
-
"name": "
|
|
5083
|
-
"module": "src/modeller/property-sidebar/
|
|
6308
|
+
"name": "PropertyShadow",
|
|
6309
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6310
|
+
}
|
|
6311
|
+
}
|
|
6312
|
+
]
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"kind": "javascript-module",
|
|
6316
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6317
|
+
"declarations": [
|
|
6318
|
+
{
|
|
6319
|
+
"kind": "function",
|
|
6320
|
+
"name": "convert",
|
|
6321
|
+
"parameters": [
|
|
6322
|
+
{
|
|
6323
|
+
"name": "element",
|
|
6324
|
+
"type": {
|
|
6325
|
+
"text": "any"
|
|
6326
|
+
}
|
|
6327
|
+
}
|
|
6328
|
+
]
|
|
6329
|
+
}
|
|
6330
|
+
],
|
|
6331
|
+
"exports": [
|
|
6332
|
+
{
|
|
6333
|
+
"kind": "js",
|
|
6334
|
+
"name": "convert",
|
|
6335
|
+
"declaration": {
|
|
6336
|
+
"name": "convert",
|
|
6337
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5084
6338
|
}
|
|
5085
6339
|
}
|
|
5086
6340
|
]
|
|
@@ -5191,189 +6445,28 @@
|
|
|
5191
6445
|
]
|
|
5192
6446
|
},
|
|
5193
6447
|
{
|
|
5194
|
-
"kind": "method",
|
|
5195
|
-
"name": "_isIdentifiable",
|
|
5196
|
-
"parameters": [
|
|
5197
|
-
{
|
|
5198
|
-
"name": "selected",
|
|
5199
|
-
"type": {
|
|
5200
|
-
"text": "Component[]"
|
|
5201
|
-
}
|
|
5202
|
-
}
|
|
5203
|
-
]
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"kind": "method",
|
|
5207
|
-
"name": "_isClassIdentifiable",
|
|
5208
|
-
"parameters": [
|
|
5209
|
-
{
|
|
5210
|
-
"name": "selected",
|
|
5211
|
-
"type": {
|
|
5212
|
-
"text": "Component[]"
|
|
5213
|
-
}
|
|
5214
|
-
}
|
|
5215
|
-
]
|
|
5216
|
-
},
|
|
5217
|
-
{
|
|
5218
|
-
"kind": "method",
|
|
5219
|
-
"name": "_isLine",
|
|
5220
|
-
"parameters": [
|
|
5221
|
-
{
|
|
5222
|
-
"name": "selected",
|
|
5223
|
-
"type": {
|
|
5224
|
-
"text": "Component[]"
|
|
5225
|
-
}
|
|
5226
|
-
}
|
|
5227
|
-
]
|
|
5228
|
-
},
|
|
5229
|
-
{
|
|
5230
|
-
"kind": "method",
|
|
5231
|
-
"name": "_is3dish",
|
|
5232
|
-
"parameters": [
|
|
5233
|
-
{
|
|
5234
|
-
"name": "selected",
|
|
5235
|
-
"type": {
|
|
5236
|
-
"text": "Component[]"
|
|
5237
|
-
}
|
|
5238
|
-
}
|
|
5239
|
-
]
|
|
5240
|
-
},
|
|
5241
|
-
{
|
|
5242
|
-
"kind": "method",
|
|
5243
|
-
"name": "_getValueFromEventTarget",
|
|
5244
|
-
"parameters": [
|
|
5245
|
-
{
|
|
5246
|
-
"name": "element",
|
|
5247
|
-
"type": {
|
|
5248
|
-
"text": "HTMLElement"
|
|
5249
|
-
}
|
|
5250
|
-
}
|
|
5251
|
-
],
|
|
5252
|
-
"inheritedFrom": {
|
|
5253
|
-
"name": "AbstractProperty",
|
|
5254
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5255
|
-
}
|
|
5256
|
-
},
|
|
5257
|
-
{
|
|
5258
|
-
"kind": "method",
|
|
5259
|
-
"name": "_onAfterValueChange",
|
|
5260
|
-
"parameters": [
|
|
5261
|
-
{
|
|
5262
|
-
"name": "key",
|
|
5263
|
-
"type": {
|
|
5264
|
-
"text": "string"
|
|
5265
|
-
}
|
|
5266
|
-
},
|
|
5267
|
-
{
|
|
5268
|
-
"name": "value",
|
|
5269
|
-
"type": {
|
|
5270
|
-
"text": "any"
|
|
5271
|
-
}
|
|
5272
|
-
}
|
|
5273
|
-
],
|
|
5274
|
-
"inheritedFrom": {
|
|
5275
|
-
"name": "AbstractProperty",
|
|
5276
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5277
|
-
}
|
|
5278
|
-
}
|
|
5279
|
-
],
|
|
5280
|
-
"events": [
|
|
5281
|
-
{
|
|
5282
|
-
"name": "bounds-change",
|
|
5283
|
-
"type": {
|
|
5284
|
-
"text": "CustomEvent"
|
|
5285
|
-
}
|
|
5286
|
-
},
|
|
5287
|
-
{
|
|
5288
|
-
"name": "property-change",
|
|
5289
|
-
"type": {
|
|
5290
|
-
"text": "CustomEvent"
|
|
5291
|
-
},
|
|
5292
|
-
"inheritedFrom": {
|
|
5293
|
-
"name": "AbstractProperty",
|
|
5294
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
|
-
],
|
|
5298
|
-
"attributes": [
|
|
5299
|
-
{
|
|
5300
|
-
"name": "value",
|
|
5301
|
-
"type": {
|
|
5302
|
-
"text": "Properties | undefined"
|
|
5303
|
-
},
|
|
5304
|
-
"fieldName": "value"
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"name": "bounds",
|
|
5308
|
-
"type": {
|
|
5309
|
-
"text": "BOUNDS | null"
|
|
5310
|
-
},
|
|
5311
|
-
"default": "null",
|
|
5312
|
-
"fieldName": "bounds"
|
|
5313
|
-
},
|
|
5314
|
-
{
|
|
5315
|
-
"name": "selected",
|
|
5316
|
-
"type": {
|
|
5317
|
-
"text": "Component[]"
|
|
5318
|
-
},
|
|
5319
|
-
"default": "[]",
|
|
5320
|
-
"fieldName": "selected"
|
|
5321
|
-
}
|
|
5322
|
-
],
|
|
5323
|
-
"superclass": {
|
|
5324
|
-
"name": "AbstractProperty",
|
|
5325
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5326
|
-
},
|
|
5327
|
-
"tagName": "property-shape",
|
|
5328
|
-
"customElement": true
|
|
5329
|
-
}
|
|
5330
|
-
],
|
|
5331
|
-
"exports": [
|
|
5332
|
-
{
|
|
5333
|
-
"kind": "custom-element-definition",
|
|
5334
|
-
"name": "property-shape",
|
|
5335
|
-
"declaration": {
|
|
5336
|
-
"name": "PropertyShapes",
|
|
5337
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5338
|
-
}
|
|
5339
|
-
}
|
|
5340
|
-
]
|
|
5341
|
-
},
|
|
5342
|
-
{
|
|
5343
|
-
"kind": "javascript-module",
|
|
5344
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
5345
|
-
"declarations": [
|
|
5346
|
-
{
|
|
5347
|
-
"kind": "class",
|
|
5348
|
-
"description": "",
|
|
5349
|
-
"name": "PropertyStyles",
|
|
5350
|
-
"members": [
|
|
5351
|
-
{
|
|
5352
|
-
"kind": "field",
|
|
5353
|
-
"name": "value",
|
|
5354
|
-
"type": {
|
|
5355
|
-
"text": "any"
|
|
5356
|
-
},
|
|
5357
|
-
"default": "{}",
|
|
5358
|
-
"attribute": "value"
|
|
5359
|
-
},
|
|
5360
|
-
{
|
|
5361
|
-
"kind": "field",
|
|
5362
|
-
"name": "selected",
|
|
5363
|
-
"type": {
|
|
5364
|
-
"text": "Component[]"
|
|
5365
|
-
},
|
|
5366
|
-
"default": "[]",
|
|
5367
|
-
"attribute": "selected"
|
|
6448
|
+
"kind": "method",
|
|
6449
|
+
"name": "_isIdentifiable",
|
|
6450
|
+
"parameters": [
|
|
6451
|
+
{
|
|
6452
|
+
"name": "selected",
|
|
6453
|
+
"type": {
|
|
6454
|
+
"text": "Component[]"
|
|
6455
|
+
}
|
|
6456
|
+
}
|
|
6457
|
+
]
|
|
5368
6458
|
},
|
|
5369
6459
|
{
|
|
5370
|
-
"kind": "
|
|
5371
|
-
"name": "
|
|
5372
|
-
"
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
6460
|
+
"kind": "method",
|
|
6461
|
+
"name": "_isClassIdentifiable",
|
|
6462
|
+
"parameters": [
|
|
6463
|
+
{
|
|
6464
|
+
"name": "selected",
|
|
6465
|
+
"type": {
|
|
6466
|
+
"text": "Component[]"
|
|
6467
|
+
}
|
|
6468
|
+
}
|
|
6469
|
+
]
|
|
5377
6470
|
},
|
|
5378
6471
|
{
|
|
5379
6472
|
"kind": "method",
|
|
@@ -5389,19 +6482,15 @@
|
|
|
5389
6482
|
},
|
|
5390
6483
|
{
|
|
5391
6484
|
"kind": "method",
|
|
5392
|
-
"name": "
|
|
6485
|
+
"name": "_is3dish",
|
|
5393
6486
|
"parameters": [
|
|
5394
6487
|
{
|
|
5395
|
-
"name": "
|
|
6488
|
+
"name": "selected",
|
|
5396
6489
|
"type": {
|
|
5397
|
-
"text": "
|
|
6490
|
+
"text": "Component[]"
|
|
5398
6491
|
}
|
|
5399
6492
|
}
|
|
5400
|
-
]
|
|
5401
|
-
"inheritedFrom": {
|
|
5402
|
-
"name": "AbstractProperty",
|
|
5403
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5404
|
-
}
|
|
6493
|
+
]
|
|
5405
6494
|
},
|
|
5406
6495
|
{
|
|
5407
6496
|
"kind": "method",
|
|
@@ -5442,59 +6531,64 @@
|
|
|
5442
6531
|
}
|
|
5443
6532
|
}
|
|
5444
6533
|
],
|
|
6534
|
+
"events": [
|
|
6535
|
+
{
|
|
6536
|
+
"name": "bounds-change",
|
|
6537
|
+
"type": {
|
|
6538
|
+
"text": "CustomEvent"
|
|
6539
|
+
}
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"name": "property-change",
|
|
6543
|
+
"type": {
|
|
6544
|
+
"text": "CustomEvent"
|
|
6545
|
+
},
|
|
6546
|
+
"inheritedFrom": {
|
|
6547
|
+
"name": "AbstractProperty",
|
|
6548
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6549
|
+
}
|
|
6550
|
+
}
|
|
6551
|
+
],
|
|
5445
6552
|
"attributes": [
|
|
5446
6553
|
{
|
|
5447
6554
|
"name": "value",
|
|
5448
6555
|
"type": {
|
|
5449
|
-
"text": "
|
|
6556
|
+
"text": "Properties | undefined"
|
|
5450
6557
|
},
|
|
5451
|
-
"default": "{}",
|
|
5452
6558
|
"fieldName": "value"
|
|
5453
6559
|
},
|
|
5454
6560
|
{
|
|
5455
|
-
"name": "
|
|
6561
|
+
"name": "bounds",
|
|
5456
6562
|
"type": {
|
|
5457
|
-
"text": "
|
|
6563
|
+
"text": "BOUNDS | null"
|
|
5458
6564
|
},
|
|
5459
|
-
"default": "
|
|
5460
|
-
"fieldName": "
|
|
6565
|
+
"default": "null",
|
|
6566
|
+
"fieldName": "bounds"
|
|
5461
6567
|
},
|
|
5462
6568
|
{
|
|
5463
|
-
"name": "
|
|
6569
|
+
"name": "selected",
|
|
5464
6570
|
"type": {
|
|
5465
|
-
"text": "
|
|
6571
|
+
"text": "Component[]"
|
|
5466
6572
|
},
|
|
5467
6573
|
"default": "[]",
|
|
5468
|
-
"fieldName": "
|
|
6574
|
+
"fieldName": "selected"
|
|
5469
6575
|
}
|
|
5470
6576
|
],
|
|
5471
6577
|
"superclass": {
|
|
5472
6578
|
"name": "AbstractProperty",
|
|
5473
6579
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5474
6580
|
},
|
|
5475
|
-
"tagName": "property-
|
|
5476
|
-
"customElement": true
|
|
5477
|
-
"events": [
|
|
5478
|
-
{
|
|
5479
|
-
"name": "property-change",
|
|
5480
|
-
"type": {
|
|
5481
|
-
"text": "CustomEvent"
|
|
5482
|
-
},
|
|
5483
|
-
"inheritedFrom": {
|
|
5484
|
-
"name": "AbstractProperty",
|
|
5485
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5486
|
-
}
|
|
5487
|
-
}
|
|
5488
|
-
]
|
|
6581
|
+
"tagName": "property-shape",
|
|
6582
|
+
"customElement": true
|
|
5489
6583
|
}
|
|
5490
6584
|
],
|
|
5491
6585
|
"exports": [
|
|
5492
6586
|
{
|
|
5493
6587
|
"kind": "custom-element-definition",
|
|
5494
|
-
"name": "property-
|
|
6588
|
+
"name": "property-shape",
|
|
5495
6589
|
"declaration": {
|
|
5496
|
-
"name": "
|
|
5497
|
-
"module": "src/modeller/property-sidebar/
|
|
6590
|
+
"name": "PropertyShapes",
|
|
6591
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5498
6592
|
}
|
|
5499
6593
|
}
|
|
5500
6594
|
]
|
|
@@ -5746,6 +6840,166 @@
|
|
|
5746
6840
|
}
|
|
5747
6841
|
}
|
|
5748
6842
|
]
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"kind": "javascript-module",
|
|
6846
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6847
|
+
"declarations": [
|
|
6848
|
+
{
|
|
6849
|
+
"kind": "class",
|
|
6850
|
+
"description": "",
|
|
6851
|
+
"name": "PropertyStyles",
|
|
6852
|
+
"members": [
|
|
6853
|
+
{
|
|
6854
|
+
"kind": "field",
|
|
6855
|
+
"name": "value",
|
|
6856
|
+
"type": {
|
|
6857
|
+
"text": "any"
|
|
6858
|
+
},
|
|
6859
|
+
"default": "{}",
|
|
6860
|
+
"attribute": "value"
|
|
6861
|
+
},
|
|
6862
|
+
{
|
|
6863
|
+
"kind": "field",
|
|
6864
|
+
"name": "selected",
|
|
6865
|
+
"type": {
|
|
6866
|
+
"text": "Component[]"
|
|
6867
|
+
},
|
|
6868
|
+
"default": "[]",
|
|
6869
|
+
"attribute": "selected"
|
|
6870
|
+
},
|
|
6871
|
+
{
|
|
6872
|
+
"kind": "field",
|
|
6873
|
+
"name": "fonts",
|
|
6874
|
+
"type": {
|
|
6875
|
+
"text": "any[]"
|
|
6876
|
+
},
|
|
6877
|
+
"default": "[]",
|
|
6878
|
+
"attribute": "fonts"
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"kind": "method",
|
|
6882
|
+
"name": "_isLine",
|
|
6883
|
+
"parameters": [
|
|
6884
|
+
{
|
|
6885
|
+
"name": "selected",
|
|
6886
|
+
"type": {
|
|
6887
|
+
"text": "Component[]"
|
|
6888
|
+
}
|
|
6889
|
+
}
|
|
6890
|
+
]
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"kind": "method",
|
|
6894
|
+
"name": "_onValueChange",
|
|
6895
|
+
"parameters": [
|
|
6896
|
+
{
|
|
6897
|
+
"name": "e",
|
|
6898
|
+
"type": {
|
|
6899
|
+
"text": "Event"
|
|
6900
|
+
}
|
|
6901
|
+
}
|
|
6902
|
+
],
|
|
6903
|
+
"inheritedFrom": {
|
|
6904
|
+
"name": "AbstractProperty",
|
|
6905
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6906
|
+
}
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"kind": "method",
|
|
6910
|
+
"name": "_getValueFromEventTarget",
|
|
6911
|
+
"parameters": [
|
|
6912
|
+
{
|
|
6913
|
+
"name": "element",
|
|
6914
|
+
"type": {
|
|
6915
|
+
"text": "HTMLElement"
|
|
6916
|
+
}
|
|
6917
|
+
}
|
|
6918
|
+
],
|
|
6919
|
+
"inheritedFrom": {
|
|
6920
|
+
"name": "AbstractProperty",
|
|
6921
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"kind": "method",
|
|
6926
|
+
"name": "_onAfterValueChange",
|
|
6927
|
+
"parameters": [
|
|
6928
|
+
{
|
|
6929
|
+
"name": "key",
|
|
6930
|
+
"type": {
|
|
6931
|
+
"text": "string"
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"name": "value",
|
|
6936
|
+
"type": {
|
|
6937
|
+
"text": "any"
|
|
6938
|
+
}
|
|
6939
|
+
}
|
|
6940
|
+
],
|
|
6941
|
+
"inheritedFrom": {
|
|
6942
|
+
"name": "AbstractProperty",
|
|
6943
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6944
|
+
}
|
|
6945
|
+
}
|
|
6946
|
+
],
|
|
6947
|
+
"attributes": [
|
|
6948
|
+
{
|
|
6949
|
+
"name": "value",
|
|
6950
|
+
"type": {
|
|
6951
|
+
"text": "any"
|
|
6952
|
+
},
|
|
6953
|
+
"default": "{}",
|
|
6954
|
+
"fieldName": "value"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"name": "selected",
|
|
6958
|
+
"type": {
|
|
6959
|
+
"text": "Component[]"
|
|
6960
|
+
},
|
|
6961
|
+
"default": "[]",
|
|
6962
|
+
"fieldName": "selected"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "fonts",
|
|
6966
|
+
"type": {
|
|
6967
|
+
"text": "any[]"
|
|
6968
|
+
},
|
|
6969
|
+
"default": "[]",
|
|
6970
|
+
"fieldName": "fonts"
|
|
6971
|
+
}
|
|
6972
|
+
],
|
|
6973
|
+
"superclass": {
|
|
6974
|
+
"name": "AbstractProperty",
|
|
6975
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6976
|
+
},
|
|
6977
|
+
"tagName": "property-style",
|
|
6978
|
+
"customElement": true,
|
|
6979
|
+
"events": [
|
|
6980
|
+
{
|
|
6981
|
+
"name": "property-change",
|
|
6982
|
+
"type": {
|
|
6983
|
+
"text": "CustomEvent"
|
|
6984
|
+
},
|
|
6985
|
+
"inheritedFrom": {
|
|
6986
|
+
"name": "AbstractProperty",
|
|
6987
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6988
|
+
}
|
|
6989
|
+
}
|
|
6990
|
+
]
|
|
6991
|
+
}
|
|
6992
|
+
],
|
|
6993
|
+
"exports": [
|
|
6994
|
+
{
|
|
6995
|
+
"kind": "custom-element-definition",
|
|
6996
|
+
"name": "property-style",
|
|
6997
|
+
"declaration": {
|
|
6998
|
+
"name": "PropertyStyles",
|
|
6999
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7000
|
+
}
|
|
7001
|
+
}
|
|
7002
|
+
]
|
|
5749
7003
|
}
|
|
5750
7004
|
]
|
|
5751
7005
|
}
|