@fmsim/board 0.0.67 → 0.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1451 -1451
- package/dist/src/ox-board-component-info.js +16 -6
- package/dist/src/ox-board-component-info.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +0 -1
- package/dist/src/ox-board-viewer.js +2 -2
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "stories/index.stories.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "Regular"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"kind": "variable",
|
|
15
|
+
"name": "CustomTitle"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"kind": "variable",
|
|
19
|
+
"name": "CustomCounter"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"kind": "variable",
|
|
23
|
+
"name": "SlottedContent"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"exports": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "js",
|
|
29
|
+
"name": "default",
|
|
30
|
+
"declaration": {
|
|
31
|
+
"module": "stories/index.stories.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "Regular",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "Regular",
|
|
39
|
+
"module": "stories/index.stories.ts"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "CustomTitle",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "CustomTitle",
|
|
47
|
+
"module": "stories/index.stories.ts"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "CustomCounter",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "CustomCounter",
|
|
55
|
+
"module": "stories/index.stories.ts"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "js",
|
|
60
|
+
"name": "SlottedContent",
|
|
61
|
+
"declaration": {
|
|
62
|
+
"name": "SlottedContent",
|
|
63
|
+
"module": "stories/index.stories.ts"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1589,69 +1652,6 @@
|
|
|
1589
1652
|
"declarations": [],
|
|
1590
1653
|
"exports": []
|
|
1591
1654
|
},
|
|
1592
|
-
{
|
|
1593
|
-
"kind": "javascript-module",
|
|
1594
|
-
"path": "stories/index.stories.ts",
|
|
1595
|
-
"declarations": [
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "variable",
|
|
1598
|
-
"name": "Regular"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"kind": "variable",
|
|
1602
|
-
"name": "CustomTitle"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "variable",
|
|
1606
|
-
"name": "CustomCounter"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "variable",
|
|
1610
|
-
"name": "SlottedContent"
|
|
1611
|
-
}
|
|
1612
|
-
],
|
|
1613
|
-
"exports": [
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "js",
|
|
1616
|
-
"name": "default",
|
|
1617
|
-
"declaration": {
|
|
1618
|
-
"module": "stories/index.stories.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "js",
|
|
1623
|
-
"name": "Regular",
|
|
1624
|
-
"declaration": {
|
|
1625
|
-
"name": "Regular",
|
|
1626
|
-
"module": "stories/index.stories.ts"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "js",
|
|
1631
|
-
"name": "CustomTitle",
|
|
1632
|
-
"declaration": {
|
|
1633
|
-
"name": "CustomTitle",
|
|
1634
|
-
"module": "stories/index.stories.ts"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "js",
|
|
1639
|
-
"name": "CustomCounter",
|
|
1640
|
-
"declaration": {
|
|
1641
|
-
"name": "CustomCounter",
|
|
1642
|
-
"module": "stories/index.stories.ts"
|
|
1643
|
-
}
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "js",
|
|
1647
|
-
"name": "SlottedContent",
|
|
1648
|
-
"declaration": {
|
|
1649
|
-
"name": "SlottedContent",
|
|
1650
|
-
"module": "stories/index.stories.ts"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
1655
|
{
|
|
1656
1656
|
"kind": "javascript-module",
|
|
1657
1657
|
"path": "src/component/etc.ts",
|
|
@@ -2223,1083 +2223,1083 @@
|
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"kind": "javascript-module",
|
|
2226
|
-
"path": "src/
|
|
2227
|
-
"declarations": [
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "variable",
|
|
2230
|
-
"name": "style",
|
|
2231
|
-
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2232
|
-
}
|
|
2233
|
-
],
|
|
2234
|
-
"exports": [
|
|
2235
|
-
{
|
|
2236
|
-
"kind": "js",
|
|
2237
|
-
"name": "style",
|
|
2238
|
-
"declaration": {
|
|
2239
|
-
"name": "style",
|
|
2240
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2241
|
-
}
|
|
2242
|
-
}
|
|
2243
|
-
]
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"kind": "javascript-module",
|
|
2247
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2226
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2248
2227
|
"declarations": [
|
|
2249
2228
|
{
|
|
2250
2229
|
"kind": "class",
|
|
2251
2230
|
"description": "",
|
|
2252
|
-
"name": "
|
|
2231
|
+
"name": "BoardCreationPopup",
|
|
2253
2232
|
"members": [
|
|
2254
2233
|
{
|
|
2255
2234
|
"kind": "field",
|
|
2256
|
-
"name": "
|
|
2235
|
+
"name": "defaultGroup",
|
|
2257
2236
|
"type": {
|
|
2258
|
-
"text": "
|
|
2237
|
+
"text": "string | undefined"
|
|
2259
2238
|
},
|
|
2260
|
-
"attribute": "
|
|
2239
|
+
"attribute": "defaultGroup"
|
|
2261
2240
|
},
|
|
2262
2241
|
{
|
|
2263
2242
|
"kind": "field",
|
|
2264
|
-
"name": "
|
|
2243
|
+
"name": "groups",
|
|
2265
2244
|
"type": {
|
|
2266
|
-
"text": "
|
|
2245
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2267
2246
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"attribute": "selected"
|
|
2247
|
+
"attribute": "groups"
|
|
2270
2248
|
},
|
|
2271
2249
|
{
|
|
2272
|
-
"kind": "
|
|
2273
|
-
"name": "
|
|
2250
|
+
"kind": "method",
|
|
2251
|
+
"name": "onClickSubmit"
|
|
2252
|
+
}
|
|
2253
|
+
],
|
|
2254
|
+
"events": [
|
|
2255
|
+
{
|
|
2256
|
+
"name": "create-board",
|
|
2274
2257
|
"type": {
|
|
2275
|
-
"text": "
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2258
|
+
"text": "CustomEvent"
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
],
|
|
2262
|
+
"attributes": [
|
|
2280
2263
|
{
|
|
2281
|
-
"
|
|
2282
|
-
"name": "cliped",
|
|
2264
|
+
"name": "defaultGroup",
|
|
2283
2265
|
"type": {
|
|
2284
2266
|
"text": "string | undefined"
|
|
2285
2267
|
},
|
|
2286
|
-
"
|
|
2268
|
+
"fieldName": "defaultGroup"
|
|
2287
2269
|
},
|
|
2288
2270
|
{
|
|
2289
|
-
"
|
|
2290
|
-
"name": "redo",
|
|
2271
|
+
"name": "groups",
|
|
2291
2272
|
"type": {
|
|
2292
|
-
"text": "
|
|
2273
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2293
2274
|
},
|
|
2294
|
-
"
|
|
2295
|
-
}
|
|
2275
|
+
"fieldName": "groups"
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"mixins": [
|
|
2279
|
+
{
|
|
2280
|
+
"name": "localize(i18next)",
|
|
2281
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
"superclass": {
|
|
2285
|
+
"name": "LitElement",
|
|
2286
|
+
"package": "lit"
|
|
2287
|
+
},
|
|
2288
|
+
"tagName": "board-creation-popup",
|
|
2289
|
+
"customElement": true
|
|
2290
|
+
}
|
|
2291
|
+
],
|
|
2292
|
+
"exports": [
|
|
2293
|
+
{
|
|
2294
|
+
"kind": "js",
|
|
2295
|
+
"name": "BoardCreationPopup",
|
|
2296
|
+
"declaration": {
|
|
2297
|
+
"name": "BoardCreationPopup",
|
|
2298
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"kind": "custom-element-definition",
|
|
2303
|
+
"name": "board-creation-popup",
|
|
2304
|
+
"declaration": {
|
|
2305
|
+
"name": "BoardCreationPopup",
|
|
2306
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
]
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"kind": "javascript-module",
|
|
2313
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2314
|
+
"declarations": [
|
|
2315
|
+
{
|
|
2316
|
+
"kind": "class",
|
|
2317
|
+
"description": "",
|
|
2318
|
+
"name": "BoardThumbnailCard",
|
|
2319
|
+
"members": [
|
|
2296
2320
|
{
|
|
2297
2321
|
"kind": "field",
|
|
2298
|
-
"name": "
|
|
2322
|
+
"name": "defaultGroup",
|
|
2299
2323
|
"type": {
|
|
2300
|
-
"text": "
|
|
2324
|
+
"text": "string | undefined"
|
|
2301
2325
|
},
|
|
2302
|
-
"
|
|
2326
|
+
"attribute": "defaultGroup"
|
|
2303
2327
|
},
|
|
2304
2328
|
{
|
|
2305
2329
|
"kind": "field",
|
|
2306
|
-
"name": "
|
|
2330
|
+
"name": "groups",
|
|
2307
2331
|
"type": {
|
|
2308
|
-
"text": "
|
|
2332
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2309
2333
|
},
|
|
2310
|
-
"
|
|
2334
|
+
"attribute": "groups"
|
|
2311
2335
|
},
|
|
2312
2336
|
{
|
|
2313
|
-
"kind": "
|
|
2314
|
-
"name": "
|
|
2315
|
-
"
|
|
2316
|
-
|
|
2337
|
+
"kind": "method",
|
|
2338
|
+
"name": "onClickFlip",
|
|
2339
|
+
"parameters": [
|
|
2340
|
+
{
|
|
2341
|
+
"name": "e",
|
|
2342
|
+
"type": {
|
|
2343
|
+
"text": "Event"
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
]
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"kind": "method",
|
|
2350
|
+
"name": "onClickSubmit",
|
|
2351
|
+
"parameters": [
|
|
2352
|
+
{
|
|
2353
|
+
"name": "e",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"text": "Event"
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"kind": "method",
|
|
2362
|
+
"name": "reset"
|
|
2363
|
+
}
|
|
2364
|
+
],
|
|
2365
|
+
"events": [
|
|
2366
|
+
{
|
|
2367
|
+
"name": "create-board",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"text": "CustomEvent"
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
2373
|
+
"attributes": [
|
|
2374
|
+
{
|
|
2375
|
+
"name": "defaultGroup",
|
|
2376
|
+
"type": {
|
|
2377
|
+
"text": "string | undefined"
|
|
2317
2378
|
},
|
|
2318
|
-
"
|
|
2379
|
+
"fieldName": "defaultGroup"
|
|
2319
2380
|
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "groups",
|
|
2383
|
+
"type": {
|
|
2384
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2385
|
+
},
|
|
2386
|
+
"fieldName": "groups"
|
|
2387
|
+
}
|
|
2388
|
+
],
|
|
2389
|
+
"mixins": [
|
|
2390
|
+
{
|
|
2391
|
+
"name": "localize(i18next)",
|
|
2392
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"superclass": {
|
|
2396
|
+
"name": "LitElement",
|
|
2397
|
+
"package": "lit"
|
|
2398
|
+
},
|
|
2399
|
+
"tagName": "board-thumbnail-card",
|
|
2400
|
+
"customElement": true
|
|
2401
|
+
}
|
|
2402
|
+
],
|
|
2403
|
+
"exports": [
|
|
2404
|
+
{
|
|
2405
|
+
"kind": "js",
|
|
2406
|
+
"name": "BoardThumbnailCard",
|
|
2407
|
+
"declaration": {
|
|
2408
|
+
"name": "BoardThumbnailCard",
|
|
2409
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"kind": "custom-element-definition",
|
|
2414
|
+
"name": "board-thumbnail-card",
|
|
2415
|
+
"declaration": {
|
|
2416
|
+
"name": "BoardThumbnailCard",
|
|
2417
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2418
|
+
}
|
|
2419
|
+
}
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "javascript-module",
|
|
2424
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2425
|
+
"declarations": [
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "class",
|
|
2428
|
+
"description": "",
|
|
2429
|
+
"name": "BoardCreationCard",
|
|
2430
|
+
"members": [
|
|
2320
2431
|
{
|
|
2321
2432
|
"kind": "field",
|
|
2322
|
-
"name": "
|
|
2433
|
+
"name": "defaultGroup",
|
|
2323
2434
|
"type": {
|
|
2324
|
-
"text": "
|
|
2435
|
+
"text": "string | undefined"
|
|
2325
2436
|
},
|
|
2326
|
-
"
|
|
2437
|
+
"attribute": "defaultGroup"
|
|
2327
2438
|
},
|
|
2328
2439
|
{
|
|
2329
2440
|
"kind": "field",
|
|
2330
|
-
"name": "
|
|
2441
|
+
"name": "groups",
|
|
2331
2442
|
"type": {
|
|
2332
|
-
"text": "
|
|
2443
|
+
"text": "any"
|
|
2333
2444
|
},
|
|
2334
|
-
"
|
|
2445
|
+
"attribute": "groups"
|
|
2335
2446
|
},
|
|
2336
2447
|
{
|
|
2337
2448
|
"kind": "field",
|
|
2338
|
-
"name": "
|
|
2449
|
+
"name": "popup",
|
|
2339
2450
|
"type": {
|
|
2340
|
-
"text": "
|
|
2451
|
+
"text": "any"
|
|
2341
2452
|
},
|
|
2342
2453
|
"privacy": "private"
|
|
2343
2454
|
},
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "method",
|
|
2457
|
+
"name": "onClick"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "method",
|
|
2461
|
+
"name": "reset"
|
|
2462
|
+
}
|
|
2463
|
+
],
|
|
2464
|
+
"events": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "create-board",
|
|
2467
|
+
"type": {
|
|
2468
|
+
"text": "CustomEvent"
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"attributes": [
|
|
2473
|
+
{
|
|
2474
|
+
"name": "defaultGroup",
|
|
2475
|
+
"type": {
|
|
2476
|
+
"text": "string | undefined"
|
|
2477
|
+
},
|
|
2478
|
+
"fieldName": "defaultGroup"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"name": "groups",
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": "any"
|
|
2484
|
+
},
|
|
2485
|
+
"fieldName": "groups"
|
|
2486
|
+
}
|
|
2487
|
+
],
|
|
2488
|
+
"mixins": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "localize(i18next)",
|
|
2491
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"superclass": {
|
|
2495
|
+
"name": "LitElement",
|
|
2496
|
+
"package": "lit"
|
|
2497
|
+
},
|
|
2498
|
+
"tagName": "ox-board-creation-card",
|
|
2499
|
+
"customElement": true
|
|
2500
|
+
}
|
|
2501
|
+
],
|
|
2502
|
+
"exports": [
|
|
2503
|
+
{
|
|
2504
|
+
"kind": "js",
|
|
2505
|
+
"name": "BoardCreationCard",
|
|
2506
|
+
"declaration": {
|
|
2507
|
+
"name": "BoardCreationCard",
|
|
2508
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
"kind": "custom-element-definition",
|
|
2513
|
+
"name": "ox-board-creation-card",
|
|
2514
|
+
"declaration": {
|
|
2515
|
+
"name": "BoardCreationCard",
|
|
2516
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
]
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"kind": "javascript-module",
|
|
2523
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
2524
|
+
"declarations": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "class",
|
|
2527
|
+
"description": "",
|
|
2528
|
+
"name": "BoardSelector",
|
|
2529
|
+
"members": [
|
|
2344
2530
|
{
|
|
2345
2531
|
"kind": "field",
|
|
2346
|
-
"name": "
|
|
2532
|
+
"name": "groups",
|
|
2347
2533
|
"type": {
|
|
2348
|
-
"text": "
|
|
2534
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2349
2535
|
},
|
|
2350
|
-
"
|
|
2536
|
+
"default": "[]",
|
|
2537
|
+
"attribute": "groups"
|
|
2351
2538
|
},
|
|
2352
2539
|
{
|
|
2353
2540
|
"kind": "field",
|
|
2354
|
-
"name": "
|
|
2541
|
+
"name": "boards",
|
|
2355
2542
|
"type": {
|
|
2356
|
-
"text": "
|
|
2543
|
+
"text": "any[]"
|
|
2357
2544
|
},
|
|
2358
|
-
"
|
|
2545
|
+
"default": "[]",
|
|
2546
|
+
"attribute": "boards"
|
|
2359
2547
|
},
|
|
2360
2548
|
{
|
|
2361
2549
|
"kind": "field",
|
|
2362
|
-
"name": "
|
|
2550
|
+
"name": "group",
|
|
2363
2551
|
"type": {
|
|
2364
|
-
"text": "
|
|
2552
|
+
"text": "string | undefined"
|
|
2365
2553
|
},
|
|
2366
|
-
"
|
|
2554
|
+
"attribute": "group"
|
|
2367
2555
|
},
|
|
2368
2556
|
{
|
|
2369
2557
|
"kind": "field",
|
|
2370
|
-
"name": "
|
|
2558
|
+
"name": "inherited",
|
|
2371
2559
|
"type": {
|
|
2372
|
-
"text": "
|
|
2560
|
+
"text": "InheritedValueType | undefined"
|
|
2373
2561
|
},
|
|
2374
|
-
"
|
|
2562
|
+
"attribute": "inherited"
|
|
2375
2563
|
},
|
|
2376
2564
|
{
|
|
2377
2565
|
"kind": "field",
|
|
2378
|
-
"name": "
|
|
2566
|
+
"name": "creatable",
|
|
2379
2567
|
"type": {
|
|
2380
|
-
"text": "
|
|
2568
|
+
"text": "boolean"
|
|
2381
2569
|
},
|
|
2382
|
-
"
|
|
2570
|
+
"default": "false",
|
|
2571
|
+
"attribute": "creatable"
|
|
2383
2572
|
},
|
|
2384
2573
|
{
|
|
2385
2574
|
"kind": "field",
|
|
2386
|
-
"name": "
|
|
2575
|
+
"name": "value",
|
|
2387
2576
|
"type": {
|
|
2388
|
-
"text": "
|
|
2577
|
+
"text": "string | undefined"
|
|
2389
2578
|
},
|
|
2390
|
-
"
|
|
2579
|
+
"attribute": "value"
|
|
2391
2580
|
},
|
|
2392
2581
|
{
|
|
2393
2582
|
"kind": "field",
|
|
2394
|
-
"name": "
|
|
2583
|
+
"name": "_page",
|
|
2395
2584
|
"type": {
|
|
2396
|
-
"text": "
|
|
2585
|
+
"text": "number"
|
|
2397
2586
|
},
|
|
2398
|
-
"privacy": "private"
|
|
2587
|
+
"privacy": "private",
|
|
2588
|
+
"default": "1"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "field",
|
|
2592
|
+
"name": "_total",
|
|
2593
|
+
"type": {
|
|
2594
|
+
"text": "number"
|
|
2595
|
+
},
|
|
2596
|
+
"privacy": "private",
|
|
2597
|
+
"default": "0"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "field",
|
|
2601
|
+
"name": "scrollTargetEl",
|
|
2602
|
+
"type": {
|
|
2603
|
+
"text": "HTMLElement | null"
|
|
2604
|
+
},
|
|
2605
|
+
"readonly": true
|
|
2399
2606
|
},
|
|
2400
2607
|
{
|
|
2401
2608
|
"kind": "method",
|
|
2402
|
-
"name": "
|
|
2609
|
+
"name": "scrollAction"
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"kind": "method",
|
|
2613
|
+
"name": "onClickSelect",
|
|
2403
2614
|
"parameters": [
|
|
2404
2615
|
{
|
|
2405
|
-
"name": "
|
|
2616
|
+
"name": "board",
|
|
2406
2617
|
"type": {
|
|
2407
|
-
"text": "
|
|
2618
|
+
"text": "any"
|
|
2408
2619
|
}
|
|
2409
2620
|
}
|
|
2410
2621
|
]
|
|
2411
2622
|
},
|
|
2412
2623
|
{
|
|
2413
2624
|
"kind": "method",
|
|
2414
|
-
"name": "
|
|
2625
|
+
"name": "onCreateBoard",
|
|
2415
2626
|
"parameters": [
|
|
2416
2627
|
{
|
|
2417
|
-
"name": "
|
|
2628
|
+
"name": "e",
|
|
2418
2629
|
"type": {
|
|
2419
|
-
"text": "
|
|
2630
|
+
"text": "CustomEvent"
|
|
2420
2631
|
}
|
|
2421
2632
|
}
|
|
2422
2633
|
]
|
|
2423
2634
|
},
|
|
2424
2635
|
{
|
|
2425
2636
|
"kind": "method",
|
|
2426
|
-
"name": "
|
|
2427
|
-
"privacy": "private",
|
|
2428
|
-
"parameters": [
|
|
2429
|
-
{
|
|
2430
|
-
"name": "keys",
|
|
2431
|
-
"type": {
|
|
2432
|
-
"text": "string[]"
|
|
2433
|
-
}
|
|
2434
|
-
}
|
|
2435
|
-
]
|
|
2637
|
+
"name": "refreshGroups"
|
|
2436
2638
|
},
|
|
2437
2639
|
{
|
|
2438
2640
|
"kind": "method",
|
|
2439
|
-
"name": "
|
|
2440
|
-
"parameters": [
|
|
2441
|
-
{
|
|
2442
|
-
"name": "e",
|
|
2443
|
-
"type": {
|
|
2444
|
-
"text": "KeyboardEvent"
|
|
2445
|
-
}
|
|
2446
|
-
}
|
|
2447
|
-
]
|
|
2641
|
+
"name": "refreshBoards"
|
|
2448
2642
|
},
|
|
2449
2643
|
{
|
|
2450
2644
|
"kind": "method",
|
|
2451
|
-
"name": "
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"name": "command",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "string"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "undoable",
|
|
2461
|
-
"type": {
|
|
2462
|
-
"text": "boolean"
|
|
2463
|
-
}
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
"name": "redoable",
|
|
2467
|
-
"type": {
|
|
2468
|
-
"text": "boolean"
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
]
|
|
2645
|
+
"name": "appendBoards"
|
|
2472
2646
|
},
|
|
2473
2647
|
{
|
|
2474
2648
|
"kind": "method",
|
|
2475
|
-
"name": "
|
|
2649
|
+
"name": "getBoards",
|
|
2476
2650
|
"parameters": [
|
|
2477
2651
|
{
|
|
2478
|
-
"name": "
|
|
2479
|
-
"
|
|
2480
|
-
"text": "boolean"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "redoable",
|
|
2485
|
-
"type": {
|
|
2486
|
-
"text": "boolean"
|
|
2487
|
-
}
|
|
2652
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
2653
|
+
"default": "{}"
|
|
2488
2654
|
}
|
|
2489
2655
|
]
|
|
2490
2656
|
},
|
|
2491
2657
|
{
|
|
2492
2658
|
"kind": "method",
|
|
2493
|
-
"name": "
|
|
2659
|
+
"name": "createBoard",
|
|
2494
2660
|
"parameters": [
|
|
2495
2661
|
{
|
|
2496
|
-
"name": "
|
|
2662
|
+
"name": "name",
|
|
2497
2663
|
"type": {
|
|
2498
|
-
"text": "
|
|
2664
|
+
"text": "string"
|
|
2499
2665
|
}
|
|
2500
2666
|
},
|
|
2501
2667
|
{
|
|
2502
|
-
"name": "
|
|
2503
|
-
"type": {
|
|
2504
|
-
"text": "boolean"
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
]
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"kind": "method",
|
|
2511
|
-
"name": "onSceneChanged",
|
|
2512
|
-
"parameters": [
|
|
2513
|
-
{
|
|
2514
|
-
"name": "after",
|
|
2515
|
-
"optional": true,
|
|
2668
|
+
"name": "description",
|
|
2516
2669
|
"type": {
|
|
2517
|
-
"text": "
|
|
2670
|
+
"text": "string"
|
|
2518
2671
|
}
|
|
2519
2672
|
},
|
|
2520
2673
|
{
|
|
2521
|
-
"name": "
|
|
2522
|
-
"optional": true,
|
|
2674
|
+
"name": "groupId",
|
|
2523
2675
|
"type": {
|
|
2524
|
-
"text": "
|
|
2676
|
+
"text": "string"
|
|
2525
2677
|
}
|
|
2526
2678
|
}
|
|
2527
2679
|
]
|
|
2528
2680
|
},
|
|
2529
2681
|
{
|
|
2530
|
-
"kind": "
|
|
2531
|
-
"name": "
|
|
2532
|
-
"
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2682
|
+
"kind": "field",
|
|
2683
|
+
"name": "limit",
|
|
2684
|
+
"type": {
|
|
2685
|
+
"text": "number"
|
|
2686
|
+
},
|
|
2687
|
+
"default": "50"
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"events": [
|
|
2691
|
+
{
|
|
2692
|
+
"name": "board-selected",
|
|
2693
|
+
"type": {
|
|
2694
|
+
"text": "CustomEvent"
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"attributes": [
|
|
2699
|
+
{
|
|
2700
|
+
"name": "groups",
|
|
2701
|
+
"type": {
|
|
2702
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
2703
|
+
},
|
|
2704
|
+
"default": "[]",
|
|
2705
|
+
"fieldName": "groups"
|
|
2546
2706
|
},
|
|
2547
2707
|
{
|
|
2548
|
-
"
|
|
2549
|
-
"
|
|
2708
|
+
"name": "boards",
|
|
2709
|
+
"type": {
|
|
2710
|
+
"text": "any[]"
|
|
2711
|
+
},
|
|
2712
|
+
"default": "[]",
|
|
2713
|
+
"fieldName": "boards"
|
|
2550
2714
|
},
|
|
2551
2715
|
{
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2716
|
+
"name": "group",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "string | undefined"
|
|
2719
|
+
},
|
|
2720
|
+
"fieldName": "group"
|
|
2554
2721
|
},
|
|
2555
2722
|
{
|
|
2556
|
-
"
|
|
2557
|
-
"
|
|
2723
|
+
"name": "inherited",
|
|
2724
|
+
"type": {
|
|
2725
|
+
"text": "InheritedValueType | undefined"
|
|
2726
|
+
},
|
|
2727
|
+
"fieldName": "inherited"
|
|
2558
2728
|
},
|
|
2559
2729
|
{
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2730
|
+
"name": "creatable",
|
|
2731
|
+
"type": {
|
|
2732
|
+
"text": "boolean"
|
|
2733
|
+
},
|
|
2734
|
+
"default": "false",
|
|
2735
|
+
"fieldName": "creatable"
|
|
2562
2736
|
},
|
|
2563
2737
|
{
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2738
|
+
"name": "value",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "string | undefined"
|
|
2741
|
+
},
|
|
2742
|
+
"fieldName": "value"
|
|
2743
|
+
}
|
|
2744
|
+
],
|
|
2745
|
+
"mixins": [
|
|
2746
|
+
{
|
|
2747
|
+
"name": "InfiniteScrollable",
|
|
2748
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2566
2749
|
},
|
|
2567
2750
|
{
|
|
2568
|
-
"
|
|
2569
|
-
"
|
|
2751
|
+
"name": "localize(i18next)",
|
|
2752
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2753
|
+
}
|
|
2754
|
+
],
|
|
2755
|
+
"superclass": {
|
|
2756
|
+
"name": "LitElement",
|
|
2757
|
+
"package": "lit"
|
|
2758
|
+
},
|
|
2759
|
+
"tagName": "ox-editor-board-selector",
|
|
2760
|
+
"customElement": true
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"exports": [
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "js",
|
|
2766
|
+
"name": "BoardSelector",
|
|
2767
|
+
"declaration": {
|
|
2768
|
+
"name": "BoardSelector",
|
|
2769
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "custom-element-definition",
|
|
2774
|
+
"name": "ox-board-selector",
|
|
2775
|
+
"declaration": {
|
|
2776
|
+
"name": "BoardSelector",
|
|
2777
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
2778
|
+
}
|
|
2779
|
+
}
|
|
2780
|
+
]
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "javascript-module",
|
|
2784
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2785
|
+
"declarations": [
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "variable",
|
|
2788
|
+
"name": "style",
|
|
2789
|
+
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
2790
|
+
}
|
|
2791
|
+
],
|
|
2792
|
+
"exports": [
|
|
2793
|
+
{
|
|
2794
|
+
"kind": "js",
|
|
2795
|
+
"name": "style",
|
|
2796
|
+
"declaration": {
|
|
2797
|
+
"name": "style",
|
|
2798
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
]
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "javascript-module",
|
|
2805
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2806
|
+
"declarations": [
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "class",
|
|
2809
|
+
"description": "",
|
|
2810
|
+
"name": "EditToolbar",
|
|
2811
|
+
"members": [
|
|
2812
|
+
{
|
|
2813
|
+
"kind": "field",
|
|
2814
|
+
"name": "scene",
|
|
2815
|
+
"type": {
|
|
2816
|
+
"text": "Scene | undefined"
|
|
2817
|
+
},
|
|
2818
|
+
"attribute": "scene"
|
|
2570
2819
|
},
|
|
2571
2820
|
{
|
|
2572
|
-
"kind": "
|
|
2573
|
-
"name": "
|
|
2821
|
+
"kind": "field",
|
|
2822
|
+
"name": "selected",
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "any[]"
|
|
2825
|
+
},
|
|
2826
|
+
"default": "[]",
|
|
2827
|
+
"attribute": "selected"
|
|
2574
2828
|
},
|
|
2575
2829
|
{
|
|
2576
|
-
"kind": "
|
|
2577
|
-
"name": "
|
|
2830
|
+
"kind": "field",
|
|
2831
|
+
"name": "hideProperty",
|
|
2832
|
+
"type": {
|
|
2833
|
+
"text": "boolean"
|
|
2834
|
+
},
|
|
2835
|
+
"default": "false",
|
|
2836
|
+
"attribute": "hideProperty"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "field",
|
|
2840
|
+
"name": "cliped",
|
|
2841
|
+
"type": {
|
|
2842
|
+
"text": "string | undefined"
|
|
2843
|
+
},
|
|
2844
|
+
"privacy": "private"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"kind": "field",
|
|
2848
|
+
"name": "redo",
|
|
2849
|
+
"type": {
|
|
2850
|
+
"text": "HTMLElement"
|
|
2851
|
+
},
|
|
2852
|
+
"privacy": "private"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "field",
|
|
2856
|
+
"name": "undo",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "HTMLElement"
|
|
2859
|
+
},
|
|
2860
|
+
"privacy": "private"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"kind": "field",
|
|
2864
|
+
"name": "fullscreen",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "HTMLElement"
|
|
2867
|
+
},
|
|
2868
|
+
"privacy": "private"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"kind": "field",
|
|
2872
|
+
"name": "cut",
|
|
2873
|
+
"type": {
|
|
2874
|
+
"text": "HTMLElement"
|
|
2875
|
+
},
|
|
2876
|
+
"privacy": "private"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "field",
|
|
2880
|
+
"name": "copy",
|
|
2881
|
+
"type": {
|
|
2882
|
+
"text": "HTMLElement"
|
|
2883
|
+
},
|
|
2884
|
+
"privacy": "private"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"kind": "field",
|
|
2888
|
+
"name": "paste",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "HTMLElement"
|
|
2891
|
+
},
|
|
2892
|
+
"privacy": "private"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"kind": "field",
|
|
2896
|
+
"name": "delete",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "HTMLElement"
|
|
2899
|
+
},
|
|
2900
|
+
"privacy": "private"
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"kind": "field",
|
|
2904
|
+
"name": "forward",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "HTMLElement"
|
|
2907
|
+
},
|
|
2908
|
+
"privacy": "private"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"kind": "field",
|
|
2912
|
+
"name": "backward",
|
|
2913
|
+
"type": {
|
|
2914
|
+
"text": "HTMLElement"
|
|
2915
|
+
},
|
|
2916
|
+
"privacy": "private"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "field",
|
|
2920
|
+
"name": "front",
|
|
2921
|
+
"type": {
|
|
2922
|
+
"text": "HTMLElement"
|
|
2923
|
+
},
|
|
2924
|
+
"privacy": "private"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "field",
|
|
2928
|
+
"name": "back",
|
|
2929
|
+
"type": {
|
|
2930
|
+
"text": "HTMLElement"
|
|
2931
|
+
},
|
|
2932
|
+
"privacy": "private"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "field",
|
|
2936
|
+
"name": "aligners",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2939
|
+
},
|
|
2940
|
+
"privacy": "private"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"kind": "field",
|
|
2944
|
+
"name": "zorders",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2947
|
+
},
|
|
2948
|
+
"privacy": "private"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "field",
|
|
2952
|
+
"name": "distributes",
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2955
|
+
},
|
|
2956
|
+
"privacy": "private"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"kind": "method",
|
|
2960
|
+
"name": "onWheelEvent",
|
|
2578
2961
|
"parameters": [
|
|
2579
2962
|
{
|
|
2580
2963
|
"name": "e",
|
|
2581
2964
|
"type": {
|
|
2582
|
-
"text": "
|
|
2965
|
+
"text": "Event"
|
|
2583
2966
|
}
|
|
2584
2967
|
}
|
|
2585
2968
|
]
|
|
2586
2969
|
},
|
|
2587
2970
|
{
|
|
2588
2971
|
"kind": "method",
|
|
2589
|
-
"name": "
|
|
2972
|
+
"name": "getSymbol",
|
|
2590
2973
|
"parameters": [
|
|
2591
2974
|
{
|
|
2592
|
-
"name": "
|
|
2975
|
+
"name": "key",
|
|
2593
2976
|
"type": {
|
|
2594
|
-
"text": "
|
|
2977
|
+
"text": "string"
|
|
2595
2978
|
}
|
|
2596
2979
|
}
|
|
2597
2980
|
]
|
|
2598
2981
|
},
|
|
2599
2982
|
{
|
|
2600
2983
|
"kind": "method",
|
|
2601
|
-
"name": "
|
|
2984
|
+
"name": "getShortcutString",
|
|
2985
|
+
"privacy": "private",
|
|
2602
2986
|
"parameters": [
|
|
2603
2987
|
{
|
|
2604
|
-
"name": "
|
|
2988
|
+
"name": "keys",
|
|
2605
2989
|
"type": {
|
|
2606
|
-
"text": "
|
|
2990
|
+
"text": "string[]"
|
|
2607
2991
|
}
|
|
2608
2992
|
}
|
|
2609
2993
|
]
|
|
2610
2994
|
},
|
|
2611
2995
|
{
|
|
2612
2996
|
"kind": "method",
|
|
2613
|
-
"name": "
|
|
2997
|
+
"name": "onShortcut",
|
|
2614
2998
|
"parameters": [
|
|
2615
2999
|
{
|
|
2616
3000
|
"name": "e",
|
|
2617
3001
|
"type": {
|
|
2618
|
-
"text": "
|
|
3002
|
+
"text": "KeyboardEvent"
|
|
2619
3003
|
}
|
|
2620
3004
|
}
|
|
2621
3005
|
]
|
|
2622
3006
|
},
|
|
2623
3007
|
{
|
|
2624
3008
|
"kind": "method",
|
|
2625
|
-
"name": "
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"kind": "method",
|
|
2649
|
-
"name": "onTapFullscreen"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"kind": "method",
|
|
2653
|
-
"name": "onTapToggle"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "method",
|
|
2657
|
-
"name": "onTapFitScene"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"kind": "method",
|
|
2661
|
-
"name": "onTapPreview"
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"kind": "method",
|
|
2665
|
-
"name": "onTapDownloadModel"
|
|
3009
|
+
"name": "onExecute",
|
|
3010
|
+
"parameters": [
|
|
3011
|
+
{
|
|
3012
|
+
"name": "command",
|
|
3013
|
+
"type": {
|
|
3014
|
+
"text": "string"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
{
|
|
3018
|
+
"name": "undoable",
|
|
3019
|
+
"type": {
|
|
3020
|
+
"text": "boolean"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "redoable",
|
|
3025
|
+
"type": {
|
|
3026
|
+
"text": "boolean"
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
]
|
|
2666
3030
|
},
|
|
2667
3031
|
{
|
|
2668
3032
|
"kind": "method",
|
|
2669
|
-
"name": "
|
|
3033
|
+
"name": "onUndo",
|
|
2670
3034
|
"parameters": [
|
|
2671
3035
|
{
|
|
2672
|
-
"name": "
|
|
3036
|
+
"name": "undoable",
|
|
2673
3037
|
"type": {
|
|
2674
|
-
"text": "
|
|
2675
|
-
}
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
{
|
|
2682
|
-
"name": "modeller-fullscreen",
|
|
2683
|
-
"type": {
|
|
2684
|
-
"text": "CustomEvent"
|
|
2685
|
-
}
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"name": "hide-property-changed",
|
|
2689
|
-
"type": {
|
|
2690
|
-
"text": "CustomEvent"
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"name": "open-preview",
|
|
2695
|
-
"type": {
|
|
2696
|
-
"text": "CustomEvent"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"name": "download-model",
|
|
2701
|
-
"type": {
|
|
2702
|
-
"text": "CustomEvent"
|
|
2703
|
-
}
|
|
2704
|
-
}
|
|
2705
|
-
],
|
|
2706
|
-
"attributes": [
|
|
2707
|
-
{
|
|
2708
|
-
"name": "scene",
|
|
2709
|
-
"type": {
|
|
2710
|
-
"text": "Scene | undefined"
|
|
2711
|
-
},
|
|
2712
|
-
"fieldName": "scene"
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"name": "selected",
|
|
2716
|
-
"type": {
|
|
2717
|
-
"text": "any[]"
|
|
2718
|
-
},
|
|
2719
|
-
"default": "[]",
|
|
2720
|
-
"fieldName": "selected"
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"name": "hideProperty",
|
|
2724
|
-
"type": {
|
|
2725
|
-
"text": "boolean"
|
|
2726
|
-
},
|
|
2727
|
-
"default": "false",
|
|
2728
|
-
"fieldName": "hideProperty"
|
|
2729
|
-
}
|
|
2730
|
-
],
|
|
2731
|
-
"superclass": {
|
|
2732
|
-
"name": "LitElement",
|
|
2733
|
-
"package": "lit"
|
|
2734
|
-
},
|
|
2735
|
-
"customElement": true
|
|
2736
|
-
}
|
|
2737
|
-
],
|
|
2738
|
-
"exports": [
|
|
2739
|
-
{
|
|
2740
|
-
"kind": "js",
|
|
2741
|
-
"name": "EditToolbar",
|
|
2742
|
-
"declaration": {
|
|
2743
|
-
"name": "EditToolbar",
|
|
2744
|
-
"module": "src/modeller/edit-toolbar.ts"
|
|
2745
|
-
}
|
|
2746
|
-
}
|
|
2747
|
-
]
|
|
2748
|
-
},
|
|
2749
|
-
{
|
|
2750
|
-
"kind": "javascript-module",
|
|
2751
|
-
"path": "src/selector/board-creation-popup.ts",
|
|
2752
|
-
"declarations": [
|
|
2753
|
-
{
|
|
2754
|
-
"kind": "class",
|
|
2755
|
-
"description": "",
|
|
2756
|
-
"name": "BoardCreationPopup",
|
|
2757
|
-
"members": [
|
|
2758
|
-
{
|
|
2759
|
-
"kind": "field",
|
|
2760
|
-
"name": "defaultGroup",
|
|
2761
|
-
"type": {
|
|
2762
|
-
"text": "string | undefined"
|
|
2763
|
-
},
|
|
2764
|
-
"attribute": "defaultGroup"
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"kind": "field",
|
|
2768
|
-
"name": "groups",
|
|
2769
|
-
"type": {
|
|
2770
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2771
|
-
},
|
|
2772
|
-
"attribute": "groups"
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "method",
|
|
2776
|
-
"name": "onClickSubmit"
|
|
2777
|
-
}
|
|
2778
|
-
],
|
|
2779
|
-
"events": [
|
|
2780
|
-
{
|
|
2781
|
-
"name": "create-board",
|
|
2782
|
-
"type": {
|
|
2783
|
-
"text": "CustomEvent"
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"attributes": [
|
|
2788
|
-
{
|
|
2789
|
-
"name": "defaultGroup",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "string | undefined"
|
|
2792
|
-
},
|
|
2793
|
-
"fieldName": "defaultGroup"
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"name": "groups",
|
|
2797
|
-
"type": {
|
|
2798
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2799
|
-
},
|
|
2800
|
-
"fieldName": "groups"
|
|
2801
|
-
}
|
|
2802
|
-
],
|
|
2803
|
-
"mixins": [
|
|
2804
|
-
{
|
|
2805
|
-
"name": "localize(i18next)",
|
|
2806
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2807
|
-
}
|
|
2808
|
-
],
|
|
2809
|
-
"superclass": {
|
|
2810
|
-
"name": "LitElement",
|
|
2811
|
-
"package": "lit"
|
|
2812
|
-
},
|
|
2813
|
-
"tagName": "board-creation-popup",
|
|
2814
|
-
"customElement": true
|
|
2815
|
-
}
|
|
2816
|
-
],
|
|
2817
|
-
"exports": [
|
|
2818
|
-
{
|
|
2819
|
-
"kind": "js",
|
|
2820
|
-
"name": "BoardCreationPopup",
|
|
2821
|
-
"declaration": {
|
|
2822
|
-
"name": "BoardCreationPopup",
|
|
2823
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2824
|
-
}
|
|
2825
|
-
},
|
|
2826
|
-
{
|
|
2827
|
-
"kind": "custom-element-definition",
|
|
2828
|
-
"name": "board-creation-popup",
|
|
2829
|
-
"declaration": {
|
|
2830
|
-
"name": "BoardCreationPopup",
|
|
2831
|
-
"module": "src/selector/board-creation-popup.ts"
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
]
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"kind": "javascript-module",
|
|
2838
|
-
"path": "src/selector/board-thumbnail-card.ts",
|
|
2839
|
-
"declarations": [
|
|
2840
|
-
{
|
|
2841
|
-
"kind": "class",
|
|
2842
|
-
"description": "",
|
|
2843
|
-
"name": "BoardThumbnailCard",
|
|
2844
|
-
"members": [
|
|
2845
|
-
{
|
|
2846
|
-
"kind": "field",
|
|
2847
|
-
"name": "defaultGroup",
|
|
2848
|
-
"type": {
|
|
2849
|
-
"text": "string | undefined"
|
|
2850
|
-
},
|
|
2851
|
-
"attribute": "defaultGroup"
|
|
2852
|
-
},
|
|
2853
|
-
{
|
|
2854
|
-
"kind": "field",
|
|
2855
|
-
"name": "groups",
|
|
2856
|
-
"type": {
|
|
2857
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2858
|
-
},
|
|
2859
|
-
"attribute": "groups"
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"kind": "method",
|
|
2863
|
-
"name": "onClickFlip",
|
|
2864
|
-
"parameters": [
|
|
2865
|
-
{
|
|
2866
|
-
"name": "e",
|
|
2867
|
-
"type": {
|
|
2868
|
-
"text": "Event"
|
|
2869
|
-
}
|
|
2870
|
-
}
|
|
2871
|
-
]
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"kind": "method",
|
|
2875
|
-
"name": "onClickSubmit",
|
|
2876
|
-
"parameters": [
|
|
2877
|
-
{
|
|
2878
|
-
"name": "e",
|
|
2879
|
-
"type": {
|
|
2880
|
-
"text": "Event"
|
|
3038
|
+
"text": "boolean"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "redoable",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "boolean"
|
|
2881
3045
|
}
|
|
2882
3046
|
}
|
|
2883
3047
|
]
|
|
2884
3048
|
},
|
|
2885
3049
|
{
|
|
2886
3050
|
"kind": "method",
|
|
2887
|
-
"name": "
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
},
|
|
2904
|
-
"fieldName": "defaultGroup"
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"name": "groups",
|
|
2908
|
-
"type": {
|
|
2909
|
-
"text": "{ id: string; name: string }[] | undefined"
|
|
2910
|
-
},
|
|
2911
|
-
"fieldName": "groups"
|
|
2912
|
-
}
|
|
2913
|
-
],
|
|
2914
|
-
"mixins": [
|
|
2915
|
-
{
|
|
2916
|
-
"name": "localize(i18next)",
|
|
2917
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2918
|
-
}
|
|
2919
|
-
],
|
|
2920
|
-
"superclass": {
|
|
2921
|
-
"name": "LitElement",
|
|
2922
|
-
"package": "lit"
|
|
2923
|
-
},
|
|
2924
|
-
"tagName": "board-thumbnail-card",
|
|
2925
|
-
"customElement": true
|
|
2926
|
-
}
|
|
2927
|
-
],
|
|
2928
|
-
"exports": [
|
|
2929
|
-
{
|
|
2930
|
-
"kind": "js",
|
|
2931
|
-
"name": "BoardThumbnailCard",
|
|
2932
|
-
"declaration": {
|
|
2933
|
-
"name": "BoardThumbnailCard",
|
|
2934
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2935
|
-
}
|
|
2936
|
-
},
|
|
2937
|
-
{
|
|
2938
|
-
"kind": "custom-element-definition",
|
|
2939
|
-
"name": "board-thumbnail-card",
|
|
2940
|
-
"declaration": {
|
|
2941
|
-
"name": "BoardThumbnailCard",
|
|
2942
|
-
"module": "src/selector/board-thumbnail-card.ts"
|
|
2943
|
-
}
|
|
2944
|
-
}
|
|
2945
|
-
]
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"kind": "javascript-module",
|
|
2949
|
-
"path": "src/selector/ox-board-creation-card.ts",
|
|
2950
|
-
"declarations": [
|
|
2951
|
-
{
|
|
2952
|
-
"kind": "class",
|
|
2953
|
-
"description": "",
|
|
2954
|
-
"name": "BoardCreationCard",
|
|
2955
|
-
"members": [
|
|
2956
|
-
{
|
|
2957
|
-
"kind": "field",
|
|
2958
|
-
"name": "defaultGroup",
|
|
2959
|
-
"type": {
|
|
2960
|
-
"text": "string | undefined"
|
|
2961
|
-
},
|
|
2962
|
-
"attribute": "defaultGroup"
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"kind": "field",
|
|
2966
|
-
"name": "groups",
|
|
2967
|
-
"type": {
|
|
2968
|
-
"text": "any"
|
|
2969
|
-
},
|
|
2970
|
-
"attribute": "groups"
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"kind": "field",
|
|
2974
|
-
"name": "popup",
|
|
2975
|
-
"type": {
|
|
2976
|
-
"text": "any"
|
|
2977
|
-
},
|
|
2978
|
-
"privacy": "private"
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
"kind": "method",
|
|
2982
|
-
"name": "onClick"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"kind": "method",
|
|
2986
|
-
"name": "reset"
|
|
2987
|
-
}
|
|
2988
|
-
],
|
|
2989
|
-
"events": [
|
|
2990
|
-
{
|
|
2991
|
-
"name": "create-board",
|
|
2992
|
-
"type": {
|
|
2993
|
-
"text": "CustomEvent"
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
],
|
|
2997
|
-
"attributes": [
|
|
2998
|
-
{
|
|
2999
|
-
"name": "defaultGroup",
|
|
3000
|
-
"type": {
|
|
3001
|
-
"text": "string | undefined"
|
|
3002
|
-
},
|
|
3003
|
-
"fieldName": "defaultGroup"
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"name": "groups",
|
|
3007
|
-
"type": {
|
|
3008
|
-
"text": "any"
|
|
3009
|
-
},
|
|
3010
|
-
"fieldName": "groups"
|
|
3011
|
-
}
|
|
3012
|
-
],
|
|
3013
|
-
"mixins": [
|
|
3014
|
-
{
|
|
3015
|
-
"name": "localize(i18next)",
|
|
3016
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
3017
|
-
}
|
|
3018
|
-
],
|
|
3019
|
-
"superclass": {
|
|
3020
|
-
"name": "LitElement",
|
|
3021
|
-
"package": "lit"
|
|
3022
|
-
},
|
|
3023
|
-
"tagName": "ox-board-creation-card",
|
|
3024
|
-
"customElement": true
|
|
3025
|
-
}
|
|
3026
|
-
],
|
|
3027
|
-
"exports": [
|
|
3028
|
-
{
|
|
3029
|
-
"kind": "js",
|
|
3030
|
-
"name": "BoardCreationCard",
|
|
3031
|
-
"declaration": {
|
|
3032
|
-
"name": "BoardCreationCard",
|
|
3033
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
3034
|
-
}
|
|
3035
|
-
},
|
|
3036
|
-
{
|
|
3037
|
-
"kind": "custom-element-definition",
|
|
3038
|
-
"name": "ox-board-creation-card",
|
|
3039
|
-
"declaration": {
|
|
3040
|
-
"name": "BoardCreationCard",
|
|
3041
|
-
"module": "src/selector/ox-board-creation-card.ts"
|
|
3042
|
-
}
|
|
3043
|
-
}
|
|
3044
|
-
]
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"kind": "javascript-module",
|
|
3048
|
-
"path": "src/selector/ox-board-selector.ts",
|
|
3049
|
-
"declarations": [
|
|
3050
|
-
{
|
|
3051
|
-
"kind": "class",
|
|
3052
|
-
"description": "",
|
|
3053
|
-
"name": "BoardSelector",
|
|
3054
|
-
"members": [
|
|
3051
|
+
"name": "onRedo",
|
|
3052
|
+
"parameters": [
|
|
3053
|
+
{
|
|
3054
|
+
"name": "undoable",
|
|
3055
|
+
"type": {
|
|
3056
|
+
"text": "boolean"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"name": "redoable",
|
|
3061
|
+
"type": {
|
|
3062
|
+
"text": "boolean"
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
]
|
|
3066
|
+
},
|
|
3055
3067
|
{
|
|
3056
|
-
"kind": "
|
|
3057
|
-
"name": "
|
|
3058
|
-
"
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3068
|
+
"kind": "method",
|
|
3069
|
+
"name": "onSceneChanged",
|
|
3070
|
+
"parameters": [
|
|
3071
|
+
{
|
|
3072
|
+
"name": "after",
|
|
3073
|
+
"optional": true,
|
|
3074
|
+
"type": {
|
|
3075
|
+
"text": "Scene"
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "before",
|
|
3080
|
+
"optional": true,
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "Scene"
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
3063
3086
|
},
|
|
3064
3087
|
{
|
|
3065
|
-
"kind": "
|
|
3066
|
-
"name": "
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3088
|
+
"kind": "method",
|
|
3089
|
+
"name": "onSelectedChanged",
|
|
3090
|
+
"parameters": [
|
|
3091
|
+
{
|
|
3092
|
+
"name": "after",
|
|
3093
|
+
"type": {
|
|
3094
|
+
"text": "Component[]"
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "before",
|
|
3099
|
+
"type": {
|
|
3100
|
+
"text": "Component[]"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
]
|
|
3072
3104
|
},
|
|
3073
3105
|
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3076
|
-
"type": {
|
|
3077
|
-
"text": "string | undefined"
|
|
3078
|
-
},
|
|
3079
|
-
"attribute": "group"
|
|
3106
|
+
"kind": "method",
|
|
3107
|
+
"name": "onTapUndo"
|
|
3080
3108
|
},
|
|
3081
3109
|
{
|
|
3082
|
-
"kind": "
|
|
3083
|
-
"name": "
|
|
3084
|
-
"type": {
|
|
3085
|
-
"text": "InheritedValueType | undefined"
|
|
3086
|
-
},
|
|
3087
|
-
"attribute": "inherited"
|
|
3110
|
+
"kind": "method",
|
|
3111
|
+
"name": "onTapRedo"
|
|
3088
3112
|
},
|
|
3089
3113
|
{
|
|
3090
|
-
"kind": "
|
|
3091
|
-
"name": "
|
|
3092
|
-
"type": {
|
|
3093
|
-
"text": "boolean"
|
|
3094
|
-
},
|
|
3095
|
-
"default": "false",
|
|
3096
|
-
"attribute": "creatable"
|
|
3114
|
+
"kind": "method",
|
|
3115
|
+
"name": "onTapCut"
|
|
3097
3116
|
},
|
|
3098
3117
|
{
|
|
3099
|
-
"kind": "
|
|
3100
|
-
"name": "
|
|
3101
|
-
"type": {
|
|
3102
|
-
"text": "string | undefined"
|
|
3103
|
-
},
|
|
3104
|
-
"attribute": "value"
|
|
3118
|
+
"kind": "method",
|
|
3119
|
+
"name": "onTapCopy"
|
|
3105
3120
|
},
|
|
3106
3121
|
{
|
|
3107
|
-
"kind": "
|
|
3108
|
-
"name": "
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "number"
|
|
3111
|
-
},
|
|
3112
|
-
"privacy": "private",
|
|
3113
|
-
"default": "1"
|
|
3122
|
+
"kind": "method",
|
|
3123
|
+
"name": "onTapPaste"
|
|
3114
3124
|
},
|
|
3115
3125
|
{
|
|
3116
|
-
"kind": "
|
|
3117
|
-
"name": "
|
|
3118
|
-
"type": {
|
|
3119
|
-
"text": "number"
|
|
3120
|
-
},
|
|
3121
|
-
"privacy": "private",
|
|
3122
|
-
"default": "0"
|
|
3126
|
+
"kind": "method",
|
|
3127
|
+
"name": "onTapDelete"
|
|
3123
3128
|
},
|
|
3124
3129
|
{
|
|
3125
|
-
"kind": "
|
|
3126
|
-
"name": "
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "HTMLElement | null"
|
|
3129
|
-
},
|
|
3130
|
-
"readonly": true
|
|
3130
|
+
"kind": "method",
|
|
3131
|
+
"name": "onTapSelectAll"
|
|
3131
3132
|
},
|
|
3132
3133
|
{
|
|
3133
3134
|
"kind": "method",
|
|
3134
|
-
"name": "
|
|
3135
|
+
"name": "onTapFontIncrease",
|
|
3136
|
+
"parameters": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "e",
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "TouchEvent"
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
]
|
|
3135
3144
|
},
|
|
3136
3145
|
{
|
|
3137
3146
|
"kind": "method",
|
|
3138
|
-
"name": "
|
|
3147
|
+
"name": "onTapFontDecrease",
|
|
3139
3148
|
"parameters": [
|
|
3140
3149
|
{
|
|
3141
|
-
"name": "
|
|
3150
|
+
"name": "e",
|
|
3142
3151
|
"type": {
|
|
3143
|
-
"text": "
|
|
3152
|
+
"text": "TouchEvent"
|
|
3144
3153
|
}
|
|
3145
3154
|
}
|
|
3146
3155
|
]
|
|
3147
3156
|
},
|
|
3148
3157
|
{
|
|
3149
3158
|
"kind": "method",
|
|
3150
|
-
"name": "
|
|
3159
|
+
"name": "onTapAlign",
|
|
3151
3160
|
"parameters": [
|
|
3152
3161
|
{
|
|
3153
3162
|
"name": "e",
|
|
3154
3163
|
"type": {
|
|
3155
|
-
"text": "
|
|
3164
|
+
"text": "TouchEvent | string"
|
|
3156
3165
|
}
|
|
3157
3166
|
}
|
|
3158
3167
|
]
|
|
3159
3168
|
},
|
|
3160
3169
|
{
|
|
3161
3170
|
"kind": "method",
|
|
3162
|
-
"name": "
|
|
3171
|
+
"name": "onTapZorder",
|
|
3172
|
+
"parameters": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "e",
|
|
3175
|
+
"type": {
|
|
3176
|
+
"text": "TouchEvent | string"
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
]
|
|
3163
3180
|
},
|
|
3164
3181
|
{
|
|
3165
3182
|
"kind": "method",
|
|
3166
|
-
"name": "
|
|
3183
|
+
"name": "onTapSymmetryX"
|
|
3167
3184
|
},
|
|
3168
3185
|
{
|
|
3169
3186
|
"kind": "method",
|
|
3170
|
-
"name": "
|
|
3187
|
+
"name": "onTapSymmetryY"
|
|
3171
3188
|
},
|
|
3172
3189
|
{
|
|
3173
3190
|
"kind": "method",
|
|
3174
|
-
"name": "
|
|
3175
|
-
"parameters": [
|
|
3176
|
-
{
|
|
3177
|
-
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
3178
|
-
"default": "{}"
|
|
3179
|
-
}
|
|
3180
|
-
]
|
|
3191
|
+
"name": "onTapRotateCW"
|
|
3181
3192
|
},
|
|
3182
3193
|
{
|
|
3183
3194
|
"kind": "method",
|
|
3184
|
-
"name": "
|
|
3195
|
+
"name": "onTapRotateCCW"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "method",
|
|
3199
|
+
"name": "onTapGroup"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "method",
|
|
3203
|
+
"name": "onTapUngroup"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"kind": "method",
|
|
3207
|
+
"name": "onTapFullscreen"
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"kind": "method",
|
|
3211
|
+
"name": "onTapToggle"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"kind": "method",
|
|
3215
|
+
"name": "onTapFitScene"
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"kind": "method",
|
|
3219
|
+
"name": "onTapPreview"
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"kind": "method",
|
|
3223
|
+
"name": "onTapDownloadModel"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"kind": "method",
|
|
3227
|
+
"name": "onTapDistribute",
|
|
3185
3228
|
"parameters": [
|
|
3186
3229
|
{
|
|
3187
|
-
"name": "
|
|
3188
|
-
"type": {
|
|
3189
|
-
"text": "string"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
{
|
|
3193
|
-
"name": "description",
|
|
3194
|
-
"type": {
|
|
3195
|
-
"text": "string"
|
|
3196
|
-
}
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"name": "groupId",
|
|
3230
|
+
"name": "e",
|
|
3200
3231
|
"type": {
|
|
3201
|
-
"text": "string"
|
|
3232
|
+
"text": "TouchEvent | string"
|
|
3202
3233
|
}
|
|
3203
3234
|
}
|
|
3204
3235
|
]
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"kind": "field",
|
|
3208
|
-
"name": "limit",
|
|
3209
|
-
"type": {
|
|
3210
|
-
"text": "number"
|
|
3211
|
-
},
|
|
3212
|
-
"default": "50"
|
|
3213
3236
|
}
|
|
3214
3237
|
],
|
|
3215
3238
|
"events": [
|
|
3216
3239
|
{
|
|
3217
|
-
"name": "
|
|
3240
|
+
"name": "modeller-fullscreen",
|
|
3218
3241
|
"type": {
|
|
3219
3242
|
"text": "CustomEvent"
|
|
3220
3243
|
}
|
|
3221
|
-
}
|
|
3222
|
-
],
|
|
3223
|
-
"attributes": [
|
|
3244
|
+
},
|
|
3224
3245
|
{
|
|
3225
|
-
"name": "
|
|
3246
|
+
"name": "hide-property-changed",
|
|
3226
3247
|
"type": {
|
|
3227
|
-
"text": "
|
|
3228
|
-
}
|
|
3229
|
-
"default": "[]",
|
|
3230
|
-
"fieldName": "groups"
|
|
3248
|
+
"text": "CustomEvent"
|
|
3249
|
+
}
|
|
3231
3250
|
},
|
|
3232
3251
|
{
|
|
3233
|
-
"name": "
|
|
3252
|
+
"name": "open-preview",
|
|
3234
3253
|
"type": {
|
|
3235
|
-
"text": "
|
|
3236
|
-
}
|
|
3237
|
-
"default": "[]",
|
|
3238
|
-
"fieldName": "boards"
|
|
3254
|
+
"text": "CustomEvent"
|
|
3255
|
+
}
|
|
3239
3256
|
},
|
|
3240
3257
|
{
|
|
3241
|
-
"name": "
|
|
3258
|
+
"name": "download-model",
|
|
3242
3259
|
"type": {
|
|
3243
|
-
"text": "
|
|
3244
|
-
}
|
|
3245
|
-
|
|
3246
|
-
|
|
3260
|
+
"text": "CustomEvent"
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
],
|
|
3264
|
+
"attributes": [
|
|
3247
3265
|
{
|
|
3248
|
-
"name": "
|
|
3266
|
+
"name": "scene",
|
|
3249
3267
|
"type": {
|
|
3250
|
-
"text": "
|
|
3268
|
+
"text": "Scene | undefined"
|
|
3251
3269
|
},
|
|
3252
|
-
"fieldName": "
|
|
3270
|
+
"fieldName": "scene"
|
|
3253
3271
|
},
|
|
3254
3272
|
{
|
|
3255
|
-
"name": "
|
|
3273
|
+
"name": "selected",
|
|
3256
3274
|
"type": {
|
|
3257
|
-
"text": "
|
|
3275
|
+
"text": "any[]"
|
|
3258
3276
|
},
|
|
3259
|
-
"default": "
|
|
3260
|
-
"fieldName": "
|
|
3277
|
+
"default": "[]",
|
|
3278
|
+
"fieldName": "selected"
|
|
3261
3279
|
},
|
|
3262
3280
|
{
|
|
3263
|
-
"name": "
|
|
3281
|
+
"name": "hideProperty",
|
|
3264
3282
|
"type": {
|
|
3265
|
-
"text": "
|
|
3283
|
+
"text": "boolean"
|
|
3266
3284
|
},
|
|
3267
|
-
"
|
|
3268
|
-
|
|
3269
|
-
],
|
|
3270
|
-
"mixins": [
|
|
3271
|
-
{
|
|
3272
|
-
"name": "InfiniteScrollable",
|
|
3273
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "localize(i18next)",
|
|
3277
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3285
|
+
"default": "false",
|
|
3286
|
+
"fieldName": "hideProperty"
|
|
3278
3287
|
}
|
|
3279
3288
|
],
|
|
3280
3289
|
"superclass": {
|
|
3281
3290
|
"name": "LitElement",
|
|
3282
3291
|
"package": "lit"
|
|
3283
3292
|
},
|
|
3284
|
-
"tagName": "ox-editor-board-selector",
|
|
3285
3293
|
"customElement": true
|
|
3286
3294
|
}
|
|
3287
3295
|
],
|
|
3288
3296
|
"exports": [
|
|
3289
3297
|
{
|
|
3290
3298
|
"kind": "js",
|
|
3291
|
-
"name": "
|
|
3292
|
-
"declaration": {
|
|
3293
|
-
"name": "BoardSelector",
|
|
3294
|
-
"module": "src/selector/ox-board-selector.ts"
|
|
3295
|
-
}
|
|
3296
|
-
},
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "custom-element-definition",
|
|
3299
|
-
"name": "ox-board-selector",
|
|
3299
|
+
"name": "EditToolbar",
|
|
3300
3300
|
"declaration": {
|
|
3301
|
-
"name": "
|
|
3302
|
-
"module": "src/
|
|
3301
|
+
"name": "EditToolbar",
|
|
3302
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
3303
3303
|
}
|
|
3304
3304
|
}
|
|
3305
3305
|
]
|
|
@@ -4866,30 +4866,41 @@
|
|
|
4866
4866
|
},
|
|
4867
4867
|
{
|
|
4868
4868
|
"kind": "javascript-module",
|
|
4869
|
-
"path": "src/modeller/property-sidebar/
|
|
4869
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
4870
|
+
"declarations": [
|
|
4871
|
+
{
|
|
4872
|
+
"kind": "variable",
|
|
4873
|
+
"name": "EffectsSharedStyle",
|
|
4874
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
4875
|
+
}
|
|
4876
|
+
],
|
|
4877
|
+
"exports": [
|
|
4878
|
+
{
|
|
4879
|
+
"kind": "js",
|
|
4880
|
+
"name": "EffectsSharedStyle",
|
|
4881
|
+
"declaration": {
|
|
4882
|
+
"name": "EffectsSharedStyle",
|
|
4883
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
4884
|
+
}
|
|
4885
|
+
}
|
|
4886
|
+
]
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"kind": "javascript-module",
|
|
4890
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4870
4891
|
"declarations": [
|
|
4871
4892
|
{
|
|
4872
4893
|
"kind": "class",
|
|
4873
|
-
"description": "
|
|
4874
|
-
"name": "
|
|
4894
|
+
"description": "",
|
|
4895
|
+
"name": "PropertyEffects",
|
|
4875
4896
|
"members": [
|
|
4876
4897
|
{
|
|
4877
4898
|
"kind": "field",
|
|
4878
|
-
"name": "
|
|
4879
|
-
"type": {
|
|
4880
|
-
"text": "Mapping"
|
|
4881
|
-
},
|
|
4882
|
-
"default": "{\n rule: 'value'\n }",
|
|
4883
|
-
"attribute": "mapping"
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"kind": "field",
|
|
4887
|
-
"name": "rule",
|
|
4899
|
+
"name": "value",
|
|
4888
4900
|
"type": {
|
|
4889
|
-
"text": "
|
|
4901
|
+
"text": "Properties | undefined"
|
|
4890
4902
|
},
|
|
4891
|
-
"
|
|
4892
|
-
"attribute": "rule"
|
|
4903
|
+
"attribute": "value"
|
|
4893
4904
|
},
|
|
4894
4905
|
{
|
|
4895
4906
|
"kind": "field",
|
|
@@ -4901,116 +4912,72 @@
|
|
|
4901
4912
|
},
|
|
4902
4913
|
{
|
|
4903
4914
|
"kind": "field",
|
|
4904
|
-
"name": "
|
|
4905
|
-
"
|
|
4906
|
-
|
|
4907
|
-
},
|
|
4908
|
-
"default": "{\n play: 'boolean',\n hidden: 'boolean',\n started: 'boolean',\n\n rotation: 'number',\n value: 'number',\n\n fillStyle: 'color',\n strokeStyle: 'color',\n fontColor: 'color',\n\n data: 'object',\n source: 'attachment',\n location: 'object',\n dimension: 'object',\n\n text: 'string',\n ref: 'string'\n }"
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"kind": "field",
|
|
4912
|
-
"name": "_componentIds",
|
|
4913
|
-
"type": {
|
|
4914
|
-
"text": "{ value: string; description: string }[]"
|
|
4915
|
-
},
|
|
4916
|
-
"default": "[]"
|
|
4917
|
-
},
|
|
4918
|
-
{
|
|
4919
|
-
"kind": "field",
|
|
4920
|
-
"name": "editor",
|
|
4921
|
-
"type": {
|
|
4922
|
-
"text": "HTMLInputElement"
|
|
4923
|
-
}
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
"kind": "field",
|
|
4927
|
-
"name": "target",
|
|
4928
|
-
"type": {
|
|
4929
|
-
"text": "HTMLInputElement"
|
|
4930
|
-
}
|
|
4915
|
+
"name": "scopedElements",
|
|
4916
|
+
"static": true,
|
|
4917
|
+
"readonly": true
|
|
4931
4918
|
},
|
|
4932
4919
|
{
|
|
4933
4920
|
"kind": "method",
|
|
4934
|
-
"name": "
|
|
4921
|
+
"name": "_onValueChange",
|
|
4935
4922
|
"parameters": [
|
|
4936
4923
|
{
|
|
4937
|
-
"name": "
|
|
4924
|
+
"name": "e",
|
|
4938
4925
|
"type": {
|
|
4939
|
-
"text": "
|
|
4926
|
+
"text": "Event"
|
|
4940
4927
|
}
|
|
4941
4928
|
}
|
|
4942
|
-
]
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
"type": {
|
|
4948
|
-
"text": "boolean"
|
|
4949
|
-
},
|
|
4950
|
-
"privacy": "private",
|
|
4951
|
-
"default": "false"
|
|
4952
|
-
},
|
|
4953
|
-
{
|
|
4954
|
-
"kind": "method",
|
|
4955
|
-
"name": "_onChangedMapping"
|
|
4929
|
+
],
|
|
4930
|
+
"inheritedFrom": {
|
|
4931
|
+
"name": "AbstractProperty",
|
|
4932
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4933
|
+
}
|
|
4956
4934
|
},
|
|
4957
4935
|
{
|
|
4958
4936
|
"kind": "method",
|
|
4959
|
-
"name": "
|
|
4937
|
+
"name": "_getValueFromEventTarget",
|
|
4960
4938
|
"parameters": [
|
|
4961
4939
|
{
|
|
4962
|
-
"name": "
|
|
4940
|
+
"name": "element",
|
|
4963
4941
|
"type": {
|
|
4964
|
-
"text": "
|
|
4942
|
+
"text": "HTMLElement"
|
|
4965
4943
|
}
|
|
4966
4944
|
}
|
|
4967
|
-
]
|
|
4945
|
+
],
|
|
4946
|
+
"inheritedFrom": {
|
|
4947
|
+
"name": "AbstractProperty",
|
|
4948
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4949
|
+
}
|
|
4968
4950
|
},
|
|
4969
4951
|
{
|
|
4970
4952
|
"kind": "method",
|
|
4971
|
-
"name": "
|
|
4953
|
+
"name": "_onAfterValueChange",
|
|
4972
4954
|
"parameters": [
|
|
4973
4955
|
{
|
|
4974
|
-
"name": "
|
|
4956
|
+
"name": "key",
|
|
4975
4957
|
"type": {
|
|
4976
|
-
"text": "
|
|
4958
|
+
"text": "string"
|
|
4959
|
+
}
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "value",
|
|
4963
|
+
"type": {
|
|
4964
|
+
"text": "any"
|
|
4977
4965
|
}
|
|
4978
4966
|
}
|
|
4979
|
-
]
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
{
|
|
4984
|
-
"name": "value-change",
|
|
4985
|
-
"type": {
|
|
4986
|
-
"text": "CustomEvent"
|
|
4967
|
+
],
|
|
4968
|
+
"inheritedFrom": {
|
|
4969
|
+
"name": "AbstractProperty",
|
|
4970
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4987
4971
|
}
|
|
4988
4972
|
}
|
|
4989
4973
|
],
|
|
4990
4974
|
"attributes": [
|
|
4991
4975
|
{
|
|
4992
|
-
"name": "
|
|
4993
|
-
"type": {
|
|
4994
|
-
"text": "Mapping"
|
|
4995
|
-
},
|
|
4996
|
-
"default": "{\n rule: 'value'\n }",
|
|
4997
|
-
"fieldName": "mapping"
|
|
4998
|
-
},
|
|
4999
|
-
{
|
|
5000
|
-
"name": "rule",
|
|
5001
|
-
"type": {
|
|
5002
|
-
"text": "Rule"
|
|
5003
|
-
},
|
|
5004
|
-
"default": "{}",
|
|
5005
|
-
"fieldName": "rule"
|
|
5006
|
-
},
|
|
5007
|
-
{
|
|
5008
|
-
"name": "properties",
|
|
4976
|
+
"name": "value",
|
|
5009
4977
|
"type": {
|
|
5010
|
-
"text": "Properties
|
|
4978
|
+
"text": "Properties | undefined"
|
|
5011
4979
|
},
|
|
5012
|
-
"
|
|
5013
|
-
"fieldName": "properties"
|
|
4980
|
+
"fieldName": "value"
|
|
5014
4981
|
},
|
|
5015
4982
|
{
|
|
5016
4983
|
"name": "scene",
|
|
@@ -5020,132 +4987,158 @@
|
|
|
5020
4987
|
"fieldName": "scene"
|
|
5021
4988
|
}
|
|
5022
4989
|
],
|
|
4990
|
+
"mixins": [
|
|
4991
|
+
{
|
|
4992
|
+
"name": "ScopedElementsMixin",
|
|
4993
|
+
"package": "@open-wc/scoped-elements"
|
|
4994
|
+
}
|
|
4995
|
+
],
|
|
5023
4996
|
"superclass": {
|
|
5024
|
-
"name": "
|
|
5025
|
-
"
|
|
4997
|
+
"name": "AbstractProperty",
|
|
4998
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5026
4999
|
},
|
|
5027
|
-
"
|
|
5028
|
-
}
|
|
5029
|
-
],
|
|
5030
|
-
"exports": [
|
|
5031
|
-
{
|
|
5032
|
-
"kind": "js",
|
|
5033
|
-
"name": "DataBindingMapper",
|
|
5034
|
-
"declaration": {
|
|
5035
|
-
"name": "DataBindingMapper",
|
|
5036
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5037
|
-
}
|
|
5038
|
-
}
|
|
5039
|
-
]
|
|
5040
|
-
},
|
|
5041
|
-
{
|
|
5042
|
-
"kind": "javascript-module",
|
|
5043
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5044
|
-
"declarations": [
|
|
5045
|
-
{
|
|
5046
|
-
"kind": "class",
|
|
5047
|
-
"description": "",
|
|
5048
|
-
"name": "DataBindingValueMap",
|
|
5049
|
-
"members": [
|
|
5000
|
+
"events": [
|
|
5050
5001
|
{
|
|
5051
|
-
"
|
|
5052
|
-
"
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
}
|
|
5060
|
-
}
|
|
5061
|
-
]
|
|
5002
|
+
"name": "property-change",
|
|
5003
|
+
"type": {
|
|
5004
|
+
"text": "CustomEvent"
|
|
5005
|
+
},
|
|
5006
|
+
"inheritedFrom": {
|
|
5007
|
+
"name": "AbstractProperty",
|
|
5008
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5009
|
+
}
|
|
5062
5010
|
}
|
|
5063
|
-
]
|
|
5064
|
-
"superclass": {
|
|
5065
|
-
"name": "OxInputValueMap",
|
|
5066
|
-
"package": "@operato/input"
|
|
5067
|
-
},
|
|
5068
|
-
"tagName": "data-binding-value-map",
|
|
5069
|
-
"customElement": true
|
|
5011
|
+
]
|
|
5070
5012
|
}
|
|
5071
5013
|
],
|
|
5072
5014
|
"exports": [
|
|
5073
5015
|
{
|
|
5074
5016
|
"kind": "js",
|
|
5075
|
-
"name": "
|
|
5076
|
-
"declaration": {
|
|
5077
|
-
"name": "DataBindingValueMap",
|
|
5078
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5079
|
-
}
|
|
5080
|
-
},
|
|
5081
|
-
{
|
|
5082
|
-
"kind": "custom-element-definition",
|
|
5083
|
-
"name": "data-binding-value-map",
|
|
5017
|
+
"name": "PropertyEffects",
|
|
5084
5018
|
"declaration": {
|
|
5085
|
-
"name": "
|
|
5086
|
-
"module": "src/modeller/property-sidebar/
|
|
5019
|
+
"name": "PropertyEffects",
|
|
5020
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5087
5021
|
}
|
|
5088
5022
|
}
|
|
5089
5023
|
]
|
|
5090
5024
|
},
|
|
5091
5025
|
{
|
|
5092
5026
|
"kind": "javascript-module",
|
|
5093
|
-
"path": "src/modeller/property-sidebar/
|
|
5027
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5094
5028
|
"declarations": [
|
|
5095
5029
|
{
|
|
5096
5030
|
"kind": "class",
|
|
5097
5031
|
"description": "",
|
|
5098
|
-
"name": "
|
|
5032
|
+
"name": "PropertyEventHover",
|
|
5099
5033
|
"members": [
|
|
5034
|
+
{
|
|
5035
|
+
"kind": "field",
|
|
5036
|
+
"name": "value",
|
|
5037
|
+
"type": {
|
|
5038
|
+
"text": "Properties | undefined"
|
|
5039
|
+
},
|
|
5040
|
+
"attribute": "value"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"kind": "field",
|
|
5044
|
+
"name": "scene",
|
|
5045
|
+
"type": {
|
|
5046
|
+
"text": "Scene | undefined"
|
|
5047
|
+
},
|
|
5048
|
+
"attribute": "scene"
|
|
5049
|
+
},
|
|
5100
5050
|
{
|
|
5101
5051
|
"kind": "method",
|
|
5102
|
-
"name": "
|
|
5052
|
+
"name": "_getPlaceHoder",
|
|
5103
5053
|
"parameters": [
|
|
5104
5054
|
{
|
|
5105
|
-
"name": "
|
|
5106
|
-
"optional": true,
|
|
5055
|
+
"name": "action",
|
|
5107
5056
|
"type": {
|
|
5108
|
-
"text": "
|
|
5057
|
+
"text": "string"
|
|
5058
|
+
}
|
|
5059
|
+
}
|
|
5060
|
+
]
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "method",
|
|
5064
|
+
"name": "_getTargetList",
|
|
5065
|
+
"return": {
|
|
5066
|
+
"type": {
|
|
5067
|
+
"text": "{ value: string; description: string }[]"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"parameters": [
|
|
5071
|
+
{
|
|
5072
|
+
"name": "action",
|
|
5073
|
+
"type": {
|
|
5074
|
+
"text": "string"
|
|
5075
|
+
}
|
|
5076
|
+
}
|
|
5077
|
+
]
|
|
5078
|
+
},
|
|
5079
|
+
{
|
|
5080
|
+
"kind": "method",
|
|
5081
|
+
"name": "_onValueChange",
|
|
5082
|
+
"parameters": [
|
|
5083
|
+
{
|
|
5084
|
+
"name": "e",
|
|
5085
|
+
"type": {
|
|
5086
|
+
"text": "Event"
|
|
5109
5087
|
}
|
|
5110
5088
|
}
|
|
5111
5089
|
]
|
|
5112
5090
|
}
|
|
5113
5091
|
],
|
|
5092
|
+
"events": [
|
|
5093
|
+
{
|
|
5094
|
+
"name": "change",
|
|
5095
|
+
"type": {
|
|
5096
|
+
"text": "CustomEvent"
|
|
5097
|
+
}
|
|
5098
|
+
}
|
|
5099
|
+
],
|
|
5100
|
+
"attributes": [
|
|
5101
|
+
{
|
|
5102
|
+
"name": "value",
|
|
5103
|
+
"type": {
|
|
5104
|
+
"text": "Properties | undefined"
|
|
5105
|
+
},
|
|
5106
|
+
"fieldName": "value"
|
|
5107
|
+
},
|
|
5108
|
+
{
|
|
5109
|
+
"name": "scene",
|
|
5110
|
+
"type": {
|
|
5111
|
+
"text": "Scene | undefined"
|
|
5112
|
+
},
|
|
5113
|
+
"fieldName": "scene"
|
|
5114
|
+
}
|
|
5115
|
+
],
|
|
5114
5116
|
"superclass": {
|
|
5115
|
-
"name": "
|
|
5116
|
-
"package": "
|
|
5117
|
+
"name": "LitElement",
|
|
5118
|
+
"package": "lit"
|
|
5117
5119
|
},
|
|
5118
|
-
"tagName": "data-binding-value-range",
|
|
5119
5120
|
"customElement": true
|
|
5120
5121
|
}
|
|
5121
5122
|
],
|
|
5122
5123
|
"exports": [
|
|
5123
5124
|
{
|
|
5124
5125
|
"kind": "js",
|
|
5125
|
-
"name": "
|
|
5126
|
-
"declaration": {
|
|
5127
|
-
"name": "DataBindingValueRange",
|
|
5128
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5129
|
-
}
|
|
5130
|
-
},
|
|
5131
|
-
{
|
|
5132
|
-
"kind": "custom-element-definition",
|
|
5133
|
-
"name": "data-binding-value-range",
|
|
5126
|
+
"name": "PropertyEventHover",
|
|
5134
5127
|
"declaration": {
|
|
5135
|
-
"name": "
|
|
5136
|
-
"module": "src/modeller/property-sidebar/
|
|
5128
|
+
"name": "PropertyEventHover",
|
|
5129
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5137
5130
|
}
|
|
5138
5131
|
}
|
|
5139
5132
|
]
|
|
5140
5133
|
},
|
|
5141
5134
|
{
|
|
5142
5135
|
"kind": "javascript-module",
|
|
5143
|
-
"path": "src/modeller/property-sidebar/
|
|
5136
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5144
5137
|
"declarations": [
|
|
5145
5138
|
{
|
|
5146
5139
|
"kind": "class",
|
|
5147
5140
|
"description": "",
|
|
5148
|
-
"name": "
|
|
5141
|
+
"name": "PropertyEventTap",
|
|
5149
5142
|
"members": [
|
|
5150
5143
|
{
|
|
5151
5144
|
"kind": "field",
|
|
@@ -5165,180 +5158,67 @@
|
|
|
5165
5158
|
},
|
|
5166
5159
|
{
|
|
5167
5160
|
"kind": "field",
|
|
5168
|
-
"name": "
|
|
5161
|
+
"name": "scenarios",
|
|
5169
5162
|
"type": {
|
|
5170
|
-
"text": "
|
|
5163
|
+
"text": "{ value: string; description: string }[]"
|
|
5171
5164
|
},
|
|
5172
|
-
"default": "
|
|
5173
|
-
},
|
|
5174
|
-
{
|
|
5175
|
-
"kind": "field",
|
|
5176
|
-
"name": "_afterRender",
|
|
5177
|
-
"type": {
|
|
5178
|
-
"text": "Function | null | undefined"
|
|
5179
|
-
}
|
|
5165
|
+
"default": "[]"
|
|
5180
5166
|
},
|
|
5181
5167
|
{
|
|
5182
5168
|
"kind": "field",
|
|
5183
|
-
"name": "
|
|
5169
|
+
"name": "targetList",
|
|
5184
5170
|
"type": {
|
|
5185
|
-
"text": "
|
|
5171
|
+
"text": "{ value: string; description: string }[]"
|
|
5186
5172
|
},
|
|
5187
|
-
"default": "
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
"kind": "field",
|
|
5191
|
-
"name": "tabs",
|
|
5192
|
-
"type": {
|
|
5193
|
-
"text": "HTMLElement"
|
|
5194
|
-
}
|
|
5195
|
-
},
|
|
5196
|
-
{
|
|
5197
|
-
"kind": "field",
|
|
5198
|
-
"name": "tabNavLeftButton",
|
|
5199
|
-
"type": {
|
|
5200
|
-
"text": "HTMLElement"
|
|
5201
|
-
}
|
|
5202
|
-
},
|
|
5203
|
-
{
|
|
5204
|
-
"kind": "field",
|
|
5205
|
-
"name": "tabNavRightButton",
|
|
5206
|
-
"type": {
|
|
5207
|
-
"text": "HTMLElement"
|
|
5208
|
-
}
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"kind": "field",
|
|
5212
|
-
"name": "mappings",
|
|
5213
|
-
"readonly": true
|
|
5214
|
-
},
|
|
5215
|
-
{
|
|
5216
|
-
"kind": "field",
|
|
5217
|
-
"name": "scopedElements",
|
|
5218
|
-
"static": true,
|
|
5219
|
-
"readonly": true
|
|
5173
|
+
"default": "[]"
|
|
5220
5174
|
},
|
|
5221
5175
|
{
|
|
5222
5176
|
"kind": "method",
|
|
5223
|
-
"name": "
|
|
5177
|
+
"name": "_getPlaceHoder",
|
|
5224
5178
|
"parameters": [
|
|
5225
5179
|
{
|
|
5226
|
-
"name": "
|
|
5180
|
+
"name": "action",
|
|
5227
5181
|
"type": {
|
|
5228
|
-
"text": "
|
|
5182
|
+
"text": "string"
|
|
5229
5183
|
}
|
|
5230
5184
|
}
|
|
5231
5185
|
]
|
|
5232
5186
|
},
|
|
5233
5187
|
{
|
|
5234
5188
|
"kind": "method",
|
|
5235
|
-
"name": "
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
"name": "_copyDataBindingMapper"
|
|
5240
|
-
},
|
|
5241
|
-
{
|
|
5242
|
-
"kind": "method",
|
|
5243
|
-
"name": "_pasteDataBindingMapper"
|
|
5244
|
-
},
|
|
5245
|
-
{
|
|
5246
|
-
"kind": "method",
|
|
5247
|
-
"name": "_onValueChanged"
|
|
5248
|
-
},
|
|
5249
|
-
{
|
|
5250
|
-
"kind": "method",
|
|
5251
|
-
"name": "_onValueChange",
|
|
5252
|
-
"parameters": [
|
|
5253
|
-
{
|
|
5254
|
-
"name": "e",
|
|
5255
|
-
"type": {
|
|
5256
|
-
"text": "Event"
|
|
5257
|
-
}
|
|
5189
|
+
"name": "_getInputList",
|
|
5190
|
+
"return": {
|
|
5191
|
+
"type": {
|
|
5192
|
+
"text": "{ value: string; description: string }[]"
|
|
5258
5193
|
}
|
|
5259
|
-
|
|
5260
|
-
"inheritedFrom": {
|
|
5261
|
-
"name": "AbstractProperty",
|
|
5262
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5263
|
-
}
|
|
5264
|
-
},
|
|
5265
|
-
{
|
|
5266
|
-
"kind": "field",
|
|
5267
|
-
"name": "tabContainer",
|
|
5268
|
-
"readonly": true
|
|
5269
|
-
},
|
|
5270
|
-
{
|
|
5271
|
-
"kind": "method",
|
|
5272
|
-
"name": "_onMappingChanged",
|
|
5194
|
+
},
|
|
5273
5195
|
"parameters": [
|
|
5274
5196
|
{
|
|
5275
|
-
"name": "
|
|
5197
|
+
"name": "action",
|
|
5276
5198
|
"type": {
|
|
5277
|
-
"text": "
|
|
5199
|
+
"text": "string"
|
|
5278
5200
|
}
|
|
5279
5201
|
}
|
|
5280
5202
|
]
|
|
5281
5203
|
},
|
|
5282
5204
|
{
|
|
5283
5205
|
"kind": "method",
|
|
5284
|
-
"name": "
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "method",
|
|
5288
|
-
"name": "_onTabScrollNavLeft"
|
|
5289
|
-
},
|
|
5290
|
-
{
|
|
5291
|
-
"kind": "method",
|
|
5292
|
-
"name": "_onTabScrollNavRight"
|
|
5293
|
-
},
|
|
5294
|
-
{
|
|
5295
|
-
"kind": "method",
|
|
5296
|
-
"name": "_getValueFromEventTarget",
|
|
5297
|
-
"parameters": [
|
|
5298
|
-
{
|
|
5299
|
-
"name": "element",
|
|
5300
|
-
"type": {
|
|
5301
|
-
"text": "HTMLElement"
|
|
5302
|
-
}
|
|
5303
|
-
}
|
|
5304
|
-
],
|
|
5305
|
-
"inheritedFrom": {
|
|
5306
|
-
"name": "AbstractProperty",
|
|
5307
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5308
|
-
}
|
|
5309
|
-
},
|
|
5310
|
-
{
|
|
5311
|
-
"kind": "method",
|
|
5312
|
-
"name": "_onAfterValueChange",
|
|
5206
|
+
"name": "_onValueChange",
|
|
5313
5207
|
"parameters": [
|
|
5314
5208
|
{
|
|
5315
|
-
"name": "
|
|
5316
|
-
"type": {
|
|
5317
|
-
"text": "string"
|
|
5318
|
-
}
|
|
5319
|
-
},
|
|
5320
|
-
{
|
|
5321
|
-
"name": "value",
|
|
5209
|
+
"name": "e",
|
|
5322
5210
|
"type": {
|
|
5323
|
-
"text": "
|
|
5211
|
+
"text": "Event"
|
|
5324
5212
|
}
|
|
5325
5213
|
}
|
|
5326
|
-
]
|
|
5327
|
-
"inheritedFrom": {
|
|
5328
|
-
"name": "AbstractProperty",
|
|
5329
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5330
|
-
}
|
|
5214
|
+
]
|
|
5331
5215
|
}
|
|
5332
5216
|
],
|
|
5333
5217
|
"events": [
|
|
5334
5218
|
{
|
|
5335
|
-
"name": "
|
|
5219
|
+
"name": "change",
|
|
5336
5220
|
"type": {
|
|
5337
5221
|
"text": "CustomEvent"
|
|
5338
|
-
},
|
|
5339
|
-
"inheritedFrom": {
|
|
5340
|
-
"name": "AbstractProperty",
|
|
5341
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5342
5222
|
}
|
|
5343
5223
|
}
|
|
5344
5224
|
],
|
|
@@ -5358,58 +5238,32 @@
|
|
|
5358
5238
|
"fieldName": "scene"
|
|
5359
5239
|
}
|
|
5360
5240
|
],
|
|
5361
|
-
"mixins": [
|
|
5362
|
-
{
|
|
5363
|
-
"name": "ScopedElementsMixin",
|
|
5364
|
-
"package": "@open-wc/scoped-elements"
|
|
5365
|
-
}
|
|
5366
|
-
],
|
|
5367
5241
|
"superclass": {
|
|
5368
|
-
"name": "
|
|
5369
|
-
"
|
|
5370
|
-
}
|
|
5371
|
-
|
|
5372
|
-
],
|
|
5373
|
-
"exports": [
|
|
5374
|
-
{
|
|
5375
|
-
"kind": "js",
|
|
5376
|
-
"name": "PropertyDataBinding",
|
|
5377
|
-
"declaration": {
|
|
5378
|
-
"name": "PropertyDataBinding",
|
|
5379
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5380
|
-
}
|
|
5381
|
-
}
|
|
5382
|
-
]
|
|
5383
|
-
},
|
|
5384
|
-
{
|
|
5385
|
-
"kind": "javascript-module",
|
|
5386
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5387
|
-
"declarations": [
|
|
5388
|
-
{
|
|
5389
|
-
"kind": "variable",
|
|
5390
|
-
"name": "EffectsSharedStyle",
|
|
5391
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5242
|
+
"name": "LitElement",
|
|
5243
|
+
"package": "lit"
|
|
5244
|
+
},
|
|
5245
|
+
"customElement": true
|
|
5392
5246
|
}
|
|
5393
5247
|
],
|
|
5394
5248
|
"exports": [
|
|
5395
5249
|
{
|
|
5396
5250
|
"kind": "js",
|
|
5397
|
-
"name": "
|
|
5251
|
+
"name": "PropertyEventTap",
|
|
5398
5252
|
"declaration": {
|
|
5399
|
-
"name": "
|
|
5400
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5253
|
+
"name": "PropertyEventTap",
|
|
5254
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5401
5255
|
}
|
|
5402
5256
|
}
|
|
5403
5257
|
]
|
|
5404
5258
|
},
|
|
5405
5259
|
{
|
|
5406
5260
|
"kind": "javascript-module",
|
|
5407
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
5261
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5408
5262
|
"declarations": [
|
|
5409
5263
|
{
|
|
5410
5264
|
"kind": "class",
|
|
5411
5265
|
"description": "",
|
|
5412
|
-
"name": "
|
|
5266
|
+
"name": "PropertyEvent",
|
|
5413
5267
|
"members": [
|
|
5414
5268
|
{
|
|
5415
5269
|
"kind": "field",
|
|
@@ -5443,48 +5297,14 @@
|
|
|
5443
5297
|
"text": "Event"
|
|
5444
5298
|
}
|
|
5445
5299
|
}
|
|
5446
|
-
]
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
}
|
|
5451
|
-
},
|
|
5452
|
-
{
|
|
5453
|
-
"kind": "method",
|
|
5454
|
-
"name": "_getValueFromEventTarget",
|
|
5455
|
-
"parameters": [
|
|
5456
|
-
{
|
|
5457
|
-
"name": "element",
|
|
5458
|
-
"type": {
|
|
5459
|
-
"text": "HTMLElement"
|
|
5460
|
-
}
|
|
5461
|
-
}
|
|
5462
|
-
],
|
|
5463
|
-
"inheritedFrom": {
|
|
5464
|
-
"name": "AbstractProperty",
|
|
5465
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5466
|
-
}
|
|
5467
|
-
},
|
|
5300
|
+
]
|
|
5301
|
+
}
|
|
5302
|
+
],
|
|
5303
|
+
"events": [
|
|
5468
5304
|
{
|
|
5469
|
-
"
|
|
5470
|
-
"
|
|
5471
|
-
|
|
5472
|
-
{
|
|
5473
|
-
"name": "key",
|
|
5474
|
-
"type": {
|
|
5475
|
-
"text": "string"
|
|
5476
|
-
}
|
|
5477
|
-
},
|
|
5478
|
-
{
|
|
5479
|
-
"name": "value",
|
|
5480
|
-
"type": {
|
|
5481
|
-
"text": "any"
|
|
5482
|
-
}
|
|
5483
|
-
}
|
|
5484
|
-
],
|
|
5485
|
-
"inheritedFrom": {
|
|
5486
|
-
"name": "AbstractProperty",
|
|
5487
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5305
|
+
"name": "change",
|
|
5306
|
+
"type": {
|
|
5307
|
+
"text": "CustomEvent"
|
|
5488
5308
|
}
|
|
5489
5309
|
}
|
|
5490
5310
|
],
|
|
@@ -5511,18 +5331,100 @@
|
|
|
5511
5331
|
}
|
|
5512
5332
|
],
|
|
5513
5333
|
"superclass": {
|
|
5514
|
-
"name": "
|
|
5515
|
-
"
|
|
5334
|
+
"name": "LitElement",
|
|
5335
|
+
"package": "lit"
|
|
5516
5336
|
},
|
|
5337
|
+
"customElement": true
|
|
5338
|
+
}
|
|
5339
|
+
],
|
|
5340
|
+
"exports": [
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "js",
|
|
5343
|
+
"name": "PropertyEvent",
|
|
5344
|
+
"declaration": {
|
|
5345
|
+
"name": "PropertyEvent",
|
|
5346
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5347
|
+
}
|
|
5348
|
+
}
|
|
5349
|
+
]
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"kind": "javascript-module",
|
|
5353
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5354
|
+
"declarations": [
|
|
5355
|
+
{
|
|
5356
|
+
"kind": "class",
|
|
5357
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5358
|
+
"name": "PropertyShadow",
|
|
5359
|
+
"members": [
|
|
5360
|
+
{
|
|
5361
|
+
"kind": "field",
|
|
5362
|
+
"name": "value",
|
|
5363
|
+
"type": {
|
|
5364
|
+
"text": "Properties | undefined"
|
|
5365
|
+
},
|
|
5366
|
+
"attribute": "value"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"kind": "method",
|
|
5370
|
+
"name": "_onValueChange",
|
|
5371
|
+
"parameters": [
|
|
5372
|
+
{
|
|
5373
|
+
"name": "e",
|
|
5374
|
+
"type": {
|
|
5375
|
+
"text": "Event"
|
|
5376
|
+
}
|
|
5377
|
+
}
|
|
5378
|
+
]
|
|
5379
|
+
}
|
|
5380
|
+
],
|
|
5517
5381
|
"events": [
|
|
5518
5382
|
{
|
|
5519
|
-
"name": "
|
|
5383
|
+
"name": "change",
|
|
5520
5384
|
"type": {
|
|
5521
5385
|
"text": "CustomEvent"
|
|
5386
|
+
}
|
|
5387
|
+
}
|
|
5388
|
+
],
|
|
5389
|
+
"attributes": [
|
|
5390
|
+
{
|
|
5391
|
+
"name": "value",
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": "Properties | undefined"
|
|
5522
5394
|
},
|
|
5523
|
-
"
|
|
5524
|
-
|
|
5525
|
-
|
|
5395
|
+
"fieldName": "value"
|
|
5396
|
+
}
|
|
5397
|
+
],
|
|
5398
|
+
"superclass": {
|
|
5399
|
+
"name": "LitElement",
|
|
5400
|
+
"package": "lit"
|
|
5401
|
+
},
|
|
5402
|
+
"customElement": true
|
|
5403
|
+
}
|
|
5404
|
+
],
|
|
5405
|
+
"exports": [
|
|
5406
|
+
{
|
|
5407
|
+
"kind": "js",
|
|
5408
|
+
"name": "PropertyShadow",
|
|
5409
|
+
"declaration": {
|
|
5410
|
+
"name": "PropertyShadow",
|
|
5411
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5412
|
+
}
|
|
5413
|
+
}
|
|
5414
|
+
]
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "javascript-module",
|
|
5418
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5419
|
+
"declarations": [
|
|
5420
|
+
{
|
|
5421
|
+
"kind": "function",
|
|
5422
|
+
"name": "convert",
|
|
5423
|
+
"parameters": [
|
|
5424
|
+
{
|
|
5425
|
+
"name": "element",
|
|
5426
|
+
"type": {
|
|
5427
|
+
"text": "any"
|
|
5526
5428
|
}
|
|
5527
5429
|
}
|
|
5528
5430
|
]
|
|
@@ -5531,45 +5433,85 @@
|
|
|
5531
5433
|
"exports": [
|
|
5532
5434
|
{
|
|
5533
5435
|
"kind": "js",
|
|
5534
|
-
"name": "
|
|
5436
|
+
"name": "convert",
|
|
5535
5437
|
"declaration": {
|
|
5536
|
-
"name": "
|
|
5537
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5438
|
+
"name": "convert",
|
|
5439
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5538
5440
|
}
|
|
5539
5441
|
}
|
|
5540
5442
|
]
|
|
5541
5443
|
},
|
|
5542
5444
|
{
|
|
5543
5445
|
"kind": "javascript-module",
|
|
5544
|
-
"path": "src/modeller/property-sidebar/
|
|
5446
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5545
5447
|
"declarations": [
|
|
5546
5448
|
{
|
|
5547
5449
|
"kind": "class",
|
|
5548
|
-
"description": "",
|
|
5549
|
-
"name": "
|
|
5450
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5451
|
+
"name": "DataBindingMapper",
|
|
5550
5452
|
"members": [
|
|
5551
5453
|
{
|
|
5552
5454
|
"kind": "field",
|
|
5553
|
-
"name": "
|
|
5455
|
+
"name": "mapping",
|
|
5456
|
+
"type": {
|
|
5457
|
+
"text": "Mapping"
|
|
5458
|
+
},
|
|
5459
|
+
"default": "{\n rule: 'value'\n }",
|
|
5460
|
+
"attribute": "mapping"
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"kind": "field",
|
|
5464
|
+
"name": "rule",
|
|
5465
|
+
"type": {
|
|
5466
|
+
"text": "Rule"
|
|
5467
|
+
},
|
|
5468
|
+
"default": "{}",
|
|
5469
|
+
"attribute": "rule"
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"kind": "field",
|
|
5473
|
+
"name": "scene",
|
|
5474
|
+
"type": {
|
|
5475
|
+
"text": "Scene | undefined"
|
|
5476
|
+
},
|
|
5477
|
+
"attribute": "scene"
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "field",
|
|
5481
|
+
"name": "_valueTypes",
|
|
5482
|
+
"type": {
|
|
5483
|
+
"text": "any"
|
|
5484
|
+
},
|
|
5485
|
+
"default": "{\n play: 'boolean',\n hidden: 'boolean',\n started: 'boolean',\n\n rotation: 'number',\n value: 'number',\n\n fillStyle: 'color',\n strokeStyle: 'color',\n fontColor: 'color',\n\n data: 'object',\n source: 'attachment',\n location: 'object',\n dimension: 'object',\n\n text: 'string',\n ref: 'string'\n }"
|
|
5486
|
+
},
|
|
5487
|
+
{
|
|
5488
|
+
"kind": "field",
|
|
5489
|
+
"name": "_componentIds",
|
|
5554
5490
|
"type": {
|
|
5555
|
-
"text": "
|
|
5491
|
+
"text": "{ value: string; description: string }[]"
|
|
5556
5492
|
},
|
|
5557
|
-
"
|
|
5493
|
+
"default": "[]"
|
|
5558
5494
|
},
|
|
5559
5495
|
{
|
|
5560
5496
|
"kind": "field",
|
|
5561
|
-
"name": "
|
|
5497
|
+
"name": "editor",
|
|
5562
5498
|
"type": {
|
|
5563
|
-
"text": "
|
|
5564
|
-
}
|
|
5565
|
-
|
|
5499
|
+
"text": "HTMLInputElement"
|
|
5500
|
+
}
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
"kind": "field",
|
|
5504
|
+
"name": "target",
|
|
5505
|
+
"type": {
|
|
5506
|
+
"text": "HTMLInputElement"
|
|
5507
|
+
}
|
|
5566
5508
|
},
|
|
5567
5509
|
{
|
|
5568
5510
|
"kind": "method",
|
|
5569
|
-
"name": "
|
|
5511
|
+
"name": "_valuetype",
|
|
5570
5512
|
"parameters": [
|
|
5571
5513
|
{
|
|
5572
|
-
"name": "
|
|
5514
|
+
"name": "property",
|
|
5573
5515
|
"type": {
|
|
5574
5516
|
"text": "string"
|
|
5575
5517
|
}
|
|
@@ -5577,25 +5519,33 @@
|
|
|
5577
5519
|
]
|
|
5578
5520
|
},
|
|
5579
5521
|
{
|
|
5580
|
-
"kind": "
|
|
5581
|
-
"name": "
|
|
5582
|
-
"
|
|
5583
|
-
"
|
|
5584
|
-
"text": "{ value: string; description: string }[]"
|
|
5585
|
-
}
|
|
5522
|
+
"kind": "field",
|
|
5523
|
+
"name": "_keep_saved_rule_params",
|
|
5524
|
+
"type": {
|
|
5525
|
+
"text": "boolean"
|
|
5586
5526
|
},
|
|
5527
|
+
"privacy": "private",
|
|
5528
|
+
"default": "false"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"kind": "method",
|
|
5532
|
+
"name": "_onChangedMapping"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"kind": "method",
|
|
5536
|
+
"name": "_onChangeRule",
|
|
5587
5537
|
"parameters": [
|
|
5588
5538
|
{
|
|
5589
|
-
"name": "
|
|
5539
|
+
"name": "e",
|
|
5590
5540
|
"type": {
|
|
5591
|
-
"text": "
|
|
5541
|
+
"text": "Event"
|
|
5592
5542
|
}
|
|
5593
5543
|
}
|
|
5594
5544
|
]
|
|
5595
5545
|
},
|
|
5596
5546
|
{
|
|
5597
5547
|
"kind": "method",
|
|
5598
|
-
"name": "
|
|
5548
|
+
"name": "_onChange",
|
|
5599
5549
|
"parameters": [
|
|
5600
5550
|
{
|
|
5601
5551
|
"name": "e",
|
|
@@ -5608,7 +5558,7 @@
|
|
|
5608
5558
|
],
|
|
5609
5559
|
"events": [
|
|
5610
5560
|
{
|
|
5611
|
-
"name": "change",
|
|
5561
|
+
"name": "value-change",
|
|
5612
5562
|
"type": {
|
|
5613
5563
|
"text": "CustomEvent"
|
|
5614
5564
|
}
|
|
@@ -5616,11 +5566,28 @@
|
|
|
5616
5566
|
],
|
|
5617
5567
|
"attributes": [
|
|
5618
5568
|
{
|
|
5619
|
-
"name": "
|
|
5569
|
+
"name": "mapping",
|
|
5620
5570
|
"type": {
|
|
5621
|
-
"text": "
|
|
5571
|
+
"text": "Mapping"
|
|
5622
5572
|
},
|
|
5623
|
-
"
|
|
5573
|
+
"default": "{\n rule: 'value'\n }",
|
|
5574
|
+
"fieldName": "mapping"
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"name": "rule",
|
|
5578
|
+
"type": {
|
|
5579
|
+
"text": "Rule"
|
|
5580
|
+
},
|
|
5581
|
+
"default": "{}",
|
|
5582
|
+
"fieldName": "rule"
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"name": "properties",
|
|
5586
|
+
"type": {
|
|
5587
|
+
"text": "Properties[]"
|
|
5588
|
+
},
|
|
5589
|
+
"default": "[]",
|
|
5590
|
+
"fieldName": "properties"
|
|
5624
5591
|
},
|
|
5625
5592
|
{
|
|
5626
5593
|
"name": "scene",
|
|
@@ -5640,22 +5607,122 @@
|
|
|
5640
5607
|
"exports": [
|
|
5641
5608
|
{
|
|
5642
5609
|
"kind": "js",
|
|
5643
|
-
"name": "
|
|
5610
|
+
"name": "DataBindingMapper",
|
|
5644
5611
|
"declaration": {
|
|
5645
|
-
"name": "
|
|
5646
|
-
"module": "src/modeller/property-sidebar/
|
|
5612
|
+
"name": "DataBindingMapper",
|
|
5613
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5647
5614
|
}
|
|
5648
5615
|
}
|
|
5649
5616
|
]
|
|
5650
5617
|
},
|
|
5651
5618
|
{
|
|
5652
5619
|
"kind": "javascript-module",
|
|
5653
|
-
"path": "src/modeller/property-sidebar/
|
|
5620
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5654
5621
|
"declarations": [
|
|
5655
5622
|
{
|
|
5656
5623
|
"kind": "class",
|
|
5657
5624
|
"description": "",
|
|
5658
|
-
"name": "
|
|
5625
|
+
"name": "DataBindingValueMap",
|
|
5626
|
+
"members": [
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "method",
|
|
5629
|
+
"name": "valueInputTemplate",
|
|
5630
|
+
"parameters": [
|
|
5631
|
+
{
|
|
5632
|
+
"name": "value",
|
|
5633
|
+
"optional": true,
|
|
5634
|
+
"type": {
|
|
5635
|
+
"text": "any"
|
|
5636
|
+
}
|
|
5637
|
+
}
|
|
5638
|
+
]
|
|
5639
|
+
}
|
|
5640
|
+
],
|
|
5641
|
+
"superclass": {
|
|
5642
|
+
"name": "OxInputValueMap",
|
|
5643
|
+
"package": "@operato/input"
|
|
5644
|
+
},
|
|
5645
|
+
"tagName": "data-binding-value-map",
|
|
5646
|
+
"customElement": true
|
|
5647
|
+
}
|
|
5648
|
+
],
|
|
5649
|
+
"exports": [
|
|
5650
|
+
{
|
|
5651
|
+
"kind": "js",
|
|
5652
|
+
"name": "DataBindingValueMap",
|
|
5653
|
+
"declaration": {
|
|
5654
|
+
"name": "DataBindingValueMap",
|
|
5655
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5656
|
+
}
|
|
5657
|
+
},
|
|
5658
|
+
{
|
|
5659
|
+
"kind": "custom-element-definition",
|
|
5660
|
+
"name": "data-binding-value-map",
|
|
5661
|
+
"declaration": {
|
|
5662
|
+
"name": "DataBindingValueMap",
|
|
5663
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5664
|
+
}
|
|
5665
|
+
}
|
|
5666
|
+
]
|
|
5667
|
+
},
|
|
5668
|
+
{
|
|
5669
|
+
"kind": "javascript-module",
|
|
5670
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
5671
|
+
"declarations": [
|
|
5672
|
+
{
|
|
5673
|
+
"kind": "class",
|
|
5674
|
+
"description": "",
|
|
5675
|
+
"name": "DataBindingValueRange",
|
|
5676
|
+
"members": [
|
|
5677
|
+
{
|
|
5678
|
+
"kind": "method",
|
|
5679
|
+
"name": "valueInputTemplate",
|
|
5680
|
+
"parameters": [
|
|
5681
|
+
{
|
|
5682
|
+
"name": "value",
|
|
5683
|
+
"optional": true,
|
|
5684
|
+
"type": {
|
|
5685
|
+
"text": "any"
|
|
5686
|
+
}
|
|
5687
|
+
}
|
|
5688
|
+
]
|
|
5689
|
+
}
|
|
5690
|
+
],
|
|
5691
|
+
"superclass": {
|
|
5692
|
+
"name": "OxInputValueRange",
|
|
5693
|
+
"package": "@operato/input"
|
|
5694
|
+
},
|
|
5695
|
+
"tagName": "data-binding-value-range",
|
|
5696
|
+
"customElement": true
|
|
5697
|
+
}
|
|
5698
|
+
],
|
|
5699
|
+
"exports": [
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "js",
|
|
5702
|
+
"name": "DataBindingValueRange",
|
|
5703
|
+
"declaration": {
|
|
5704
|
+
"name": "DataBindingValueRange",
|
|
5705
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5706
|
+
}
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"kind": "custom-element-definition",
|
|
5710
|
+
"name": "data-binding-value-range",
|
|
5711
|
+
"declaration": {
|
|
5712
|
+
"name": "DataBindingValueRange",
|
|
5713
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5714
|
+
}
|
|
5715
|
+
}
|
|
5716
|
+
]
|
|
5717
|
+
},
|
|
5718
|
+
{
|
|
5719
|
+
"kind": "javascript-module",
|
|
5720
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5721
|
+
"declarations": [
|
|
5722
|
+
{
|
|
5723
|
+
"kind": "class",
|
|
5724
|
+
"description": "",
|
|
5725
|
+
"name": "PropertyDataBinding",
|
|
5659
5726
|
"members": [
|
|
5660
5727
|
{
|
|
5661
5728
|
"kind": "field",
|
|
@@ -5675,153 +5742,180 @@
|
|
|
5675
5742
|
},
|
|
5676
5743
|
{
|
|
5677
5744
|
"kind": "field",
|
|
5678
|
-
"name": "
|
|
5745
|
+
"name": "mappingIndex",
|
|
5679
5746
|
"type": {
|
|
5680
|
-
"text": "
|
|
5747
|
+
"text": "number"
|
|
5681
5748
|
},
|
|
5682
|
-
"default": "
|
|
5749
|
+
"default": "0"
|
|
5683
5750
|
},
|
|
5684
5751
|
{
|
|
5685
5752
|
"kind": "field",
|
|
5686
|
-
"name": "
|
|
5753
|
+
"name": "_afterRender",
|
|
5687
5754
|
"type": {
|
|
5688
|
-
"text": "
|
|
5755
|
+
"text": "Function | null | undefined"
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"kind": "field",
|
|
5760
|
+
"name": "_dataExpanded",
|
|
5761
|
+
"type": {
|
|
5762
|
+
"text": "boolean"
|
|
5689
5763
|
},
|
|
5690
|
-
"default": "
|
|
5764
|
+
"default": "true"
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
"kind": "field",
|
|
5768
|
+
"name": "tabs",
|
|
5769
|
+
"type": {
|
|
5770
|
+
"text": "HTMLElement"
|
|
5771
|
+
}
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"kind": "field",
|
|
5775
|
+
"name": "tabNavLeftButton",
|
|
5776
|
+
"type": {
|
|
5777
|
+
"text": "HTMLElement"
|
|
5778
|
+
}
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"kind": "field",
|
|
5782
|
+
"name": "tabNavRightButton",
|
|
5783
|
+
"type": {
|
|
5784
|
+
"text": "HTMLElement"
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"kind": "field",
|
|
5789
|
+
"name": "mappings",
|
|
5790
|
+
"readonly": true
|
|
5791
|
+
},
|
|
5792
|
+
{
|
|
5793
|
+
"kind": "field",
|
|
5794
|
+
"name": "scopedElements",
|
|
5795
|
+
"static": true,
|
|
5796
|
+
"readonly": true
|
|
5797
|
+
},
|
|
5798
|
+
{
|
|
5799
|
+
"kind": "method",
|
|
5800
|
+
"name": "_setMappingIndex",
|
|
5801
|
+
"parameters": [
|
|
5802
|
+
{
|
|
5803
|
+
"name": "idx",
|
|
5804
|
+
"type": {
|
|
5805
|
+
"text": "number"
|
|
5806
|
+
}
|
|
5807
|
+
}
|
|
5808
|
+
]
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"kind": "method",
|
|
5812
|
+
"name": "_clearDataBindingMapper"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"kind": "method",
|
|
5816
|
+
"name": "_copyDataBindingMapper"
|
|
5691
5817
|
},
|
|
5692
5818
|
{
|
|
5693
5819
|
"kind": "method",
|
|
5694
|
-
"name": "
|
|
5695
|
-
"parameters": [
|
|
5696
|
-
{
|
|
5697
|
-
"name": "action",
|
|
5698
|
-
"type": {
|
|
5699
|
-
"text": "string"
|
|
5700
|
-
}
|
|
5701
|
-
}
|
|
5702
|
-
]
|
|
5820
|
+
"name": "_pasteDataBindingMapper"
|
|
5703
5821
|
},
|
|
5704
5822
|
{
|
|
5705
5823
|
"kind": "method",
|
|
5706
|
-
"name": "
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
},
|
|
5824
|
+
"name": "_onValueChanged"
|
|
5825
|
+
},
|
|
5826
|
+
{
|
|
5827
|
+
"kind": "method",
|
|
5828
|
+
"name": "_onValueChange",
|
|
5712
5829
|
"parameters": [
|
|
5713
5830
|
{
|
|
5714
|
-
"name": "
|
|
5831
|
+
"name": "e",
|
|
5715
5832
|
"type": {
|
|
5716
|
-
"text": "
|
|
5833
|
+
"text": "Event"
|
|
5717
5834
|
}
|
|
5718
5835
|
}
|
|
5719
|
-
]
|
|
5836
|
+
],
|
|
5837
|
+
"inheritedFrom": {
|
|
5838
|
+
"name": "AbstractProperty",
|
|
5839
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5840
|
+
}
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "field",
|
|
5844
|
+
"name": "tabContainer",
|
|
5845
|
+
"readonly": true
|
|
5720
5846
|
},
|
|
5721
5847
|
{
|
|
5722
5848
|
"kind": "method",
|
|
5723
|
-
"name": "
|
|
5849
|
+
"name": "_onMappingChanged",
|
|
5724
5850
|
"parameters": [
|
|
5725
5851
|
{
|
|
5726
5852
|
"name": "e",
|
|
5727
5853
|
"type": {
|
|
5728
|
-
"text": "
|
|
5854
|
+
"text": "CustomEvent"
|
|
5729
5855
|
}
|
|
5730
5856
|
}
|
|
5731
5857
|
]
|
|
5732
|
-
}
|
|
5733
|
-
],
|
|
5734
|
-
"events": [
|
|
5735
|
-
{
|
|
5736
|
-
"name": "change",
|
|
5737
|
-
"type": {
|
|
5738
|
-
"text": "CustomEvent"
|
|
5739
|
-
}
|
|
5740
|
-
}
|
|
5741
|
-
],
|
|
5742
|
-
"attributes": [
|
|
5743
|
-
{
|
|
5744
|
-
"name": "value",
|
|
5745
|
-
"type": {
|
|
5746
|
-
"text": "Properties | undefined"
|
|
5747
|
-
},
|
|
5748
|
-
"fieldName": "value"
|
|
5749
5858
|
},
|
|
5750
5859
|
{
|
|
5751
|
-
"
|
|
5752
|
-
"
|
|
5753
|
-
|
|
5754
|
-
},
|
|
5755
|
-
"fieldName": "scene"
|
|
5756
|
-
}
|
|
5757
|
-
],
|
|
5758
|
-
"superclass": {
|
|
5759
|
-
"name": "LitElement",
|
|
5760
|
-
"package": "lit"
|
|
5761
|
-
},
|
|
5762
|
-
"customElement": true
|
|
5763
|
-
}
|
|
5764
|
-
],
|
|
5765
|
-
"exports": [
|
|
5766
|
-
{
|
|
5767
|
-
"kind": "js",
|
|
5768
|
-
"name": "PropertyEventTap",
|
|
5769
|
-
"declaration": {
|
|
5770
|
-
"name": "PropertyEventTap",
|
|
5771
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5772
|
-
}
|
|
5773
|
-
}
|
|
5774
|
-
]
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"kind": "javascript-module",
|
|
5778
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5779
|
-
"declarations": [
|
|
5780
|
-
{
|
|
5781
|
-
"kind": "class",
|
|
5782
|
-
"description": "",
|
|
5783
|
-
"name": "PropertyEvent",
|
|
5784
|
-
"members": [
|
|
5860
|
+
"kind": "method",
|
|
5861
|
+
"name": "_onTabScroll"
|
|
5862
|
+
},
|
|
5785
5863
|
{
|
|
5786
|
-
"kind": "
|
|
5787
|
-
"name": "
|
|
5788
|
-
"type": {
|
|
5789
|
-
"text": "Properties | undefined"
|
|
5790
|
-
},
|
|
5791
|
-
"attribute": "value"
|
|
5864
|
+
"kind": "method",
|
|
5865
|
+
"name": "_onTabScrollNavLeft"
|
|
5792
5866
|
},
|
|
5793
5867
|
{
|
|
5794
|
-
"kind": "
|
|
5795
|
-
"name": "
|
|
5796
|
-
"type": {
|
|
5797
|
-
"text": "Scene | undefined"
|
|
5798
|
-
},
|
|
5799
|
-
"attribute": "scene"
|
|
5868
|
+
"kind": "method",
|
|
5869
|
+
"name": "_onTabScrollNavRight"
|
|
5800
5870
|
},
|
|
5801
5871
|
{
|
|
5802
|
-
"kind": "
|
|
5803
|
-
"name": "
|
|
5804
|
-
"
|
|
5805
|
-
|
|
5872
|
+
"kind": "method",
|
|
5873
|
+
"name": "_getValueFromEventTarget",
|
|
5874
|
+
"parameters": [
|
|
5875
|
+
{
|
|
5876
|
+
"name": "element",
|
|
5877
|
+
"type": {
|
|
5878
|
+
"text": "HTMLElement"
|
|
5879
|
+
}
|
|
5880
|
+
}
|
|
5881
|
+
],
|
|
5882
|
+
"inheritedFrom": {
|
|
5883
|
+
"name": "AbstractProperty",
|
|
5884
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5885
|
+
}
|
|
5806
5886
|
},
|
|
5807
5887
|
{
|
|
5808
5888
|
"kind": "method",
|
|
5809
|
-
"name": "
|
|
5889
|
+
"name": "_onAfterValueChange",
|
|
5810
5890
|
"parameters": [
|
|
5811
5891
|
{
|
|
5812
|
-
"name": "
|
|
5892
|
+
"name": "key",
|
|
5813
5893
|
"type": {
|
|
5814
|
-
"text": "
|
|
5894
|
+
"text": "string"
|
|
5895
|
+
}
|
|
5896
|
+
},
|
|
5897
|
+
{
|
|
5898
|
+
"name": "value",
|
|
5899
|
+
"type": {
|
|
5900
|
+
"text": "any"
|
|
5815
5901
|
}
|
|
5816
5902
|
}
|
|
5817
|
-
]
|
|
5903
|
+
],
|
|
5904
|
+
"inheritedFrom": {
|
|
5905
|
+
"name": "AbstractProperty",
|
|
5906
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5907
|
+
}
|
|
5818
5908
|
}
|
|
5819
5909
|
],
|
|
5820
5910
|
"events": [
|
|
5821
5911
|
{
|
|
5822
|
-
"name": "change",
|
|
5912
|
+
"name": "property-change",
|
|
5823
5913
|
"type": {
|
|
5824
5914
|
"text": "CustomEvent"
|
|
5915
|
+
},
|
|
5916
|
+
"inheritedFrom": {
|
|
5917
|
+
"name": "AbstractProperty",
|
|
5918
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5825
5919
|
}
|
|
5826
5920
|
}
|
|
5827
5921
|
],
|
|
@@ -5848,112 +5942,18 @@
|
|
|
5848
5942
|
}
|
|
5849
5943
|
],
|
|
5850
5944
|
"superclass": {
|
|
5851
|
-
"name": "
|
|
5852
|
-
"
|
|
5853
|
-
},
|
|
5854
|
-
"customElement": true
|
|
5855
|
-
}
|
|
5856
|
-
],
|
|
5857
|
-
"exports": [
|
|
5858
|
-
{
|
|
5859
|
-
"kind": "js",
|
|
5860
|
-
"name": "PropertyEvent",
|
|
5861
|
-
"declaration": {
|
|
5862
|
-
"name": "PropertyEvent",
|
|
5863
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5864
|
-
}
|
|
5865
|
-
}
|
|
5866
|
-
]
|
|
5867
|
-
},
|
|
5868
|
-
{
|
|
5869
|
-
"kind": "javascript-module",
|
|
5870
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5871
|
-
"declarations": [
|
|
5872
|
-
{
|
|
5873
|
-
"kind": "class",
|
|
5874
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5875
|
-
"name": "PropertyShadow",
|
|
5876
|
-
"members": [
|
|
5877
|
-
{
|
|
5878
|
-
"kind": "field",
|
|
5879
|
-
"name": "value",
|
|
5880
|
-
"type": {
|
|
5881
|
-
"text": "Properties | undefined"
|
|
5882
|
-
},
|
|
5883
|
-
"attribute": "value"
|
|
5884
|
-
},
|
|
5885
|
-
{
|
|
5886
|
-
"kind": "method",
|
|
5887
|
-
"name": "_onValueChange",
|
|
5888
|
-
"parameters": [
|
|
5889
|
-
{
|
|
5890
|
-
"name": "e",
|
|
5891
|
-
"type": {
|
|
5892
|
-
"text": "Event"
|
|
5893
|
-
}
|
|
5894
|
-
}
|
|
5895
|
-
]
|
|
5896
|
-
}
|
|
5897
|
-
],
|
|
5898
|
-
"events": [
|
|
5899
|
-
{
|
|
5900
|
-
"name": "change",
|
|
5901
|
-
"type": {
|
|
5902
|
-
"text": "CustomEvent"
|
|
5903
|
-
}
|
|
5904
|
-
}
|
|
5905
|
-
],
|
|
5906
|
-
"attributes": [
|
|
5907
|
-
{
|
|
5908
|
-
"name": "value",
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "Properties | undefined"
|
|
5911
|
-
},
|
|
5912
|
-
"fieldName": "value"
|
|
5913
|
-
}
|
|
5914
|
-
],
|
|
5915
|
-
"superclass": {
|
|
5916
|
-
"name": "LitElement",
|
|
5917
|
-
"package": "lit"
|
|
5918
|
-
},
|
|
5919
|
-
"customElement": true
|
|
5920
|
-
}
|
|
5921
|
-
],
|
|
5922
|
-
"exports": [
|
|
5923
|
-
{
|
|
5924
|
-
"kind": "js",
|
|
5925
|
-
"name": "PropertyShadow",
|
|
5926
|
-
"declaration": {
|
|
5927
|
-
"name": "PropertyShadow",
|
|
5928
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5945
|
+
"name": "AbstractProperty",
|
|
5946
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5929
5947
|
}
|
|
5930
5948
|
}
|
|
5931
|
-
]
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"kind": "javascript-module",
|
|
5935
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5936
|
-
"declarations": [
|
|
5937
|
-
{
|
|
5938
|
-
"kind": "function",
|
|
5939
|
-
"name": "convert",
|
|
5940
|
-
"parameters": [
|
|
5941
|
-
{
|
|
5942
|
-
"name": "element",
|
|
5943
|
-
"type": {
|
|
5944
|
-
"text": "any"
|
|
5945
|
-
}
|
|
5946
|
-
}
|
|
5947
|
-
]
|
|
5948
|
-
}
|
|
5949
5949
|
],
|
|
5950
5950
|
"exports": [
|
|
5951
5951
|
{
|
|
5952
5952
|
"kind": "js",
|
|
5953
|
-
"name": "
|
|
5953
|
+
"name": "PropertyDataBinding",
|
|
5954
5954
|
"declaration": {
|
|
5955
|
-
"name": "
|
|
5956
|
-
"module": "src/modeller/property-sidebar/
|
|
5955
|
+
"name": "PropertyDataBinding",
|
|
5956
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5957
5957
|
}
|
|
5958
5958
|
}
|
|
5959
5959
|
]
|