@fmsim/board 0.0.69 → 0.0.71
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 +1890 -1886
- package/dist/src/modeller/component-toolbar/mode-icons.d.ts +1 -1
- package/dist/src/modeller/component-toolbar/mode-icons.js +2 -0
- package/dist/src/modeller/component-toolbar/mode-icons.js.map +1 -1
- package/dist/src/modeller/edit-toolbar-style.js +1 -0
- package/dist/src/modeller/edit-toolbar-style.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +1 -0
- package/dist/src/modeller/edit-toolbar.js +6 -0
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-hover.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
- package/dist/src/ox-board-modeller.js +2 -0
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/src/ox-board-viewer.js +4 -4
- 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
|
@@ -1652,65 +1652,6 @@
|
|
|
1652
1652
|
"declarations": [],
|
|
1653
1653
|
"exports": []
|
|
1654
1654
|
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "javascript-module",
|
|
1657
|
-
"path": "src/component/etc.ts",
|
|
1658
|
-
"declarations": [
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "variable",
|
|
1661
|
-
"name": "etc",
|
|
1662
|
-
"type": {
|
|
1663
|
-
"text": "ComponentGroup"
|
|
1664
|
-
},
|
|
1665
|
-
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1666
|
-
}
|
|
1667
|
-
],
|
|
1668
|
-
"exports": [
|
|
1669
|
-
{
|
|
1670
|
-
"kind": "js",
|
|
1671
|
-
"name": "etc",
|
|
1672
|
-
"declaration": {
|
|
1673
|
-
"name": "etc",
|
|
1674
|
-
"module": "src/component/etc.ts"
|
|
1675
|
-
}
|
|
1676
|
-
}
|
|
1677
|
-
]
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "javascript-module",
|
|
1681
|
-
"path": "src/component/index.ts",
|
|
1682
|
-
"declarations": [],
|
|
1683
|
-
"exports": [
|
|
1684
|
-
{
|
|
1685
|
-
"kind": "js",
|
|
1686
|
-
"name": "*",
|
|
1687
|
-
"declaration": {
|
|
1688
|
-
"name": "*",
|
|
1689
|
-
"package": "./etc"
|
|
1690
|
-
}
|
|
1691
|
-
}
|
|
1692
|
-
]
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"kind": "javascript-module",
|
|
1696
|
-
"path": "src/component/register-default-groups.ts",
|
|
1697
|
-
"declarations": [
|
|
1698
|
-
{
|
|
1699
|
-
"kind": "function",
|
|
1700
|
-
"name": "registerDefaultGroups"
|
|
1701
|
-
}
|
|
1702
|
-
],
|
|
1703
|
-
"exports": [
|
|
1704
|
-
{
|
|
1705
|
-
"kind": "js",
|
|
1706
|
-
"name": "registerDefaultGroups",
|
|
1707
|
-
"declaration": {
|
|
1708
|
-
"name": "registerDefaultGroups",
|
|
1709
|
-
"module": "src/component/register-default-groups.ts"
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
]
|
|
1713
|
-
},
|
|
1714
1655
|
{
|
|
1715
1656
|
"kind": "javascript-module",
|
|
1716
1657
|
"path": "src/data-storage/data-storage.ts",
|
|
@@ -1803,6 +1744,65 @@
|
|
|
1803
1744
|
}
|
|
1804
1745
|
]
|
|
1805
1746
|
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "javascript-module",
|
|
1749
|
+
"path": "src/component/etc.ts",
|
|
1750
|
+
"declarations": [
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "variable",
|
|
1753
|
+
"name": "etc",
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": "ComponentGroup"
|
|
1756
|
+
},
|
|
1757
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1758
|
+
}
|
|
1759
|
+
],
|
|
1760
|
+
"exports": [
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "js",
|
|
1763
|
+
"name": "etc",
|
|
1764
|
+
"declaration": {
|
|
1765
|
+
"name": "etc",
|
|
1766
|
+
"module": "src/component/etc.ts"
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "javascript-module",
|
|
1773
|
+
"path": "src/component/index.ts",
|
|
1774
|
+
"declarations": [],
|
|
1775
|
+
"exports": [
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "js",
|
|
1778
|
+
"name": "*",
|
|
1779
|
+
"declaration": {
|
|
1780
|
+
"name": "*",
|
|
1781
|
+
"package": "./etc"
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"kind": "javascript-module",
|
|
1788
|
+
"path": "src/component/register-default-groups.ts",
|
|
1789
|
+
"declarations": [
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "function",
|
|
1792
|
+
"name": "registerDefaultGroups"
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"exports": [
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "js",
|
|
1798
|
+
"name": "registerDefaultGroups",
|
|
1799
|
+
"declaration": {
|
|
1800
|
+
"name": "registerDefaultGroups",
|
|
1801
|
+
"module": "src/component/register-default-groups.ts"
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
1806
|
{
|
|
1807
1807
|
"kind": "javascript-module",
|
|
1808
1808
|
"path": "src/layers/mcs-mouse-event-layer.ts",
|
|
@@ -2223,1083 +2223,1087 @@
|
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"kind": "javascript-module",
|
|
2226
|
-
"path": "src/
|
|
2226
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2227
|
+
"declarations": [
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "variable",
|
|
2230
|
+
"name": "style",
|
|
2231
|
+
"default": "css`\n :host {\n color: white;\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
|
|
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",
|
|
2227
2248
|
"declarations": [
|
|
2228
2249
|
{
|
|
2229
2250
|
"kind": "class",
|
|
2230
2251
|
"description": "",
|
|
2231
|
-
"name": "
|
|
2252
|
+
"name": "EditToolbar",
|
|
2232
2253
|
"members": [
|
|
2233
2254
|
{
|
|
2234
2255
|
"kind": "field",
|
|
2235
|
-
"name": "
|
|
2256
|
+
"name": "scene",
|
|
2236
2257
|
"type": {
|
|
2237
|
-
"text": "
|
|
2258
|
+
"text": "Scene | undefined"
|
|
2238
2259
|
},
|
|
2239
|
-
"attribute": "
|
|
2260
|
+
"attribute": "scene"
|
|
2240
2261
|
},
|
|
2241
2262
|
{
|
|
2242
2263
|
"kind": "field",
|
|
2243
|
-
"name": "
|
|
2264
|
+
"name": "selected",
|
|
2244
2265
|
"type": {
|
|
2245
|
-
"text": "
|
|
2266
|
+
"text": "any[]"
|
|
2246
2267
|
},
|
|
2247
|
-
"
|
|
2268
|
+
"default": "[]",
|
|
2269
|
+
"attribute": "selected"
|
|
2248
2270
|
},
|
|
2249
2271
|
{
|
|
2250
|
-
"kind": "
|
|
2251
|
-
"name": "
|
|
2252
|
-
}
|
|
2253
|
-
],
|
|
2254
|
-
"events": [
|
|
2255
|
-
{
|
|
2256
|
-
"name": "create-board",
|
|
2272
|
+
"kind": "field",
|
|
2273
|
+
"name": "hideProperty",
|
|
2257
2274
|
"type": {
|
|
2258
|
-
"text": "
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2275
|
+
"text": "boolean"
|
|
2276
|
+
},
|
|
2277
|
+
"default": "false",
|
|
2278
|
+
"attribute": "hideProperty"
|
|
2279
|
+
},
|
|
2263
2280
|
{
|
|
2264
|
-
"
|
|
2281
|
+
"kind": "field",
|
|
2282
|
+
"name": "cliped",
|
|
2265
2283
|
"type": {
|
|
2266
2284
|
"text": "string | undefined"
|
|
2267
2285
|
},
|
|
2268
|
-
"
|
|
2286
|
+
"privacy": "private"
|
|
2269
2287
|
},
|
|
2270
2288
|
{
|
|
2271
|
-
"
|
|
2289
|
+
"kind": "field",
|
|
2290
|
+
"name": "redo",
|
|
2272
2291
|
"type": {
|
|
2273
|
-
"text": "
|
|
2292
|
+
"text": "HTMLElement"
|
|
2274
2293
|
},
|
|
2275
|
-
"
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"mixins": [
|
|
2294
|
+
"privacy": "private"
|
|
2295
|
+
},
|
|
2279
2296
|
{
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
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": [
|
|
2297
|
+
"kind": "field",
|
|
2298
|
+
"name": "undo",
|
|
2299
|
+
"type": {
|
|
2300
|
+
"text": "HTMLElement"
|
|
2301
|
+
},
|
|
2302
|
+
"privacy": "private"
|
|
2303
|
+
},
|
|
2320
2304
|
{
|
|
2321
2305
|
"kind": "field",
|
|
2322
|
-
"name": "
|
|
2306
|
+
"name": "fullscreen",
|
|
2323
2307
|
"type": {
|
|
2324
|
-
"text": "
|
|
2308
|
+
"text": "HTMLElement"
|
|
2325
2309
|
},
|
|
2326
|
-
"
|
|
2310
|
+
"privacy": "private"
|
|
2327
2311
|
},
|
|
2328
2312
|
{
|
|
2329
2313
|
"kind": "field",
|
|
2330
|
-
"name": "
|
|
2314
|
+
"name": "cut",
|
|
2331
2315
|
"type": {
|
|
2332
|
-
"text": "
|
|
2316
|
+
"text": "HTMLElement"
|
|
2333
2317
|
},
|
|
2334
|
-
"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
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"
|
|
2378
|
-
},
|
|
2379
|
-
"fieldName": "defaultGroup"
|
|
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": [
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "field",
|
|
2433
|
-
"name": "defaultGroup",
|
|
2434
|
-
"type": {
|
|
2435
|
-
"text": "string | undefined"
|
|
2436
|
-
},
|
|
2437
|
-
"attribute": "defaultGroup"
|
|
2318
|
+
"privacy": "private"
|
|
2438
2319
|
},
|
|
2439
2320
|
{
|
|
2440
2321
|
"kind": "field",
|
|
2441
|
-
"name": "
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "any"
|
|
2444
|
-
},
|
|
2445
|
-
"attribute": "groups"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "field",
|
|
2449
|
-
"name": "popup",
|
|
2322
|
+
"name": "copy",
|
|
2450
2323
|
"type": {
|
|
2451
|
-
"text": "
|
|
2324
|
+
"text": "HTMLElement"
|
|
2452
2325
|
},
|
|
2453
2326
|
"privacy": "private"
|
|
2454
2327
|
},
|
|
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": [
|
|
2530
2328
|
{
|
|
2531
2329
|
"kind": "field",
|
|
2532
|
-
"name": "
|
|
2330
|
+
"name": "paste",
|
|
2533
2331
|
"type": {
|
|
2534
|
-
"text": "
|
|
2332
|
+
"text": "HTMLElement"
|
|
2535
2333
|
},
|
|
2536
|
-
"
|
|
2537
|
-
"attribute": "groups"
|
|
2334
|
+
"privacy": "private"
|
|
2538
2335
|
},
|
|
2539
2336
|
{
|
|
2540
2337
|
"kind": "field",
|
|
2541
|
-
"name": "
|
|
2338
|
+
"name": "delete",
|
|
2542
2339
|
"type": {
|
|
2543
|
-
"text": "
|
|
2340
|
+
"text": "HTMLElement"
|
|
2544
2341
|
},
|
|
2545
|
-
"
|
|
2546
|
-
"attribute": "boards"
|
|
2342
|
+
"privacy": "private"
|
|
2547
2343
|
},
|
|
2548
2344
|
{
|
|
2549
2345
|
"kind": "field",
|
|
2550
|
-
"name": "
|
|
2346
|
+
"name": "forward",
|
|
2551
2347
|
"type": {
|
|
2552
|
-
"text": "
|
|
2348
|
+
"text": "HTMLElement"
|
|
2553
2349
|
},
|
|
2554
|
-
"
|
|
2350
|
+
"privacy": "private"
|
|
2555
2351
|
},
|
|
2556
2352
|
{
|
|
2557
2353
|
"kind": "field",
|
|
2558
|
-
"name": "
|
|
2354
|
+
"name": "backward",
|
|
2559
2355
|
"type": {
|
|
2560
|
-
"text": "
|
|
2356
|
+
"text": "HTMLElement"
|
|
2561
2357
|
},
|
|
2562
|
-
"
|
|
2358
|
+
"privacy": "private"
|
|
2563
2359
|
},
|
|
2564
2360
|
{
|
|
2565
2361
|
"kind": "field",
|
|
2566
|
-
"name": "
|
|
2362
|
+
"name": "front",
|
|
2567
2363
|
"type": {
|
|
2568
|
-
"text": "
|
|
2364
|
+
"text": "HTMLElement"
|
|
2569
2365
|
},
|
|
2570
|
-
"
|
|
2571
|
-
"attribute": "creatable"
|
|
2366
|
+
"privacy": "private"
|
|
2572
2367
|
},
|
|
2573
2368
|
{
|
|
2574
2369
|
"kind": "field",
|
|
2575
|
-
"name": "
|
|
2370
|
+
"name": "back",
|
|
2576
2371
|
"type": {
|
|
2577
|
-
"text": "
|
|
2372
|
+
"text": "HTMLElement"
|
|
2578
2373
|
},
|
|
2579
|
-
"
|
|
2374
|
+
"privacy": "private"
|
|
2580
2375
|
},
|
|
2581
2376
|
{
|
|
2582
2377
|
"kind": "field",
|
|
2583
|
-
"name": "
|
|
2378
|
+
"name": "aligners",
|
|
2584
2379
|
"type": {
|
|
2585
|
-
"text": "
|
|
2380
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2586
2381
|
},
|
|
2587
|
-
"privacy": "private"
|
|
2588
|
-
"default": "1"
|
|
2382
|
+
"privacy": "private"
|
|
2589
2383
|
},
|
|
2590
2384
|
{
|
|
2591
2385
|
"kind": "field",
|
|
2592
|
-
"name": "
|
|
2386
|
+
"name": "zorders",
|
|
2593
2387
|
"type": {
|
|
2594
|
-
"text": "
|
|
2388
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2595
2389
|
},
|
|
2596
|
-
"privacy": "private"
|
|
2597
|
-
"default": "0"
|
|
2390
|
+
"privacy": "private"
|
|
2598
2391
|
},
|
|
2599
2392
|
{
|
|
2600
2393
|
"kind": "field",
|
|
2601
|
-
"name": "
|
|
2394
|
+
"name": "distributes",
|
|
2602
2395
|
"type": {
|
|
2603
|
-
"text": "
|
|
2396
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2604
2397
|
},
|
|
2605
|
-
"
|
|
2398
|
+
"privacy": "private"
|
|
2606
2399
|
},
|
|
2607
2400
|
{
|
|
2608
2401
|
"kind": "method",
|
|
2609
|
-
"name": "
|
|
2402
|
+
"name": "hasEmptySlot"
|
|
2610
2403
|
},
|
|
2611
2404
|
{
|
|
2612
2405
|
"kind": "method",
|
|
2613
|
-
"name": "
|
|
2406
|
+
"name": "onWheelEvent",
|
|
2614
2407
|
"parameters": [
|
|
2615
2408
|
{
|
|
2616
|
-
"name": "
|
|
2409
|
+
"name": "e",
|
|
2617
2410
|
"type": {
|
|
2618
|
-
"text": "
|
|
2411
|
+
"text": "Event"
|
|
2619
2412
|
}
|
|
2620
2413
|
}
|
|
2621
2414
|
]
|
|
2622
2415
|
},
|
|
2623
2416
|
{
|
|
2624
2417
|
"kind": "method",
|
|
2625
|
-
"name": "
|
|
2418
|
+
"name": "getSymbol",
|
|
2626
2419
|
"parameters": [
|
|
2627
2420
|
{
|
|
2628
|
-
"name": "
|
|
2421
|
+
"name": "key",
|
|
2629
2422
|
"type": {
|
|
2630
|
-
"text": "
|
|
2423
|
+
"text": "string"
|
|
2631
2424
|
}
|
|
2632
2425
|
}
|
|
2633
2426
|
]
|
|
2634
2427
|
},
|
|
2635
2428
|
{
|
|
2636
2429
|
"kind": "method",
|
|
2637
|
-
"name": "
|
|
2430
|
+
"name": "getShortcutString",
|
|
2431
|
+
"privacy": "private",
|
|
2432
|
+
"parameters": [
|
|
2433
|
+
{
|
|
2434
|
+
"name": "keys",
|
|
2435
|
+
"type": {
|
|
2436
|
+
"text": "string[]"
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
]
|
|
2638
2440
|
},
|
|
2639
2441
|
{
|
|
2640
2442
|
"kind": "method",
|
|
2641
|
-
"name": "
|
|
2443
|
+
"name": "onShortcut",
|
|
2444
|
+
"parameters": [
|
|
2445
|
+
{
|
|
2446
|
+
"name": "e",
|
|
2447
|
+
"type": {
|
|
2448
|
+
"text": "KeyboardEvent"
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
]
|
|
2642
2452
|
},
|
|
2643
2453
|
{
|
|
2644
2454
|
"kind": "method",
|
|
2645
|
-
"name": "
|
|
2455
|
+
"name": "onExecute",
|
|
2456
|
+
"parameters": [
|
|
2457
|
+
{
|
|
2458
|
+
"name": "command",
|
|
2459
|
+
"type": {
|
|
2460
|
+
"text": "string"
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"name": "undoable",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "boolean"
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "redoable",
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "boolean"
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2475
|
+
]
|
|
2646
2476
|
},
|
|
2647
2477
|
{
|
|
2648
2478
|
"kind": "method",
|
|
2649
|
-
"name": "
|
|
2479
|
+
"name": "onUndo",
|
|
2650
2480
|
"parameters": [
|
|
2651
2481
|
{
|
|
2652
|
-
"name": "
|
|
2653
|
-
"
|
|
2482
|
+
"name": "undoable",
|
|
2483
|
+
"type": {
|
|
2484
|
+
"text": "boolean"
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"name": "redoable",
|
|
2489
|
+
"type": {
|
|
2490
|
+
"text": "boolean"
|
|
2491
|
+
}
|
|
2654
2492
|
}
|
|
2655
2493
|
]
|
|
2656
2494
|
},
|
|
2657
2495
|
{
|
|
2658
2496
|
"kind": "method",
|
|
2659
|
-
"name": "
|
|
2497
|
+
"name": "onRedo",
|
|
2660
2498
|
"parameters": [
|
|
2661
2499
|
{
|
|
2662
|
-
"name": "
|
|
2500
|
+
"name": "undoable",
|
|
2663
2501
|
"type": {
|
|
2664
|
-
"text": "
|
|
2502
|
+
"text": "boolean"
|
|
2665
2503
|
}
|
|
2666
2504
|
},
|
|
2667
2505
|
{
|
|
2668
|
-
"name": "
|
|
2506
|
+
"name": "redoable",
|
|
2669
2507
|
"type": {
|
|
2670
|
-
"text": "
|
|
2508
|
+
"text": "boolean"
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
]
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"kind": "method",
|
|
2515
|
+
"name": "onSceneChanged",
|
|
2516
|
+
"parameters": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "after",
|
|
2519
|
+
"optional": true,
|
|
2520
|
+
"type": {
|
|
2521
|
+
"text": "Scene"
|
|
2671
2522
|
}
|
|
2672
2523
|
},
|
|
2673
2524
|
{
|
|
2674
|
-
"name": "
|
|
2525
|
+
"name": "before",
|
|
2526
|
+
"optional": true,
|
|
2675
2527
|
"type": {
|
|
2676
|
-
"text": "
|
|
2528
|
+
"text": "Scene"
|
|
2677
2529
|
}
|
|
2678
2530
|
}
|
|
2679
2531
|
]
|
|
2680
2532
|
},
|
|
2681
2533
|
{
|
|
2682
|
-
"kind": "
|
|
2683
|
-
"name": "
|
|
2684
|
-
"
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
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"
|
|
2534
|
+
"kind": "method",
|
|
2535
|
+
"name": "onSelectedChanged",
|
|
2536
|
+
"parameters": [
|
|
2537
|
+
{
|
|
2538
|
+
"name": "after",
|
|
2539
|
+
"type": {
|
|
2540
|
+
"text": "Component[]"
|
|
2541
|
+
}
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"name": "before",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "Component[]"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2706
2550
|
},
|
|
2707
2551
|
{
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2710
|
-
"text": "any[]"
|
|
2711
|
-
},
|
|
2712
|
-
"default": "[]",
|
|
2713
|
-
"fieldName": "boards"
|
|
2552
|
+
"kind": "method",
|
|
2553
|
+
"name": "onTapUndo"
|
|
2714
2554
|
},
|
|
2715
2555
|
{
|
|
2716
|
-
"
|
|
2717
|
-
"
|
|
2718
|
-
"text": "string | undefined"
|
|
2719
|
-
},
|
|
2720
|
-
"fieldName": "group"
|
|
2556
|
+
"kind": "method",
|
|
2557
|
+
"name": "onTapRedo"
|
|
2721
2558
|
},
|
|
2722
2559
|
{
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2725
|
-
"text": "InheritedValueType | undefined"
|
|
2726
|
-
},
|
|
2727
|
-
"fieldName": "inherited"
|
|
2560
|
+
"kind": "method",
|
|
2561
|
+
"name": "onTapCut"
|
|
2728
2562
|
},
|
|
2729
2563
|
{
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
"text": "boolean"
|
|
2733
|
-
},
|
|
2734
|
-
"default": "false",
|
|
2735
|
-
"fieldName": "creatable"
|
|
2564
|
+
"kind": "method",
|
|
2565
|
+
"name": "onTapCopy"
|
|
2736
2566
|
},
|
|
2737
2567
|
{
|
|
2738
|
-
"
|
|
2739
|
-
"
|
|
2740
|
-
"text": "string | undefined"
|
|
2741
|
-
},
|
|
2742
|
-
"fieldName": "value"
|
|
2743
|
-
}
|
|
2744
|
-
],
|
|
2745
|
-
"mixins": [
|
|
2746
|
-
{
|
|
2747
|
-
"name": "InfiniteScrollable",
|
|
2748
|
-
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
2568
|
+
"kind": "method",
|
|
2569
|
+
"name": "onTapPaste"
|
|
2749
2570
|
},
|
|
2750
2571
|
{
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
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": [
|
|
2572
|
+
"kind": "method",
|
|
2573
|
+
"name": "onTapDelete"
|
|
2574
|
+
},
|
|
2812
2575
|
{
|
|
2813
|
-
"kind": "
|
|
2814
|
-
"name": "
|
|
2815
|
-
"type": {
|
|
2816
|
-
"text": "Scene | undefined"
|
|
2817
|
-
},
|
|
2818
|
-
"attribute": "scene"
|
|
2576
|
+
"kind": "method",
|
|
2577
|
+
"name": "onTapSelectAll"
|
|
2819
2578
|
},
|
|
2820
2579
|
{
|
|
2821
|
-
"kind": "
|
|
2822
|
-
"name": "
|
|
2823
|
-
"
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
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"
|
|
2580
|
+
"kind": "method",
|
|
2581
|
+
"name": "onTapFontIncrease",
|
|
2582
|
+
"parameters": [
|
|
2583
|
+
{
|
|
2584
|
+
"name": "e",
|
|
2585
|
+
"type": {
|
|
2586
|
+
"text": "TouchEvent"
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
]
|
|
2957
2590
|
},
|
|
2958
2591
|
{
|
|
2959
2592
|
"kind": "method",
|
|
2960
|
-
"name": "
|
|
2593
|
+
"name": "onTapFontDecrease",
|
|
2961
2594
|
"parameters": [
|
|
2962
2595
|
{
|
|
2963
2596
|
"name": "e",
|
|
2964
2597
|
"type": {
|
|
2965
|
-
"text": "
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
]
|
|
2969
|
-
},
|
|
2970
|
-
{
|
|
2971
|
-
"kind": "method",
|
|
2972
|
-
"name": "getSymbol",
|
|
2973
|
-
"parameters": [
|
|
2974
|
-
{
|
|
2975
|
-
"name": "key",
|
|
2976
|
-
"type": {
|
|
2977
|
-
"text": "string"
|
|
2598
|
+
"text": "TouchEvent"
|
|
2978
2599
|
}
|
|
2979
2600
|
}
|
|
2980
2601
|
]
|
|
2981
2602
|
},
|
|
2982
2603
|
{
|
|
2983
2604
|
"kind": "method",
|
|
2984
|
-
"name": "
|
|
2985
|
-
"privacy": "private",
|
|
2605
|
+
"name": "onTapAlign",
|
|
2986
2606
|
"parameters": [
|
|
2987
2607
|
{
|
|
2988
|
-
"name": "
|
|
2608
|
+
"name": "e",
|
|
2989
2609
|
"type": {
|
|
2990
|
-
"text": "string
|
|
2610
|
+
"text": "TouchEvent | string"
|
|
2991
2611
|
}
|
|
2992
2612
|
}
|
|
2993
2613
|
]
|
|
2994
2614
|
},
|
|
2995
2615
|
{
|
|
2996
2616
|
"kind": "method",
|
|
2997
|
-
"name": "
|
|
2617
|
+
"name": "onTapZorder",
|
|
2998
2618
|
"parameters": [
|
|
2999
2619
|
{
|
|
3000
2620
|
"name": "e",
|
|
3001
2621
|
"type": {
|
|
3002
|
-
"text": "
|
|
2622
|
+
"text": "TouchEvent | string"
|
|
3003
2623
|
}
|
|
3004
2624
|
}
|
|
3005
2625
|
]
|
|
3006
2626
|
},
|
|
3007
2627
|
{
|
|
3008
2628
|
"kind": "method",
|
|
3009
|
-
"name": "
|
|
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
|
-
]
|
|
2629
|
+
"name": "onTapSymmetryX"
|
|
3030
2630
|
},
|
|
3031
2631
|
{
|
|
3032
2632
|
"kind": "method",
|
|
3033
|
-
"name": "
|
|
3034
|
-
"parameters": [
|
|
3035
|
-
{
|
|
3036
|
-
"name": "undoable",
|
|
3037
|
-
"type": {
|
|
3038
|
-
"text": "boolean"
|
|
3039
|
-
}
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "redoable",
|
|
3043
|
-
"type": {
|
|
3044
|
-
"text": "boolean"
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
]
|
|
2633
|
+
"name": "onTapSymmetryY"
|
|
3048
2634
|
},
|
|
3049
2635
|
{
|
|
3050
2636
|
"kind": "method",
|
|
3051
|
-
"name": "
|
|
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
|
-
]
|
|
2637
|
+
"name": "onTapRotateCW"
|
|
3066
2638
|
},
|
|
3067
2639
|
{
|
|
3068
2640
|
"kind": "method",
|
|
3069
|
-
"name": "
|
|
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
|
-
]
|
|
2641
|
+
"name": "onTapRotateCCW"
|
|
3086
2642
|
},
|
|
3087
2643
|
{
|
|
3088
2644
|
"kind": "method",
|
|
3089
|
-
"name": "
|
|
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
|
-
]
|
|
2645
|
+
"name": "onTapGroup"
|
|
3104
2646
|
},
|
|
3105
2647
|
{
|
|
3106
2648
|
"kind": "method",
|
|
3107
|
-
"name": "
|
|
2649
|
+
"name": "onTapUngroup"
|
|
3108
2650
|
},
|
|
3109
2651
|
{
|
|
3110
2652
|
"kind": "method",
|
|
3111
|
-
"name": "
|
|
2653
|
+
"name": "onTapFullscreen"
|
|
3112
2654
|
},
|
|
3113
2655
|
{
|
|
3114
2656
|
"kind": "method",
|
|
3115
|
-
"name": "
|
|
2657
|
+
"name": "onTapToggle"
|
|
3116
2658
|
},
|
|
3117
2659
|
{
|
|
3118
2660
|
"kind": "method",
|
|
3119
|
-
"name": "
|
|
2661
|
+
"name": "onTapFitScene"
|
|
3120
2662
|
},
|
|
3121
2663
|
{
|
|
3122
2664
|
"kind": "method",
|
|
3123
|
-
"name": "
|
|
2665
|
+
"name": "onTapPreview"
|
|
3124
2666
|
},
|
|
3125
2667
|
{
|
|
3126
2668
|
"kind": "method",
|
|
3127
|
-
"name": "
|
|
2669
|
+
"name": "onTapDownloadModel"
|
|
3128
2670
|
},
|
|
3129
2671
|
{
|
|
3130
2672
|
"kind": "method",
|
|
3131
|
-
"name": "
|
|
2673
|
+
"name": "onTapDistribute",
|
|
2674
|
+
"parameters": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "e",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "TouchEvent | string"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"events": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "modeller-fullscreen",
|
|
2687
|
+
"type": {
|
|
2688
|
+
"text": "CustomEvent"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "hide-property-changed",
|
|
2693
|
+
"type": {
|
|
2694
|
+
"text": "CustomEvent"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "open-preview",
|
|
2699
|
+
"type": {
|
|
2700
|
+
"text": "CustomEvent"
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "download-model",
|
|
2705
|
+
"type": {
|
|
2706
|
+
"text": "CustomEvent"
|
|
2707
|
+
}
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2710
|
+
"attributes": [
|
|
2711
|
+
{
|
|
2712
|
+
"name": "scene",
|
|
2713
|
+
"type": {
|
|
2714
|
+
"text": "Scene | undefined"
|
|
2715
|
+
},
|
|
2716
|
+
"fieldName": "scene"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "selected",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "any[]"
|
|
2722
|
+
},
|
|
2723
|
+
"default": "[]",
|
|
2724
|
+
"fieldName": "selected"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "hideProperty",
|
|
2728
|
+
"type": {
|
|
2729
|
+
"text": "boolean"
|
|
2730
|
+
},
|
|
2731
|
+
"default": "false",
|
|
2732
|
+
"fieldName": "hideProperty"
|
|
2733
|
+
}
|
|
2734
|
+
],
|
|
2735
|
+
"superclass": {
|
|
2736
|
+
"name": "LitElement",
|
|
2737
|
+
"package": "lit"
|
|
2738
|
+
},
|
|
2739
|
+
"customElement": true
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2742
|
+
"exports": [
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "js",
|
|
2745
|
+
"name": "EditToolbar",
|
|
2746
|
+
"declaration": {
|
|
2747
|
+
"name": "EditToolbar",
|
|
2748
|
+
"module": "src/modeller/edit-toolbar.ts"
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
]
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "javascript-module",
|
|
2755
|
+
"path": "src/selector/board-creation-popup.ts",
|
|
2756
|
+
"declarations": [
|
|
2757
|
+
{
|
|
2758
|
+
"kind": "class",
|
|
2759
|
+
"description": "",
|
|
2760
|
+
"name": "BoardCreationPopup",
|
|
2761
|
+
"members": [
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "field",
|
|
2764
|
+
"name": "defaultGroup",
|
|
2765
|
+
"type": {
|
|
2766
|
+
"text": "string | undefined"
|
|
2767
|
+
},
|
|
2768
|
+
"attribute": "defaultGroup"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "field",
|
|
2772
|
+
"name": "groups",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2775
|
+
},
|
|
2776
|
+
"attribute": "groups"
|
|
3132
2777
|
},
|
|
3133
2778
|
{
|
|
3134
2779
|
"kind": "method",
|
|
3135
|
-
"name": "
|
|
2780
|
+
"name": "onClickSubmit"
|
|
2781
|
+
}
|
|
2782
|
+
],
|
|
2783
|
+
"events": [
|
|
2784
|
+
{
|
|
2785
|
+
"name": "create-board",
|
|
2786
|
+
"type": {
|
|
2787
|
+
"text": "CustomEvent"
|
|
2788
|
+
}
|
|
2789
|
+
}
|
|
2790
|
+
],
|
|
2791
|
+
"attributes": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "defaultGroup",
|
|
2794
|
+
"type": {
|
|
2795
|
+
"text": "string | undefined"
|
|
2796
|
+
},
|
|
2797
|
+
"fieldName": "defaultGroup"
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"name": "groups",
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2803
|
+
},
|
|
2804
|
+
"fieldName": "groups"
|
|
2805
|
+
}
|
|
2806
|
+
],
|
|
2807
|
+
"mixins": [
|
|
2808
|
+
{
|
|
2809
|
+
"name": "localize(i18next)",
|
|
2810
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2813
|
+
"superclass": {
|
|
2814
|
+
"name": "LitElement",
|
|
2815
|
+
"package": "lit"
|
|
2816
|
+
},
|
|
2817
|
+
"tagName": "board-creation-popup",
|
|
2818
|
+
"customElement": true
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"exports": [
|
|
2822
|
+
{
|
|
2823
|
+
"kind": "js",
|
|
2824
|
+
"name": "BoardCreationPopup",
|
|
2825
|
+
"declaration": {
|
|
2826
|
+
"name": "BoardCreationPopup",
|
|
2827
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"kind": "custom-element-definition",
|
|
2832
|
+
"name": "board-creation-popup",
|
|
2833
|
+
"declaration": {
|
|
2834
|
+
"name": "BoardCreationPopup",
|
|
2835
|
+
"module": "src/selector/board-creation-popup.ts"
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "javascript-module",
|
|
2842
|
+
"path": "src/selector/board-thumbnail-card.ts",
|
|
2843
|
+
"declarations": [
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "class",
|
|
2846
|
+
"description": "",
|
|
2847
|
+
"name": "BoardThumbnailCard",
|
|
2848
|
+
"members": [
|
|
2849
|
+
{
|
|
2850
|
+
"kind": "field",
|
|
2851
|
+
"name": "defaultGroup",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"text": "string | undefined"
|
|
2854
|
+
},
|
|
2855
|
+
"attribute": "defaultGroup"
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"kind": "field",
|
|
2859
|
+
"name": "groups",
|
|
2860
|
+
"type": {
|
|
2861
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2862
|
+
},
|
|
2863
|
+
"attribute": "groups"
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"kind": "method",
|
|
2867
|
+
"name": "onClickFlip",
|
|
3136
2868
|
"parameters": [
|
|
3137
2869
|
{
|
|
3138
2870
|
"name": "e",
|
|
3139
2871
|
"type": {
|
|
3140
|
-
"text": "
|
|
2872
|
+
"text": "Event"
|
|
3141
2873
|
}
|
|
3142
2874
|
}
|
|
3143
2875
|
]
|
|
3144
2876
|
},
|
|
3145
2877
|
{
|
|
3146
2878
|
"kind": "method",
|
|
3147
|
-
"name": "
|
|
3148
|
-
"parameters": [
|
|
3149
|
-
{
|
|
3150
|
-
"name": "e",
|
|
3151
|
-
"type": {
|
|
3152
|
-
"text": "
|
|
3153
|
-
}
|
|
3154
|
-
}
|
|
3155
|
-
]
|
|
2879
|
+
"name": "onClickSubmit",
|
|
2880
|
+
"parameters": [
|
|
2881
|
+
{
|
|
2882
|
+
"name": "e",
|
|
2883
|
+
"type": {
|
|
2884
|
+
"text": "Event"
|
|
2885
|
+
}
|
|
2886
|
+
}
|
|
2887
|
+
]
|
|
2888
|
+
},
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "method",
|
|
2891
|
+
"name": "reset"
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"events": [
|
|
2895
|
+
{
|
|
2896
|
+
"name": "create-board",
|
|
2897
|
+
"type": {
|
|
2898
|
+
"text": "CustomEvent"
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"attributes": [
|
|
2903
|
+
{
|
|
2904
|
+
"name": "defaultGroup",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "string | undefined"
|
|
2907
|
+
},
|
|
2908
|
+
"fieldName": "defaultGroup"
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "groups",
|
|
2912
|
+
"type": {
|
|
2913
|
+
"text": "{ id: string; name: string }[] | undefined"
|
|
2914
|
+
},
|
|
2915
|
+
"fieldName": "groups"
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"mixins": [
|
|
2919
|
+
{
|
|
2920
|
+
"name": "localize(i18next)",
|
|
2921
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2922
|
+
}
|
|
2923
|
+
],
|
|
2924
|
+
"superclass": {
|
|
2925
|
+
"name": "LitElement",
|
|
2926
|
+
"package": "lit"
|
|
2927
|
+
},
|
|
2928
|
+
"tagName": "board-thumbnail-card",
|
|
2929
|
+
"customElement": true
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"exports": [
|
|
2933
|
+
{
|
|
2934
|
+
"kind": "js",
|
|
2935
|
+
"name": "BoardThumbnailCard",
|
|
2936
|
+
"declaration": {
|
|
2937
|
+
"name": "BoardThumbnailCard",
|
|
2938
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "custom-element-definition",
|
|
2943
|
+
"name": "board-thumbnail-card",
|
|
2944
|
+
"declaration": {
|
|
2945
|
+
"name": "BoardThumbnailCard",
|
|
2946
|
+
"module": "src/selector/board-thumbnail-card.ts"
|
|
2947
|
+
}
|
|
2948
|
+
}
|
|
2949
|
+
]
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"kind": "javascript-module",
|
|
2953
|
+
"path": "src/selector/ox-board-creation-card.ts",
|
|
2954
|
+
"declarations": [
|
|
2955
|
+
{
|
|
2956
|
+
"kind": "class",
|
|
2957
|
+
"description": "",
|
|
2958
|
+
"name": "BoardCreationCard",
|
|
2959
|
+
"members": [
|
|
2960
|
+
{
|
|
2961
|
+
"kind": "field",
|
|
2962
|
+
"name": "defaultGroup",
|
|
2963
|
+
"type": {
|
|
2964
|
+
"text": "string | undefined"
|
|
2965
|
+
},
|
|
2966
|
+
"attribute": "defaultGroup"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"kind": "field",
|
|
2970
|
+
"name": "groups",
|
|
2971
|
+
"type": {
|
|
2972
|
+
"text": "any"
|
|
2973
|
+
},
|
|
2974
|
+
"attribute": "groups"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "field",
|
|
2978
|
+
"name": "popup",
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "any"
|
|
2981
|
+
},
|
|
2982
|
+
"privacy": "private"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"kind": "method",
|
|
2986
|
+
"name": "onClick"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"kind": "method",
|
|
2990
|
+
"name": "reset"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"events": [
|
|
2994
|
+
{
|
|
2995
|
+
"name": "create-board",
|
|
2996
|
+
"type": {
|
|
2997
|
+
"text": "CustomEvent"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
],
|
|
3001
|
+
"attributes": [
|
|
3002
|
+
{
|
|
3003
|
+
"name": "defaultGroup",
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "string | undefined"
|
|
3006
|
+
},
|
|
3007
|
+
"fieldName": "defaultGroup"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "groups",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "any"
|
|
3013
|
+
},
|
|
3014
|
+
"fieldName": "groups"
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"mixins": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "localize(i18next)",
|
|
3020
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"superclass": {
|
|
3024
|
+
"name": "LitElement",
|
|
3025
|
+
"package": "lit"
|
|
3026
|
+
},
|
|
3027
|
+
"tagName": "ox-board-creation-card",
|
|
3028
|
+
"customElement": true
|
|
3029
|
+
}
|
|
3030
|
+
],
|
|
3031
|
+
"exports": [
|
|
3032
|
+
{
|
|
3033
|
+
"kind": "js",
|
|
3034
|
+
"name": "BoardCreationCard",
|
|
3035
|
+
"declaration": {
|
|
3036
|
+
"name": "BoardCreationCard",
|
|
3037
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"kind": "custom-element-definition",
|
|
3042
|
+
"name": "ox-board-creation-card",
|
|
3043
|
+
"declaration": {
|
|
3044
|
+
"name": "BoardCreationCard",
|
|
3045
|
+
"module": "src/selector/ox-board-creation-card.ts"
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
]
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "javascript-module",
|
|
3052
|
+
"path": "src/selector/ox-board-selector.ts",
|
|
3053
|
+
"declarations": [
|
|
3054
|
+
{
|
|
3055
|
+
"kind": "class",
|
|
3056
|
+
"description": "",
|
|
3057
|
+
"name": "BoardSelector",
|
|
3058
|
+
"members": [
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "field",
|
|
3061
|
+
"name": "groups",
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
3064
|
+
},
|
|
3065
|
+
"default": "[]",
|
|
3066
|
+
"attribute": "groups"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"kind": "field",
|
|
3070
|
+
"name": "boards",
|
|
3071
|
+
"type": {
|
|
3072
|
+
"text": "any[]"
|
|
3073
|
+
},
|
|
3074
|
+
"default": "[]",
|
|
3075
|
+
"attribute": "boards"
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"kind": "field",
|
|
3079
|
+
"name": "group",
|
|
3080
|
+
"type": {
|
|
3081
|
+
"text": "string | undefined"
|
|
3082
|
+
},
|
|
3083
|
+
"attribute": "group"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
"kind": "field",
|
|
3087
|
+
"name": "inherited",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "InheritedValueType | undefined"
|
|
3090
|
+
},
|
|
3091
|
+
"attribute": "inherited"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"kind": "field",
|
|
3095
|
+
"name": "creatable",
|
|
3096
|
+
"type": {
|
|
3097
|
+
"text": "boolean"
|
|
3098
|
+
},
|
|
3099
|
+
"default": "false",
|
|
3100
|
+
"attribute": "creatable"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"kind": "field",
|
|
3104
|
+
"name": "value",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "string | undefined"
|
|
3107
|
+
},
|
|
3108
|
+
"attribute": "value"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"kind": "field",
|
|
3112
|
+
"name": "_page",
|
|
3113
|
+
"type": {
|
|
3114
|
+
"text": "number"
|
|
3115
|
+
},
|
|
3116
|
+
"privacy": "private",
|
|
3117
|
+
"default": "1"
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "field",
|
|
3121
|
+
"name": "_total",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "number"
|
|
3124
|
+
},
|
|
3125
|
+
"privacy": "private",
|
|
3126
|
+
"default": "0"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "field",
|
|
3130
|
+
"name": "scrollTargetEl",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "HTMLElement | null"
|
|
3133
|
+
},
|
|
3134
|
+
"readonly": true
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"kind": "method",
|
|
3138
|
+
"name": "scrollAction"
|
|
3156
3139
|
},
|
|
3157
3140
|
{
|
|
3158
3141
|
"kind": "method",
|
|
3159
|
-
"name": "
|
|
3142
|
+
"name": "onClickSelect",
|
|
3160
3143
|
"parameters": [
|
|
3161
3144
|
{
|
|
3162
|
-
"name": "
|
|
3145
|
+
"name": "board",
|
|
3163
3146
|
"type": {
|
|
3164
|
-
"text": "
|
|
3147
|
+
"text": "any"
|
|
3165
3148
|
}
|
|
3166
3149
|
}
|
|
3167
3150
|
]
|
|
3168
3151
|
},
|
|
3169
3152
|
{
|
|
3170
3153
|
"kind": "method",
|
|
3171
|
-
"name": "
|
|
3154
|
+
"name": "onCreateBoard",
|
|
3172
3155
|
"parameters": [
|
|
3173
3156
|
{
|
|
3174
3157
|
"name": "e",
|
|
3175
3158
|
"type": {
|
|
3176
|
-
"text": "
|
|
3159
|
+
"text": "CustomEvent"
|
|
3177
3160
|
}
|
|
3178
3161
|
}
|
|
3179
3162
|
]
|
|
3180
3163
|
},
|
|
3181
3164
|
{
|
|
3182
3165
|
"kind": "method",
|
|
3183
|
-
"name": "
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"kind": "method",
|
|
3187
|
-
"name": "onTapSymmetryY"
|
|
3188
|
-
},
|
|
3189
|
-
{
|
|
3190
|
-
"kind": "method",
|
|
3191
|
-
"name": "onTapRotateCW"
|
|
3192
|
-
},
|
|
3193
|
-
{
|
|
3194
|
-
"kind": "method",
|
|
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"
|
|
3166
|
+
"name": "refreshGroups"
|
|
3212
3167
|
},
|
|
3213
3168
|
{
|
|
3214
3169
|
"kind": "method",
|
|
3215
|
-
"name": "
|
|
3170
|
+
"name": "refreshBoards"
|
|
3216
3171
|
},
|
|
3217
3172
|
{
|
|
3218
3173
|
"kind": "method",
|
|
3219
|
-
"name": "
|
|
3174
|
+
"name": "appendBoards"
|
|
3220
3175
|
},
|
|
3221
3176
|
{
|
|
3222
3177
|
"kind": "method",
|
|
3223
|
-
"name": "
|
|
3178
|
+
"name": "getBoards",
|
|
3179
|
+
"parameters": [
|
|
3180
|
+
{
|
|
3181
|
+
"name": "{ page = 1, limit = this._infiniteScrollOptions.limit }",
|
|
3182
|
+
"default": "{}"
|
|
3183
|
+
}
|
|
3184
|
+
]
|
|
3224
3185
|
},
|
|
3225
3186
|
{
|
|
3226
3187
|
"kind": "method",
|
|
3227
|
-
"name": "
|
|
3188
|
+
"name": "createBoard",
|
|
3228
3189
|
"parameters": [
|
|
3229
3190
|
{
|
|
3230
|
-
"name": "
|
|
3191
|
+
"name": "name",
|
|
3231
3192
|
"type": {
|
|
3232
|
-
"text": "
|
|
3193
|
+
"text": "string"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "description",
|
|
3198
|
+
"type": {
|
|
3199
|
+
"text": "string"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "groupId",
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "string"
|
|
3233
3206
|
}
|
|
3234
3207
|
}
|
|
3235
3208
|
]
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "field",
|
|
3212
|
+
"name": "limit",
|
|
3213
|
+
"type": {
|
|
3214
|
+
"text": "number"
|
|
3215
|
+
},
|
|
3216
|
+
"default": "50"
|
|
3236
3217
|
}
|
|
3237
3218
|
],
|
|
3238
3219
|
"events": [
|
|
3239
3220
|
{
|
|
3240
|
-
"name": "
|
|
3221
|
+
"name": "board-selected",
|
|
3241
3222
|
"type": {
|
|
3242
3223
|
"text": "CustomEvent"
|
|
3243
3224
|
}
|
|
3244
|
-
}
|
|
3225
|
+
}
|
|
3226
|
+
],
|
|
3227
|
+
"attributes": [
|
|
3245
3228
|
{
|
|
3246
|
-
"name": "
|
|
3229
|
+
"name": "groups",
|
|
3247
3230
|
"type": {
|
|
3248
|
-
"text": "
|
|
3249
|
-
}
|
|
3231
|
+
"text": "{ id: string; name: string; description: string }[]"
|
|
3232
|
+
},
|
|
3233
|
+
"default": "[]",
|
|
3234
|
+
"fieldName": "groups"
|
|
3250
3235
|
},
|
|
3251
3236
|
{
|
|
3252
|
-
"name": "
|
|
3237
|
+
"name": "boards",
|
|
3253
3238
|
"type": {
|
|
3254
|
-
"text": "
|
|
3255
|
-
}
|
|
3239
|
+
"text": "any[]"
|
|
3240
|
+
},
|
|
3241
|
+
"default": "[]",
|
|
3242
|
+
"fieldName": "boards"
|
|
3256
3243
|
},
|
|
3257
3244
|
{
|
|
3258
|
-
"name": "
|
|
3259
|
-
"type": {
|
|
3260
|
-
"text": "CustomEvent"
|
|
3261
|
-
}
|
|
3262
|
-
}
|
|
3263
|
-
],
|
|
3264
|
-
"attributes": [
|
|
3265
|
-
{
|
|
3266
|
-
"name": "scene",
|
|
3245
|
+
"name": "group",
|
|
3267
3246
|
"type": {
|
|
3268
|
-
"text": "
|
|
3247
|
+
"text": "string | undefined"
|
|
3269
3248
|
},
|
|
3270
|
-
"fieldName": "
|
|
3249
|
+
"fieldName": "group"
|
|
3271
3250
|
},
|
|
3272
3251
|
{
|
|
3273
|
-
"name": "
|
|
3252
|
+
"name": "inherited",
|
|
3274
3253
|
"type": {
|
|
3275
|
-
"text": "
|
|
3254
|
+
"text": "InheritedValueType | undefined"
|
|
3276
3255
|
},
|
|
3277
|
-
"
|
|
3278
|
-
"fieldName": "selected"
|
|
3256
|
+
"fieldName": "inherited"
|
|
3279
3257
|
},
|
|
3280
3258
|
{
|
|
3281
|
-
"name": "
|
|
3259
|
+
"name": "creatable",
|
|
3282
3260
|
"type": {
|
|
3283
3261
|
"text": "boolean"
|
|
3284
3262
|
},
|
|
3285
3263
|
"default": "false",
|
|
3286
|
-
"fieldName": "
|
|
3264
|
+
"fieldName": "creatable"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "value",
|
|
3268
|
+
"type": {
|
|
3269
|
+
"text": "string | undefined"
|
|
3270
|
+
},
|
|
3271
|
+
"fieldName": "value"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"mixins": [
|
|
3275
|
+
{
|
|
3276
|
+
"name": "InfiniteScrollable",
|
|
3277
|
+
"package": "@operato/utils/mixins/infinite-scrollable.js"
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"name": "localize(i18next)",
|
|
3281
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3287
3282
|
}
|
|
3288
3283
|
],
|
|
3289
3284
|
"superclass": {
|
|
3290
3285
|
"name": "LitElement",
|
|
3291
3286
|
"package": "lit"
|
|
3292
3287
|
},
|
|
3288
|
+
"tagName": "ox-editor-board-selector",
|
|
3293
3289
|
"customElement": true
|
|
3294
3290
|
}
|
|
3295
3291
|
],
|
|
3296
3292
|
"exports": [
|
|
3297
3293
|
{
|
|
3298
3294
|
"kind": "js",
|
|
3299
|
-
"name": "
|
|
3295
|
+
"name": "BoardSelector",
|
|
3300
3296
|
"declaration": {
|
|
3301
|
-
"name": "
|
|
3302
|
-
"module": "src/
|
|
3297
|
+
"name": "BoardSelector",
|
|
3298
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "custom-element-definition",
|
|
3303
|
+
"name": "ox-board-selector",
|
|
3304
|
+
"declaration": {
|
|
3305
|
+
"name": "BoardSelector",
|
|
3306
|
+
"module": "src/selector/ox-board-selector.ts"
|
|
3303
3307
|
}
|
|
3304
3308
|
}
|
|
3305
3309
|
]
|
|
@@ -3726,7 +3730,7 @@
|
|
|
3726
3730
|
{
|
|
3727
3731
|
"kind": "variable",
|
|
3728
3732
|
"name": "ICON_SHIFT_MODE",
|
|
3729
|
-
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4\n c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8\n c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8\n c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8\n c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3733
|
+
"default": "`\n <svg\n version=\"1.1\"\n id=\"Layer_1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n x=\"0px\"\n y=\"0px\"\n viewBox=\"0 0 30 30\"\n style=\"enable-background:new 0 0 30 30;\"\n xml:space=\"preserve\"\n >\n <style type=\"text/css\">\n .st0 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n fill-rule: evenodd;\n clip-rule: evenodd;\n }\n .st1 {\n fill: {{strokeColor}};\n stroke: {{strokeColor}};\n stroke-width: 0.75;\n stroke-linejoin: round;\n stroke-miterlimit: 10;\n }\n </style>\n <g>\n <path\n class=\"st0\"\n d=\"M7.8,23.2c1.6,0,3.8,0,5.7,0c0.8,0,1.3-0.3,1.6-1.2c0.4-2.9,1.5-4.9,2.4-6.9s1.4-2.5,1.6-3.4\n c0.1-0.5,0.2-1.6-0.4-1.9c-0.6-0.3-1.2,0.1-1.9,1.3c-0.8,1.6-1,2-1.4,2c-0.3,0-0.1-4,0-5.4c0.1-1.3-0.6-1.8-1.3-1.8\n c-0.8-0.1-1.5,0.4-1.5,1.5c0,1.5-0.2,5.2-0.7,5.2c-0.4,0-0.3-4.3-0.6-6.7c-0.1-1-0.6-1.8-1.5-1.8C9.1,4.2,8.4,4.7,8.3,5.8\n c-0.1,1.3,1,6.7,0.5,6.7c-0.4,0-1.4-3.3-2.3-5.1C6,6.5,5.6,6,4.6,6.4C3.9,6.7,3.5,7.6,3.8,8.5c0.5,1.2,2.7,6.8,2.2,6.8\n c-0.4,0-1.4-1.4-2.7-2.1c-1.1-0.6-1.8-0.4-2.1-0.1c-0.4,0.3-0.7,1,0.9,2.8c0.6,0.6,3.1,2.3,3.7,3.2c0.7,1.3,0.6,1,0.8,2.8\n C6.7,22.7,7,23.2,7.8,23.2z\"\n />\n <path\n class=\"st1\"\n d=\"M28.7,20.1L27.1,19c-0.1,0-0.2,0-0.2,0c0,0.1,0,0.2,0,0.2l1.2,0.9h-4.9v-5l0.9,1.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0-0.2l-1.1-1.6c-0.1-0.1-0.2-0.1-0.2,0L21.8,16c0,0.1,0,0.2,0,0.2s0.2,0,0.2,0l0.9-1.2v5h-5\n l1.2-0.9c0.1,0,0.1-0.1,0-0.2c0-0.1-0.1-0.1-0.2,0l-1.6,1.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0.1,0.1,0.1l1.6,1.1c0,0,0.1,0,0.1,0\n c0,0,0.1,0,0.1-0.1c0-0.1,0-0.2,0-0.2l-1.2-0.9h5v5L22,24.2c0-0.1-0.1-0.1-0.2,0c-0.1,0-0.1,0.1,0,0.2l1.1,1.6c0,0,0.1,0.1,0.1,0.1\n s0.1,0,0.1-0.1l1.1-1.6c0-0.1,0-0.2,0-0.2c-0.1,0-0.2,0-0.2,0l-0.9,1.2v-5h4.9l-1.2,0.9c-0.1,0-0.1,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1\n c0,0,0.1,0,0.1,0l1.6-1.1c0,0,0.1-0.1,0.1-0.1C28.7,20.2,28.7,20.1,28.7,20.1z\"\n />\n </g>\n </svg>\n`"
|
|
3730
3734
|
}
|
|
3731
3735
|
],
|
|
3732
3736
|
"exports": [
|
|
@@ -4866,245 +4870,215 @@
|
|
|
4866
4870
|
},
|
|
4867
4871
|
{
|
|
4868
4872
|
"kind": "javascript-module",
|
|
4869
|
-
"path": "src/modeller/property-sidebar/
|
|
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",
|
|
4873
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4891
4874
|
"declarations": [
|
|
4892
4875
|
{
|
|
4893
4876
|
"kind": "class",
|
|
4894
4877
|
"description": "",
|
|
4895
|
-
"name": "
|
|
4878
|
+
"name": "SceneInspector",
|
|
4896
4879
|
"members": [
|
|
4897
4880
|
{
|
|
4898
4881
|
"kind": "field",
|
|
4899
|
-
"name": "
|
|
4882
|
+
"name": "scene",
|
|
4900
4883
|
"type": {
|
|
4901
|
-
"text": "
|
|
4884
|
+
"text": "Scene | undefined"
|
|
4902
4885
|
},
|
|
4903
|
-
"attribute": "
|
|
4886
|
+
"attribute": "scene"
|
|
4904
4887
|
},
|
|
4905
4888
|
{
|
|
4906
4889
|
"kind": "field",
|
|
4907
|
-
"name": "
|
|
4890
|
+
"name": "searchText",
|
|
4908
4891
|
"type": {
|
|
4909
|
-
"text": "
|
|
4892
|
+
"text": "string"
|
|
4893
|
+
},
|
|
4894
|
+
"privacy": "private",
|
|
4895
|
+
"default": "''"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"kind": "field",
|
|
4899
|
+
"name": "_extendedMap",
|
|
4900
|
+
"type": {
|
|
4901
|
+
"text": "any"
|
|
4902
|
+
},
|
|
4903
|
+
"privacy": "private"
|
|
4904
|
+
},
|
|
4905
|
+
{
|
|
4906
|
+
"kind": "field",
|
|
4907
|
+
"name": "show",
|
|
4908
|
+
"type": {
|
|
4909
|
+
"text": "boolean"
|
|
4910
|
+
},
|
|
4911
|
+
"privacy": "private",
|
|
4912
|
+
"default": "false"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"kind": "method",
|
|
4916
|
+
"name": "disconnectScene",
|
|
4917
|
+
"parameters": [
|
|
4918
|
+
{
|
|
4919
|
+
"name": "scene",
|
|
4920
|
+
"optional": true,
|
|
4921
|
+
"type": {
|
|
4922
|
+
"text": "Scene"
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
]
|
|
4926
|
+
},
|
|
4927
|
+
{
|
|
4928
|
+
"kind": "method",
|
|
4929
|
+
"name": "refresh"
|
|
4930
|
+
},
|
|
4931
|
+
{
|
|
4932
|
+
"kind": "field",
|
|
4933
|
+
"name": "sortableConfig",
|
|
4934
|
+
"type": {
|
|
4935
|
+
"text": "Sortable.Options"
|
|
4910
4936
|
},
|
|
4911
|
-
"
|
|
4937
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
4912
4938
|
},
|
|
4913
4939
|
{
|
|
4914
|
-
"kind": "
|
|
4915
|
-
"name": "
|
|
4916
|
-
"
|
|
4917
|
-
|
|
4940
|
+
"kind": "method",
|
|
4941
|
+
"name": "onSort",
|
|
4942
|
+
"parameters": [
|
|
4943
|
+
{
|
|
4944
|
+
"name": "e",
|
|
4945
|
+
"type": {
|
|
4946
|
+
"text": "Sortable.SortableEvent"
|
|
4947
|
+
}
|
|
4948
|
+
}
|
|
4949
|
+
]
|
|
4918
4950
|
},
|
|
4919
4951
|
{
|
|
4920
4952
|
"kind": "method",
|
|
4921
|
-
"name": "
|
|
4953
|
+
"name": "_onclick",
|
|
4922
4954
|
"parameters": [
|
|
4923
4955
|
{
|
|
4924
4956
|
"name": "e",
|
|
4925
4957
|
"type": {
|
|
4926
|
-
"text": "
|
|
4958
|
+
"text": "MouseEvent"
|
|
4927
4959
|
}
|
|
4928
4960
|
}
|
|
4929
|
-
]
|
|
4930
|
-
"inheritedFrom": {
|
|
4931
|
-
"name": "AbstractProperty",
|
|
4932
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4933
|
-
}
|
|
4961
|
+
]
|
|
4934
4962
|
},
|
|
4935
4963
|
{
|
|
4936
4964
|
"kind": "method",
|
|
4937
|
-
"name": "
|
|
4965
|
+
"name": "_ondblclick",
|
|
4938
4966
|
"parameters": [
|
|
4939
4967
|
{
|
|
4940
|
-
"name": "
|
|
4968
|
+
"name": "e",
|
|
4941
4969
|
"type": {
|
|
4942
|
-
"text": "
|
|
4970
|
+
"text": "MouseEvent"
|
|
4943
4971
|
}
|
|
4944
4972
|
}
|
|
4945
|
-
]
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4973
|
+
]
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"kind": "field",
|
|
4977
|
+
"name": "extendedMap",
|
|
4978
|
+
"readonly": true
|
|
4950
4979
|
},
|
|
4951
4980
|
{
|
|
4952
4981
|
"kind": "method",
|
|
4953
|
-
"name": "
|
|
4982
|
+
"name": "getNodeHandleClass",
|
|
4954
4983
|
"parameters": [
|
|
4955
4984
|
{
|
|
4956
|
-
"name": "
|
|
4985
|
+
"name": "component",
|
|
4957
4986
|
"type": {
|
|
4958
|
-
"text": "
|
|
4987
|
+
"text": "Component"
|
|
4959
4988
|
}
|
|
4960
|
-
}
|
|
4989
|
+
}
|
|
4990
|
+
]
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"kind": "method",
|
|
4994
|
+
"name": "isExtended",
|
|
4995
|
+
"parameters": [
|
|
4961
4996
|
{
|
|
4962
|
-
"name": "
|
|
4997
|
+
"name": "component",
|
|
4963
4998
|
"type": {
|
|
4964
|
-
"text": "
|
|
4999
|
+
"text": "Component"
|
|
4965
5000
|
}
|
|
4966
5001
|
}
|
|
4967
|
-
]
|
|
4968
|
-
"inheritedFrom": {
|
|
4969
|
-
"name": "AbstractProperty",
|
|
4970
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4971
|
-
}
|
|
4972
|
-
}
|
|
4973
|
-
],
|
|
4974
|
-
"attributes": [
|
|
4975
|
-
{
|
|
4976
|
-
"name": "value",
|
|
4977
|
-
"type": {
|
|
4978
|
-
"text": "Properties | undefined"
|
|
4979
|
-
},
|
|
4980
|
-
"fieldName": "value"
|
|
5002
|
+
]
|
|
4981
5003
|
},
|
|
4982
5004
|
{
|
|
4983
|
-
"
|
|
4984
|
-
"
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
"package": "@open-wc/scoped-elements"
|
|
4994
|
-
}
|
|
4995
|
-
],
|
|
4996
|
-
"superclass": {
|
|
4997
|
-
"name": "AbstractProperty",
|
|
4998
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
4999
|
-
},
|
|
5000
|
-
"events": [
|
|
5001
|
-
{
|
|
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
|
-
}
|
|
5010
|
-
}
|
|
5011
|
-
]
|
|
5012
|
-
}
|
|
5013
|
-
],
|
|
5014
|
-
"exports": [
|
|
5015
|
-
{
|
|
5016
|
-
"kind": "js",
|
|
5017
|
-
"name": "PropertyEffects",
|
|
5018
|
-
"declaration": {
|
|
5019
|
-
"name": "PropertyEffects",
|
|
5020
|
-
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5021
|
-
}
|
|
5022
|
-
}
|
|
5023
|
-
]
|
|
5024
|
-
},
|
|
5025
|
-
{
|
|
5026
|
-
"kind": "javascript-module",
|
|
5027
|
-
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5028
|
-
"declarations": [
|
|
5029
|
-
{
|
|
5030
|
-
"kind": "class",
|
|
5031
|
-
"description": "",
|
|
5032
|
-
"name": "PropertyEventHover",
|
|
5033
|
-
"members": [
|
|
5034
|
-
{
|
|
5035
|
-
"kind": "field",
|
|
5036
|
-
"name": "value",
|
|
5037
|
-
"type": {
|
|
5038
|
-
"text": "Properties | undefined"
|
|
5039
|
-
},
|
|
5040
|
-
"attribute": "value"
|
|
5005
|
+
"kind": "method",
|
|
5006
|
+
"name": "toggleExtended",
|
|
5007
|
+
"parameters": [
|
|
5008
|
+
{
|
|
5009
|
+
"name": "component",
|
|
5010
|
+
"type": {
|
|
5011
|
+
"text": "Component"
|
|
5012
|
+
}
|
|
5013
|
+
}
|
|
5014
|
+
]
|
|
5041
5015
|
},
|
|
5042
5016
|
{
|
|
5043
|
-
"kind": "
|
|
5044
|
-
"name": "
|
|
5045
|
-
"
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5017
|
+
"kind": "method",
|
|
5018
|
+
"name": "toggleHidden",
|
|
5019
|
+
"parameters": [
|
|
5020
|
+
{
|
|
5021
|
+
"name": "component",
|
|
5022
|
+
"type": {
|
|
5023
|
+
"text": "Component"
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
]
|
|
5049
5027
|
},
|
|
5050
5028
|
{
|
|
5051
5029
|
"kind": "method",
|
|
5052
|
-
"name": "
|
|
5030
|
+
"name": "selectComponent",
|
|
5053
5031
|
"parameters": [
|
|
5054
5032
|
{
|
|
5055
|
-
"name": "
|
|
5033
|
+
"name": "component",
|
|
5056
5034
|
"type": {
|
|
5057
|
-
"text": "
|
|
5035
|
+
"text": "Component"
|
|
5058
5036
|
}
|
|
5059
5037
|
}
|
|
5060
5038
|
]
|
|
5061
5039
|
},
|
|
5062
5040
|
{
|
|
5063
5041
|
"kind": "method",
|
|
5064
|
-
"name": "
|
|
5042
|
+
"name": "shouldBeShown",
|
|
5065
5043
|
"return": {
|
|
5066
5044
|
"type": {
|
|
5067
|
-
"text": "
|
|
5045
|
+
"text": "boolean"
|
|
5068
5046
|
}
|
|
5069
5047
|
},
|
|
5070
5048
|
"parameters": [
|
|
5071
5049
|
{
|
|
5072
|
-
"name": "
|
|
5050
|
+
"name": "component",
|
|
5073
5051
|
"type": {
|
|
5074
|
-
"text": "
|
|
5052
|
+
"text": "Component"
|
|
5075
5053
|
}
|
|
5076
5054
|
}
|
|
5077
5055
|
]
|
|
5078
5056
|
},
|
|
5079
5057
|
{
|
|
5080
5058
|
"kind": "method",
|
|
5081
|
-
"name": "
|
|
5059
|
+
"name": "renderComponent",
|
|
5060
|
+
"return": {
|
|
5061
|
+
"type": {
|
|
5062
|
+
"text": "TemplateResult"
|
|
5063
|
+
}
|
|
5064
|
+
},
|
|
5082
5065
|
"parameters": [
|
|
5083
5066
|
{
|
|
5084
|
-
"name": "
|
|
5067
|
+
"name": "component",
|
|
5085
5068
|
"type": {
|
|
5086
|
-
"text": "
|
|
5069
|
+
"text": "Component"
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"name": "depth",
|
|
5074
|
+
"type": {
|
|
5075
|
+
"text": "number"
|
|
5087
5076
|
}
|
|
5088
5077
|
}
|
|
5089
5078
|
]
|
|
5090
5079
|
}
|
|
5091
5080
|
],
|
|
5092
|
-
"events": [
|
|
5093
|
-
{
|
|
5094
|
-
"name": "change",
|
|
5095
|
-
"type": {
|
|
5096
|
-
"text": "CustomEvent"
|
|
5097
|
-
}
|
|
5098
|
-
}
|
|
5099
|
-
],
|
|
5100
5081
|
"attributes": [
|
|
5101
|
-
{
|
|
5102
|
-
"name": "value",
|
|
5103
|
-
"type": {
|
|
5104
|
-
"text": "Properties | undefined"
|
|
5105
|
-
},
|
|
5106
|
-
"fieldName": "value"
|
|
5107
|
-
},
|
|
5108
5082
|
{
|
|
5109
5083
|
"name": "scene",
|
|
5110
5084
|
"type": {
|
|
@@ -5123,30 +5097,40 @@
|
|
|
5123
5097
|
"exports": [
|
|
5124
5098
|
{
|
|
5125
5099
|
"kind": "js",
|
|
5126
|
-
"name": "
|
|
5100
|
+
"name": "SceneInspector",
|
|
5127
5101
|
"declaration": {
|
|
5128
|
-
"name": "
|
|
5129
|
-
"module": "src/modeller/property-sidebar/
|
|
5102
|
+
"name": "SceneInspector",
|
|
5103
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5130
5104
|
}
|
|
5131
5105
|
}
|
|
5132
5106
|
]
|
|
5133
5107
|
},
|
|
5134
5108
|
{
|
|
5135
5109
|
"kind": "javascript-module",
|
|
5136
|
-
"path": "src/modeller/property-sidebar/
|
|
5110
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5137
5111
|
"declarations": [
|
|
5138
5112
|
{
|
|
5139
5113
|
"kind": "class",
|
|
5140
|
-
"description": "",
|
|
5141
|
-
"name": "
|
|
5114
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5115
|
+
"name": "DataBindingMapper",
|
|
5142
5116
|
"members": [
|
|
5143
5117
|
{
|
|
5144
5118
|
"kind": "field",
|
|
5145
|
-
"name": "
|
|
5119
|
+
"name": "mapping",
|
|
5146
5120
|
"type": {
|
|
5147
|
-
"text": "
|
|
5121
|
+
"text": "Mapping"
|
|
5148
5122
|
},
|
|
5149
|
-
"
|
|
5123
|
+
"default": "{\n rule: 'value'\n }",
|
|
5124
|
+
"attribute": "mapping"
|
|
5125
|
+
},
|
|
5126
|
+
{
|
|
5127
|
+
"kind": "field",
|
|
5128
|
+
"name": "rule",
|
|
5129
|
+
"type": {
|
|
5130
|
+
"text": "Rule"
|
|
5131
|
+
},
|
|
5132
|
+
"default": "{}",
|
|
5133
|
+
"attribute": "rule"
|
|
5150
5134
|
},
|
|
5151
5135
|
{
|
|
5152
5136
|
"kind": "field",
|
|
@@ -5158,26 +5142,40 @@
|
|
|
5158
5142
|
},
|
|
5159
5143
|
{
|
|
5160
5144
|
"kind": "field",
|
|
5161
|
-
"name": "
|
|
5145
|
+
"name": "_valueTypes",
|
|
5162
5146
|
"type": {
|
|
5163
|
-
"text": "
|
|
5147
|
+
"text": "any"
|
|
5164
5148
|
},
|
|
5165
|
-
"default": "
|
|
5149
|
+
"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 }"
|
|
5166
5150
|
},
|
|
5167
5151
|
{
|
|
5168
5152
|
"kind": "field",
|
|
5169
|
-
"name": "
|
|
5153
|
+
"name": "_componentIds",
|
|
5170
5154
|
"type": {
|
|
5171
5155
|
"text": "{ value: string; description: string }[]"
|
|
5172
5156
|
},
|
|
5173
5157
|
"default": "[]"
|
|
5174
5158
|
},
|
|
5159
|
+
{
|
|
5160
|
+
"kind": "field",
|
|
5161
|
+
"name": "editor",
|
|
5162
|
+
"type": {
|
|
5163
|
+
"text": "HTMLInputElement"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "field",
|
|
5168
|
+
"name": "target",
|
|
5169
|
+
"type": {
|
|
5170
|
+
"text": "HTMLInputElement"
|
|
5171
|
+
}
|
|
5172
|
+
},
|
|
5175
5173
|
{
|
|
5176
5174
|
"kind": "method",
|
|
5177
|
-
"name": "
|
|
5175
|
+
"name": "_valuetype",
|
|
5178
5176
|
"parameters": [
|
|
5179
5177
|
{
|
|
5180
|
-
"name": "
|
|
5178
|
+
"name": "property",
|
|
5181
5179
|
"type": {
|
|
5182
5180
|
"text": "string"
|
|
5183
5181
|
}
|
|
@@ -5185,25 +5183,33 @@
|
|
|
5185
5183
|
]
|
|
5186
5184
|
},
|
|
5187
5185
|
{
|
|
5188
|
-
"kind": "
|
|
5189
|
-
"name": "
|
|
5190
|
-
"
|
|
5191
|
-
"
|
|
5192
|
-
"text": "{ value: string; description: string }[]"
|
|
5193
|
-
}
|
|
5186
|
+
"kind": "field",
|
|
5187
|
+
"name": "_keep_saved_rule_params",
|
|
5188
|
+
"type": {
|
|
5189
|
+
"text": "boolean"
|
|
5194
5190
|
},
|
|
5191
|
+
"privacy": "private",
|
|
5192
|
+
"default": "false"
|
|
5193
|
+
},
|
|
5194
|
+
{
|
|
5195
|
+
"kind": "method",
|
|
5196
|
+
"name": "_onChangedMapping"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"kind": "method",
|
|
5200
|
+
"name": "_onChangeRule",
|
|
5195
5201
|
"parameters": [
|
|
5196
5202
|
{
|
|
5197
|
-
"name": "
|
|
5203
|
+
"name": "e",
|
|
5198
5204
|
"type": {
|
|
5199
|
-
"text": "
|
|
5205
|
+
"text": "Event"
|
|
5200
5206
|
}
|
|
5201
5207
|
}
|
|
5202
5208
|
]
|
|
5203
5209
|
},
|
|
5204
5210
|
{
|
|
5205
5211
|
"kind": "method",
|
|
5206
|
-
"name": "
|
|
5212
|
+
"name": "_onChange",
|
|
5207
5213
|
"parameters": [
|
|
5208
5214
|
{
|
|
5209
5215
|
"name": "e",
|
|
@@ -5216,7 +5222,7 @@
|
|
|
5216
5222
|
],
|
|
5217
5223
|
"events": [
|
|
5218
5224
|
{
|
|
5219
|
-
"name": "change",
|
|
5225
|
+
"name": "value-change",
|
|
5220
5226
|
"type": {
|
|
5221
5227
|
"text": "CustomEvent"
|
|
5222
5228
|
}
|
|
@@ -5224,11 +5230,28 @@
|
|
|
5224
5230
|
],
|
|
5225
5231
|
"attributes": [
|
|
5226
5232
|
{
|
|
5227
|
-
"name": "
|
|
5233
|
+
"name": "mapping",
|
|
5228
5234
|
"type": {
|
|
5229
|
-
"text": "
|
|
5235
|
+
"text": "Mapping"
|
|
5230
5236
|
},
|
|
5231
|
-
"
|
|
5237
|
+
"default": "{\n rule: 'value'\n }",
|
|
5238
|
+
"fieldName": "mapping"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"name": "rule",
|
|
5242
|
+
"type": {
|
|
5243
|
+
"text": "Rule"
|
|
5244
|
+
},
|
|
5245
|
+
"default": "{}",
|
|
5246
|
+
"fieldName": "rule"
|
|
5247
|
+
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "properties",
|
|
5250
|
+
"type": {
|
|
5251
|
+
"text": "Properties[]"
|
|
5252
|
+
},
|
|
5253
|
+
"default": "[]",
|
|
5254
|
+
"fieldName": "properties"
|
|
5232
5255
|
},
|
|
5233
5256
|
{
|
|
5234
5257
|
"name": "scene",
|
|
@@ -5248,22 +5271,122 @@
|
|
|
5248
5271
|
"exports": [
|
|
5249
5272
|
{
|
|
5250
5273
|
"kind": "js",
|
|
5251
|
-
"name": "
|
|
5274
|
+
"name": "DataBindingMapper",
|
|
5252
5275
|
"declaration": {
|
|
5253
|
-
"name": "
|
|
5254
|
-
"module": "src/modeller/property-sidebar/
|
|
5276
|
+
"name": "DataBindingMapper",
|
|
5277
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5255
5278
|
}
|
|
5256
5279
|
}
|
|
5257
5280
|
]
|
|
5258
5281
|
},
|
|
5259
5282
|
{
|
|
5260
5283
|
"kind": "javascript-module",
|
|
5261
|
-
"path": "src/modeller/property-sidebar/
|
|
5284
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5262
5285
|
"declarations": [
|
|
5263
5286
|
{
|
|
5264
5287
|
"kind": "class",
|
|
5265
5288
|
"description": "",
|
|
5266
|
-
"name": "
|
|
5289
|
+
"name": "DataBindingValueMap",
|
|
5290
|
+
"members": [
|
|
5291
|
+
{
|
|
5292
|
+
"kind": "method",
|
|
5293
|
+
"name": "valueInputTemplate",
|
|
5294
|
+
"parameters": [
|
|
5295
|
+
{
|
|
5296
|
+
"name": "value",
|
|
5297
|
+
"optional": true,
|
|
5298
|
+
"type": {
|
|
5299
|
+
"text": "any"
|
|
5300
|
+
}
|
|
5301
|
+
}
|
|
5302
|
+
]
|
|
5303
|
+
}
|
|
5304
|
+
],
|
|
5305
|
+
"superclass": {
|
|
5306
|
+
"name": "OxInputValueMap",
|
|
5307
|
+
"package": "@operato/input"
|
|
5308
|
+
},
|
|
5309
|
+
"tagName": "data-binding-value-map",
|
|
5310
|
+
"customElement": true
|
|
5311
|
+
}
|
|
5312
|
+
],
|
|
5313
|
+
"exports": [
|
|
5314
|
+
{
|
|
5315
|
+
"kind": "js",
|
|
5316
|
+
"name": "DataBindingValueMap",
|
|
5317
|
+
"declaration": {
|
|
5318
|
+
"name": "DataBindingValueMap",
|
|
5319
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5320
|
+
}
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"kind": "custom-element-definition",
|
|
5324
|
+
"name": "data-binding-value-map",
|
|
5325
|
+
"declaration": {
|
|
5326
|
+
"name": "DataBindingValueMap",
|
|
5327
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
]
|
|
5331
|
+
},
|
|
5332
|
+
{
|
|
5333
|
+
"kind": "javascript-module",
|
|
5334
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
5335
|
+
"declarations": [
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "class",
|
|
5338
|
+
"description": "",
|
|
5339
|
+
"name": "DataBindingValueRange",
|
|
5340
|
+
"members": [
|
|
5341
|
+
{
|
|
5342
|
+
"kind": "method",
|
|
5343
|
+
"name": "valueInputTemplate",
|
|
5344
|
+
"parameters": [
|
|
5345
|
+
{
|
|
5346
|
+
"name": "value",
|
|
5347
|
+
"optional": true,
|
|
5348
|
+
"type": {
|
|
5349
|
+
"text": "any"
|
|
5350
|
+
}
|
|
5351
|
+
}
|
|
5352
|
+
]
|
|
5353
|
+
}
|
|
5354
|
+
],
|
|
5355
|
+
"superclass": {
|
|
5356
|
+
"name": "OxInputValueRange",
|
|
5357
|
+
"package": "@operato/input"
|
|
5358
|
+
},
|
|
5359
|
+
"tagName": "data-binding-value-range",
|
|
5360
|
+
"customElement": true
|
|
5361
|
+
}
|
|
5362
|
+
],
|
|
5363
|
+
"exports": [
|
|
5364
|
+
{
|
|
5365
|
+
"kind": "js",
|
|
5366
|
+
"name": "DataBindingValueRange",
|
|
5367
|
+
"declaration": {
|
|
5368
|
+
"name": "DataBindingValueRange",
|
|
5369
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"kind": "custom-element-definition",
|
|
5374
|
+
"name": "data-binding-value-range",
|
|
5375
|
+
"declaration": {
|
|
5376
|
+
"name": "DataBindingValueRange",
|
|
5377
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5380
|
+
]
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"kind": "javascript-module",
|
|
5384
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5385
|
+
"declarations": [
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "class",
|
|
5388
|
+
"description": "",
|
|
5389
|
+
"name": "PropertyDataBinding",
|
|
5267
5390
|
"members": [
|
|
5268
5391
|
{
|
|
5269
5392
|
"kind": "field",
|
|
@@ -5283,28 +5406,180 @@
|
|
|
5283
5406
|
},
|
|
5284
5407
|
{
|
|
5285
5408
|
"kind": "field",
|
|
5286
|
-
"name": "
|
|
5287
|
-
"
|
|
5409
|
+
"name": "mappingIndex",
|
|
5410
|
+
"type": {
|
|
5411
|
+
"text": "number"
|
|
5412
|
+
},
|
|
5413
|
+
"default": "0"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"kind": "field",
|
|
5417
|
+
"name": "_afterRender",
|
|
5418
|
+
"type": {
|
|
5419
|
+
"text": "Function | null | undefined"
|
|
5420
|
+
}
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"kind": "field",
|
|
5424
|
+
"name": "_dataExpanded",
|
|
5425
|
+
"type": {
|
|
5426
|
+
"text": "boolean"
|
|
5427
|
+
},
|
|
5428
|
+
"default": "true"
|
|
5429
|
+
},
|
|
5430
|
+
{
|
|
5431
|
+
"kind": "field",
|
|
5432
|
+
"name": "tabs",
|
|
5433
|
+
"type": {
|
|
5434
|
+
"text": "HTMLElement"
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"kind": "field",
|
|
5439
|
+
"name": "tabNavLeftButton",
|
|
5440
|
+
"type": {
|
|
5441
|
+
"text": "HTMLElement"
|
|
5442
|
+
}
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"kind": "field",
|
|
5446
|
+
"name": "tabNavRightButton",
|
|
5447
|
+
"type": {
|
|
5448
|
+
"text": "HTMLElement"
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
"kind": "field",
|
|
5453
|
+
"name": "mappings",
|
|
5454
|
+
"readonly": true
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"kind": "field",
|
|
5458
|
+
"name": "scopedElements",
|
|
5459
|
+
"static": true,
|
|
5460
|
+
"readonly": true
|
|
5461
|
+
},
|
|
5462
|
+
{
|
|
5463
|
+
"kind": "method",
|
|
5464
|
+
"name": "_setMappingIndex",
|
|
5465
|
+
"parameters": [
|
|
5466
|
+
{
|
|
5467
|
+
"name": "idx",
|
|
5468
|
+
"type": {
|
|
5469
|
+
"text": "number"
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
]
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"kind": "method",
|
|
5476
|
+
"name": "_clearDataBindingMapper"
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"kind": "method",
|
|
5480
|
+
"name": "_copyDataBindingMapper"
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"kind": "method",
|
|
5484
|
+
"name": "_pasteDataBindingMapper"
|
|
5485
|
+
},
|
|
5486
|
+
{
|
|
5487
|
+
"kind": "method",
|
|
5488
|
+
"name": "_onValueChanged"
|
|
5489
|
+
},
|
|
5490
|
+
{
|
|
5491
|
+
"kind": "method",
|
|
5492
|
+
"name": "_onValueChange",
|
|
5493
|
+
"parameters": [
|
|
5494
|
+
{
|
|
5495
|
+
"name": "e",
|
|
5496
|
+
"type": {
|
|
5497
|
+
"text": "Event"
|
|
5498
|
+
}
|
|
5499
|
+
}
|
|
5500
|
+
],
|
|
5501
|
+
"inheritedFrom": {
|
|
5502
|
+
"name": "AbstractProperty",
|
|
5503
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5504
|
+
}
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"kind": "field",
|
|
5508
|
+
"name": "tabContainer",
|
|
5288
5509
|
"readonly": true
|
|
5289
5510
|
},
|
|
5290
5511
|
{
|
|
5291
5512
|
"kind": "method",
|
|
5292
|
-
"name": "
|
|
5513
|
+
"name": "_onMappingChanged",
|
|
5293
5514
|
"parameters": [
|
|
5294
5515
|
{
|
|
5295
5516
|
"name": "e",
|
|
5296
5517
|
"type": {
|
|
5297
|
-
"text": "
|
|
5518
|
+
"text": "CustomEvent"
|
|
5298
5519
|
}
|
|
5299
5520
|
}
|
|
5300
5521
|
]
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"kind": "method",
|
|
5525
|
+
"name": "_onTabScroll"
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"kind": "method",
|
|
5529
|
+
"name": "_onTabScrollNavLeft"
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"kind": "method",
|
|
5533
|
+
"name": "_onTabScrollNavRight"
|
|
5534
|
+
},
|
|
5535
|
+
{
|
|
5536
|
+
"kind": "method",
|
|
5537
|
+
"name": "_getValueFromEventTarget",
|
|
5538
|
+
"parameters": [
|
|
5539
|
+
{
|
|
5540
|
+
"name": "element",
|
|
5541
|
+
"type": {
|
|
5542
|
+
"text": "HTMLElement"
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5545
|
+
],
|
|
5546
|
+
"inheritedFrom": {
|
|
5547
|
+
"name": "AbstractProperty",
|
|
5548
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5549
|
+
}
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"kind": "method",
|
|
5553
|
+
"name": "_onAfterValueChange",
|
|
5554
|
+
"parameters": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "key",
|
|
5557
|
+
"type": {
|
|
5558
|
+
"text": "string"
|
|
5559
|
+
}
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "value",
|
|
5563
|
+
"type": {
|
|
5564
|
+
"text": "any"
|
|
5565
|
+
}
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"inheritedFrom": {
|
|
5569
|
+
"name": "AbstractProperty",
|
|
5570
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5571
|
+
}
|
|
5301
5572
|
}
|
|
5302
5573
|
],
|
|
5303
5574
|
"events": [
|
|
5304
5575
|
{
|
|
5305
|
-
"name": "change",
|
|
5576
|
+
"name": "property-change",
|
|
5306
5577
|
"type": {
|
|
5307
5578
|
"text": "CustomEvent"
|
|
5579
|
+
},
|
|
5580
|
+
"inheritedFrom": {
|
|
5581
|
+
"name": "AbstractProperty",
|
|
5582
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5308
5583
|
}
|
|
5309
5584
|
}
|
|
5310
5585
|
],
|
|
@@ -5331,221 +5606,75 @@
|
|
|
5331
5606
|
}
|
|
5332
5607
|
],
|
|
5333
5608
|
"superclass": {
|
|
5334
|
-
"name": "
|
|
5335
|
-
"
|
|
5336
|
-
}
|
|
5337
|
-
"customElement": true
|
|
5609
|
+
"name": "AbstractProperty",
|
|
5610
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5611
|
+
}
|
|
5338
5612
|
}
|
|
5339
5613
|
],
|
|
5340
5614
|
"exports": [
|
|
5341
5615
|
{
|
|
5342
5616
|
"kind": "js",
|
|
5343
|
-
"name": "
|
|
5617
|
+
"name": "PropertyDataBinding",
|
|
5344
5618
|
"declaration": {
|
|
5345
|
-
"name": "
|
|
5346
|
-
"module": "src/modeller/property-sidebar/
|
|
5619
|
+
"name": "PropertyDataBinding",
|
|
5620
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5347
5621
|
}
|
|
5348
5622
|
}
|
|
5349
5623
|
]
|
|
5350
5624
|
},
|
|
5351
5625
|
{
|
|
5352
5626
|
"kind": "javascript-module",
|
|
5353
|
-
"path": "src/modeller/property-sidebar/
|
|
5627
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
5354
5628
|
"declarations": [
|
|
5355
5629
|
{
|
|
5356
5630
|
"kind": "class",
|
|
5357
|
-
"description": "
|
|
5358
|
-
"name": "
|
|
5631
|
+
"description": "",
|
|
5632
|
+
"name": "SpecificPropertiesBuilder",
|
|
5359
5633
|
"members": [
|
|
5360
5634
|
{
|
|
5361
5635
|
"kind": "field",
|
|
5362
5636
|
"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
|
-
],
|
|
5381
|
-
"events": [
|
|
5382
|
-
{
|
|
5383
|
-
"name": "change",
|
|
5384
|
-
"type": {
|
|
5385
|
-
"text": "CustomEvent"
|
|
5386
|
-
}
|
|
5387
|
-
}
|
|
5388
|
-
],
|
|
5389
|
-
"attributes": [
|
|
5390
|
-
{
|
|
5391
|
-
"name": "value",
|
|
5392
|
-
"type": {
|
|
5393
|
-
"text": "Properties | undefined"
|
|
5394
|
-
},
|
|
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
5637
|
"type": {
|
|
5427
5638
|
"text": "any"
|
|
5428
|
-
}
|
|
5429
|
-
}
|
|
5430
|
-
]
|
|
5431
|
-
}
|
|
5432
|
-
],
|
|
5433
|
-
"exports": [
|
|
5434
|
-
{
|
|
5435
|
-
"kind": "js",
|
|
5436
|
-
"name": "convert",
|
|
5437
|
-
"declaration": {
|
|
5438
|
-
"name": "convert",
|
|
5439
|
-
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5440
|
-
}
|
|
5441
|
-
}
|
|
5442
|
-
]
|
|
5443
|
-
},
|
|
5444
|
-
{
|
|
5445
|
-
"kind": "javascript-module",
|
|
5446
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5447
|
-
"declarations": [
|
|
5448
|
-
{
|
|
5449
|
-
"kind": "class",
|
|
5450
|
-
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5451
|
-
"name": "DataBindingMapper",
|
|
5452
|
-
"members": [
|
|
5453
|
-
{
|
|
5454
|
-
"kind": "field",
|
|
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
5639
|
},
|
|
5468
|
-
"
|
|
5469
|
-
"attribute": "rule"
|
|
5640
|
+
"attribute": "value"
|
|
5470
5641
|
},
|
|
5471
5642
|
{
|
|
5472
5643
|
"kind": "field",
|
|
5473
|
-
"name": "
|
|
5644
|
+
"name": "props",
|
|
5474
5645
|
"type": {
|
|
5475
|
-
"text": "
|
|
5646
|
+
"text": "any[]"
|
|
5476
5647
|
},
|
|
5477
|
-
"
|
|
5648
|
+
"default": "[]",
|
|
5649
|
+
"attribute": "props"
|
|
5478
5650
|
},
|
|
5479
5651
|
{
|
|
5480
5652
|
"kind": "field",
|
|
5481
|
-
"name": "
|
|
5653
|
+
"name": "propertyEditor",
|
|
5482
5654
|
"type": {
|
|
5483
5655
|
"text": "any"
|
|
5484
5656
|
},
|
|
5485
|
-
"
|
|
5486
|
-
},
|
|
5487
|
-
{
|
|
5488
|
-
"kind": "field",
|
|
5489
|
-
"name": "_componentIds",
|
|
5490
|
-
"type": {
|
|
5491
|
-
"text": "{ value: string; description: string }[]"
|
|
5492
|
-
},
|
|
5493
|
-
"default": "[]"
|
|
5494
|
-
},
|
|
5495
|
-
{
|
|
5496
|
-
"kind": "field",
|
|
5497
|
-
"name": "editor",
|
|
5498
|
-
"type": {
|
|
5499
|
-
"text": "HTMLInputElement"
|
|
5500
|
-
}
|
|
5501
|
-
},
|
|
5502
|
-
{
|
|
5503
|
-
"kind": "field",
|
|
5504
|
-
"name": "target",
|
|
5505
|
-
"type": {
|
|
5506
|
-
"text": "HTMLInputElement"
|
|
5507
|
-
}
|
|
5657
|
+
"attribute": "propertyEditor"
|
|
5508
5658
|
},
|
|
5509
5659
|
{
|
|
5510
5660
|
"kind": "method",
|
|
5511
|
-
"name": "
|
|
5661
|
+
"name": "_onPropsChanged",
|
|
5512
5662
|
"parameters": [
|
|
5513
5663
|
{
|
|
5514
|
-
"name": "
|
|
5664
|
+
"name": "props",
|
|
5515
5665
|
"type": {
|
|
5516
|
-
"text": "
|
|
5666
|
+
"text": "any[]"
|
|
5517
5667
|
}
|
|
5518
5668
|
}
|
|
5519
5669
|
]
|
|
5520
5670
|
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "field",
|
|
5523
|
-
"name": "_keep_saved_rule_params",
|
|
5524
|
-
"type": {
|
|
5525
|
-
"text": "boolean"
|
|
5526
|
-
},
|
|
5527
|
-
"privacy": "private",
|
|
5528
|
-
"default": "false"
|
|
5529
|
-
},
|
|
5530
|
-
{
|
|
5531
|
-
"kind": "method",
|
|
5532
|
-
"name": "_onChangedMapping"
|
|
5533
|
-
},
|
|
5534
5671
|
{
|
|
5535
5672
|
"kind": "method",
|
|
5536
|
-
"name": "
|
|
5537
|
-
"parameters": [
|
|
5538
|
-
{
|
|
5539
|
-
"name": "e",
|
|
5540
|
-
"type": {
|
|
5541
|
-
"text": "Event"
|
|
5542
|
-
}
|
|
5543
|
-
}
|
|
5544
|
-
]
|
|
5673
|
+
"name": "_setValues"
|
|
5545
5674
|
},
|
|
5546
5675
|
{
|
|
5547
5676
|
"kind": "method",
|
|
5548
|
-
"name": "
|
|
5677
|
+
"name": "_onValueChanged",
|
|
5549
5678
|
"parameters": [
|
|
5550
5679
|
{
|
|
5551
5680
|
"name": "e",
|
|
@@ -5558,7 +5687,7 @@
|
|
|
5558
5687
|
],
|
|
5559
5688
|
"events": [
|
|
5560
5689
|
{
|
|
5561
|
-
"name": "
|
|
5690
|
+
"name": "property-change",
|
|
5562
5691
|
"type": {
|
|
5563
5692
|
"text": "CustomEvent"
|
|
5564
5693
|
}
|
|
@@ -5566,35 +5695,26 @@
|
|
|
5566
5695
|
],
|
|
5567
5696
|
"attributes": [
|
|
5568
5697
|
{
|
|
5569
|
-
"name": "
|
|
5570
|
-
"type": {
|
|
5571
|
-
"text": "Mapping"
|
|
5572
|
-
},
|
|
5573
|
-
"default": "{\n rule: 'value'\n }",
|
|
5574
|
-
"fieldName": "mapping"
|
|
5575
|
-
},
|
|
5576
|
-
{
|
|
5577
|
-
"name": "rule",
|
|
5698
|
+
"name": "value",
|
|
5578
5699
|
"type": {
|
|
5579
|
-
"text": "
|
|
5700
|
+
"text": "any"
|
|
5580
5701
|
},
|
|
5581
|
-
"
|
|
5582
|
-
"fieldName": "rule"
|
|
5702
|
+
"fieldName": "value"
|
|
5583
5703
|
},
|
|
5584
5704
|
{
|
|
5585
|
-
"name": "
|
|
5705
|
+
"name": "props",
|
|
5586
5706
|
"type": {
|
|
5587
|
-
"text": "
|
|
5707
|
+
"text": "any[]"
|
|
5588
5708
|
},
|
|
5589
5709
|
"default": "[]",
|
|
5590
|
-
"fieldName": "
|
|
5710
|
+
"fieldName": "props"
|
|
5591
5711
|
},
|
|
5592
5712
|
{
|
|
5593
|
-
"name": "
|
|
5713
|
+
"name": "propertyEditor",
|
|
5594
5714
|
"type": {
|
|
5595
|
-
"text": "
|
|
5715
|
+
"text": "any"
|
|
5596
5716
|
},
|
|
5597
|
-
"fieldName": "
|
|
5717
|
+
"fieldName": "propertyEditor"
|
|
5598
5718
|
}
|
|
5599
5719
|
],
|
|
5600
5720
|
"superclass": {
|
|
@@ -5607,128 +5727,28 @@
|
|
|
5607
5727
|
"exports": [
|
|
5608
5728
|
{
|
|
5609
5729
|
"kind": "js",
|
|
5610
|
-
"name": "
|
|
5611
|
-
"declaration": {
|
|
5612
|
-
"name": "DataBindingMapper",
|
|
5613
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5614
|
-
}
|
|
5615
|
-
}
|
|
5616
|
-
]
|
|
5617
|
-
},
|
|
5618
|
-
{
|
|
5619
|
-
"kind": "javascript-module",
|
|
5620
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5621
|
-
"declarations": [
|
|
5622
|
-
{
|
|
5623
|
-
"kind": "class",
|
|
5624
|
-
"description": "",
|
|
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",
|
|
5730
|
+
"name": "SpecificPropertiesBuilder",
|
|
5711
5731
|
"declaration": {
|
|
5712
|
-
"name": "
|
|
5713
|
-
"module": "src/modeller/property-sidebar/
|
|
5732
|
+
"name": "SpecificPropertiesBuilder",
|
|
5733
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
5714
5734
|
}
|
|
5715
5735
|
}
|
|
5716
5736
|
]
|
|
5717
5737
|
},
|
|
5718
5738
|
{
|
|
5719
5739
|
"kind": "javascript-module",
|
|
5720
|
-
"path": "src/modeller/property-sidebar/
|
|
5740
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
5721
5741
|
"declarations": [
|
|
5722
5742
|
{
|
|
5723
5743
|
"kind": "class",
|
|
5724
5744
|
"description": "",
|
|
5725
|
-
"name": "
|
|
5745
|
+
"name": "PropertySpecific",
|
|
5726
5746
|
"members": [
|
|
5727
5747
|
{
|
|
5728
5748
|
"kind": "field",
|
|
5729
5749
|
"name": "value",
|
|
5730
5750
|
"type": {
|
|
5731
|
-
"text": "
|
|
5751
|
+
"text": "any"
|
|
5732
5752
|
},
|
|
5733
5753
|
"attribute": "value"
|
|
5734
5754
|
},
|
|
@@ -5736,58 +5756,45 @@
|
|
|
5736
5756
|
"kind": "field",
|
|
5737
5757
|
"name": "scene",
|
|
5738
5758
|
"type": {
|
|
5739
|
-
"text": "Scene |
|
|
5759
|
+
"text": "Scene | null"
|
|
5740
5760
|
},
|
|
5761
|
+
"default": "null",
|
|
5741
5762
|
"attribute": "scene"
|
|
5742
5763
|
},
|
|
5743
5764
|
{
|
|
5744
5765
|
"kind": "field",
|
|
5745
|
-
"name": "
|
|
5766
|
+
"name": "selected",
|
|
5746
5767
|
"type": {
|
|
5747
|
-
"text": "
|
|
5768
|
+
"text": "Component[]"
|
|
5748
5769
|
},
|
|
5749
|
-
"default": "
|
|
5750
|
-
|
|
5751
|
-
{
|
|
5752
|
-
"kind": "field",
|
|
5753
|
-
"name": "_afterRender",
|
|
5754
|
-
"type": {
|
|
5755
|
-
"text": "Function | null | undefined"
|
|
5756
|
-
}
|
|
5770
|
+
"default": "[]",
|
|
5771
|
+
"attribute": "selected"
|
|
5757
5772
|
},
|
|
5758
5773
|
{
|
|
5759
5774
|
"kind": "field",
|
|
5760
|
-
"name": "
|
|
5775
|
+
"name": "props",
|
|
5761
5776
|
"type": {
|
|
5762
|
-
"text": "
|
|
5777
|
+
"text": "any[]"
|
|
5763
5778
|
},
|
|
5764
|
-
"default": "
|
|
5765
|
-
|
|
5766
|
-
{
|
|
5767
|
-
"kind": "field",
|
|
5768
|
-
"name": "tabs",
|
|
5769
|
-
"type": {
|
|
5770
|
-
"text": "HTMLElement"
|
|
5771
|
-
}
|
|
5779
|
+
"default": "[]",
|
|
5780
|
+
"attribute": "props"
|
|
5772
5781
|
},
|
|
5773
5782
|
{
|
|
5774
5783
|
"kind": "field",
|
|
5775
|
-
"name": "
|
|
5784
|
+
"name": "propertyEditor",
|
|
5776
5785
|
"type": {
|
|
5777
|
-
"text": "
|
|
5778
|
-
}
|
|
5786
|
+
"text": "any[]"
|
|
5787
|
+
},
|
|
5788
|
+
"default": "[]",
|
|
5789
|
+
"attribute": "propertyEditor"
|
|
5779
5790
|
},
|
|
5780
5791
|
{
|
|
5781
5792
|
"kind": "field",
|
|
5782
|
-
"name": "
|
|
5793
|
+
"name": "boundINeedSelected",
|
|
5783
5794
|
"type": {
|
|
5784
|
-
"text": "
|
|
5785
|
-
}
|
|
5786
|
-
|
|
5787
|
-
{
|
|
5788
|
-
"kind": "field",
|
|
5789
|
-
"name": "mappings",
|
|
5790
|
-
"readonly": true
|
|
5795
|
+
"text": "any"
|
|
5796
|
+
},
|
|
5797
|
+
"privacy": "private"
|
|
5791
5798
|
},
|
|
5792
5799
|
{
|
|
5793
5800
|
"kind": "field",
|
|
@@ -5795,34 +5802,6 @@
|
|
|
5795
5802
|
"static": true,
|
|
5796
5803
|
"readonly": true
|
|
5797
5804
|
},
|
|
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"
|
|
5817
|
-
},
|
|
5818
|
-
{
|
|
5819
|
-
"kind": "method",
|
|
5820
|
-
"name": "_pasteDataBindingMapper"
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"kind": "method",
|
|
5824
|
-
"name": "_onValueChanged"
|
|
5825
|
-
},
|
|
5826
5805
|
{
|
|
5827
5806
|
"kind": "method",
|
|
5828
5807
|
"name": "_onValueChange",
|
|
@@ -5839,34 +5818,41 @@
|
|
|
5839
5818
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5840
5819
|
}
|
|
5841
5820
|
},
|
|
5842
|
-
{
|
|
5843
|
-
"kind": "field",
|
|
5844
|
-
"name": "tabContainer",
|
|
5845
|
-
"readonly": true
|
|
5846
|
-
},
|
|
5847
5821
|
{
|
|
5848
5822
|
"kind": "method",
|
|
5849
|
-
"name": "
|
|
5823
|
+
"name": "_isIdentifiable",
|
|
5850
5824
|
"parameters": [
|
|
5851
5825
|
{
|
|
5852
|
-
"name": "
|
|
5826
|
+
"name": "selected",
|
|
5853
5827
|
"type": {
|
|
5854
|
-
"text": "
|
|
5828
|
+
"text": "Component[]"
|
|
5855
5829
|
}
|
|
5856
5830
|
}
|
|
5857
5831
|
]
|
|
5858
5832
|
},
|
|
5859
5833
|
{
|
|
5860
5834
|
"kind": "method",
|
|
5861
|
-
"name": "
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5835
|
+
"name": "_hasTextProperty",
|
|
5836
|
+
"parameters": [
|
|
5837
|
+
{
|
|
5838
|
+
"name": "selected",
|
|
5839
|
+
"type": {
|
|
5840
|
+
"text": "Component[]"
|
|
5841
|
+
}
|
|
5842
|
+
}
|
|
5843
|
+
]
|
|
5866
5844
|
},
|
|
5867
5845
|
{
|
|
5868
5846
|
"kind": "method",
|
|
5869
|
-
"name": "
|
|
5847
|
+
"name": "_onINeedSelected",
|
|
5848
|
+
"parameters": [
|
|
5849
|
+
{
|
|
5850
|
+
"name": "e",
|
|
5851
|
+
"type": {
|
|
5852
|
+
"text": "CustomEvent"
|
|
5853
|
+
}
|
|
5854
|
+
}
|
|
5855
|
+
]
|
|
5870
5856
|
},
|
|
5871
5857
|
{
|
|
5872
5858
|
"kind": "method",
|
|
@@ -5907,32 +5893,45 @@
|
|
|
5907
5893
|
}
|
|
5908
5894
|
}
|
|
5909
5895
|
],
|
|
5910
|
-
"events": [
|
|
5911
|
-
{
|
|
5912
|
-
"name": "property-change",
|
|
5913
|
-
"type": {
|
|
5914
|
-
"text": "CustomEvent"
|
|
5915
|
-
},
|
|
5916
|
-
"inheritedFrom": {
|
|
5917
|
-
"name": "AbstractProperty",
|
|
5918
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5919
|
-
}
|
|
5920
|
-
}
|
|
5921
|
-
],
|
|
5922
5896
|
"attributes": [
|
|
5923
5897
|
{
|
|
5924
5898
|
"name": "value",
|
|
5925
5899
|
"type": {
|
|
5926
|
-
"text": "
|
|
5900
|
+
"text": "any"
|
|
5927
5901
|
},
|
|
5928
5902
|
"fieldName": "value"
|
|
5929
5903
|
},
|
|
5930
5904
|
{
|
|
5931
5905
|
"name": "scene",
|
|
5932
5906
|
"type": {
|
|
5933
|
-
"text": "Scene |
|
|
5907
|
+
"text": "Scene | null"
|
|
5934
5908
|
},
|
|
5909
|
+
"default": "null",
|
|
5935
5910
|
"fieldName": "scene"
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"name": "selected",
|
|
5914
|
+
"type": {
|
|
5915
|
+
"text": "Component[]"
|
|
5916
|
+
},
|
|
5917
|
+
"default": "[]",
|
|
5918
|
+
"fieldName": "selected"
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"name": "props",
|
|
5922
|
+
"type": {
|
|
5923
|
+
"text": "any[]"
|
|
5924
|
+
},
|
|
5925
|
+
"default": "[]",
|
|
5926
|
+
"fieldName": "props"
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"name": "propertyEditor",
|
|
5930
|
+
"type": {
|
|
5931
|
+
"text": "any[]"
|
|
5932
|
+
},
|
|
5933
|
+
"default": "[]",
|
|
5934
|
+
"fieldName": "propertyEditor"
|
|
5936
5935
|
}
|
|
5937
5936
|
],
|
|
5938
5937
|
"mixins": [
|
|
@@ -5943,76 +5942,80 @@
|
|
|
5943
5942
|
],
|
|
5944
5943
|
"superclass": {
|
|
5945
5944
|
"name": "AbstractProperty",
|
|
5946
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
5947
|
-
}
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
},
|
|
5961
|
-
{
|
|
5962
|
-
"kind": "javascript-module",
|
|
5963
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5964
|
-
"declarations": [
|
|
5965
|
-
{
|
|
5966
|
-
"kind": "variable",
|
|
5967
|
-
"name": "BoxPaddingEditorStyles",
|
|
5968
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
5945
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5946
|
+
},
|
|
5947
|
+
"events": [
|
|
5948
|
+
{
|
|
5949
|
+
"name": "property-change",
|
|
5950
|
+
"type": {
|
|
5951
|
+
"text": "CustomEvent"
|
|
5952
|
+
},
|
|
5953
|
+
"inheritedFrom": {
|
|
5954
|
+
"name": "AbstractProperty",
|
|
5955
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5956
|
+
}
|
|
5957
|
+
}
|
|
5958
|
+
]
|
|
5969
5959
|
}
|
|
5970
5960
|
],
|
|
5971
5961
|
"exports": [
|
|
5972
5962
|
{
|
|
5973
5963
|
"kind": "js",
|
|
5974
|
-
"name": "
|
|
5964
|
+
"name": "PropertySpecific",
|
|
5975
5965
|
"declaration": {
|
|
5976
|
-
"name": "
|
|
5977
|
-
"module": "src/modeller/property-sidebar/
|
|
5966
|
+
"name": "PropertySpecific",
|
|
5967
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
5978
5968
|
}
|
|
5979
5969
|
}
|
|
5980
5970
|
]
|
|
5981
5971
|
},
|
|
5982
5972
|
{
|
|
5983
5973
|
"kind": "javascript-module",
|
|
5984
|
-
"path": "src/modeller/property-sidebar/
|
|
5974
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
5985
5975
|
"declarations": [
|
|
5986
5976
|
{
|
|
5987
5977
|
"kind": "class",
|
|
5988
5978
|
"description": "",
|
|
5989
|
-
"name": "
|
|
5979
|
+
"name": "PropertyStyles",
|
|
5990
5980
|
"members": [
|
|
5991
5981
|
{
|
|
5992
5982
|
"kind": "field",
|
|
5993
5983
|
"name": "value",
|
|
5994
5984
|
"type": {
|
|
5995
|
-
"text": "
|
|
5985
|
+
"text": "any"
|
|
5996
5986
|
},
|
|
5987
|
+
"default": "{}",
|
|
5997
5988
|
"attribute": "value"
|
|
5998
5989
|
},
|
|
5999
5990
|
{
|
|
6000
5991
|
"kind": "field",
|
|
6001
|
-
"name": "
|
|
5992
|
+
"name": "selected",
|
|
6002
5993
|
"type": {
|
|
6003
|
-
"text": "
|
|
5994
|
+
"text": "Component[]"
|
|
6004
5995
|
},
|
|
6005
|
-
"default": "
|
|
6006
|
-
"attribute": "
|
|
5996
|
+
"default": "[]",
|
|
5997
|
+
"attribute": "selected"
|
|
6007
5998
|
},
|
|
6008
5999
|
{
|
|
6009
6000
|
"kind": "field",
|
|
6010
|
-
"name": "
|
|
6001
|
+
"name": "fonts",
|
|
6011
6002
|
"type": {
|
|
6012
|
-
"text": "
|
|
6003
|
+
"text": "any[]"
|
|
6013
6004
|
},
|
|
6014
6005
|
"default": "[]",
|
|
6015
|
-
"attribute": "
|
|
6006
|
+
"attribute": "fonts"
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"kind": "method",
|
|
6010
|
+
"name": "_isLine",
|
|
6011
|
+
"parameters": [
|
|
6012
|
+
{
|
|
6013
|
+
"name": "selected",
|
|
6014
|
+
"type": {
|
|
6015
|
+
"text": "Component[]"
|
|
6016
|
+
}
|
|
6017
|
+
}
|
|
6018
|
+
]
|
|
6016
6019
|
},
|
|
6017
6020
|
{
|
|
6018
6021
|
"kind": "method",
|
|
@@ -6032,75 +6035,165 @@
|
|
|
6032
6035
|
},
|
|
6033
6036
|
{
|
|
6034
6037
|
"kind": "method",
|
|
6035
|
-
"name": "
|
|
6038
|
+
"name": "_getValueFromEventTarget",
|
|
6036
6039
|
"parameters": [
|
|
6037
6040
|
{
|
|
6038
|
-
"name": "
|
|
6041
|
+
"name": "element",
|
|
6039
6042
|
"type": {
|
|
6040
|
-
"text": "
|
|
6043
|
+
"text": "HTMLElement"
|
|
6041
6044
|
}
|
|
6042
6045
|
}
|
|
6043
|
-
]
|
|
6046
|
+
],
|
|
6047
|
+
"inheritedFrom": {
|
|
6048
|
+
"name": "AbstractProperty",
|
|
6049
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6050
|
+
}
|
|
6044
6051
|
},
|
|
6045
6052
|
{
|
|
6046
6053
|
"kind": "method",
|
|
6047
|
-
"name": "
|
|
6054
|
+
"name": "_onAfterValueChange",
|
|
6048
6055
|
"parameters": [
|
|
6049
6056
|
{
|
|
6050
|
-
"name": "
|
|
6057
|
+
"name": "key",
|
|
6051
6058
|
"type": {
|
|
6052
|
-
"text": "
|
|
6059
|
+
"text": "string"
|
|
6053
6060
|
}
|
|
6054
|
-
}
|
|
6055
|
-
]
|
|
6056
|
-
},
|
|
6057
|
-
{
|
|
6058
|
-
"kind": "method",
|
|
6059
|
-
"name": "_isIdentifiable",
|
|
6060
|
-
"parameters": [
|
|
6061
|
+
},
|
|
6061
6062
|
{
|
|
6062
|
-
"name": "
|
|
6063
|
+
"name": "value",
|
|
6063
6064
|
"type": {
|
|
6064
|
-
"text": "
|
|
6065
|
+
"text": "any"
|
|
6065
6066
|
}
|
|
6066
6067
|
}
|
|
6067
|
-
]
|
|
6068
|
+
],
|
|
6069
|
+
"inheritedFrom": {
|
|
6070
|
+
"name": "AbstractProperty",
|
|
6071
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6072
|
+
}
|
|
6073
|
+
}
|
|
6074
|
+
],
|
|
6075
|
+
"attributes": [
|
|
6076
|
+
{
|
|
6077
|
+
"name": "value",
|
|
6078
|
+
"type": {
|
|
6079
|
+
"text": "any"
|
|
6080
|
+
},
|
|
6081
|
+
"default": "{}",
|
|
6082
|
+
"fieldName": "value"
|
|
6068
6083
|
},
|
|
6069
6084
|
{
|
|
6070
|
-
"
|
|
6071
|
-
"
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6085
|
+
"name": "selected",
|
|
6086
|
+
"type": {
|
|
6087
|
+
"text": "Component[]"
|
|
6088
|
+
},
|
|
6089
|
+
"default": "[]",
|
|
6090
|
+
"fieldName": "selected"
|
|
6091
|
+
},
|
|
6092
|
+
{
|
|
6093
|
+
"name": "fonts",
|
|
6094
|
+
"type": {
|
|
6095
|
+
"text": "any[]"
|
|
6096
|
+
},
|
|
6097
|
+
"default": "[]",
|
|
6098
|
+
"fieldName": "fonts"
|
|
6099
|
+
}
|
|
6100
|
+
],
|
|
6101
|
+
"superclass": {
|
|
6102
|
+
"name": "AbstractProperty",
|
|
6103
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6104
|
+
},
|
|
6105
|
+
"events": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "property-change",
|
|
6108
|
+
"type": {
|
|
6109
|
+
"text": "CustomEvent"
|
|
6110
|
+
},
|
|
6111
|
+
"inheritedFrom": {
|
|
6112
|
+
"name": "AbstractProperty",
|
|
6113
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
]
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"exports": [
|
|
6120
|
+
{
|
|
6121
|
+
"kind": "js",
|
|
6122
|
+
"name": "PropertyStyles",
|
|
6123
|
+
"declaration": {
|
|
6124
|
+
"name": "PropertyStyles",
|
|
6125
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6126
|
+
}
|
|
6127
|
+
}
|
|
6128
|
+
]
|
|
6129
|
+
},
|
|
6130
|
+
{
|
|
6131
|
+
"kind": "javascript-module",
|
|
6132
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
6133
|
+
"declarations": [
|
|
6134
|
+
{
|
|
6135
|
+
"kind": "variable",
|
|
6136
|
+
"name": "EffectsSharedStyle",
|
|
6137
|
+
"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`"
|
|
6138
|
+
}
|
|
6139
|
+
],
|
|
6140
|
+
"exports": [
|
|
6141
|
+
{
|
|
6142
|
+
"kind": "js",
|
|
6143
|
+
"name": "EffectsSharedStyle",
|
|
6144
|
+
"declaration": {
|
|
6145
|
+
"name": "EffectsSharedStyle",
|
|
6146
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6147
|
+
}
|
|
6148
|
+
}
|
|
6149
|
+
]
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "javascript-module",
|
|
6153
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6154
|
+
"declarations": [
|
|
6155
|
+
{
|
|
6156
|
+
"kind": "class",
|
|
6157
|
+
"description": "",
|
|
6158
|
+
"name": "PropertyEffects",
|
|
6159
|
+
"members": [
|
|
6160
|
+
{
|
|
6161
|
+
"kind": "field",
|
|
6162
|
+
"name": "value",
|
|
6163
|
+
"type": {
|
|
6164
|
+
"text": "Properties | undefined"
|
|
6165
|
+
},
|
|
6166
|
+
"attribute": "value"
|
|
6080
6167
|
},
|
|
6081
6168
|
{
|
|
6082
|
-
"kind": "
|
|
6083
|
-
"name": "
|
|
6084
|
-
"
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6169
|
+
"kind": "field",
|
|
6170
|
+
"name": "scene",
|
|
6171
|
+
"type": {
|
|
6172
|
+
"text": "Scene | undefined"
|
|
6173
|
+
},
|
|
6174
|
+
"attribute": "scene"
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"kind": "field",
|
|
6178
|
+
"name": "scopedElements",
|
|
6179
|
+
"static": true,
|
|
6180
|
+
"readonly": true
|
|
6092
6181
|
},
|
|
6093
6182
|
{
|
|
6094
6183
|
"kind": "method",
|
|
6095
|
-
"name": "
|
|
6184
|
+
"name": "_onValueChange",
|
|
6096
6185
|
"parameters": [
|
|
6097
6186
|
{
|
|
6098
|
-
"name": "
|
|
6187
|
+
"name": "e",
|
|
6099
6188
|
"type": {
|
|
6100
|
-
"text": "
|
|
6189
|
+
"text": "Event"
|
|
6101
6190
|
}
|
|
6102
6191
|
}
|
|
6103
|
-
]
|
|
6192
|
+
],
|
|
6193
|
+
"inheritedFrom": {
|
|
6194
|
+
"name": "AbstractProperty",
|
|
6195
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6196
|
+
}
|
|
6104
6197
|
},
|
|
6105
6198
|
{
|
|
6106
6199
|
"kind": "method",
|
|
@@ -6141,24 +6234,6 @@
|
|
|
6141
6234
|
}
|
|
6142
6235
|
}
|
|
6143
6236
|
],
|
|
6144
|
-
"events": [
|
|
6145
|
-
{
|
|
6146
|
-
"name": "bounds-change",
|
|
6147
|
-
"type": {
|
|
6148
|
-
"text": "CustomEvent"
|
|
6149
|
-
}
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"name": "property-change",
|
|
6153
|
-
"type": {
|
|
6154
|
-
"text": "CustomEvent"
|
|
6155
|
-
},
|
|
6156
|
-
"inheritedFrom": {
|
|
6157
|
-
"name": "AbstractProperty",
|
|
6158
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6159
|
-
}
|
|
6160
|
-
}
|
|
6161
|
-
],
|
|
6162
6237
|
"attributes": [
|
|
6163
6238
|
{
|
|
6164
6239
|
"name": "value",
|
|
@@ -6168,250 +6243,131 @@
|
|
|
6168
6243
|
"fieldName": "value"
|
|
6169
6244
|
},
|
|
6170
6245
|
{
|
|
6171
|
-
"name": "
|
|
6246
|
+
"name": "scene",
|
|
6172
6247
|
"type": {
|
|
6173
|
-
"text": "
|
|
6248
|
+
"text": "Scene | undefined"
|
|
6174
6249
|
},
|
|
6175
|
-
"
|
|
6176
|
-
|
|
6177
|
-
|
|
6250
|
+
"fieldName": "scene"
|
|
6251
|
+
}
|
|
6252
|
+
],
|
|
6253
|
+
"mixins": [
|
|
6178
6254
|
{
|
|
6179
|
-
"name": "
|
|
6180
|
-
"
|
|
6181
|
-
"text": "Component[]"
|
|
6182
|
-
},
|
|
6183
|
-
"default": "[]",
|
|
6184
|
-
"fieldName": "selected"
|
|
6255
|
+
"name": "ScopedElementsMixin",
|
|
6256
|
+
"package": "@open-wc/scoped-elements"
|
|
6185
6257
|
}
|
|
6186
6258
|
],
|
|
6187
6259
|
"superclass": {
|
|
6188
6260
|
"name": "AbstractProperty",
|
|
6189
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6190
|
-
}
|
|
6261
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6262
|
+
},
|
|
6263
|
+
"events": [
|
|
6264
|
+
{
|
|
6265
|
+
"name": "property-change",
|
|
6266
|
+
"type": {
|
|
6267
|
+
"text": "CustomEvent"
|
|
6268
|
+
},
|
|
6269
|
+
"inheritedFrom": {
|
|
6270
|
+
"name": "AbstractProperty",
|
|
6271
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6272
|
+
}
|
|
6273
|
+
}
|
|
6274
|
+
]
|
|
6191
6275
|
}
|
|
6192
6276
|
],
|
|
6193
6277
|
"exports": [
|
|
6194
6278
|
{
|
|
6195
6279
|
"kind": "js",
|
|
6196
|
-
"name": "
|
|
6280
|
+
"name": "PropertyEffects",
|
|
6197
6281
|
"declaration": {
|
|
6198
|
-
"name": "
|
|
6199
|
-
"module": "src/modeller/property-sidebar/
|
|
6282
|
+
"name": "PropertyEffects",
|
|
6283
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
6200
6284
|
}
|
|
6201
6285
|
}
|
|
6202
6286
|
]
|
|
6203
6287
|
},
|
|
6204
6288
|
{
|
|
6205
6289
|
"kind": "javascript-module",
|
|
6206
|
-
"path": "src/modeller/property-sidebar/
|
|
6290
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
6207
6291
|
"declarations": [
|
|
6208
6292
|
{
|
|
6209
6293
|
"kind": "class",
|
|
6210
6294
|
"description": "",
|
|
6211
|
-
"name": "
|
|
6295
|
+
"name": "PropertyEventHover",
|
|
6212
6296
|
"members": [
|
|
6213
6297
|
{
|
|
6214
6298
|
"kind": "field",
|
|
6215
|
-
"name": "
|
|
6216
|
-
"type": {
|
|
6217
|
-
"text": "Scene | undefined"
|
|
6218
|
-
},
|
|
6219
|
-
"attribute": "scene"
|
|
6220
|
-
},
|
|
6221
|
-
{
|
|
6222
|
-
"kind": "field",
|
|
6223
|
-
"name": "searchText",
|
|
6224
|
-
"type": {
|
|
6225
|
-
"text": "string"
|
|
6226
|
-
},
|
|
6227
|
-
"privacy": "private",
|
|
6228
|
-
"default": "''"
|
|
6229
|
-
},
|
|
6230
|
-
{
|
|
6231
|
-
"kind": "field",
|
|
6232
|
-
"name": "_extendedMap",
|
|
6233
|
-
"type": {
|
|
6234
|
-
"text": "any"
|
|
6235
|
-
},
|
|
6236
|
-
"privacy": "private"
|
|
6237
|
-
},
|
|
6238
|
-
{
|
|
6239
|
-
"kind": "field",
|
|
6240
|
-
"name": "show",
|
|
6299
|
+
"name": "value",
|
|
6241
6300
|
"type": {
|
|
6242
|
-
"text": "
|
|
6301
|
+
"text": "Properties | undefined"
|
|
6243
6302
|
},
|
|
6244
|
-
"
|
|
6245
|
-
"default": "false"
|
|
6246
|
-
},
|
|
6247
|
-
{
|
|
6248
|
-
"kind": "method",
|
|
6249
|
-
"name": "disconnectScene",
|
|
6250
|
-
"parameters": [
|
|
6251
|
-
{
|
|
6252
|
-
"name": "scene",
|
|
6253
|
-
"optional": true,
|
|
6254
|
-
"type": {
|
|
6255
|
-
"text": "Scene"
|
|
6256
|
-
}
|
|
6257
|
-
}
|
|
6258
|
-
]
|
|
6259
|
-
},
|
|
6260
|
-
{
|
|
6261
|
-
"kind": "method",
|
|
6262
|
-
"name": "refresh"
|
|
6303
|
+
"attribute": "value"
|
|
6263
6304
|
},
|
|
6264
6305
|
{
|
|
6265
6306
|
"kind": "field",
|
|
6266
|
-
"name": "
|
|
6307
|
+
"name": "scene",
|
|
6267
6308
|
"type": {
|
|
6268
|
-
"text": "
|
|
6309
|
+
"text": "Scene | undefined"
|
|
6269
6310
|
},
|
|
6270
|
-
"
|
|
6271
|
-
},
|
|
6272
|
-
{
|
|
6273
|
-
"kind": "method",
|
|
6274
|
-
"name": "onSort",
|
|
6275
|
-
"parameters": [
|
|
6276
|
-
{
|
|
6277
|
-
"name": "e",
|
|
6278
|
-
"type": {
|
|
6279
|
-
"text": "Sortable.SortableEvent"
|
|
6280
|
-
}
|
|
6281
|
-
}
|
|
6282
|
-
]
|
|
6283
|
-
},
|
|
6284
|
-
{
|
|
6285
|
-
"kind": "method",
|
|
6286
|
-
"name": "_onclick",
|
|
6287
|
-
"parameters": [
|
|
6288
|
-
{
|
|
6289
|
-
"name": "e",
|
|
6290
|
-
"type": {
|
|
6291
|
-
"text": "MouseEvent"
|
|
6292
|
-
}
|
|
6293
|
-
}
|
|
6294
|
-
]
|
|
6295
|
-
},
|
|
6296
|
-
{
|
|
6297
|
-
"kind": "method",
|
|
6298
|
-
"name": "_ondblclick",
|
|
6299
|
-
"parameters": [
|
|
6300
|
-
{
|
|
6301
|
-
"name": "e",
|
|
6302
|
-
"type": {
|
|
6303
|
-
"text": "MouseEvent"
|
|
6304
|
-
}
|
|
6305
|
-
}
|
|
6306
|
-
]
|
|
6307
|
-
},
|
|
6308
|
-
{
|
|
6309
|
-
"kind": "field",
|
|
6310
|
-
"name": "extendedMap",
|
|
6311
|
-
"readonly": true
|
|
6312
|
-
},
|
|
6313
|
-
{
|
|
6314
|
-
"kind": "method",
|
|
6315
|
-
"name": "getNodeHandleClass",
|
|
6316
|
-
"parameters": [
|
|
6317
|
-
{
|
|
6318
|
-
"name": "component",
|
|
6319
|
-
"type": {
|
|
6320
|
-
"text": "Component"
|
|
6321
|
-
}
|
|
6322
|
-
}
|
|
6323
|
-
]
|
|
6324
|
-
},
|
|
6325
|
-
{
|
|
6326
|
-
"kind": "method",
|
|
6327
|
-
"name": "isExtended",
|
|
6328
|
-
"parameters": [
|
|
6329
|
-
{
|
|
6330
|
-
"name": "component",
|
|
6331
|
-
"type": {
|
|
6332
|
-
"text": "Component"
|
|
6333
|
-
}
|
|
6334
|
-
}
|
|
6335
|
-
]
|
|
6336
|
-
},
|
|
6337
|
-
{
|
|
6338
|
-
"kind": "method",
|
|
6339
|
-
"name": "toggleExtended",
|
|
6340
|
-
"parameters": [
|
|
6341
|
-
{
|
|
6342
|
-
"name": "component",
|
|
6343
|
-
"type": {
|
|
6344
|
-
"text": "Component"
|
|
6345
|
-
}
|
|
6346
|
-
}
|
|
6347
|
-
]
|
|
6348
|
-
},
|
|
6349
|
-
{
|
|
6350
|
-
"kind": "method",
|
|
6351
|
-
"name": "toggleHidden",
|
|
6352
|
-
"parameters": [
|
|
6353
|
-
{
|
|
6354
|
-
"name": "component",
|
|
6355
|
-
"type": {
|
|
6356
|
-
"text": "Component"
|
|
6357
|
-
}
|
|
6358
|
-
}
|
|
6359
|
-
]
|
|
6311
|
+
"attribute": "scene"
|
|
6360
6312
|
},
|
|
6361
6313
|
{
|
|
6362
6314
|
"kind": "method",
|
|
6363
|
-
"name": "
|
|
6315
|
+
"name": "_getPlaceHoder",
|
|
6364
6316
|
"parameters": [
|
|
6365
6317
|
{
|
|
6366
|
-
"name": "
|
|
6318
|
+
"name": "action",
|
|
6367
6319
|
"type": {
|
|
6368
|
-
"text": "
|
|
6320
|
+
"text": "string"
|
|
6369
6321
|
}
|
|
6370
6322
|
}
|
|
6371
6323
|
]
|
|
6372
6324
|
},
|
|
6373
6325
|
{
|
|
6374
6326
|
"kind": "method",
|
|
6375
|
-
"name": "
|
|
6327
|
+
"name": "_getTargetList",
|
|
6376
6328
|
"return": {
|
|
6377
6329
|
"type": {
|
|
6378
|
-
"text": "
|
|
6330
|
+
"text": "{ value: string; description: string }[]"
|
|
6379
6331
|
}
|
|
6380
6332
|
},
|
|
6381
6333
|
"parameters": [
|
|
6382
6334
|
{
|
|
6383
|
-
"name": "
|
|
6335
|
+
"name": "action",
|
|
6384
6336
|
"type": {
|
|
6385
|
-
"text": "
|
|
6337
|
+
"text": "string"
|
|
6386
6338
|
}
|
|
6387
6339
|
}
|
|
6388
6340
|
]
|
|
6389
6341
|
},
|
|
6390
6342
|
{
|
|
6391
6343
|
"kind": "method",
|
|
6392
|
-
"name": "
|
|
6393
|
-
"return": {
|
|
6394
|
-
"type": {
|
|
6395
|
-
"text": "TemplateResult"
|
|
6396
|
-
}
|
|
6397
|
-
},
|
|
6344
|
+
"name": "_onValueChange",
|
|
6398
6345
|
"parameters": [
|
|
6399
6346
|
{
|
|
6400
|
-
"name": "
|
|
6401
|
-
"type": {
|
|
6402
|
-
"text": "Component"
|
|
6403
|
-
}
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"name": "depth",
|
|
6347
|
+
"name": "e",
|
|
6407
6348
|
"type": {
|
|
6408
|
-
"text": "
|
|
6349
|
+
"text": "Event"
|
|
6409
6350
|
}
|
|
6410
6351
|
}
|
|
6411
6352
|
]
|
|
6412
6353
|
}
|
|
6413
6354
|
],
|
|
6355
|
+
"events": [
|
|
6356
|
+
{
|
|
6357
|
+
"name": "change",
|
|
6358
|
+
"type": {
|
|
6359
|
+
"text": "CustomEvent"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6414
6363
|
"attributes": [
|
|
6364
|
+
{
|
|
6365
|
+
"name": "value",
|
|
6366
|
+
"type": {
|
|
6367
|
+
"text": "Properties | undefined"
|
|
6368
|
+
},
|
|
6369
|
+
"fieldName": "value"
|
|
6370
|
+
},
|
|
6415
6371
|
{
|
|
6416
6372
|
"name": "scene",
|
|
6417
6373
|
"type": {
|
|
@@ -6430,114 +6386,102 @@
|
|
|
6430
6386
|
"exports": [
|
|
6431
6387
|
{
|
|
6432
6388
|
"kind": "js",
|
|
6433
|
-
"name": "
|
|
6389
|
+
"name": "PropertyEventHover",
|
|
6434
6390
|
"declaration": {
|
|
6435
|
-
"name": "
|
|
6436
|
-
"module": "src/modeller/property-sidebar/
|
|
6391
|
+
"name": "PropertyEventHover",
|
|
6392
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
6437
6393
|
}
|
|
6438
6394
|
}
|
|
6439
6395
|
]
|
|
6440
6396
|
},
|
|
6441
6397
|
{
|
|
6442
6398
|
"kind": "javascript-module",
|
|
6443
|
-
"path": "src/modeller/property-sidebar/
|
|
6399
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
6444
6400
|
"declarations": [
|
|
6445
6401
|
{
|
|
6446
6402
|
"kind": "class",
|
|
6447
6403
|
"description": "",
|
|
6448
|
-
"name": "
|
|
6404
|
+
"name": "PropertyEventTap",
|
|
6449
6405
|
"members": [
|
|
6450
6406
|
{
|
|
6451
6407
|
"kind": "field",
|
|
6452
6408
|
"name": "value",
|
|
6453
6409
|
"type": {
|
|
6454
|
-
"text": "
|
|
6410
|
+
"text": "Properties | undefined"
|
|
6455
6411
|
},
|
|
6456
|
-
"default": "{}",
|
|
6457
6412
|
"attribute": "value"
|
|
6458
6413
|
},
|
|
6459
6414
|
{
|
|
6460
6415
|
"kind": "field",
|
|
6461
|
-
"name": "
|
|
6416
|
+
"name": "scene",
|
|
6462
6417
|
"type": {
|
|
6463
|
-
"text": "
|
|
6418
|
+
"text": "Scene | undefined"
|
|
6464
6419
|
},
|
|
6465
|
-
"
|
|
6466
|
-
"attribute": "selected"
|
|
6420
|
+
"attribute": "scene"
|
|
6467
6421
|
},
|
|
6468
6422
|
{
|
|
6469
6423
|
"kind": "field",
|
|
6470
|
-
"name": "
|
|
6424
|
+
"name": "scenarios",
|
|
6471
6425
|
"type": {
|
|
6472
|
-
"text": "
|
|
6426
|
+
"text": "{ value: string; description: string }[]"
|
|
6473
6427
|
},
|
|
6474
|
-
"default": "[]"
|
|
6475
|
-
"attribute": "fonts"
|
|
6428
|
+
"default": "[]"
|
|
6476
6429
|
},
|
|
6477
6430
|
{
|
|
6478
|
-
"kind": "
|
|
6479
|
-
"name": "
|
|
6480
|
-
"
|
|
6481
|
-
{
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
"text": "Component[]"
|
|
6485
|
-
}
|
|
6486
|
-
}
|
|
6487
|
-
]
|
|
6431
|
+
"kind": "field",
|
|
6432
|
+
"name": "targetList",
|
|
6433
|
+
"type": {
|
|
6434
|
+
"text": "{ value: string; description: string }[]"
|
|
6435
|
+
},
|
|
6436
|
+
"default": "[]"
|
|
6488
6437
|
},
|
|
6489
6438
|
{
|
|
6490
6439
|
"kind": "method",
|
|
6491
|
-
"name": "
|
|
6440
|
+
"name": "_getPlaceHoder",
|
|
6492
6441
|
"parameters": [
|
|
6493
6442
|
{
|
|
6494
|
-
"name": "
|
|
6443
|
+
"name": "action",
|
|
6495
6444
|
"type": {
|
|
6496
|
-
"text": "
|
|
6445
|
+
"text": "string"
|
|
6497
6446
|
}
|
|
6498
6447
|
}
|
|
6499
|
-
]
|
|
6500
|
-
"inheritedFrom": {
|
|
6501
|
-
"name": "AbstractProperty",
|
|
6502
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6503
|
-
}
|
|
6448
|
+
]
|
|
6504
6449
|
},
|
|
6505
6450
|
{
|
|
6506
6451
|
"kind": "method",
|
|
6507
|
-
"name": "
|
|
6452
|
+
"name": "_getInputList",
|
|
6453
|
+
"return": {
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "{ value: string; description: string }[]"
|
|
6456
|
+
}
|
|
6457
|
+
},
|
|
6508
6458
|
"parameters": [
|
|
6509
6459
|
{
|
|
6510
|
-
"name": "
|
|
6460
|
+
"name": "action",
|
|
6511
6461
|
"type": {
|
|
6512
|
-
"text": "
|
|
6462
|
+
"text": "string"
|
|
6513
6463
|
}
|
|
6514
6464
|
}
|
|
6515
|
-
]
|
|
6516
|
-
"inheritedFrom": {
|
|
6517
|
-
"name": "AbstractProperty",
|
|
6518
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6519
|
-
}
|
|
6465
|
+
]
|
|
6520
6466
|
},
|
|
6521
6467
|
{
|
|
6522
6468
|
"kind": "method",
|
|
6523
|
-
"name": "
|
|
6469
|
+
"name": "_onValueChange",
|
|
6524
6470
|
"parameters": [
|
|
6525
6471
|
{
|
|
6526
|
-
"name": "
|
|
6527
|
-
"type": {
|
|
6528
|
-
"text": "string"
|
|
6529
|
-
}
|
|
6530
|
-
},
|
|
6531
|
-
{
|
|
6532
|
-
"name": "value",
|
|
6472
|
+
"name": "e",
|
|
6533
6473
|
"type": {
|
|
6534
|
-
"text": "
|
|
6474
|
+
"text": "Event"
|
|
6535
6475
|
}
|
|
6536
6476
|
}
|
|
6537
|
-
]
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6477
|
+
]
|
|
6478
|
+
}
|
|
6479
|
+
],
|
|
6480
|
+
"events": [
|
|
6481
|
+
{
|
|
6482
|
+
"name": "change",
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "CustomEvent"
|
|
6541
6485
|
}
|
|
6542
6486
|
}
|
|
6543
6487
|
],
|
|
@@ -6545,110 +6489,148 @@
|
|
|
6545
6489
|
{
|
|
6546
6490
|
"name": "value",
|
|
6547
6491
|
"type": {
|
|
6548
|
-
"text": "
|
|
6492
|
+
"text": "Properties | undefined"
|
|
6549
6493
|
},
|
|
6550
|
-
"default": "{}",
|
|
6551
6494
|
"fieldName": "value"
|
|
6552
6495
|
},
|
|
6553
6496
|
{
|
|
6554
|
-
"name": "
|
|
6555
|
-
"type": {
|
|
6556
|
-
"text": "Component[]"
|
|
6557
|
-
},
|
|
6558
|
-
"default": "[]",
|
|
6559
|
-
"fieldName": "selected"
|
|
6560
|
-
},
|
|
6561
|
-
{
|
|
6562
|
-
"name": "fonts",
|
|
6497
|
+
"name": "scene",
|
|
6563
6498
|
"type": {
|
|
6564
|
-
"text": "
|
|
6499
|
+
"text": "Scene | undefined"
|
|
6565
6500
|
},
|
|
6566
|
-
"
|
|
6567
|
-
"fieldName": "fonts"
|
|
6501
|
+
"fieldName": "scene"
|
|
6568
6502
|
}
|
|
6569
6503
|
],
|
|
6570
6504
|
"superclass": {
|
|
6571
|
-
"name": "
|
|
6572
|
-
"
|
|
6505
|
+
"name": "LitElement",
|
|
6506
|
+
"package": "lit"
|
|
6573
6507
|
},
|
|
6574
|
-
"
|
|
6575
|
-
{
|
|
6576
|
-
"name": "property-change",
|
|
6577
|
-
"type": {
|
|
6578
|
-
"text": "CustomEvent"
|
|
6579
|
-
},
|
|
6580
|
-
"inheritedFrom": {
|
|
6581
|
-
"name": "AbstractProperty",
|
|
6582
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6583
|
-
}
|
|
6584
|
-
}
|
|
6585
|
-
]
|
|
6508
|
+
"customElement": true
|
|
6586
6509
|
}
|
|
6587
6510
|
],
|
|
6588
6511
|
"exports": [
|
|
6589
6512
|
{
|
|
6590
6513
|
"kind": "js",
|
|
6591
|
-
"name": "
|
|
6514
|
+
"name": "PropertyEventTap",
|
|
6592
6515
|
"declaration": {
|
|
6593
|
-
"name": "
|
|
6594
|
-
"module": "src/modeller/property-sidebar/
|
|
6516
|
+
"name": "PropertyEventTap",
|
|
6517
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6595
6518
|
}
|
|
6596
6519
|
}
|
|
6597
6520
|
]
|
|
6598
6521
|
},
|
|
6599
6522
|
{
|
|
6600
6523
|
"kind": "javascript-module",
|
|
6601
|
-
"path": "src/modeller/property-sidebar/
|
|
6524
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6602
6525
|
"declarations": [
|
|
6603
6526
|
{
|
|
6604
6527
|
"kind": "class",
|
|
6605
6528
|
"description": "",
|
|
6606
|
-
"name": "
|
|
6529
|
+
"name": "PropertyEvent",
|
|
6607
6530
|
"members": [
|
|
6608
6531
|
{
|
|
6609
6532
|
"kind": "field",
|
|
6610
6533
|
"name": "value",
|
|
6611
6534
|
"type": {
|
|
6612
|
-
"text": "
|
|
6535
|
+
"text": "Properties | undefined"
|
|
6613
6536
|
},
|
|
6614
6537
|
"attribute": "value"
|
|
6615
6538
|
},
|
|
6616
6539
|
{
|
|
6617
6540
|
"kind": "field",
|
|
6618
|
-
"name": "
|
|
6541
|
+
"name": "scene",
|
|
6619
6542
|
"type": {
|
|
6620
|
-
"text": "
|
|
6543
|
+
"text": "Scene | undefined"
|
|
6621
6544
|
},
|
|
6622
|
-
"
|
|
6623
|
-
|
|
6545
|
+
"attribute": "scene"
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"kind": "field",
|
|
6549
|
+
"name": "scopedElements",
|
|
6550
|
+
"static": true,
|
|
6551
|
+
"readonly": true
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "method",
|
|
6555
|
+
"name": "_onValueChange",
|
|
6556
|
+
"parameters": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "e",
|
|
6559
|
+
"type": {
|
|
6560
|
+
"text": "Event"
|
|
6561
|
+
}
|
|
6562
|
+
}
|
|
6563
|
+
]
|
|
6564
|
+
}
|
|
6565
|
+
],
|
|
6566
|
+
"events": [
|
|
6567
|
+
{
|
|
6568
|
+
"name": "change",
|
|
6569
|
+
"type": {
|
|
6570
|
+
"text": "CustomEvent"
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"attributes": [
|
|
6575
|
+
{
|
|
6576
|
+
"name": "value",
|
|
6577
|
+
"type": {
|
|
6578
|
+
"text": "Properties | undefined"
|
|
6579
|
+
},
|
|
6580
|
+
"fieldName": "value"
|
|
6624
6581
|
},
|
|
6582
|
+
{
|
|
6583
|
+
"name": "scene",
|
|
6584
|
+
"type": {
|
|
6585
|
+
"text": "Scene | undefined"
|
|
6586
|
+
},
|
|
6587
|
+
"fieldName": "scene"
|
|
6588
|
+
}
|
|
6589
|
+
],
|
|
6590
|
+
"mixins": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "ScopedElementsMixin",
|
|
6593
|
+
"package": "@open-wc/scoped-elements"
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"superclass": {
|
|
6597
|
+
"name": "LitElement",
|
|
6598
|
+
"package": "lit"
|
|
6599
|
+
},
|
|
6600
|
+
"customElement": true
|
|
6601
|
+
}
|
|
6602
|
+
],
|
|
6603
|
+
"exports": [
|
|
6604
|
+
{
|
|
6605
|
+
"kind": "js",
|
|
6606
|
+
"name": "PropertyEvent",
|
|
6607
|
+
"declaration": {
|
|
6608
|
+
"name": "PropertyEvent",
|
|
6609
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
]
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"kind": "javascript-module",
|
|
6616
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6617
|
+
"declarations": [
|
|
6618
|
+
{
|
|
6619
|
+
"kind": "class",
|
|
6620
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6621
|
+
"name": "PropertyShadow",
|
|
6622
|
+
"members": [
|
|
6625
6623
|
{
|
|
6626
6624
|
"kind": "field",
|
|
6627
|
-
"name": "
|
|
6625
|
+
"name": "value",
|
|
6628
6626
|
"type": {
|
|
6629
|
-
"text": "
|
|
6627
|
+
"text": "Properties | undefined"
|
|
6630
6628
|
},
|
|
6631
|
-
"attribute": "
|
|
6632
|
-
},
|
|
6633
|
-
{
|
|
6634
|
-
"kind": "method",
|
|
6635
|
-
"name": "_onPropsChanged",
|
|
6636
|
-
"parameters": [
|
|
6637
|
-
{
|
|
6638
|
-
"name": "props",
|
|
6639
|
-
"type": {
|
|
6640
|
-
"text": "any[]"
|
|
6641
|
-
}
|
|
6642
|
-
}
|
|
6643
|
-
]
|
|
6644
|
-
},
|
|
6645
|
-
{
|
|
6646
|
-
"kind": "method",
|
|
6647
|
-
"name": "_setValues"
|
|
6629
|
+
"attribute": "value"
|
|
6648
6630
|
},
|
|
6649
6631
|
{
|
|
6650
6632
|
"kind": "method",
|
|
6651
|
-
"name": "
|
|
6633
|
+
"name": "_onValueChange",
|
|
6652
6634
|
"parameters": [
|
|
6653
6635
|
{
|
|
6654
6636
|
"name": "e",
|
|
@@ -6661,7 +6643,7 @@
|
|
|
6661
6643
|
],
|
|
6662
6644
|
"events": [
|
|
6663
6645
|
{
|
|
6664
|
-
"name": "
|
|
6646
|
+
"name": "change",
|
|
6665
6647
|
"type": {
|
|
6666
6648
|
"text": "CustomEvent"
|
|
6667
6649
|
}
|
|
@@ -6671,24 +6653,9 @@
|
|
|
6671
6653
|
{
|
|
6672
6654
|
"name": "value",
|
|
6673
6655
|
"type": {
|
|
6674
|
-
"text": "
|
|
6656
|
+
"text": "Properties | undefined"
|
|
6675
6657
|
},
|
|
6676
6658
|
"fieldName": "value"
|
|
6677
|
-
},
|
|
6678
|
-
{
|
|
6679
|
-
"name": "props",
|
|
6680
|
-
"type": {
|
|
6681
|
-
"text": "any[]"
|
|
6682
|
-
},
|
|
6683
|
-
"default": "[]",
|
|
6684
|
-
"fieldName": "props"
|
|
6685
|
-
},
|
|
6686
|
-
{
|
|
6687
|
-
"name": "propertyEditor",
|
|
6688
|
-
"type": {
|
|
6689
|
-
"text": "any"
|
|
6690
|
-
},
|
|
6691
|
-
"fieldName": "propertyEditor"
|
|
6692
6659
|
}
|
|
6693
6660
|
],
|
|
6694
6661
|
"superclass": {
|
|
@@ -6701,39 +6668,88 @@
|
|
|
6701
6668
|
"exports": [
|
|
6702
6669
|
{
|
|
6703
6670
|
"kind": "js",
|
|
6704
|
-
"name": "
|
|
6671
|
+
"name": "PropertyShadow",
|
|
6705
6672
|
"declaration": {
|
|
6706
|
-
"name": "
|
|
6707
|
-
"module": "src/modeller/property-sidebar/
|
|
6673
|
+
"name": "PropertyShadow",
|
|
6674
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6708
6675
|
}
|
|
6709
6676
|
}
|
|
6710
6677
|
]
|
|
6711
6678
|
},
|
|
6712
6679
|
{
|
|
6713
6680
|
"kind": "javascript-module",
|
|
6714
|
-
"path": "src/modeller/property-sidebar/
|
|
6681
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6682
|
+
"declarations": [
|
|
6683
|
+
{
|
|
6684
|
+
"kind": "function",
|
|
6685
|
+
"name": "convert",
|
|
6686
|
+
"parameters": [
|
|
6687
|
+
{
|
|
6688
|
+
"name": "element",
|
|
6689
|
+
"type": {
|
|
6690
|
+
"text": "any"
|
|
6691
|
+
}
|
|
6692
|
+
}
|
|
6693
|
+
]
|
|
6694
|
+
}
|
|
6695
|
+
],
|
|
6696
|
+
"exports": [
|
|
6697
|
+
{
|
|
6698
|
+
"kind": "js",
|
|
6699
|
+
"name": "convert",
|
|
6700
|
+
"declaration": {
|
|
6701
|
+
"name": "convert",
|
|
6702
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6703
|
+
}
|
|
6704
|
+
}
|
|
6705
|
+
]
|
|
6706
|
+
},
|
|
6707
|
+
{
|
|
6708
|
+
"kind": "javascript-module",
|
|
6709
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6710
|
+
"declarations": [
|
|
6711
|
+
{
|
|
6712
|
+
"kind": "variable",
|
|
6713
|
+
"name": "BoxPaddingEditorStyles",
|
|
6714
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6715
|
+
}
|
|
6716
|
+
],
|
|
6717
|
+
"exports": [
|
|
6718
|
+
{
|
|
6719
|
+
"kind": "js",
|
|
6720
|
+
"name": "BoxPaddingEditorStyles",
|
|
6721
|
+
"declaration": {
|
|
6722
|
+
"name": "BoxPaddingEditorStyles",
|
|
6723
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6724
|
+
}
|
|
6725
|
+
}
|
|
6726
|
+
]
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "javascript-module",
|
|
6730
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6715
6731
|
"declarations": [
|
|
6716
6732
|
{
|
|
6717
6733
|
"kind": "class",
|
|
6718
6734
|
"description": "",
|
|
6719
|
-
"name": "
|
|
6735
|
+
"name": "PropertyShapes",
|
|
6720
6736
|
"members": [
|
|
6721
6737
|
{
|
|
6722
6738
|
"kind": "field",
|
|
6723
6739
|
"name": "value",
|
|
6724
6740
|
"type": {
|
|
6725
|
-
"text": "
|
|
6741
|
+
"text": "Properties | undefined"
|
|
6726
6742
|
},
|
|
6727
6743
|
"attribute": "value"
|
|
6728
6744
|
},
|
|
6729
6745
|
{
|
|
6730
6746
|
"kind": "field",
|
|
6731
|
-
"name": "
|
|
6747
|
+
"name": "bounds",
|
|
6732
6748
|
"type": {
|
|
6733
|
-
"text": "
|
|
6749
|
+
"text": "BOUNDS | null"
|
|
6734
6750
|
},
|
|
6735
6751
|
"default": "null",
|
|
6736
|
-
"attribute": "
|
|
6752
|
+
"attribute": "bounds"
|
|
6737
6753
|
},
|
|
6738
6754
|
{
|
|
6739
6755
|
"kind": "field",
|
|
@@ -6744,38 +6760,6 @@
|
|
|
6744
6760
|
"default": "[]",
|
|
6745
6761
|
"attribute": "selected"
|
|
6746
6762
|
},
|
|
6747
|
-
{
|
|
6748
|
-
"kind": "field",
|
|
6749
|
-
"name": "props",
|
|
6750
|
-
"type": {
|
|
6751
|
-
"text": "any[]"
|
|
6752
|
-
},
|
|
6753
|
-
"default": "[]",
|
|
6754
|
-
"attribute": "props"
|
|
6755
|
-
},
|
|
6756
|
-
{
|
|
6757
|
-
"kind": "field",
|
|
6758
|
-
"name": "propertyEditor",
|
|
6759
|
-
"type": {
|
|
6760
|
-
"text": "any[]"
|
|
6761
|
-
},
|
|
6762
|
-
"default": "[]",
|
|
6763
|
-
"attribute": "propertyEditor"
|
|
6764
|
-
},
|
|
6765
|
-
{
|
|
6766
|
-
"kind": "field",
|
|
6767
|
-
"name": "boundINeedSelected",
|
|
6768
|
-
"type": {
|
|
6769
|
-
"text": "any"
|
|
6770
|
-
},
|
|
6771
|
-
"privacy": "private"
|
|
6772
|
-
},
|
|
6773
|
-
{
|
|
6774
|
-
"kind": "field",
|
|
6775
|
-
"name": "scopedElements",
|
|
6776
|
-
"static": true,
|
|
6777
|
-
"readonly": true
|
|
6778
|
-
},
|
|
6779
6763
|
{
|
|
6780
6764
|
"kind": "method",
|
|
6781
6765
|
"name": "_onValueChange",
|
|
@@ -6792,6 +6776,30 @@
|
|
|
6792
6776
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6793
6777
|
}
|
|
6794
6778
|
},
|
|
6779
|
+
{
|
|
6780
|
+
"kind": "method",
|
|
6781
|
+
"name": "_hasTextProperty",
|
|
6782
|
+
"parameters": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "selected",
|
|
6785
|
+
"type": {
|
|
6786
|
+
"text": "Component[]"
|
|
6787
|
+
}
|
|
6788
|
+
}
|
|
6789
|
+
]
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
"kind": "method",
|
|
6793
|
+
"name": "_hasProperties",
|
|
6794
|
+
"parameters": [
|
|
6795
|
+
{
|
|
6796
|
+
"name": "selected",
|
|
6797
|
+
"type": {
|
|
6798
|
+
"text": "Component[]"
|
|
6799
|
+
}
|
|
6800
|
+
}
|
|
6801
|
+
]
|
|
6802
|
+
},
|
|
6795
6803
|
{
|
|
6796
6804
|
"kind": "method",
|
|
6797
6805
|
"name": "_isIdentifiable",
|
|
@@ -6806,7 +6814,7 @@
|
|
|
6806
6814
|
},
|
|
6807
6815
|
{
|
|
6808
6816
|
"kind": "method",
|
|
6809
|
-
"name": "
|
|
6817
|
+
"name": "_isClassIdentifiable",
|
|
6810
6818
|
"parameters": [
|
|
6811
6819
|
{
|
|
6812
6820
|
"name": "selected",
|
|
@@ -6818,12 +6826,24 @@
|
|
|
6818
6826
|
},
|
|
6819
6827
|
{
|
|
6820
6828
|
"kind": "method",
|
|
6821
|
-
"name": "
|
|
6829
|
+
"name": "_isLine",
|
|
6822
6830
|
"parameters": [
|
|
6823
6831
|
{
|
|
6824
|
-
"name": "
|
|
6832
|
+
"name": "selected",
|
|
6825
6833
|
"type": {
|
|
6826
|
-
"text": "
|
|
6834
|
+
"text": "Component[]"
|
|
6835
|
+
}
|
|
6836
|
+
}
|
|
6837
|
+
]
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"kind": "method",
|
|
6841
|
+
"name": "_is3dish",
|
|
6842
|
+
"parameters": [
|
|
6843
|
+
{
|
|
6844
|
+
"name": "selected",
|
|
6845
|
+
"type": {
|
|
6846
|
+
"text": "Component[]"
|
|
6827
6847
|
}
|
|
6828
6848
|
}
|
|
6829
6849
|
]
|
|
@@ -6867,21 +6887,39 @@
|
|
|
6867
6887
|
}
|
|
6868
6888
|
}
|
|
6869
6889
|
],
|
|
6890
|
+
"events": [
|
|
6891
|
+
{
|
|
6892
|
+
"name": "bounds-change",
|
|
6893
|
+
"type": {
|
|
6894
|
+
"text": "CustomEvent"
|
|
6895
|
+
}
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"name": "property-change",
|
|
6899
|
+
"type": {
|
|
6900
|
+
"text": "CustomEvent"
|
|
6901
|
+
},
|
|
6902
|
+
"inheritedFrom": {
|
|
6903
|
+
"name": "AbstractProperty",
|
|
6904
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6905
|
+
}
|
|
6906
|
+
}
|
|
6907
|
+
],
|
|
6870
6908
|
"attributes": [
|
|
6871
6909
|
{
|
|
6872
6910
|
"name": "value",
|
|
6873
6911
|
"type": {
|
|
6874
|
-
"text": "
|
|
6912
|
+
"text": "Properties | undefined"
|
|
6875
6913
|
},
|
|
6876
6914
|
"fieldName": "value"
|
|
6877
6915
|
},
|
|
6878
6916
|
{
|
|
6879
|
-
"name": "
|
|
6917
|
+
"name": "bounds",
|
|
6880
6918
|
"type": {
|
|
6881
|
-
"text": "
|
|
6919
|
+
"text": "BOUNDS | null"
|
|
6882
6920
|
},
|
|
6883
6921
|
"default": "null",
|
|
6884
|
-
"fieldName": "
|
|
6922
|
+
"fieldName": "bounds"
|
|
6885
6923
|
},
|
|
6886
6924
|
{
|
|
6887
6925
|
"name": "selected",
|
|
@@ -6890,55 +6928,21 @@
|
|
|
6890
6928
|
},
|
|
6891
6929
|
"default": "[]",
|
|
6892
6930
|
"fieldName": "selected"
|
|
6893
|
-
},
|
|
6894
|
-
{
|
|
6895
|
-
"name": "props",
|
|
6896
|
-
"type": {
|
|
6897
|
-
"text": "any[]"
|
|
6898
|
-
},
|
|
6899
|
-
"default": "[]",
|
|
6900
|
-
"fieldName": "props"
|
|
6901
|
-
},
|
|
6902
|
-
{
|
|
6903
|
-
"name": "propertyEditor",
|
|
6904
|
-
"type": {
|
|
6905
|
-
"text": "any[]"
|
|
6906
|
-
},
|
|
6907
|
-
"default": "[]",
|
|
6908
|
-
"fieldName": "propertyEditor"
|
|
6909
|
-
}
|
|
6910
|
-
],
|
|
6911
|
-
"mixins": [
|
|
6912
|
-
{
|
|
6913
|
-
"name": "ScopedElementsMixin",
|
|
6914
|
-
"package": "@open-wc/scoped-elements"
|
|
6915
6931
|
}
|
|
6916
6932
|
],
|
|
6917
6933
|
"superclass": {
|
|
6918
6934
|
"name": "AbstractProperty",
|
|
6919
6935
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6920
|
-
}
|
|
6921
|
-
"events": [
|
|
6922
|
-
{
|
|
6923
|
-
"name": "property-change",
|
|
6924
|
-
"type": {
|
|
6925
|
-
"text": "CustomEvent"
|
|
6926
|
-
},
|
|
6927
|
-
"inheritedFrom": {
|
|
6928
|
-
"name": "AbstractProperty",
|
|
6929
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6930
|
-
}
|
|
6931
|
-
}
|
|
6932
|
-
]
|
|
6936
|
+
}
|
|
6933
6937
|
}
|
|
6934
6938
|
],
|
|
6935
6939
|
"exports": [
|
|
6936
6940
|
{
|
|
6937
6941
|
"kind": "js",
|
|
6938
|
-
"name": "
|
|
6942
|
+
"name": "PropertyShapes",
|
|
6939
6943
|
"declaration": {
|
|
6940
|
-
"name": "
|
|
6941
|
-
"module": "src/modeller/property-sidebar/
|
|
6944
|
+
"name": "PropertyShapes",
|
|
6945
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6942
6946
|
}
|
|
6943
6947
|
}
|
|
6944
6948
|
]
|