@operato/board 0.3.1 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -0
- package/custom-elements.json +1446 -1452
- package/demo/index.html +3 -3
- package/dist/src/component/container.js +2 -2
- package/dist/src/component/container.js.map +1 -1
- package/dist/src/component/etc.js +3 -3
- package/dist/src/component/etc.js.map +1 -1
- package/dist/src/component/line.js +5 -5
- package/dist/src/component/line.js.map +1 -1
- package/dist/src/component/shape.js +6 -6
- package/dist/src/component/shape.js.map +1 -1
- package/dist/src/component/text-and-media.js +5 -5
- package/dist/src/component/text-and-media.js.map +1 -1
- package/dist/src/modeller/component-toolbar/component-menu.js +2 -2
- package/dist/src/modeller/component-toolbar/component-menu.js.map +1 -1
- package/dist/src/modeller/edit-toolbar-style.js +4 -4
- package/dist/src/modeller/edit-toolbar-style.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +1 -1
- package/dist/src/modeller/edit-toolbar.js +1 -1
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js +2 -2
- package/dist/src/modeller/property-sidebar/effects/property-shadow.js.map +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.d.ts +1 -1
- package/dist/src/modeller/property-sidebar/inspector/inspector.js +2 -2
- package/dist/src/modeller/property-sidebar/inspector/inspector.js.map +1 -1
- package/dist/src/modeller/property-sidebar/property-shared-style.js +1 -1
- package/dist/src/modeller/property-sidebar/property-shared-style.js.map +1 -1
- package/dist/src/modeller/property-sidebar/property-sidebar.js +2 -2
- package/dist/src/modeller/property-sidebar/property-sidebar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js +1 -1
- package/dist/src/modeller/property-sidebar/shapes/box-padding-editor-styles.js.map +1 -1
- package/dist/src/modeller/property-sidebar/shapes/shapes.js +2 -2
- package/dist/src/modeller/property-sidebar/shapes/shapes.js.map +1 -1
- package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js +9 -6
- package/dist/src/modeller/property-sidebar/specifics/specific-properties-builder.js.map +1 -1
- package/dist/src/modeller/property-sidebar/styles/styles.js +5 -5
- package/dist/src/modeller/property-sidebar/styles/styles.js.map +1 -1
- package/dist/src/ox-board-modeller.js +20 -0
- package/dist/src/ox-board-modeller.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/{assets/images → icons}/components/audio.png +0 -0
- package/{assets/images → icons}/components/both-arrow.png +0 -0
- package/{assets/images → icons}/components/color-image.png +0 -0
- package/{assets/images → icons}/components/container.png +0 -0
- package/{assets/images → icons}/components/dash.png +0 -0
- package/{assets/images → icons}/components/donut.png +0 -0
- package/{assets/images → icons}/components/ellipse.png +0 -0
- package/{assets/images → icons}/components/forklift.png +0 -0
- package/{assets/images → icons}/components/gif-image.png +0 -0
- package/{assets/images → icons}/components/global-reference.png +0 -0
- package/{assets/images → icons}/components/gray-image.png +0 -0
- package/{assets/images → icons}/components/humidity-sensor.png +0 -0
- package/{assets/images → icons}/components/info-window.png +0 -0
- package/{assets/images → icons}/components/line.png +0 -0
- package/{assets/images → icons}/components/local-reference.png +0 -0
- package/{assets/images → icons}/components/no-image.png +0 -0
- package/{assets/images → icons}/components/person.png +0 -0
- package/{assets/images → icons}/components/polygon.png +0 -0
- package/{assets/images → icons}/components/polyline.png +0 -0
- package/{assets/images → icons}/components/popup.png +0 -0
- package/{assets/images → icons}/components/rect.png +0 -0
- package/{assets/images → icons}/components/single-arrow.png +0 -0
- package/{assets/images → icons}/components/star.png +0 -0
- package/{assets/images → icons}/components/text.png +0 -0
- package/{assets/images → icons}/components/triangle.png +0 -0
- package/icons/icon-collapse-active.png +0 -0
- package/icons/icon-collapse.png +0 -0
- package/icons/icon-fullscreen.png +0 -0
- package/icons/icon-htoolbar.png +0 -0
- package/icons/icon-properties-arrow-type.png +0 -0
- package/icons/icon-properties-gradient-direction.png +0 -0
- package/icons/icon-properties-label.png +0 -0
- package/icons/icon-properties-line-type.png +0 -0
- package/icons/icon-properties-padding.png +0 -0
- package/icons/icon-properties-ratio.png +0 -0
- package/icons/icon-properties-table.png +0 -0
- package/icons/icon-properties.png +0 -0
- package/icons/icon-shell-inspector.png +0 -0
- package/package.json +11 -12
- package/src/component/container.ts +3 -2
- package/src/component/etc.ts +4 -3
- package/src/component/line.ts +6 -5
- package/src/component/shape.ts +7 -6
- package/src/component/text-and-media.ts +6 -5
- package/src/modeller/component-toolbar/component-menu.ts +5 -3
- package/src/modeller/edit-toolbar-style.ts +4 -4
- package/src/modeller/edit-toolbar.ts +3 -2
- package/src/modeller/property-sidebar/effects/property-shadow.ts +3 -2
- package/src/modeller/property-sidebar/inspector/inspector.ts +4 -4
- package/src/modeller/property-sidebar/property-shared-style.ts +1 -1
- package/src/modeller/property-sidebar/property-sidebar.ts +3 -3
- package/src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts +1 -1
- package/src/modeller/property-sidebar/shapes/shapes.ts +2 -2
- package/src/modeller/property-sidebar/specifics/specific-properties-builder.ts +11 -7
- package/src/modeller/property-sidebar/styles/styles.ts +5 -5
- package/src/ox-board-modeller.ts +26 -0
- package/@types/global/index.d.ts +0 -1
- package/assets/images/icon-vtoolbar.png +0 -0
package/custom-elements.json
CHANGED
|
@@ -1414,321 +1414,435 @@
|
|
|
1414
1414
|
},
|
|
1415
1415
|
{
|
|
1416
1416
|
"kind": "javascript-module",
|
|
1417
|
-
"path": "
|
|
1418
|
-
"declarations": [],
|
|
1419
|
-
"exports": []
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "javascript-module",
|
|
1423
|
-
"path": "src/graphql/board.ts",
|
|
1417
|
+
"path": "src/component/3d.ts",
|
|
1424
1418
|
"declarations": [
|
|
1425
1419
|
{
|
|
1426
|
-
"kind": "
|
|
1427
|
-
"name": "
|
|
1428
|
-
"
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
}
|
|
1433
|
-
]
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"kind": "function",
|
|
1437
|
-
"name": "fetchBoard",
|
|
1438
|
-
"parameters": [
|
|
1439
|
-
{
|
|
1440
|
-
"name": "id",
|
|
1441
|
-
"type": {
|
|
1442
|
-
"text": "string"
|
|
1443
|
-
}
|
|
1444
|
-
}
|
|
1445
|
-
]
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "function",
|
|
1449
|
-
"name": "createBoard",
|
|
1450
|
-
"parameters": [
|
|
1451
|
-
{
|
|
1452
|
-
"name": "board",
|
|
1453
|
-
"type": {
|
|
1454
|
-
"text": "Board"
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
]
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"kind": "function",
|
|
1461
|
-
"name": "updateBoard",
|
|
1462
|
-
"parameters": [
|
|
1463
|
-
{
|
|
1464
|
-
"name": "board",
|
|
1465
|
-
"type": {
|
|
1466
|
-
"text": "Board"
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
]
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"kind": "function",
|
|
1473
|
-
"name": "deleteBoard",
|
|
1474
|
-
"parameters": [
|
|
1475
|
-
{
|
|
1476
|
-
"name": "id",
|
|
1477
|
-
"type": {
|
|
1478
|
-
"text": "string"
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
]
|
|
1420
|
+
"kind": "variable",
|
|
1421
|
+
"name": "threed",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "ComponentGroup"
|
|
1424
|
+
},
|
|
1425
|
+
"default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
|
|
1482
1426
|
}
|
|
1483
1427
|
],
|
|
1484
1428
|
"exports": [
|
|
1485
1429
|
{
|
|
1486
1430
|
"kind": "js",
|
|
1487
|
-
"name": "
|
|
1431
|
+
"name": "threed",
|
|
1488
1432
|
"declaration": {
|
|
1489
|
-
"name": "
|
|
1490
|
-
"module": "src/
|
|
1433
|
+
"name": "threed",
|
|
1434
|
+
"module": "src/component/3d.ts"
|
|
1491
1435
|
}
|
|
1492
|
-
}
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"kind": "javascript-module",
|
|
1441
|
+
"path": "src/component/chart-and-gauge.ts",
|
|
1442
|
+
"declarations": [
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "variable",
|
|
1445
|
+
"name": "chartAndGauge",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "ComponentGroup"
|
|
1448
|
+
},
|
|
1449
|
+
"default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"exports": [
|
|
1493
1453
|
{
|
|
1494
1454
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1455
|
+
"name": "chartAndGauge",
|
|
1496
1456
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/
|
|
1457
|
+
"name": "chartAndGauge",
|
|
1458
|
+
"module": "src/component/chart-and-gauge.ts"
|
|
1499
1459
|
}
|
|
1500
|
-
}
|
|
1460
|
+
}
|
|
1461
|
+
]
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "javascript-module",
|
|
1465
|
+
"path": "src/component/container.ts",
|
|
1466
|
+
"declarations": [
|
|
1467
|
+
{
|
|
1468
|
+
"kind": "variable",
|
|
1469
|
+
"name": "container",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "ComponentGroup"
|
|
1472
|
+
},
|
|
1473
|
+
"default": "{\n name: 'container',\n description: 'a group of various containers',\n icon,\n templates: [\n {\n type: 'container',\n description: 'general container',\n icon: iconContainer,\n group: 'container',\n model: {\n type: 'container',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#999',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'popup',\n description: 'popup window',\n icon: popup,\n group: 'container',\n model: {\n type: 'popup',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true\n }\n }\n ]\n}"
|
|
1474
|
+
}
|
|
1475
|
+
],
|
|
1476
|
+
"exports": [
|
|
1501
1477
|
{
|
|
1502
1478
|
"kind": "js",
|
|
1503
|
-
"name": "
|
|
1479
|
+
"name": "container",
|
|
1504
1480
|
"declaration": {
|
|
1505
|
-
"name": "
|
|
1506
|
-
"module": "src/
|
|
1481
|
+
"name": "container",
|
|
1482
|
+
"module": "src/component/container.ts"
|
|
1507
1483
|
}
|
|
1508
|
-
}
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "javascript-module",
|
|
1489
|
+
"path": "src/component/data-source.ts",
|
|
1490
|
+
"declarations": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "variable",
|
|
1493
|
+
"name": "dataSource",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "ComponentGroup"
|
|
1496
|
+
},
|
|
1497
|
+
"default": "{\n name: 'dataSource',\n description: 'a group of various data sources',\n icon,\n templates: []\n}"
|
|
1498
|
+
}
|
|
1499
|
+
],
|
|
1500
|
+
"exports": [
|
|
1509
1501
|
{
|
|
1510
1502
|
"kind": "js",
|
|
1511
|
-
"name": "
|
|
1503
|
+
"name": "dataSource",
|
|
1512
1504
|
"declaration": {
|
|
1513
|
-
"name": "
|
|
1514
|
-
"module": "src/
|
|
1505
|
+
"name": "dataSource",
|
|
1506
|
+
"module": "src/component/data-source.ts"
|
|
1515
1507
|
}
|
|
1516
|
-
}
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "javascript-module",
|
|
1513
|
+
"path": "src/component/etc.ts",
|
|
1514
|
+
"declarations": [
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "variable",
|
|
1517
|
+
"name": "etc",
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "ComponentGroup"
|
|
1520
|
+
},
|
|
1521
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'info-window',\n description: 'information window',\n icon: infoWindow,\n group: 'etc',\n model: {\n type: 'info-window',\n left: 10,\n top: 10,\n width: 50,\n height: 50,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true,\n frontSideTemplate:\n \"<h2 id='xxx'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n backSideTemplate:\n \"<h2 id='yyy'>\\n\\t<%= text %>\\n</h2>\\n<img src='https://www.tutorialspoint.com/images/html.gif' alt='HTML Tutorial' height='150' width='140' />\",\n style:\n '#yyy {\\n\\tbackground-color:navy;\\n\\tcolor:white\\n}\\n#xxx, #yyy {\\n\\twhite-space:nowrap;\\n\\tmin-width:200px;\\n}'\n }\n },\n {\n type: 'local reference',\n description: 'local reference',\n icon: localReference,\n group: 'etc',\n model: {\n type: 'local-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'global reference',\n description: 'global reference',\n icon: globalReference,\n group: 'etc',\n model: {\n type: 'global-ref',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"exports": [
|
|
1517
1525
|
{
|
|
1518
1526
|
"kind": "js",
|
|
1519
|
-
"name": "
|
|
1527
|
+
"name": "etc",
|
|
1520
1528
|
"declaration": {
|
|
1521
|
-
"name": "
|
|
1522
|
-
"module": "src/
|
|
1529
|
+
"name": "etc",
|
|
1530
|
+
"module": "src/component/etc.ts"
|
|
1523
1531
|
}
|
|
1524
1532
|
}
|
|
1525
1533
|
]
|
|
1526
1534
|
},
|
|
1527
1535
|
{
|
|
1528
1536
|
"kind": "javascript-module",
|
|
1529
|
-
"path": "src/
|
|
1537
|
+
"path": "src/component/form.ts",
|
|
1530
1538
|
"declarations": [
|
|
1531
1539
|
{
|
|
1532
|
-
"kind": "
|
|
1533
|
-
"name": "
|
|
1534
|
-
"
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
}
|
|
1539
|
-
]
|
|
1540
|
+
"kind": "variable",
|
|
1541
|
+
"name": "form",
|
|
1542
|
+
"type": {
|
|
1543
|
+
"text": "ComponentGroup"
|
|
1544
|
+
},
|
|
1545
|
+
"default": "{\n name: 'form',\n description: 'a group of various input components that make up a data entry form',\n icon,\n templates: []\n}"
|
|
1540
1546
|
}
|
|
1541
1547
|
],
|
|
1542
1548
|
"exports": [
|
|
1543
1549
|
{
|
|
1544
1550
|
"kind": "js",
|
|
1545
|
-
"name": "
|
|
1551
|
+
"name": "form",
|
|
1546
1552
|
"declaration": {
|
|
1547
|
-
"name": "
|
|
1548
|
-
"module": "src/
|
|
1553
|
+
"name": "form",
|
|
1554
|
+
"module": "src/component/form.ts"
|
|
1549
1555
|
}
|
|
1550
1556
|
}
|
|
1551
1557
|
]
|
|
1552
1558
|
},
|
|
1553
1559
|
{
|
|
1554
1560
|
"kind": "javascript-module",
|
|
1555
|
-
"path": "src/
|
|
1556
|
-
"declarations": [
|
|
1561
|
+
"path": "src/component/index.ts",
|
|
1562
|
+
"declarations": [],
|
|
1563
|
+
"exports": [
|
|
1557
1564
|
{
|
|
1558
|
-
"kind": "
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
"text": "string"
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
]
|
|
1565
|
+
"kind": "js",
|
|
1566
|
+
"name": "*",
|
|
1567
|
+
"declaration": {
|
|
1568
|
+
"name": "*",
|
|
1569
|
+
"package": "./shape"
|
|
1570
|
+
}
|
|
1568
1571
|
},
|
|
1569
1572
|
{
|
|
1570
|
-
"kind": "
|
|
1571
|
-
"name": "
|
|
1572
|
-
"
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
"text": "BoardGroup"
|
|
1577
|
-
}
|
|
1578
|
-
}
|
|
1579
|
-
]
|
|
1573
|
+
"kind": "js",
|
|
1574
|
+
"name": "*",
|
|
1575
|
+
"declaration": {
|
|
1576
|
+
"name": "*",
|
|
1577
|
+
"package": "./line"
|
|
1578
|
+
}
|
|
1580
1579
|
},
|
|
1581
1580
|
{
|
|
1582
|
-
"kind": "
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
"text": "string"
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
]
|
|
1581
|
+
"kind": "js",
|
|
1582
|
+
"name": "*",
|
|
1583
|
+
"declaration": {
|
|
1584
|
+
"name": "*",
|
|
1585
|
+
"package": "./text-and-media"
|
|
1586
|
+
}
|
|
1592
1587
|
},
|
|
1593
1588
|
{
|
|
1594
|
-
"kind": "
|
|
1595
|
-
"name": "
|
|
1589
|
+
"kind": "js",
|
|
1590
|
+
"name": "*",
|
|
1591
|
+
"declaration": {
|
|
1592
|
+
"name": "*",
|
|
1593
|
+
"package": "./chart-and-gauge"
|
|
1594
|
+
}
|
|
1596
1595
|
},
|
|
1597
1596
|
{
|
|
1598
|
-
"kind": "
|
|
1599
|
-
"name": "
|
|
1600
|
-
"
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
"text": "BoardGroup"
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
]
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "*",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "*",
|
|
1601
|
+
"package": "./table"
|
|
1602
|
+
}
|
|
1608
1603
|
},
|
|
1609
1604
|
{
|
|
1610
|
-
"kind": "
|
|
1611
|
-
"name": "
|
|
1612
|
-
"
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"name": "groupId",
|
|
1621
|
-
"type": {
|
|
1622
|
-
"text": "string"
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
]
|
|
1626
|
-
}
|
|
1627
|
-
],
|
|
1628
|
-
"exports": [
|
|
1605
|
+
"kind": "js",
|
|
1606
|
+
"name": "*",
|
|
1607
|
+
"declaration": {
|
|
1608
|
+
"name": "*",
|
|
1609
|
+
"package": "./data-source"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1629
1612
|
{
|
|
1630
1613
|
"kind": "js",
|
|
1631
|
-
"name": "
|
|
1614
|
+
"name": "*",
|
|
1632
1615
|
"declaration": {
|
|
1633
|
-
"name": "
|
|
1634
|
-
"
|
|
1616
|
+
"name": "*",
|
|
1617
|
+
"package": "./3d"
|
|
1635
1618
|
}
|
|
1636
1619
|
},
|
|
1637
1620
|
{
|
|
1638
1621
|
"kind": "js",
|
|
1639
|
-
"name": "
|
|
1622
|
+
"name": "*",
|
|
1640
1623
|
"declaration": {
|
|
1641
|
-
"name": "
|
|
1642
|
-
"
|
|
1624
|
+
"name": "*",
|
|
1625
|
+
"package": "./iot"
|
|
1643
1626
|
}
|
|
1644
1627
|
},
|
|
1645
1628
|
{
|
|
1646
1629
|
"kind": "js",
|
|
1647
|
-
"name": "
|
|
1630
|
+
"name": "*",
|
|
1648
1631
|
"declaration": {
|
|
1649
|
-
"name": "
|
|
1650
|
-
"
|
|
1632
|
+
"name": "*",
|
|
1633
|
+
"package": "./form"
|
|
1651
1634
|
}
|
|
1652
1635
|
},
|
|
1653
1636
|
{
|
|
1654
1637
|
"kind": "js",
|
|
1655
|
-
"name": "
|
|
1638
|
+
"name": "*",
|
|
1656
1639
|
"declaration": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"
|
|
1640
|
+
"name": "*",
|
|
1641
|
+
"package": "./warehouse"
|
|
1659
1642
|
}
|
|
1660
1643
|
},
|
|
1661
1644
|
{
|
|
1662
1645
|
"kind": "js",
|
|
1663
|
-
"name": "
|
|
1646
|
+
"name": "*",
|
|
1664
1647
|
"declaration": {
|
|
1665
|
-
"name": "
|
|
1666
|
-
"
|
|
1648
|
+
"name": "*",
|
|
1649
|
+
"package": "./container"
|
|
1667
1650
|
}
|
|
1668
1651
|
},
|
|
1669
1652
|
{
|
|
1670
1653
|
"kind": "js",
|
|
1671
|
-
"name": "
|
|
1654
|
+
"name": "*",
|
|
1672
1655
|
"declaration": {
|
|
1673
|
-
"name": "
|
|
1674
|
-
"
|
|
1656
|
+
"name": "*",
|
|
1657
|
+
"package": "./etc"
|
|
1675
1658
|
}
|
|
1676
1659
|
}
|
|
1677
1660
|
]
|
|
1678
1661
|
},
|
|
1679
1662
|
{
|
|
1680
1663
|
"kind": "javascript-module",
|
|
1681
|
-
"path": "src/
|
|
1682
|
-
"declarations": [
|
|
1664
|
+
"path": "src/component/iot.ts",
|
|
1665
|
+
"declarations": [
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "variable",
|
|
1668
|
+
"name": "iot",
|
|
1669
|
+
"type": {
|
|
1670
|
+
"text": "ComponentGroup"
|
|
1671
|
+
},
|
|
1672
|
+
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
1673
|
+
}
|
|
1674
|
+
],
|
|
1683
1675
|
"exports": [
|
|
1684
1676
|
{
|
|
1685
1677
|
"kind": "js",
|
|
1686
|
-
"name": "
|
|
1678
|
+
"name": "iot",
|
|
1687
1679
|
"declaration": {
|
|
1688
|
-
"name": "
|
|
1689
|
-
"
|
|
1680
|
+
"name": "iot",
|
|
1681
|
+
"module": "src/component/iot.ts"
|
|
1690
1682
|
}
|
|
1691
|
-
}
|
|
1683
|
+
}
|
|
1684
|
+
]
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "javascript-module",
|
|
1688
|
+
"path": "src/component/line.ts",
|
|
1689
|
+
"declarations": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "variable",
|
|
1692
|
+
"name": "line",
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": "ComponentGroup"
|
|
1695
|
+
},
|
|
1696
|
+
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n },\n {\n type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"exports": [
|
|
1692
1700
|
{
|
|
1693
1701
|
"kind": "js",
|
|
1694
|
-
"name": "
|
|
1702
|
+
"name": "line",
|
|
1695
1703
|
"declaration": {
|
|
1696
|
-
"name": "
|
|
1697
|
-
"
|
|
1704
|
+
"name": "line",
|
|
1705
|
+
"module": "src/component/line.ts"
|
|
1698
1706
|
}
|
|
1699
|
-
}
|
|
1707
|
+
}
|
|
1708
|
+
]
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "javascript-module",
|
|
1712
|
+
"path": "src/component/register-default-groups.ts",
|
|
1713
|
+
"declarations": [
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "function",
|
|
1716
|
+
"name": "registerDefaultGroups"
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"exports": [
|
|
1700
1720
|
{
|
|
1701
1721
|
"kind": "js",
|
|
1702
|
-
"name": "
|
|
1722
|
+
"name": "registerDefaultGroups",
|
|
1703
1723
|
"declaration": {
|
|
1704
|
-
"name": "
|
|
1705
|
-
"
|
|
1724
|
+
"name": "registerDefaultGroups",
|
|
1725
|
+
"module": "src/component/register-default-groups.ts"
|
|
1706
1726
|
}
|
|
1707
|
-
}
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "javascript-module",
|
|
1732
|
+
"path": "src/component/shape.ts",
|
|
1733
|
+
"declarations": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "variable",
|
|
1736
|
+
"name": "shape",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "ComponentGroup"
|
|
1739
|
+
},
|
|
1740
|
+
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"exports": [
|
|
1708
1744
|
{
|
|
1709
1745
|
"kind": "js",
|
|
1710
|
-
"name": "
|
|
1746
|
+
"name": "shape",
|
|
1711
1747
|
"declaration": {
|
|
1712
|
-
"name": "
|
|
1713
|
-
"
|
|
1748
|
+
"name": "shape",
|
|
1749
|
+
"module": "src/component/shape.ts"
|
|
1714
1750
|
}
|
|
1715
1751
|
}
|
|
1716
1752
|
]
|
|
1717
1753
|
},
|
|
1718
1754
|
{
|
|
1719
1755
|
"kind": "javascript-module",
|
|
1720
|
-
"path": "src/
|
|
1756
|
+
"path": "src/component/table.ts",
|
|
1757
|
+
"declarations": [
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "variable",
|
|
1760
|
+
"name": "table",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "ComponentGroup"
|
|
1763
|
+
},
|
|
1764
|
+
"default": "{\n name: 'table',\n description: 'a group of various tables',\n icon,\n templates: []\n}"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"exports": [
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "table",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "table",
|
|
1773
|
+
"module": "src/component/table.ts"
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "javascript-module",
|
|
1780
|
+
"path": "src/component/text-and-media.ts",
|
|
1781
|
+
"declarations": [
|
|
1782
|
+
{
|
|
1783
|
+
"kind": "variable",
|
|
1784
|
+
"name": "textAndMedia",
|
|
1785
|
+
"type": {
|
|
1786
|
+
"text": "ComponentGroup"
|
|
1787
|
+
},
|
|
1788
|
+
"default": "{\n name: 'textAndMedia',\n description: 'a group of text and various media components',\n icon,\n templates: [\n {\n type: 'text',\n description: 'text',\n icon: text,\n group: 'textAndMedia',\n model: {\n type: 'text',\n left: 100,\n top: 100,\n width: 200,\n height: 50,\n text: 'Text',\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 5,\n lineDash: 'solid',\n lineCap: 'butt',\n textAlign: 'left',\n textBaseline: 'top',\n textWrap: false,\n fontFamily: 'serif',\n fontSize: 30\n }\n },\n {\n type: 'color image',\n description: 'color image',\n icon: colorImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: false,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gray image',\n description: 'gray image',\n icon: grayImage,\n group: 'textAndMedia',\n model: {\n type: 'image-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n isGray: true,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'gif image',\n description: 'gif image',\n icon: gifImage,\n group: 'textAndMedia',\n model: {\n type: 'gif-view',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n },\n {\n type: 'audio',\n description: 'audio',\n icon: audio,\n group: 'textAndMedia',\n model: {\n type: 'audio',\n left: 100,\n top: 100,\n width: 100,\n height: 100\n }\n }\n ]\n}"
|
|
1789
|
+
}
|
|
1790
|
+
],
|
|
1791
|
+
"exports": [
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "js",
|
|
1794
|
+
"name": "textAndMedia",
|
|
1795
|
+
"declaration": {
|
|
1796
|
+
"name": "textAndMedia",
|
|
1797
|
+
"module": "src/component/text-and-media.ts"
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "javascript-module",
|
|
1804
|
+
"path": "src/component/warehouse.ts",
|
|
1805
|
+
"declarations": [
|
|
1806
|
+
{
|
|
1807
|
+
"kind": "variable",
|
|
1808
|
+
"name": "warehouse",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"text": "ComponentGroup"
|
|
1811
|
+
},
|
|
1812
|
+
"default": "{\n name: 'warehouse',\n description: 'a group of various components used in a warehouse depiction',\n icon,\n templates: []\n}"
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"exports": [
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "warehouse",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "warehouse",
|
|
1821
|
+
"module": "src/component/warehouse.ts"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "javascript-module",
|
|
1828
|
+
"path": "src/graphql/board.ts",
|
|
1721
1829
|
"declarations": [
|
|
1722
1830
|
{
|
|
1723
1831
|
"kind": "function",
|
|
1724
|
-
"name": "
|
|
1832
|
+
"name": "fetchBoardList",
|
|
1833
|
+
"parameters": [
|
|
1834
|
+
{
|
|
1835
|
+
"name": "listParam",
|
|
1836
|
+
"default": "{}"
|
|
1837
|
+
}
|
|
1838
|
+
]
|
|
1725
1839
|
},
|
|
1726
1840
|
{
|
|
1727
1841
|
"kind": "function",
|
|
1728
|
-
"name": "
|
|
1842
|
+
"name": "fetchBoard",
|
|
1729
1843
|
"parameters": [
|
|
1730
1844
|
{
|
|
1731
|
-
"name": "
|
|
1845
|
+
"name": "id",
|
|
1732
1846
|
"type": {
|
|
1733
1847
|
"text": "string"
|
|
1734
1848
|
}
|
|
@@ -1737,31 +1851,31 @@
|
|
|
1737
1851
|
},
|
|
1738
1852
|
{
|
|
1739
1853
|
"kind": "function",
|
|
1740
|
-
"name": "
|
|
1854
|
+
"name": "createBoard",
|
|
1741
1855
|
"parameters": [
|
|
1742
1856
|
{
|
|
1743
|
-
"name": "
|
|
1857
|
+
"name": "board",
|
|
1744
1858
|
"type": {
|
|
1745
|
-
"text": "
|
|
1859
|
+
"text": "Board"
|
|
1746
1860
|
}
|
|
1747
1861
|
}
|
|
1748
1862
|
]
|
|
1749
1863
|
},
|
|
1750
1864
|
{
|
|
1751
1865
|
"kind": "function",
|
|
1752
|
-
"name": "
|
|
1866
|
+
"name": "updateBoard",
|
|
1753
1867
|
"parameters": [
|
|
1754
1868
|
{
|
|
1755
|
-
"name": "
|
|
1869
|
+
"name": "board",
|
|
1756
1870
|
"type": {
|
|
1757
|
-
"text": "
|
|
1871
|
+
"text": "Board"
|
|
1758
1872
|
}
|
|
1759
1873
|
}
|
|
1760
1874
|
]
|
|
1761
1875
|
},
|
|
1762
1876
|
{
|
|
1763
1877
|
"kind": "function",
|
|
1764
|
-
"name": "
|
|
1878
|
+
"name": "deleteBoard",
|
|
1765
1879
|
"parameters": [
|
|
1766
1880
|
{
|
|
1767
1881
|
"name": "id",
|
|
@@ -1770,28 +1884,136 @@
|
|
|
1770
1884
|
}
|
|
1771
1885
|
}
|
|
1772
1886
|
]
|
|
1887
|
+
}
|
|
1888
|
+
],
|
|
1889
|
+
"exports": [
|
|
1890
|
+
{
|
|
1891
|
+
"kind": "js",
|
|
1892
|
+
"name": "fetchBoardList",
|
|
1893
|
+
"declaration": {
|
|
1894
|
+
"name": "fetchBoardList",
|
|
1895
|
+
"module": "src/graphql/board.ts"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "js",
|
|
1900
|
+
"name": "fetchBoard",
|
|
1901
|
+
"declaration": {
|
|
1902
|
+
"name": "fetchBoard",
|
|
1903
|
+
"module": "src/graphql/board.ts"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "createBoard",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "createBoard",
|
|
1911
|
+
"module": "src/graphql/board.ts"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"kind": "js",
|
|
1916
|
+
"name": "updateBoard",
|
|
1917
|
+
"declaration": {
|
|
1918
|
+
"name": "updateBoard",
|
|
1919
|
+
"module": "src/graphql/board.ts"
|
|
1920
|
+
}
|
|
1773
1921
|
},
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "js",
|
|
1924
|
+
"name": "deleteBoard",
|
|
1925
|
+
"declaration": {
|
|
1926
|
+
"name": "deleteBoard",
|
|
1927
|
+
"module": "src/graphql/board.ts"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
]
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"kind": "javascript-module",
|
|
1934
|
+
"path": "src/graphql/favorite-board.ts",
|
|
1935
|
+
"declarations": [
|
|
1774
1936
|
{
|
|
1775
1937
|
"kind": "function",
|
|
1776
|
-
"name": "
|
|
1938
|
+
"name": "fetchFavoriteBoardList",
|
|
1777
1939
|
"parameters": [
|
|
1778
1940
|
{
|
|
1779
|
-
"name": "
|
|
1941
|
+
"name": "listParam",
|
|
1942
|
+
"default": "{}"
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1947
|
+
"exports": [
|
|
1948
|
+
{
|
|
1949
|
+
"kind": "js",
|
|
1950
|
+
"name": "fetchFavoriteBoardList",
|
|
1951
|
+
"declaration": {
|
|
1952
|
+
"name": "fetchFavoriteBoardList",
|
|
1953
|
+
"module": "src/graphql/favorite-board.ts"
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
]
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"kind": "javascript-module",
|
|
1960
|
+
"path": "src/graphql/group.ts",
|
|
1961
|
+
"declarations": [
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "function",
|
|
1964
|
+
"name": "fetchGroup",
|
|
1965
|
+
"parameters": [
|
|
1966
|
+
{
|
|
1967
|
+
"name": "id",
|
|
1780
1968
|
"type": {
|
|
1781
1969
|
"text": "string"
|
|
1782
1970
|
}
|
|
1783
|
-
}
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"kind": "function",
|
|
1976
|
+
"name": "updateGroup",
|
|
1977
|
+
"parameters": [
|
|
1784
1978
|
{
|
|
1785
1979
|
"name": "group",
|
|
1786
1980
|
"type": {
|
|
1787
|
-
"text": "
|
|
1981
|
+
"text": "BoardGroup"
|
|
1788
1982
|
}
|
|
1789
1983
|
}
|
|
1790
1984
|
]
|
|
1791
1985
|
},
|
|
1792
1986
|
{
|
|
1793
1987
|
"kind": "function",
|
|
1794
|
-
"name": "
|
|
1988
|
+
"name": "deleteGroup",
|
|
1989
|
+
"parameters": [
|
|
1990
|
+
{
|
|
1991
|
+
"name": "id",
|
|
1992
|
+
"type": {
|
|
1993
|
+
"text": "string"
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
]
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"kind": "function",
|
|
2000
|
+
"name": "fetchGroupList"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "function",
|
|
2004
|
+
"name": "createGroup",
|
|
2005
|
+
"parameters": [
|
|
2006
|
+
{
|
|
2007
|
+
"name": "group",
|
|
2008
|
+
"type": {
|
|
2009
|
+
"text": "BoardGroup"
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
]
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"kind": "function",
|
|
2016
|
+
"name": "joinGroup",
|
|
1795
2017
|
"parameters": [
|
|
1796
2018
|
{
|
|
1797
2019
|
"name": "boardId",
|
|
@@ -1811,807 +2033,611 @@
|
|
|
1811
2033
|
"exports": [
|
|
1812
2034
|
{
|
|
1813
2035
|
"kind": "js",
|
|
1814
|
-
"name": "
|
|
2036
|
+
"name": "fetchGroup",
|
|
1815
2037
|
"declaration": {
|
|
1816
|
-
"name": "
|
|
1817
|
-
"module": "src/graphql/
|
|
2038
|
+
"name": "fetchGroup",
|
|
2039
|
+
"module": "src/graphql/group.ts"
|
|
1818
2040
|
}
|
|
1819
2041
|
},
|
|
1820
2042
|
{
|
|
1821
2043
|
"kind": "js",
|
|
1822
|
-
"name": "
|
|
2044
|
+
"name": "updateGroup",
|
|
1823
2045
|
"declaration": {
|
|
1824
|
-
"name": "
|
|
1825
|
-
"module": "src/graphql/
|
|
2046
|
+
"name": "updateGroup",
|
|
2047
|
+
"module": "src/graphql/group.ts"
|
|
1826
2048
|
}
|
|
1827
2049
|
},
|
|
1828
2050
|
{
|
|
1829
2051
|
"kind": "js",
|
|
1830
|
-
"name": "
|
|
2052
|
+
"name": "deleteGroup",
|
|
1831
2053
|
"declaration": {
|
|
1832
|
-
"name": "
|
|
1833
|
-
"module": "src/graphql/
|
|
2054
|
+
"name": "deleteGroup",
|
|
2055
|
+
"module": "src/graphql/group.ts"
|
|
1834
2056
|
}
|
|
1835
2057
|
},
|
|
1836
2058
|
{
|
|
1837
2059
|
"kind": "js",
|
|
1838
|
-
"name": "
|
|
2060
|
+
"name": "fetchGroupList",
|
|
1839
2061
|
"declaration": {
|
|
1840
|
-
"name": "
|
|
1841
|
-
"module": "src/graphql/
|
|
2062
|
+
"name": "fetchGroupList",
|
|
2063
|
+
"module": "src/graphql/group.ts"
|
|
1842
2064
|
}
|
|
1843
2065
|
},
|
|
1844
2066
|
{
|
|
1845
2067
|
"kind": "js",
|
|
1846
|
-
"name": "
|
|
2068
|
+
"name": "createGroup",
|
|
1847
2069
|
"declaration": {
|
|
1848
|
-
"name": "
|
|
1849
|
-
"module": "src/graphql/
|
|
2070
|
+
"name": "createGroup",
|
|
2071
|
+
"module": "src/graphql/group.ts"
|
|
1850
2072
|
}
|
|
1851
2073
|
},
|
|
1852
2074
|
{
|
|
1853
2075
|
"kind": "js",
|
|
1854
|
-
"name": "
|
|
2076
|
+
"name": "joinGroup",
|
|
1855
2077
|
"declaration": {
|
|
1856
|
-
"name": "
|
|
1857
|
-
"module": "src/graphql/
|
|
2078
|
+
"name": "joinGroup",
|
|
2079
|
+
"module": "src/graphql/group.ts"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
]
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "javascript-module",
|
|
2086
|
+
"path": "src/graphql/index.ts",
|
|
2087
|
+
"declarations": [],
|
|
2088
|
+
"exports": [
|
|
2089
|
+
{
|
|
2090
|
+
"kind": "js",
|
|
2091
|
+
"name": "*",
|
|
2092
|
+
"declaration": {
|
|
2093
|
+
"name": "*",
|
|
2094
|
+
"package": "./board"
|
|
1858
2095
|
}
|
|
1859
2096
|
},
|
|
1860
2097
|
{
|
|
1861
2098
|
"kind": "js",
|
|
1862
|
-
"name": "
|
|
2099
|
+
"name": "*",
|
|
1863
2100
|
"declaration": {
|
|
1864
|
-
"name": "
|
|
1865
|
-
"
|
|
2101
|
+
"name": "*",
|
|
2102
|
+
"package": "./group"
|
|
2103
|
+
}
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
"kind": "js",
|
|
2107
|
+
"name": "*",
|
|
2108
|
+
"declaration": {
|
|
2109
|
+
"name": "*",
|
|
2110
|
+
"package": "./play-group"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "js",
|
|
2115
|
+
"name": "*",
|
|
2116
|
+
"declaration": {
|
|
2117
|
+
"name": "*",
|
|
2118
|
+
"package": "./favorite-board"
|
|
1866
2119
|
}
|
|
1867
2120
|
}
|
|
1868
2121
|
]
|
|
1869
2122
|
},
|
|
1870
2123
|
{
|
|
1871
2124
|
"kind": "javascript-module",
|
|
1872
|
-
"path": "src/
|
|
2125
|
+
"path": "src/graphql/play-group.ts",
|
|
1873
2126
|
"declarations": [
|
|
1874
2127
|
{
|
|
1875
|
-
"kind": "
|
|
1876
|
-
"
|
|
1877
|
-
|
|
1878
|
-
|
|
2128
|
+
"kind": "function",
|
|
2129
|
+
"name": "fetchPlayGroupList"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"kind": "function",
|
|
2133
|
+
"name": "fetchPlayGroup",
|
|
2134
|
+
"parameters": [
|
|
1879
2135
|
{
|
|
1880
|
-
"
|
|
1881
|
-
"name": "axis",
|
|
2136
|
+
"name": "groupId",
|
|
1882
2137
|
"type": {
|
|
1883
2138
|
"text": "string"
|
|
1884
|
-
},
|
|
1885
|
-
"default": "'y'",
|
|
1886
|
-
"attribute": "axis"
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"kind": "field",
|
|
1890
|
-
"name": "rows",
|
|
1891
|
-
"type": {
|
|
1892
|
-
"text": "number"
|
|
1893
|
-
},
|
|
1894
|
-
"default": "1",
|
|
1895
|
-
"attribute": "rows"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "field",
|
|
1899
|
-
"name": "columns",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "number"
|
|
1902
|
-
},
|
|
1903
|
-
"default": "1",
|
|
1904
|
-
"attribute": "columns"
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"kind": "field",
|
|
1908
|
-
"name": "_slotObserver",
|
|
1909
|
-
"type": {
|
|
1910
|
-
"text": "MutationObserver | undefined"
|
|
1911
2139
|
}
|
|
1912
|
-
}
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "function",
|
|
2145
|
+
"name": "createPlayGroup",
|
|
2146
|
+
"parameters": [
|
|
1913
2147
|
{
|
|
1914
|
-
"
|
|
1915
|
-
"name": "_boundResize",
|
|
2148
|
+
"name": "group",
|
|
1916
2149
|
"type": {
|
|
1917
|
-
"text": "
|
|
2150
|
+
"text": "PlayGroup"
|
|
1918
2151
|
}
|
|
1919
|
-
}
|
|
1920
|
-
|
|
2152
|
+
}
|
|
2153
|
+
]
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "function",
|
|
2157
|
+
"name": "updatePlayGroup",
|
|
2158
|
+
"parameters": [
|
|
2159
|
+
{
|
|
2160
|
+
"name": "group",
|
|
2161
|
+
"type": {
|
|
2162
|
+
"text": "PlayGroup"
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "function",
|
|
2169
|
+
"name": "deletePlayGroup",
|
|
2170
|
+
"parameters": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "id",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
]
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"kind": "function",
|
|
2181
|
+
"name": "joinPlayGroup",
|
|
2182
|
+
"parameters": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "boardId",
|
|
2185
|
+
"type": {
|
|
2186
|
+
"text": "string"
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "group",
|
|
2191
|
+
"type": {
|
|
2192
|
+
"text": "PlayGroup"
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
]
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"kind": "function",
|
|
2199
|
+
"name": "leavePlayGroup",
|
|
2200
|
+
"parameters": [
|
|
2201
|
+
{
|
|
2202
|
+
"name": "boardId",
|
|
2203
|
+
"type": {
|
|
2204
|
+
"text": "string"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"name": "groupId",
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "string"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
]
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"exports": [
|
|
2217
|
+
{
|
|
2218
|
+
"kind": "js",
|
|
2219
|
+
"name": "fetchPlayGroupList",
|
|
2220
|
+
"declaration": {
|
|
2221
|
+
"name": "fetchPlayGroupList",
|
|
2222
|
+
"module": "src/graphql/play-group.ts"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"kind": "js",
|
|
2227
|
+
"name": "fetchPlayGroup",
|
|
2228
|
+
"declaration": {
|
|
2229
|
+
"name": "fetchPlayGroup",
|
|
2230
|
+
"module": "src/graphql/play-group.ts"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"kind": "js",
|
|
2235
|
+
"name": "createPlayGroup",
|
|
2236
|
+
"declaration": {
|
|
2237
|
+
"name": "createPlayGroup",
|
|
2238
|
+
"module": "src/graphql/play-group.ts"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"kind": "js",
|
|
2243
|
+
"name": "updatePlayGroup",
|
|
2244
|
+
"declaration": {
|
|
2245
|
+
"name": "updatePlayGroup",
|
|
2246
|
+
"module": "src/graphql/play-group.ts"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "js",
|
|
2251
|
+
"name": "deletePlayGroup",
|
|
2252
|
+
"declaration": {
|
|
2253
|
+
"name": "deletePlayGroup",
|
|
2254
|
+
"module": "src/graphql/play-group.ts"
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "js",
|
|
2259
|
+
"name": "joinPlayGroup",
|
|
2260
|
+
"declaration": {
|
|
2261
|
+
"name": "joinPlayGroup",
|
|
2262
|
+
"module": "src/graphql/play-group.ts"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "js",
|
|
2267
|
+
"name": "leavePlayGroup",
|
|
2268
|
+
"declaration": {
|
|
2269
|
+
"name": "leavePlayGroup",
|
|
2270
|
+
"module": "src/graphql/play-group.ts"
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"kind": "javascript-module",
|
|
2277
|
+
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2278
|
+
"declarations": [
|
|
2279
|
+
{
|
|
2280
|
+
"kind": "variable",
|
|
2281
|
+
"name": "style",
|
|
2282
|
+
"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`"
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"exports": [
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "js",
|
|
2288
|
+
"name": "style",
|
|
2289
|
+
"declaration": {
|
|
2290
|
+
"name": "style",
|
|
2291
|
+
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"kind": "javascript-module",
|
|
2298
|
+
"path": "src/modeller/edit-toolbar.ts",
|
|
2299
|
+
"declarations": [
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "class",
|
|
2302
|
+
"description": "",
|
|
2303
|
+
"name": "EditToolbar",
|
|
2304
|
+
"members": [
|
|
2305
|
+
{
|
|
1921
2306
|
"kind": "field",
|
|
1922
|
-
"name": "
|
|
2307
|
+
"name": "scene",
|
|
1923
2308
|
"type": {
|
|
1924
|
-
"text": "
|
|
2309
|
+
"text": "Scene | undefined"
|
|
1925
2310
|
},
|
|
1926
|
-
"
|
|
2311
|
+
"attribute": "scene"
|
|
1927
2312
|
},
|
|
1928
2313
|
{
|
|
1929
2314
|
"kind": "field",
|
|
1930
|
-
"name": "
|
|
2315
|
+
"name": "selected",
|
|
1931
2316
|
"type": {
|
|
1932
|
-
"text": "
|
|
2317
|
+
"text": "any[]"
|
|
1933
2318
|
},
|
|
1934
|
-
"default": "
|
|
2319
|
+
"default": "[]",
|
|
2320
|
+
"attribute": "selected"
|
|
1935
2321
|
},
|
|
1936
2322
|
{
|
|
1937
2323
|
"kind": "field",
|
|
1938
|
-
"name": "
|
|
2324
|
+
"name": "hideProperty",
|
|
1939
2325
|
"type": {
|
|
1940
|
-
"text": "
|
|
2326
|
+
"text": "boolean"
|
|
1941
2327
|
},
|
|
1942
|
-
"default": "
|
|
2328
|
+
"default": "false",
|
|
2329
|
+
"attribute": "hideProperty"
|
|
1943
2330
|
},
|
|
1944
2331
|
{
|
|
1945
2332
|
"kind": "field",
|
|
1946
|
-
"name": "
|
|
2333
|
+
"name": "cliped",
|
|
1947
2334
|
"type": {
|
|
1948
2335
|
"text": "string | undefined"
|
|
1949
|
-
}
|
|
2336
|
+
},
|
|
2337
|
+
"privacy": "private"
|
|
1950
2338
|
},
|
|
1951
2339
|
{
|
|
1952
2340
|
"kind": "field",
|
|
1953
|
-
"name": "
|
|
2341
|
+
"name": "redo",
|
|
1954
2342
|
"type": {
|
|
1955
|
-
"text": "
|
|
2343
|
+
"text": "HTMLElement"
|
|
1956
2344
|
},
|
|
1957
|
-
"
|
|
2345
|
+
"privacy": "private"
|
|
1958
2346
|
},
|
|
1959
2347
|
{
|
|
1960
2348
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
2349
|
+
"name": "undo",
|
|
1962
2350
|
"type": {
|
|
1963
|
-
"text": "
|
|
2351
|
+
"text": "HTMLElement"
|
|
1964
2352
|
},
|
|
1965
|
-
"
|
|
2353
|
+
"privacy": "private"
|
|
1966
2354
|
},
|
|
1967
2355
|
{
|
|
1968
2356
|
"kind": "field",
|
|
1969
|
-
"name": "
|
|
2357
|
+
"name": "fullscreen",
|
|
1970
2358
|
"type": {
|
|
1971
|
-
"text": "
|
|
2359
|
+
"text": "HTMLElement"
|
|
1972
2360
|
},
|
|
1973
|
-
"
|
|
2361
|
+
"privacy": "private"
|
|
1974
2362
|
},
|
|
1975
2363
|
{
|
|
1976
2364
|
"kind": "field",
|
|
1977
|
-
"name": "
|
|
2365
|
+
"name": "cut",
|
|
1978
2366
|
"type": {
|
|
1979
|
-
"text": "
|
|
1980
|
-
}
|
|
2367
|
+
"text": "HTMLElement"
|
|
2368
|
+
},
|
|
2369
|
+
"privacy": "private"
|
|
1981
2370
|
},
|
|
1982
2371
|
{
|
|
1983
2372
|
"kind": "field",
|
|
1984
|
-
"name": "
|
|
2373
|
+
"name": "copy",
|
|
1985
2374
|
"type": {
|
|
1986
2375
|
"text": "HTMLElement"
|
|
1987
|
-
}
|
|
2376
|
+
},
|
|
2377
|
+
"privacy": "private"
|
|
1988
2378
|
},
|
|
1989
2379
|
{
|
|
1990
|
-
"kind": "
|
|
1991
|
-
"name": "
|
|
2380
|
+
"kind": "field",
|
|
2381
|
+
"name": "paste",
|
|
2382
|
+
"type": {
|
|
2383
|
+
"text": "HTMLElement"
|
|
2384
|
+
},
|
|
2385
|
+
"privacy": "private"
|
|
1992
2386
|
},
|
|
1993
2387
|
{
|
|
1994
|
-
"kind": "
|
|
1995
|
-
"name": "
|
|
2388
|
+
"kind": "field",
|
|
2389
|
+
"name": "delete",
|
|
2390
|
+
"type": {
|
|
2391
|
+
"text": "HTMLElement"
|
|
2392
|
+
},
|
|
2393
|
+
"privacy": "private"
|
|
1996
2394
|
},
|
|
1997
2395
|
{
|
|
1998
|
-
"kind": "
|
|
1999
|
-
"name": "
|
|
2396
|
+
"kind": "field",
|
|
2397
|
+
"name": "forward",
|
|
2398
|
+
"type": {
|
|
2399
|
+
"text": "HTMLElement"
|
|
2400
|
+
},
|
|
2401
|
+
"privacy": "private"
|
|
2000
2402
|
},
|
|
2001
2403
|
{
|
|
2002
|
-
"kind": "
|
|
2003
|
-
"name": "
|
|
2404
|
+
"kind": "field",
|
|
2405
|
+
"name": "backward",
|
|
2406
|
+
"type": {
|
|
2407
|
+
"text": "HTMLElement"
|
|
2408
|
+
},
|
|
2409
|
+
"privacy": "private"
|
|
2004
2410
|
},
|
|
2005
2411
|
{
|
|
2006
|
-
"kind": "
|
|
2007
|
-
"name": "
|
|
2412
|
+
"kind": "field",
|
|
2413
|
+
"name": "front",
|
|
2414
|
+
"type": {
|
|
2415
|
+
"text": "HTMLElement"
|
|
2416
|
+
},
|
|
2417
|
+
"privacy": "private"
|
|
2008
2418
|
},
|
|
2009
2419
|
{
|
|
2010
|
-
"kind": "
|
|
2011
|
-
"name": "
|
|
2420
|
+
"kind": "field",
|
|
2421
|
+
"name": "back",
|
|
2422
|
+
"type": {
|
|
2423
|
+
"text": "HTMLElement"
|
|
2424
|
+
},
|
|
2425
|
+
"privacy": "private"
|
|
2012
2426
|
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "method",
|
|
2015
|
-
"name": "next"
|
|
2016
|
-
}
|
|
2017
|
-
],
|
|
2018
|
-
"events": [
|
|
2019
|
-
{
|
|
2020
|
-
"name": "transform",
|
|
2021
|
-
"type": {
|
|
2022
|
-
"text": "CustomEvent"
|
|
2023
|
-
}
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"attributes": [
|
|
2027
|
-
{
|
|
2028
|
-
"name": "axis",
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "string"
|
|
2031
|
-
},
|
|
2032
|
-
"default": "'y'",
|
|
2033
|
-
"fieldName": "axis"
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"name": "rows",
|
|
2037
|
-
"type": {
|
|
2038
|
-
"text": "number"
|
|
2039
|
-
},
|
|
2040
|
-
"default": "1",
|
|
2041
|
-
"fieldName": "rows"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"name": "columns",
|
|
2045
|
-
"type": {
|
|
2046
|
-
"text": "number"
|
|
2047
|
-
},
|
|
2048
|
-
"default": "1",
|
|
2049
|
-
"fieldName": "columns"
|
|
2050
|
-
}
|
|
2051
|
-
],
|
|
2052
|
-
"superclass": {
|
|
2053
|
-
"name": "LitElement",
|
|
2054
|
-
"package": "lit"
|
|
2055
|
-
},
|
|
2056
|
-
"tagName": "ox-board-player-carousel",
|
|
2057
|
-
"customElement": true
|
|
2058
|
-
}
|
|
2059
|
-
],
|
|
2060
|
-
"exports": [
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "custom-element-definition",
|
|
2063
|
-
"name": "ox-board-player-carousel",
|
|
2064
|
-
"declaration": {
|
|
2065
|
-
"name": "BoardPlayerCarousel",
|
|
2066
|
-
"module": "src/player/ox-board-player-carousel.ts"
|
|
2067
|
-
}
|
|
2068
|
-
}
|
|
2069
|
-
]
|
|
2070
|
-
},
|
|
2071
|
-
{
|
|
2072
|
-
"kind": "javascript-module",
|
|
2073
|
-
"path": "src/player/ox-board-player-grid.ts",
|
|
2074
|
-
"declarations": [
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "class",
|
|
2077
|
-
"description": "자식 컴포넌트들을 그리드형태로 화면에 배치하여 한꺼번에 디스플레이해주는 컴포넌트.\nExample:\n <ox-board-player-grid rows=\"3\" columns=\"3\" tabindex=\"0\" focus>\n <div page>A</div>\n <div page>B</div>\n <div page>C</div>\n <div page>D</div>\n </ox-board-player-grid>",
|
|
2078
|
-
"name": "BoardPlayerGrid",
|
|
2079
|
-
"members": [
|
|
2080
2427
|
{
|
|
2081
2428
|
"kind": "field",
|
|
2082
|
-
"name": "
|
|
2429
|
+
"name": "aligners",
|
|
2083
2430
|
"type": {
|
|
2084
|
-
"text": "
|
|
2431
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2085
2432
|
},
|
|
2086
|
-
"
|
|
2087
|
-
"attribute": "rows"
|
|
2433
|
+
"privacy": "private"
|
|
2088
2434
|
},
|
|
2089
2435
|
{
|
|
2090
2436
|
"kind": "field",
|
|
2091
|
-
"name": "
|
|
2437
|
+
"name": "zorders",
|
|
2092
2438
|
"type": {
|
|
2093
|
-
"text": "
|
|
2439
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2094
2440
|
},
|
|
2095
|
-
"
|
|
2096
|
-
"attribute": "columns"
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "field",
|
|
2100
|
-
"name": "_slotObserver",
|
|
2101
|
-
"type": {
|
|
2102
|
-
"text": "MutationObserver | undefined"
|
|
2103
|
-
}
|
|
2441
|
+
"privacy": "private"
|
|
2104
2442
|
},
|
|
2105
2443
|
{
|
|
2106
2444
|
"kind": "field",
|
|
2107
|
-
"name": "
|
|
2445
|
+
"name": "distributes",
|
|
2108
2446
|
"type": {
|
|
2109
|
-
"text": "
|
|
2110
|
-
}
|
|
2447
|
+
"text": "NodeListOf<HTMLSpanElement>"
|
|
2448
|
+
},
|
|
2449
|
+
"privacy": "private"
|
|
2111
2450
|
},
|
|
2112
2451
|
{
|
|
2113
2452
|
"kind": "method",
|
|
2114
|
-
"name": "
|
|
2453
|
+
"name": "onWheelEvent",
|
|
2454
|
+
"parameters": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "e",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "Event"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2115
2462
|
},
|
|
2116
2463
|
{
|
|
2117
2464
|
"kind": "method",
|
|
2118
|
-
"name": "
|
|
2465
|
+
"name": "getSymbol",
|
|
2466
|
+
"parameters": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "key",
|
|
2469
|
+
"type": {
|
|
2470
|
+
"text": "string"
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
]
|
|
2119
2474
|
},
|
|
2120
2475
|
{
|
|
2121
2476
|
"kind": "method",
|
|
2122
|
-
"name": "
|
|
2477
|
+
"name": "getShortcutString",
|
|
2478
|
+
"privacy": "private",
|
|
2479
|
+
"parameters": [
|
|
2480
|
+
{
|
|
2481
|
+
"name": "keys",
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": "string[]"
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
]
|
|
2123
2487
|
},
|
|
2124
2488
|
{
|
|
2125
2489
|
"kind": "method",
|
|
2126
|
-
"name": "
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
"default": "1",
|
|
2136
|
-
"fieldName": "rows"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"name": "columns",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "number"
|
|
2142
|
-
},
|
|
2143
|
-
"default": "1",
|
|
2144
|
-
"fieldName": "columns"
|
|
2145
|
-
}
|
|
2146
|
-
],
|
|
2147
|
-
"superclass": {
|
|
2148
|
-
"name": "LitElement",
|
|
2149
|
-
"package": "lit"
|
|
2150
|
-
},
|
|
2151
|
-
"tagName": "ox-board-player-grid",
|
|
2152
|
-
"customElement": true
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2155
|
-
"exports": [
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "custom-element-definition",
|
|
2158
|
-
"name": "ox-board-player-grid",
|
|
2159
|
-
"declaration": {
|
|
2160
|
-
"name": "BoardPlayerGrid",
|
|
2161
|
-
"module": "src/player/ox-board-player-grid.ts"
|
|
2162
|
-
}
|
|
2163
|
-
}
|
|
2164
|
-
]
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "javascript-module",
|
|
2168
|
-
"path": "src/player/ox-board-wrapper.ts",
|
|
2169
|
-
"declarations": [
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "class",
|
|
2172
|
-
"description": "",
|
|
2173
|
-
"name": "BoardWrapper",
|
|
2174
|
-
"members": [
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "field",
|
|
2177
|
-
"name": "sceneId",
|
|
2178
|
-
"type": {
|
|
2179
|
-
"text": "string"
|
|
2180
|
-
},
|
|
2181
|
-
"attribute": "sceneId"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "field",
|
|
2185
|
-
"name": "provider",
|
|
2186
|
-
"type": {
|
|
2187
|
-
"text": "any"
|
|
2188
|
-
},
|
|
2189
|
-
"attribute": "provider"
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "field",
|
|
2193
|
-
"name": "_scene",
|
|
2194
|
-
"type": {
|
|
2195
|
-
"text": "any"
|
|
2196
|
-
}
|
|
2490
|
+
"name": "onShortcut",
|
|
2491
|
+
"parameters": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "e",
|
|
2494
|
+
"type": {
|
|
2495
|
+
"text": "KeyboardEvent"
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
]
|
|
2197
2499
|
},
|
|
2198
2500
|
{
|
|
2199
|
-
"kind": "
|
|
2200
|
-
"name": "
|
|
2201
|
-
"
|
|
2202
|
-
|
|
2203
|
-
|
|
2501
|
+
"kind": "method",
|
|
2502
|
+
"name": "onExecute",
|
|
2503
|
+
"parameters": [
|
|
2504
|
+
{
|
|
2505
|
+
"name": "command",
|
|
2506
|
+
"type": {
|
|
2507
|
+
"text": "string"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"name": "undoable",
|
|
2512
|
+
"type": {
|
|
2513
|
+
"text": "boolean"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"name": "redoable",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "boolean"
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
]
|
|
2204
2523
|
},
|
|
2205
2524
|
{
|
|
2206
2525
|
"kind": "method",
|
|
2207
|
-
"name": "
|
|
2526
|
+
"name": "onUndo",
|
|
2527
|
+
"parameters": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "undoable",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"text": "boolean"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "redoable",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "boolean"
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
]
|
|
2208
2541
|
},
|
|
2209
2542
|
{
|
|
2210
2543
|
"kind": "method",
|
|
2211
|
-
"name": "
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
},
|
|
2227
|
-
"fieldName": "provider"
|
|
2228
|
-
}
|
|
2229
|
-
],
|
|
2230
|
-
"superclass": {
|
|
2231
|
-
"name": "LitElement",
|
|
2232
|
-
"package": "lit"
|
|
2233
|
-
},
|
|
2234
|
-
"tagName": "ox-board-wrapper",
|
|
2235
|
-
"customElement": true
|
|
2236
|
-
}
|
|
2237
|
-
],
|
|
2238
|
-
"exports": [
|
|
2239
|
-
{
|
|
2240
|
-
"kind": "custom-element-definition",
|
|
2241
|
-
"name": "ox-board-wrapper",
|
|
2242
|
-
"declaration": {
|
|
2243
|
-
"name": "BoardWrapper",
|
|
2244
|
-
"module": "src/player/ox-board-wrapper.ts"
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
]
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"kind": "javascript-module",
|
|
2251
|
-
"path": "src/modeller/edit-toolbar-style.ts",
|
|
2252
|
-
"declarations": [
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "variable",
|
|
2255
|
-
"name": "style",
|
|
2256
|
-
"default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: url('/assets/images/icon-htoolbar.png') no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: url('/assets/images/icon-fullscreen.png') 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: url('/assets/images/icon-collapse.png') 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: url(/assets/images/icon-collapse-active.png) 80% 10px no-repeat;\n }\n`"
|
|
2257
|
-
}
|
|
2258
|
-
],
|
|
2259
|
-
"exports": [
|
|
2260
|
-
{
|
|
2261
|
-
"kind": "js",
|
|
2262
|
-
"name": "style",
|
|
2263
|
-
"declaration": {
|
|
2264
|
-
"name": "style",
|
|
2265
|
-
"module": "src/modeller/edit-toolbar-style.ts"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
]
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "javascript-module",
|
|
2272
|
-
"path": "src/modeller/edit-toolbar.ts",
|
|
2273
|
-
"declarations": [
|
|
2274
|
-
{
|
|
2275
|
-
"kind": "class",
|
|
2276
|
-
"description": "",
|
|
2277
|
-
"name": "EditToolbar",
|
|
2278
|
-
"members": [
|
|
2279
|
-
{
|
|
2280
|
-
"kind": "field",
|
|
2281
|
-
"name": "scene",
|
|
2282
|
-
"type": {
|
|
2283
|
-
"text": "Scene | undefined"
|
|
2284
|
-
},
|
|
2285
|
-
"attribute": "scene"
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "field",
|
|
2289
|
-
"name": "selected",
|
|
2290
|
-
"type": {
|
|
2291
|
-
"text": "any[]"
|
|
2292
|
-
},
|
|
2293
|
-
"default": "[]",
|
|
2294
|
-
"attribute": "selected"
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "field",
|
|
2298
|
-
"name": "hideProperty",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "boolean"
|
|
2301
|
-
},
|
|
2302
|
-
"default": "false",
|
|
2303
|
-
"attribute": "hideProperty"
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "field",
|
|
2307
|
-
"name": "cliped",
|
|
2308
|
-
"type": {
|
|
2309
|
-
"text": "string | undefined"
|
|
2310
|
-
},
|
|
2311
|
-
"privacy": "private"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "field",
|
|
2315
|
-
"name": "redo",
|
|
2316
|
-
"type": {
|
|
2317
|
-
"text": "HTMLElement"
|
|
2318
|
-
},
|
|
2319
|
-
"privacy": "private"
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "field",
|
|
2323
|
-
"name": "undo",
|
|
2324
|
-
"type": {
|
|
2325
|
-
"text": "HTMLElement"
|
|
2326
|
-
},
|
|
2327
|
-
"privacy": "private"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"kind": "field",
|
|
2331
|
-
"name": "fullscreen",
|
|
2332
|
-
"type": {
|
|
2333
|
-
"text": "HTMLElement"
|
|
2334
|
-
},
|
|
2335
|
-
"privacy": "private"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"kind": "field",
|
|
2339
|
-
"name": "cut",
|
|
2340
|
-
"type": {
|
|
2341
|
-
"text": "HTMLElement"
|
|
2342
|
-
},
|
|
2343
|
-
"privacy": "private"
|
|
2344
|
-
},
|
|
2345
|
-
{
|
|
2346
|
-
"kind": "field",
|
|
2347
|
-
"name": "copy",
|
|
2348
|
-
"type": {
|
|
2349
|
-
"text": "HTMLElement"
|
|
2350
|
-
},
|
|
2351
|
-
"privacy": "private"
|
|
2544
|
+
"name": "onRedo",
|
|
2545
|
+
"parameters": [
|
|
2546
|
+
{
|
|
2547
|
+
"name": "undoable",
|
|
2548
|
+
"type": {
|
|
2549
|
+
"text": "boolean"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"name": "redoable",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "boolean"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
]
|
|
2352
2559
|
},
|
|
2353
2560
|
{
|
|
2354
|
-
"kind": "
|
|
2355
|
-
"name": "
|
|
2356
|
-
"
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2561
|
+
"kind": "method",
|
|
2562
|
+
"name": "onSceneChanged",
|
|
2563
|
+
"parameters": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "after",
|
|
2566
|
+
"optional": true,
|
|
2567
|
+
"type": {
|
|
2568
|
+
"text": "Scene"
|
|
2569
|
+
}
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "before",
|
|
2573
|
+
"optional": true,
|
|
2574
|
+
"type": {
|
|
2575
|
+
"text": "Scene"
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
2578
|
+
]
|
|
2360
2579
|
},
|
|
2361
2580
|
{
|
|
2362
|
-
"kind": "
|
|
2363
|
-
"name": "
|
|
2364
|
-
"
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2581
|
+
"kind": "method",
|
|
2582
|
+
"name": "onSelectedChanged",
|
|
2583
|
+
"parameters": [
|
|
2584
|
+
{
|
|
2585
|
+
"name": "after",
|
|
2586
|
+
"type": {
|
|
2587
|
+
"text": "Component[]"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "before",
|
|
2592
|
+
"type": {
|
|
2593
|
+
"text": "Component[]"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
]
|
|
2368
2597
|
},
|
|
2369
2598
|
{
|
|
2370
|
-
"kind": "
|
|
2371
|
-
"name": "
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "HTMLElement"
|
|
2374
|
-
},
|
|
2375
|
-
"privacy": "private"
|
|
2599
|
+
"kind": "method",
|
|
2600
|
+
"name": "onTapUndo"
|
|
2376
2601
|
},
|
|
2377
2602
|
{
|
|
2378
|
-
"kind": "
|
|
2379
|
-
"name": "
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "HTMLElement"
|
|
2382
|
-
},
|
|
2383
|
-
"privacy": "private"
|
|
2603
|
+
"kind": "method",
|
|
2604
|
+
"name": "onTapRedo"
|
|
2384
2605
|
},
|
|
2385
2606
|
{
|
|
2386
|
-
"kind": "
|
|
2387
|
-
"name": "
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "HTMLElement"
|
|
2390
|
-
},
|
|
2391
|
-
"privacy": "private"
|
|
2607
|
+
"kind": "method",
|
|
2608
|
+
"name": "onTapCut"
|
|
2392
2609
|
},
|
|
2393
2610
|
{
|
|
2394
|
-
"kind": "
|
|
2395
|
-
"name": "
|
|
2396
|
-
"type": {
|
|
2397
|
-
"text": "HTMLElement"
|
|
2398
|
-
},
|
|
2399
|
-
"privacy": "private"
|
|
2611
|
+
"kind": "method",
|
|
2612
|
+
"name": "onTapCopy"
|
|
2400
2613
|
},
|
|
2401
2614
|
{
|
|
2402
|
-
"kind": "
|
|
2403
|
-
"name": "
|
|
2404
|
-
"type": {
|
|
2405
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2406
|
-
},
|
|
2407
|
-
"privacy": "private"
|
|
2615
|
+
"kind": "method",
|
|
2616
|
+
"name": "onTapPaste"
|
|
2408
2617
|
},
|
|
2409
2618
|
{
|
|
2410
|
-
"kind": "
|
|
2411
|
-
"name": "
|
|
2412
|
-
"type": {
|
|
2413
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2414
|
-
},
|
|
2415
|
-
"privacy": "private"
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "onTapDelete"
|
|
2416
2621
|
},
|
|
2417
2622
|
{
|
|
2418
|
-
"kind": "
|
|
2419
|
-
"name": "
|
|
2420
|
-
"type": {
|
|
2421
|
-
"text": "NodeListOf<HTMLSpanElement>"
|
|
2422
|
-
},
|
|
2423
|
-
"privacy": "private"
|
|
2623
|
+
"kind": "method",
|
|
2624
|
+
"name": "onTapSelectAll"
|
|
2424
2625
|
},
|
|
2425
2626
|
{
|
|
2426
2627
|
"kind": "method",
|
|
2427
|
-
"name": "
|
|
2628
|
+
"name": "onTapFontIncrease",
|
|
2428
2629
|
"parameters": [
|
|
2429
2630
|
{
|
|
2430
2631
|
"name": "e",
|
|
2431
2632
|
"type": {
|
|
2432
|
-
"text": "
|
|
2633
|
+
"text": "TouchEvent"
|
|
2433
2634
|
}
|
|
2434
2635
|
}
|
|
2435
2636
|
]
|
|
2436
2637
|
},
|
|
2437
2638
|
{
|
|
2438
2639
|
"kind": "method",
|
|
2439
|
-
"name": "
|
|
2440
|
-
"parameters": [
|
|
2441
|
-
{
|
|
2442
|
-
"name": "key",
|
|
2443
|
-
"type": {
|
|
2444
|
-
"text": "string"
|
|
2445
|
-
}
|
|
2446
|
-
}
|
|
2447
|
-
]
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"kind": "method",
|
|
2451
|
-
"name": "getShortcutString",
|
|
2452
|
-
"privacy": "private",
|
|
2453
|
-
"parameters": [
|
|
2454
|
-
{
|
|
2455
|
-
"name": "keys",
|
|
2456
|
-
"type": {
|
|
2457
|
-
"text": "string[]"
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "method",
|
|
2464
|
-
"name": "onShortcut",
|
|
2465
|
-
"parameters": [
|
|
2466
|
-
{
|
|
2467
|
-
"name": "e",
|
|
2468
|
-
"type": {
|
|
2469
|
-
"text": "KeyboardEvent"
|
|
2470
|
-
}
|
|
2471
|
-
}
|
|
2472
|
-
]
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "method",
|
|
2476
|
-
"name": "onExecute",
|
|
2477
|
-
"parameters": [
|
|
2478
|
-
{
|
|
2479
|
-
"name": "command",
|
|
2480
|
-
"type": {
|
|
2481
|
-
"text": "string"
|
|
2482
|
-
}
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"name": "undoable",
|
|
2486
|
-
"type": {
|
|
2487
|
-
"text": "boolean"
|
|
2488
|
-
}
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"name": "redoable",
|
|
2492
|
-
"type": {
|
|
2493
|
-
"text": "boolean"
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"kind": "method",
|
|
2500
|
-
"name": "onUndo",
|
|
2501
|
-
"parameters": [
|
|
2502
|
-
{
|
|
2503
|
-
"name": "undoable",
|
|
2504
|
-
"type": {
|
|
2505
|
-
"text": "boolean"
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "redoable",
|
|
2510
|
-
"type": {
|
|
2511
|
-
"text": "boolean"
|
|
2512
|
-
}
|
|
2513
|
-
}
|
|
2514
|
-
]
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"kind": "method",
|
|
2518
|
-
"name": "onRedo",
|
|
2519
|
-
"parameters": [
|
|
2520
|
-
{
|
|
2521
|
-
"name": "undoable",
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "boolean"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"name": "redoable",
|
|
2528
|
-
"type": {
|
|
2529
|
-
"text": "boolean"
|
|
2530
|
-
}
|
|
2531
|
-
}
|
|
2532
|
-
]
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "method",
|
|
2536
|
-
"name": "onSceneChanged",
|
|
2537
|
-
"parameters": [
|
|
2538
|
-
{
|
|
2539
|
-
"name": "after",
|
|
2540
|
-
"optional": true,
|
|
2541
|
-
"type": {
|
|
2542
|
-
"text": "Scene"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "before",
|
|
2547
|
-
"optional": true,
|
|
2548
|
-
"type": {
|
|
2549
|
-
"text": "Scene"
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
]
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"kind": "method",
|
|
2556
|
-
"name": "onSelectedChanged",
|
|
2557
|
-
"parameters": [
|
|
2558
|
-
{
|
|
2559
|
-
"name": "after",
|
|
2560
|
-
"type": {
|
|
2561
|
-
"text": "Component[]"
|
|
2562
|
-
}
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"name": "before",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "Component[]"
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
|
-
]
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "method",
|
|
2574
|
-
"name": "onTapUndo"
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"kind": "method",
|
|
2578
|
-
"name": "onTapRedo"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"kind": "method",
|
|
2582
|
-
"name": "onTapCut"
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"kind": "method",
|
|
2586
|
-
"name": "onTapCopy"
|
|
2587
|
-
},
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "method",
|
|
2590
|
-
"name": "onTapPaste"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"kind": "method",
|
|
2594
|
-
"name": "onTapDelete"
|
|
2595
|
-
},
|
|
2596
|
-
{
|
|
2597
|
-
"kind": "method",
|
|
2598
|
-
"name": "onTapSelectAll"
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"kind": "method",
|
|
2602
|
-
"name": "onTapFontIncrease",
|
|
2603
|
-
"parameters": [
|
|
2604
|
-
{
|
|
2605
|
-
"name": "e",
|
|
2606
|
-
"type": {
|
|
2607
|
-
"text": "TouchEvent"
|
|
2608
|
-
}
|
|
2609
|
-
}
|
|
2610
|
-
]
|
|
2611
|
-
},
|
|
2612
|
-
{
|
|
2613
|
-
"kind": "method",
|
|
2614
|
-
"name": "onTapFontDecrease",
|
|
2640
|
+
"name": "onTapFontDecrease",
|
|
2615
2641
|
"parameters": [
|
|
2616
2642
|
{
|
|
2617
2643
|
"name": "e",
|
|
@@ -2782,411 +2808,379 @@
|
|
|
2782
2808
|
},
|
|
2783
2809
|
{
|
|
2784
2810
|
"kind": "javascript-module",
|
|
2785
|
-
"path": "src/
|
|
2786
|
-
"declarations": [
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "variable",
|
|
2789
|
-
"name": "threed",
|
|
2790
|
-
"type": {
|
|
2791
|
-
"text": "ComponentGroup"
|
|
2792
|
-
},
|
|
2793
|
-
"default": "{\n name: '3D',\n description: 'a group of various 3D base components',\n icon,\n templates: []\n}"
|
|
2794
|
-
}
|
|
2795
|
-
],
|
|
2796
|
-
"exports": [
|
|
2797
|
-
{
|
|
2798
|
-
"kind": "js",
|
|
2799
|
-
"name": "threed",
|
|
2800
|
-
"declaration": {
|
|
2801
|
-
"name": "threed",
|
|
2802
|
-
"module": "src/component/3d.ts"
|
|
2803
|
-
}
|
|
2804
|
-
}
|
|
2805
|
-
]
|
|
2806
|
-
},
|
|
2807
|
-
{
|
|
2808
|
-
"kind": "javascript-module",
|
|
2809
|
-
"path": "src/component/chart-and-gauge.ts",
|
|
2810
|
-
"declarations": [
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "variable",
|
|
2813
|
-
"name": "chartAndGauge",
|
|
2814
|
-
"type": {
|
|
2815
|
-
"text": "ComponentGroup"
|
|
2816
|
-
},
|
|
2817
|
-
"default": "{\n name: 'chartAndGauge',\n description: 'a group of various charts and gauges',\n icon,\n templates: []\n}"
|
|
2818
|
-
}
|
|
2819
|
-
],
|
|
2820
|
-
"exports": [
|
|
2821
|
-
{
|
|
2822
|
-
"kind": "js",
|
|
2823
|
-
"name": "chartAndGauge",
|
|
2824
|
-
"declaration": {
|
|
2825
|
-
"name": "chartAndGauge",
|
|
2826
|
-
"module": "src/component/chart-and-gauge.ts"
|
|
2827
|
-
}
|
|
2828
|
-
}
|
|
2829
|
-
]
|
|
2830
|
-
},
|
|
2831
|
-
{
|
|
2832
|
-
"kind": "javascript-module",
|
|
2833
|
-
"path": "src/component/container.ts",
|
|
2834
|
-
"declarations": [
|
|
2835
|
-
{
|
|
2836
|
-
"kind": "variable",
|
|
2837
|
-
"name": "container",
|
|
2838
|
-
"type": {
|
|
2839
|
-
"text": "ComponentGroup"
|
|
2840
|
-
},
|
|
2841
|
-
"default": "{\n name: 'container',\n description: 'a group of various containers',\n icon,\n templates: [\n {\n type: 'container',\n description: 'general container',\n icon: iconContainer,\n group: 'container',\n model: {\n type: 'container',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#999',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'popup',\n description: 'popup window',\n icon: popup,\n group: 'container',\n model: {\n type: 'popup',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: 'DarkGoldenRod',\n hidden: true\n }\n }\n ]\n}"
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"exports": [
|
|
2845
|
-
{
|
|
2846
|
-
"kind": "js",
|
|
2847
|
-
"name": "container",
|
|
2848
|
-
"declaration": {
|
|
2849
|
-
"name": "container",
|
|
2850
|
-
"module": "src/component/container.ts"
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
]
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "javascript-module",
|
|
2857
|
-
"path": "src/component/data-source.ts",
|
|
2811
|
+
"path": "src/player/ox-board-player-carousel.ts",
|
|
2858
2812
|
"declarations": [
|
|
2859
2813
|
{
|
|
2860
|
-
"kind": "
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
"
|
|
3038
|
-
"
|
|
3039
|
-
|
|
3040
|
-
"default": "{\n name: 'IoT',\n description: 'a group of various IoT protocols',\n icon,\n templates: []\n}"
|
|
3041
|
-
}
|
|
3042
|
-
],
|
|
3043
|
-
"exports": [
|
|
3044
|
-
{
|
|
3045
|
-
"kind": "js",
|
|
3046
|
-
"name": "iot",
|
|
3047
|
-
"declaration": {
|
|
3048
|
-
"name": "iot",
|
|
3049
|
-
"module": "src/component/iot.ts"
|
|
3050
|
-
}
|
|
3051
|
-
}
|
|
3052
|
-
]
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"kind": "javascript-module",
|
|
3056
|
-
"path": "src/component/line.ts",
|
|
3057
|
-
"declarations": [
|
|
3058
|
-
{
|
|
3059
|
-
"kind": "variable",
|
|
3060
|
-
"name": "line",
|
|
3061
|
-
"type": {
|
|
3062
|
-
"text": "ComponentGroup"
|
|
3063
|
-
},
|
|
3064
|
-
"default": "{\n name: 'line',\n description: 'a group of various lines',\n icon,\n templates: [\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n },\n {\n type: 'single arrow',\n description: 'single arrow tip line',\n icon: singleArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 3,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'both arrow',\n description: 'both arrow tip line',\n icon: bothArrow,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n begin: 'arrow',\n end: 'arrow',\n lineCap: 'butt'\n }\n },\n {\n type: 'polyline',\n description: 'polyline',\n icon: polyline,\n group: 'line',\n model: {\n type: 'polyline',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
3065
|
-
}
|
|
3066
|
-
],
|
|
3067
|
-
"exports": [
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "js",
|
|
3070
|
-
"name": "line",
|
|
3071
|
-
"declaration": {
|
|
3072
|
-
"name": "line",
|
|
3073
|
-
"module": "src/component/line.ts"
|
|
3074
|
-
}
|
|
3075
|
-
}
|
|
3076
|
-
]
|
|
3077
|
-
},
|
|
3078
|
-
{
|
|
3079
|
-
"kind": "javascript-module",
|
|
3080
|
-
"path": "src/component/register-default-groups.ts",
|
|
3081
|
-
"declarations": [
|
|
3082
|
-
{
|
|
3083
|
-
"kind": "function",
|
|
3084
|
-
"name": "registerDefaultGroups"
|
|
3085
|
-
}
|
|
3086
|
-
],
|
|
3087
|
-
"exports": [
|
|
3088
|
-
{
|
|
3089
|
-
"kind": "js",
|
|
3090
|
-
"name": "registerDefaultGroups",
|
|
3091
|
-
"declaration": {
|
|
3092
|
-
"name": "registerDefaultGroups",
|
|
3093
|
-
"module": "src/component/register-default-groups.ts"
|
|
3094
|
-
}
|
|
3095
|
-
}
|
|
3096
|
-
]
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "javascript-module",
|
|
3100
|
-
"path": "src/component/shape.ts",
|
|
3101
|
-
"declarations": [
|
|
3102
|
-
{
|
|
3103
|
-
"kind": "variable",
|
|
3104
|
-
"name": "shape",
|
|
3105
|
-
"type": {
|
|
3106
|
-
"text": "ComponentGroup"
|
|
3107
|
-
},
|
|
3108
|
-
"default": "{\n name: 'shape',\n description: 'a group of simple basic shapes',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'donut',\n description: 'donut shape',\n icon: donut,\n group: 'shape',\n model: {\n type: 'donut',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'triangle',\n description: 'triangle shape',\n icon: triangle,\n group: 'shape',\n model: {\n type: 'triangle',\n x1: 150,\n y1: 100,\n x2: 100,\n y2: 200,\n x3: 200,\n y3: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'polygon',\n description: 'polygon shape',\n icon: polygon,\n group: 'shape',\n model: {\n type: 'polygon',\n path: [\n { x: 100, y: 100 },\n { x: 200, y: 100 },\n { x: 200, y: 200 },\n { x: 100, y: 200 }\n ],\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'star',\n description: 'star shape',\n icon: star,\n group: 'shape',\n model: {\n type: 'star',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n ratio: 30,\n wing: 5,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
3109
|
-
}
|
|
3110
|
-
],
|
|
3111
|
-
"exports": [
|
|
3112
|
-
{
|
|
3113
|
-
"kind": "js",
|
|
3114
|
-
"name": "shape",
|
|
3115
|
-
"declaration": {
|
|
3116
|
-
"name": "shape",
|
|
3117
|
-
"module": "src/component/shape.ts"
|
|
3118
|
-
}
|
|
3119
|
-
}
|
|
3120
|
-
]
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"kind": "javascript-module",
|
|
3124
|
-
"path": "src/component/table.ts",
|
|
3125
|
-
"declarations": [
|
|
3126
|
-
{
|
|
3127
|
-
"kind": "variable",
|
|
3128
|
-
"name": "table",
|
|
3129
|
-
"type": {
|
|
3130
|
-
"text": "ComponentGroup"
|
|
2814
|
+
"kind": "class",
|
|
2815
|
+
"description": "",
|
|
2816
|
+
"name": "BoardPlayerCarousel",
|
|
2817
|
+
"members": [
|
|
2818
|
+
{
|
|
2819
|
+
"kind": "field",
|
|
2820
|
+
"name": "axis",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "string"
|
|
2823
|
+
},
|
|
2824
|
+
"default": "'y'",
|
|
2825
|
+
"attribute": "axis"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "field",
|
|
2829
|
+
"name": "rows",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "number"
|
|
2832
|
+
},
|
|
2833
|
+
"default": "1",
|
|
2834
|
+
"attribute": "rows"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"kind": "field",
|
|
2838
|
+
"name": "columns",
|
|
2839
|
+
"type": {
|
|
2840
|
+
"text": "number"
|
|
2841
|
+
},
|
|
2842
|
+
"default": "1",
|
|
2843
|
+
"attribute": "columns"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"kind": "field",
|
|
2847
|
+
"name": "_slotObserver",
|
|
2848
|
+
"type": {
|
|
2849
|
+
"text": "MutationObserver | undefined"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"kind": "field",
|
|
2854
|
+
"name": "_boundResize",
|
|
2855
|
+
"type": {
|
|
2856
|
+
"text": "() => void | undefined"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "field",
|
|
2861
|
+
"name": "_rotation",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "number"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "0"
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "field",
|
|
2869
|
+
"name": "_theta",
|
|
2870
|
+
"type": {
|
|
2871
|
+
"text": "number"
|
|
2872
|
+
},
|
|
2873
|
+
"default": "0"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "field",
|
|
2877
|
+
"name": "_radius",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": "number"
|
|
2880
|
+
},
|
|
2881
|
+
"default": "0"
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "field",
|
|
2885
|
+
"name": "_rotateFn",
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "string | undefined"
|
|
2888
|
+
}
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"kind": "field",
|
|
2892
|
+
"name": "_panelCount",
|
|
2893
|
+
"type": {
|
|
2894
|
+
"text": "number"
|
|
2895
|
+
},
|
|
2896
|
+
"default": "0"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "field",
|
|
2900
|
+
"name": "_panelSize",
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "number"
|
|
2903
|
+
},
|
|
2904
|
+
"default": "0"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"kind": "field",
|
|
2908
|
+
"name": "_isHorizontal",
|
|
2909
|
+
"type": {
|
|
2910
|
+
"text": "boolean"
|
|
2911
|
+
},
|
|
2912
|
+
"default": "true"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "field",
|
|
2916
|
+
"name": "_slot",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "HTMLSlotElement"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"kind": "field",
|
|
2923
|
+
"name": "_carousel",
|
|
2924
|
+
"type": {
|
|
2925
|
+
"text": "HTMLElement"
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"kind": "method",
|
|
2930
|
+
"name": "build"
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "method",
|
|
2934
|
+
"name": "start"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "method",
|
|
2938
|
+
"name": "stop"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "method",
|
|
2942
|
+
"name": "_onAxisChanged"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "method",
|
|
2946
|
+
"name": "_transform"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "method",
|
|
2950
|
+
"name": "previous"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"kind": "method",
|
|
2954
|
+
"name": "next"
|
|
2955
|
+
}
|
|
2956
|
+
],
|
|
2957
|
+
"events": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "transform",
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "CustomEvent"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"attributes": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "axis",
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "string"
|
|
2970
|
+
},
|
|
2971
|
+
"default": "'y'",
|
|
2972
|
+
"fieldName": "axis"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"name": "rows",
|
|
2976
|
+
"type": {
|
|
2977
|
+
"text": "number"
|
|
2978
|
+
},
|
|
2979
|
+
"default": "1",
|
|
2980
|
+
"fieldName": "rows"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"name": "columns",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "number"
|
|
2986
|
+
},
|
|
2987
|
+
"default": "1",
|
|
2988
|
+
"fieldName": "columns"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"superclass": {
|
|
2992
|
+
"name": "LitElement",
|
|
2993
|
+
"package": "lit"
|
|
3131
2994
|
},
|
|
3132
|
-
"
|
|
2995
|
+
"tagName": "ox-board-player-carousel",
|
|
2996
|
+
"customElement": true
|
|
3133
2997
|
}
|
|
3134
2998
|
],
|
|
3135
2999
|
"exports": [
|
|
3136
3000
|
{
|
|
3137
|
-
"kind": "
|
|
3138
|
-
"name": "
|
|
3001
|
+
"kind": "custom-element-definition",
|
|
3002
|
+
"name": "ox-board-player-carousel",
|
|
3139
3003
|
"declaration": {
|
|
3140
|
-
"name": "
|
|
3141
|
-
"module": "src/
|
|
3004
|
+
"name": "BoardPlayerCarousel",
|
|
3005
|
+
"module": "src/player/ox-board-player-carousel.ts"
|
|
3142
3006
|
}
|
|
3143
3007
|
}
|
|
3144
3008
|
]
|
|
3145
3009
|
},
|
|
3146
3010
|
{
|
|
3147
3011
|
"kind": "javascript-module",
|
|
3148
|
-
"path": "src/
|
|
3012
|
+
"path": "src/player/ox-board-player-grid.ts",
|
|
3149
3013
|
"declarations": [
|
|
3150
3014
|
{
|
|
3151
|
-
"kind": "
|
|
3152
|
-
"
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3015
|
+
"kind": "class",
|
|
3016
|
+
"description": "자식 컴포넌트들을 그리드형태로 화면에 배치하여 한꺼번에 디스플레이해주는 컴포넌트.\nExample:\n <ox-board-player-grid rows=\"3\" columns=\"3\" tabindex=\"0\" focus>\n <div page>A</div>\n <div page>B</div>\n <div page>C</div>\n <div page>D</div>\n </ox-board-player-grid>",
|
|
3017
|
+
"name": "BoardPlayerGrid",
|
|
3018
|
+
"members": [
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "field",
|
|
3021
|
+
"name": "rows",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "number"
|
|
3024
|
+
},
|
|
3025
|
+
"default": "1",
|
|
3026
|
+
"attribute": "rows"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "columns",
|
|
3031
|
+
"type": {
|
|
3032
|
+
"text": "number"
|
|
3033
|
+
},
|
|
3034
|
+
"default": "1",
|
|
3035
|
+
"attribute": "columns"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "field",
|
|
3039
|
+
"name": "_slotObserver",
|
|
3040
|
+
"type": {
|
|
3041
|
+
"text": "MutationObserver | undefined"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"kind": "field",
|
|
3046
|
+
"name": "_slot",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "HTMLSlotElement"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "method",
|
|
3053
|
+
"name": "start"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"kind": "method",
|
|
3057
|
+
"name": "stop"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "method",
|
|
3061
|
+
"name": "next"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"kind": "method",
|
|
3065
|
+
"name": "previous"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"attributes": [
|
|
3069
|
+
{
|
|
3070
|
+
"name": "rows",
|
|
3071
|
+
"type": {
|
|
3072
|
+
"text": "number"
|
|
3073
|
+
},
|
|
3074
|
+
"default": "1",
|
|
3075
|
+
"fieldName": "rows"
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"name": "columns",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "number"
|
|
3081
|
+
},
|
|
3082
|
+
"default": "1",
|
|
3083
|
+
"fieldName": "columns"
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"superclass": {
|
|
3087
|
+
"name": "LitElement",
|
|
3088
|
+
"package": "lit"
|
|
3155
3089
|
},
|
|
3156
|
-
"
|
|
3090
|
+
"tagName": "ox-board-player-grid",
|
|
3091
|
+
"customElement": true
|
|
3157
3092
|
}
|
|
3158
3093
|
],
|
|
3159
3094
|
"exports": [
|
|
3160
3095
|
{
|
|
3161
|
-
"kind": "
|
|
3162
|
-
"name": "
|
|
3096
|
+
"kind": "custom-element-definition",
|
|
3097
|
+
"name": "ox-board-player-grid",
|
|
3163
3098
|
"declaration": {
|
|
3164
|
-
"name": "
|
|
3165
|
-
"module": "src/
|
|
3099
|
+
"name": "BoardPlayerGrid",
|
|
3100
|
+
"module": "src/player/ox-board-player-grid.ts"
|
|
3166
3101
|
}
|
|
3167
3102
|
}
|
|
3168
3103
|
]
|
|
3169
3104
|
},
|
|
3170
3105
|
{
|
|
3171
3106
|
"kind": "javascript-module",
|
|
3172
|
-
"path": "src/
|
|
3107
|
+
"path": "src/player/ox-board-wrapper.ts",
|
|
3173
3108
|
"declarations": [
|
|
3174
3109
|
{
|
|
3175
|
-
"kind": "
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
-
|
|
3110
|
+
"kind": "class",
|
|
3111
|
+
"description": "",
|
|
3112
|
+
"name": "BoardWrapper",
|
|
3113
|
+
"members": [
|
|
3114
|
+
{
|
|
3115
|
+
"kind": "field",
|
|
3116
|
+
"name": "sceneId",
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "string"
|
|
3119
|
+
},
|
|
3120
|
+
"attribute": "sceneId"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "field",
|
|
3124
|
+
"name": "provider",
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "any"
|
|
3127
|
+
},
|
|
3128
|
+
"attribute": "provider"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "field",
|
|
3132
|
+
"name": "_scene",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "any"
|
|
3135
|
+
}
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "field",
|
|
3139
|
+
"name": "_targetEl",
|
|
3140
|
+
"type": {
|
|
3141
|
+
"text": "HTMLElement"
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"kind": "method",
|
|
3146
|
+
"name": "_releaseRef"
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "method",
|
|
3150
|
+
"name": "_onSceneIdChanged"
|
|
3151
|
+
}
|
|
3152
|
+
],
|
|
3153
|
+
"attributes": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "sceneId",
|
|
3156
|
+
"type": {
|
|
3157
|
+
"text": "string"
|
|
3158
|
+
},
|
|
3159
|
+
"fieldName": "sceneId"
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"name": "provider",
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "any"
|
|
3165
|
+
},
|
|
3166
|
+
"fieldName": "provider"
|
|
3167
|
+
}
|
|
3168
|
+
],
|
|
3169
|
+
"superclass": {
|
|
3170
|
+
"name": "LitElement",
|
|
3171
|
+
"package": "lit"
|
|
3179
3172
|
},
|
|
3180
|
-
"
|
|
3173
|
+
"tagName": "ox-board-wrapper",
|
|
3174
|
+
"customElement": true
|
|
3181
3175
|
}
|
|
3182
3176
|
],
|
|
3183
3177
|
"exports": [
|
|
3184
3178
|
{
|
|
3185
|
-
"kind": "
|
|
3186
|
-
"name": "
|
|
3179
|
+
"kind": "custom-element-definition",
|
|
3180
|
+
"name": "ox-board-wrapper",
|
|
3187
3181
|
"declaration": {
|
|
3188
|
-
"name": "
|
|
3189
|
-
"module": "src/
|
|
3182
|
+
"name": "BoardWrapper",
|
|
3183
|
+
"module": "src/player/ox-board-wrapper.ts"
|
|
3190
3184
|
}
|
|
3191
3185
|
}
|
|
3192
3186
|
]
|
|
@@ -3894,7 +3888,7 @@
|
|
|
3894
3888
|
{
|
|
3895
3889
|
"kind": "variable",
|
|
3896
3890
|
"name": "PropertySharedStyle",
|
|
3897
|
-
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: url
|
|
3891
|
+
"default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > things-editor-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: var(--url-icon-properties-label) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
|
|
3898
3892
|
}
|
|
3899
3893
|
],
|
|
3900
3894
|
"exports": [
|
|
@@ -5350,241 +5344,47 @@
|
|
|
5350
5344
|
},
|
|
5351
5345
|
{
|
|
5352
5346
|
"kind": "method",
|
|
5353
|
-
"name": "_onAfterValueChange",
|
|
5354
|
-
"parameters": [
|
|
5355
|
-
{
|
|
5356
|
-
"name": "key",
|
|
5357
|
-
"type": {
|
|
5358
|
-
"text": "string"
|
|
5359
|
-
}
|
|
5360
|
-
},
|
|
5361
|
-
{
|
|
5362
|
-
"name": "value",
|
|
5363
|
-
"type": {
|
|
5364
|
-
"text": "any"
|
|
5365
|
-
}
|
|
5366
|
-
}
|
|
5367
|
-
],
|
|
5368
|
-
"inheritedFrom": {
|
|
5369
|
-
"name": "AbstractProperty",
|
|
5370
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5371
|
-
}
|
|
5372
|
-
}
|
|
5373
|
-
],
|
|
5374
|
-
"events": [
|
|
5375
|
-
{
|
|
5376
|
-
"name": "property-change",
|
|
5377
|
-
"type": {
|
|
5378
|
-
"text": "CustomEvent"
|
|
5379
|
-
},
|
|
5380
|
-
"inheritedFrom": {
|
|
5381
|
-
"name": "AbstractProperty",
|
|
5382
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5383
|
-
}
|
|
5384
|
-
}
|
|
5385
|
-
],
|
|
5386
|
-
"attributes": [
|
|
5387
|
-
{
|
|
5388
|
-
"name": "value",
|
|
5389
|
-
"type": {
|
|
5390
|
-
"text": "Properties | undefined"
|
|
5391
|
-
},
|
|
5392
|
-
"fieldName": "value"
|
|
5393
|
-
},
|
|
5394
|
-
{
|
|
5395
|
-
"name": "scene",
|
|
5396
|
-
"type": {
|
|
5397
|
-
"text": "Scene | undefined"
|
|
5398
|
-
},
|
|
5399
|
-
"fieldName": "scene"
|
|
5400
|
-
}
|
|
5401
|
-
],
|
|
5402
|
-
"superclass": {
|
|
5403
|
-
"name": "AbstractProperty",
|
|
5404
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5405
|
-
},
|
|
5406
|
-
"tagName": "property-data-binding",
|
|
5407
|
-
"customElement": true
|
|
5408
|
-
}
|
|
5409
|
-
],
|
|
5410
|
-
"exports": [
|
|
5411
|
-
{
|
|
5412
|
-
"kind": "custom-element-definition",
|
|
5413
|
-
"name": "property-data-binding",
|
|
5414
|
-
"declaration": {
|
|
5415
|
-
"name": "PropertyDataBinding",
|
|
5416
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5417
|
-
}
|
|
5418
|
-
}
|
|
5419
|
-
]
|
|
5420
|
-
},
|
|
5421
|
-
{
|
|
5422
|
-
"kind": "javascript-module",
|
|
5423
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5424
|
-
"declarations": [
|
|
5425
|
-
{
|
|
5426
|
-
"kind": "class",
|
|
5427
|
-
"description": "",
|
|
5428
|
-
"name": "SceneInspector",
|
|
5429
|
-
"members": [
|
|
5430
|
-
{
|
|
5431
|
-
"kind": "field",
|
|
5432
|
-
"name": "scene",
|
|
5433
|
-
"type": {
|
|
5434
|
-
"text": "Scene | undefined"
|
|
5435
|
-
},
|
|
5436
|
-
"attribute": "scene"
|
|
5437
|
-
},
|
|
5438
|
-
{
|
|
5439
|
-
"kind": "field",
|
|
5440
|
-
"name": "_extendedMap",
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "any"
|
|
5443
|
-
},
|
|
5444
|
-
"privacy": "private"
|
|
5445
|
-
},
|
|
5446
|
-
{
|
|
5447
|
-
"kind": "field",
|
|
5448
|
-
"name": "show",
|
|
5449
|
-
"type": {
|
|
5450
|
-
"text": "boolean"
|
|
5451
|
-
},
|
|
5452
|
-
"privacy": "private",
|
|
5453
|
-
"default": "false"
|
|
5454
|
-
},
|
|
5455
|
-
{
|
|
5456
|
-
"kind": "field",
|
|
5457
|
-
"name": "sortableConfig",
|
|
5458
|
-
"type": {
|
|
5459
|
-
"text": "Sortable.Options"
|
|
5460
|
-
},
|
|
5461
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5462
|
-
},
|
|
5463
|
-
{
|
|
5464
|
-
"kind": "method",
|
|
5465
|
-
"name": "onSort",
|
|
5466
|
-
"parameters": [
|
|
5467
|
-
{
|
|
5468
|
-
"name": "e",
|
|
5469
|
-
"type": {
|
|
5470
|
-
"text": "Sortable.SortableEvent"
|
|
5471
|
-
}
|
|
5472
|
-
}
|
|
5473
|
-
]
|
|
5474
|
-
},
|
|
5475
|
-
{
|
|
5476
|
-
"kind": "method",
|
|
5477
|
-
"name": "_onclick",
|
|
5478
|
-
"parameters": [
|
|
5479
|
-
{
|
|
5480
|
-
"name": "e",
|
|
5481
|
-
"type": {
|
|
5482
|
-
"text": "MouseEvent"
|
|
5483
|
-
}
|
|
5484
|
-
}
|
|
5485
|
-
]
|
|
5486
|
-
},
|
|
5487
|
-
{
|
|
5488
|
-
"kind": "method",
|
|
5489
|
-
"name": "_ondblclick",
|
|
5490
|
-
"parameters": [
|
|
5491
|
-
{
|
|
5492
|
-
"name": "e",
|
|
5493
|
-
"type": {
|
|
5494
|
-
"text": "MouseEvent"
|
|
5495
|
-
}
|
|
5496
|
-
}
|
|
5497
|
-
]
|
|
5498
|
-
},
|
|
5499
|
-
{
|
|
5500
|
-
"kind": "field",
|
|
5501
|
-
"name": "extendedMap"
|
|
5502
|
-
},
|
|
5503
|
-
{
|
|
5504
|
-
"kind": "method",
|
|
5505
|
-
"name": "getNodeHandleClass",
|
|
5506
|
-
"parameters": [
|
|
5507
|
-
{
|
|
5508
|
-
"name": "component",
|
|
5509
|
-
"type": {
|
|
5510
|
-
"text": "Component"
|
|
5511
|
-
}
|
|
5512
|
-
}
|
|
5513
|
-
]
|
|
5514
|
-
},
|
|
5515
|
-
{
|
|
5516
|
-
"kind": "method",
|
|
5517
|
-
"name": "isExtended",
|
|
5518
|
-
"parameters": [
|
|
5519
|
-
{
|
|
5520
|
-
"name": "component",
|
|
5521
|
-
"type": {
|
|
5522
|
-
"text": "Component"
|
|
5523
|
-
}
|
|
5524
|
-
}
|
|
5525
|
-
]
|
|
5526
|
-
},
|
|
5527
|
-
{
|
|
5528
|
-
"kind": "method",
|
|
5529
|
-
"name": "toggleExtended",
|
|
5530
|
-
"parameters": [
|
|
5531
|
-
{
|
|
5532
|
-
"name": "component",
|
|
5533
|
-
"type": {
|
|
5534
|
-
"text": "Component"
|
|
5535
|
-
}
|
|
5536
|
-
}
|
|
5537
|
-
]
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"kind": "method",
|
|
5541
|
-
"name": "toggleHidden",
|
|
5542
|
-
"parameters": [
|
|
5543
|
-
{
|
|
5544
|
-
"name": "component",
|
|
5545
|
-
"type": {
|
|
5546
|
-
"text": "Component"
|
|
5547
|
-
}
|
|
5548
|
-
}
|
|
5549
|
-
]
|
|
5550
|
-
},
|
|
5551
|
-
{
|
|
5552
|
-
"kind": "method",
|
|
5553
|
-
"name": "selectComponent",
|
|
5554
|
-
"parameters": [
|
|
5555
|
-
{
|
|
5556
|
-
"name": "component",
|
|
5557
|
-
"type": {
|
|
5558
|
-
"text": "Component"
|
|
5559
|
-
}
|
|
5560
|
-
}
|
|
5561
|
-
]
|
|
5562
|
-
},
|
|
5563
|
-
{
|
|
5564
|
-
"kind": "method",
|
|
5565
|
-
"name": "renderComponent",
|
|
5566
|
-
"return": {
|
|
5567
|
-
"type": {
|
|
5568
|
-
"text": "TemplateResult"
|
|
5569
|
-
}
|
|
5570
|
-
},
|
|
5347
|
+
"name": "_onAfterValueChange",
|
|
5571
5348
|
"parameters": [
|
|
5572
5349
|
{
|
|
5573
|
-
"name": "
|
|
5350
|
+
"name": "key",
|
|
5574
5351
|
"type": {
|
|
5575
|
-
"text": "
|
|
5352
|
+
"text": "string"
|
|
5576
5353
|
}
|
|
5577
5354
|
},
|
|
5578
5355
|
{
|
|
5579
|
-
"name": "
|
|
5356
|
+
"name": "value",
|
|
5580
5357
|
"type": {
|
|
5581
|
-
"text": "
|
|
5358
|
+
"text": "any"
|
|
5582
5359
|
}
|
|
5583
5360
|
}
|
|
5584
|
-
]
|
|
5361
|
+
],
|
|
5362
|
+
"inheritedFrom": {
|
|
5363
|
+
"name": "AbstractProperty",
|
|
5364
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5365
|
+
}
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
"events": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "property-change",
|
|
5371
|
+
"type": {
|
|
5372
|
+
"text": "CustomEvent"
|
|
5373
|
+
},
|
|
5374
|
+
"inheritedFrom": {
|
|
5375
|
+
"name": "AbstractProperty",
|
|
5376
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5377
|
+
}
|
|
5585
5378
|
}
|
|
5586
5379
|
],
|
|
5587
5380
|
"attributes": [
|
|
5381
|
+
{
|
|
5382
|
+
"name": "value",
|
|
5383
|
+
"type": {
|
|
5384
|
+
"text": "Properties | undefined"
|
|
5385
|
+
},
|
|
5386
|
+
"fieldName": "value"
|
|
5387
|
+
},
|
|
5588
5388
|
{
|
|
5589
5389
|
"name": "scene",
|
|
5590
5390
|
"type": {
|
|
@@ -5594,28 +5394,20 @@
|
|
|
5594
5394
|
}
|
|
5595
5395
|
],
|
|
5596
5396
|
"superclass": {
|
|
5597
|
-
"name": "
|
|
5598
|
-
"
|
|
5397
|
+
"name": "AbstractProperty",
|
|
5398
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5599
5399
|
},
|
|
5600
|
-
"tagName": "
|
|
5400
|
+
"tagName": "property-data-binding",
|
|
5601
5401
|
"customElement": true
|
|
5602
5402
|
}
|
|
5603
5403
|
],
|
|
5604
5404
|
"exports": [
|
|
5605
|
-
{
|
|
5606
|
-
"kind": "js",
|
|
5607
|
-
"name": "default",
|
|
5608
|
-
"declaration": {
|
|
5609
|
-
"name": "SceneInspector",
|
|
5610
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5611
|
-
}
|
|
5612
|
-
},
|
|
5613
5405
|
{
|
|
5614
5406
|
"kind": "custom-element-definition",
|
|
5615
|
-
"name": "
|
|
5407
|
+
"name": "property-data-binding",
|
|
5616
5408
|
"declaration": {
|
|
5617
|
-
"name": "
|
|
5618
|
-
"module": "src/modeller/property-sidebar/
|
|
5409
|
+
"name": "PropertyDataBinding",
|
|
5410
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5619
5411
|
}
|
|
5620
5412
|
}
|
|
5621
5413
|
]
|
|
@@ -6339,6 +6131,208 @@
|
|
|
6339
6131
|
}
|
|
6340
6132
|
]
|
|
6341
6133
|
},
|
|
6134
|
+
{
|
|
6135
|
+
"kind": "javascript-module",
|
|
6136
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6137
|
+
"declarations": [
|
|
6138
|
+
{
|
|
6139
|
+
"kind": "class",
|
|
6140
|
+
"description": "",
|
|
6141
|
+
"name": "SceneInspector",
|
|
6142
|
+
"members": [
|
|
6143
|
+
{
|
|
6144
|
+
"kind": "field",
|
|
6145
|
+
"name": "scene",
|
|
6146
|
+
"type": {
|
|
6147
|
+
"text": "Scene | undefined"
|
|
6148
|
+
},
|
|
6149
|
+
"attribute": "scene"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "field",
|
|
6153
|
+
"name": "_extendedMap",
|
|
6154
|
+
"type": {
|
|
6155
|
+
"text": "any"
|
|
6156
|
+
},
|
|
6157
|
+
"privacy": "private"
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"kind": "field",
|
|
6161
|
+
"name": "show",
|
|
6162
|
+
"type": {
|
|
6163
|
+
"text": "boolean"
|
|
6164
|
+
},
|
|
6165
|
+
"privacy": "private",
|
|
6166
|
+
"default": "false"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"kind": "field",
|
|
6170
|
+
"name": "sortableConfig",
|
|
6171
|
+
"type": {
|
|
6172
|
+
"text": "Sortable.Options"
|
|
6173
|
+
},
|
|
6174
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"kind": "method",
|
|
6178
|
+
"name": "onSort",
|
|
6179
|
+
"parameters": [
|
|
6180
|
+
{
|
|
6181
|
+
"name": "e",
|
|
6182
|
+
"type": {
|
|
6183
|
+
"text": "Sortable.SortableEvent"
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
]
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"kind": "method",
|
|
6190
|
+
"name": "_onclick",
|
|
6191
|
+
"parameters": [
|
|
6192
|
+
{
|
|
6193
|
+
"name": "e",
|
|
6194
|
+
"type": {
|
|
6195
|
+
"text": "MouseEvent"
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
{
|
|
6201
|
+
"kind": "method",
|
|
6202
|
+
"name": "_ondblclick",
|
|
6203
|
+
"parameters": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "e",
|
|
6206
|
+
"type": {
|
|
6207
|
+
"text": "MouseEvent"
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
]
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"kind": "field",
|
|
6214
|
+
"name": "extendedMap"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"kind": "method",
|
|
6218
|
+
"name": "getNodeHandleClass",
|
|
6219
|
+
"parameters": [
|
|
6220
|
+
{
|
|
6221
|
+
"name": "component",
|
|
6222
|
+
"type": {
|
|
6223
|
+
"text": "Component"
|
|
6224
|
+
}
|
|
6225
|
+
}
|
|
6226
|
+
]
|
|
6227
|
+
},
|
|
6228
|
+
{
|
|
6229
|
+
"kind": "method",
|
|
6230
|
+
"name": "isExtended",
|
|
6231
|
+
"parameters": [
|
|
6232
|
+
{
|
|
6233
|
+
"name": "component",
|
|
6234
|
+
"type": {
|
|
6235
|
+
"text": "Component"
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"kind": "method",
|
|
6242
|
+
"name": "toggleExtended",
|
|
6243
|
+
"parameters": [
|
|
6244
|
+
{
|
|
6245
|
+
"name": "component",
|
|
6246
|
+
"type": {
|
|
6247
|
+
"text": "Component"
|
|
6248
|
+
}
|
|
6249
|
+
}
|
|
6250
|
+
]
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"kind": "method",
|
|
6254
|
+
"name": "toggleHidden",
|
|
6255
|
+
"parameters": [
|
|
6256
|
+
{
|
|
6257
|
+
"name": "component",
|
|
6258
|
+
"type": {
|
|
6259
|
+
"text": "Component"
|
|
6260
|
+
}
|
|
6261
|
+
}
|
|
6262
|
+
]
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "method",
|
|
6266
|
+
"name": "selectComponent",
|
|
6267
|
+
"parameters": [
|
|
6268
|
+
{
|
|
6269
|
+
"name": "component",
|
|
6270
|
+
"type": {
|
|
6271
|
+
"text": "Component"
|
|
6272
|
+
}
|
|
6273
|
+
}
|
|
6274
|
+
]
|
|
6275
|
+
},
|
|
6276
|
+
{
|
|
6277
|
+
"kind": "method",
|
|
6278
|
+
"name": "renderComponent",
|
|
6279
|
+
"return": {
|
|
6280
|
+
"type": {
|
|
6281
|
+
"text": "TemplateResult"
|
|
6282
|
+
}
|
|
6283
|
+
},
|
|
6284
|
+
"parameters": [
|
|
6285
|
+
{
|
|
6286
|
+
"name": "component",
|
|
6287
|
+
"type": {
|
|
6288
|
+
"text": "Component"
|
|
6289
|
+
}
|
|
6290
|
+
},
|
|
6291
|
+
{
|
|
6292
|
+
"name": "depth",
|
|
6293
|
+
"type": {
|
|
6294
|
+
"text": "number"
|
|
6295
|
+
}
|
|
6296
|
+
}
|
|
6297
|
+
]
|
|
6298
|
+
}
|
|
6299
|
+
],
|
|
6300
|
+
"attributes": [
|
|
6301
|
+
{
|
|
6302
|
+
"name": "scene",
|
|
6303
|
+
"type": {
|
|
6304
|
+
"text": "Scene | undefined"
|
|
6305
|
+
},
|
|
6306
|
+
"fieldName": "scene"
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6309
|
+
"superclass": {
|
|
6310
|
+
"name": "LitElement",
|
|
6311
|
+
"package": "lit"
|
|
6312
|
+
},
|
|
6313
|
+
"tagName": "scene-inspector",
|
|
6314
|
+
"customElement": true
|
|
6315
|
+
}
|
|
6316
|
+
],
|
|
6317
|
+
"exports": [
|
|
6318
|
+
{
|
|
6319
|
+
"kind": "js",
|
|
6320
|
+
"name": "default",
|
|
6321
|
+
"declaration": {
|
|
6322
|
+
"name": "SceneInspector",
|
|
6323
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"kind": "custom-element-definition",
|
|
6328
|
+
"name": "scene-inspector",
|
|
6329
|
+
"declaration": {
|
|
6330
|
+
"name": "SceneInspector",
|
|
6331
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
]
|
|
6335
|
+
},
|
|
6342
6336
|
{
|
|
6343
6337
|
"kind": "javascript-module",
|
|
6344
6338
|
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
@@ -6346,7 +6340,7 @@
|
|
|
6346
6340
|
{
|
|
6347
6341
|
"kind": "variable",
|
|
6348
6342
|
"name": "BoxPaddingEditorStyles",
|
|
6349
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: url
|
|
6343
|
+
"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`"
|
|
6350
6344
|
}
|
|
6351
6345
|
],
|
|
6352
6346
|
"exports": [
|